@charset "UTF-8";
/* CSS Document */

/* ナビ打ち消し用 */
@media only screen and (min-width: 1150px) {
  .navWrap h1 img.logo01 {
    display: none;
  }
  .navWrap h1 img.logo02 {
    display: block;
    width: 190px;
  }
  #gnav ul li a {
    color: #fff;
  }
  #gnav ul li a span {
    color: #fff;
  }
  .navWrap.fixed #gnav ul li a,
  .navWrap.fixed #gnav ul li a span {
    color: #231815;
  }
  .navWrap.fixed h1 img.logo01 {
    display: block;
  }
  .navWrap.fixed h1 img.logo02 {
    display: none;
  }
}

/* ページ内共通 */
h3 {
  font-size: 25px;
  color: #231815;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝",
    "MS PMincho", "serif";
  text-align: center;
  letter-spacing: 3px;
  line-height: 1.8em;
  position: relative;
  margin-bottom: 80px;
}
h3:after {
  content: "";
  width: 30px;
  height: 1px;
  background: #231815;
  position: absolute;
  left: -webkit-calc(50% - 15px);
  left: calc(50% - 15px);
  bottom: -20px;
}

#content {
  position: relative;
  display: block;
  right: 0px;
  left: 0px;
  z-index: 1;
}

/* メインビジュアル */
.mainV .rinenTi img {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  max-width: 600px;
}
h2 {
  font-size: 23px;
  color: #231815;
  text-align: center;
  line-height: 1.8em;
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3",
    "Hiragino Mincho Pro", "serif";
  letter-spacing: 4px;
  background: url(../img/top/bg_stripe.png) repeat left top;
  background-size: 20px;
  padding: 50px 15px;
}

/* 美容業界の発展に寄与 */
section.intro {
  padding: 120px 0;
  background: #f7f7f9;
}
section.intro .inner {
  margin: 0 auto 80px;
  max-width: 940px;
  overflow: hidden;
}
section.intro .inner .image {
  float: left;
  width: 46%;
}
section.intro .inner .text {
  float: right;
  width: 44%;
  margin-top: 50px;
}
section.intro .inner dl {
  margin-bottom: 40px;
}
section.intro .inner > div dl:last-child {
  margin-bottom: 0;
}
section.intro .inner dl dt {
  font-size: 19px;
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3",
    "Hiragino Mincho Pro", "serif";
  letter-spacing: 1px;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
section.intro .inner dl.label01 dt {
  color: #3e6f76;
  border-bottom: 1px solid #3e6f76;
}
section.intro .inner dl.label02 dt {
  color: #624970;
  border-bottom: 1px solid #624970;
}
section.intro .inner dl.label03 dt {
  color: #bcad5b;
  border-bottom: 1px solid #bcad5b;
}
section.intro .inner dl.label04 dt {
  color: #b56736;
  border-bottom: 1px solid #b56736;
}
section.intro .inner dl.label05 dt {
  color: #515a7c;
  border-bottom: 1px solid #515a7c;
}
section.intro .inner dl.label06 dt {
  color: #2a3b82;
  border-bottom: 1px solid #2a3b82;
}
section.intro .inner dl.label07 dt {
  color: #1a8baa;
  border-bottom: 1px solid #1a8baa;
}
section.intro .inner dl.label08 dt {
  color: #1f3042;
  border-bottom: 1px solid #1f3042;
}
section.intro .inner dl dd {
  font-size: 14px;
  color: #231815;
}
section.intro .sentence {
  font-size: 14px;
  color: #231815;
  text-align: center;
  line-height: 2.2em;
}

/* KAINOホールディングスについてのご案内 */
section.annai {
  padding: 80px 0;
}
section.annai .box dl {
  margin-bottom: 40px;
}
section.annai .box dl dt {
  margin-bottom: 10px;
}
section.annai .box dl dd {
  font-size: 20px;
  color: #231815;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝",
    "MS PMincho", "serif";
  text-align: center;
  letter-spacing: 4px;
}

/* 採用 */
section.recruit {
  padding: 80px 0;
  background: #f7f7f9;
}
section.recruit .inner {
  max-width: 950px;
  margin: 0 auto;
}
section.recruit .inner .ti {
  float: left;
  width: 27%;
}
section.recruit .inner .ti h3 {
  text-align: left;
}
section.recruit .inner .ti h3:after {
  position: absolute;
  left: 0;
  bottom: -15px;
}
section.recruit .inner .text {
  float: right;
  width: 70%;
}
section.recruit .inner .text dl {
  overflow: hidden;
  margin-bottom: 30px;
}
section.recruit .inner .text dl:last-child {
  margin-bottom: 0;
}
section.recruit .inner .text dl dt {
  float: left;
  font-size: 21px;
  color: #231815;
  font-weight: bold;
  letter-spacing: 2px;
}
section.recruit .inner .text dl dt span {
  font-size: 12px;
  color: #231815;
  font-weight: normal;
}
section.recruit .inner .text dl dd a {
  display: block;
  float: right;
  font-size: 14px;
  color: #231815;
  text-align: center;
  width: 250px;
  padding: 15px 0;
  background: #fff;
  border: 1px solid #231815;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

/* 代表 */
section.president {
  padding: 60px 0;
}
section.president .text {
  font-size: 13px;
  color: #666666;
  line-height: 1.8em;
  margin-bottom: 20px;
}
section.president .text_sp {
  display: none;
}

.main-topfont {
  font-size: 24px;
  background: none;
  color: white;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
  .main-topfont {
    font-size: 16px;
    background: none;
    color: white;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

@media only screen and (min-width: 768px) {
  /* メインビジュアル */
  .mainV {
    position: relative;
    /* background:url(../img/common/ph_main.jpg) no-repeat center top; */
    /* background-color: rgb(192 210 237);; */
    background-color: #69728b;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-background-attachment: fixed;
    background-attachment: fixed;
  }
}

@media only screen and (max-width: 767px) {
  /* ページ内共通 */
  h3 {
    font-size: 18px;
    margin-bottom: 50px;
  }

  /* メインビジュアル */
  .mainV {
    position: relative;
    background-color: #69728b;
    /* background-color: rgb(192 210 237);; */
    /* background:url(../img/common/ph_main_sp.jpg) no-repeat center top; */
    /* -webkit-background-size:cover;
	background-size:cover; */
  }
  .mainV .rinenTi img {
    width: 85%;
  }

  h2 {
    font-size: 16px;
    letter-spacing: 3px;
    padding: 30px 15px;
  }

  /* 美容業界の発展に寄与 */
  section.intro {
    padding: 60px 0;
  }
  section.intro .inner {
    margin: 0 auto 40px;
  }
  section.intro .inner .image {
    float: none;
    width: 100%;
  }
  section.intro .inner .text {
    float: none;
    width: 100%;
    margin-top: 30px;
  }
  section.intro .inner dl {
    margin-bottom: 30px;
  }
  section.intro .inner dl dt {
    font-size: 18px;
    text-align: center;
  }
  section.intro .sentence {
    text-align: left;
    line-height: 1.8em;
  }

  /* KAINOホールディングスについてのご案内 */
  section.annai {
    padding: 40px 0;
  }
  section.annai .box dl {
    margin-bottom: 30px;
  }
  section.annai .box dl dd {
    font-size: 16px;
  }

  /* 採用 */
  section.recruit {
    padding: 40px 0;
  }
  section.recruit .inner .ti {
    float: none;
    width: 100%;
  }
  section.recruit .inner .ti h3 {
    text-align: center;
  }
  section.recruit .inner .ti h3:after {
    position: absolute;
    left: -webkit-calc(50% - 13px);
    left: calc(50% - 13px);
    bottom: -15px;
  }
  section.recruit .inner .text {
    float: none;
    width: 100%;
  }
  section.recruit .inner .text dl dt {
    float: none;
    font-size: 16px;
    text-align: center;
    margin-bottom: 15px;
  }
  section.recruit .inner .text dl dd a {
    float: none;
    width: 250px;
    margin: 0 auto;
  }

  /* 代表 */
  section.president {
    padding: 40px 0;
  }
  section.president .pic {
    margin-bottom: 15px;
  }
  section.president .pic img {
    max-width: 70%;
    margin: 0 auto;
  }
  section.president .name {
    margin-bottom: 15px;
  }
  section.president .kuwashikuBtn {
    display: block;
    font-size: 14px;
    color: #fff;
    text-align: center;
    background: url(../img/common/ic_arrow02.png) no-repeat right 15px top 20px,
      #c4c4d2;
    background-size: 11px;
    max-width: 320px;
    margin: 0 auto 20px;
    padding: 10px 0;
    letter-spacing: 1px;
    cursor: pointer;
  }
  section.president .text_sp {
    font-size: 13px;
    color: #666666;
    line-height: 1.8em;
  }
}
