@charset "UTF-8";
/*
File Name   : common.css
Url	        : https://www.apo-mjob.com/management/assessment/
Author      : ファイル作成者
Description : assessmentページの基本css設定
*/
html {
  font-size: 62.5%; /* sets the base font to 10px for easier math */
  -webkit-font-smoothing: antialiased;
}

body {
  position: relative;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-weight: 500;
  line-height: 1;
  font-size: 14px;
  color: #212121;
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  letter-spacing: 0.05em;
  background-color: #FAFAFA;
}
@media (min-width: 769px) {
  body {
    font-size: 16px;
  }
}
@media (max-width: 350px) {
  body {
    font-size: 11px;
  }
}

@media (min-width: 1000px) {
  body * {
    font-weight: 500;
  }
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

/*
common
---------------------------*/
a {
  color: inherit;
}

.cf:after {
  content: "";
  clear: both;
  display: block;
}

.ib {
  display: inline-block;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

strong {
  font-weight: 600;
}

.mode-pc,
.mode-pc-ib {
  display: none;
}

.mode-sp {
  display: block;
}

.mode-sp-ib {
  display: inline-block;
}

.tel a,
.mail a {
  pointer-events: auto;
  cursor: pointer;
}

.mover {
  transition: opacity 0.2s ease-out;
  backface-visibility: hidden;
  zoom: 1;
}
.mover:hover {
  opacity: 0.8;
}

.inner,
.inner02,
.sp-inner {
  padding: 0 4%;
}
.inner .inner02,
.inner .inner03,
.inner02 .inner02,
.inner02 .inner03,
.sp-inner .inner02,
.sp-inner .inner03 {
  padding: 0;
}
.inner .inner02-space,
.inner02 .inner02-space,
.sp-inner .inner02-space {
  padding: 0 4.8%;
}

#content-wrap {
  overflow: hidden;
}

#main-content {
  background-color: #FFF5F0;
  padding-bottom: 70px;
}

.text-base {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  text-align: left;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
.text-base.ib {
  display: inline-block;
}
.text-base.t-center {
  text-align: center;
}
.text-base + .text-base {
  padding-top: 20px;
}
.text-base .em {
  background-color: #fff;
  font-weight: 600;
  line-height: 2;
  display: inline;
  padding: 3px;
}

@media (min-width: 768px) {
  .mode-pc {
    display: block;
  }
  .mode-pc-ib {
    display: inline-block;
  }
  .mode-sp,
.mode-sp-ib {
    display: none;
  }
  .tel a,
.mail a {
    pointer-events: none;
  }
  .inner,
.pc-inner {
    width: 90%;
    max-width: 1400px;
    margin: auto;
    padding: 0;
  }
  .inner02,
.inner02-space {
    width: 100%;
    max-width: 1028px;
    margin: auto;
  }
  .inner03,
.inner03-space {
    width: 100%;
    max-width: 816px;
    margin: auto;
  }
  .spInner {
    padding: auto;
  }
  .anchor {
    margin-top: -65px;
    padding-top: 65px;
  }
  #main-content {
    padding-bottom: 160px;
  }
}
@media (min-width: 1000px) {
  .inner02,
.inner02-space {
    padding: 0;
  }
  .text-base {
    line-height: 1.8;
  }
}
/*
header
---------------------------*/
header {
  text-align: center;
  padding: 20px 0;
  border-top: 2px solid #FFC927;
}
header img {
  width: 150px;
}
@media (min-width: 769px) {
  header {
    padding: 30px 0;
  }
  header img {
    width: 222px;
  }
}

/*
#main-visual
---------------------------*/
#main-visual {
  text-align: center;
  color: #fff;
  background-image: linear-gradient(0deg, #ffc927 50%, #FECE3C 50%, #FECE3C 100%);
  background-size: 100% 30px;
}
#main-visual h1 {
  font-weight: 600;
  font-size: 17px;
  letter-spacing: 0.1em;
  padding: 30px 0;
}
@media (min-width: 769px) {
  #main-visual h1 {
    font-size: 34px;
    padding: 80px 0;
  }
}

/*
topic
---------------------------*/
#topic {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  padding: 10px;
}
#topic p {
  font-size: 11px;
  letter-spacing: 0;
}
#topic p + p {
  position: relative;
  padding-left: 10px;
  margin-left: 10px;
}
#topic p + p:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  display: block;
  width: 1px;
  height: 15px;
  background-color: #000;
  margin: auto;
}
#topic p.current {
  font-weight: 600;
}
@media (min-width: 769px) {
  #topic {
    padding: 20px;
  }
  #topic p {
    font-size: 14px;
  }
  #topic p + p {
    padding-left: 15px;
    margin-left: 15px;
  }
}

/*
footer
---------------------------*/
footer {
  text-align: center;
}
footer .footer-inner {
  color: #fff;
  background-color: #005083;
  padding: 40px 0;
}
footer p {
  line-height: 1.6;
}
footer p + p {
  padding-top: 10px;
}
footer .company-name {
  font-weight: 600;
}
footer .copy {
  color: #3C3C3C;
  font-size: 11px;
  font-weight: 400;
  padding: 5px 0;
}
@media (min-width: 769px) {
  footer .footer-inner {
    padding: 60px 0;
  }
  footer .copy {
    font-size: 12px;
    padding: 10px 0;
  }
}

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