@charset "UTF-8";
/* CSS Document */
@font-face {
  src: url("../fonts/NotoSansJP-Black.woff2") format("woff2");
  font-family: "Noto Sans JP";
  font-weight: 700;
  font-display: swap;
}
@font-face {
  src: url("../fonts/NotoSansJP-Medium.woff2") format("woff2");
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-display: swap;
}
@font-face {
  src: url("../fonts/NotoSansJP-Regular.woff2") format("woff2");
  font-family: "Noto Sans JP";
  font-weight: 400;
  font-display: swap;
}
@font-face {
  src: url("../fonts/Anton-Regular.woff2") format("woff2");
  font-family: "Anton";
  font-weight: 400;
  font-display: swap;
}
@keyframes sup_loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes sup_loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
@keyframes skewanime {
  100% {
    left: -10%;
  }
}
@keyframes headeranimation {
  0% {
    margin-top: -4em;
  }
  100% {
    margin-top: 0;
  }
}
/* フォント */
main p {
  font-size: 0.9em;
}

.h2top {
  font-weight: bold;
  font-size: 1.56em;
  margin-top: 0.5em;
}
@media (max-width: 750px) {
  .h2top {
    font-size: 1.1em;
  }
}

.h2sub {
  text-align: center;
  font-size: 2.18em;
  font-weight: bold;
  margin-bottom: 1.5em;
}
@media (max-width: 750px) {
  .h2sub {
    font-size: 1.1em;
  }
}

/* ボタン */
@media (min-width: 751px) {
  section .linkbox {
    width: 18.7em;
  }
}

.moreBtn {
  position: relative;
  color: white;
  background-color: black;
  text-align: center;
  display: block;
  border: 1px solid black;
  text-decoration: none;
  overflow: hidden;
  transition: all ease 0.5s;
  display: inline-block;
  width: 9.4em;
  padding: 1em;
}
.moreBtn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -130%;
  background-color: white;
  width: 120%;
  height: 100%;
  transform: skewX(-25deg);
}
.moreBtn span {
  position: relative;
  display: inline-block;
  color: white;
}
.moreBtn:hover span {
  color: black;
}
.moreBtn:hover::before {
  animation: skewanime 0.5s forwards;
}
.moreBtn span {
  width: 2.5em;
  height: 0.56em;
  -webkit-mask: url(../images/common/txt_more.svg) no-repeat center center;
  -webkit-mask-size: contain;
  mask: url(../images/common/txt_more.svg) no-repeat center center;
  mask-size: contain;
  background-color: black;
  background-color: white;
}
.moreBtn:hover span {
  background-color: black;
}
.moreBtn[target=_blank]::after {
  background-color: white;
}
.moreBtn[target=_blank]:hover::after {
  background-color: black;
}

/* header */
@media (min-width: 751px) {
  .header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: transparent;
    z-index: 10;
  }
}

/* メインビジュアル */
.mainvisualTop img {
  width: 100%;
}
.mainvisualTop .img {
  width: 100%;
  height: 100vh;
  min-height: 100vh;
  background: no-repeat center center;
  background-size: cover;
}
@media (max-width: 750px) {
  .mainvisualTop .img {
    height: 119.4vw;
    min-height: 119.4vw;
  }
}
.mainvisualTop .img1 {
  background-image: url(../images/top/kv_1.jpg);
}
.mainvisualTop .img2 {
  background-image: url(../images/top/kv_2.jpg);
}
.mainvisualTop .img3 {
  background-image: url(../images/top/kv_3.jpg);
}
.mainvisualTop .img4 {
  background-image: url(../images/top/kv_4.jpg);
}
.mainvisualTop .textbox {
  max-width: 1155px;
  margin-right: auto;
  margin-left: auto;
  display: -ms-flexbox;
  /* prefix -> -webkit-*/
  display: -webkit-flex;
  -webkit-align-items: flex-end;
  /* no prefix*/
  display: flex;
  align-items: flex-end;
  height: 100vh;
  padding-bottom: 4.3em;
}
@media (max-width: 750px) {
  .mainvisualTop .textbox {
    height: 119.4vw;
    min-height: 119.4vw;
    padding-right: 7.3vw;
    padding-left: 7.3vw;
  }
}
@media (min-width: 751px) {
  .mainvisualTop .textbox {
    width: 92%;
  }
}
.mainvisualTop .textbox .catch {
  width: 24.3em;
}
@media (max-width: 750px) {
  .mainvisualTop .textbox .catch {
    width: 50vw;
  }
}
.mainvisualTop .textbox .h1kv {
  color: white;
  letter-spacing: 0.1em;
  font-weight: 500;
  margin-top: 1em;
}
@media (max-width: 750px) {
  .mainvisualTop .textbox .h1kv {
    font-size: 0.9em;
  }
}
@media (min-width: 751px) {
  .mainvisualTop .textbox .h1kv {
    font-size: 1.37em;
  }
}
.mainvisualTop .textbox .h1kv strong {
  font-size: 1.8em;
}
@media (max-width: 750px) {
  .mainvisualTop .textbox .h1kv strong {
    font-size: 1.6em;
  }
}
.mainvisualTop .textbox p {
  position: relative;
  display: block;
  color: #97b2bf;
  font-weight: bold;
  font-size: 0.8em;
  padding-left: 5em;
  margin-top: 2em;
}
.mainvisualTop .textbox p::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0.8em;
  left: 0;
  width: 4em;
  height: 1px;
  background-color: #97b2bf;
}
.mainvisualTop .paginationInner {
  position: relative;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 750px) {
  .mainvisualTop .paginationInner {
    position: absolute;
    top: 0;
    width: 100%;
  }
}
.mainvisualTop .swiper-pagination {
  right: 0;
  bottom: 4.3em;
  text-align: right;
}
@media (max-width: 750px) {
  .mainvisualTop .swiper-pagination {
    top: 0;
    right: 6.6vw;
    bottom: auto;
  }
}
.mainvisualTop .swiper-pagination .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.5);
}
.mainvisualTop .swiper-pagination .swiper-pagination-bullet-active {
  background: white;
}
.mainvisualTop .swiper-pagination-bullet {
  width: 0.75em;
  height: 0.75em;
  margin-left: 1.2em;
}
@media (max-width: 750px) {
  .mainvisualTop .swiper-pagination-bullet {
    width: 0.53em;
    height: 0.53em;
    margin-left: 2.9vw;
  }
}
.mainvisualTop .btnWrap {
  display: -ms-flexbox;
  /* prefix -> -webkit-*/
  display: -webkit-flex;
  /* no prefix*/
  display: flex;
  margin-top: 3em;
}
@media (max-width: 750px) {
  .mainvisualTop .btnWrap {
    margin-top: 1.5em;
  }
}
.mainvisualTop .btnWrap .linkbox {
  color: black;
  background-color: white;
  border: 1px solid white;
  border: none;
  padding-top: 1em;
  padding-bottom: 1em;
  margin: 0;
}
.mainvisualTop .btnWrap .linkbox::before {
  background-color: #97b2bf;
}
.mainvisualTop .btnWrap .linkbox span {
  color: black;
}
.mainvisualTop .btnWrap .linkbox:hover span {
  color: white;
}
.mainvisualTop .btnWrap .linkbox span::before {
  border-color: transparent transparent transparent black;
}
.mainvisualTop .btnWrap .linkbox:hover span::before {
  border-color: transparent transparent transparent black;
}
.mainvisualTop .btnWrap .linkbox[target=_blank]::after {
  background-color: black;
}
.mainvisualTop .btnWrap .linkbox[target=_blank]:hover::after {
  background-color: black;
}
@media (max-width: 750px) {
  .mainvisualTop .btnWrap .linkbox {
    width: 38vw;
    padding-top: 0.7em;
    padding-bottom: 0.7em;
  }
}
.mainvisualTop .btnWrap .linkbox:not(:first-of-type) {
  margin-left: 2.75em;
}
@media (max-width: 750px) {
  .mainvisualTop .btnWrap .linkbox:not(:first-of-type) {
    margin-left: 9vw;
  }
}
.mainvisualTop .btnWrap .linkbox span {
  font-size: 1.25em;
}
.mainvisualTop .btnWrap .linkbox span::after {
  width: 1.4em;
  height: 1.4em;
  background-color: black;
}
.mainvisualTop .btnWrap .linkbox:hover span {
  color: black;
}

/* スペース */
section, .contentwrap section {
  padding: 9.7em 0;
}
@media (max-width: 750px) {
  section, .contentwrap section {
    padding: 10vw 0;
  }
}

.inner, .inner900 {
  width: 92%;
  margin-right: auto;
  margin-left: auto;
}

.inner {
  max-width: 1000px;
}
.inner .inner840 {
  width: 100%;
}

.inner840 {
  max-width: 900px;
}

.bg-black {
  background-color: #212121;
}
.bg-gray {
  background-color: #a7b1b5;
}

/* 個別 */
.newslistTop li {
  display: -ms-flexbox;
  /* prefix -> -webkit-*/
  display: -webkit-flex;
  /* no prefix*/
  display: flex;
}
.newslistTop li:not(:first-child) {
  margin-top: 2em;
}
@media (max-width: 750px) {
  .newslistTop li:not(:first-child) {
    margin-top: 1em;
  }
}
.newslistTop a {
  color: inherit;
}
.newslistTop .date, .newslistTop .title {
  font-size: 1.1em;
}
@media (max-width: 750px) {
  .newslistTop .date, .newslistTop .title {
    font-size: 0.89em;
  }
}
.newslistTop .date {
  font-weight: bold;
  -webkit-flex: 0 0 18%;
  flex: 0 0 18%;
  width: 18%;
  max-width: 18%;
}
@media (max-width: 750px) {
  .newslistTop .date {
    -webkit-flex-basis: 30%;
    flex-basis: 30%;
    width: 30%;
    max-width: 30%;
  }
}
.newslistTop .title {
  width: 100%;
}
.newslistTop .title a {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
@media (max-width: 750px) {
  .newslistTop .title a {
    -webkit-line-clamp: 2;
  }
}

section {
  overflow: hidden;
}
section.about .linkbox span::before, section.sogi .linkbox span::before, section.online .linkbox span::before {
  border-color: transparent transparent transparent black;
}
section.about .linkbox:hover span::before, section.sogi .linkbox:hover span::before, section.online .linkbox:hover span::before {
  border-color: transparent transparent transparent black;
}
section.about .linkbox[target=_blank]::after, section.sogi .linkbox[target=_blank]::after, section.online .linkbox[target=_blank]::after {
  background-color: black;
}
section.about .linkbox[target=_blank]:hover::after, section.sogi .linkbox[target=_blank]:hover::after, section.online .linkbox[target=_blank]:hover::after {
  background-color: black;
}
section.about .linkbox:hover span, section.sogi .linkbox:hover span, section.online .linkbox:hover span {
  color: black;
}
section.about .linkbox, section.sogi .linkbox {
  color: black;
  background-color: white;
  border: 1px solid white;
  border: none;
}
section.about .linkbox::before, section.sogi .linkbox::before {
  background-color: #97b2bf;
}
section.about .linkbox span, section.sogi .linkbox span {
  color: black;
}
section.about .linkbox:hover span, section.sogi .linkbox:hover span {
  color: white;
}
section.about .linkbox:hover span, section.sogi .linkbox:hover span {
  color: black;
}
section.online .linkbox {
  color: black;
  background-color: #97b2bf;
  border: 1px solid #97b2bf;
}
section.online .linkbox::before {
  background-color: white;
}
section.online .linkbox span {
  color: black;
}
section.online .linkbox:hover span {
  color: #97b2bf;
}
section.online .linkbox:hover span {
  color: black;
}
section .entop img, section .entopSub img {
  height: 100%;
  max-width: none;
}
section .entop {
  height: 7.87em;
  max-height: 7.87em;
  margin-bottom: 3em;
}
@media (max-width: 750px) {
  section .entop {
    height: 15.5vw;
    max-height: 15.5vw;
  }
}
@media (min-width: 1441px) {
  section .entop {
    height: 8.75vw;
    max-height: 8.75vw;
  }
}
section .entopSub {
  height: 2.87em;
  max-height: 2.87em;
}
section.supplier .entop, section.supplier .entopSub, section.recruit .entop, section.recruit .entopSub {
  position: relative;
}
section.supplier .entop img, section.supplier .entopSub img, section.recruit .entop img, section.recruit .entopSub img {
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 750px) {
  section.supplier .entop img, section.supplier .entopSub img, section.recruit .entop img, section.recruit .entopSub img {
    left: -56vw;
  }
}
section.online .entop, section.profile .entop, section.news .entop {
  position: relative;
}
section.online .entop img, section.profile .entop img, section.news .entop img {
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 750px) {
  section.online .entop img, section.profile .entop img, section.news .entop img {
    right: -56vw;
  }
}
section .sns a {
  width: 5.6vw;
  height: 5.6vw;
}
@media (max-width: 750px) {
  section .sns a {
    margin: 0;
    margin-left: 4.6vw;
  }
}
@media (min-width: 751px) {
  section .sns a {
    width: 1.6em;
    height: 1.6em;
    margin-left: 1.3em;
  }
}
section.about {
  background: url(../images/top/about_pc.jpg) no-repeat center center;
  background-size: cover;
  min-height: 54em;
}
@media (max-width: 750px) {
  section.about {
    min-height: 137.8vw;
  }
}
section.about .titlebox {
  color: white;
  text-align: right;
}
section.about .titlebox .en {
  font-family: "Anton";
  font-size: 5.75em;
  letter-spacing: 0.1em;
  line-height: 1;
  opacity: 0.5;
}
@media (max-width: 750px) {
  section.about .titlebox .en {
    font-size: 2.35em;
  }
}
section.about .titlebox .en span {
  font-size: 1.53em;
}
section.about .titlebox .h2top {
  margin-top: -1em;
}
section.about .textbox {
  color: white;
  width: 100%;
  margin-top: 7.5em;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 750px) {
  section.about .textbox {
    margin-top: 2em;
  }
}
@media (max-width: 750px) {
  section.about .textbox p {
    font-size: 0.9em;
  }
}
section.about .linkbox {
  margin-top: 10em;
}
@media (max-width: 750px) {
  section.about .linkbox {
    margin-top: 10vw;
  }
}
section.supplier {
  position: relative;
  padding-bottom: 15.75em;
}
@media (max-width: 750px) {
  section.supplier {
    padding-bottom: 16vw;
  }
}
section.supplier .imgbox {
  margin-top: 2em;
}
section.supplier .bgImage {
  position: absolute;
  bottom: 0;
  left: 0;
  display: -ms-flexbox;
  /* prefix -> -webkit-*/
  display: -webkit-flex;
  /* no prefix*/
  display: flex;
  width: 100vw;
  height: 34.7vw;
  max-height: 500px;
  overflow: hidden;
}
section.supplier .bgImage img {
  width: auto;
  height: 100%;
}
section.supplier .bgImage img:first-of-type {
  animation: sup_loop 50s -25s linear infinite;
}
section.supplier .bgImage img:last-of-type {
  animation: sup_loop2 50s linear infinite;
}
section.online .h2top {
  color: #97b2bf;
}
@media (min-width: 751px) {
  section.online .flex {
    align-items: center;
    justify-content: flex-start;
    flex-direction: row-reverse;
  }
}
section.online .imgbox {
  background: url(../images/top/online_img.jpg) no-repeat center center;
  background-size: cover;
  height: 36vw;
}
@media (max-width: 750px) {
  section.online .imgbox {
    width: 76.4vw;
    margin-right: 0;
    margin-left: auto;
  }
}
@media (min-width: 751px) {
  section.online .imgbox {
    -webkit-flex: 0 0 64.7%;
    flex: 0 0 64.7%;
    width: 64.7%;
    max-width: 64.7%;
    height: 27.5em;
  }
}
section.online .textbox {
  color: #97b2bf;
}
@media (max-width: 750px) {
  section.online .textbox {
    max-width: 92%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 2em;
  }
}
@media (min-width: 751px) {
  section.online .textbox {
    width: 14.2em;
    margin-right: 4em;
  }
}
@media (max-width: 750px) {
  section.onlineSub {
    padding: 15vw 0;
  }
}
@media (max-width: 750px) {
  section.onlineSub .productBox {
    max-width: 73vw;
    margin-right: auto;
    margin-left: auto;
  }
  section.onlineSub .productBox:not(:first-of-type) {
    margin-top: 16vw;
  }
}
@media (min-width: 751px) {
  section.onlineSub .productBox {
    display: -ms-flexbox;
    /* prefix -> -webkit-*/
    display: -webkit-flex;
    -webkit-align-items: center;
    /* no prefix*/
    display: flex;
    align-items: center;
  }
}
@media (min-width: 751px) {
  section.onlineSub .productBox .imgbox {
    -webkit-flex: 0 0 42.3%;
    flex: 0 0 42.3%;
    width: 42.3%;
    max-width: 42.3%;
    max-width: 610px;
  }
}
section.onlineSub .productBox .imgbox img {
  width: 100%;
}
@media (min-width: 751px) {
  section.onlineSub .productBox .textbox {
    width: 37em;
    max-width: 37em;
    padding-left: 5em;
  }
}
section.onlineSub .productBox .tags {
  margin-bottom: 1em;
}
section.onlineSub .productBox .title {
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: 0.8em;
}
section.onlineSub .productBox .moreBtn {
  display: block;
  width: 9.4em;
  padding: 1em;
  margin-top: 2em;
}
@media (max-width: 750px) {
  section.onlineSub .productBox .moreBtn {
    margin-right: auto;
    margin-left: auto;
  }
}
section.onlineSub .productBox .moreBtn span {
  width: 3.1em;
  height: 0.75em;
}
section.sogi {
  background: url(../images/top/sogi_pc.jpg) no-repeat center center;
  background-size: cover;
  padding: 6.25em 0;
}
@media (max-width: 750px) {
  section.sogi {
    background-image: url(../images/top/sogi_sp.jpg);
    padding: 15vw 0;
  }
}
section.sogi .flex {
  color: white;
}
section.sogi .title {
  font-weight: bold;
  font-size: 1.1em;
}
@media (min-width: 751px) {
  section.sogi .title {
    -webkit-flex: 0 0 38%;
    flex: 0 0 38%;
    width: 38%;
    max-width: 38%;
    font-size: 1.5em;
  }
}
section.sogi .textbox {
  width: 100%;
}
@media (min-width: 751px) {
  section.profile .flex {
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
  }
}
@media (max-width: 750px) {
  section.profile .flex .imgbox {
    max-width: 73vw;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 751px) {
  section.profile .flex .imgbox {
    -webkit-flex: 0 0 38%;
    flex: 0 0 38%;
    width: 38%;
    max-width: 38%;
  }
}
@media (max-width: 750px) {
  section.profile .flex .textbox {
    margin-top: 2em;
  }
}
@media (min-width: 751px) {
  section.profile .flex .textbox {
    -webkit-flex: 0 0 41%;
    flex: 0 0 41%;
    width: 41%;
    max-width: 41%;
  }
}
section.recruit {
  background: url(../images/top/recruit_pc.jpg) no-repeat center center;
  background-size: cover;
}
section.recruit .h2top {
  color: #97b2bf;
  text-align: right;
}
section.recruit .flex {
  color: white;
}
@media (min-width: 751px) {
  section.recruit .flex {
    justify-content: flex-end;
  }
}
@media (min-width: 751px) {
  section.recruit .flex > div {
    -webkit-flex: 0 0 41%;
    flex: 0 0 41%;
    width: 41%;
    max-width: 41%;
  }
}
section.recruit .moreBtn[target=_blank] {
  color: black;
  background-color: white;
  border: 1px solid white;
  background-color: white;
}
section.recruit .moreBtn[target=_blank]::before {
  background-color: black;
}
section.recruit .moreBtn[target=_blank] span {
  color: black;
}
section.recruit .moreBtn[target=_blank]:hover span {
  color: white;
}
section.recruit .moreBtn[target=_blank] span, section.recruit .moreBtn[target=_blank]::after {
  background-color: black;
}
section.recruit .moreBtn[target=_blank]:hover span, section.recruit .moreBtn[target=_blank]:hover::after {
  background-color: white;
}
section.contact .h2contact {
  max-width: 20em;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 750px) {
  section.contact .h2contact {
    max-width: 30vw;
    margin-right: auto;
    margin-left: auto;
  }
}