@charset "UTF-8";
/*濃いブラウン*/
/*薄いブラウン*/
/*ブラウンの影色*/
/*ブラウンのボーダー色*/
/*ブラウンの中間色*/
/*キャリア相談の青*/
/*キャリア相談の影色*/
/*登録のオレンジ*/
/*登録の濃い影色*/
/*濃い青*/
/*薄い青*/
/*青のボーダー色*/
/*青の中間色*/
/*黄色*/
/*オレンジ*/
/*ダルマの赤*/
body#business main header {
  text-align: left;
  background-image: url(../../images/business/main_fig.png);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  body#business main header {
    background: none;
  }
}
body#business main header .wrapper {
  padding: 60px 0 100px 0;
}
@media screen and (max-width: 767px) {
  body#business main header .wrapper {
    padding: 30px 0 100px 0;
    background-image: url(../../images/business/main_fig.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 120%;
  }
}
body#business main header h1 {
  font-size: clamp(2.8rem, 1.665rem + 3.027vw, 5.6rem) !important;
  color: #0E5BA5;
  font-weight: 800;
  line-height: 1.8;
  margin-bottom: 120px;
}
body#business main header p.copy {
  font-size: clamp(2.4rem, 2.157rem + 0.649vw, 3rem) !important;
  font-weight: 600;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  body#business main header p.copy {
    padding-top: 50px;
  }
}
body#business main header .container {
  position: relative;
}
body#business main header .container p.anniversary_ico {
  position: absolute;
  top: 20px;
  right: 2%;
}
@media screen and (max-width: 767px) {
  body#business main header .container p.anniversary_ico {
    top: -20px;
  }
  body#business main header .container p.anniversary_ico img {
    width: 100px;
  }
}

#reasons {
  background-color: rgba(46, 49, 127, 0.9);
  text-align: center;
}
@media screen and (max-width: 767px) {
  #reasons {
    margin-top: -60px;
  }
}
#reasons h2 {
  font-size: clamp(2.4rem, 2.238rem + 0.432vw, 2.8rem) !important;
  color: #FFFFFF;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  #reasons dl {
    margin-bottom: 20px;
  }
}
#reasons dl dt {
  font-size: clamp(2.2rem, 2.038rem + 0.432vw, 2.6rem) !important;
  color: #0E5BA5;
  line-height: 1.6;
}
#reasons dl dd {
  font-size: clamp(1.6rem, 1.438rem + 0.432vw, 2rem) !important;
  font-weight: 600;
}

#top_contact {
  background-image: url(../images/body_bg_brown.jpg);
  background-repeat: repeat;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  #top_contact {
    margin-top: 50px;
  }
}
#top_contact {
  padding: 30px 0;
}

#feature {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  #feature {
    margin-top: 50px;
  }
}
#feature .container {
  position: relative;
}
#feature .feature_fig {
  position: absolute;
  top: -50px;
  right: 0;
}
@media screen and (max-width: 767px) {
  #feature .feature_fig {
    position: relative;
    top: 0;
    right: inherit;
    text-align: center;
  }
}
#feature .feature_fig img {
  width: 400px;
}
@media screen and (max-width: 767px) {
  #feature .feature_fig img {
    width: 80%;
  }
}
#feature {
  text-align: left;
}
#feature h2 {
  font-size: clamp(3rem, 2.838rem + 0.432vw, 3.4rem) !important;
  color: #0E5BA5;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  #feature h2 {
    margin-bottom: 20px;
  }
}
#feature p.copy {
  font-size: clamp(2.4rem, 2.157rem + 0.649vw, 3rem) !important;
  font-weight: 600;
  margin-bottom: 10px;
}
#feature p.lead {
  margin-bottom: 50px;
}
#feature h3 {
  font-size: clamp(2.2rem, 1.714rem + 1.297vw, 3.4rem) !important;
  color: #FFFFFF;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  #feature h3 {
    margin-top: 15px;
    margin-bottom: 20px;
    text-align: center;
  }
}
#feature ul li {
  margin-bottom: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#feature ul li dl {
  text-align: left;
}
#feature ul li dl dt {
  font-size: clamp(2.2rem, 2.038rem + 0.432vw, 2.6rem) !important;
  color: #0E5BA5;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 10px;
}
#feature ul li .box_btn.basic a {
  width: 16em;
}

#case_business {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  #case_business {
    margin-top: 50px;
  }
}
#case_business .container {
  position: relative;
}
#case_business .case_fig {
  position: absolute;
  top: 2%;
  left: -5%;
}
@media screen and (max-width: 767px) {
  #case_business .case_fig {
    position: relative;
    top: 0;
    left: inherit;
    text-align: center;
  }
}
#case_business .case_fig img {
  width: 300px;
}
@media screen and (max-width: 767px) {
  #case_business .case_fig img {
    width: 60%;
  }
}
#case_business h2 {
  font-size: clamp(3.2rem, 3.038rem + 0.432vw, 3.6rem) !important;
  color: #603813;
  font-weight: 600;
  margin-bottom: 50px;
}
#case_business p.lead {
  font-size: clamp(2.2rem, 2.119rem + 0.216vw, 2.4rem) !important;
  margin-bottom: 10px;
}
#case_business p.copy {
  font-size: clamp(2.6rem, 2.519rem + 0.216vw, 2.8rem) !important;
  font-weight: 600;
  margin-bottom: 50px;
}
#case_business h3 {
  font-size: clamp(2.2rem, 2.038rem + 0.432vw, 2.6rem) !important;
  color: #0E5BA5;
  font-weight: 600;
  margin-bottom: 30px;
}

#outsourcing {
  background-image: url(../images/body_bg_brown.jpg);
  background-repeat: repeat;
  margin-bottom: 50px;
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  #outsourcing {
    padding: 50px 0;
  }
}
#outsourcing {
  text-align: left;
}
#outsourcing .container {
  position: relative;
}
#outsourcing .outsourcing_fig {
  position: absolute;
  top: -150px;
  right: 5%;
}
@media screen and (max-width: 767px) {
  #outsourcing .outsourcing_fig {
    position: relative;
    top: 0;
    right: inherit;
    text-align: center;
  }
}
#outsourcing .outsourcing_fig img {
  width: 400px;
}
@media screen and (max-width: 767px) {
  #outsourcing .outsourcing_fig img {
    width: 80%;
  }
}
#outsourcing h2 {
  font-size: clamp(3rem, 2.757rem + 0.649vw, 3.6rem) !important;
  color: #603813;
  font-weight: 600;
  margin-bottom: 30px;
}
#outsourcing p.copy {
  font-size: clamp(2.4rem, 2.238rem + 0.432vw, 2.8rem) !important;
  font-weight: 600;
  margin-bottom: 50px;
}
#outsourcing h3 {
  font-size: clamp(2.2rem, 2.038rem + 0.432vw, 2.6rem) !important;
  color: #603813;
  font-weight: 600;
  margin-bottom: 10px;
}
/*# sourceMappingURL=business.css.map */