@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;
}
html {
  visibility: hidden;
}
html.wf-active {
  visibility: visible;
}
body {
  margin: 0;
  padding: 0;
  color: #333;
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  background-color: #fff;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 400;
  font-style: normal;
}
body.fixed {
  overflow: hidden;
}
#wrapper {
  min-width: 1100px;
  overflow: hidden;
}
.inner {
  width: 1100px;
  margin: 0 auto;
}
.block {
  display: inline-block;
}
/*-------------------トップ-------------------*/
.top {
  width: 100%;
  height: 85vh;
  min-height: 700px;
  overflow: hidden;
  position: relative;
}
.top .video_box:after {
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.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 {
  width: 100%;
  font-size: 54px;
  letter-spacing: 2px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin: 0;
  position: absolute;
  left: 50%;
  top: 55%;
  transform: translate(-50%, -55%);
  z-index: 2;
}
.top h2 .b {
  font-size: 68px;
}
.top h2 .sub {
  display: block;
  font-size: 44px;
  margin-top: 10px;
}
/*-------------------トップ以下-------------------*/
.contents {
  padding: 40px 0;
}
.contents h3 {
  text-align: center;
  font-size: 38px;
  font-weight: 500;
  margin: 0 auto 50px;
  position: relative;
}
.contents h3.en {
  font-size: 40px;
}
.contents h3:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  margin: auto;
  width: 80px;
  height: 3px;
  background-color: #333;
}
/*-------------------MESSAGE-------------------*/
.contents.message .inner {
  width: 95%;
  border-radius: 15px;
  padding: 70px 0;
  background-image: url("../img/vision.jpg");
  background-size: 50%;
  background-position: center;
}
.contents.message .wrap {
  width: 1100px;
  margin: 0 auto;
  border-radius: 15px;
  background-color: #fff;
}
.contents.message .txt {
  padding: 50px 10% 55px;
  position: relative;
}
.contents.message .txt h4 {
  font-size: 34px;
  font-weight: 500;
  margin: -20px auto 20px;
  text-align: center;
}
.contents.message .txt .red {
  font-size: 44px;
  color: #d2121c;
}
.contents.message .txt p {
  margin: 0;
  font-size: 18px;
  line-height: 30px;
  text-align: justify;
}
.contents.message .txt .b {
  font-size: 24px;
  line-height: 38px;
  font-weight: 500;
  text-align: center;
  margin-top: 20px;
}
.contents.message .txt .b .red {
  font-size: 28px;
  color: #d2121c;
}
/*-------------------DATA-------------------*/
.contents.data ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contents.data ul li {
  width: 48%;
  border-radius: 15px;
  border: solid 5px #EBECEE;
  padding: 20px 0;
  position: relative;
  margin: 0 0 25px;
}
.contents.data ul li:nth-child(3) {
  width: 100%;
  margin: 0;
}
.contents.data ul li h4 {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  background-color: #333;
  padding: 5px 0 6px;
  border-radius: 50px;
  width: 200px;
  margin: 0 auto 20px;
  text-align: center;
}
.contents.data ul li figure {
  width: 100px;
  margin: 0 auto;
}
.contents.data ul li p {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  margin: 0;
}
.contents.data ul li p .b {
  font-size: 58px;
  margin-right: 5px;
}
.contents.data ul li:nth-child(1) p .caption {
  font-size: 16px;
}
.contents.data ul li:nth-child(2) figure {
  width: 190px;
  position: absolute;
  top: 30px;
  left: 7%;
}
.contents.data ul li:nth-child(2) p {
  text-align: left;
}
.contents.data ul li:nth-child(2) p:nth-child(1) {
  position: absolute;
  top: 85px;
  right: 10%;
}
.contents.data ul li:nth-child(2) p:nth-child(2) {
  position: absolute;
  bottom: 50px;
  left: 10%;
}
.contents.data ul li:nth-child(2) p:nth-child(3) {
  position: absolute;
  bottom: 50px;
  right: 7%;
}
.contents.data ul li:nth-child(2) p .employment {
  font-size: 16px;
  position: relative;
  top: -15px;
  left: -10px;
  background-color: #EBECEE;
  padding: 3px 15px 4.5px;
  border-radius: 50px;
}
.contents.data ul li:nth-child(2) p.caption {
  font-size: 16px;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 21px;
}
.contents.data ul li:nth-child(3) p {
  font-size: 24px;
  margin-bottom: 10px;
}
.contents.data ul li:nth-child(3) .brand_box ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.contents.data ul li:nth-child(3) .brand_box ul li {
  width: 10%;
  border-radius: 0;
  border: none;
  padding: 0;
  margin: 5px 1%;
}
.contents.data ul li:nth-child(3) .brand_box ul li img {
  width: 100%;
  vertical-align: bottom;
}
/*-------------------CHECK POINT-------------------*/
.contents.check ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contents.check ul li {
  width: 48%;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 0 0 10px #aaa;
  margin: 30px 0;
  position: relative;
}
.contents.check ul li:nth-child(3), .contents.check ul li:nth-child(4) {
  margin-bottom: 0;
}
.contents.check ul li .no {
  display: block;
  width: 60px;
  height: 60px;
  line-height: 57px;
  border-radius: 60px;
  background-color: #333;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  color: #fff;
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  margin: auto;
}
.contents.check ul li figure {
  border-radius: 15px 15px 0 0;
  overflow: hidden;
}
.contents.check ul li figure img {
  height: 200px;
  object-fit: cover;
}
.contents.check ul li .txt {
  padding: 25px 5% 30px;
}
.contents.check ul li .txt h4 {
  font-size: 24px;
  font-weight: 500;
  margin: 0 auto 10px;
  text-align: center;
}
.contents.check ul li .txt h4 .sub {
  display: block;
  font-size: 14px;
}
.contents.check ul li .txt p {
  margin: 0;
  text-align: justify;
}
/*-------------------BRANDS-------------------*/
.contents.brands ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.contents.brands ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  color: #333;
  padding: 50px 5%;
  border-radius: 15px;
  box-shadow: 0 0 10px #aaa;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
.contents.brands ul li:last-child {
  margin-bottom: 0;
}
.contents.brands ul li a:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  border-radius: 24px;
  background: #C8C8C8;
  left: -12px;
  top: 30px;
  transition: all .3s;
}
.contents.brands ul li a:hover {
  opacity: 1;
}
.contents.brands ul li a:hover:before {
  background: #d2121c;
  transition: all .3s;
}
.contents.brands ul li figure {
  width: 48%;
  border-radius: 15px;
  overflow: hidden;
}
.contents.brands ul li figure img {
  height: 300px;
  object-fit: cover;
}
.contents.brands ul li .txt {
  width: 48%;
}
.contents.brands ul li .txt .logo {
  width: 200px;
  margin: 0 auto 25px;
}
.contents.brands ul li .txt .logo img {
  width: 100%;
  vertical-align: bottom;
}
.contents.brands ul li .txt h4 {
  font-size: 24px;
  font-weight: 500;
  margin: 0 auto 10px;
}
.contents.brands ul li .txt p {
  margin: 0;
  text-align: justify;
}
.contents.brands ul li .txt .more {
  text-align: right;
  margin-top: 20px;
}
.contents.brands ul li .txt .more a {
  text-decoration: none;
  color: #333;
  font-weight: 500;
}
.contents.brands ul li .txt .more a:hover {
  opacity: 1;
  color: #d2121c;
}
.contents.brands ul li .txt .more img {
  margin-left: 10px;
  position: relative;
  top: 4.5px;
}
/*-------------------BRANDS　追加-------------------*/
.brands_content{
  display: flex;
  justify-content: space-between;
  text-decoration: none;
  color: #333;
}
.contents.brands ul li .txt .more span:hover {
  color: #d2121c;
  transition: all .3s;
}
@media screen and (max-width:1050px){
 .brands_content{
   display: block;
 }
}
/*-------------------各採用情報リンク-------------------*/
.contents.link ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.contents.link ul li {
  width: 31%;
}
.contents.link ul li a {
  display: block;
  text-decoration: none;
  color: #333;
  font-weight: 500;
  font-size: 20px;
  text-align: center;
  padding: 20px 0 21px;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 0 0 10px #aaa;
  position: relative;
  overflow: hidden;
}
.contents.link ul li a:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  border-radius: 24px;
  background: #C8C8C8;
  left: -12px;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: all .3s;
}
.contents.link ul li a:hover {
  opacity: 1;
}
.contents.link ul li a:hover:before {
  background: #d2121c;
  transition: all .3s;
}
/*-------------------会社概要-------------------*/
.contents.company .dl_box {
  border: solid 1px #C8C8C8;
}
.contents.company dl {
  margin: 0;
  display: flex;
  align-items: stretch;
  border-bottom: solid 1px #C8C8C8;
}
.contents.company dl:last-child {
  border: none;
}
.contents.company dl dt {
  width: 15%;
  font-weight: 500;
  padding: 20px 3%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: solid 1px #C8C8C8;
  background-color: #FBFBFB;
}
.contents.company dl dd {
  margin: 0;
  width: 85%;
  padding: 20px 3%;
}
.contents.company dl dd a {
  color: #333;
}
.contents.company dl dd ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.contents.company dl dd ul li {
  margin: 20px auto;
}
.contents.company dl dd ul li h4 {
  font-size: 16px;
  margin: 0 auto -10px;
}
@media screen and (max-width:1050px) {
  #wrapper {
    min-width: 100%;
  }
  .inner {
    width: 90%;
  }
  .block {
    display: block;
  }
  /*-------------------トップ-------------------*/
  .top {
    height: 60vh;
    min-height: 400px;
  }
  .top h2 {
    font-size: 28px;
    position: absolute;
    left: 50%;
    top: 60%;
    transform: translate(-50%, -60%);
  }
  .top h2 .b {
    font-size: 34px;
  }
  .top h2 .sub {
    font-size: 22px;
    margin-top: 5px;
  }
  /*-------------------トップ以下-------------------*/
  .contents {
    padding: 30px 0;
  }
  .contents h3 {
    font-size: 24px;
    margin: 0 auto 30px;
  }
  .contents h3.en {
    font-size: 28px;
  }
  .contents h3:after {
    width: 50px;
  }
  /*-------------------MESSAGE-------------------*/
  .contents.message .inner {
    padding: 50px 0;
    background-image: url("../img/vision.jpg");
    background-size: 130%;
  }
  .contents.message .wrap {
    width: 90%;
  }
  .contents.message .txt {
    padding: 30px 5%;
  }
  .contents.message .txt h4 {
    font-size: 20px;
    margin: 0 auto 10px;
    position: relative;
    left: 5px;
  }
  .contents.message .txt .red {
    font-size: 24px;
  }
  .contents.message .txt p {
    font-size: 17px;
    line-height: 28px;
  }
  .contents.message .txt .b {
    font-size: 18px;
    line-height: 30px;
    margin-top: 20px;
  }
  .contents.message .txt .b .red {
    font-size: 20px;
  }
  /*-------------------DATA-------------------*/
  .contents.data ul {
    display: block;
  }
  .contents.data ul li {
    width: auto;
    border: solid 3px #EBECEE;
    margin: 0 auto 10px;
  }
  .contents.data ul li h4 {
    font-size: 18px;
    margin: 0 auto 15px;
  }
  .contents.data ul li figure {
    width: 80px;
  }
  .contents.data ul li p {
    font-size: 18px;
  }
  .contents.data ul li p .b {
    font-size: 48px;
  }
  .contents.data ul li:nth-child(1) p .caption {
    font-size: 15px;
  }
  .contents.data ul li:nth-child(2) figure {
    width: 160px;
    position: static;
  }
  .contents.data ul li:nth-child(2) figure img {
    object-fit: cover;
    height: 90px;
  }
  .contents.data ul li:nth-child(2) p {
    text-align: center;
  }
  .contents.data ul li:nth-child(2) p:nth-child(1) {
    position: static;
  }
  .contents.data ul li:nth-child(2) p:nth-child(2) {
    position: static;
  }
  .contents.data ul li:nth-child(2) p:nth-child(3) {
    position: static;
  }
  .contents.data ul li:nth-child(2) p .employment {
    font-size: 15px;
    position: relative;
    top: -12px;
  }
  .contents.data ul li:nth-child(2) p.caption {
    font-size: 15px;
    position: static;
    margin-top: 3px;
  }
  .contents.data ul li:nth-child(3) p {
    font-size: 22px;
  }
  .contents.data ul li:nth-child(3) .brand_box ul li {
    width: 19%;
    margin: 5px 1%;
  }
  /*-------------------CHECK POINT-------------------*/
  .contents.check ul {
    margin: 50px auto 0;
    display: block;
  }
  .contents.check ul li {
    width: auto;
    margin-bottom: 40px;
  }
  .contents.check ul li:nth-child(3) {
    margin-bottom: 40px;
  }
  .contents.check ul li:nth-child(4) {
    margin-bottom: 0;
  }
  .contents.check ul li .no {
    width: 50px;
    height: 50px;
    line-height: 47px;
    border-radius: 50px;
    font-size: 20px;
    position: absolute;
    top: -25px;
  }
  .contents.check ul li figure img {
    height: 150px;
  }
  .contents.check ul li .txt {
    padding: 20px 5% 25px;
  }
  .contents.check ul li .txt h4 {
    font-size: 20px;
  }
  /*-------------------BRANDS-------------------*/
  .contents.brands ul li {
    margin-bottom: 20px;
  }
  .contents.brands ul li {
    display: block;
    padding: 40px 5%;
  }
  .contents.brands ul li figure {
    width: auto;
    margin-bottom: 25px;
  }
  .contents.brands ul li figure img {
    height: 200px;
  }
  .contents.brands ul li .txt {
    width: auto;
  }
  .contents.brands ul li .txt .logo {
    width: 150px;
    margin: 0 auto 20px;
  }
  .contents.brands ul li .txt h4 {
    font-size: 20px;
    margin: 0 auto 10px;
  }
  .contents.brands ul li .txt .more {
    margin-top: 10px;
    font-size: 14px;
  }
  /*-------------------各採用情報リンク-------------------*/
  .contents.link ul {
    display: block;
  }
  .contents.link ul li {
    width: auto;
    margin-bottom: 15px;
  }
  .contents.link ul li:last-child {
    margin-bottom: 0;
  }
  .contents.link ul li a {
    font-size: 18px;
    padding: 15px 0 16px;
  }
  /*-------------------会社概要-------------------*/
  .contents.company dl {
    display: block;
  }
  .contents.company dl dt {
    width: auto;
    display: block;
    padding: 10px 5% 12px;
    border-right: none;
    border-bottom: solid 1px #C8C8C8;
    text-align: center;
  }
  .contents.company dl dd {
    width: auto;
    padding: 15px 5% 17px;
  }
}