@charset "UTF-8";


/* recruit */
/**  RESET
________________________________________**/
html,
body,
div,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
fieldset,
input,
abbr,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
mark,
meter,
nav,
output,
progress,
section,
summary,
time {
  margin: 0;
  padding: 0;
}

ul,
ol,
li {
  list-style: none;
}

img {
  vertical-align: bottom;
  border-style: none;
  max-width: 100%;
  width: auto !important;
  width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
address,
caption,
cite,
code,
em,
strong,
th,
figcaption {
  font-size: 1em;
  font-weight: normal;
  font-style: normal;
}

fieldset,
iframe {
  border: none;
}

caption,
th {
  text-align: left;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

article,
aside,
footer,
header,
hgroup,
nav,
section,
figure,
figcaption {
  display: block;
}

html {
  font-size: 62.5%;
}

body {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-size: 1.8rem;
  line-height: 1.8;
  font-family: 'Noto Sans JP', "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO", "Font Awesome\ 5 Free", sans-serif;
  color: #333;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html,
body {
  width: 100%;
  height: auto;
}

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

input {
  outline: none;
}

/* Link */
a {
  color: #333;
  text-decoration: none;
}

a:hover,
a:focus {
  opacity: 0.6;
}

/*********
テキスト選択時の背景色
**********/
body {
  min-width: 768px;
  width: auto !important;
  width: 768px;
}

main {
  display: block;
}

.another-howto {
  margin: 70px auto 230px;
  position: relative;
  font-weight: bold;
  font-size: 3.4rem;
  text-align: center;
}

.another-howto--text-orange {
  color: #FF8802;
}

.another-howto::before {
  content: '';
  display: block;
  background: #FEF523;
  width: 445px;
  height: 15px;
  position: absolute;
  bottom: 5px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  z-index: -1;
}

.another-howto::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 55px 67.5px 0 67.5px;
  border-color: #FF8802 transparent transparent transparent;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  top: 95px;
}

.case-text {
  text-align: center;
  margin-bottom: 20px;
}

.case-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 70px;
}

.case-list__item {
  width: 33%;
  flex-shrink: 0;
}

.case-inner {
  border: solid 3px;
  border-radius: 12px;
  box-sizing: border-box;
  position: relative;
  width: 90%;
  margin: auto;
  padding: 70px 0 40px;
}

@media (max-width: 1000px) {
  .case-inner {
    padding-top: 50px;
  }
}

.case-inner-title {
  position: absolute;
  top: -28px;
  width: 100%;
  text-align: center;
}

.case-inner-title__center {
  position: relative;
  font-size: 2.8rem;
  font-weight: bold;
  background: #FFF;
  padding: 0 20px;
}

@media (max-width: 1000px) {
  .case-inner-title__center {
    font-size: 2.2rem;
  }
}

.case-inner-title__center::before, .case-inner-title__center::after {
  width: 40px;
  height: 4px;
  background: #333;
  content: '';
  position: absolute;
  top: 50%;
}

.case-inner-title__center::before {
  -webkit-transform: translateY(-50%) rotate(50deg);
          transform: translateY(-50%) rotate(50deg);
  left: -23px;
}

.case-inner-title__center::after {
  right: -23px;
  -webkit-transform: translateY(-50%) rotate(-50deg);
          transform: translateY(-50%) rotate(-50deg);
}

.case-reason-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: 45px;
  margin-right: 45px;
}

.case-reason-list__item {
  width: 31%;
  flex-shrink: 0;
}

.cta {
  width: 100%;
  background: url("../img/recruit-company/cta-bg.jpg") no-repeat center top;
  background-size: cover;
  position: relative;
  z-index: 3;
}

.cta-inner {
  width: 470px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: auto;
  padding-top: 40px;
  padding-bottom: 60px;
}

.cta-title {
  font-weight: bold;
  text-align: center;
  font-size: 2.8rem;
  margin-bottom: 3rem;
  line-height: 1.4;
}

.cta-title::before {
  margin: 0 auto 20px;
  background: url("../img/recruit-company/icon-mail.svg") no-repeat center top transparent;
  background-size: 100% auto;
  content: '';
  display: block;
  line-height: 1.3;
  font-weight: 400;
  width: 64px;
  height: 50px;
}

.cta-button {
  max-width: 470px;
  width: 470px;
  height: 120px;
  font-size: 3rem;
  background: #00B900;
  box-shadow: 0 7px 0 #057B05;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border-radius: 8px;
  position: relative;
}

.cta-button::after {
  margin-left: 15px;
  content: '\f054';
  font-weight: 700;
}

.faq-item {
  display: flex;
  flex-wrap: wrap;
}

.faq-item::after {
  content: '◆';
  color: #707070;
  margin: 0px auto 50px;
}

.faq-item:last-child::after {
  content: none;
}

.faq-item__q, .faq-item__a {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 2rem;
  flex-shrink: 0;
}

.faq-item__q::before, .faq-item__a::before {
  font-size: 3.8rem;
  color: #fff;
  width: 64px;
  height: 64px;
  border-radius: 4px;
  text-align: center;
  margin-right: 20px;
  flex-shrink: 0;
}

.faq-item__q::before {
  content: 'Q';
  background: #F83A3A;
  line-height: 54px;
}

.faq-item__a::before {
  content: 'A';
  background: #358FDE;
  line-height: 60px;
}

.faq-item__text {
  flex-shrink: 0;
  width: calc(100% - 84px);
}

.faq-item__q {
  font-weight: bold;
  align-items: center;
}

.flow-item {
  width: 450px;
  margin: 0 auto 50px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}

.flow-item::after {
  font-size: 3rem;
  font-weight: bold;
  color: #999999;
  content: '\f063';
  position: absolute;
  bottom: -45px;
  right: 120px;
}

.flow-avatar {
  width: calc(100% - 325px);
  margin-right: 25px;
  text-align: center;
  line-height: 1;
}

.flow-avatar::before {
  content: '';
  display: block;
  margin: auto;
  background-image: url("../img/recruit-company/icon-saler.svg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 39px;
  height: 56px;
}

.flow-avatar--company::before {
  background-image: url("../img/recruit-company/icon-company.svg");
  height: 60px;
}

.flow-avatar--smp-fudosan::before {
  background: none;
  content: '\f3cd\0020\f015';
  font-size: 4rem;
  font-weight: bold;
  width: auto;
  height: auto;
}

.flow-comment {
  border: solid 4px #DDDDDD;
  position: relative;
  font-size: 2rem;
  font-weight: bold;
  color: #F56161;
  box-sizing: border-box;
  padding: 20px 18px;
  border-radius: 4px;
  width: 300px;
}

.flow-comment::before, .flow-comment::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.flow-comment::before {
  border-width: 12px 24px 12px 0;
  border-color: transparent #DDDDDD transparent transparent;
  left: -24px;
}

.flow-comment::after {
  border-width: 9px 18px 9px 0;
  border-color: transparent #fff transparent transparent;
  left: -18px;
}

.flow-comment--orange {
  color: #FF8B08;
}

.flow-comment--green {
  color: #299A14;
}

.flow-name {
  font-size: 1.2rem;
}

.flow-name__text-orange {
  color: #FF8B08;
}

.flow-name--round-gothic {
  font-family: fot-rodin-pron,sans-serif;
  font-weight: 600;
  font-style: normal;
}

.flow-end {
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  background: #FF5023;
  border-radius: 8px;
  margin: auto;
  width: 440px;
  height: 75px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.recruit-footer {
  border-top: solid 5px #FFA23A;
}

.recruit-footer-nav {
  margin: 30px 0 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.recruit-footer-nav__link {
  flex-shrink: 0;
  font-size: 1.6rem;
  font-weight: bold;
  color: #000;
  padding: 1rem 2rem;
  display: block;
}

.copyright {
  display: block;
  text-align: center;
  font-size: 1.2rem;
  margin-bottom: 20px;
}

.recruit-footer-logo__icon {
  display: block;
}

.recruit-footer-logo__icon::before {
  content: '';
  background: url("../img/recruit-company/logo.svg") no-repeat center top;
  background-size: 100% auto;
  width: 38px;
  height: 38px;
  display: block;
  margin: 0 auto 10px;
}

.recruit-footer-logo__text {
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
}

.recruit-footer-logo__text__small {
  font-size: 75%;
}

.recruit-footer-logo__text::before {
  margin-right: 5px;
  content: '\f3cd';
}

.recruit-footer-logo__text::after {
  margin-left: 5px;
  content: '\f015';
}

.recruit-footer-logo__text-orange {
  color: #FFA23A;
}

.header {
  padding: 35px 0;
  min-height: 600px;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  overflow-x: hidden;
}

.header-inner {
  width: 1000px;
  margin: auto;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}

@media (max-width: 1000px) {
  .header-inner {
    width: auto;
    margin: 0 2rem;
  }
}

.head-logo {
  background: #FDA13A;
  color: #fff;
  border-radius: 24px;
  font-size: 2.2rem;
  display: inline-block;
  box-sizing: border-box;
  padding: 3px 22px;
  font-weight: bold;
  margin-bottom: 25px;
}

.head-logo::before {
  margin-right: 5px;
  content: '\f3cd';
}

.head-logo::after {
  margin-left: 5px;
  content: '\f015';
}

.head-copy {
  font-weight: bold;
  font-size: 6.2rem;
  margin-bottom: 20px;
  line-height: 1.3;
  text-shadow: 0 0 4px rgba(255, 255, 255, 0.8);
}

.header-inner-list {
  display: flex;
  flex-wrap: wrap;
}

.header-inner-list__item {
  flex-shrink: 0;
  width: 320px;
}

.header-inner-list__item:first-child {
  margin-right: 15px;
}

.inner-section-bg-orange {
  background: linear-gradient(270deg, #FDA645, #FF8802);
}

.inner-section-bg-orange--point {
  padding-bottom: 100px;
  position: relative;
}

.inner-section-bg-orange--usage {
  padding-bottom: 100px;
}

.inner-section-bg-orange--flow, .inner-section-bg-orange--faq {
  padding: 150px 0;
}

.inner-section-bg-orange--case {
  padding-bottom: 100px;
}

.inner-box {
  width: 1000px;
  margin: auto;
  background: #fff;
  border-radius: 12px;
  box-sizing: border-box;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 60px 40px 50px;
  position: relative;
  z-index: 2;
}

@media (max-width: 1000px) {
  .inner-box {
    width: auto;
    margin: 0 2rem;
  }
}

main {
  width: 100%;
  overflow-x: hidden;
}

.non-sale-reason {
  border: solid 7px #FF8802;
  width: 1000px;
  margin: 60px auto 0;
  box-sizing: border-box;
  padding: 80px 40px 50px;
  position: relative;
}

@media (max-width: 1000px) {
  .non-sale-reason {
    width: auto;
    margin: 60px 2rem;
  }
}

.non-sale-reason__title {
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  top: -37px;
  width: 380px;
  font-size: 2.8rem;
  background: #FF8802;
  color: #fff;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  margin: auto;
  height: 60px;
  align-items: center;
}

.non-sale-reason__title::before {
  background: url("../img/recruit-company/icon-check-black.svg") no-repeat center top;
  background-size: 100% auto;
  margin-right: 15px;
  width: 43px;
  height: 43px;
  content: '';
  position: relative;
  top: -3px;
}

.non-sale-reason__lead {
  font-weight: bold;
  font-size: 2.7rem;
  text-align: center;
  margin-bottom: 50px;
}

.non-sale-reason__lead::after {
  content: '';
  width: 140px;
  height: 5px;
  background: #FF8802;
  display: block;
  margin: auto;
}

.non-sale-reason__text {
  text-align: center;
  font-size: 1.8rem;
}

.non-sale-reason__img {
  display: block;
  margin: 0 auto 60px;
}

.point-title {
  font-size: 5.2rem;
  text-align: center;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 50px;
  position: relative;
  z-index: 1;
  padding-top: 35px;
}

.point-title::before {
  content: '';
  display: block;
  background: url("../img/recruit-company/icon-house-smp.svg") no-repeat center top;
  background-size: 100% auto;
  width: 97px;
  height: 81px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -65px;
}

.point-title::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 450px 495px 0 495px;
  border-color: #fff transparent transparent transparent;
  display: block;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  z-index: -1;
}

.point-list {
  width: 1000px;
  margin: auto;
  position: relative;
  z-index: 2;
}

@media (max-width: 1000px) {
  .point-list {
    width: auto;
    margin: 0 2rem;
  }
}

.point-list__item {
  background: #FFF;
  position: relative;
  margin-bottom: 2rem;
  display: flex;
  width: 100%;
  box-sizing: border-box;
  border: solid 2px #FE8A07;
  padding: 15px 5px 10px 45px;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
}

.point-list__item::before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 22.5px 0 22.5px 22px;
  border-color: transparent transparent transparent #FE8A07;
  position: absolute;
  left: 0;
}

.point-list__left-item {
  flex-shrink: 0;
  width: calc(100% - 34% - 20px);
}

.point-list__right-item {
  flex-shrink: 0;
  width: 34%;
  margin-left: 20px;
}

.point-list__title {
  border-style: dashed;
  border-width: 2px 0;
  border-color: #707070;
  font-weight: bold;
  color: #FF6600;
  font-size: 3.4rem;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 10px 0;
  margin-bottom: 3rem;
}

.point-list__title::before {
  flex-shrink: 0;
  color: #FF8802;
  font-size: 2.4rem;
  margin-right: 20px;
  content: 'POINT.1';
}

.point-list__title--point2::before {
  content: 'POINT.2';
}

.point-list__title--point3::before {
  content: 'POINT.3';
}

@media (max-width: 1000px) {
  .point-list__title {
    font-size: 2.2rem;
    padding: 5px 0;
    margin-bottom: 10px;
  }
  .point-list__title::before {
    font-size: 1.8rem;
  }
}

.point-list__text {
  font-size: 2.2rem;
}

@media (max-width: 1000px) {
  .point-list__text {
    font-size: 1.8rem;
  }
}

.rec-slider-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.swiper-slide {
  width: 100%;
  min-height: 600px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.swiper-slide--head01 {
  background-image: url("../img/recruit-company/pc/slider-01.jpg");
}

.swiper-slide--head02 {
  background-image: url("../img/recruit-company/pc/slider-02.jpg");
}

.swiper-slide--head03 {
  background-image: url("../img/recruit-company/pc/slider-03.jpg");
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .swiper-slide--head01 {
    background-image: url("../img/recruit-company/pc/slider-01@2x.jpg");
  }
  .swiper-slide--head02 {
    background-image: url("../img/recruit-company/pc/slider-02@2x.jpg");
  }
  .swiper-slide--head03 {
    background-image: url("../img/recruit-company/pc/slider-03@2x.jpg");
  }
}

.slider-prev::before, .slider-next::before {
  width: 47px;
  height: 47px;
  background: rgba(255, 255, 255, 0.9);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-weight: bold;
  color: #000;
  font-size: 4.5rem;
}

.slider-prev::before {
  left: 0;
  content: '\f104';
}

.slider-next::before {
  right: 0;
  content: '\f105';
}

.solution {
  border-top: 15px solid #FFA23A;
  background: url("../img/recruit-company/solution-title-bg.svg") no-repeat center top;
  background-size: auto 524px;
}

.solution-title {
  font-size: 3.8rem;
  text-align: center;
  color: #fff;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  margin-top: 8rem;
  margin-bottom: 4rem;
  position: relative;
  z-index: 1;
}

.solution-title::before {
  content: 'Solution';
  font-family: 'Arial';
  font-weight: bold;
  font-size: 8rem;
  color: #F9992D;
  text-shadow: none;
  position: absolute;
  z-index: -1;
  top: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.solution-list {
  width: 740px;
  margin: 0 auto 10rem;
}

.solution-list__item {
  border: solid 2px #FFA23A;
  border-radius: 40px;
  background: #FFFBD5;
  position: relative;
  margin-bottom: 2rem;
  box-sizing: border-box;
  font-size: 2.6rem;
  font-weight: bold;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 20px 40px;
}

.solution-list__item::before {
  content: '';
  background: url("../img/recruit-company/icon-check.svg") no-repeat center top;
  background-size: 100% auto;
  margin-right: 15px;
  width: 46px;
  height: 43px;
}

.solution-q-list {
  width: 1000px;
  margin: auto;
}

@media (max-width: 1000px) {
  .solution-q-list {
    width: auto;
    margin: 0 2rem;
  }
}

.solution-q-list__item {
  border-top: solid 2px #707070;
  box-sizing: border-box;
  padding: 50px 0 40px;
}

.solution-q-list__item:first-child {
  padding-bottom: 100px;
}

.solution-q-list__title {
  color: #FF8802;
  border-bottom: double 4px #FF8802;
  font-size: 3rem;
  display: flex;
  align-items: center;
  padding-bottom: 20px;
  width: 540px;
  margin-bottom: 50px;
}

.solution-q-list__title--long {
  width: 840px;
}

@media (max-width: 1000px) {
  .solution-q-list__title--long {
    width: 100%;
  }
}

.solution-q-list__title::before {
  flex-shrink: 0;
  content: '';
  background: url("../img/recruit-company/icon-question.svg") no-repeat center top;
  background-size: 100% auto;
  margin-right: 5px;
  width: 52px;
  height: 52px;
}

.solution-q-list__detail {
  display: flex;
  flex-wrap: wrap;
}

.solution-q-list__detail__left {
  flex-shrink: 0;
  width: 50%;
}

.solution-q-list__detail__left--first {
  margin-right: 3vw;
}

.solution-q-list__detail__left--second {
  width: calc(100% - 38% - 30px);
  margin-right: 30px;
}

.solution-q-list__detail__right {
  flex-shrink: 0;
  width: 38%;
}

.solution-q-list__detail__right--first {
  width: calc(50% - 3vw);
}

.solution-q-list__detail__text {
  font-size: 1.8rem;
}

.solution-q-list__detail__caption {
  margin-top: 25px;
  font-size: 1.4rem;
  display: block;
  color: #666666;
}

.text-orange {
  color: #FDA13A;
}

.text-small {
  font-size: 75%;
}

.basic-title {
  position: relative;
  z-index: 1;
}

.basic-title::before {
  width: 110%;
  height: 400px;
  background: #FDA645;
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  top: -200px;
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
  left: -12%;
}

.basic-title__inner {
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 3.4rem;
  margin-bottom: 8rem;
  position: relative;
  z-index: 1;
  display: block;
}

.basic-title__inner::after {
  content: '';
  display: block;
  width: 145px;
  height: 5px;
  background: #FFF;
  margin: 30px auto 0;
}

.basic-title__inner::before {
  color: #F9992D;
  font-size: 8rem;
  font-weight: bold;
  text-align: center;
  z-index: -1;
  position: absolute;
  font-family: 'Arial';
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  top: -80px;
}

@media (max-width: 1000px) {
  .basic-title__inner::before {
    font-size: 6rem;
  }
}

.basic-title__inner--usage::before {
  content: 'Usage fee';
}

.basic-title__inner--flow::before {
  content: 'Service Flow';
}

.basic-title__inner--case::before {
  content: 'Closed case';
}

.basic-title__inner--faq::before {
  content: 'Question&Answer';
}

.usage-fee {
  width: 610px;
  margin: auto;
  border-radius: 170px;
  border: solid 3px #FFD8A3;
  background: #FFFBD5;
  box-sizing: border-box;
  padding: 10px 40px;
  font-size: 2.6rem;
  font-weight: bold;
  margin-bottom: 3rem;
}

.usage-fee__text-orange {
  color: #FF8B08;
  font-size: 1.5em;
}

.usage-notice {
  text-align: center;
  font-size: 2.2rem;
  margin-bottom: 60px;
}

.usage-subtitle {
  background: #FF8B08;
  color: #fff;
  font-size: 2.6rem;
  text-align: center;
  padding: 10px 0;
  margin-bottom: 30px;
}

.usage-images {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.usage-image__box {
  flex-shrink: 0;
  box-sizing: border-box;
  border: solid 4px #DDDDDD;
  padding: 15px;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}

.usage-image__box--large {
  width: 38%;
}

.usage-image__box--small {
  width: 25%;
}

.usage-image__box--middle {
  width: 26%;
}

.usage-image__box__title {
  min-height: 55px;
  line-height: 55px;
}

.usage-image__box__title--small {
  line-height: 1.7;
  font-size: 1.7rem;
}

@media (max-width: 1000px) {
  .usage-image__box {
    font-size: 1.6rem;
    padding: 5px;
    border-width: 2px;
  }
  .usage-image__box--small {
    width: 26%;
  }
  .usage-image__box--middle {
    width: 27%;
  }
  .usage-image__box__title {
    min-height: 44px;
    line-height: 44px;
  }
  .usage-image__box__title--small {
    line-height: 1.7;
    font-size: 1.3rem;
  }
}

.usage-inner-list {
  margin-top: 30px;
}

@media (max-width: 1000px) {
  .usage-inner-list {
    margin-top: 15px;
  }
}

.usage-inner-list__item {
  font-size: 1.8rem;
  font-weight: normal;
  color: #fff;
  background: #4DA8E6;
  margin-bottom: 1rem;
  padding: 20px 0;
}

.usage-inner-list__item--bg-green {
  background: #5AC12F;
}

.usage-inner-list__item--bg-orange {
  background: #FF8B08;
}

.usage-inner-list__item--bg-red {
  background: #FB4242;
}

@media (max-width: 1000px) {
  .usage-inner-list__item {
    font-size: 1.5rem;
  }
}
/*# sourceMappingURL=maps/recruit-company_pc.css.map?v=1559522465905 */
