/* kv
======================================= */
.kv {
  padding: 0;
  background: #008463;
  color: #fff;
}
.kv__inner {
  display: flex;
  align-items: center;
  width: 1240px;
  margin: 0 auto;
}
.kv__main {
  flex: 1 0 0%;
}
.kv__ill {
  flex: 0 0 386px;
}
.kv__ill img {
  max-width: 386px;
}
.kv__title {
  font-size: 40px;
  line-height: 1.3;
}
.kv__title small {
  font-size: 30px;
}
.kv__lead {
  margin-top: 1em;
  font-size: 20px;
  line-height: 1.7;
}
@media only screen and (max-width: 767px) {
  .kv {
    position: relative;
    margin: 0 -4vw;
    padding: 7.33333vw 0 2.66667vw;
  }
  .kv__inner {
    display: block;
    padding: 0 4vw;
    width: auto;
  }
  .kv__ill {
    position: absolute;
    right: 0;
    top: 0;
  }
  .kv__ill img {
    width: 35.73333vw;
  }
  .kv__title {
    width: 57.33333vw;
    font-size: 5.33333vw;
  }
  .kv__lead {
    margin-top: 1.75em;
    font-size: 3.2vw;
  }
}

/* section
======================================= */
.section {
  padding: 100px 0;
  background: #fff;
}
.section--bg {
  background: #f6f7ef;
}
.section__inner {
  width: 1240px;
  margin: 0 auto;
}
.section__title {
  position: relative;
  margin-bottom: 1em;
  padding-bottom: 1em;
  font-size: 40px;
  text-align: center;
}
.section__title::after {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  background: #333;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.section__lead {
  margin: 0 auto 3em;
  max-width: 960px;
  font-size: 20px;
  line-height: 1.7;
  text-align: center;
}
.section__notes > li {
  display: table-row;
  font-size: 14px;
  line-height: 1.7;
}
.section__notes > li > span {
  display: table-cell;
  vertical-align: top;
}
.section__notes > li > span:nth-child(1) {
  white-space: nowrap;
}
.section__notes > li > span sup {
  display: inline-block;
  vertical-align: text-top;
  transform: translateY(-0.3em);
}
@media only screen and (max-width: 767px) {
  .section {
    margin: 0 -4vw;
    padding: 8vw 0;
  }
  .section__inner {
    width: auto;
    padding: 0 4vw;
  }
  .section__title {
    font-size: 5.33333vw;
  }
  .section__title::after {
    width: 8vw;
    height: 0.53333vw;
  }
  .section__lead {
    margin-bottom: 2em;
    font-size: 4vw;
    line-height: 1.6;
    text-align: left;
  }
  .section__notes > li {
    font-size: 3.2vw;
  }
}

/* sec01
======================================= */
.sec01__row {
  display: flex;
  gap: 75px;
  margin-bottom: 20px;
}
.sec01__row + .sec01__row {
  margin-top: 80px;
}
.sec01__col > h3 {
  margin-bottom: .75em;
  font-size: 35px;
}
.sec01__col > h3 sup {
  font-size: 14px;
}
.sec01__col > h3 small {
  font-size: 30px;
}
.sec01__col > p {
  font-size: 18px;
  line-height: 1.75;
}
.sec01__col > p sup {
  font-size: 14px;
}
.sec01__evolution {
  padding-right: 15px;
}
.sec01__evolution__title {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 90px;
  margin-bottom: 40px;
  border-radius: 45px;
  border: solid 3px #8dc316;
  background: #fff;
  font-size: 20px;
  line-height: 1.7;
  text-align: center;
}
.sec01__evolution__body {
  display: flex;
  align-items: center;
  gap: 19px;
}
.sec01__evolution__image {
  flex: 0 0 216px;
}
.sec01__evolution__points {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.sec01__evolution__points li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 13px 10px 13px 15px;
  border: solid 2px #8dc316;
  background: #fff;
}
.sec01__evolution__points li > i {
  flex: 0 0 30px;
}
.sec01__evolution__points li > span {
  flex: 1 0 0%;
  font-size: 18px;
  font-weight: bold;
}
.sec01__evolution__points li > span sup {
  display: inline-block;
  vertical-align: text-top;
  font-size: 14px;
  font-weight: normal;
}
.sec01__panel {
  position: relative;
  margin-top: 60px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 5px 5px 0 0 #c6ccc2;
  padding: 50px 30px 25px;
}
.sec01__panel strong {
  color: #eb6100;
}
.sec01__panel__title {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  padding: 13px 50px 11px;
  background: #fff;
  border: solid 3px #8dc316;
  border-radius: 30px;
  font-size: 20px;
  line-height: 1;
  white-space: nowrap;
}
.sec01__panel__title::after {
  content: "";
  display: block;
  width: 20px;
  height: 23px;
  background: url("/b_solution/office/workplace_saving/images/sec1/bg_title.png") no-repeat;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 100%);
}
.sec01__panel__qa {
  display: table;
  margin: 0 auto;
}
.sec01__panel__qa > li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
}
.sec01__panel__qa > li + li {
  margin-top: 5px;
}
.sec01__panel__qa > li i {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 34px;
  height: 34px;
  border-radius: 20px;
  background: #818286;
  color: #fff;
  font-style: normal;
  font-weight: bold;
}
.sec01__panel__qa > li span {
  flex: 0 0 auto;
}
.sec01__panel__qa > li:nth-child(2) i {
  background: #008463;
}
.sec01__panel__qa > li:nth-child(2) span {
  font-weight: bold;
}
.sec01__btn {
  margin-top: 40px;
}
.sec01__btn a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  width: 100%;
  max-width: 600px;
  height: 60px;
  border-radius: 30px;
  background: #008463;
  font-size: 18px;
  color: #fff !important;
  text-decoration: none !important;
  font-weight: bold;
  text-align: center;
}
.sec01__btn a::after {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  background: url(/b_solution/office/common/images/icn_arw_w.svg) no-repeat;
  background-size: 22px 22px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  .sec01__row--center {
    align-items: center;
  }
  .sec01__row > div:nth-child(1) {
    flex: 0 0 461px;
  }
  .sec01__row > div:nth-child(2) {
    flex: 1 0 0%;
  }
}
@media only screen and (max-width: 767px) {
  .sec01__row {
    flex-direction: column;
    gap: 6.66667vw;
  }
  .sec01__row + .sec01__row {
    margin-top: 13.33333vw;
  }
  .sec01__row--center img {
    width: 100%;
    height: auto;
  }
  .sec01__col > h3 {
    font-size: 5.33333vw;
    line-height: 1.3;
  }
  .sec01__col > h3 sup {
    font-size: 3.2vw;
  }
  .sec01__col > h3 small {
    font-size: 4.8vw;
  }
  .sec01__col > p {
    font-size: 4vw;
  }
  .sec01__col > p sup {
    font-size: 3.2vw;
  }
  .sec01__evolution {
    padding: 0;
  }
  .sec01__evolution__title {
    margin: 0 auto 7.6vw;
    height: 16.8vw;
    max-width: 83.06667vw;
    border-width: 0.8vw;
    border-radius: 8.4vw;
    font-size: 3.73333vw;
  }
  .sec01__evolution__body {
    gap: 1.33333vw;
  }
  .sec01__evolution__image {
    flex: 0 0 44.8vw;
    text-align: right;
  }
  .sec01__evolution__image img {
    width: 40.26667vw;
    height: auto;
  }
  .sec01__evolution__points {
    gap: 2vw;
    width: 40vw;
  }
  .sec01__evolution__points li {
    gap: 2vw;
    padding: 2vw 2.66667vw;
  }
  .sec01__evolution__points li > i {
    flex: 0 0 5.6vw;
  }
  .sec01__evolution__points li > i img {
    width: 100%;
    height: auto;
  }
  .sec01__evolution__points li > span {
    flex: 0 0 auto;
    font-size: 3.2vw;
  }
  .sec01__evolution__points li > span sup {
    font-size: 2.66667vw;
  }
  .sec01__panel {
    margin-top: 12vw;
    padding: 9.33333vw 4.53333vw 4.66667vw;
  }
  .sec01__panel__title {
    padding: 2.4vw 6.66667vw 2.13333vw;
    font-size: 4vw;
  }
  .sec01__panel__qa > li {
    font-size: 3.73333vw;
  }
  .sec01__panel__qa > li + li {
    margin-top: 1.86667vw;
  }
  .sec01__panel__qa > li span {
    flex: 1 0 0%;
  }
  .sec01__panel__qa > li:nth-child(2) {
    align-items: flex-start;
  }
  .sec01__panel__qa > li:nth-child(2) span {
    padding-top: .5em;
  }
  .sec01__btn {
    margin-top: 6.66667vw;
  }
  .sec01__btn a {
    height: 16vw;
    border-radius: 8vw;
    font-size: 4vw;
  }
  .sec01__btn a::after {
    width: 5.86667vw;
    height: 5.86667vw;
    background-size: 5.86667vw 5.86667vw;
    right: 2.93333vw;
  }
}

/* sec02
======================================= */
.sec02__graph {
  margin-bottom: 60px;
  text-align: center;
}
.sec02__graphs {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
.sec02__graphs h3 {
  margin-bottom: 1em;
  font-size: 24px;
}
.sec02__assessment {
  margin-top: 100px;
}
.sec02__assessment__title {
  margin-bottom: 1em;
  font-size: 35px;
  text-align: center;
}
.sec02__assessment__image {
  border: solid 3px #8dc316;
}
@media only screen and (max-width: 767px) {
  .sec02__graph {
    margin-bottom: 8vw;
  }
  .sec02__graph img {
    width: 100%;
    max-width: 67.86667vw;
    height: auto;
  }
  .sec02__graphs {
    flex-direction: column;
    gap: 8vw;
    margin-bottom: 8vw;
  }
  .sec02__graphs img {
    width: 100%;
    height: auto;
  }
  .sec02__graphs h3 {
    font-size: 4.53333vw;
  }
  .sec02__assessment {
    margin-top: 12vw;
  }
  .sec02__assessment__title {
    font-size: 5.33333vw;
  }
}
