@charset "UTF-8";
/* ============================================ */
/* リセット（destyle.css） の追加設定
/* ============================================ */
/* ============================================ */
/* ベース スタイル
/* ============================================ */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
/*Medium-500*/
@font-face {
  font-family: "Montserrat";
  src: url("../font/Montserrat-Medium.woff2") format("woff2"), url("../font/Montserrat-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
/*SemiBold-600*/
@font-face {
  font-family: "Montserrat";
  src: url("../font/Montserrat-SemiBold.woff2") format("woff2"), url("../font/Montserrat-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
/*Bold-700*/
@font-face {
  font-family: "Montserrat";
  src: url("../font/Montserrat-Bold.woff2") format("woff2"), url("../font/Montserrat-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
body {
  font-family: sans-serif, "ヒラギノ角ゴ Pro W3", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.5;
  letter-spacing: 1.5px;
  position: relative;
  width: 100%;
  overflow-x: hidden;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  -webkit-text-size-adjust: 100%;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  display: block;
  background: transparent;
  text-decoration: none;
  transition: all 0.5s;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-color: inherit;
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

img {
  display: block;
  width: 100%;
}

img[src$=".svg"] {
  width: 100%;
}

svg {
  width: 100%;
}

/* iOSでのデフォルトスタイルをリセット */
input[type=submit],
input[type=reset],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=reset]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]:focus,
input[type=reset]:focus,
input[type=button]:focus {
  outline-offset: -2px;
}

html {
  position: relative;
  width: 100%;
  font-size: 62.5%;
  background-color: #aaaaaa;
}

body {
  max-width: 1920px;
  width: 100%;
  margin: auto;
  overflow-x: hidden;
  background-color: #fff;
}

#main {
  margin: 0 auto;
  overflow-x: hidden;
}

.inner {
  max-width: 1030px;
  width: 85%;
  margin: 0 auto;
}

.fl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: flex-start;
  align-items: center;
}

html.bg-fixed, html.bg-fixed body {
  overflow: hidden !important;
}

.f-montserrat {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-style: normal;
  word-break: break-all;
}

/*三角矢印のアニメーション*/
@keyframes arrow-animation {
  0% {
    opacity: 0;
  }
  35% {
    opacity: 1;
  }
  70% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
/* スライド用アニメーション */
@keyframes loop {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
/*見出しブロック*/
.title-box .eng {
  position: relative;
  display: inline-block;
  font-weight: 700;
  font-size: 60px;
  line-height: 0.75;
}
.title-box .eng .employee {
  display: block;
  font-size: 20px;
  margin: 0 0 10px;
}
.title-box .eng .for-career {
  display: block;
  font-size: 20px;
  margin: 10px 0 0;
}
.title-box .jp {
  margin: 15px 0 0;
  font-size: 20px;
  font-weight: 500;
}

/*下線アニメーション*/
.more-box .line-anime {
  position: relative;
  display: inline-block;
  color: #256FD5;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 13px;
  transition: all 0.5s;
}
.more-box .line-anime::before, .more-box .line-anime::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #256FD5;
  left: 0;
  bottom: 0;
  transform: scale(1, 1);
  transform-origin: right top;
  transition: all 0.5s;
}
.more-box .line-anime::after {
  width: 0%;
  transform: scale(0, 1);
  transform-origin: left top;
}

@keyframes line-before {
  50% {
    transform: scale(0, 1);
  }
  100% {
    transform: scale(0, 1);
  }
}
@keyframes line-after {
  50% {
    width: 0%;
    transform: scale(0, 1);
  }
  100% {
    width: 100%;
    transform: scale(1, 1);
  }
}
/*画像切り替え*/
.img-sp {
  display: none;
}

/*下層ページmv*/
.mv-area {
  position: relative;
  max-height: 765px;
  height: calc(100vh - 80px);
}
.mv-area .inner {
  align-items: flex-start;
  max-width: 1920px;
  width: 100%;
  margin: auto;
}
.mv-area .main-img {
  position: absolute;
  max-width: 1150px;
  width: 100%;
  height: 100%;
  bottom: 0;
}
.mv-area .main-img .img-box {
  position: absolute;
  width: 135%;
  height: 100%;
  left: -35%;
}
.mv-area .title-wrap {
  max-width: 650px;
  width: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 80px 120px;
  z-index: 5;
  animation-delay: 1s;
}
.mv-area .title-wrap::after {
  position: absolute;
  content: "";
  width: 130%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  transform: skewX(-16deg);
  z-index: -1;
}
.mv-area .title-wrap .catch {
  font-size: 34px;
  color: #256fd5;
  font-weight: 500;
  margin: 80px 0 0;
}

/*下層ページmv下導入文*/
.lead-text {
  padding: 150px 0 120px;
}
.lead-text .inner {
  max-width: 930px;
}
.lead-text p {
  font-size: 16px;
  line-height: 2.5;
}

/*モーダル内や研修制度ページの斜め線付きタイトル*/
.slash-title {
  position: relative;
  font-size: 24px;
  font-weight: 500;
  color: #256fd5;
  padding: 30px 0 0 40px;
}
.slash-title::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 65px;
  background-color: #256fd5;
  bottom: 0;
  left: 10px;
  transform: skewX(-18deg);
}

/*角丸ボタン*/
.round-btn {
  margin: 80px auto 0px;
  max-width: 200px;
  width: 100%;
}
.round-btn a {
  position: relative;
  width: 100%;
  padding: 5px 15px;
  color: #fff;
  background-color: #000;
  border: solid 1px #fff;
  border-radius: 50px;
}
.round-btn a::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 7%;
  transform: translate(0%, -50%);
  width: 8px;
  height: 10px;
  background-color: #fff;
  clip-path: polygon(100% 50%, 0 0, 0 100%);
  transition: all 0.5s;
}

/*研修制度や福利厚生の詳細アイテム*/
.card-item-list {
  margin: 50px 0 0;
  align-items: stretch;
}
.card-item-list .card-item {
  max-width: 485px;
  width: 47.5%;
  background-color: #fff;
  border-radius: 15px;
  padding: 40px 50px;
  margin: 0 0 50px;
}
.card-item-list .card-item .name {
  position: relative;
  color: #256fd5;
  font-size: 20px;
  font-weight: 500;
  padding: 0 0 0 30px;
}
.card-item-list .card-item .name::before {
  position: absolute;
  content: "";
  top: 5px;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  border: solid 3px #256fd5;
}
.card-item-list .card-item p {
  font-size: 15px;
  line-height: 2;
  margin: 30px 0 0;
}
.card-item-list .card-item p span {
  font-size: 14px;
}
.card-item-list .card-item p .point {
  font-weight: 500;
  font-size: 15px;
}
.card-item-list .card-item.width-full {
  max-width: 100%;
  width: 100%;
}
.card-item-list .card-item.width-full .name {
  width: 25%;
}
.card-item-list .card-item.width-full p {
  margin: 0;
  width: 70%;
}
.card-item-list .card-item.bg-blue {
  background-color: #ECF2F4;
}

/*福利厚生や中途採用のページ内リンク*/
.page-link {
  padding: 0 0 80px;
}
.page-link .link-list {
  align-items: stretch;
}
.page-link .link-list .link-item {
  max-width: 330px;
  width: 32%;
  height: 165px;
  padding: 30px 20px;
  background-color: #256FD5;
  border: solid 2px #256FD5;
  border-radius: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: space-between;
}
.page-link .link-list .link-item .link-name {
  position: relative;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  padding: 13px 0 13px 70px;
  transition: all 0.5s;
}
.page-link .link-list .link-item .link-name::before {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: all 0.5s;
}
.page-link .link-list .link-item .more {
  width: 100%;
  text-align: center;
}
.page-link .link-list .link-item .more .line-anime {
  color: #fff;
}
.page-link .link-list .link-item .more .line-anime::before, .page-link .link-list .link-item .more .line-anime::after {
  background-color: #fff;
}

@media (hover: hover) {
  /*下線アニメーション*/
  .more-box:hover .line-anime::before {
    animation: line-before 1s infinite;
  }
  .more-box:hover .line-anime::after {
    animation: line-after 1s infinite;
  }
  .round-btn a:hover {
    background-color: #fff;
    color: #000;
  }
  .round-btn a:hover::after {
    background-color: #000;
  }
  /*福利厚生や中途採用のページ内リンク*/
  .page-link .link-list .link-item:hover {
    color: #256fd5;
    background-color: #dcefff;
  }
  .page-link .link-list .link-item:hover .link-name {
    color: #256fd5;
  }
  .page-link .link-list .link-item:hover .more .line-anime {
    color: #256fd5;
  }
  .page-link .link-list .link-item:hover .more .line-anime::before, .page-link .link-list .link-item:hover .more .line-anime::after {
    background-color: #256fd5;
  }
}
@media screen and (max-width: 1400px) {
  /*改行クリア*/
  .must-br {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  /*見出しブロック TOPの見出しや下層ページのメインタイトル*/
  .title-box .eng {
    font-size: 48px;
  }
  /*下層ページmv*/
  .mv-area {
    max-height: 600px;
  }
  .mv-area .main-img {
    max-width: 800px;
  }
  .mv-area .title-wrap {
    max-width: 560px;
    padding: 80px;
  }
  .mv-area .title-wrap .catch {
    margin: 50px 0 0;
  }
  /*下層ページmv下導入文*/
  .lead-text {
    padding: 50px 0 120px;
  }
  /*研修制度や福利厚生の詳細アイテム*/
  .card-item-list .card-item.width-full .name {
    width: 30%;
  }
  .card-item-list .card-item.width-full p {
    width: 65%;
  }
}
@media screen and (max-width: 850px) {
  .page-link .link-list .link-item {
    height: 185px;
  }
}
@media screen and (max-width: 768px) {
  /*見出しブロック*/
  .title-box .eng {
    font-size: 42px;
  }
  .title-box .eng .employee {
    font-size: 16px;
    margin: 0 0 5px;
  }
  .title-box .eng .for-career {
    font-size: 16px;
    margin: 5px 0 0;
  }
  .title-box .jp {
    margin: 5px 0 0;
  }
  /*下層ページmv*/
  .mv-area {
    max-height: 450px;
  }
  .mv-area .main-img {
    max-width: 600px;
  }
  .mv-area .title-wrap {
    max-width: 440px;
    padding: 50px 50px 50px 70px;
  }
  .mv-area .title-wrap .catch {
    margin: 30px 0 0;
    font-size: 26px;
  }
  /*下層ページmv下導入文*/
  .lead-text {
    padding: 50px 0 100px;
  }
  /*研修制度や福利厚生の詳細アイテム*/
  .card-item-list .card-item {
    padding: 30px;
  }
  .card-item-list .card-item .name {
    font-size: 16px;
    padding: 0 0 0 20px;
  }
  .card-item-list .card-item .name::before {
    width: 15px;
    height: 15px;
    border: solid 2px #256fd5;
  }
  .card-item-list .card-item p {
    font-size: 14px;
    line-height: 1.7;
  }
  /*福利厚生や中途採用のページ内リンク*/
  .page-link {
    padding: 0 0 50px;
  }
  .page-link .link-list .link-item {
    max-width: 47.5%;
    width: 100%;
    height: 130px;
    padding: 20px 30px;
  }
  .page-link .link-list .link-item .link-name {
    font-size: 16px;
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  html {
    background: none;
  }
  body {
    font-size: 13px;
  }
  /*画像切り替え*/
  .img-sp {
    display: block;
  }
  .img-pc {
    display: none;
  }
  /*下線アニメーション*/
  .more-box .line-anime {
    font-size: 12px;
  }
  /*見出しブロック TOPの見出しや下層ページのメインタイトル*/
  .title-box .eng {
    font-size: 38px;
  }
  .title-box .eng .employee {
    font-size: 14px;
    margin: 0 0 10px;
  }
  .title-box .eng .for-career {
    font-size: 14px;
    margin: 10px 0 0;
  }
  .title-box .jp {
    margin: 5px 0 0;
    font-size: 15px;
  }
  /*下層ページmv*/
  .mv-area {
    max-height: none;
    height: auto;
  }
  .mv-area .main-img {
    position: relative;
    max-width: 92.5%;
  }
  .mv-area .main-img .img-box {
    position: relative;
    width: 135%;
    height: auto;
    left: -35%;
  }
  .mv-area .title-wrap {
    position: relative;
    width: 85%;
    padding: 0;
    margin: 80px auto;
  }
  .mv-area .title-wrap::after {
    display: none;
  }
  .mv-area .title-wrap .catch {
    font-size: 22px;
  }
  /*下層ページmv下導入文*/
  .lead-text {
    padding: 0 0 80px;
  }
  .lead-text p {
    font-size: 15px;
    line-height: 2;
  }
  /*モーダル内や研修制度ページの斜め線付きタイトル*/
  .slash-title {
    font-size: 18px;
    padding: 20px 0 0 30px;
  }
  .slash-title::before {
    height: 50px;
  }
  /*角丸ボタン*/
  .round-btn {
    margin: 50px auto 0px;
    max-width: 100%;
  }
  /*研修制度や福利厚生の詳細アイテム*/
  .card-item-list .card-item {
    width: 100%;
    margin: 0 0 30px;
  }
  .card-item-list .card-item .name {
    font-size: 15px;
  }
  .card-item-list .card-item .name::before {
    top: 3px;
  }
  .card-item-list .card-item p {
    font-size: 13px;
    margin: 15px 0 0;
  }
  .card-item-list .card-item p span {
    font-size: 12px;
  }
  .card-item-list .card-item p .point {
    font-size: 13px;
  }
  .card-item-list .card-item.width-full .name {
    width: 100%;
  }
  .card-item-list .card-item.width-full p {
    margin: 15px 0 0;
    width: 100%;
  }
  /*福利厚生や中途採用のページ内リンク*/
  .page-link .link-list .link-item {
    display: block;
    max-width: 100%;
    height: auto;
  }
  .page-link .link-list .link-item .link-name {
    font-size: 15px;
  }
  .page-link .link-list .link-item .more {
    margin: 10px 0 0;
  }
  .page-link .link-list .link-item:not(:first-of-type) {
    margin: 15px 0 0 !important;
  }
}
@media screen and (max-width: 350px) {
  .inner {
    width: 90%;
  }
  /*見出しブロック*/
  .title-box .eng {
    font-size: 32px;
  }
  .title-box .eng .employee {
    font-size: 12px;
  }
  .title-box .eng .for-career {
    font-size: 12px;
  }
  .title-box .jp {
    font-size: 13px;
  }
  /*下線アニメーション*/
  .more-box .line-anime {
    font-size: 10px;
  }
  /*下層ページmv*/
  .mv-area .main-img {
    max-width: 95%;
  }
  .mv-area .title-wrap {
    width: 90%;
    margin: 50px auto;
  }
  .mv-area .title-wrap .catch {
    font-size: 18px;
  }
  /*下層ページmv下導入文*/
  .lead-text p {
    font-size: 13px;
  }
  /*モーダル内や研修制度ページの斜め線付きタイトル*/
  .slash-title {
    font-size: 16px;
    padding: 15px 0 0 20px;
  }
  .slash-title::before {
    height: 35px;
  }
  /*研修制度や福利厚生の詳細アイテム*/
  .card-item-list {
    margin: 30px 0 0;
  }
  .card-item-list .card-item {
    padding: 20px;
  }
  .card-item-list .card-item .name {
    font-size: 13px;
  }
  .card-item-list .card-item .name::before {
    width: 13px;
    height: 13px;
  }
  .card-item-list .card-item p {
    font-size: 12px;
  }
  /*福利厚生や中途採用のページ内リンク*/
  .page-link .link-list .link-item {
    padding: 15px;
  }
  .page-link .link-list .link-item .link-name {
    font-size: 14px;
  }
}/*# sourceMappingURL=style.css.map */