@charset "UTF-8";

/* ------- common content ------- */

.t-h1,
.t-h2,
.t-h3 {
  line-height: 100px;
  letter-spacing: 1px;
}
.t-h1 {
  font-size: 50px;
}
.t-h2 {
  font-size: 50px;
  margin-bottom: 35px;
}
.t-h3 {
  font-size: 30px;
  margin-top: -20px;
}
.t-h3.lh-3 {
  line-height: 40px;
}
.eg-gana {
  font-size: 16px;
  font-family: "Montserrat";
  color: #005bac;
  letter-spacing: 1px;
}
ul li.list-text {
  line-height: 25px;
  font-weight: 300;
}

.frame {
  padding: 20px;
}
.frame-top,
.frame-bottom {
  position: fixed;
  height: 20px;
  width: 100%;
  background: #fff;
  z-index: 2;
}
.frame-left,
.frame-right {
  position: fixed;
  width: 20px;
  height: calc(100%);
  background: #fff;
  z-index: 3;
  top: 0;
}
.frame-top {
  top: 0;
  left: 0;
}
.frame-bottom {
  bottom: 0;
}
.frame-left {
  left: 0;
}
.frame-right {
  right: 0;
}
.copy-right {
  font-family: "Montserrat";
  position: fixed;
  right: 4px;
  top: calc(50% - 91.925px);
  color: #999999;
  font-size: 12px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  z-index: 5;
}
.copy-right p {
  line-height: 12px;
}
.wrap {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}

.pc-flex {
  display: flex;
}
.pc {
  display: block;
}
.sp {
  display: none;
}
/* ------ btn ------ */
.btn-entry {
  display: block;
  /* font-family: 'Montserrat', 'Hiragino Kaku Gothic ProN'; */
  /* font-weight: 400; */
  font-family: "Montserrat";
  font-style: italic;
  font-size: 18px;
  color: #fff;
  background: #005bac;
  padding: 3px;
  letter-spacing: 0.5px;
  max-width: 170px;
  width: 30vw;
  text-align: center;
}
.btn-entry span {
  display: inline-block;
  padding-right: 5px;
  font-size: 16px;
}

.main {
  position: relative;
}
.main::after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: calc(50% - 1px);
  width: 2px;
  height: 0;
  margin-top: -100px;
  background: #ffffff;
  z-index: 1;
  animation: linethrough 2000ms ease 0ms infinite;
}
@keyframes linethrough {
  0% {
    height: 0px;
    transform: translate3d(0, 0px, 0);
  }
  30% {
    height: 100px;
    transform: translate3d(0, 0px, 0);
  }
  60% {
    height: 100px;
    transform: translate3d(0, 100px, 0);
  }
  90% {
    height: 100px;
    transform: translate3d(0, 100px, 0);
  }
  100% {
    height: 0px;
    transform: translate3d(0, 100px, 0);
  }
}
/* -----Use more button with class(btn-more-wh or btn-more-bk)>>>>>>>>>----- */
.more-link {
  padding: 23px 30px;
}

/* - more-button white >>- */
.btn-more-wh {
  font-style: italic;
  width: 160px;
  font-size: 16px;
  line-height: 32px;
  display: inline-block;
  text-align: left;
  font-family: "Montserrat";
  transition: all 0.5s cubic-bezier(0.4, 0, 0, 1);
  -webkit-transition: all 0.5s cubic-bezier(0.4, 0, 0, 1);
  position: relative;

  color: #fff;
  border-bottom: 1.98px solid #fff;
}
.btn-more-wh::before {
  content: "";
  position: absolute;
  background: #005bac;
  transition: all 0.5s cubic-bezier(0.4, 0, 0, 1);
  -webkit-transition: all 0.5s cubic-bezier(0.4, 0, 0, 1);
  width: 0;
  height: 2px;
  left: 0;
  bottom: -2px;
}
.btn-more-wh::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 2px;
  transition: all 0.5s cubic-bezier(0.4, 0, 0, 1);
  -webkit-transition: all 0.5s cubic-bezier(0.4, 0, 0, 1);
  bottom: 5px;
  right: -4px;
  transform: rotate(45deg);

  background: #fff;
}

a.more-link:hover > .btn-more-wh {
  color: #005bac;
}
a.more-link:hover > .btn-more-wh::before {
  width: 100%;
}
a.more-link:hover > .btn-more-wh::after {
  background: #005bac;
}
/* -<< more-button white - */

/* - more-button black >>- */
.btn-more-bk {
  font-style: italic;
  width: 160px;
  font-size: 16px;
  line-height: 32px;
  display: inline-block;
  text-align: left;
  font-family: "Montserrat";
  transition: all 0.5s cubic-bezier(0.4, 0, 0, 1);
  -webkit-transition: all 0.5s cubic-bezier(0.4, 0, 0, 1);
  position: relative;
  animation: colorchange-out 1500ms cubic-bezier(0.4, 0, 0, 1) 0ms forwards;
  color: #5a5858;
  border-bottom: 1.98px solid #333333;
}
.btn-more-bk::before {
  content: "";
  position: absolute;
  background: #005bac;
  transition: all 0.5s cubic-bezier(0.4, 0, 0, 1);
  -webkit-transition: all 0.5s cubic-bezier(0.4, 0, 0, 1);
  width: 0;
  height: 2px;
  left: 0;
  bottom: -2px;
  animation: widthchange-out 1500ms cubic-bezier(0.4, 0, 0, 1) 0ms forwards;
}
.btn-more-bk::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 2px;
  transition: all 0.5s cubic-bezier(0.4, 0, 0, 1);
  -webkit-transition: all 0.5s cubic-bezier(0.4, 0, 0, 1);
  bottom: 5px;
  right: -4px;
  transform: rotate(45deg);
  animation: backcolorchange-out 1500ms cubic-bezier(0.4, 0, 0, 1) 0ms forwards;
  background: #333333;
}
a.more-link:hover > .btn-more-bk {
  animation: colorchange 2500ms cubic-bezier(0.4, 0, 0, 1) 0ms forwards;
}
a.more-link:hover > .btn-more-bk::before {
  animation: widthchange 2500ms cubic-bezier(0.4, 0, 0, 1) 0ms forwards;
}
a.more-link:hover > .btn-more-bk::after {
  animation: backcolorchange 2500ms cubic-bezier(0.4, 0, 0, 1) 0ms forwards;
}

@keyframes colorchange {
  0% {
    color: #5a5858;
    border-bottom: 1.98px solid #333333;
  }
  5% {
    color: #fff;
    border-bottom: 1.98px solid #fff;
  }
  30% {
    border-bottom: 1.98px solid #fff;
  }
  60% {
    color: #005bac;
    border-bottom: 1.98px solid #fff;
  }
  100% {
    color: #005bac;
    border-bottom: 1.98px solid #fff;
  }
}
@keyframes colorchange-out {
  0% {
    color: #005bac;
    border-bottom: 1.98px solid #fff;
  }
  10% {
    color: #fff;
    border-bottom: 1.98px solid #fff;
  }
  37% {
    color: #5a5858;
    border-bottom: 1.98px solid #333333;
  }
  100% {
    color: #5a5858;
    border-bottom: 1.98px solid #333333;
  }
}

@keyframes widthchange {
  0% {
    width: 0;
  }
  5% {
    width: 0;
  }
  30% {
    width: 100%;
  }
  60% {
    width: 100%;
  }
  100% {
    width: 100%;
  }
}
@keyframes widthchange-out {
  0% {
    width: 100%;
  }
  10% {
    width: 0;
  }
  100% {
    width: 0;
  }
}

@keyframes backcolorchange {
  0% {
    background: #333333;
  }
  5% {
    background: #fff;
  }
  30% {
    background: #005bac;
  }
  60% {
    background: #005bac;
  }
  100% {
    background: #005bac;
  }
}
@keyframes backcolorchange-out {
  0% {
    background: #005bac;
  }
  10% {
    background: #fff;
  }
  37% {
    background: #333333;
  }
  100% {
    background: #333333;
  }
}

/* -<< more-button black - */
/* -----<<<<<<<<<Use more button with class(btn-more-wh or btn-more-bk)----- */

/* ------ btn ------ */

/* ---------card-hover------------ */
a.card {
  display: block;
  overflow: hidden;
  position: relative;
}
a.card:hover {
  transition: unset;
  -webkit-transition: unset;
  opacity: 1;
}
/* ----- */
.cards {
  width: calc(100% / 3);
}
a.card.one {
  width: 100%;
}
a.card.one .card-img {
  padding-top: 100%;
}
a.card.team {
  width: 100%;
  max-width: 1080px;
}
a.card.team .card-img {
  padding-top: 69.5%;
}
.card-img .team-caption {
  position: absolute;
  z-index: 1;
  top: 40px;
  left: 40px;
  font-size: 16px;
  font-family: "Montserrat";
  color: #005bac;
  letter-spacing: 1px;
}
/* ------- */
.badges {
  position: absolute;
  display: flex;
  bottom: 0;
  width: 100%;
  justify-content: space-between;
}
.blue-badge {
  /* font-family: 'Hiragino Kaku Gothic ProN'; */
  /* font-family: "FP-ヒラギノ角ゴ ProN W6"; */
  font-size: 14px;
  font-weight: 600;
  background: #005bac;
  color: #fff;
  text-align: center;
  width: 220px;
  line-height: 14px;
  padding: 12px 0;
}
.white-badge {
  /* font-family: 'Montserrat', 'Hiragino Kaku Gothic ProN'; */
  font-family: "Montserrat";
  font-size: 16px;
  font-weight: 500;
  font-style: italic;
  color: #005bac;
  min-width: 155px;
  text-align: center;
  background: #fff;
  line-height: 16px;
  padding: 12px;
}
.card-img {
  position: relative;
  width: 100%;
  height: 0;
}
.card-img div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: center no-repeat;
  background-size: cover;
  transform: scale(1) translate3d(0, 0, 0);
  transition: transform 700ms cubic-bezier(0.4, 0, 0, 1);
  -webkit-transition: transform 700ms cubic-bezier(0.4, 0, 0, 1);
}
.card:hover .card-img div {
  transform: scale(1.05) translate3d(0, 0, 0);
}

.card-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card-cover .cover-filter {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(49, 59, 68, 0.5);
  mix-blend-mode: multiply;
  transition: opacity 700ms cubic-bezier(0.4, 0, 0, 1);
  -webkit-transition: opacity 700ms cubic-bezier(0.4, 0, 0, 1);
  opacity: 0;
}
.card-cover p {
  z-index: 2;
  font-size: 30px;
  line-height: 60px;
  color: #fff;
  opacity: 0;
  transition: opacity 700ms cubic-bezier(0.4, 0, 0, 1);
  -webkit-transition: opacity 700ms cubic-bezier(0.4, 0, 0, 1);
}
.card-cover .more-link {
  position: absolute;
  right: 0;
  bottom: 40px;
  opacity: 0;
  transition: opacity 700ms cubic-bezier(0.4, 0, 0, 1);
  -webkit-transition: opacity 700ms cubic-bezier(0.4, 0, 0, 1);
}

.card:hover .card-cover {
  opacity: 1;
}
.card:hover .card-img div {
  filter: saturate(25%);
}
.card:hover .card-cover .cover-filter,
.card:hover .card-cover .more-link,
.card:hover .card-cover p {
  opacity: 1;
}

/* -----------card-hover---------- */

a:hover > .card-cover {
  opacity: 1;
}

a:hover > .card-cover .btn-more-wh {
  transition-delay: 0.3s;
  color: #005bac;
}
a:hover > .card-cover .btn-more-wh::before {
  transition-delay: 0.3s;
  width: 100%;
}
a:hover > .card-cover .btn-more-wh::after {
  transition-delay: 0.3s;
  background: #005bac;
}

a:hover > .card-cover .btn-more-bk {
  animation: colorchange 2500ms cubic-bezier(0.4, 0, 0, 1) 500ms forwards;
}
a:hover > .card-cover .btn-more-bk::before {
  animation: widthchange 2500ms cubic-bezier(0.4, 0, 0, 1) 500ms forwards;
}
a:hover > .card-cover .btn-more-bk::after {
  animation: backcolorchange 2500ms cubic-bezier(0.4, 0, 0, 1) 500ms forwards;
}

.carousel-imgs {
  padding: 0 60px 20px;
}
.slide-arrow {
  width: 180px;
  display: flex;
  align-items: center;
}
.arrow-left,
.arrow-right {
  width: 60px;
  height: 60px;
  position: relative;
  display: block;
  opacity: 1;
  transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.arrow-left::before,
.arrow-right::before {
  position: absolute;
  content: "";
  top: calc(50% - 1px);
  left: 0;
  width: 60px;
  height: 2px;
  background: #333333;
}
.arrow-left::after,
.arrow-right::after {
  position: absolute;
  content: "";
  top: calc(50% - 8.5px);

  width: 15px;
  height: 15px;
  transform: rotate(45deg);
}
.arrow-left::after {
  left: 0;
  border-left: 2px solid #333333;
  border-bottom: 2px solid #333333;
}
.arrow-right::after {
  right: 0;
  border-right: 2px solid #333333;
  border-top: 2px solid #333333;
}
.arrow-left:hover,
.arrow-right:hover {
  cursor: pointer;
  opacity: 0.5;
  transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.arrow-left:hover {
  margin-left: -20px;
}
.arrow-right:hover {
  margin-right: -20px;
}

.change-color-bw {
  color: #5a5858;
}
.mos-black {
  color: #5a5858;
}

.sec-headline {
  margin-top: 150px;
  padding: 60px 120px 45px;
  max-width: 1680px;
  margin-left: auto;
  margin-right: auto;
}
.bg-clowd {
  background: url(../img/bg_concept.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.sec-headline .h-line-conts {
  display: flex;
  max-width: 1320px;
  margin: auto;
}
.line-vertical {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
#hr_systems .line-vertical {
  height: 128px;
}
.line-vertical .line {
  border: 1px solid #333333;
  height: 0;
  margin-top: -100px;
  background: #333333;
}
.line-vertical p {
  width: 120px;
  line-height: 210px;
  padding-top: 15px;
  letter-spacing: 1px;
  font-family: "Montserrat";
  color: #5a5858;
}
.line-vertical p.t-ms {
  padding-top: 40px;
}
.bg-clowd .shorts {
  width: 400px;
}
.over-linker {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: 1s cubic-bezier(0.4, 0, 0, 1);
  -webkit-transition: 1s cubic-bezier(0.4, 0, 0, 1);
}
.over-linker:hover {
  background: rgba(255, 255, 255, 0.38);
  transition: 1s cubic-bezier(0.4, 0, 0, 1);
  -webkit-transition: 1s cubic-bezier(0.4, 0, 0, 1);
}
.change-bk {
  display: inline-block;
}
.change-wh {
  display: none;
}

@media screen and (min-width: 980px) and (max-width: 1500px) {
  /* write a change bk-to-white */
  .change-bk {
    display: none;
  }
  .change-wh {
    display: inline-block;
  }
  .card-cover p {
    font-size: 1.45vw;
    line-height: 3.5vw;
  }
}
@media screen and (min-width: 980px) {
  .t-h1 {
    font-size: 4vw;
  }

  .kv .t-h1,
  .in-kv-text .t-h2 {
    animation: loading-fade 2s cubic-bezier(0.4, 0, 0, 1) forwards;
    opacity: 0;
  }
}
.kv-backimg p,
.kv-backimg {
  animation: loading-fade 0.5s cubic-bezier(0.4, 0, 0, 1) forwards;
  opacity: 0;
}
.kv-backimg h1 {
  animation: loading-fade 2s cubic-bezier(0.4, 0, 0, 1) forwards;
  opacity: 0;
}
@keyframes loading-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* ------- header -------- */

.header .r-corner {
  margin: 14.75px;
  margin-right: 0;
}
.header .btn-entry {
  font-size: 14px;
}
.header .btn-entry span {
  font-size: 12px;
}

.long-logo {
  display: none;
}

.header.fixed {
  width: calc(100% - 40px);
  position: fixed;
  z-index: 4;
  top: 0;
  right: 20px;
}
.header.fixed .long-logo {
  display: flex;
  /*
    margin: 21px 20px 21px 0;
    */
}
/*
.header.fixed .long-logo .yoko{
    display: block;
}
.header.fixed .long-logo .yoko img{
    width: 300px;
}
.header.fixed .long-logo .box{
    display: none;
}
*/
.header.fixed ul li {
  margin: 14px 9.5px;
}
.header.fixed a.page-link span {
  padding-top: 6px;
}
.header.fixed .r-corner {
  margin: auto 0 auto 14.75px;
  height: 100%;
}
.header.fixed .btn-entry {
  padding: 11px 14.5px;
}
.header.fixed a.page-link::after {
  top: -14px;
}
.top-h-logo {
  position: fixed;
  z-index: 3;
  background: #fff;
}
.top-h-logo .bg-logo {
  display: block;
  position: relative;
  width: 160px;
  height: 160px;
  background: #fff;
}
.top-h-logo .bg-logo img {
  width: 140px;
  height: 140px;
}
.sp-header {
  display: none;
}
.top-h-logo.head-fix {
  display: none;
}
.header .btn-entry.sp-entry {
  display: none;
}
.header ul li.pc-ntg {
  display: none;
}
.header ul li.ntg {
  display: none;
}
.breadcrumbs ul {
  /* font-family: 'Montserrat', 'Hiragino Kaku Gothic ProN'; */
  font-family: "Montserrat";
  font-weight: 600;
  display: flex;
  color: #005bac;
  font-size: 12px;
}
.breadcrumbs ul li a,
.breadcrumbs ul li span {
  color: #989898;
}
.breadcrumbs ul li span {
  /* font-family: 'Hiragino Kaku Gothic ProN'; */
  /* font-family: "FP-ヒラギノ角ゴ ProN W6"; */
  font-weight: 600;
}

@media screen and (max-width: 750px) {
  .main::after {
    width: 1px;
    left: calc(50% - 0.5px);
  }
  .top-h-logo {
    width: calc(100% - 20px);
  }
  .top-h-logo.head-fix {
    display: block;
  }
  .top-h-logo .bg-logo {
    display: none;
  }
  .header {
    height: 100vh;
    width: calc(100% - 40px);
    position: fixed;
    z-index: 4;
    top: 0;
    right: 20px;
    visibility: hidden;
    background: unset;
    opacity: 0;
    transition: opacity 0.5s cubic-bezier(0.4, 0, 0, 1),
      visibility 0.5s cubic-bezier(0.4, 0, 0, 1);
  }
  .header .menu-lists {
    /* display: none; */
    width: 100%;
    height: calc(100% - 100px);
    padding: 80px 42.5px 20px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s cubic-bezier(0.4, 0, 0, 1),
      visibility 0.5s cubic-bezier(0.4, 0, 0, 1);
  }
  .header .long-logo,
  .header.fixed .long-logo {
    display: none;
  }
  .header .menu-lists.is-active {
    /* display: block; */
    opacity: 1;
    visibility: visible;
    transition: opacity 0.5s cubic-bezier(0.4, 0, 0, 1),
      visibility 0.5s cubic-bezier(0.4, 0, 0, 1);
  }
  .sp-header {
    display: flex;
    /*
        margin: 10px;
        */
    position: fixed;
    /*
        width: calc(100% - 40px);
        */
    z-index: 3;
  }
  .sp-header .sp-fix-logo {
    display: block;
    margin-top: -5px;
  }
  .sp-header img {
    width: 50px;
    height: 50px;
  }
  .sp-header .btn-entry {
    font-size: 15.45px;
    padding: 9.9px 10.5px;
    margin-right: 15px;
  }
  .sp-header .fix-entry {
    margin-top: 2.5px;
    margin-right: 2.5px;
  }
  .sp-header .fix-entry p {
    line-height: 15.45px;
  }
  .sp-header .btn-entry span {
    font-size: 13.735px;
  }
  .header a.page-link:hover::after {
    transform: scale(0, 0);
  }

  #overlay {
    opacity: 0;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(240, 240, 240, 0.95);
    z-index: 3;
    width: 100%;
    height: 100vh;
    visibility: hidden;
    transition: opacity 0.5s cubic-bezier(0.4, 0, 0, 1),
      visibility 0.5s cubic-bezier(0.4, 0, 0, 1);
  }
  #overlay.is-show {
    visibility: visible;
    opacity: 1;
    transition: opacity 0.5s cubic-bezier(0.4, 0, 0, 1),
      visibility 0.5s cubic-bezier(0.4, 0, 0, 1);
  }

  .sp-menubtn-a {
    position: relative;
    /*
        display: block;
        */
    display: none;
    width: 35px;
    height: 35px;
  }
  .sp-menubtn-a span,
  .sp-menubtn-b span {
    position: absolute;
    width: 100%;
    height: 5px;
    background: #333333;
  }
  .sp-menubtn-a span:nth-child(1) {
    top: 0;
  }
  .sp-menubtn-a span:nth-child(2) {
    top: calc(50% - 2.5px);
  }
  .sp-menubtn-a span:nth-child(3) {
    bottom: 0;
  }
  .sp-menubtn-b {
    width: 35px;
    height: 35px;
    position: fixed;
    right: 22.5px;
    top: 22.5px;
  }
  .sp-menubtn-b span:nth-child(1) {
    top: calc(50% - 2.5px);
    left: 0;
    transform: rotate(45deg);
  }
  .sp-menubtn-b span:nth-child(2) {
    opacity: 0;
  }
  .sp-menubtn-b span:nth-child(3) {
    top: calc(50% - 2.5px);
    left: 0;
    transform: rotate(-45deg);
  }
  .header .menu-lists.is-active .btn-entry.sp-entry {
    display: block;
    font-size: 20px;
    padding: 11px 14.5px;
  }
  .header .menu-lists.is-active .btn-entry.sp-entry span {
    font-size: 18px;
  }
  .header .menu-lists.is-active li {
    width: 100%;
    margin: 15px auto;
  }
  .header .menu-lists li:nth-of-type(2),
  .header.fixed ul.menu-lists li:nth-of-type(2) {
    margin: -15px auto 15px;
  }
  .header .menu-lists a.page-link {
    font-size: 16px;
  }
  .header.over-scroll-on {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    visibility: visible;
    opacity: 1;
    transition: opacity 0.5s cubic-bezier(0.4, 0, 0, 1),
      visibility 0.5s cubic-bezier(0.4, 0, 0, 1);
  }
  .header a.page-link span {
    padding-top: 6px;
  }
  .header a.page-link.active::after {
    display: none;
  }
  /*
    .sp-nav-border{
        background: #5a5858;
        height: 1px;
        margin: 15px 0;
    }
    */
  .sp-nav-link {
    font-size: 15px;
    color: #5a5858;
  }
  .header ul li.pc-ntg {
    display: inline-block;
    margin: 15px auto;
  }
  .header .menu-lists li,
  .header.fixed ul.menu-lists li {
    display: inline-block;
    width: 100%;
    margin: 15px auto;
  }
  .header .menu-lists li.ntg,
  .header.fixed ul.menu-lists li.ntg {
    display: inline-block;
    margin: 0;
  }
  .breadcrumbs ul {
    font-size: 10px;
    padding-left: 12.5px;
  }
  .breadcrumbs ul li a {
    font-style: italic;
  }
}
@media screen and (max-width: 900px) {
  .header ul li {
    margin: 24px 17.5px;
  }
  .header a.page-link {
    font-size: 8px;
  }
  .header.fixed ul li {
    margin: 14px 8px;
  }
}
@media screen and (min-width: 1115px) {
  .header ul li {
    margin: 24px 17.5px;
  }
  .header .btn-entry {
    font-size: 18px;
  }
  .header .btn-entry span {
    font-size: 16px;
  }
}
@media screen and (min-width: 750px) and (max-width: 1250px) {
  .header.fixed .long-logo {
    margin: 0;
  }
  /*
    .header.fixed .long-logo .yoko{
        display: none;
    }
    .header.fixed .long-logo .box{
        display: block;
    }
    .header.fixed .long-logo .box img{
        width: 50px;
        margin-top: 5px;
    }
    */
  .header ul li.pc-ntg {
    display: none;
  }
  .header ul li.ntg {
    display: none;
  }
}
/* ------- header -------- */
/* ------- footer -------- */

.footer-area {
  width: 100%;
}
.f-info {
  height: 32px;
}
.footer-link {
  margin-right: 45px;
}
.footer-link a {
  color: #5a5858;
  font-size: 15px;
}
.fo-logo {
  height: 100%;
}
.fo-logo a {
  display: inline-flex;
  min-height: 32px;
}
.fo-logo a img {
  min-height: 22px;
}
.sp-block {
  display: inline-block;
}
@media screen and (max-width: 750px) {
  .footer-link {
    margin-right: 0;
  }
  .sp-block {
    display: block;
  }
  .fo-logo a img {
    width: 80%;
    max-width: 207px;
    margin: auto;
  }
  .f-info {
    height: 82px;
  }
}

/* ------- footer -------- */

/* ------- recom-back >>------- */
.b-area {
  position: relative;
  display: flex;
  padding: 170px 190px;
  margin: 90px 0 150px;
  flex-flow: wrap;
}
#change-back {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #ebebeb;
}
#change-back span {
  width: 100%;
  height: 100%;
  position: absolute;
  background-size: cover;
  transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.recomend-obj.envi:hover ~ #change-back .bg-envi,
.recomend-obj.seaj:hover ~ #change-back .bg-seaj,
.recomend-obj.about:hover ~ #change-back .bg-about,
.recomend-obj.info:hover ~ #change-back .bg-info {
  transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#change-back .bg-envi {
  background-image: url(../img/recomend-bg/bg_enviroment.jpg);
  opacity: 0;
}
#change-back .bg-seaj {
  background-image: url(../img/recomend-bg/bg_serchjobs.jpg);
  opacity: 0;
}
#change-back .bg-about {
  background-image: url(../img/recomend-bg/bg_aboutus.jpg);
  opacity: 0;
}
#change-back .bg-info {
  background-image: url(../img/recomend-bg/bg_information.jpg);
  opacity: 0;
}
.recomend-obj.envi:hover ~ #change-back .bg-envi {
  opacity: 1;
}
.recomend-obj.seaj:hover ~ #change-back .bg-seaj {
  opacity: 1;
}
.recomend-obj.about:hover ~ #change-back .bg-about {
  opacity: 1;
}
.recomend-obj.info:hover ~ #change-back .bg-info {
  opacity: 1;
}

#recome-back.skeleton-on a {
  background: #fff;
  opacity: 0.4;
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#recome-back.skeleton-on .recomend-obj.hover-on {
  background: #fff;
  opacity: 1;
}
/* recomend-obj */
.recomend-obj {
  /* width:24%; */
  /* height: calc((100vw - 420px) * 0.323); */
  width: calc(50% - 10px);
  height: 200px;
  background: #fff;
  opacity: 1;
  position: relative;
  z-index: 2;
  transition: all 2.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 2.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  margin-top: 10px;
  margin-bottom: 10px;
}
/* .recomend-obj.seaj{
    margin:auto 20px;
} */
.recomend-obj .card-cover .more-link {
  bottom: 0;
}
.recomend-obj .texts {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  color: #333333;
}
.recomend-obj .texts p {
  margin-left: 40px;
  transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.recomend-obj:hover .texts p {
  margin-top: -20px;
  transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.recomend-obj:hover .card-cover .more-link {
  opacity: 1;
}
.sp-arrow {
  display: none;
}
@media screen and (min-width: 750px) and (max-width: 980px) {
  .recomend-obj {
    height: 290px;
  }
  .card-cover p {
    font-size: 22px;
    line-height: 48px;
  }
}
/* -------<< recom-back ------- */
/* ------- persons >>------- */
.persons-area {
  display: flex;
}
.persons-area .r-border {
  border-right: 2px solid #fff;
}
.persons-area .b-border {
  border-bottom: 2px solid #fff;
}
@media screen and (max-width: 750px) {
  .persons-area {
    display: inherit;
  }
  .persons-area .b-border,
  .persons-area .r-border {
    border-bottom: none;
  }
  .persons-area .cards {
    border-bottom: 2px solid #fff;
  }
}
/* -------<< persons ------- */

/* ------- for smartphone ------- */
@media screen and (max-width: 750px) {
  html {
    min-width: unset;
  }
  .frame {
    padding: 10px;
  }
  .frame-top {
    display: none;
  }
  .frame-top,
  .frame-bottom {
    height: 10px;
    width: 100%;
  }
  .frame-left,
  .frame-right {
    width: 10px;
    height: calc(100%);
  }
  .copy-right {
    right: unset;
    position: unset;
    text-align: center;
    margin: auto;
    height: 100%;
    width: 10px;
  }
  .copy-right p {
    font-size: 10px;
    line-height: 10px;
    transform: scale(0.6);
  }
  .sp-text-vertical {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
  .pc-inblock {
    display: block;
  }
  .t-h1,
  .t-h2,
  .t-h3 {
    line-height: 50px;
  }
  .t-h1 {
    font-size: 35px;
  }
  .t-h2 {
    font-size: 25px;
  }
  .t-h3 {
    font-size: 20px;
    margin-top: -4px;
  }
  p {
    font-size: 13px;
    line-height: 25px;
  }
  .pc-flex {
    display: block;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .btn-entry {
    font-size: 15.45px;
    padding: 4px 10px;
    width: 30vw;
    max-width: 120px;
  }
  .btn-entry span {
    font-size: 13px;
  }
  ul li.list-text {
    font-size: 13px;
    line-height: 21px;
  }
  .line-vertical p {
    font-size: 8px;
    line-height: 55px;
    width: 35px;
  }
  .line-vertical p.t-ms {
    padding-top: 28px;
  }
  .line-vertical .line {
    border: 0.5px solid #333;
    margin-top: -40px;
  }
  .line-vertical.fadein.scrollin .line {
    animation: height-change-sp 2s cubic-bezier(0.4, 0, 0, 1) forwards;
  }
  .sec-headline {
    padding: 10px 12.5px 25px;
    width: calc(100% - 25px);
    margin: auto;
    margin-top: 150px;
  }
  .bg-clowd {
    background: url(../img/bg_concept_sp.png);
    background-size: 100% auto;
    background-position: top center;
    background-repeat: no-repeat;
  }
  .bg-clowd .shorts {
    width: 77%;
  }
  .mgtop-sp-30 {
    margin-top: 30px;
    width: 77%;
  }
  .card {
    width: 100%;
  }
  .cards {
    width: 100%;
    border-bottom: 10px solid #fff;
    border-right: none;
  }
  a.card.one {
    width: 100%;
  }
  .card-img .team-caption {
    top: 20px;
    left: 20px;
    font-size: 10px;
  }
  .card-cover p.esp {
    font-size: 22px;
  }
  .card-cover p {
    font-size: 25px;
  }
  .card.team .card-cover p {
    font-size: 15px;
    line-height: 30px;
  }
  .slick-list {
    width: 100%;
  }
  .blue-badge {
    width: 120px;
    font-size: 11px;
    line-height: 11px;
    padding: 9px 0;
  }
  .white-badge {
    width: 170px;
    font-size: 12px;
    line-height: 12px;
    padding: 9px 0;
  }
  .carousel-imgs {
    padding: 0 0 20px;
    position: relative;
  }
  .slide-arrow {
    position: absolute;
    z-index: 2;
    bottom: 0;
    width: 50px;
  }
  .slide-arrow.sa-left {
    left: 0;
  }
  .slide-arrow.sa-right {
    right: 0;
  }
  .arrow-left,
  .arrow-right {
    width: 50px;
    height: 50px;
    background: #fff;
    opacity: 0.7;
  }
  .arrow-left::before,
  .arrow-right::before {
    width: 30px;
    left: 10px;
    height: 1px;
    top: calc(50% - 0.5px);
  }
  .arrow-left::after,
  .arrow-right::after {
    width: 7.5px;
    height: 7.5px;
    top: calc(50% - 4.25px);
    border-width: 1px;
  }
  .arrow-left::after {
    left: 10.5px;
  }
  .arrow-right::after {
    right: 10.5px;
  }
  .arrow-left:hover,
  .arrow-right:hover {
    opacity: 0.7;
  }
  .arrow-left:hover {
    margin-left: 0;
  }
  .arrow-right:hover {
    margin-right: 0;
  }
  .recome-back {
    display: block;
    padding: 95px;
  }
  .b-area {
    display: block;
    padding: 45px 0;
    margin: 45px 0;
  }
  a.recomend-obj {
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 73%;
    height: 110px;
  }
  .recomend-obj.seaj {
    margin: 10px auto;
  }
  .recomend-obj .card-cover .more-link {
    display: none;
  }
  .recomend-obj .texts p {
    margin-left: 30px;
  }
  .recomend-obj:hover .texts p {
    margin-top: unset;
    transition: unset;
    -webkit-transition: unset;
  }
  .sp-arrow {
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    right: 20px;
    top: calc(50% - 25px);
  }
  .sp-arrow {
    width: 50px;
    height: 50px;
  }
  .sp-arrow::before {
    content: "";
    position: absolute;
    background: #333333;
    width: 30px;
    left: 10px;
    height: 1px;
    top: calc(50% - 0.5px);
  }
  .sp-arrow::after {
    content: "";
    position: absolute;
    border-right: 1px solid #333333;
    border-top: 1px solid #333333;
    transform: rotate(45deg);
    width: 7.5px;
    height: 7.5px;
    top: calc(50% - 4.25px);
    /* border-width: 1px; */
  }
  .sp-arrow::after {
    right: 10.5px;
  }
  .eg-gana {
    font-size: 10px;
  }
  .t-h3.lh-3 {
    line-height: 20px;
  }
  .footer-area {
    margin-bottom: 25px;
  }
}
/* ------- for PC ------- */
@media screen and (min-width: 980px) {
  html {
    min-width: unset;
  }
}
@media screen and (min-width: 980px) and (max-width: 1100px) {
  .blue-badge {
    font-size: 12.5px;
  }
}

.v-writing {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

/* ------fadein animation------ */
/* out of screen */
.fadein,
.slide-fadein,
.slide-badge,
.move-right {
  opacity: 0;
  transition: all 1500ms cubic-bezier(0.4, 0, 0, 1);
  -webkit-transition: all 1500ms cubic-bezier(0.4, 0, 0, 1);
}
.fadein,
.slide-badge {
  transform: translate(0, 60px);
}
.slide-fadein.move-left {
  transform: translate(-60px, 0);
  transition: all 1500ms cubic-bezier(0.4, 0, 0, 1);
  -webkit-transition: all 1500ms cubic-bezier(0.4, 0, 0, 1);
}
.slide-badge.move-left {
  transform: translate(-60px, 0);
  transition: all 1500ms cubic-bezier(0.4, 0, 0, 1);
  -webkit-transition: all 1500ms cubic-bezier(0.4, 0, 0, 1);
}
.slide-badge {
  transition: all 1s cubic-bezier(0.4, 0, 0, 1);
  -webkit-transition: all 1s cubic-bezier(0.4, 0, 0, 1);
}
.move-right {
  transform: translate(60px, 0);
  transition: all 1s cubic-bezier(0.4, 0, 0, 1);
  -webkit-transition: all 1s cubic-bezier(0.4, 0, 0, 1);
}
.fadein.non-fadeup {
  transform: translate(0, 0);
  transition: all 1.5s cubic-bezier(0.4, 0, 0, 1);
  -webkit-transition: all 1.5s cubic-bezier(0.4, 0, 0, 1);
}
.fadein.sp-up-fade {
  transform: translate(0, 0);
}
.scroll-loading {
  visibility: hidden;
  opacity: 0;
  transition: 1.5s cubic-bezier(0.4, 0, 0, 1);
  -webkit-transition: 1.5s cubic-bezier(0.4, 0, 0, 1);
}
/* into the screen */
.fadein.scrollin,
.slide-fadein.action,
.slide-badge.action,
.move-right.action,
.fadein.sp-up-fade.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}
.line-vertical.scrollin .line {
  height: 0;
  animation: height-change 2s cubic-bezier(0.4, 0, 0, 1) forwards;
}
.scroll-loading.active {
  opacity: 1;
  visibility: visible;
}

@keyframes height-change {
  0% {
    height: 0;
    transform: translate3d(0, 0, 0);
  }
  100% {
    height: 200px;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes height-change-sp {
  0% {
    height: 0;
    transform: translate3d(0, 0, 0);
  }
  100% {
    height: 100px;
    transform: translate3d(0, 0, 0);
  }
}
@media screen and (max-width: 750px) {
  .slide-badge.move-left {
    transform: translate(-60px, 0);
  }
  .slide-badge {
    transform: translate(0, 30px);
  }
  .move-right {
    transform: translate(30px, 0);
  }
  .slide-badge.action,
  .move-right.action {
    opacity: 1;
    transform: translate(0, 0);
  }
  .fadein.sp-up-fade {
    transform: translate(0, 60px);
  }
  .fadein.sp-up-fade.action {
    opacity: 1;
    transform: translate(0, 0);
  }
  .sp-fade {
    opacity: 0;
    transition: all 1500ms cubic-bezier(0.4, 0, 0, 1);
    -webkit-transition: all 1500ms cubic-bezier(0.4, 0, 0, 1);
    transform: translate(0, 60px);
  }
  .sp-fade.scrollin {
    opacity: 1;
    transform: translate(0, 0);
  }
}
