@charset "UTF-8";

/* ======================================================================

  "Energyflex" QBOutsourcing PC Styles

====================================================================== */
.inc-footer { margin: -60px 0 0; }

/*
  Page Header
====================================================================== */
.page-header { background: url(../../common/images/inquiry_bg.png) repeat 0 0; }
.page-header .inner {
  padding: 75px 0 25px;
  background-color: var(--white);
}
.page-header h2 {
  font-size: 48px;
  font-size: 4.8rem;
  letter-spacing: .05em;
  text-align: center;
}
.page-header h3 {
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: .05em;
  color: var(--d-green);
  text-align: center;
  margin: 0 0 .5em;
}
.page-header p {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: .05em;
  line-height: calc(30 / 16);
  text-align: center;
  padding: 0 200px;
  margin: 1em 0 60px;
}

/* Anchor Navi
---------------------------------------------------------------------- */
.anchor-nav { margin: 85px 0 0; }
.anchor-nav ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 13px;
}
.anchor-nav ul li {
  width: 220px;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 54px;
}
.anchor-nav ul li a::before {
  content: "▼";
  transform: scale(.6);
  display: inline-block;
}
.anchor-nav ul li a {
  width: 100%;
  height: 100%;
  display: block;
  text-decoration: none;
  color: var(--black);
  background-color: #f5f5f5;
  border: solid 2px var(--black);
  border-radius: 8px;
  padding: 0 0 0 .25em;
  transition: all .3s;
}
.anchor-nav ul li a:hover { background-color: #cecece; }

@media screen and (max-width:1280px) {
  .anchor-nav ul { gap: 0 10px; }
  .anchor-nav ul li {
    width: 200px;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 50px;
  }
}

/* Breadcrumb
---------------------------------------------------------------------- */
.page-header .breadcrumb {
  padding: 0 0 0 100px;
  margin: 0 0 105px;
}

/*
  Section
====================================================================== */
.sec-heading {
  font-size: 40px;
  font-size: 4.0rem;
  letter-spacing: .05em;
  color: var(--white);
  text-indent: 30px;
}

/*
  Section01
====================================================================== */
.sec01 {
  padding: 165px 0 0;
  background-color: var(--d-green);
}
.sec01 .contents-area {
  position: relative;
  width: 1200px;
  margin: auto;
  padding: 135px 120px 120px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  background-color: var(--white);
}
.sec01 .contents-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: calc((100vw - 1200px) / 2 * -1);
  width: calc((100vw - 1200px) / 2);
  height: 100%;
  background-color: var(--white);
}
.sec01 .contents-area h3 {
  font-size: 30px;
  font-size: 3.0rem;
  letter-spacing: .05em;
  text-align: center;
}
.sec01 .contents-area > div:first-of-type { margin: 0 0 130px; }
.sec01 .contents-area > div:first-of-type h4 {
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: .05em;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--d-green);
  margin: .75em auto 1.25em;
}
.sec01 .contents-area > div:first-of-type h4 i { width: 281px; }
.sec01 .contents-area > div:first-of-type figure { position: relative; }
.sec01 .contents-area > div:first-of-type figure figcaption { display: none; }

.five-features {
  border: solid 1px #e2e2e2;
  border-radius: 50px;
  background-color: #fffbeb;
  padding: 80px 40px;
  margin: 15px 0 115px;
}
.five-features dl {
  position: relative;
  padding: 0 0 0 110px;
}
.five-features dl:not(:last-of-type) { margin: 0 0 55px; }
.five-features dl::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 90px;
  height: 82px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
}
.five-features dl:first-of-type::before { background-image: url(../images/qbos_features_num001.png); }
.five-features dl:nth-of-type(2)::before { background-image: url(../images/qbos_features_num002.png); }
.five-features dl:nth-of-type(3)::before { background-image: url(../images/qbos_features_num003.png); }
.five-features dl:nth-of-type(4)::before { background-image: url(../images/qbos_features_num004.png); }
.five-features dl:last-of-type::before { background-image: url(../images/qbos_features_num005.png); }

.five-features dl dt {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 500;
  letter-spacing: .05em;
  margin: 0 0 .75em;
}
.five-features dl dt span {
  width: fit-content;
  padding: 0 0 .25em;
  display: inline-block;
  border-bottom: solid 1px var(--black);
}
.five-features dl dd p {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: .05em;
  line-height: calc(30 / 16);
}
.sec01 .contents-area > div:nth-of-type(3) { margin: 0 0 80px; }
.sec01 .contents-area > div:nth-of-type(3) ul {
  display: flex;
  justify-content: center;
  padding: 0 30px;
  margin: 40px 0 0;
  text-align: center;
}
.sec01 .contents-area > div:nth-of-type(3) ul li p {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: .05em;
  line-height: calc(24 / 16);
  margin: 1em 0 0;
}
.sec01 .contents-area > div:nth-of-type(4) { text-align: center; }
.sec01 .contents-area > div:nth-of-type(4) figure figcaption, .movie-wrap + h4 {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: .05em;
  margin: .75em 0 0;
}
.movie-wrap + h4 > span {
  font-size: .65em;
  font-weight: 400;
}

/*
  Section02
====================================================================== */
.sec02 {
  padding: 240px 0 0;
  background-color: var(--d-green);
}
.sec02 .contents-area {
  position: relative;
  width: 1200px;
  margin: auto;
  padding: 135px 120px 160px;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  background-color: var(--white);
}
.sec02 .contents-area::after {
  content: "";
  position: absolute;
  top: 0;
  right: calc((100vw - 1200px) / 2 * -1);
  width: calc((100vw - 1200px) / 2);
  height: 100%;
  background-color: var(--white);
}

.sec02 .contents-area > div:first-of-type {
  position: relative;
  margin: 0 0 155px
}
.sec02 .contents-area h3 {
  font-size: 30px;
  font-size: 3.0rem;
  letter-spacing: .05em;
  text-align: center;
}
.sec02 .contents-area h4 {
  width: fit-content;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: .05em;
  text-align: center;
  color: var(--d-green);
  background-color: #faee00;
  margin: 20px auto 25px;
  padding: 0 .5em;
}
.sec02 .contents-area h4 span { font-size: calc(30 / 18 * 1em); }
.label200 {
  position: absolute;
  top: -90px;
  right: 60px;
  width: 204px;
}
.sec02 .contents-area > div:first-of-type ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0 26.666666px;
}
.sec02 .contents-area > div:first-of-type ul li { width: 220px; }

.sec02 .contents-area > div:nth-of-type(2) { margin: 0; }
.archive-list {
  border: solid 1px #e2e2e2;
  border-radius: 50px;
  padding: 80px 60px;
  margin: 20px 0 0;
}
.archive-list dl:not(:last-of-type) { margin: 0 0 60px; }
.archive-list dl dt {
  font-size: 22px;
  font-size: 2.2rem;
  letter-spacing: .05em;
  font-weight: 600;
  margin: 0 0 20px;
}
.archive-list dl dd ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 5%;
}
.archive-list dl dd ul li {
  font-size: 15px;
  font-size: 1.5rem;
  letter-spacing: .025em;
  margin: 0 0 1em;
}
.archive-list dl dd ul li a {
  text-decoration: none;
  color: var(--black);
}

/*
  Section03
====================================================================== */
.sec03 {
  margin: 0;
  background-color: var(--d-green);
}
.sec03 .contents-area + span {
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 130px;
  width: calc(100vw - ((100vw - 1200px) / 2));
  margin: 0 0 0 calc((100vw - 1200px) / 2);
  height: 300px;
  background-color: var(--l-gray);
  display: inline-block;
}
.sec03 .contents-area {
  position: relative;
  width: calc(100vw - ((100vw - 1200px) / 2));
  margin: 0 0 0 calc((100vw - 1200px) / 2);
  padding: 0 0 230px 120px;
  border-bottom-left-radius: 50px;
  background-color: var(--white);
}
.sec03 .contents-area::after {
  content: "";
  position: absolute;
  top: 0;
  right: calc((100vw - 1200px) / 2 * -1);
  width: calc((100vw - 1200px) / 2);
  height: 100%;
  background-color: var(--white);
}
.sec03 .contents-area .inner {
  width: 960px;
  margin: 0;
}
.sec03 .contents-area > div {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.sec03 .contents-area h3 {
  font-size: 30px;
  font-size: 3.0rem;
  letter-spacing: .05em;
  text-align: center;
}
.cs-list {
  position: relative;
  z-index: 1;
  margin: 30px 0 0;
  padding: 0 0 50px;
}
.case-study {
  position: relative;
  width: 360px;
  background-color: var(--white);
  border-radius: 20px;
  border: solid 1px #e2e2e2;
  padding: 30px;
  flex-shrink: 0;
}
.case-study::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  box-shadow: 8px 8px 0 0 rgba(var(--blk-rgb), .1);
  mix-blend-mode: multiply;
}
.case-study dl { margin: 30px 0 0; }
.case-study dl dt {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 600;
  letter-spacing: .05em;
  color: var(--d-green);
  margin: 0 0 10px;
}
.case-study dl dd p {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: .05em;
  line-height: calc(30 / 16);
}

/*
  Section04
====================================================================== */
.sec04 {
  padding: 200px 0 0;
  background-color: var(--d-green);
}
.sec04 > div { display: grid; }
.sec04 .slider-area {
  position: relative;
  z-index: 1;
  width: calc(100vw - ((100vw - 1200px) / 2));
  margin: 0 0 0 calc((100vw - 1200px) / 2);
  padding: 0 0 0 120px;
  grid-area: 1 / 1;
  display: grid;
  align-items: center;
}
.sec04 .slider-area::after {
  content: "";
  position: absolute;
  top: 0;
  right: calc((100vw - 1200px) / 2 * -1);
  width: calc((100vw - 1200px) / 2);
  height: 100%;
}
.sec04 .slider-area .inner {
  width: 960px;
  margin: 0;
}
.sec04 .slider-area > div {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.sec04 .contents-area {
  position: relative;
  width: 1200px;
  margin: auto;
  /*padding: 135px 120px 120px;*/
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  background: url(../images/qbos_sec04_bg02.png) no-repeat 0 0;
  background-size: cover;
  aspect-ratio: 1200 / 760;
  grid-area: 1 / 1;
}
.sec04 .contents-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: calc((100vw - 1200px) / 2 * -1);
  width: calc((100vw - 1200px) / 2);
  height: 100%;
  background-color: #fffbeb;
}
.cv-unit {
  padding: 0 0 50px;
  align-items: stretch;
}
.cv {
  position: relative;
  width: 360px;
  border-radius: 20px;
  padding: 30px;
  background-color: var(--white);
  flex-shrink: 0;
}
.cv::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  box-shadow: 8px 8px 0 0 rgba(var(--blk-rgb), .1);
  mix-blend-mode: multiply;
}
.cv h3 {
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: .05em;
  line-height: calc(30 / 18);
  margin: .5em 0 .25em;
}
.cv h3 span { color: var(--green); }
.cv dl {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: .05em;
}
.cv dl dt small {
  font-size: calc(13 / 16 * 1em);
  display: block;
  margin: .75em 0 0;
}
.cv dl dd {
  border-top: solid 1px var(--black);
  margin: 1em 0 0;
  padding: 1em 0 0;
  line-height: calc(30 / 16);
}

@media screen and (max-width:1280px) {
  .cv-unit { gap: 0 40px; }
}

/*
  Section05
====================================================================== */
.sec05 {
  padding: 200px 0 110px;
  background-color: var(--d-green);
}
.sec05::after {
  content: "";
  position: absolute;
  bottom: -50px;
  width: 100%;
  height: 50px;
  background-color: var(--d-green);
  display: inline-block;
}
.sec05 .contents-area {
  position: relative;
  width: 1200px;
  margin: auto;
  padding: 135px 120px 105px;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  background-color: var(--white);
}
.sec05 .contents-area::after {
  content: "";
  position: absolute;
  top: 0;
  right: calc((100vw - 1200px) / 2 * -1);
  width: calc((100vw - 1200px) / 2);
  height: 100%;
  background-color: var(--white);
}
.sec05 .contents-area h3 {
  font-size: 30px;
  font-size: 3.0rem;
  letter-spacing: .05em;
  text-align: center;
}
.sec05 .contents-area figure {
  width: calc(907 / 960 * 100%);
  margin: 60px auto 0;
}
.sec05 .contents-area figure img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

/*
  Section06
====================================================================== */