@charset "UTF-8";
/*
Theme Name: new_theme
Description:name
Version: 1.0
*/
/*変数設定用*/
.fv {
  /*margin-bottom: 80px;*/
  position: relative;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .fv {
    margin-bottom: 10px;
  }
  .fv br.pc-only {
    display: none;
  }
}
.fv #bg-video {
  width: 100%;
  vertical-align: bottom;
}

.fv::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 120vh;
  /*background: repeating-linear-gradient(135deg, #333333, #333333 2px, #fff 2px, #fff 6px);*/
  opacity: 0.1;
}

.top-about {
  margin-bottom: 170px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top-about {
    margin-bottom: 50px;
  }
}
.top-about:before {
  content: "KMS";
  position: absolute;
  left: -2vw;
  font-size: 19.5vw;
  line-height: 1;
  color: #efefef;
  top: -3.5vw;
  font-weight: 600;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .top-about:before {
    font-size: 30vw;
    top: auto;
    bottom: 45%;
  }
}
.top-about-right {
  position: absolute;
  right: 0;
  top: 0;
  width: 62.5vw;
  z-index: -1;
}
@media screen and (max-width: 1450px) {
  .top-about-right {
    width: 55vw;
  }
}
.top-about .fl {
  float: left;
  width: 50%;
  max-width: 630px;
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .top-about .fl {
    float: none;
    width: 100%;
    padding-top: 0;
  }
}
.top-about .fl figure {
  width: 110%;
  margin-left: -5%;
  margin-bottom: 20px;
}
.top-about .fl .en-ttl {
  color: #000;
  font-weight: 600;
  font-size: 10rem;
  line-height: 1;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .top-about .fl .en-ttl {
    font-size: 3.2rem;
    margin-bottom: 10px;
  }
}
.top-about .fl .jp-ttl {
  font-size: 2rem;
  color: #00ada6;
  font-weight: 600;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .top-about .fl .jp-ttl {
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
}
.top-about .fl .txt {
  font-size: 1.6rem;
  line-height: 1.8em;
  font-weight: 600;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .top-about .fl .txt {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
}
.top-about .fl .viewbtn {
  font-size: 1.2rem;
  color: #fff;
  font-weight: 600;
  max-width: 165px;
  width: 100%;
  display: block;
  background: #beba92;
  position: relative;
  padding: 10px 20px;
  border: 1px solid #beba92;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.top-about .fl .viewbtn:before {
  position: absolute;
  right: 20px;
  top: calc(50% - 0.75em);
  content: ">";
}
.top-about .fl .viewbtn:hover {
  background: #fff;
  color: #beba92;
}

.top-service {
  padding-top: 14vw;
  position: relative;
}
@media screen and (min-width: 1920px) {
  .top-service {
    padding-top: 700px;
    padding-bottom: 200px;
  }
}
@media screen and (max-width: 767px) {
  .top-service {
    padding-top: 50px;
  }
}
.top-service:before {
  content: "Service";
  position: absolute;
  right: 0;
  font-size: 28.7rem;
  font-size: 15vw;
  line-height: 1;
  color: #efefef;
  top: 9.5vw;
  font-weight: 600;
  z-index: -1;
}
@media screen and (min-width: 1920px) {
  .top-service:before {
    top: 550px;
  }
}
@media screen and (max-width: 767px) {
  .top-service:before {
    font-size: 20vw;
    bottom: 55%;
    top: auto;
  }
}
.top-service:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 15vw;
  height: 43vw;
  background: url(https://assets.kms3.com/prod/img/top-service.png);
  background-size: cover;
  content: "";
  background-position: right;
}
@media screen and (min-width: 1920px) {
  .top-service:after {
    top: 300px;
  }
}
@media screen and (max-width: 767px) {
  .top-service:after {
    display: none;
  }
}
.top-service .fl {
  padding-left: 200px;
  float: left;
  width: 54%;
  max-width: 700px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top-service .fl {
    padding-left: 0;
    float: none;
    width: 100%;
  }
}
.top-service .fl figure {
  width: 110%;
  margin-left: -5%;
  margin-bottom: 20px;
}
.top-service .fl .en-ttl {
  color: #000;
  font-weight: 600;
  font-size: 10rem;
  line-height: 1;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .top-service .fl .en-ttl {
    font-size: 3.2rem;
    margin-bottom: 10px;
  }
}
.top-service .fl .jp-ttl {
  font-size: 2rem;
  color: #00ada6;
  font-weight: 600;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .top-service .fl .jp-ttl {
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
}
.top-service .fl .txt {
  font-size: 1.6rem;
  line-height: 1.8em;
  font-weight: 600;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .top-service .fl .txt {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
}
.top-service .fl .viewbtn {
  font-size: 1.2rem;
  color: #fff;
  font-weight: 600;
  max-width: 165px;
  width: 100%;
  display: block;
  background: #beba92;
  position: relative;
  padding: 10px 20px;
  border: 1px solid #beba92;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.top-service .fl .viewbtn:before {
  position: absolute;
  right: 20px;
  top: calc(50% - 0.75em);
  content: ">";
}
.top-service .fl .viewbtn:hover {
  background: #fff;
  color: #beba92;
}
.top-service .fr {
  width: 40%;
  float: right;
}
@media screen and (max-width: 767px) {
  .top-service .fr {
    width: 100%;
    float: none;
    margin-top: 50px;
  }
}
.top-service .fr ul li {
  margin-bottom: 25px;
  padding-bottom: 10px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top-service .fr ul li {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
}
.top-service .fr ul li:before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 50vw;
  height: 1px;
  background: #3e3a39;
}
@media screen and (max-width: 767px) {
  .top-service .fr ul li:before {
    display: none;
  }
}
.top-service .fr ul li a {
  font-size: 4.4rem;
  color: #000;
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .top-service .fr ul li a {
    font-size: 3rem;
    border-bottom: 1px solid #3e3a39;
  }
}
.top-service .fr ul li a .jp {
  display: block;
  font-size: 0.36em;
  font-weight: normal;
  padding: 0 20px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .top-service .fr ul li a .jp {
    padding: 0;
  }
}
.top-service .fr ul li a .eng {
  display: inline-block;
  padding: 2px 20px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  background: transparent;
}
@media screen and (max-width: 767px) {
  .top-service .fr ul li a .eng {
    padding: 2px 0;
  }
}
.top-service .fr ul li a:hover .jp {
  color: #beba92;
}
.top-service .fr ul li a:hover .eng {
  color: #fff;
  background: #beba92;
}

.top-recruit {
  background: url(https://assets.kms3.com/prod/img/top-recruit.png);
  background-size: cover;
  padding: 150px 0;
  margin-top: 120px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top-recruit {
    padding: 50px 0;
    margin-top: 50px;
    background-image: url(https://assets.kms3.com/prod/img/top-recruit_sp.png);
  }
}
.top-recruit:before {
  content: "KMS";
  position: absolute;
  right: 5vw;
  font-size: 14vw;
  line-height: 1;
  color: #efefef;
  opacity: 0.2;
  top: 2vw;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .top-recruit:before {
    font-size: 30vw;
    top: 5vw;
  }
}
.top-recruit .mx1200 {
  max-width: 1200px;
  margin: auto;
  width: 95%;
}
.top-recruit .fl {
  float: left;
  width: 42%;
}
@media screen and (max-width: 767px) {
  .top-recruit .fl {
    float: none;
    width: 100%;
  }
}
.top-recruit .fl .en-ttl {
  color: #fff;
  font-weight: 600;
  font-size: 10rem;
  line-height: 1;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .top-recruit .fl .en-ttl {
    font-size: 3.2rem;
    margin-bottom: 10px;
  }
}
.top-recruit .fl .jp-ttl {
  font-size: 2rem;
  color: #00ada6;
  font-weight: 600;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .top-recruit .fl .jp-ttl {
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
}
.top-recruit .fr {
  float: right;
  width: 52%;
}
@media screen and (max-width: 767px) {
  .top-recruit .fr {
    float: none;
    width: 100%;
  }
}
.top-recruit .fr .txt {
  font-size: 1.6rem;
  line-height: 1.8em;
  font-weight: 600;
  margin-bottom: 40px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .top-recruit .fr .txt {
    font-size: 1.4rem;
  }
}
.top-recruit .fr .viewbtn {
  font-size: 1.2rem;
  color: #fff;
  font-weight: 600;
  max-width: 165px;
  width: 100%;
  display: block;
  background: #beba92;
  position: relative;
  padding: 10px 20px;
  border: 1px solid #beba92;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.top-recruit .fr .viewbtn:before {
  position: absolute;
  right: 20px;
  top: calc(50% - 0.75em);
  content: ">";
}
.top-recruit .fr .viewbtn:hover {
  background: #fff;
  color: #beba92;
}

.top-company {
  margin: 95px 0 0;
  position: relative;
  padding-bottom: 260px;
}
@media screen and (max-width: 767px) {
  .top-company {
    margin: 50px 0 0;
    padding-bottom: 50px;
  }
}
.top-company:before {
  content: "KMS";
  position: absolute;
  left: -2vw;
  font-size: 19.5vw;
  line-height: 1;
  color: #efefef;
  top: 0vw;
  font-weight: 600;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .top-company:before {
    left: auto;
    right: 0;
    font-size: 30vw;
    top: 50vw;
  }
}
.top-company-right {
  position: absolute;
  right: 0;
  top: 0;
  width: 48vw;
}
@media screen and (max-width: 767px) {
  .top-company-right {
    position: static;
    width: 100vw;
  }
}
.top-company-right:before {
  width: 100%;
  height: 10vw;
  content: "";
  background: #00ada6;
  left: -5vw;
  top: 4vw;
  position: absolute;
}
.top-company-right .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.top-company-right .flex #company-slide02 {
  width: 65%;
  height: 22vw;
}
.top-company-right .flex #company-slide03 {
  width: 31%;
  height: 22vw;
}
.top-company-right #company-slide04 {
  margin-top: 20px;
  margin-left: auto;
  width: 32vw;
  height: 10vw;
}
@media screen and (max-width: 767px) {
  .top-company-right #company-slide04 {
    width: 100%;
    height: 25vw;
  }
}
.top-company .fl {
  float: left;
  width: 35%;
  max-width: 510px;
}
@media screen and (max-width: 767px) {
  .top-company .fl {
    float: none;
    width: 100%;
    margin-top: 20px;
  }
}
.top-company .fl .en-ttl {
  color: #000;
  font-weight: 600;
  font-size: 10rem;
  line-height: 1;
  margin-bottom: 0;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .top-company .fl .en-ttl {
    font-size: 3.2rem;
    margin-bottom: 10px;
  }
}
.top-company .fl .jp-ttl {
  font-size: 2rem;
  color: #00ada6;
  font-weight: 600;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .top-company .fl .jp-ttl {
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
}
.top-company .fl .txt {
  font-size: 1.6rem;
  line-height: 1.8em;
  font-weight: 600;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .top-company .fl .txt {
    font-size: 1.4rem;
  }
}
.top-company .fl .viewbtn {
  font-size: 1.2rem;
  color: #fff;
  font-weight: 600;
  max-width: 165px;
  width: 100%;
  display: block;
  background: #beba92;
  position: relative;
  padding: 10px 20px;
  border: 1px solid #beba92;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.top-company .fl .viewbtn:before {
  position: absolute;
  right: 20px;
  top: calc(50% - 0.75em);
  content: ">";
}
.top-company .fl .viewbtn:hover {
  background: #fff;
  color: #beba92;
}

.top-news {
  padding-top: 100px;
  margin-bottom: 45px;
}
@media screen and (min-width: 1920px) {
  .top-news {
    padding-top: 400px;
  }
}
@media screen and (max-width: 767px) {
  .top-news {
    padding-top: 0;
  }
}
.top-news .inner {
  max-width: 1100px;
  width: 95%;
  margin: auto;
}
.top-news .tac {
  text-align: center;
}
.top-news .en-ttl {
  color: #000;
  font-weight: 600;
  font-size: 10rem;
  line-height: 1;
  margin-bottom: 15px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top-news .en-ttl {
    font-size: 3.2rem;
    margin-bottom: 10px;
  }
}
.top-news .jp-ttl {
  font-size: 2rem;
  color: #00ada6;
  font-weight: 600;
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top-news .jp-ttl {
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
}
.top-news .viewbtn {
  font-size: 1.2rem;
  color: #fff;
  font-weight: 600;
  max-width: 165px;
  margin-left: auto;
  width: 100%;
  display: block;
  background: #beba92;
  position: relative;
  padding: 10px 20px;
  border: 1px solid #beba92;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
@media screen and (max-width: 767px) {
  .top-news .viewbtn {
    margin-top: 30px;
  }
}
.top-news .viewbtn:before {
  position: absolute;
  right: 20px;
  top: calc(50% - 0.75em);
  content: ">";
}
.top-news .viewbtn:hover {
  background: #fff;
  color: #beba92;
}

.news-wrap {
  margin-bottom: 75px;
}

.news-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .news-list {
    margin-bottom: 50px;
  }
}

section.under-news.date .news-list li {
  margin: 0 24px 80px !important;
  width: 29% !important;
}

@media screen and (max-width: 767px) {
  section.under-news.date .news-list li {
    float: none;
    width: 100% !important;
    margin: 0 !important;
  }
}

.news-list li {
  float: left;
  width: 30%;
  margin: 0 0 80px;
}
@media screen and (max-width: 767px) {
  .news-list li {
    float: none;
    width: 100%;
    margin: 0;
  }
}

section.under-news.date .news-list li:nth-child(3n+2) {
  margin: 0 24px 80px !important;
  -webkit-transition-delay: 0s !important;
          transition-delay: 0s !important;
}

@media screen and (max-width: 767px) {
  section.under-news.date .news-list li:nth-child(3n+2) {
    margin: 0px !important;
  }
}

.news-list li:nth-child(3n+2) {
  margin: 0 5% 80px;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
@media screen and (max-width: 767px) {
  .news-list li:nth-child(3n+2) {
    margin: 0 0;
    -webkit-transition-delay: 0;
            transition-delay: 0;
  }
}
.news-list li:nth-child(3n) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
@media screen and (max-width: 767px) {
  .news-list li:nth-child(3n) {
    -webkit-transition-delay: 0;
            transition-delay: 0;
  }
}
.news-list li a {
  color: #000;
}
.news-list li figure {
  width: 100%;
  height: 180px;
  overflow: hidden;
  margin-bottom: 20px;
  position: relative;
  background-color: #f5f5f5;
}
.news-list li figure img {
  max-width: none;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.news-list li .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}
.news-list li .flex .date {
  font-size: min(2vw, 2rem);
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .news-list li .flex .date {
    font-size: 1.4rem;
  }
}
.news-list li .flex .cate {
  font-size: 1.6rem;
  font-weight: 600;
  color: #fff;
  width: 125px;
  padding: 1px 0;
  display: block;
  text-align: center;
}
@media only screen and (min-width: 767px) and (max-width: 1000px) {
  .news-list li .flex .cate {
    font-size: min(3.39vw, 1.4rem);
  }
}
@media screen and (max-width: 767px) {
  .news-list li .flex .cate {
    font-size: min(3.39vw, 1.4rem);
  }
}
.news-list li .flex .cate.corporate {
  background: #dae000;
}
.news-list li .flex .cate.game {
  background: #a40b5d;
}

.news-list li .flex .cate.info {
  background: #dae000;
  }
  .news-list li .flex .cate.press {
  background: #a40b5d;
  }
  .news-list li .flex .cate.news02 {
  background: #a40b5d;
  }
  
.news-list li h3 {
  font-size: 1.6rem;
  font-weight: 600;
  min-height: 130px;
  padding-bottom: 30px;
  border-bottom: 4px solid #000;
  letter-spacing: 0.05em;
  line-height: 1.4em;
}
@media screen and (max-width: 767px) {
  .news-list li h3 {
    font-size: 1.4rem;
    min-height: auto;
    border-bottom: 2px solid #000;
  }
}

.interview_fv {
  margin-top: 100px;
  min-height: 510px;
  background: url("https://assets.kms3.com/prod/img/recruit/interview_fv.png");
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}
.interview_fv.planner_fv {
  background-image: url("https://assets.kms3.com/prod/img/recruit/interview_planner_fv.png");
}
.interview_fv.others_fv {
  background-image: url("https://assets.kms3.com/prod/img/recruit/interview_others_fv.png");
}
.interview_fv.illustrator_fv {
  background-image: url("https://assets.kms3.com/prod/img/recruit/interview_illustrator_fv.png");
}
.interview_fv.engineer_fv {
  background-image: url("https://assets.kms3.com/prod/img/recruit/interview_engineer_fv.png");
}
.interview_fv.animation_fv {
  background-image: url("https://assets.kms3.com/prod/img/recruit/interview_animation_fv.png");
}
.interview_fv.designer_fv {
  background-image: url("https://assets.kms3.com/prod/img/recruit/interview_designer_fv.png");
}
@media screen and (max-width: 767px) {
  .interview_fv {
    min-height: 300px;
    margin-top: 50px;
  }
}
.interview_fv h2 {
  font-size: 15rem;
  position: absolute;
  bottom: -0.2em;
  left: 0;
  width: 100%;
  text-align: center;
  opacity: 0.8;
  color: #fff;
  font-weight: 600;
  line-height: 1;
  text-shadow: 1px 1px 3px #666;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .interview_fv h2 {
    font-size: 12vw;
  }
}

.interview_member {
  margin: 50px auto 120px;
}
@media screen and (max-width: 767px) {
  .interview_member {
    margin: 30px auto 50px;
  }
}
.interview_member .inner {
  max-width: 1300px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .interview_member .inner {
    width: 95%;
  }
}
.interview_member .tac {
  text-align: center;
}
.interview_member .en-ttl {
  color: #000;
  font-weight: 600;
  font-size: 5rem;
  line-height: 1;
  margin-bottom: 15px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .interview_member .en-ttl {
    font-size: 3.2rem;
    margin-bottom: 10px;
  }
}
.interview_member .jp-ttl {
  font-size: 1.6rem;
  color: #00ada6;
  font-weight: 600;
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .interview_member .jp-ttl {
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
}
.interview_member ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 95px;
}
@media screen and (max-width: 767px) {
  .interview_member ul {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 50px;
  }
}
.interview_member ul li {
  width: 30%;
  margin-bottom: 75px;
  border: 1px solid #beba92;
  position: relative;
}
@media screen and (max-width: 767px) {
  .interview_member ul li {
    width: 100%;
    margin-bottom: 20px;
  }
}
.interview_member ul li .label {
  position: absolute;
  left: -3px;
  top: -15px;
  font-size: 2rem;
  color: #fff;
  padding: 5px 10px 5px 20px;
  background: #beba92;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .interview_member ul li .label {
    font-size: 1.4rem;
  }
}
.interview_member ul li .label:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  right: -20px;
  bottom: 0;
  border: 20px solid transparent;
  border-right: 10px solid transparent;
  border-left: 10px solid #beba92;
  border-bottom: 20px solid #beba92;
}
@media screen and (max-width: 767px) {
  .interview_member ul li .label:before {
    border: 16px solid transparent;
    border-right: 8px solid transparent;
    border-left: 8px solid #beba92;
    border-bottom: 16px solid #beba92;
    right: -16px;
  }
}
.interview_member ul li:nth-child(3n+2) {
  margin: 0 5% 75px;
}
@media screen and (max-width: 767px) {
  .interview_member ul li:nth-child(3n+2) {
    margin: 0 0 20px;
  }
}
.interview_member ul li a {
  display: block;
  padding: 5px;
}
.interview_member ul li a h3 {
  text-align: center;
  color: #fff;
  background: #00ada6;
  font-size: 2rem;
  font-weight: 600;
  padding: 15px 0;
  margin-bottom: 15px;
}
.interview_member ul li a h3 span {
  font-size: 1.2rem;
  display: block;
}
.interview_member ul li a .txt {
  font-size: 2rem;
  color: #3e3a39;
  line-height: 1.4em;
  font-weight: 500;
  padding: 0 20px 15px;
}
@media screen and (max-width: 767px) {
  .interview_member ul li a .txt {
    font-size: 1.4rem;
  }
}

.btn-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px solid #3e3a39;
}
@media screen and (max-width: 767px) {
  .btn-cont {
    /*display: block;*/
  }
}
.btn-cont a {
  width: 50%;
  padding: 120px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-right: 1px solid #3e3a39;
  position: relative;
}
@media screen and (max-width: 767px) {
  .btn-cont a {
    /*width: 100%;
    padding:50px 0;
    border-bottom: 1px solid #3e3a39;
    border-right:none;*/
    padding: min(4.2vw, 120px) 0;
  }
}
.btn-cont a:last-child {
  border: none;
}
.btn-cont a h2 {
  font-size: 4rem;
  color: #3e3a39;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .btn-cont a h2 {
    font-size: min(5.6vw, 4rem);
    color: #3e3a39 !important;
  }
}
.btn-cont a h2 .eng {
  border-bottom: 4px solid #3e3a39 !important;
  padding-bottom: 5px;
}
.btn-cont a h2 .jp {
  font-size: 1.6rem;
  display: block;
  text-align: center;
  padding-top: 15px;
}
@media screen and (max-width: 767px) {
  .btn-cont a h2 .jp {
    font-size: min(3.4vw, 1.6rem);
  }
}
.btn-cont a h2 .jp.icon {
  padding: 15px 30px 0;
  position: relative;
  background: url(https://assets.kms3.com/prod/img/icon_link.svg);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: right top 23px;
}
@media screen and (max-width: 767px) {
  .btn-cont a h2 .jp.icon {
    padding: 15px 0 0 0;
    background-position: right top 94%;
    text-indent: max(-4vw, -4px);
    background-size: min(5vw, 20px);
  }
}
.btn-cont a.w100 {
  border-top: 1px solid #3e3a39;
  width: 100%;
}
.btn-cont a.w100:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-size: cover;
  background-position: center;
  background-image: url("https://assets.kms3.com/prod/img/recruit/recruitment-btn.png");
  opacity: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  z-index: -1;
}
.btn-cont a.w100:hover h2 {
  color: #fff;
}
.btn-cont a.w100:hover h2 .eng {
  border-color: #fff;
}
.btn-cont a.w100:hover:after {
  opacity: 1;
}
.btn-cont a.occupation-btn:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-size: cover;
  background-position: center;
  background-image: url("https://assets.kms3.com/prod/img/recruit/occupation-btn.png");
  opacity: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  z-index: -1;
}
.btn-cont a.occupation-btn:hover h2 {
  color: #fff;
}
.btn-cont a.occupation-btn:hover h2 .eng {
  border-color: #fff;
}
.btn-cont a.occupation-btn:hover:after {
  opacity: 1;
}
.btn-cont a.interview-btn:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-size: cover;
  background-position: center;
  background-image: url("https://assets.kms3.com/prod/img/recruit/interview-btn.png");
  opacity: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  z-index: -1;
}
.btn-cont a.interview-btn:hover h2 {
  color: #fff;
}
.btn-cont a.interview-btn:hover h2 .eng {
  border-color: #fff;
}
.btn-cont a.interview-btn:hover:after {
  opacity: 1;
}

.interview-wrap {
  margin: 80px auto 120px;
}
@media screen and (max-width: 767px) {
  .interview-wrap {
    margin: 50px auto;
  }
}
.interview-wrap .inner {
  max-width: 1300px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .interview-wrap .inner {
    width: 95%;
  }
}
.interview-wrap .tac {
  text-align: center;
}
.interview-wrap .en-ttl {
  color: #000;
  font-weight: 600;
  font-size: 5rem;
  line-height: 1;
  padding-bottom: 15px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .interview-wrap .en-ttl {
    font-size: 3.2rem;
    padding-bottom: 10px;
  }
}
.interview-wrap .jp-ttl {
  font-size: 1.6rem;
  color: #00ada6;
  font-weight: 600;
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .interview-wrap .jp-ttl {
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
}
.interview-wrap .interview-top {
  margin: 66px auto 90px;
}
@media screen and (max-width: 767px) {
  .interview-wrap .interview-top {
    margin: 50px auto;
  }
}
.interview-wrap .interview-top .fl {
  width: 38%;
  float: left;
}
@media screen and (max-width: 767px) {
  .interview-wrap .interview-top .fl {
    float: none;
    width: 100%;
  }
}
.interview-wrap .interview-top .fr {
  width: 48%;
  float: right;
}
@media screen and (max-width: 767px) {
  .interview-wrap .interview-top .fr {
    float: none;
    width: 100%;
  }
}
.interview-wrap .interview-top .fr h3 {
  font-size: 6rem;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 1.2em;
}
@media screen and (max-width: 767px) {
  .interview-wrap .interview-top .fr h3 {
    margin: 10px auto;
    font-size: 7vw;
  }
}
.interview-wrap .interview-top .fr h3 span {
  color: #00ada6;
}
@media screen and (max-width: 767px) {
  .interview-wrap .interview-top .fr h3 br {
    display: none;
  }
}
.interview-wrap .interview-top .fr .position {
  font-size: 1.6rem;
  font-weight: 600;
}
.interview-wrap .interview-top .fr .initial {
  font-size: 2.4rem;
  font-weight: 600;
}

.interview-repeat01 .inner {
  max-width: 1300px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .interview-repeat01 .inner {
    width: 95%;
  }
}
.interview-repeat01 .interview-repeatlist {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .interview-repeat01 .interview-repeatlist {
    margin-bottom: 50px;
  }
}
.interview-repeat01 .interview-repeatlist .fl {
  float: left;
}
@media screen and (max-width: 767px) {
  .interview-repeat01 .interview-repeatlist .fl {
    float: none;
  }
}
.interview-repeat01 .interview-repeatlist .fr {
  float: right;
}
@media screen and (max-width: 767px) {
  .interview-repeat01 .interview-repeatlist .fr {
    float: none;
  }
}
.interview-repeat01 .interview-repeatlist .thum {
  width: 47%;
}
@media screen and (max-width: 767px) {
  .interview-repeat01 .interview-repeatlist .thum {
    width: 100%;
  }
}
.interview-repeat01 .interview-repeatlist .detail {
  width: 42%;
}
@media screen and (max-width: 767px) {
  .interview-repeat01 .interview-repeatlist .detail {
    width: 100%;
  }
}
.interview-repeat01 .interview-repeatlist .detail h3 {
  font-size: 3rem;
  font-weight: 600;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .interview-repeat01 .interview-repeatlist .detail h3 {
    margin: 10px auto;
    font-size: 6vw;
  }
}
@media screen and (max-width: 767px) {
  .interview-repeat01 .interview-repeatlist .detail h3 br {
    display: none;
  }
}
.interview-repeat01 .interview-repeatlist .detail .txt {
  font-size: 1.6rem;
  line-height: 1.8em;
}
@media screen and (max-width: 767px) {
  .interview-repeat01 .interview-repeatlist .detail .txt {
    font-size: 1.4rem;
  }
}
.interview-repeat01 .interview-repeatlist .detail .txt span {
  font-weight: 600;
  display: block;
  margin-bottom: 10px;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .interview-repeat01 .interview-repeatlist .detail .txt span {
    font-size: 5vw;
  }
}

.center-cont .inner {
  max-width: 1300px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .center-cont .inner {
    width: 95%;
  }
}
.center-cont .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .center-cont .flex {
    display: block;
  }
}
.center-cont-list {
  width: 42%;
}
@media screen and (max-width: 767px) {
  .center-cont-list {
    width: 100%;
    margin-bottom: 50px;
  }
}
.center-cont-list h3 {
  font-size: 3rem;
  font-weight: 600;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .center-cont-list h3 {
    margin: 10px auto;
    font-size: 6vw;
  }
}
@media screen and (max-width: 767px) {
  .center-cont-list h3 br {
    display: none;
  }
}
.center-cont-list .txt {
  font-size: 1.6rem;
  line-height: 1.8em;
}
@media screen and (max-width: 767px) {
  .center-cont-list .txt {
    font-size: 1.4rem;
  }
}
.center-cont-list .txt span {
  font-weight: 600;
  display: block;
  margin-bottom: 10px;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .center-cont-list .txt span {
    font-size: 5vw;
  }
}

.cont-thum {
  margin: 100px auto;
  max-width: 1000px;
}

.interview-repeat02 .inner {
  max-width: 1300px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .interview-repeat02 .inner {
    width: 95%;
  }
}
.interview-repeat02 .interview-repeatlist {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .interview-repeat02 .interview-repeatlist {
    margin-bottom: 50px;
  }
}
.interview-repeat02 .interview-repeatlist .fl {
  float: left;
}
@media screen and (max-width: 767px) {
  .interview-repeat02 .interview-repeatlist .fl {
    float: none;
  }
}
.interview-repeat02 .interview-repeatlist .fr {
  float: right;
}
@media screen and (max-width: 767px) {
  .interview-repeat02 .interview-repeatlist .fr {
    float: none;
  }
}
.interview-repeat02 .interview-repeatlist .thum {
  width: 47%;
}
@media screen and (max-width: 767px) {
  .interview-repeat02 .interview-repeatlist .thum {
    width: 100%;
  }
}
.interview-repeat02 .interview-repeatlist .detail {
  width: 42%;
}
@media screen and (max-width: 767px) {
  .interview-repeat02 .interview-repeatlist .detail {
    width: 100%;
  }
}
.interview-repeat02 .interview-repeatlist .detail h3 {
  font-size: 3rem;
  font-weight: 600;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .interview-repeat02 .interview-repeatlist .detail h3 {
    margin: 10px auto;
    font-size: 6vw;
  }
}
@media screen and (max-width: 767px) {
  .interview-repeat02 .interview-repeatlist .detail h3 br {
    display: none;
  }
}
.interview-repeat02 .interview-repeatlist .detail .txt {
  font-size: 1.6rem;
  line-height: 1.8em;
}
@media screen and (max-width: 767px) {
  .interview-repeat02 .interview-repeatlist .detail .txt {
    font-size: 1.4rem;
  }
}
.interview-repeat02 .interview-repeatlist .detail .txt span {
  font-weight: 600;
  display: block;
  margin-bottom: 10px;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .interview-repeat02 .interview-repeatlist .detail .txt span {
    font-size: 5vw;
  }
}

.occupation_fv {
  margin-top: 100px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .occupation_fv {
    margin-top: 50px;
  }
}
.occupation_fvbox {
  width: 630px;
  padding-right: 40px;
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-align: right;
}
@media only screen and (min-width: 767px) and (max-width: 1000px) {
  .occupation_fvbox {
    left: 2vw;
    width: 520px;
  }
}
@media screen and (max-width: 767px) {
  .occupation_fvbox {
    width: 95%;
    left: 2.5%;
    max-width: 504px;
    /* margin: 20px auto; */
    text-align: left;
  }
}
.occupation_fvbox:before {
  position: absolute;
  right: 0;
  top: 40px;
  width: 20px;
  height: calc(100% - 45px);
  background: #fff;
  content: "";
}
.occupation_fvbox h2 {
  font-size: min(9.4vw, 12rem);
  color: #fff;
  font-weight: 600;
  text-align: right;
  line-height: 1;
  margin-bottom: 10px;
  text-shadow: 1px 1px 3px #666;
  padding-right: 10px;
}
@media screen and (max-width: 767px) {
  .occupation_fvbox h2 {
    font-size: min(13vw, 12rem);
    margin-bottom: 0;
    padding-bottom: 10px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1000px) {
  .occupation_fvbox h2 {
    font-size: min(13vw, 12rem);
    margin-bottom: 0;
    padding-bottom: 10px;
  }
}
.occupation_fvbox p {
  font-size: min(1.48vw, 1.6rem);
  color: #fff;
  font-weight: 600;
  text-align: right;
  max-width: 500px;
  text-shadow: 1px 1px 3px #666;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .occupation_fvbox p {
    font-size: min(3.8vw, 1.6rem);
    text-align: left;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1000px) {
  .occupation_fvbox p {
    font-size: min(3.8vw, 1.6rem);
    text-align: left;
  }
}
.occupation_fv.under .occupation_fvbox {
  padding-right: 0;
}
.occupation_fv.under .occupation_fvbox:before {
  display: none;
}

.occupation-wrap .inner {
  /*margin-left: auto;
  margin-right: auto;
  padding: 0 2.5%;*/
  max-width: 1200px;
  margin: 70px auto 50px;
}
@media screen and (max-width: 767px) {
  .occupation-wrap .inner {
    width: 95%;
    padding: inherit;
    margin-top: 0;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1000px) {
  .occupation-wrap .inner {
    width: 95%;
    padding: inherit;
    margin-top: 0;
  }
}
.occupation-wrap .inner .cont_list {
  margin: 0px auto min(10vw, 200px);
  max-width: 1200px;
}
.occupation-wrap .inner h2 {
  text-align: center;
  font-size: 5rem;
  font-weight: 900;
  color: #3e3a39;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .occupation-wrap .inner h2 {
    font-size: 10vw;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1000px) {
  .occupation-wrap .inner h2 {
    font-size: 10vw;
  }
}
.occupation-wrap .inner .txt {
  text-align: center;
  font-size: 2rem;
  font-weight: 900;
  color: #3e3a39;
  line-height: 1.8em;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .occupation-wrap .inner .txt {
    font-size: 1.4rem;
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1000px) {
  .occupation-wrap .inner .txt {
    font-size: 1.4rem;
    margin-bottom: 40px;
  }
}
.occupation-wrap .inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .occupation-wrap .inner ul {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1000px) {
  .occupation-wrap .inner ul {
    margin-bottom: 50px;
  }
}
.occupation-wrap .inner ul li {
  float: left;
  width: 32%;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .occupation-wrap .inner ul li {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1000px) {
  .occupation-wrap .inner ul li {
    width: 100%;
    margin-bottom: 10px;
  }
}
.occupation-wrap .inner ul li:nth-child(3n+2) {
  margin: 0 2% 30px;
}
@media screen and (max-width: 767px) {
  .occupation-wrap .inner ul li:nth-child(3n+2) {
    margin: 0 0 10px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1000px) {
  .occupation-wrap .inner ul li:nth-child(3n+2) {
    margin: 0 0 10px;
  }
}
.occupation-wrap .inner ul li a {
  display: block;
  font-size: 3rem;
  font-weight: 600;
  color: #3e3a39;
  padding: 18px 30px;
  line-height: 1;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid #3e3a39;
}
@media screen and (max-width: 767px) {
  .occupation-wrap .inner ul li a {
    padding: 15px 20px;
    font-size: 6vw;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1000px) {
  .occupation-wrap .inner ul li a {
    padding: 15px 20px;
    font-size: 6vw;
  }
}
.occupation-wrap .inner ul li a:before {
  content: ">";
  position: absolute;
  right: 30px;
  top: calc(50% - 0.5em);
  font-weight: 300;
  font-size: 1.2em;
}
.occupation-wrap .inner ul li a span {
  display: block;
  font-size: 1.2rem;
  margin-top: 10px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.occupation-wrap .inner ul li a:hover {
  color: #beba92;
  border-color: #beba92;
}

.step {
  padding: 83px 0 100px;
  background: #efefef;
  position: relative;
}
@media screen and (max-width: 767px) {
  .step {
    padding: 50px 0;
  }
}
.step:before {
  content: "Step";
  position: absolute;
  right: 0;
  font-size: 19vw;
  line-height: 1;
  color: #dcdddd;
  top: 20px;
  font-weight: 600;
}
.step .inner {
  max-width: 1200px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .step .inner {
    width: 95%;
  }
}
.step .inner h2 {
  text-align: center;
  font-size: 5rem;
  font-weight: 900;
  color: #3e3a39;
  margin-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .step .inner h2 {
    font-size: 10vw;
  }
}
.step .inner .txt {
  text-align: center;
  font-size: 2rem;
  font-weight: 900;
  color: #3e3a39;
  line-height: 1.8em;
  margin-bottom: 80px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .step .inner .txt {
    font-size: 1.4rem;
    margin-bottom: 40px;
  }
}
.step .inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  counter-reset: number 0;
}
.step .inner ul li {
  float: left;
  width: 24.25%;
  margin-right: 1%;
  border: 3px solid #fff;
  padding: 50px 0 35px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .step .inner ul li {
    float: none;
    width: 100%;
    margin-right: 0;
    border: 3px solid #fff;
    padding: 25px 10px;
    margin-bottom: 10px;
  }
}
.step .inner ul li:before {
  counter-increment: number 1;
  content: counter(number) ". ";
  position: absolute;
  left: 18px;
  top: -30px;
  font-size: 6rem;
  font-weight: 600;
  color: #3e3a39;
  line-height: 1;
}
.step .inner ul li:nth-child(4) {
  margin-right: 0;
}
.step .inner ul li h3 {
  text-align: center;
  font-size: 3rem;
  font-weight: 900;
  color: #3e3a39;
  margin-bottom: 27px;
}
.step .inner ul li .desc {
  font-size: 1.6rem;
  text-align: center;
  font-weight: 600;
  color: #3e3a39;
  line-height: 1.6em;
}
.step .inner ul li:last-child:before {
  color: #00ada6;
}
.step .inner ul li:last-child h3 {
  color: #00ada6;
}
.step .inner .add-txt {
  margin-top: 50px;
  font-size: 1.6rem;
  text-align: center;
  font-weight: 600;
  color: #3e3a39;
}

.occupation-repeat .inner {
  max-width: 1300px;
  margin: auto;
}
.occupation-repeat .occupation-repeatlist {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .occupation-repeat .occupation-repeatlist {
    margin-bottom: 50px;
  }
}
.occupation-repeat .occupation-repeatlist .fl {
  float: left;
}
@media screen and (max-width: 767px) {
  .occupation-repeat .occupation-repeatlist .fl {
    float: none;
  }
}
.occupation-repeat .occupation-repeatlist .fl h3 {
  border-bottom: 2px solid #00ada6;
  border-left: 2px solid #00ada6;
  position: relative;
}
.occupation-repeat .occupation-repeatlist .fl h3:before {
  content: "";
  position: absolute;
  left: -30vw;
  top: 0;
  height: 2px;
  width: 30vw;
  background: #00ada6;
}
.occupation-repeat .occupation-repeatlist .fl h3:after {
  content: "";
  width: 12px;
  height: 12px;
  border-top: 2px solid #00ada6;
  border-right: 2px solid #00ada6;
  position: absolute;
  right: 0;
  bottom: -8px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.occupation-repeat .occupation-repeatlist .fr {
  float: right;
}
@media screen and (max-width: 767px) {
  .occupation-repeat .occupation-repeatlist .fr {
    float: none;
  }
}
.occupation-repeat .occupation-repeatlist .fr h3 {
  border-bottom: 2px solid #00ada6;
  border-right: 2px solid #00ada6;
  position: relative;
}
.occupation-repeat .occupation-repeatlist .fr h3:before {
  content: "";
  position: absolute;
  right: -30vw;
  top: 0;
  height: 2px;
  width: 30vw;
  background: #00ada6;
}
.occupation-repeat .occupation-repeatlist .fr h3:after {
  content: "";
  width: 12px;
  height: 12px;
  border-top: 2px solid #00ada6;
  border-left: 2px solid #00ada6;
  position: absolute;
  left: 0;
  bottom: -8px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.occupation-repeat .occupation-repeatlist .thum {
  width: 47%;
}
@media screen and (max-width: 767px) {
  .occupation-repeat .occupation-repeatlist .thum {
    width: 100%;
    margin-bottom: 20px;
  }
}
.occupation-repeat .occupation-repeatlist .detail {
  width: 47%;
}
@media screen and (max-width: 767px) {
  .occupation-repeat .occupation-repeatlist .detail {
    width: 100%;
  }
}
.occupation-repeat .occupation-repeatlist .detail h3 {
  font-size: 3rem;
  font-weight: 900;
  padding: 0 40px 17px;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .occupation-repeat .occupation-repeatlist .detail h3 {
    font-size: 6vw;
    padding: 0 20px 17px;
  }
}
.occupation-repeat .occupation-repeatlist .detail .desc {
  font-size: 1.6rem;
  line-height: 1.8em;
  padding: 0 40px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .occupation-repeat .occupation-repeatlist .detail .desc {
    font-size: 1.4rem;
    line-height: 1.8em;
    padding: 0;
  }
}

.occupation_interview {
  background: #00ada6;
  margin: 250px auto 145px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .occupation_interview {
    margin: 50px auto;
  }
}
.occupation_interview .bg_txt {
  color: #00bab3;
  font-size: 9vw;
  position: absolute;
  bottom: -0.05em;
  line-height: 1;
  left: 0;
  width: 100%;
  text-align: center;
  font-weight: 600;
  line-height: 1;
}
@media screen and (min-width: 1920px) {
  .occupation_interview .bg_txt {
    font-size: 15rem;
  }
}
.occupation_interview_inner {
  max-width: 790px;
  width: 95%;
  margin: auto;
  position: relative;
  padding: 20px 0;
}
.occupation_interview_inner .box {
  max-width: 490px;
  width: 62%;
}
@media screen and (max-width: 767px) {
  .occupation_interview_inner .box {
    max-width: none;
    width: 100%;
  }
}
.occupation_interview_inner .jp {
  color: #fff;
  font-size: 2.1rem;
  font-weight: 600;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .occupation_interview_inner .jp {
    font-size: 1.4rem;
  }
}
.occupation_interview_inner h3 {
  color: #fff;
  font-size: 6rem;
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .occupation_interview_inner h3 {
    font-size: 10vw;
  }
}
.occupation_interview_inner .desc {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
  margin: 25px auto;
}
@media screen and (max-width: 767px) {
  .occupation_interview_inner .desc {
    padding-right: 34%;
    font-size: 1.4rem;
  }
}
.occupation_interview_inner .viewbtn {
  font-size: 1.2rem;
  color: #fff;
  font-weight: 600;
  max-width: 165px;
  width: 100%;
  display: block;
  background: #beba92;
  position: relative;
  padding: 10px 20px;
  border: 1px solid #beba92;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.occupation_interview_inner .viewbtn:before {
  position: absolute;
  right: 20px;
  top: calc(50% - 0.75em);
  content: ">";
}
.occupation_interview_inner .viewbtn:hover {
  background: #fff;
  color: #beba92;
}
.occupation_interview_inner .clipping-thum {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 260px;
  width: 32%;
}
@media screen and (max-width: 767px) {
  .occupation_interview_inner .clipping-thum {
    /*width: 22%;*/
    width: 38%;
    right: -8px;
    max-width: 125px;
  }
}

.under-news {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .under-news {
    /*margin-top: 50px;*/
  }
}

.inner.inner_date {
  max-width: 1122px !important;
}

.under-news .inner {
  max-width: 1070px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .under-news .inner {
    width: 95%;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1000px) {
  .under-news .inner {
    width: 95%;
    padding: 0 2.5%;
  }
}
.under-news-fv {
  border-bottom: 1px solid #ccc;
  margin-bottom: 35px;
}
.under-news-fv .en-ttl {
  margin: 100px auto 160px;
  text-align: center;
  color: #000;
  font-weight: 600;
  font-size: 10rem;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .under-news-fv .en-ttl {
    font-size: min(10vw, 10rem);
    margin-bottom: min(7vw, 160px);
  }
}
@media only screen and (min-width: 767px) and (max-width: 1000px) {
  .under-news-fv .en-ttl {
    font-size: min(10vw, 10rem);
    margin-bottom: min(7vw, 160px);
  }
}

.year-select {
  max-width: 440px;
  width: 100%;
  margin-bottom: 35px;
  padding: 10px;
  font-size: 2rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .year-select {
    font-size: 1.4rem;
  }
}

.company_fv {
  margin-top: 100px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .company_fv {
    margin-top: 50px;
  }
}

.page-link {
  /*margin:15px auto 120px;*/
  margin: 15px auto min(7vw, 120px);
}
@media screen and (max-width: 767px) {
  .page-link {
    margin-bottom: 0;
  }
}
.page-link ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-link ul li {
  margin: 0 45px;
}
@media screen and (max-width: 767px) {
  .page-link ul li {
    margin: 0 min(2%, 45px);
  }
}
.page-link ul li a {
  font-size: 1.9rem;
  font-weight: 600;
  color: #3e3a39;
  line-height: 1;
  position: relative;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .page-link ul li a {
    font-size: min(3.5vw, 1.9rem);
  }
}
.page-link ul li a:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: calc(50% - 4px);
  width: 8px;
  height: 8px;
  border-top: 3px solid #3e3a39;
  border-right: 3px solid #3e3a39;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.page-link ul li a:hover:before {
  bottom: -5px;
}

#company1 {
  max-width: 950px;
  margin: 0 auto 150px;
}
@media screen and (max-width: 767px) {
  #company1 {
    padding-top: 50px;
    width: 95%;
    margin-bottom: 50px;
  }
}
#company1 h2 {
  font-size: 6rem;
  color: #3e3a39;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #company1 h2 {
    font-size: 10vw;
    margin-bottom: 0;
  }
}
#company1 table {
  width: 100%;
}
#company1 table tr {
  border-bottom: 1px solid #3e3a39;
}
#company1 table tr:last-child {
  border: none;
}
#company1 table th {
  width: 235px;
  padding: 30px 17px;
  font-size: 1.6rem;
  color: #3e3a39;
  vertical-align: top;
  font-weight: 600;
  line-height: 1.8em;
}
@media screen and (max-width: 767px) {
  #company1 table th {
    display: block;
    width: 100%;
    padding: 15px 0 0;
    font-size: 1.4rem;
  }
}
#company1 table td {
  width: calc(100% - 235px);
  padding: 30px 17px;
  font-size: 1.6rem;
  color: #3e3a39;
  font-weight: 600;
  line-height: 1.8em;
}
@media screen and (max-width: 767px) {
  #company1 table td {
    display: block;
    width: 100%;
    padding: 10px 0;
    font-size: 1.4rem;
  }
}

#company2 {
  margin: 0 auto 180px;
}
@media screen and (max-width: 767px) {
  #company2 {
    margin-bottom: 50px;
  }
}
#company2 .inner {
  max-width: 950px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  #company2 .inner {
    width: 95%;
  }
}
#company2 h2 {
  font-size: 6rem;
  color: #3e3a39;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #company2 h2 {
    font-size: 10vw;
    margin-bottom: 0;
  }
}
#company2 table {
  width: 100%;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  #company2 table {
    margin-bottom: 20px;
  }
}
#company2 table th {
  width: 70px;
  padding: 5px 0;
  font-size: 1.6rem;
  color: #3e3a39;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  #company2 table th {
    display: block;
    width: 100%;
    padding: 15px 0 0;
    font-size: 1.4rem;
  }
}
#company2 table td {
  width: calc(100% - 70px);
  padding: 5px 17px;
  font-size: 1.6rem;
  color: #3e3a39;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  #company2 table td {
    display: block;
    width: 100%;
    padding: 10px 0;
    font-size: 1.4rem;
  }
}
#company2 .ggmap {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 36.25%;
  position: relative;
}
@media screen and (max-width: 767px) {
  #company2 .ggmap {
    padding-bottom: 56.25%;
  }
}
#company2 .ggmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
#company2 .gg-link {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 600;
  color: #3e3a39;
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  #company2 .gg-link {
    font-size: 1.4rem;
  }
}
#company2 .gg-link a {
  color: #9a3148;
  margin-left: 15px;
}

.office-gallery {
  margin: 0 auto 180px;
}
@media screen and (max-width: 767px) {
  .office-gallery {
    margin-bottom: 50px;
  }
}
.office-gallery .inner {
  max-width: 950px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .office-gallery .inner {
    width: 95%;
  }
}
.office-gallery h2 {
  font-size: 6rem;
  color: #3e3a39;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .office-gallery h2 {
    font-size: 10vw;
    margin-bottom: 20px;
  }
}
.office-gallery .office-slider1 span, .office-gallery .office-slider2 span {
  padding: 0 10px 10px;
}
@media screen and (max-width: 767px) {
  .office-gallery .office-slider1 span, .office-gallery .office-slider2 span {
    padding: 0 5px 10px;
  }
}

#company3 {
  max-width: 950px;
  margin: 0 auto 150px;
}
@media screen and (max-width: 767px) {
  #company3 {
    margin-bottom: 50px;
    width: 95%;
  }
}
#company3 h2 {
  font-size: 6rem;
  color: #3e3a39;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #company3 h2 {
    font-size: 10vw;
    margin-bottom: 20px;
  }
}
#company3 .his_box .his_year {
  display: inline-block;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
  padding: 5px 12px;
  line-height: 1;
  background: #cbba8d;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  #company3 .his_box .his_year {
    font-size: 1.4rem;
  }
}
#company3 .his_box .his_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}
#company3 .his_box .his_flex .his_month {
  padding-left: 25px;
  font-size: 1.6rem;
  font-weight: 600;
  color: #3e3a39;
  margin-right: 1em;
}
@media screen and (max-width: 767px) {
  #company3 .his_box .his_flex .his_month {
    font-size: 1.4rem;
  }
}
#company3 .his_box .his_flex .his_text {
  font-size: 1.6rem;
  font-weight: 600;
  color: #3e3a39;
}
@media screen and (max-width: 767px) {
  #company3 .his_box .his_flex .his_text {
    font-size: 1.4rem;
  }
}

.contact_fv {
  margin-top: 100px;
  padding: 120px 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contact_fv {
    margin-top: 50px;
    padding: 50px 0;
  }
}
.contact_fv .en-ttl {
  color: #000;
  font-weight: 600;
  font-size: 12rem;
  line-height: 1;
  margin-bottom: 15px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contact_fv .en-ttl {
    font-size: min(10vw, 10rem);
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1000px) {
  .contact_fv .en-ttl {
    font-size: min(10vw, 10rem);
    margin-bottom: 10px;
  }
}
.contact_fv .jp-ttl {
  font-size: 2rem;
  color: #00ada6;
  font-weight: 600;
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contact_fv .jp-ttl {
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
}

.contact-wrap {
  margin-bottom: 80px;
}
.contact-wrap .inner {
  max-width: 725px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .contact-wrap .inner {
    width: 90%;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1000px) {
  .contact-wrap .inner {
    width: 90%;
  }
}
.contact-wrap .inner table {
  width: 100%;
}
.contact-wrap .inner table th {
  vertical-align: top;
  width: 230px;
  font-size: 2rem;
  font-weight: 600;
  padding-bottom: 30px;
  padding-top: 5px;
}
@media screen and (max-width: 767px) {
  .contact-wrap .inner table th {
    width: 100%;
    padding-bottom: 10px;
    font-size: min(5vw, 1.8rem);
    display: block;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1000px) {
  .contact-wrap .inner table th {
    width: 100%;
    padding-bottom: 10px;
    font-size: min(5vw, 1.8rem);
    display: block;
  }
}
.contact-wrap .inner table th span {
  font-size: min(3vw, 1.4rem);
  background: #a40b5d;
  color: #fff;
  border-radius: 5px;
  padding: 2px 4px;
  margin-left: 5px;
}
.contact-wrap .inner table td {
  /*width: calc(100% - 230px);*/
  width: 70%;
  padding-bottom: 30px;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .contact-wrap .inner table td {
    width: 100%;
    font-size: 1.6rem;
    display: block;
    padding-bottom: 15px;
  }
}
.contact-wrap .inner table td .cate-box {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .contact-wrap .inner table td .cate-box {
    margin-bottom: 30px;
  }
}
.contact-wrap .inner table td .cate-box .cate-ttl {
  font-size: 2rem;
  color: #fff;
  padding: 3px 10px;
  font-weight: 600;
  background: #3e3a39;
  margin-bottom: 15px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .contact-wrap .inner table td .cate-box .cate-ttl {
    font-size: min(4.7vw, 2rem);
  }
}
.contact-wrap .inner table td .cate-box input[type=radio] {
  display: none;
}
.contact-wrap .inner table td .cate-box input[type=radio] + span {
  display: block;
  font-size: 2rem;
  font-weight: 600;
  color: #3e3a39;
  margin-left: 0;
  margin-bottom: 5px;
  padding-left: 20px;
  position: relative;
  margin-left: 10px;
  line-height: 1;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .contact-wrap .inner table td .cate-box input[type=radio] + span {
    font-size: min(5vw, 1.8rem);
  }
}
@media only screen and (min-width: 767px) and (max-width: 1000px) {
  .contact-wrap .inner table td .cate-box input[type=radio] + span {
    font-size: min(5vw, 1.8rem);
  }
}
.contact-wrap .inner table td .cate-box input[type=radio] + span:before {
  position: absolute;
  top: 50%;
  left: -10px;
  width: 20px;
  height: 20px;
  content: "";
  margin-top: -10px;
  border: 1px solid #3e3a39;
  background: #fff;
  border-radius: 30px;
}
.contact-wrap .inner table td .cate-box input[type=radio]:checked + span::after {
  position: absolute;
  content: "";
  top: 50%;
  left: -6px;
  margin-top: -6px;
  width: 14px;
  height: 14px;
  background: #00ada6;
  border-radius: 30px;
}
.contact-wrap .inner table td input[type=text] {
  border: 1px solid #3e3a39;
  padding: 10px;
  font-size: 1.6rem;
  width: 100%;
}
.contact-wrap .inner table td textarea {
  border: 1px solid #3e3a39;
  padding: 10px;
  font-size: 1.6rem;
  line-height: 1.5;
  width: 100%;
  min-height: 250px;
}
.contact-wrap .inner table td .privacy-box {
  font-size: 1.2rem;
  color: #3e3a39;
  font-weight: 500;
  line-height: 1.8em;
  border: 1px solid #3e3a39;
  padding: 10px;
  width: 100%;
  height: 150px;
  overflow-y: scroll;
  margin-bottom: 20px;
}
.contact-wrap .inner table td .privacy-txt {
  font-size: 1.6rem;
  color: #3e3a39;
  font-weight: 600;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .contact-wrap .inner table td .privacy-txt {
    font-size: 1.4rem;
  }
}
.contact-wrap .inner table td .mwform-checkbox-field {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .contact-wrap .inner table td .mwform-checkbox-field {
    margin-bottom: 0;
  }
}
.contact-wrap .inner table td .mwform-checkbox-field label {
  font-size: 1.6rem;
  color: #3e3a39;
  font-weight: 600;
}
.contact-wrap .inner table td input[type=checkbox] {
  display: none;
}
.contact-wrap .inner table td input[type=checkbox] + span {
  display: inline-block;
  position: relative;
  margin-left: 10px;
  padding: 10px 20px;
  border-radius: 2px;
  color: #000;
  font-size: 1.6rem;
  text-align: center;
  line-height: 1;
  margin-bottom: 15px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .contact-wrap .inner table td input[type=checkbox] + span {
    font-size: 1.4rem;
  }
}
.contact-wrap .inner table td input[type=checkbox] + span:before {
  position: absolute;
  top: 50%;
  left: -10px;
  width: 15px;
  height: 15px;
  content: "";
  margin-top: -10px;
  border: 1px solid #191919;
  background: #fff;
}
.contact-wrap .inner table td input[type=checkbox]:checked + span::after {
  position: absolute;
  content: "";
  top: 50%;
  margin-top: -9px;
  left: -5px;
  width: 5px;
  height: 9px;
  border-right: 3px solid #00ada6;
  border-bottom: 3px solid #00ada6;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.contact-wrap .inner .btn-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 45px;
}
.contact-wrap .inner .btn-flex .resetbtn {
  max-width: 165px;
  width: 48%;
  margin: 0 16px;
  padding: 10px;
  background: #727171;
  font-weight: 600;
  color: #fff;
  text-align: center;
  display: block;
  border: 1px solid #727171;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.contact-wrap .inner .btn-flex .resetbtn:hover {
  background: #fff;
  color: #727171;
}
.contact-wrap .inner .btn-flex .backbtn {
  max-width: 165px;
  width: 48%;
  margin: 0 16px;
  padding: 10px;
  background: #727171;
  font-weight: 600;
  color: #fff;
  text-align: center;
  display: none;
  border: 1px solid #727171;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.contact-wrap .inner .btn-flex .backbtn:hover {
  background: #fff;
  color: #727171;
}
.contact-wrap .inner .btn-flex .sendbtn {
  max-width: 165px;
  width: 48%;
  margin: 0 16px;
  padding: 10px;
  background: #beba92;
  font-weight: 600;
  color: #fff;
  text-align: center;
  display: block;
  border: 1px solid #beba92;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.contact-wrap .inner .btn-flex .sendbtn:hover {
  color: #beba92;
  background: #fff;
}

.mw_wp_form_confirm table td .cate-box {
  margin-bottom: 0 !important;
}
.mw_wp_form_confirm table td .cate-box br {
  display: none !important;
}
.mw_wp_form_confirm table td .cate-box .cate-ttl {
  display: none !important;
}
.mw_wp_form_confirm .confirmnone {
  display: none !important;
}
.mw_wp_form_confirm .btn-flex .resetbtn {
  display: none !important;
}
.mw_wp_form_confirm .btn-flex .backbtn {
  display: block !important;
}

.aboutus_fv {
  margin-top: 100px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .aboutus_fv {
    margin-top: 50px;
  }
}
.aboutus_fvbox {
  width: 600px;
  padding-right: 40px;
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-align: right;
}
@media only screen and (min-width: 767px) and (max-width: 1000px) {
  .aboutus_fvbox {
    left: 2vw;
  }
}
@media screen and (max-width: 767px) {
  .aboutus_fvbox {
    width: 95%;
    max-width: 500px;
    left: 2.5%;
    /* margin: 20px auto; */
    text-align: left;
  }
}
.aboutus_fvbox:before {
  position: absolute;
  right: 0;
  top: 40px;
  width: 20px;
  height: calc(100% - 45px);
  background: #fff;
  content: "";
}
.aboutus_fvbox h2 {
  font-size: min(9.4vw, 12rem);
  color: #fff;
  font-weight: 600;
  text-align: right;
  line-height: 1;
  margin-bottom: min(1.4vw, 30px);
  text-shadow: 1px 1px 3px #666;
}
@media screen and (max-width: 767px) {
  .aboutus_fvbox h2 {
    font-size: min(13vw, 12rem);
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1000px) {
  .aboutus_fvbox h2 {
    font-size: min(13vw, 12rem);
    margin-bottom: 10px;
  }
}
.aboutus_fvbox p {
  font-size: min(1.48vw, 1.6rem);
  color: #fff;
  font-weight: 600;
  text-align: right;
  margin-left: auto;
  max-width: 500px;
  text-shadow: 1px 1px 3px #666;
}
@media screen and (max-width: 767px) {
  .aboutus_fvbox p {
    font-size: min(3.8vw, 1.6rem);
    text-align: left;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1000px) {
  .aboutus_fvbox p {
    font-size: min(3.8vw, 1.6rem);
    text-align: left;
  }
}


.mind {
  padding-top: 100px;
  padding-bottom:110px;
  position: relative;
  background-color: #efefef;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .mind {
    padding-top: min(6vw,20px);
    padding-bottom: 0px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1000px) {
  .mind {
    padding-top: 50px;
  }
}
.mind .about2-txt {
  position: absolute;
  left: 0;
  text-align: right;
  font-size: min(17vw, 24rem);
  letter-spacing: -0.01em;
  line-height: 1;
  color: #ffffff;
  top: min(29vw, 49rem);
  font-weight: 600;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .mind .about2-txt {
    font-size: 20vw;
    top: min(34vw, 120px);
  }
}
@media only screen and (min-width: 767px) and (max-width: 1000px) {
  .mind .about2-txt {
    font-size: 20vw;
    top: 115vw;
  }
}
.mind .about2-txt span {
  font-size: 0.6em;
}
.mind .fl {
  float: left;
  width: 72%;
  /*padding-left: 10%;*/
}
@media screen and (max-width: 767px) {
  .mind .fl {
    float: none;
    width: 100%;
    padding-left: 0;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1000px) {
  .mind .fl {
    float: none;
    width: 100%;
    padding-left: 0;
    margin-bottom: 30px;
  }
}
.mind .fr {
  width: 26%;
  float: right;
  padding-top: max(110px, 6%);
}
@media screen and (max-width: 767px) {
  .mind .fr {
    float: none;
    width: 100%;
    padding-top: 0;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1000px) {
  .mind .fr {
    float: none;
    width: 100%;
  }
}
.mind .eng {
  color: #fff;
  background: #00ada6;
  display: inline-block;
  padding: 3px 40px;
}
.mind h2 {
  font-size: min(11vw, 19rem);
  color: #3e3a39;
  font-weight: 900;
  line-height: 1.2em;
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}
@media screen and (min-width: 1920px) {
  .mind h2 {
    font-size: 18rem;
  }
}
@media screen and (max-width: 767px) {
  .mind h2 {
    font-size: 16vw;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1000px) {
  .mind h2 {
    font-size: 16vw;
    margin-bottom: 20px;
  }
}
.mind h2 > div > span {
  font-size: min(4.9vw, 8rem);
  display: block;
  line-height: 1.2em;
}
@media screen and (max-width: 767px) {
  .mind h2 > div > span {
    font-size: 8vw;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1000px) {
  .mind h2 > div > span {
    font-size: 8vw;
  }
}
.mind h2 > div > span > span {
  font-size: 0.8em;
}
@media screen and (min-width: 1920px) {
  .mind h2 > div > span > span {
    font-size: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .mind h2 > div > span > span {
    font-size: 6vw;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1000px) {
  .mind h2 > div > span > span {
    font-size: 6vw;
  }
}
.mind h2 .fullpower {
  margin-left: 2%;
}
.mind h3 {
  font-size: min(5.8vw, 11rem);
  color: #3e3a39;
  font-weight: 900;
  margin-bottom: 27px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .mind h3 {
    font-size: 8.7vw;
    margin-bottom: 20px;
    margin-top: 5px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1000px) {
  .mind h3 {
    font-size: min(5.5vw, 4rem);
    margin-bottom: 20px;
  }
}
.mind p {
  font-size: 2rem;
  color: #3e3a39;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .mind p {
    font-size: min(3.39vw, 2rem);
  }
}
@media only screen and (min-width: 767px) and (max-width: 1000px) {
  .mind p {
    font-size: min(3.39vw, 2rem);
  }
}













.policy {
  padding-top: min(14vw, 190px);
  margin-bottom: 150px;
}


@media screen and (max-width: 767px) {
  .policy {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1000px) {
  .policy {
    padding-top: 50px;
    margin-bottom: 50px;
  }
}
.policy h2 {
  font-size: 10rem;
  color: #3e3a39;
  font-weight: 900;
  padding-bottom: 30px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .policy h2 {
    font-size: min(12vw, 10rem);
  }
}
@media only screen and (min-width: 767px) and (max-width: 1000px) {
  .policy h2 {
    font-size: min(12vw, 10rem);
  }
}
.policy h3 {
  font-size: 2.2rem;
  color: #3e3a39;
  font-weight: 900;
  line-height: 1.4em;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .policy h3 {
    font-size: min(5.5vw, 2.2rem);
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1000px) {
  .policy h3 {
    font-size: min(5.5vw, 2.2rem);
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .policy h3 br {
    display: none;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1000px) {
  .policy h3 br {
    display: none;
  }
}
.policy p {
  font-size: 1.6rem;
  color: #3e3a39;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .policy p {
    font-size: min(3.39vw, 1.6rem);
  }
}
@media only screen and (min-width: 767px) and (max-width: 1000px) {
  .policy p {
    font-size: min(3.39vw, 1.6rem);
  }
}
.policy .poicy-img {
  max-width: 1100px;
  margin-top: -16%;
  margin-left: auto;
  width: 80%;
  z-index: -1;
  position: relative;
}
@media screen and (max-width: 767px) {
  .policy .poicy-img {
    margin: 20px auto;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1000px) {
  .policy .poicy-img {
    margin: 20px auto;
  }
}

.service-wrap {
  margin-bottom: 180px;
}
@media screen and (max-width: 767px) {
  .service-wrap {
    margin-bottom: 50px;
  }
}
.service-wrap .service-list {
  position: relative;
  padding-top: 50px;
}
.service-wrap .service-list .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .service-wrap .service-list .flex {
    display: block;
  }
}
.service-wrap .service-list .servicebg-txt {
  position: absolute;
  left: 0;
  font-size: min(20.5vw, 30rem);
  line-height: 1;
  color: #efefef;
  top: -0.2em;
  font-weight: 600;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .service-wrap .service-list .servicebg-txt {
    left: 0;
    font-size: 20vw;
    top: 0;
  }
}
.service-wrap .service-list .fl {
  width: 40%;
}
@media screen and (max-width: 767px) {
  .service-wrap .service-list .fl {
    width: 100%;
    margin-bottom: 20px;
  }
}
.service-wrap .service-list .fl .jp {
  color: #00ada6;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.service-wrap .service-list .fl h2 {
  font-size: 6rem;
  font-weight: 900;
  color: #3e3a39;
  margin-bottom: 10px;
  padding-bottom: 10px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .service-wrap .service-list .fl h2 {
    font-size: min(16vw, 6rem);
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1000px) {
  .service-wrap .service-list .fl h2 {
    font-size: min(16vw, 6rem);
    margin-bottom: 10px;
  }
}
.service-wrap .service-list .fl h3 {
  font-size: 2.2rem;
  line-height: 1.8em;
  font-weight: 600;
  color: #3e3a39;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .service-wrap .service-list .fl h3 {
    font-size: min(5.5vw, 2.2rem);
  }
}
@media only screen and (min-width: 767px) and (max-width: 1000px) {
  .service-wrap .service-list .fl h3 {
    font-size: min(5.5vw, 2.2rem);
  }
}
@media screen and (max-width: 767px) {
  .service-wrap .service-list .fl h3 br {
    display: none;
  }
}
.service-wrap .service-list .fl .txt {
  font-size: 1.6rem;
  font-weight: 600;
  color: #3e3a39;
}
@media screen and (max-width: 767px) {
  .service-wrap .service-list .fl .txt {
    font-size: 1.4rem;
  }
}
.service-wrap .service-list .fr {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .service-wrap .service-list .fr {
    width: 100%;
  }
}
.service-wrap .service-list .fr ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .service-wrap .service-list .fr ul {
    width: 100%;
  }
}
.service-wrap .service-list .fr ul li {
  width: 48%;
  margin-bottom: 65px;
}
@media screen and (max-width: 767px) {
  .service-wrap .service-list .fr ul li {
    width: 100%;
    margin-bottom: 30px;
  }
}
.service-wrap .service-list .fr ul li h4 {
  font-size: min(2vw, 2.2rem);
  font-weight: 900;
  color: #3e3a39;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .service-wrap .service-list .fr ul li h4 {
    font-size: 1.6rem;
  }
}
.service-wrap .service-list .fr ul li figure {
  margin-bottom: 27px;
}
@media screen and (max-width: 767px) {
  .service-wrap .service-list .fr ul li figure {
    margin-bottom: 20px;
  }
}
.service-wrap .service-list .fr ul li .official-btn {
  padding: 9px 80px 9px 20px;
  font-size: 1.2rem;
  color: #fff;
  font-weight: 600;
  border: 1px solid #beba92;
  background: #beba92;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  background-image: url("https://assets.kms3.com/prod/img/icon_official.svg");
  background-size: 16px;
  background-position: center right 10px;
  background-repeat: no-repeat;
  display: inline-block;
}
.service-wrap .service-list .fr ul li .official-btn:hover {
  color: #beba92;
  background: #fff;
  background-image: url("https://assets.kms3.com/prod/img/icon_official_hover.svg");
  background-size: 16px;
  background-position: center right 10px;
  background-repeat: no-repeat;
}
.service-wrap .service-list#service1 {
  position: relative;
  margin-bottom: 85px;
}
@media screen and (max-width: 767px) {
  .service-wrap .service-list#service1 {
    margin-bottom: 50px;
  }
}
.service-wrap .service-list#service1:before {
  position: absolute;
  left: -10vw;
  bottom: 0;
  width: 23vw;
  height: 0;
  padding-top: 23%;
  background: url(https://assets.kms3.com/prod/img/service/service-game-before.png);
  background-size: cover;
  content: "";
  background-position: right;
}
@media screen and (max-width: 767px) {
  .service-wrap .service-list#service1:before {
    display: none;
  }
}
.service-wrap .service-list#service2 {
  margin-top: 160px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .service-wrap .service-list#service2 {
    margin-top: 50px;
  }
}
.service-wrap .service-list#service2:before {
  background: url(https://assets.kms3.com/prod/img/service/service-cloud-before.png);
  position: absolute;
  right: 0;
  top: 15%;
  width: 16vw;
  height: 0;
  padding-top: 50%;
  background-size: cover;
  content: "";
  background-position: right;
}
@media screen and (max-width: 767px) {
  .service-wrap .service-list#service2:before {
    display: none;
  }
}
.service-wrap .service-list#service2 .servicebg-txt {
  font-size: min(11vw, 18rem);
}
@media screen and (max-width: 767px) {
  .service-wrap .service-list#service2 .servicebg-txt {
    font-size: 15.4vw;
  }
}
.service-wrap .service-list#service3, .service-wrap .service-list#service4 {
  margin-top: 75px;
}
@media screen and (max-width: 767px) {
  .service-wrap .service-list#service3, .service-wrap .service-list#service4 {
    margin-top: 0;
  }
}
.service-wrap .service-list#service3 .servicebg-txt, .service-wrap .service-list#service4 .servicebg-txt {
  font-size: min(15vw, 14rem);
}
@media screen and (max-width: 767px) {
  .service-wrap .service-list#service3 .servicebg-txt, .service-wrap .service-list#service4 .servicebg-txt {
    font-size: min(15vw, 14rem);
  }
}
.service-wrap .service-list#service5 {
  margin-top: 160px;
}
@media screen and (max-width: 767px) {
  .service-wrap .service-list#service5 {
    margin-top: 0;
  }
}

.service-wrap .service-list .fr ul li h4.wds {
  font-size: min(1.3vw, 2.2rem);
}
@media only screen and (min-width: 767px) and (max-width: 1000px) {
  .service-wrap .service-list .fr ul li h4.wds {
    font-size: min(1.3vw, 1.6rem);
  }
}
@media screen and (max-width: 767px) {
  .service-wrap .service-list .fr ul li h4.wds {
    font-size: 1.6rem;
  }
}

.advertising {
  margin-top: 60px;
  margin-bottom: 170px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .advertising {
    margin-bottom: 50px;
  }
}
.advertising .fl {
  float: left;
  width: 50%;
  max-width: 630px;
}
@media screen and (max-width: 767px) {
  .advertising .fl {
    float: none;
    width: 100%;
    padding-top: 0;
  }
}
.advertising .fl figure {
  width: 110%;
  margin-left: -5%;
  margin-bottom: 20px;
}
.advertising .fl .en-ttl {
  color: #000;
  font-weight: 600;
  font-size: 6rem;
  line-height: 1;
  padding-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .advertising .fl .en-ttl {
    font-size: 3.2rem;
    margin-bottom: 10px;
  }
}
.advertising .fl .jp-ttl {
  font-size: 1.4rem;
  color: #00ada6;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .advertising .fl .jp-ttl {
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
}
.advertising .fl h4 {
  color: #000;
  font-weight: 900;
  font-size: 2.2rem;
  margin-bottom: 20px;
  line-height: 1.8em;
}
.advertising .fl .txt {
  font-size: 1.6rem;
  line-height: 1.8em;
  font-weight: 600;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .advertising .fl .txt {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
}
.advertising .fr {
  float: right;
  width: 50%;
  position: relative;
  height: 700px;
}
@media screen and (max-width: 767px) {
  .advertising .fr {
    display: none;
  }
}
.advertising .fr:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 50vw;
  height: 700px;
  background: url("https://assets.kms3.com/prod/img/advertising.png");
  background-size: cover;
  content: "";
}
@media screen and (max-width: 767px) {
  .advertising .fr:before {
    position: static;
    width: 100vw;
  }
}

.cloudsolution {
  margin-top: 95px;
  margin-bottom: 95px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .cloudsolution {
    margin-bottom: 50px;
    margin-top: 50px;
  }
}
.cloudsolution:before {
  content: "KMS";
  position: absolute;
  left: -2vw;
  font-size: 19vw;
  line-height: 1;
  color: #efefef;
  top: 5vw;
  font-weight: 600;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .cloudsolution:before {
    font-size: 30vw;
    top: auto;
    bottom: 45%;
  }
}
.cloudsolution .fl {
  float: left;
  width: 50%;
  max-width: 630px;
}
@media screen and (max-width: 767px) {
  .cloudsolution .fl {
    float: none;
    width: 100%;
    padding-top: 0;
  }
}
.cloudsolution .fl figure {
  width: 110%;
  margin-left: -5%;
  margin-bottom: 20px;
}
.cloudsolution .fl .en-ttl {
  color: #000;
  font-weight: 900;
  font-size: 6rem;
  line-height: 1;
  padding-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .cloudsolution .fl .en-ttl {
    font-size: 3.2rem;
    margin-bottom: 10px;
  }
}
.cloudsolution .fl .jp-ttl {
  font-size: 1.4rem;
  color: #00ada6;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .cloudsolution .fl .jp-ttl {
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
}
.cloudsolution .fl h4 {
  color: #000;
  font-weight: 900;
  font-size: 2.2rem;
  margin-bottom: 20px;
}
.cloudsolution .fl .txt {
  font-size: 1.6rem;
  line-height: 1.8em;
  font-weight: 600;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .cloudsolution .fl .txt {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
}
.cloudsolution .fr {
  float: right;
  width: 50%;
  position: relative;
  padding-top: 130px;
}
@media screen and (max-width: 767px) {
  .cloudsolution .fr {
    display: none;
  }
}

.recruit_fv {
  margin-top: 100px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .recruit_fv {
    margin-top: 50px;
  }
}
.recruit_fvbox {
  width: 460px;
  padding-right: 40px;
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-align: right;
}
@media screen and (max-width: 767px) {
  .recruit_fvbox {
    width: 95%;
    left: 2.5%;
    max-width: 460px;
    /* margin: 20px auto; */
    text-align: left;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1000px) {
  .recruit_fvbox {
    left: 2.5%;
  }
}
.recruit_fvbox:before {
  position: absolute;
  right: 0;
  top: 40px;
  width: 20px;
  height: calc(100% - 45px);
  background: #fff;
  content: "";
}
.recruit_fvbox h2 {
  font-size: min(9.4vw, 12rem);
  color: #fff;
  font-weight: 600;
  text-align: right;
  line-height: 1;
  margin-bottom: 30px;
  text-shadow: 1px 1px 3px #666;
}
@media screen and (max-width: 767px) {
  .recruit_fvbox h2 {
    font-size: min(13vw, 12rem);
    margin-bottom: 0;
    padding-bottom: 10px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1000px) {
  .recruit_fvbox h2 {
    font-size: min(13vw, 12rem);
    margin-bottom: 0;
    padding-bottom: 10px;
  }
}
.recruit_fvbox p {
  font-size: min(1.48vw, 1.6rem);
  color: #fff;
  font-weight: 600;
  text-align: right;
  max-width: 450px;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .recruit_fvbox p {
    font-size: min(3.8vw, 1.6rem);
    text-align: left;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1000px) {
  .recruit_fvbox p {
    font-size: min(3.8vw, 1.6rem);
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .recruit_fvbox p br {
    display: none;
  }
}

.recruit-page-link {
  padding: 15px 0;
  background: #00ada6;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .recruit-page-link {
    margin-bottom: 0;
  }
}
.recruit-page-link ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.recruit-page-link ul li {
  margin: 0 45px;
}
@media screen and (max-width: 767px) {
  .recruit-page-link ul li {
    margin: 0 10px;
  }
}
.recruit-page-link ul li a {
  font-size: 1.9rem;
  font-weight: 600;
  color: #fff;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .recruit-page-link ul li a {
    font-size: 1.4rem;
  }
}

.recruit-wrap01 {
  padding-bottom: 130px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .recruit-wrap01 {
    padding-bottom: 50px;
    padding-top: 50px;
  }
}
.recruit-wrap01:before {
  content: "Recruit";
  position: absolute;
  left: 0;
  top: -2vw;
  font-size: 13.5vw;
  line-height: 1;
  color: #efefef;
  bottom: 0;
  font-weight: 600;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .recruit-wrap01:before {
    font-size: 23vw;
    top: 0vw;
  }
}
.recruit-wrap01 .fl {
  float: left;
  width: 50%;
  max-width: 630px;
}
@media screen and (max-width: 767px) {
  .recruit-wrap01 .fl {
    float: none;
    width: 100%;
    padding-top: 0;
  }
}
.recruit-wrap01 .fl h2 {
  color: #3e3a39;
  font-weight: 600;
  font-size: 6rem;
  line-height: 1;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .recruit-wrap01 .fl h2 {
    /*font-size: 3.2rem;*/
    font-size: min(7.5vw, 6rem);
    margin-bottom: 10px;
  }
}
.recruit-wrap01 .fl h3 {
  font-size: 2.2rem;
  color: #3e3a39;
  font-weight: 600;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .recruit-wrap01 .fl h3 {
    font-size: min(5.5vw, 2.2rem);
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1000px) {
  .recruit-wrap01 .fl h3 {
    font-size: min(5.5vw, 2.2rem);
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .recruit-wrap01 .fl h3 br {
    display: none;
  }
}
.recruit-wrap01 .fl .txt {
  font-size: 1.6rem;
  line-height: 1.8em;
  font-weight: 600;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .recruit-wrap01 .fl .txt {
    font-size: min(3.39vw, 1.6rem);
    margin-bottom: 20px;
  }
}
.recruit-wrap01 .fl .viewbtn {
  font-size: 1.2rem;
  color: #fff;
  font-weight: 600;
  max-width: 165px;
  width: 100%;
  display: block;
  background: #beba92;
  position: relative;
  padding: 10px 20px;
  border: 1px solid #beba92;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.recruit-wrap01 .fl .viewbtn:before {
  position: absolute;
  right: 20px;
  top: calc(50% - 0.75em);
  content: ">";
}
.recruit-wrap01 .fl .viewbtn:hover {
  background: #fff;
  color: #beba92;
}
.recruit-wrap01 .fr {
  float: right;
  width: 50%;
  position: relative;
  height: 350px;
}
@media screen and (max-width: 767px) {
  .recruit-wrap01 .fr {
    display: none;
  }
}
.recruit-wrap01 .fr:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 50vw;
  height: 350px;
  background: url("https://assets.kms3.com/prod/img/recruit/recruit-wrap01_2.png");
  background-size: cover;
  content: "";
}
@media screen and (max-width: 767px) {
  .recruit-wrap01 .fr:before {
    position: static;
    width: 100vw;
  }
}

.recruit-wrap02 {
  position: relative;
}
@media screen and (max-width: 767px) {
  .recruit-wrap02 {
    margin: 50px auto;
  }
}
.recruit-wrap02:before {
  content: "Culture";
  position: absolute;
  right: 0;
  top: 7vw;
  font-size: 13.5vw;
  line-height: 1;
  color: #efefef;
  bottom: 0;
  font-weight: 600;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .recruit-wrap02:before {
    font-size: 20vw;
    top: auto;
    bottom: 45%;
  }
}
.recruit-wrap02 .tac {
  text-align: center;
}
.recruit-wrap02 h2 {
  color: #3e3a39;
  font-weight: 600;
  font-size: 6rem;
  line-height: 1;
  margin-bottom: 15px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .recruit-wrap02 h2 {
    font-size: min(7.5vw, 6rem);
  }
}
@media only screen and (min-width: 767px) and (max-width: 1000px) {
  .recruit-wrap02 h2 {
    font-size: min(7.5vw, 6rem);
  }
}
.recruit-wrap02 h3 {
  font-size: 2.2rem;
  color: #3e3a39;
  font-weight: 900;
  margin-bottom: 65px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .recruit-wrap02 h3 {
    font-size: min(3.8vw, 1.8rem);
    line-height: 1.8;
    margin-bottom: 30px;
  }
}
.recruit-wrap02-a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.recruit-wrap02-a .fl {
  float: left;
  width: 50%;
  position: relative;
  height: 430px;
}
@media screen and (max-width: 767px) {
  .recruit-wrap02-a .fl {
    display: none;
  }
}
.recruit-wrap02-a .fl:before {
  position: absolute;
  right: 0;
  top: 0;
  width: 50vw;
  height: 430px;
  background: url("https://assets.kms3.com/prod/img/recruit/recruit-wrap02-a.png");
  background-size: cover;
  content: "";
}
@media screen and (max-width: 767px) {
  .recruit-wrap02-a .fl:before {
    position: static;
    width: 100vw;
  }
}
.recruit-wrap02-a .fr {
  float: right;
  width: 45%;
}
@media screen and (max-width: 767px) {
  .recruit-wrap02-a .fr {
    float: none;
    width: 100%;
  }
}
.recruit-wrap02-a .fr h4 {
  font-size: 3rem;
  font-weight: 900;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .recruit-wrap02-a .fr h4 {
    font-size: min(6vw, 3rem);
  }
}
.recruit-wrap02-a .fr .txt {
  font-size: 1.6rem;
  line-height: 1.6em;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .recruit-wrap02-a .fr .txt {
    font-size: min(3.39vw, 1.6rem);
  }
}
.recruit-wrap02-b {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -30px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .recruit-wrap02-b {
    margin-top: 30px;
  }
}
.recruit-wrap02-b .fl {
  float: left;
  width: 35%;
}
@media screen and (max-width: 767px) {
  .recruit-wrap02-b .fl {
    float: none;
    width: 100%;
  }
}
.recruit-wrap02-b .fl h4 {
  font-size: 3rem;
  font-weight: 900;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .recruit-wrap02-b .fl h4 {
    font-size: min(6vw, 3rem);
  }
}
.recruit-wrap02-b .fl .txt {
  font-size: 1.6rem;
  line-height: 1.6em;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .recruit-wrap02-b .fl .txt {
    font-size: min(3.39vw, 1.6rem);
  }
}
.recruit-wrap02-b .fr {
  float: right;
  width: 60%;
  position: relative;
  height: 430px;
}
@media screen and (max-width: 767px) {
  .recruit-wrap02-b .fr {
    display: none;
  }
}
.recruit-wrap02-b .fr:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 60vw;
  height: 430px;
  background: url("https://assets.kms3.com/prod/img/recruit/recruit-wrap02-b_0905.png");
  background-size: cover;
  content: "";
}
@media screen and (max-width: 767px) {
  .recruit-wrap02-b .fr:before {
    position: static;
    width: 100vw;
  }
}

.numbers {
  background: #efefef;
  padding: 83px 0 78px;
}
.numbers .tac {
  text-align: center;
}
.numbers h2 {
  color: #3e3a39;
  font-weight: 900;
  font-size: 6rem;
  line-height: 1;
  margin-bottom: 25px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .numbers h2 {
    font-size: min(7.5vw, 6rem);
  }
}
.numbers .txt {
  font-size: 1.9rem;
  color: #3e3a39;
  font-weight: 900;
  margin-bottom: 50px;
  text-align: center;
  line-height: 1.8em;
}
@media screen and (max-width: 767px) {
  .numbers .txt {
    font-size: min(3.8vw, 1.8rem);
    line-height: 1.8;
  }
}
.numbers-fig {
  max-width: 1200px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.numbers-fig figure {
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .numbers-fig figure {
    padding: 5px;
  }
}
.numbers-fig figure:nth-child(2) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.numbers-fig figure:nth-child(3) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.welfare {
  margin: 50px auto 100px;
}
@media screen and (max-width: 767px) {
  .welfare {
    /*margin:50px auto;*/
    margin: 50px auto 0 0;
    padding-bottom: 50px;
  }
}
.welfare .tac {
  text-align: center;
}
.welfare h2 {
  color: #3e3a39;
  font-weight: 900;
  font-size: 6rem;
  line-height: 1;
  margin-bottom: 25px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .welfare h2 {
    font-size: min(7.5vw, 6rem);
  }
}
.welfare .txt {
  font-size: 2.2rem;
  color: #3e3a39;
  font-weight: 900;
  margin-bottom: 78px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .welfare .txt {
    margin-bottom: 50px;
    font-size: min(3.8vw, 1.8rem);
    line-height: 1.8;
  }
}
.welfare-list ul {
  position: relative;
  max-width: 1380px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  padding: 20px 0 100px;
}
@media screen and (max-width: 767px) {
  .welfare-list ul {
    width: 95%;
    display: block;
    padding: 20px 0 50px;
  }
}
.welfare-list ul:before {
  content: "";
  position: absolute;
  left: 0;
  top: -60px;
  width: 100%;
  height: 60px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .welfare-list ul:before {
    display: none;
  }
}
.welfare-list ul li {
  width: 30%;
  max-width: 345px;
  margin: 0 25px;
}
@media screen and (max-width: 767px) {
  .welfare-list ul li {
    width: 80%;
    max-width: none;
    margin: 20px auto;
  }
}
.welfare-list ul li .icon {
  display: block;
  max-width: 105px;
  margin: 0 auto 25px;
}
.welfare-list ul li dt {
  font-size: 2rem;
  color: #fff;
  background: #3e3a39;
  text-align: center;
  font-weight: 600;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .welfare-list ul li dt {
    font-size: min(3.75vw, 1.6rem);
  }
}
.welfare-list ul li dd {
  font-size: 1.6rem;
  color: #3e3a39;
  font-weight: 600;
  line-height: 1.8em;
}
@media screen and (max-width: 767px) {
  .welfare-list ul li dd {
    font-size: min(3.75vw, 1.6rem);
  }
}

.inner_date .news-cate {
  padding: 0 23px;
}
@media screen and (max-width: 767px) {
  .inner_date .news-cate {
    padding: 0;
  }
}

.news-cate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .news-cate {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 50px;
  }
}
.news-cate li {
  position: relative;
  padding-left: 25px;
  margin-right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .news-cate li {
    margin-bottom: 10px;
  }
}

.news-cate li a {
  font-size: 2rem;
  color: #3e3a39;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .news-cate li a {
    font-size: 1.4rem;
  }
}
.news-cate li:before {
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  content: "";
  border: 1px solid #3e3a39;
  border-radius: 30px;
}
.news-cate li:after {
  position: absolute;
  left: 4px;
  top: calc(50% - 7px);
  width: 14px;
  height: 14px;
  content: "";
  background: #00ada6;
  border-radius: 30px;
  opacity: 0;
}
.news-cate li.current:after {
  opacity: 1;
}

.more_btn {
  max-width: 60px;
  width: 100%;
  display: block;
  margin: auto;
  background: none;
  border: none;
}

.news-detail {
  max-width: 1045px;
  margin: 160px auto 0;
}
@media screen and (max-width: 767px) {
  .news-detail {
    width: 95%;
    margin-top: 80px;
  }
}
.news-detail .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
.news-detail .flex .date {
  font-size: 2rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .news-detail .flex .date {
    font-size: 1.4rem;
  }
}
.news-detail .flex .cate {
  font-size: 1.6rem;
  font-weight: 600;
  color: #fff;
  margin-left: 10px;
  width: 125px;
  padding: 1px 0;
  display: block;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .news-detail .flex .cate {
    font-size: 1.4rem;
  }
}
.news-detail .flex .cate.corporate {
  background: #dae000;
}
.news-detail .flex .cate.game {
  background: #a40b5d;
}
.news-detail h2 {
  font-size: 3.6rem;
  font-weight: 600;
  color: #3e3a39;
  line-height: 1.6em;
  margin-bottom: 105px;
}
@media screen and (max-width: 767px) {
  .news-detail h2 {
    font-size: 5vw;
    margin-bottom: 30px;
  }
}
.news-detail .detail-box {
  max-width: 900px;
  margin: 0 auto 60px;
}

.news-detail .detail-box strong {
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .news-detail .detail-box {
    width: 100%;
  }
}
.news-detail .detail-box img {
  margin: 0 auto 10px auto;
}
@media screen and (max-width: 767px) {
  .news-detail .detail-box img {
    margin: 10px auto　20px auto;
  }
}
.news-detail .detail-box p {
  font-size: 1.6rem;
  line-height: 1.8em;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .news-detail .detail-box p {
    font-size: 1.4rem;
    margin-bottom: 30px;
  }
}
.news-detail .detail-box h3 {
  font-size: 2rem;
  color: #3e3a39;
  font-weight: 600;
  padding-bottom: 30px;
  border-bottom: 2px solid #3e3a39;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .news-detail .detail-box h3 {
    font-size: 4.2vw;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}
.news-detail .detail-box .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 30px;
}
.news-detail .detail-box .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.news-detail .detail-box .tac {
  text-align: center;
}
.news-detail .detail-box .backbtn {
  text-align: left;
  font-size: 1.2rem;
  color: #fff;
  font-weight: 600;
  max-width: 165px;
  width: 100%;
  display: inline-block;
  background: #beba92;
  position: relative;
  padding: 10px 20px;
  border: 1px solid #beba92;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.news-detail .detail-box .backbtn:before {
  position: absolute;
  right: 20px;
  top: calc(50% - 0.75em);
  content: ">";
}
.news-detail .detail-box .backbtn:hover {
  background: #fff;
  color: #beba92;
}

.news-detail .detail-box h4 {
  font-size: 2rem;
  color: #3e3a39;
  font-weight: 600;
  padding-bottom: 10px;
  border-bottom: 2px solid #3e3a39;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .news-detail .detail-box h4 {
    font-size: 4.2vw;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
}
.privacy_fv {
  margin-top: 290px;
  padding-bottom: 40px;
  border-bottom: 2px solid #3e3a39;
}
@media screen and (max-width: 767px) {
  .privacy_fv {
    margin-top: 50px;
    padding-bottom: 40px;
  }
}
.privacy_fv .tac {
  text-align: center;
}
.privacy_fv h2 {
  text-align: center;
  font-size: 6rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .privacy_fv h2 {
    font-size: 10vw;
  }
}
.privacy_fv h3 {
  font-size: 2rem;
  color: #00ada6;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .privacy_fv h3 {
    font-size: 1.4rem;
  }
}

.privacy-wrap {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .privacy-wrap {
    margin-top: 50px;
  }
}
.privacy-wrap.mb {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .privacy-wrap.mb {
    margin-bottom: 50px;
  }
}
.privacy-wrap .inner {
  max-width: 1200px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .privacy-wrap .inner {
    width: 95%;
  }
}
.privacy-wrap .inner h2 {
  font-size: 2rem;
  color: #00ada6;
  font-weight: 600;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .privacy-wrap .inner h2 {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
}
.privacy-wrap .inner .txt {
  font-size: 1.4rem;
  line-height: 1.8em;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .privacy-wrap .inner .txt {
    font-size: 1.4rem;
  }
}
.privacy-wrap .inner .txt.tar {
  text-align: right;
}
.privacy-wrap .inner dl {
  margin-bottom: 30px;
}
.privacy-wrap .inner dl dt {
  font-size: 1.6rem;
  color: #3e3a39;
  margin-bottom: 5px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .privacy-wrap .inner dl dt {
    font-size: 1.4rem;
  }
}
.privacy-wrap .inner dl dd {
  font-size: 1.4rem;
  color: #3e3a39;
}
.privacy-wrap .inner dl dd ul {
  margin-top: 30px;
}
.privacy-wrap .inner dl dd ul li {
  position: relative;
  padding-left: 1.5em;
  margin-left: 1em;
  line-height: 1.8em;
}
.privacy-wrap .inner dl dd ul li span {
  position: absolute;
  left: 0;
}
.privacy-wrap .inner dl dd ul li.mb1em {
  margin-bottom: 1em;
}

.termsofservice {
  margin-bottom: 125px;
}
@media screen and (max-width: 767px) {
  .termsofservice {
    margin-bottom: 50px;
  }
}
.termsofservice ul {
  margin: 95px auto 85px;
}
@media screen and (max-width: 767px) {
  .termsofservice ul {
    margin: 50px auto;
  }
}
.termsofservice ul li {
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .termsofservice ul li {
    margin-bottom: 20px;
  }
}
.termsofservice ul li a {
  display: inline-block;
  font-size: 2rem;
  font-weight: 600;
  color: #3e3a39;
  padding-bottom: 5px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .termsofservice ul li a {
    font-size: 1.4rem;
  }
}
.termsofservice ul li a:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #3e3a39;
  content: "";
  height: 1px;
}
.termsofservice .backbtn {
  font-size: 1.2rem;
  color: #fff;
  font-weight: 600;
  margin: auto;
  max-width: 165px;
  width: 100%;
  display: block;
  background: #beba92;
  position: relative;
  padding: 10px 20px;
  border: 1px solid #beba92;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.termsofservice .backbtn:before {
  position: absolute;
  right: 20px;
  top: calc(50% - 0.75em);
  content: "<";
}
.termsofservice .backbtn:hover {
  background: #fff;
  color: #beba92;
}

.vegas-container#company-slide01 {
  position: absolute;
  left: 0;
  bottom: 0;
  max-width: 23%;
  width: 100%;
  height: 10vw;
}
@media screen and (min-width: 1920px) {
  .vegas-container#company-slide01 {
    bottom: -200px;
  }
}
@media screen and (max-width: 767px) {
  .vegas-container#company-slide01 {
    display: none;
  }
}

.grecaptcha-badge {
  visibility: hidden;
}

.recaptcha {
  padding: 0 0 20px 0;
  color: #333333;
  text-align: center;
}
.recaptcha a {
  color: #333333;
}

.top_store {
  text-align: center;
  padding: 0 0 60px 0;
  max-width: 1100px;
  width: 100%;
  margin: auto;
  display: table;
}
.top_store ul li {
  float: left;
  width: 50%;
}

@media screen and (max-width: 767px) {
  .top_store {
    padding: 0 0 30px 0;
  }
  .top_store ul li {
    float: left;
    width: 100%;
    margin: 5px 0;
  }
  .top_store img {
    width: 95%;
  }
}
.icon_95 {
  background-image: url(https://assets.kms3.com/prod/img/icon_link.svg);
  background-size: 16px;
  background-position: center left 90px;
  background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
  .icon_95 {
    background-position: center left 90px;
  }
}
.icon_95_w {
  background-image: url(https://assets.kms3.com/prod/img/icon_official.svg);
  background-size: 16px;
  background-position: center left 90px;
  background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
  .icon_95_w {
    background-position: center right 230px;
  }
}
.rich-text {
  font-size: 1.6rem;
  line-height: 1.8em;
}

.balloon {
  position: absolute;
  padding: 0px 18px 3px 18px;
  background: #fd0303;
  text-align: center;
  border-radius: 4px;
  margin-top: -20px;
  -webkit-animation: bound-anim 0.8s infinite;
  animation: bound-anim 0.8s infinite;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  font-family: "Noto Sans JP", sans-serif;
}

.balloon::before {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top-color: #fd0303;
}

@-webkit-keyframes bound-anim {
  0%, 100% {
    top: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  30% {
    top: -25%;
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  90% {
    top: 0;
    -webkit-transform: scale(1.1, 0.8);
    transform: scale(1.1, 0.8);
  }
}
@keyframes bound-anim {
  0%, 100% {
    top: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  30% {
    top: -25%;
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  90% {
    top: 0;
    -webkit-transform: scale(1.1, 0.8);
    transform: scale(1.1, 0.8);
  }
}
h2.games_logo {
  width: 100%;
  max-width: 590px;
  padding-bottom: min(1vw, 30px);
}
@media screen and (max-width: 767px) {
  h2.games_logo {
    text-align: left;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1000px) {
  h2.games_logo {
    text-align: left;
  }
}

h2.games_logo img {
  width: 43vw;
}
@media only screen and (min-width: 767px) and (max-width: 1000px) {
  h2.games_logo img {
    width: min(80vw, 428px);
  }
}
@media screen and (max-width: 767px) {
  h2.games_logo img {
    width: min(80vw, 428px);
  }
}

h1.kms_games {
  max-width: 220px;
  width: 17.5vw;
  margin-top: auto;
  padding: 13px 0;
}
@media only screen and (min-width: 767px) and (max-width: 1000px) {
  h1.kms_games {
    width: 24vw;
  }
}
@media screen and (max-width: 767px) {
  h1.kms_games {
    width: 24vw;
  }
}

span.mwform-radio-field.horizontal-item {
  margin-bottom: 30px;
  margin-top: 10px;
  display: block;
}

.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0 !important;
  margin-top: 0;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  z-index: 9 !important;
}

.swiper-pagination-bullet {
  width: min(1.4vw, 10px) !important;
  height: min(1.4vw, 10px) !important;
  margin: 0 8px !important;
  opacity: 1 !important;
  background-color: #d9d7d7;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  border: 2px solid #a3a2a2;
}
@media screen and (max-width: 767px) {
  .swiper-pagination-bullet {
    width: min(3.4vw, 10px) !important;
    height: min(3.4vw, 10px) !important;
  }
}

.swiper-pagination-bullet-active {
  --swiper-theme-color: #beba92 !important;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  border: 2px solid #a3a2a2;
}

.swiper-pagination {
  bottom: 1% !important;
}
@media screen and (max-width: 767px) {
  .swiper-pagination {
    top: 54vw;
  }
}

.section__contents.section_swiper {
  padding-top: 120px;
}
@media screen and (max-width: 767px) {
  .section__contents.section_swiper {
    padding-top: 54px;
    margin-bottom: 10px;
  }
}

.swiper-container-main {
  background-color: #ffffff;
  position: relative;
  height: 39.5vw;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .swiper-container-main {
    height: 59vw;
  }
}
.swiper-container-main .swiper-slide {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.item {
  border-radius: min(1vw, 20px);
  height: 34vw;
  width: 100%;
  position: absolute;
  margin: 0 2vw;
}
@media screen and (max-width: 767px) {
  .item {
    margin: 0;
  }
}

.swiper-slide-prev .item,
.swiper-slide-next .item {
  height: 34vw;
}
div#area {
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  div#area {
    padding-top: 0px;
  }
}

.following_btn {
  background: #fdfdfd;
  color: #3d3939;
  border-radius: 30px;
  background-image: url(https://assets.kms3.com/prod/img/icon_link.svg);
  background-size: 19px;
  background-position: center right 22px;
  background-repeat: no-repeat;
  width: 206px;
  height: 29px;
  margin: 25px auto 0 auto;
  font-size: 17px;
  font-weight: 800;
  text-align: left;
  text-indent: 30px;
  padding: 1px 0;
}
.following_btn a {
  color: #3d3939;
  width: 100%;
  display: block;
}
.following_btn a:hover {
  color: #fdfdfd;
}

.following_btn:hover {
  background: #3e3a39;
  color: #fdfdfd;
  border-radius: 30px;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
  background-image: url(https://assets.kms3.com/prod/img/icon_official.svg);
  background-size: 19px;
  background-position: center right 22px;
  background-repeat: no-repeat;
  width: 206px;
  height: 29px;
  margin: 25px auto 0 auto;
  font-size: 17px;
  font-weight: 800;
  text-align: left;
  text-indent: 30px;
  padding: 1px 0;
}

.pamphlet-wrap {
  bottom: 30px;
  right: 20px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: fixed;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .pamphlet-wrap {
    width: 100%;
    bottom: 0;
    right: 0;
  }
}
.pamphlet-wrap .pamphlet-cont {
  padding-top: 36px;
  width: 240px;
  height: 114px;
  background-image: url(https://assets.kms3.com/prod/img/recruit/recruitment_f_bk@2x.png);
  background-size: contain;
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .pamphlet-wrap .pamphlet-cont {
    display: none;
  }
}
.pamphlet-wrap .pamphlet-cont-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .pamphlet-wrap .pamphlet-cont-sp {
    display: block;
    background-color: #ffffff;
  }
}

.pamphlet-wrap.hidden {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 1s all;
  transition: 1s all;
}

.pamphlet-wrap .close-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  height: 24px;
  border: 1px solid #3e3a39;
  border-radius: 100%;
  color: #fff;
  font-size: 14px;
  background: #3e3a39;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  cursor: pointer;
  text-align: center;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif;
  padding-top: 1px;
}

/*リンクを右下に固定*/
#recruit-f-wrap {
  /*はじめは非表示*/
  opacity: 0;
  -webkit-animation: RightAnime 0s forwards;
          animation: RightAnime 0s forwards;
  -webkit-transition: 0s all;
  transition: 0s all;
}
@media screen and (max-width: 767px) {
  #recruit-f-wrap {
    -webkit-animation: DownAnime 0s forwards;
            animation: DownAnime 0s forwards;
  }
}

#recruit-f-wrap.start.LeftMove {
  opacity: 0;
  -webkit-animation: opacity 0s forwards;
          animation: opacity 0s forwards;
  -webkit-transition: 0s all;
  transition: 0s all;
}

#recruit-f-wrap.start.end.LeftMove {
  -webkit-animation: RightAnime 0.5s forwards;
          animation: RightAnime 0.5s forwards;
}
@media screen and (max-width: 767px) {
  #recruit-f-wrap.start.end.LeftMove {
    -webkit-animation: DownAnime 0.5s forwards;
            animation: DownAnime 0.5s forwards;
  }
}

/*　左の動き　*/
#recruit-f-wrap.LeftMove {
  -webkit-animation: LeftAnime 0.5s forwards;
          animation: LeftAnime 0.5s forwards;
}
@media screen and (max-width: 767px) {
  #recruit-f-wrap.LeftMove {
    -webkit-animation: UpAnime 0.5s forwards;
            animation: UpAnime 0.5s forwards;
  }
}

@-webkit-keyframes LeftAnime {
  from {
    opacity: 0;
    -webkit-transform: translateX(260px);
            transform: translateX(260px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes LeftAnime {
  from {
    opacity: 0;
    -webkit-transform: translateX(260px);
            transform: translateX(260px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
/*　右の動き　*/
#recruit-f-wrap.RightMove {
  -webkit-animation: RightAnime 0.5s forwards;
          animation: RightAnime 0.5s forwards;
}
@media screen and (max-width: 767px) {
  #recruit-f-wrap.RightMove {
    -webkit-animation: DownAnime 0.5s forwards;
            animation: DownAnime 0.5s forwards;
  }
}

@-webkit-keyframes RightAnime {
  from {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(260px);
            transform: translateX(260px);
  }
}

@keyframes RightAnime {
  from {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(260px);
            transform: translateX(260px);
  }
}
/*　開始　*/
@-webkit-keyframes opacity {
  to {
    opacity: 0;
  }
}
@keyframes opacity {
  to {
    opacity: 0;
  }
}
@-webkit-keyframes UpAnime {
  from {
    opacity: 1;
    -webkit-transform: translateY(260px);
            transform: translateY(260px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes UpAnime {
  from {
    opacity: 1;
    -webkit-transform: translateY(260px);
            transform: translateY(260px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes DownAnime {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(260px);
            transform: translateY(260px);
  }
}
@keyframes DownAnime {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(260px);
            transform: translateY(260px);
  }
}
#company4 {
  max-width: 950px;
  margin: 0 auto 150px;
}
@media screen and (max-width: 767px) {
  #company4 {
    width: 95%;
    margin-bottom: 50px;
  }
}
#company4 h2 {
  font-size: 6rem;
  color: #3e3a39;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #company4 h2 {
    font-size: 10vw;
    margin-bottom: 0;
  }
}
#company4 .adviser {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: min(4vw, 20px);
}
@media screen and (max-width: 767px) {
  #company4 .adviser {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
#company4 .adviser .inner_l {
  width: 65%;
  height: min(80vw, 560px);
  padding: min(5vw, 30px);
  background-color: #dcdddd;
}
@media screen and (max-width: 767px) {
  #company4 .adviser .inner_l {
    width: 100%;
    height: auto;
  }
}
#company4 .adviser .inner_l .adviser_name {
  width: 100%;
  padding-bottom: min(4vw, 20px);
  border-bottom: 1px solid #3e3a39;
  font-size: min(7.5vw, 3rem);
  color: #3e3a39;
  font-weight: 700;
  line-height: 1;
  margin-bottom: min(2vw, 30px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#company4 .adviser .inner_l .adviser_name p {
  width: 24vw;
  min-width: 136px;
  max-width: 136px;
}
#company4 .adviser .inner_l .adviser_name span {
  font-size: 1.4rem;
  padding-top: min(2vw, 11px);
  margin-left: 5px;
}
@media screen and (max-width: 767px) {
  #company4 .adviser .inner_l .adviser_name span {
    margin-left: max(-4vw, -7px);
  }
}
#company4 .adviser .inner_l .adviser_text {
  font-size: 1.4rem;
  color: #3e3a39;
  font-weight: 500;
  line-height: 1.8em;
}
#company4 .adviser .inner_r01 {
  width: 35%;
  background: url(https://assets.kms3.com/prod/img/company/adviser_01@2x.png);
  background-size: cover;
}
@media screen and (max-width: 767px) {
  #company4 .adviser .inner_r01 {
    display: block;
    width: 100%;
    height: 56vw;
    background: url(https://assets.kms3.com/prod/img/company/adviser_01_sp@2x.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center 20%;
  }
}
#company4 .adviser .inner_r02 {
  width: 35%;
  background: url(https://assets.kms3.com/prod/img/company/adviser_02@2x.png);
  background-size: cover;
}
@media screen and (max-width: 767px) {
  #company4 .adviser .inner_r02 {
    display: block;
    width: 100%;
    height: 56vw;
    background: url(https://assets.kms3.com/prod/img/company/adviser_02_sp@2x.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center 20%;
  }
}

.btn-close-inner {
  display: none;
}
@media screen and (max-width: 767px) {
  .btn-close-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 10px 0;
  }
}

.btn_close {
  display: none;
}

.btn_open01, .btn_open02 {
  width: 100%;
  margin: 10px auto 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #3e3a39;
  font-size: 1.4rem;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  padding: 5% 4%;
  position: relative;
}

.btn_open01:before, .btn_open02:before {
  position: absolute;
  right: 15px;
  top: calc(50% - 0.55em);
  content: ">";
  font-size: 2rem;
  font-weight: 300;
}

.op_clos {
  display: inherit;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  will-change: filter;
}
@media screen and (max-width: 767px) {
  .op_clos {
    display: none;
    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    will-change: filter;
  }
}

select.cate-select {
  padding: 1%;
  font-size: 18px;
}

.inner_date .goods-cate-02,
.inner_date .goods-cate-03,
.inner_date .goods-cate-04,
.inner_date .goods-cate-06,
.inner_date .goods-cate-08,
.inner_date .goods-cate-09,
.inner_date .goods-cate-10,
.inner_date .goods-flower,
.inner_date .goods-mist,
.inner_date .goods-new,
.inner_date .goods-otogi,
.inner_date .goods-pick,
.inner_date .goods-tenpara,
.inner_date .goods-wds
{
  display: none;
}


section.mvc{
  background: url(https://assets.kms3.com/prod/img/about/mvc_bg.png) no-repeat right top;
  background-size: min(79vw, 1357px);
  content: "";
}

@media screen and (max-width: 767px) {
  section.mvc{
  background: url(https://assets.kms3.com/prod/img/about/mvc_bg.png) no-repeat right 4%;
  background-size: min(79vw, 1357px);
  }  
}


.mvc_container{
  text-align: center;
  padding-bottom: min(14vw, 190px);
  padding-top: min(11.5vw, 120px);
}

.mvc_container#about3{
  padding-bottom: min(12vw, 130px) !important;
}

.mvc_container .mvc_title{
  font-size: min(6vw, 42px);
  color: #00ada6;
  font-weight: 900;
  line-height: 0.65;
  padding-bottom: 10px;
}

.mvc_container .mvc_title span{
  font-size: min(3vw, 16px);
  color: #3e3a39;
  font-weight: normal;
}

.mvc_container .mvc_txt{
  font-size: min(4vw, 26px);
  line-height: 1.7;
  margin-top: min(2vw, 24px);
  margin-left: 20px;
  margin-right: 20px;
  color: #3e3a39;
    font-weight: 600;
}


.mvc_container .credo h3{
  font-size: min(5.5vw, 50px);
    color: #3e3a39;
    font-weight: 900;
    margin-top: min(2vw, 24px);
}

.mvc_container .vision h3{
  font-size: min(6.5vw, 85px);
    color: #3e3a39;
    font-weight: 900;
    margin-top: min(2vw, 24px);
    font-feature-settings: "palt";
}


.mvc_container .mission h3{
  font-size: min(8vw, 85px);
    color: #3e3a39;
    font-weight: 900;
    margin-top: min(2vw, 24px);
    font-feature-settings: "palt";
}

section.mvc_line{
  background: url(https://assets.kms3.com/prod/img/about/mvc_line.png) no-repeat;
  background-size: contain;
    content: "";
    height: 12.4vw;
}

@media screen and (max-width: 767px) {
  section.mvc_line{
    background-size: cover;
    height: 18vw;
  } 
}

/*# sourceMappingURL=style.css.map */
