@charset "UTF-8";
/*
Theme Name: KIZACIOキザシオ採用情報
Version: 1.0
*/


/** ベース
---------------------------------------------**/
html {
  font-size: calc(100vw * 10 / 1920);
}

body {
  font-family: "Noto Sans JP", serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.2;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  background-color: #fff;
  color: #333;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: flex;
  flex-direction: column;
  height: auto !important;
}

* {
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

a {
  text-decoration: none;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  list-style: none;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

p {
  margin: 0 0 2.5rem;
  line-height: 1.8;
}

p:last-child {
  margin-bottom: 0;
}

.pc-only {
  display: block !important;
}

.sp-only {
  display: none !important;
}


/** table
---------------------------------------------**/
table {
  width: 100%;
  border-collapse: collapse;
}

th {
  width: 25%;
  padding: 3.5rem 1rem 2.0rem 1rem;
  border-bottom: 0.1rem solid #00a99e;
  text-align: left;
  vertical-align: text-top;
}

td {
  width: 75%;
  padding: 3.5rem 1rem 2.0rem 1rem;
  border-bottom: 0.1rem solid #e4e4e4;
}


/** ヘッダー
---------------------------------------------**/
header {
  width: 100%;
  height: 9rem;
  padding: 3rem 3.5rem;
  background-color: rgba(255, 255, 255, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}

.recruit-top-head {
  background-color: transparent;
}

.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

.site-logo a {
  width: 26rem;
  height: 0;
  display: block;
  padding-top: 6.8rem;
  background: url(./images/recruit/kizacio_r_logo.png) no-repeat center;
  background-size: contain;
  overflow: hidden;
}

.nav-menu ul {
  display: flex;
  align-items: center;
}

.nav-menu a {
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 2.5rem;
  font-size: 1.8rem;
  font-weight: 700;
  color: #333;
  white-space: nowrap;
  position: relative;
}

.nav-menu a::before {
  content: '';
  width: 100%;
  height: 0.5rem;
  display: block;
  position: absolute;
  left: 0;
  bottom: -1rem;
  transition: all 0.2s 0s ease;
  transform: scaleX(0);
}

.nav-menu li:hover a::before,
.nav-menu .current-menu-item a::before {
  content: '';
  background-color: #00a99d;
  transform: scaleX(1);
}

.sp-menu-btn {
  display: none;
}


/** メイン
---------------------------------------------**/
.main-image {
  position: relative;
  height: 98rem;
  margin-bottom: 10rem;
  overflow: hidden;
}

.main-image::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(./images/recruit/top.jpg) center / contain no-repeat;
  background-size: cover;
  z-index: -1;
}

.main-image::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 8rem;
  left: 0;
  width: 100%;
  height: 25.8rem;
  background: url(./images/recruit/seriously_working.png) center / contain no-repeat;
  background-size: contain;
  z-index: 1;
}

.main-image .catchphrase {
  position: absolute;
  top: 33rem;
  left: 0;
  right: 0;
  font-family: "Noto Sans", serif;
  font-weight: 400;
  font-size: 23rem;
  color: #fff;
}

.main-image .catchphrase p {
  line-height: 1;
}

.main-image .catchphrase .color {
  margin-bottom: 20rem;
  font-family: "Noto Sans JP", serif;
  font-size: 5rem;
  letter-spacing: 4rem;
  color: #00a99d;
  text-align: center;
}

.main-image .catchphrase .sub {
  font-size: 3rem;
}

/* スライダ― */
.banner-slider {
  width: 125rem;
  margin: 0 auto 7rem;
}

.banner-slider picture {
  width: 100%;
  display: block;
}

.banner-slider img {
  width: 100%;
}

/* お知らせ */
.top-news {
  display: flex;
  width: 125rem;
  margin: 0 auto 10rem;
  padding: 6.5rem 6rem 6.5rem;
  border-radius: 1.5rem;
  box-shadow: 0.2rem 0.2rem 0.3rem rgba(0, 0, 0, 0.2);
}

.top-news .left-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-width: 25rem;
  width: 25rem;
  margin-right: 10rem;
}

.top-news .right-box {
  width: 100%;
}

.top-news-title {
  margin-bottom: 14rem;
  font-family: "Noto Sans", serif;
  font-weight: 400;
  font-size: 4rem;
  color: #00a99d;
}

.top-news-title > span{
  display: block;
  font-size: 1.8rem;
  color: #333;
}

.top-more-btn {
  display: block;
  width: 22rem;
  padding: 2rem 3rem;
  background-color: #fff;
  border: 0.1rem solid #00a99d;
  border-radius: 5rem;
  font-size: 1.6rem;
  color: #00a99d;
  position: relative;
}

.top-more-btn:hover {
  background-color: #00a99d;
  color: #fff;
}

.top-more-btn::after {
  content: '';
  display: block;
  width: 2.5rem;
  height: 1rem;
  border-bottom: 0.1rem solid #00a99d;
  border-right: 0.1rem solid #00a99d;
  transform: skew(45deg);
  position: absolute;
  top: calc(50% - 0.5rem);
  right: 2rem;
}

.top-more-btn:hover::after {
  border-bottom: 0.1rem solid #fff;
  border-right: 0.1rem solid #fff;
}

.top-news li {
  display: flex;
  align-items: center;
  padding: 3rem 2rem;
  font-size: 2rem;
  color: #333;
  position: relative;
  border-bottom: 0.1rem dashed #ccc;
}

.top-news li::after {
  content: '';
  display: block;
  width: 2.5rem;
  height: 1rem;
  border-bottom: 0.1rem solid #333;
  border-right: 0.1rem solid #333;
  transform: skew(45deg);
  position: absolute;
  right: 1rem;
}

.top-news .news-list a {
  display: flex;
  align-items: center;
  width: 100%;
  color: #333;
}

.top-news time{
  margin-right: 3rem;
  color: #00a99d;
}

/* バナー */
.banner-list {
  display: flex;
  width: 125rem;
  margin: 0 auto 10rem;
}

.banner-list li {
  min-width: 30rem;
  width: 30rem;
  margin-right: 3rem;
  color: #333;
}

.banner-list li:last-child {
  margin-right: 0;
}

.banner-list a {
  display: block;
}


/** フッター
---------------------------------------------**/
footer {
  background-color: #e7f6f2;
  color: #003c41;
}

.foot-inner {
  width: 150rem;
  margin: 0 auto;
  padding: 10rem 0 3rem;
}

.foot-logo {
  margin-bottom: 8rem;
  text-align: center;
}

.foot-logo > img{
  width: 43.8rem;
}

.company-name {
  text-align: center;
}

footer address {
  width: 48rem;
  margin: 0 auto 5rem;
  font-size: 1.4rem;
  font-style: normal;
}

footer address p{
  margin-bottom: 0;
}

address .place {
  display: inline-block;
  width: 6rem;
  margin-right: 2rem;
}

address .address {
  display: inline-block;
  width: 24rem;
  margin-right: 1.5rem;
}

.Official-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26rem;
  margin: 0 auto;
  padding: 1rem 0;
  background-color: #fff;
  border-radius: 6.5rem;
  font-size: 1.8rem;
  color: #003c41;
}

.Official-link:hover {
  background-color: #003c41;
  color: #fff;
}

.copyright {
  padding: 2rem;
  font-family: "Noto Sans", serif;
  font-size: 1.2rem;
  font-weight: 400;
  text-align: center;
}

.entry-btn {
  width: 23.2rem;
  position: fixed;
  bottom: 4rem;
  right: 9rem;
  z-index: 10;
}

.entry-btn a {
  width: 23.2rem;
  height: 0;
  display: block;
  padding-top: 23.2rem;
  background: url(./images/recruit/entry.png) no-repeat center;
  background-size: contain;
  overflow: hidden;
}


@media screen and (max-device-width: 768px) {
  html {
    font-size: 62.5%
  }

  body {
    font-size: 1.4rem;
    line-height: 1.4;
  }

  p {
    line-height: 1.4;
  }

  .pc-only {
    display: none !important;
  }

  .sp-only {
    display: inline-block !important;
  }


  /** table
  ---------------------------------------------**/
  th {
    display: block;
    width: 100%;
    padding: 1.7rem 0.5rem 1.0rem 0.5rem;
  }

  td {
    display: block;
    width: 100%;
    padding: 1.7rem 0.5rem 1.0rem 0.5rem;
  }


  /** ヘッダー
  ---------------------------------------------**/
  header {
    height: 5rem;
    padding: 1rem;
  }

  .site-logo a {
    width: 13rem;
    padding-top: 3.4rem;
  }

  .nav-menu {
    display: none;
  }

  .nav-menu.hover {
    display: block;
    width: 100%;
    height: 100vh;
    padding: 6rem 0 0;
    background-color: #00a99d;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
  }

  .nav-menu ul {
    flex-direction: column;
  }

  .nav-menu li {
    margin-bottom: 3.5rem;
  }

  .nav-menu a {
    font-weight: 400;
    color: #fff;
  }

  .sp-menu-btn {
    width: 5rem;
    height: 5rem;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10000;
  }

  .button {
    position: absolute;
    top: 1rem;
    right: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 2;
    border: 0;
    background: transparent;
    border-radius: 0;
    width: 3.0rem;
    margin: 0;
    cursor: pointer;
    pointer-events: auto;
    touch-action: manipulation;
  }

  .icon-bar {
    display: block;
    width: 100%;
    height: 0.3rem;
    background: #00a99d;
    transition: .3s;
  }

  .icon-bar + .icon-bar {
    margin-top: 1rem;
  }
  
  .sp-menu-btn.hover .icon-bar {
    background: #fff;
  }

  .sp-menu-btn.hover .icon-bar:nth-of-type(1) {
    transform: translate3d(0, 1.0rem, 0) rotate(45deg);
  }

  .sp-menu-btn.hover .icon-bar:nth-of-type(2) {
    opacity: 0;
  }

  .sp-menu-btn.hover .icon-bar:nth-of-type(3) {
    transform: translate3d(0, -1.5rem, 0) rotate(-45deg);
  }


  /** メイン
  ---------------------------------------------**/
  .main-image {
    height: 46rem;
    max-height: 46rem;
    margin-bottom: 4rem;
  }

  .main-image::before {
    background-image: url(./images/sp/recruit/top_sp.jpg);
  }

  .main-image::after {
    width: 30.9rem;
    height: 14rem;
    background-image: url(./images/sp/recruit/seriously-working_sp.png);
    bottom: 0.5rem;
    left: 0.5rem;
  }

  .main-image .catchphrase {
    top: 15rem;
  }

  .main-image .catchphrase .color {
    font-size: 2rem;
    letter-spacing: 1.5rem;
    line-height: 1.8;
  }

  /* スライダ― */
  .banner-slider {
    max-width: 700px;
    width: 100%;
    margin: 0 auto 2.5rem;
    padding: 0 1.5rem;
    overflow: hidden;
  }

  /* お知らせ */
  .top-news {
    width: inherit;
    flex-direction: column;
    margin: 0 1.5rem 5rem;
    padding: 0;
    box-shadow: none;
  }

  .top-news-title {
    margin-bottom: 2.5rem;
    font-size: 2.5rem;
  }

  .top-news-title > span {
    font-size: 1.3rem;
  }

  .top-news .left-box {
    min-width: inherit;
    width: 100%;
    margin-right: 0;
  }

  .top-news .news-list {
    margin-bottom: 2.5rem;
  }

  .top-news li {
    padding: 1.5rem 4rem 1.5rem 0;
    font-size: 1.4rem;
  }

  .top-news li::after {
    width: 1rem;
    height: 0.5rem;
    top: calc(50% - 0.25rem);
  }

  .top-news time {
    margin-right: 1.5rem;
  }

  .top-more-btn {
    width: 15rem;
    padding: 0.8rem 1rem;
    font-size: 1.4rem;
  }

  .top-more-btn::after {
    width: 1rem;
    height: 0.5rem;
    top: calc(50% - 0.25rem);
    right: 1.5rem;
  }

  /* バナー */
  .banner-list {
    justify-content: center;
    flex-wrap: wrap;
    min-width: 350px;
    max-width: 350px;
    width: 100%;
    margin: 0 auto 4rem;
  }

  .banner-list li {
    min-width: 150px;
    width: 49%;
    margin: 0 2% 2% 0;
  }

  .banner-list li:last-child,
  .banner-list li:nth-of-type(2n) {
    margin: 0 0 2%;
  }


  /** フッター
  ---------------------------------------------**/
  footer {
    padding-bottom: 7rem;
  }

  .foot-inner {
    width: 100%;
    padding: 4rem 0 1.5rem;
  }

  .foot-logo {
    margin-bottom: 3.5rem;
  }

  .foot-logo > img {
    width: 16rem;
  }

  footer address {
    width: 100%;
    margin-bottom: 3rem;
    padding: 0 3rem;
    font-size: 1.0rem;
  }

  address .place {
    width: 4rem;
    margin-right: 1rem;
  }

  address .address {
    width: 17rem;
    margin-right: 1rem;
  }

  .Official-link {
    width: 14rem;
    padding: 0.5rem 0;
    font-size: 1.0rem;
  }

  .copyright {
    padding: 1rem;
    font-size: 1.0rem;
  }

  .entry-btn {
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10000;
  }

  .entry-btn a {
    width: 100%;
    padding-top: 7.7rem;
    background-image: url(./images/sp/recruit/entry_sp.png);
  }
}