@charset "UTF-8";
/* ============================================ */
/* リセット（destyle.css） の追加設定
/* ============================================ */
/* ============================================ */
/* ベース スタイル
/* ============================================ */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&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: "Hiragino Sans", "Noto Sans JP", 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;
  overflow-x: hidden;
  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;
  padding: 80px 0 0 0;
}

.inner {
  max-width: 1030px;
  width: 90%;
  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;
  line-height: 1;
}

.f-roboto {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
  word-break: break-all;
  line-height: 1;
}

/* スライド用アニメーション */
@keyframes loop {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
/*TOP社員紹介や社員紹介profileの円形モーフィング用アニメ*/
@keyframes morph-rotation {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-359.9999deg);
  }
}
/*画像切り替え*/
.sp-img {
  display: none;
}

/*角丸ボタン*/
.round-btn {
  max-width: 280px;
  width: 100%;
}
.round-btn a {
  position: relative;
  width: 100%;
  font-weight: 600;
  padding: 10px 20px;
  color: #fff;
  background-color: #000;
  border-radius: 50px;
  border: solid 2px #000;
}
.round-btn a .detail-link .line-anime::before, .round-btn a .detail-link .line-anime::after {
  background-color: #fff;
}
.round-btn a .tb {
  position: relative;
  padding: 0 30px 0 0;
}
.round-btn a .tb::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  top: 50%;
  right: 0;
  transform: translate(0%, -50%);
  background-image: url(../img/common/icon-tb-black.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.5s;
}

/*ラインアニメーション*/
.line-anime {
  position: absolute;
  display: block;
  width: 30px;
  height: 1px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.line-anime::before, .line-anime::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  top: 0;
  background-color: #fff;
  transform: scale(1, 1);
  transform-origin: right top;
  transition: all 0.3s;
}
.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);
  }
}
/*Detail+ラインアニメ要素*/
.detail-link {
  position: absolute;
  top: 50%;
  right: 0;
  width: 90px;
  transform: translate(0, -50%);
}
.detail-link p {
  position: relative;
  font-size: 16px;
  font-weight: 700;
  color: #008CD6;
  padding: 0 30px 0 0;
  transition: all 0.5s;
}
.detail-link p .line-anime {
  top: 50%;
  transform: translate(0, -50%);
  left: auto;
  right: 0;
}
.detail-link p .line-anime::before, .detail-link p .line-anime::after {
  background-color: #008cd6;
}

.link-list .link-item {
  position: relative;
}
.link-list .link-item .zoom-box {
  position: relative;
  overflow: hidden;
  height: 350px;
}
.link-list .link-item .zoom-box::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: all 0.5s;
}

/*interviewスライド*/
.people-list {
  margin: 50px 0;
}
.people-list .slick-list {
  overflow: unset;
}
.people-list .slide-item {
  position: relative;
  padding: 0 30px;
}
.people-list .slide-item .phrase {
  position: absolute;
  left: 2%;
  bottom: -7%;
  max-width: 320px;
  width: 68%;
  z-index: 2;
}
.people-list .slide-item .person {
  max-width: 340px;
  width: 85%;
  margin: 0 0 0 -60px;
  display: block;
  background-position: top center;
  background-size: contain;
  background-repeat: no-repeat;
  padding-top: 90.025%;
  clip-path: polygon(100% 0, 100% 100%, 53% 100%, 53% 87%, 0 87%, 0 0);
  transition: all 0.5s;
}
.people-list .slide-item .profile {
  position: absolute;
  max-width: 150px;
  width: 38%;
  height: 150px;
  top: 70px;
  right: 15%;
  color: #fff;
}
.people-list .slide-item .profile .name {
  font-size: 32px;
}
.people-list .slide-item .profile .job {
  margin: 20px 0 0;
}
.people-list .slide-item .profile .detail-link {
  top: auto;
  bottom: 0;
  transform: translate(0, 0);
}
.people-list .slide-item .profile .detail-link p {
  color: #fff;
}
.people-list .slide-item .profile .detail-link p .line-anime::before, .people-list .slide-item .profile .detail-link p .line-anime::after {
  background-color: #fff;
}
.people-list .slide-item .bg {
  position: absolute;
  width: 93.5%;
  top: 50%;
  left: 50%;
  z-index: -1;
  transform-origin: center;
  transform: translate(-50%, -50%);
}
.people-list .slide-item .bg .bg-wrap svg {
  fill: #008cd6;
  transition: all 0.5s;
  animation: morph-rotation 25s 0s linear infinite;
}
.people-list .slide-item.person02 .bg .bg-wrap {
  transform: rotate(120deg);
}
.people-list .slide-item.person03 .bg .bg-wrap {
  transform: rotate(60deg);
}
.people-list .slide-item.person04 .bg .bg-wrap {
  transform: rotate(30deg);
}
.people-list .slide-item.person05 .bg .bg-wrap {
  transform: rotate(90deg);
}

/*画像個別設定*/
.people-list .person01 .person {
  background-image: url(../img/index/person01-off.png);
}

.people-list .person02 .person {
  background-image: url(../img/index/person02-off.png);
}

.people-list .person03 .person {
  background-image: url(../img/index/person03-off.png);
}

.people-list .person04 .person {
  background-image: url(../img/index/person04-off.png);
}

.people-list .person05 .person {
  background-image: url(../img/index/person05-off.png);
}

/*下層ページMV*/
.sub-mainview {
  position: relative;
  max-height: 800px;
  height: calc(100vh - 80px);
}
.sub-mainview .inner {
  position: relative;
  max-width: 1440px;
  width: 100%;
  height: 100%;
  align-items: flex-start;
}
.sub-mainview .title-area {
  width: 45%;
  height: 100%;
  padding: 0 0 0 6%;
}
.sub-mainview .title-area .page-category {
  justify-content: flex-start;
  padding: 50px 0 0;
}
.sub-mainview .title-area .page-category h1 {
  font-size: 30px;
  font-weight: 800;
}
.sub-mainview .title-area .page-category p {
  margin: 0 0 0 20px;
  font-size: 18px;
  font-weight: 500;
}
.sub-mainview .title-area .page-title {
  padding: 150px 0 0;
  animation-delay: 0.7s;
}
.sub-mainview .title-area .page-title h2 {
  font-size: 115px;
  font-weight: 800;
}
.sub-mainview .title-area .page-title p {
  margin: 20px 0 0;
  font-size: 22px;
  font-weight: 500;
}
.sub-mainview .visual-area {
  max-width: 760px;
  width: 55%;
  height: 100%;
  max-height: 600px;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 0 0 0 30px;
}

/* スクロールバー */
.simplebar-track.simplebar-horizontal {
  height: 8px !important;
}

.simplebar-track {
  background: #f1f1f1;
  border-radius: 5px;
}

.simplebar-track .simplebar-scrollbar.simplebar-visible::before {
  opacity: 1;
}

.simplebar-track .simplebar-scrollbar::before {
  background: #008cd6;
}

/*縦書き固定タイトル*/
.fix-title-wrap .fix-title {
  position: relative;
}
.fix-title-wrap .fix-title .jp,
.fix-title-wrap .fix-title .eng {
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -o-writing-mode: vertical-rl;
}
.fix-title-wrap .fix-title .jp {
  font-size: 22px;
  font-weight: 500;
}
.fix-title-wrap .fix-title .eng {
  font-size: 90px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -3px;
  color: #fff;
}
.fix-title-wrap .fix-title.fl {
  align-items: flex-start;
  max-width: 150px;
  width: 100%;
}

/*右端・左端揃えコンテンツ共通*/
.detail-wrap .right-box,
.detail-wrap .left-box {
  padding: 100px 0 50px;
}
.detail-wrap .right-box .inner,
.detail-wrap .left-box .inner {
  align-items: flex-start;
  max-width: 1440px;
}
.detail-wrap .right-box .fix-contents-wrap,
.detail-wrap .left-box .fix-contents-wrap {
  max-width: 1200px;
  width: 95%;
}
.detail-wrap .right-box .inner {
  margin: 0 0 0 auto;
}
.detail-wrap .right-box .fix-contents-wrap {
  margin: 0 0 0 auto;
}
.detail-wrap .right-box .fix-contents-wrap .right-contents + .right-contents {
  padding: 80px 0 0;
}
.detail-wrap .left-box .inner {
  margin: 0 auto 0 0;
}
.detail-wrap .left-box .fix-contents-wrap {
  margin: 0 auto 0 0;
}
.detail-wrap .left-box .fix-contents-wrap .left-contents + .left-contents {
  padding: 80px 0 0;
}

/*MV箇所のページ内リンク*/
.sub-mainview .page-link {
  margin: 80px 0 0;
  max-width: 480px;
  width: 100%;
}
.sub-mainview .page-link .link-list {
  position: relative;
  padding: 0 0 0 80px;
}
.sub-mainview .page-link .link-list::before {
  position: absolute;
  content: "INDEX";
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  color: #000;
  font-size: 38px;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-style: normal;
  word-break: break-all;
  line-height: 1;
  letter-spacing: -3px;
  top: 15px;
  left: 0;
}
.sub-mainview .page-link .link-list .link-label {
  position: relative;
  padding: 10px 100px 10px 0;
}
.sub-mainview .page-link .link-list .link-label .jp {
  font-weight: 500;
  font-size: 18px;
}
.sub-mainview .page-link .link-list .link-label .detail-link p {
  color: #000;
}
.sub-mainview .page-link .link-list .link-label .detail-link p .line-anime::before, .sub-mainview .page-link .link-list .link-label .detail-link p .line-anime::after {
  background-color: #000;
}

@media (hover: hover) {
  /*ラインアニメーション*/
  a:hover .line-anime::before {
    animation: line-before 1s infinite;
  }
  a:hover .line-anime::after {
    animation: line-after 1s infinite;
  }
  .round-btn a:hover {
    background-color: #fff;
    color: #000;
  }
  .round-btn a:hover .detail-link .line-anime::before, .round-btn a:hover .detail-link .line-anime::after {
    background-color: #000;
  }
  .round-btn a:hover .tb::after {
    background-image: url(../img/common/icon-tb-black-hover.svg);
  }
  .link-list .link-item:hover .zoom-box::before {
    transform: scale(1.1);
  }
  .people-list .slide-item:hover .bg .bg-wrap svg {
    fill: #EF7C00;
  }
  /*ホバー時画像個別設定*/
  .people-list .person01:hover .person {
    background-image: url(../img/index/person01-on.png);
  }
  .people-list .person02:hover .person {
    background-image: url(../img/index/person02-on.png);
  }
  .people-list .person03:hover .person {
    background-image: url(../img/index/person03-on.png);
  }
  .people-list .person04:hover .person {
    background-image: url(../img/index/person04-on.png);
  }
  .people-list .person05:hover .person {
    background-image: url(../img/index/person05-on.png);
  }
  /*MV箇所のページ内リンク*/
  .sub-mainview .page-link .link-list .link-label:hover {
    opacity: 0.6;
  }
}
@media screen and (min-width: 1440px) {
  /*下層ページMV*/
  .sub-mainview .visual-area {
    border-radius: 0 0 30px 30px;
  }
}
@media screen and (max-width: 1024px) {
  /*下層ページMV*/
  .sub-mainview {
    max-height: 640px;
  }
  .sub-mainview .title-area {
    padding: 0 0 0 5%;
  }
  .sub-mainview .title-area .page-category h1 {
    font-size: 25px;
  }
  .sub-mainview .title-area .page-category p {
    font-size: 16px;
  }
  .sub-mainview .title-area .page-title h2 {
    font-size: 95px;
  }
  .sub-mainview .title-area .page-title p {
    font-size: 18px;
  }
  .sub-mainview .visual-area {
    width: 50%;
    margin: 80px 0 0;
    border-radius: 30px 0 0 30px;
    max-height: 500px;
  }
  /*MV箇所のページ内リンク*/
  .sub-mainview .page-link .link-list {
    padding: 0 0 0 50px;
  }
  .sub-mainview .page-link .link-list::before {
    font-size: 30px;
  }
  .sub-mainview .page-link .link-list .link-label .jp {
    font-size: 16px;
  }
  /*縦書き固定タイトル*/
  .fix-title-wrap .fix-title .eng {
    font-size: 72px;
  }
  .fix-title-wrap .fix-title.fl {
    max-width: 110px;
  }
  .people-list .slide-item .profile {
    top: 60px;
    width: 40%;
  }
}
@media screen and (max-width: 768px) {
  /*下層ページMV*/
  .sub-mainview {
    max-height: none;
    height: auto;
  }
  .sub-mainview .inner {
    height: auto;
    width: 90%;
  }
  .sub-mainview .title-area {
    padding: 0;
    width: 100%;
    margin: auto;
    height: auto;
  }
  .sub-mainview .title-area .page-title {
    padding: 50px 0 0;
    animation-delay: 0s;
  }
  .sub-mainview .title-area .page-title h2 {
    font-size: 72px;
  }
  .sub-mainview .visual-area {
    width: 100%;
    margin: 30px auto 0;
    border-radius: 20px;
    height: 350px;
  }
  .sub-mainview .visual-area::before {
    animation-delay: 0.7s;
  }
  /*MV箇所のページ内リンク*/
  .sub-mainview .page-link {
    margin: 50px 0 0;
    max-width: 100%;
  }
  .sub-mainview .page-link .link-list .link-label .jp {
    font-size: 15px;
  }
  /*縦書き固定タイトル*/
  .fix-title-wrap .fix-title .eng {
    font-size: 52px;
  }
  .fix-title-wrap .fix-title .jp {
    font-size: 18px;
  }
  .fix-title-wrap .fix-title.fl {
    max-width: 80px;
  }
  .people-list .slide-item {
    padding: 0 10px;
  }
  .people-list .slide-item .profile {
    top: 75px;
  }
  .people-list .slide-item .bg {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  html {
    background: none;
  }
  body {
    font-size: 13px;
  }
  /*画像切り替え*/
  .sp-img {
    display: block;
  }
  .pc-img {
    display: none;
  }
  /*下層ページMV*/
  .sub-mainview .title-area .page-category {
    padding: 30px 0 0;
    display: block;
  }
  .sub-mainview .title-area .page-category p {
    margin: 7px 0 0;
    font-size: 14px;
  }
  .sub-mainview .title-area .page-title {
    animation-delay: 0s;
  }
  .sub-mainview .title-area .page-title h2 {
    font-size: 55px;
  }
  .sub-mainview .title-area .page-title p {
    font-size: 16px;
    margin: 10px 0 0;
  }
  .sub-mainview .visual-area {
    margin: 50px auto 0;
    border-radius: 12px;
    height: 240px;
  }
  .sub-mainview .visual-area::before {
    animation-delay: 0.7s;
  }
  /*MV箇所のページ内リンク*/
  .sub-mainview .page-link {
    margin: 50px 0 0;
    max-width: 100%;
  }
  .sub-mainview .page-link .link-list::before {
    writing-mode: inherit;
    -ms-writing-mode: inherit;
    font-size: 25px;
    top: 0;
    letter-spacing: -1px;
  }
  .sub-mainview .page-link .link-list {
    padding: 30px 0 0;
  }
  .sub-mainview .page-link .link-list .link-label {
    padding: 5px 80px 5px 0;
  }
  .sub-mainview .page-link .link-list .link-label .jp {
    font-size: 14px;
  }
  /*角丸ボタン*/
  .round-btn {
    max-width: 100%;
  }
  /*ラインアニメーション*/
  .line-anime {
    width: 20px;
  }
  /*Detail+ラインアニメ要素*/
  .detail-link {
    width: 70px;
  }
  .detail-link p {
    font-size: 13px;
    padding: 0 20px 0 0;
  }
  /*縦書き固定タイトル*/
  .fix-title-wrap .fix-title .eng {
    font-size: 35px;
    letter-spacing: -1px;
  }
  .fix-title-wrap .fix-title .jp {
    position: absolute;
    font-size: 14px;
    right: -5px;
  }
  .fix-title-wrap .fix-title.fl {
    max-width: 35px;
    width: 100%;
  }
  .people-list .slide-item .phrase {
    left: 3%;
    width: 75%;
  }
  .people-list .slide-item .profile {
    width: 43%;
    top: 60px;
    right: 10%;
  }
  .people-list .slide-item .profile .name {
    font-size: 24px;
  }
  .people-list .slide-item .bg {
    width: 105%;
  }
}/*# sourceMappingURL=style.css.map */