@charset "UTF-8";
a {
  outline: none;
  opacity: 1;
  transition: all .3s;
}
a:hover {
  opacity: 0.8;
  transition: all .3s;
}
*:hover {
  transition: all .3s;
}
figure {
  margin: 0;
}
figure img {
  width: 100%;
  vertical-align: bottom;
}
/*アニメーション*/
.fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-delay: 0.3s;
  opacity: 0;
}
@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*アニメーション*/
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeUpTrigger {
  opacity: 0;
}
/**/
html {
  visibility: hidden;
}
html.wf-active {
  visibility: visible;
}
body {
  margin: 0;
  padding: 0;
  color: #111;
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  background-color: #fff;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 500;
  font-style: normal;
}
body.fixed {
  overflow: hidden;
}
#wrapper {
  min-width: 1100px;
  /*overflow: hidden;*/
  overflow: clip;
}
.inner {
  width: 80%;
  min-width: 1100px;
  margin: 0 auto;
}
br.sp {
  display: none;
}
.red {
  color: #ed1c24;
}
.bg_text {
  width: 150%;
  height: 170px;
  background-image: url("../img/bg_logo_g.svg");
  background-size: 350px auto;
  background-position: center;
  background-repeat: repeat-x;
  animation: bgscroll 5s linear infinite;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -20%;
  margin: auto;
  transform: rotate(-13deg);
  opacity: 0.1;
}
@-webkit-keyframes bgscroll {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 350px 0;
  }
}
/*-------------------トップ-------------------*/
.top {
  width: 100%;
  height: 100vh;
  min-height: 600px;
  position: relative;
}
.top::before {
  content: '';
  background: linear-gradient(180deg, rgba(17, 17, 17, 0) 0%, rgba(17, 17, 17, 0.5) 100%);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.top .video {
  height: 100%;
  left: 50%;
  max-width: none;
  min-height: 56.25vw;
  min-width: 100%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.top h2 {
  font-size: 58px;
  line-height: 58px;
  font-weight: 500;
  text-align: center;
  margin: 0;
  color: #fff;
  position: absolute;
  bottom: 100px;
  left: 5%;
  z-index: 3;
}
.top h2 span {
  display: block;
  background-color: #222222ca;
  color: #fff;
  padding: 20px 0 30px;
}
.top h2 span:nth-child(1) {
  width: 510px;
  margin-bottom: 15px;
}
.top h2 span:nth-child(2) {
  width: 810px;
  margin-left: 100px;
  margin-bottom: 15px;
}
.top h2 span:nth-child(3) {
  width: 290px;
  margin-left: 50px;
}
/*-------------------トップ以下-------------------*/
.contents {
  position: relative;
  z-index: 2;
  padding: 80px 0 150px;
  clip-path: polygon(0 100px, 100% 0, 100% calc(100% - 100px), 0 100%);
  margin-top: -100px;
}
.contents .inner {
  position: relative;
  z-index: 2;
}
.contents h3 {
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 108px;
  margin: 0 5% 40px auto;
  position: relative;
  text-align: right;
}
.contents h3 .sub {
  display: block;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 500;
  font-style: normal;
  margin-top: 10px;
  font-size: 26px;
}
.contents h3 .sub span {
  position: relative;
}
.contents h3 .sub span:before {
  content: "";
  position: absolute;
  top: 3px;
  bottom: 0;
  left: -30px;
  margin: auto;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #ed1c24;
}
/*-------------------メッセージ-------------------*/
.contents.message {
  background-color: #f5f5f5;
}
.contents.message .inner {
  display: flex;
  justify-content: space-between;
}
.contents.message .video_box {
  width: 50%;
  height: 100%;
  position: sticky;
  top: 110px;
}
.contents.message .txt {
  width: 45%;
}
.contents.message .txt h4 {
  font-size: 48px;
  line-height: 58px;
  font-weight: 500;
  margin: 0 auto 20px;
}
.contents.message .txt p {
  font-size: 18px;
  line-height: 30px;
  margin: 0 auto 30px;
  text-align: justify;
  word-break: break-all;
}
.contents.message .txt .name {
  text-align: right;
  font-size: 28px;
  margin: 0;
}
.contents.message .txt .name .position {
  font-size: 20px;
  margin-right: 20px;
}
/*ユーチューブ埋め込み*/
.contents.message .video {
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  position: relative;
}
.contents.message .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*-------------------MSGについて-------------------*/
.contents.about {
  background-color: #fff;
}
.contents.about section {
  position: relative;
  margin-bottom: 100px;
}
.contents.about section:last-child {
  margin-bottom: 0;
}
.contents.about .inner02 {
  position: relative;
  z-index: 2;
}
.contents.about h4 {
  display: block;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 38px;
  margin: 0 auto 70px;
  text-align: center;
  position: relative;
}
.contents.about h4:after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: auto;
  width: 150px;
  height: 5px;
  background-image: radial-gradient(circle, #ccc 1.5px, transparent 1.5px);
  background-position: center;
  background-size: 7px 5px;
  background-repeat: repeat-x;
}
/*-------------------数字で見る-------------------*/
.contents .numbers ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.contents .numbers ul li {
  width: 24%;
  text-align: center;
  padding: 45px 0 50px;
  margin: 0 0.5% 15px;
  position: relative;
}
.contents .numbers ul li:before {
  content: '';
  background: linear-gradient(180deg, rgba(17, 17, 17, 0.7) 0%, rgba(17, 17, 17, 0.9) 100%);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.contents .numbers ul li figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.contents .numbers ul li figure img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.contents .numbers ul li h5 {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  color: #fff;
  margin: 0 auto 30px;
  position: relative;
  z-index: 3;
}
.contents .numbers ul li h5:after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: auto;
  width: 80px;
  height: 5px;
  background-image: radial-gradient(circle, #fff 1.5px, transparent 1.5px);
  background-position: center;
  background-size: 7px 5px;
  background-repeat: repeat-x;
}
.contents .numbers ul li h5 .sub {
  display: block;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  color: #ed1c24;
  margin-bottom: 10px;
}
.contents .numbers ul li p {
  margin: 0;
  position: relative;
  z-index: 3;
}
.contents .numbers ul li p .no {
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 88px;
  color: #fff;
}
.contents .numbers ul li p .caption {
  display: block;
  font-size: 20px;
  color: #fff;
}
/*-------------------福利厚生-------------------*/
.contents .benefits ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.contents .benefits ul li {
  width: 15%;
  text-align: center;
  padding: 50px 1.5% 30px;
  background: linear-gradient(180deg, rgba(245, 245, 245, 1) 0%, rgba(229, 229, 229, 1) 100%);
  margin: 0 0.5% 15px;
  position: relative;
}
.contents .benefits ul li .no {
  display: block;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 24px;
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  background-color: #ed1c24;
  position: absolute;
  top: 20px;
  left: 20px;
}
.contents .benefits ul li figure {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #fff;
  padding: 10px;
  margin: 0 auto 20px;
}
.contents .benefits ul li h5 {
  font-weight: 500;
  font-size: 20px;
  margin: 0 auto 30px;
  position: relative;
}
.contents .benefits ul li h5:after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
  margin: auto;
  width: 80px;
  height: 5px;
  background-image: radial-gradient(circle, #ed1c24 1.5px, transparent 1.5px);
  background-position: center;
  background-size: 7px 5px;
  background-repeat: repeat-x;
}
.contents .benefits ul li p {
  text-align: justify;
  margin: 0;
}
/*-------------------キャリアアップ-------------------*/
.contents .career ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.contents .career ul li {
  margin: 0 auto 30px;
  display: flex;
  align-items: center;
}
.contents .career ul li h5 {
  width: 120px;
  min-width: 120px;
  height: 120px;
  border-radius: 50%;
  line-height: 120px;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  background-color: #222;
  text-align: center;
  margin: 0;
}
.contents .career ul li:nth-child(3) h5 {
  font-size: 18px;
}
.contents .career ul li .txt {
  padding: 40px 3%;
  background: linear-gradient(90deg, rgba(229, 229, 229, 1) 0%, rgba(245, 245, 245, 1) 100%);
  margin-left: 50px;
  position: relative;
}
.contents .career ul li:nth-child(1) .txt {
  width: 30%;
}
.contents .career ul li:nth-child(2) .txt {
  width: 40%;
}
.contents .career ul li:nth-child(3) .txt {
  width: 60%;
}
.contents .career ul li:nth-child(4) .txt {
  width: 100%;
}
.contents .career ul li .txt h6 {
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  margin: 0;
}
.contents .career ul li:nth-child(4) h6 .p {
  font-size: 30px;
}
.contents .career ul li .txt h6 .icon {
  display: block;
  font-size: 16px;
  text-align: center;
  color: #fff;
  width: 60px;
  background-color: #ed1c24;
  border-radius: 0 7px 0 7px;
  padding: 1px 0 2.5px;
  position: absolute;
  top: -10px;
  left: 20px;
}
.contents .career ul li .txt h6 .en {
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 38px;
  position: relative;
  top: 1px;
}
.contents .career .comment {
  padding: 30px 5%;
  border: solid 2px #111;
  background-color: #f5f5f5;
  border-radius: 0 10px 0 10px;
  margin-top: 70px;
}
.contents .career .comment p {
  margin: 0;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
}
/*-------------------インタビュー-------------------*/
.contents.interview {
  background-color: #f5f5f5;
}
.contents.interview section {
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
  position: relative;
}
.contents.interview section:last-child {
  margin-bottom: 0;
}
.contents.interview section:nth-child(even) {
  flex-direction: row-reverse;
}
.contents.interview section .figure_box {
  width: 40%;
  height: 550px;
  position: relative;
  z-index: 1;
  position: sticky;
  top: 110px;
}
.contents.interview section .figure_box .swiper {
  width: 100%;
  height: 550px;
  border-radius: 0 15px 0 15px;
  overflow: hidden
}
.contents.interview section .figure_box .swiper figure {
  width: 100%;
  height: 100%;
}
.contents.interview section .figure_box .swiper figure img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.contents.interview section .faq_box {
  width: 55%;
  position: relative;
  z-index: 1;
}
.contents.interview section .faq_box .box {
  margin-bottom: 50px;
}
.contents.interview section .faq_box .box:last-child {
  margin-bottom: 0;
}
.contents.interview section .faq_box .box .q {
  font-size: 24px;
  margin: 0 auto 30px;
  display: flex;
  align-items: center;
  position: relative;
}
.contents.interview section .faq_box .box .q:after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 5px;
  background-image: radial-gradient(circle, #ccc 1.5px, transparent 1.5px);
  background-position: center;
  background-size: 7px 5px;
  background-repeat: repeat-x;
}
.contents.interview section .faq_box .box .q span {
  display: block;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 38px;
  margin-right: 15px;
  color: #ed1c24;
}
.contents.interview section .faq_box .box p {
  margin: 0;
  text-align: justify;
  line-height: 28px;
}
.contents.interview .bg_text {
  background-image: url("../img/bg_logo_w.svg");
  opacity: 1;
}
/*-------------------ブランド-------------------*/
.contents.brand {
  background-color: #fff;
}
.contents.brand ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.contents.brand ul li {
  width: 18%;
  margin: 0 1%;
}
/*-------------------採用情報-------------------*/
.contents.entry {
  padding: 0;
  position: relative;
  clip-path: none;
}
.contents.entry .inner {
  width: 100%;
  clip-path: polygon(0 100px, 100% 0, 100% calc(100% - 100px), 0 100%);
}
.contents.entry h3 {
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 150px;
  letter-spacing: 10px;
  text-align: center;
  color: #ed1c24;
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 4;
}
.contents.entry .inner ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
}
.contents.entry ul li {
  width: 50%;
  text-align: center;
}
.contents.entry ul li a {
  display: block;
  text-decoration: none;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.contents.entry ul li a:hover {
  opacity: 1;
}
.contents.entry ul li a figure:before {
  content: '';
  background: linear-gradient(180deg, rgba(17, 17, 17, 0.1) 0%, rgba(17, 17, 17, 0.7) 100%);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
  transition: all .3s;
}
.contents.entry ul li a figure img {
  object-fit: cover;
  height: 650px;
}
.contents.entry ul li.zoom-in a figure {
  transform: scale(1);
  transition: all .7s;
}
.contents.entry ul li.zoom-in a:hover figure {
  transform: scale(1.05);
}
.contents.entry ul li a figure:after {
  content: '';
  background: linear-gradient(45deg, rgba(237, 37, 14, 0.1), rgba(2237, 37, 14, 0.7));
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  transition: all .3s;
  opacity: 0;
}
.contents.entry ul li a:hover figure:before {
  opacity: 0;
}
.contents.entry ul li a:hover figure:after {
  opacity: 1;
}
.contents.entry ul li .txt {
  position: absolute;
  left: 50%;
  top: 45%;
  transform: translate(-50%, -45%);
  z-index: 2;
}
.contents.entry ul li .txt h5 {
  font-size: 30px;
  font-weight: 500;
  text-align: center;
}
.contents.entry ul li .txt h5 .h5 {
  display: block;
  width: 270px;
  padding: 10px 0 13px;
  text-align: center;
  color: #fff;
  background-color: #ed1c24;
  border-radius: 0 7px 0 7px;
}
.contents.entry ul li .txt h5 .sub {
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
  display: block;
  font-size: 28px;
  letter-spacing: 1px;
  margin: 0 auto 40px;
  position: relative;
}
.contents.entry ul li .txt h5 .sub:after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
  margin: auto;
  width: 100px;
  height: 5px;
  background-image: radial-gradient(circle, #fff 1.5px, transparent 1.5px);
  background-position: center;
  background-size: 7px 5px;
  background-repeat: repeat-x;
}
.contents.entry .arrow {
  width: 150px;
  display: block;
  position: absolute;
  top: 200px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: rotate(-13deg);
  transition: all .3s;
}
.contents.entry .arrow:before, .contents.entry .arrow:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.contents.entry .arrow:before {
  left: 0;
  width: 150px;
  height: 3px;
  background: #fff;
  transition: all .3s;
}
.contents.entry .arrow:after {
  left: 127px;
  width: 15px;
  height: 15px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: rotate(45deg) skew(-15deg, -15deg);
  transform: rotate(45deg) skew(-15deg, -15deg);
  transition: all .3s;
}
.contents.entry a:hover .arrow:before {
  width: 180px;
}
.contents.entry a:hover .arrow:after {
  left: 160px;
}
/*-------------------会社概要-------------------*/
.contents.company {
  background-color: #f5f5f5;
}
.contents.company .inner {
  width: 1100px;
}
.contents.company .dl_box dl {
  margin: 0;
  display: flex;
  padding: 20px 0;
  position: relative;
}
.contents.company .dl_box dl:after {
  content: "";
  position: absolute;
  bottom: -2.5px;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 5px;
  background-image: radial-gradient(circle, #ccc 1.5px, transparent 1.5px);
  background-position: center;
  background-size: 7px 5px;
  background-repeat: repeat-x;
}
.contents.company .dl_box dl dt {
  width: 25%;
}
.contents.company .dl_box dl dd {
  margin: 0;
  width: 75%;
}
@media screen and (max-width:1050px) {
  #wrapper {
    min-width: 90%;
  }
  .inner {
    width: 90%;
    min-width: 90%;
  }
  br.pc {
    display: none;
  }
  br.sp {
    display: block;
  }
  .bg_text {
    height: 120px;
    background-size: 240px auto;
  }
  @-webkit-keyframes bgscroll {
    0% {
      background-position: 0 0;
    }
    100% {
      background-position: 240px 0;
    }
  }
  /*-------------------トップ-------------------*/
  .top {
    height: 600px;
    min-height: 600px;
  }
  .top h2 {
    font-size: 38px;
    line-height: 38px;
    position: absolute;
    bottom: 0;
    left: 5%;
  }
  .top h2 span {
    padding: 10px 0 15px;
  }
  .top h2 span:nth-child(1) {
    width: 350px;
    margin-bottom: 10px;
  }
  .top h2 span:nth-child(2) {
    width: 550px;
    margin-left: 100px;
    margin-bottom: 10px;
  }
  .top h2 span:nth-child(3) {
    width: 200px;
    margin-left: 50px;
  }
  /*-------------------トップ以下-------------------*/
  .contents {
    padding: 50px 0 90px;
    clip-path: polygon(0 50px, 100% 0, 100% calc(100% - 50px), 0 100%);
    margin-top: -50px;
  }
  .contents h3 {
    font-size: 48px;
    margin: 0 5% 30px auto;
  }
  .contents h3 .sub {
    margin-top: 5px;
    font-size: 16px;
  }
  .contents h3 .sub span:before {
    position: absolute;
    left: -22px;
    width: 12px;
    height: 12px;
  }
  /*-------------------メッセージ-------------------*/
  .contents.message .inner {
    display: block;
  }
  .contents.message .video_box {
    width: 100%;
    position: static;
    margin-bottom: 25px;
  }
  .contents.message .txt {
    width: auto;
  }
  .contents.message .txt h4 {
    font-size: 28px;
    line-height: 38px;
    margin: 0 auto 15px;
  }
  .contents.message .txt p {
    font-size: 16px;
    line-height: 28px;
    margin: 0 auto 20px;
  }
  .contents.message .txt .name {
    font-size: 24px;
  }
  .contents.message .txt .name .position {
    font-size: 18px;
    margin-right: 15px;
  }
  /*-------------------MSGについて-------------------*/
  .contents.about section {
    margin-bottom: 50px;
  }
  .contents.about h4 {
    font-size: 24px;
    margin: 0 auto 40px;
  }
  .contents.about h4:after {
    position: absolute;
    bottom: -15px;
    width: 100px;
  }
  /*-------------------数字で見る-------------------*/
  .contents .numbers ul li {
    width: 48%;
    padding: 30px 0 35px;
    margin: 0 auto 10px;
  }
  .contents .numbers ul li h5 {
    font-size: 18px;
    margin: 0 auto 20px;
  }
  .contents .numbers ul li h5:after {
    position: absolute;
    bottom: -15px;
  }
  .contents .numbers ul li h5 .sub {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .contents .numbers ul li p .no {
    font-size: 58px;
  }
  .contents .numbers ul li p .caption {
    font-size: 16px;
  }
  /*-------------------福利厚生-------------------*/
  .contents .benefits ul li {
    width: 40%;
    padding: 30px 4% 20px;
    margin: 0 auto 10px;
  }
  .contents .benefits ul li .no {
    font-size: 20px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    top: 10px;
    left: 10px;
  }
  .contents .benefits ul li figure {
    width: 70px;
    height: 70px;
    margin: 0 auto 15px;
  }
  .contents .benefits ul li h5 {
    font-size: 18px;
    margin: 0 auto 25px;
  }
  .contents .benefits ul li h5:after {
    position: absolute;
    bottom: -15px;
    width: 50px;
  }
  .contents .benefits ul li p {
    font-size: 14px;
  }
  /*-------------------キャリアアップ-------------------*/
  .contents .career ul li {
    margin: 0 auto 20px;
  }
  .contents .career ul li h5 {
    width: 90px;
    min-width: 90px;
    height: 90px;
    line-height: 90px;
    font-size: 16px;
  }
  .contents .career ul li:nth-child(3) h5 {
    font-size: 13px;
  }
  .contents .career ul li .txt {
    padding: 30px 5%;
    margin-left: 20px;
  }
  .contents .career ul li:nth-child(1) .txt {
    width: 30%;
  }
  .contents .career ul li:nth-child(2) .txt {
    width: 40%;
  }
  .contents .career ul li:nth-child(3) .txt {
    width: 60%;
  }
  .contents .career ul li:nth-child(4) .txt {
    width: 100%;
  }
  .contents .career ul li .txt h6 {
    font-size: 20px;
  }
  .contents .career ul li:nth-child(4) h6 .p {
    font-size: 24px;
  }
  .contents .career ul li .txt h6 .icon {
    font-size: 13px;
    width: 50px;
    position: absolute;
    top: -5px;
    left: 20px;
  }
  .contents .career ul li .txt h6 .en {
    font-size: 30px;
  }
  .contents .career .comment {
    padding: 20px 5%;
    margin-top: 40px;
  }
  .contents .career .comment p {
    font-size: 16px;
    line-height: 24px;
    text-align: justify;
  }
  /*-------------------インタビュー-------------------*/
  .contents.interview section {
    display: block;
    margin-bottom: 50px;
  }
  .contents.interview section .figure_box {
    width: auto;
    max-width: 500px;
    height: 350px;
    position: static;
    margin: 0 auto 25px;
  }
  .contents.interview section .figure_box .swiper {
    height: 350px;
  }
  .contents.interview section .faq_box {
    width: auto;
  }
  .contents.interview section .faq_box .box {
    margin-bottom: 30px;
  }
  .contents.interview section .faq_box .box .q {
    font-size: 18px;
    margin: 0 auto 25px;
  }
  .contents.interview section .faq_box .box .q span {
    font-size: 30px;
    margin-right: 10px;
  }
  .contents.interview section .faq_box .box p {
    line-height: 24px;
  }
  /*-------------------ブランド-------------------*/
  .contents.brand ul li {
    width: 31.33%;
    margin: 10px 1%;
  }
  /*-------------------採用情報-------------------*/
  .contents.entry h3 {
    font-size: 130px;
    letter-spacing: 5px;
  }
  .contents.entry .inner {
    clip-path: polygon(0 50px, 100% 0, 100% calc(100% - 50px), 0 100%);
  }
  .contents.entry ul li .txt h5 {
    font-size: 24px;
  }
  .contents.entry ul li .txt h5 .h5 {
    width: 220px;
    padding: 10px 0 12px;
  }
  .contents.entry ul li .txt h5 .sub {
    font-size: 24px;
    margin: 0 auto 30px;
  }
  .contents.entry ul li .txt h5 .sub:after {
    position: absolute;
    bottom: -10px;
    width: 80px;
  }
  .contents.entry .arrow {
    width: 100px;
    position: absolute;
    top: 200px;
  }
  .contents.entry .arrow:before {
    left: 0;
    width: 100px;
    height: 3px;
    background: #fff;
    transition: all .3s;
  }
  .contents.entry .arrow:after {
    left: 77px;
    width: 15px;
    height: 15px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    -webkit-transform: rotate(45deg) skew(-15deg, -15deg);
    transform: rotate(45deg) skew(-15deg, -15deg);
    transition: all .3s;
  }
  .contents.entry a:hover .arrow:before {
    width: 130px;
  }
  .contents.entry a:hover .arrow:after {
    left: 110px;
  }
  /*-------------------会社概要-------------------*/
  .contents.company .inner {
    width: 90%;
  }
  .contents.company .dl_box dl {
    padding: 15px 0;
  }
  .contents.company .dl_box dl dt {
    width: 35%;
  }
  .contents.company .dl_box dl dd {
    width: 65%;
  }
}
@media screen and (max-width:700px) {
  /*-------------------トップ-------------------*/
  .top {
    height: 400px;
    min-height: 400px;
  }
  .top h2 {
    font-size: 24px;
    line-height: 24px;
    position: absolute;
    bottom: -80px;
    left: 2%;
  }
  .top h2 span {
    padding: 10px 0 13px;
  }
  .top h2 span:nth-child(1) {
    width: 220px;
    margin-bottom: 5px;
  }
  .top h2 span:nth-child(2) {
    width: 340px;
    margin-left: 20px;
    margin-bottom: 5px;
  }
  .top h2 span:nth-child(3) {
    width: 125px;
    margin-left: 10px;
  }
  /*-------------------メッセージ-------------------*/
  .contents.message {
    padding-top: 130px;
  }
  /*-------------------キャリアアップ-------------------*/
  .contents .career ul li h5 {
    width: 60px;
    min-width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 12px;
  }
  .contents .career ul li:nth-child(3) h5 {
    font-size: 9px;
  }
  .contents .career ul li .txt {
    padding: 15px 0;
    margin-left: 10px;
  }
  .contents .career ul li:nth-child(1) .txt {
    width: 50%;
  }
  .contents .career ul li:nth-child(2) .txt {
    width: 55%;
  }
  .contents .career ul li:nth-child(3) .txt {
    width: 65%;
  }
  .contents .career ul li:nth-child(4) .txt {
    width: 100%;
  }
  .contents .career ul li .txt h6 {
    font-size: 14px;
  }
  .contents .career ul li:nth-child(4) h6 .p {
    font-size: 18px;
  }
  .contents .career ul li .txt h6 .icon {
    font-size: 10px;
    width: 30px;
    position: absolute;
    top: -5px;
    left: 10px;
  }
  .contents .career ul li .txt h6 .en {
    font-size: 24px;
  }
  .contents .career .comment {
    margin-top: 30px;
  }
  /*-------------------採用情報-------------------*/
  .contents.entry h3 {
    font-size: 100px;
    letter-spacing: 5px;
    position: absolute;
    top: -35px;
  }
  .contents.entry .inner ul {
    display: block;
  }
  .contents.entry ul li {
    width: auto;
    clip-path: polygon(0 50px, 100% 0, 100% calc(100% - 50px), 0 100%);
  }
  .contents.entry ul li:last-child {
    margin-top: -50px;
  }
  .contents.entry ul li a figure img {
    height: 400px;
  }
}
@media (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}