/* kv
======================================= */
.kv {
  padding: 30px 0;
  background: #e35239;
  color: #fff;
}
.kv--lc2 {
  background: #cb2f2d;
}
.kv--lc3 {
  background: #a83535;
}
.kv__inner {
  display: flex;
  align-items: center;
  width: 1240px;
  margin: 0 auto;
}
.kv__main {
  flex: 1 0 0%;
}
.kv__ill {
  flex: 0 0 451px;
}
.kv__ill img {
  max-width: 451px;
}
.kv__title {
  font-size: 40px;
  line-height: 1.3;
}
.kv__lead {
  margin-top: .4em;
  font-size: 30px;
  line-height: 1.5;
}
@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: 50%;
    transform: translateY(-50%);
  }
  .kv__ill img {
    width: 39.86667vw;
  }
  .kv__title {
    width: 56vw;
    font-size: 4.8vw;
  }
  .kv__lead {
    margin-top: .75em;
    font-size: 4vw;
  }
}

/* section
======================================= */
.section {
  padding: 100px 0;
  background: #fff;
}
.section--bg {
  background: #f4f4f4;
}
.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__title {
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 30px;
  text-align: center;
}
.sec01__title::after {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  background: #333;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.sec01__title h2 {
  margin-bottom: .2em;
  font-size: 40px;
  font-weight: 500;
}
.sec01__title p {
  font-size: 22px;
}
.sec01__text {
  font-size: 18px;
}
.sec01__text strong {
  font-size: 1.11em;
}
.sec01__point {
  margin: 2.5em auto;
  padding: 30px 40px;
  display: table;
  background: #fff;
}
.sec01__point p {
  margin-bottom: 1em;
  font-size: 18px;
}
.sec01__point ol {
  list-style: none;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
}
.sec01__point ol > li {
  display: flex;
  align-items: center;
  gap: .6em;
}
.sec01__point ol > li i {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 1.7em;
  width: 1.7em;
  height: 1.7em;
  border-radius: .9em;
  background: #e35239;
  font-style: normal;
  color: #fff;
}
.sec01__point ol > li:nth-of-type(2) i {
  background: #cb2f2d;
}
.sec01__point ol > li:nth-of-type(3) i {
  background: #741e1e;
}
.sec01__point ol > li + li {
  margin-top: .5em;
}
@media only screen and (max-width: 767px) {
  .sec01__title {
    padding-bottom: 4vw;
    margin-bottom: 5.33333vw;
  }
  .sec01__title::after {
    width: 8vw;
    height: 0.53333vw;
  }
  .sec01__title h2 {
    font-size: 5.33333vw;
  }
  .sec01__title p {
    font-size: 4vw;
  }
  .sec01__text {
    font-size: 4vw;
  }
  .sec01__point {
    display: block;
    margin: 2em 0;
    padding: 4vw 5.33333vw;
  }
  .sec01__point p {
    font-size: 4vw;
  }
  .sec01__point ol {
    font-size: 4.26667vw;
  }
  .sec01__point ol > li {
    align-items: flex-start;
  }
  .sec01__point ol > li span {
    padding-top: .25em;
    line-height: 1.3;
  }
}

/* sec02
======================================= */
.sec02__intro {
  margin-bottom: 5em;
}
.sec02__intro p {
  font-size: 18px;
  line-height: 1.77;
}
.sec02__intro p sup {
  font-size: 14px;
  vertical-align: text-top;
}
.sec02__intro p + p,
.sec02__intro p + ul {
  margin-top: 1em;
}
.sec02__intro .iLink02 {
  padding-top: 0;
}
.sec02__intro div {
  margin-top: 2em;
  padding: 1em 2em;
  border: solid 2px #ccc;
  font-size: 14px;
}
.sec02__row {
  display: flex;
  margin: 5em 0;
}
.sec02__row__figure {
  margin: 0;
}
.sec02__row__figure figcaption {
  margin-top: .5em;
  font-size: 14px;
}
.sec02__row__text h3 {
  margin-bottom: .4em;
  font-size: 22px;
  font-weight: bold;
}
.sec02__row__text p {
  font-size: 18px;
  line-height: 1.77;
}
.sec02__row__text p + p {
  margin-top: 1em;
}
.sec02__note {
  margin: 4em 0;
}
.sec02__note .section__notes {
  display: table;
  margin-left: auto;
}
.sec02__outro {
  font-size: 18px;
}
.sec02__outro ul {
  text-align: center;
}
.sec02__movie {
  background: #fff;
  box-shadow: 0 0 30px 0 rgba(227, 82, 57, 0.2);
}
.sec02__movie-wrap {
  margin: 50px auto 80px;
  max-width: 590px;
}
.sec02__movie__title {
  padding: .5em .5em .4em;
  background: #e35239;
  color: #fff;
  font-size: 20px;
  text-align: center;
}
.sec02__movie__body {
  padding: 30px;
}
.sec02__movie__thumb {
  width: 315px;
  margin: 0 auto;
}
.sec02__movie__thumb a {
  position: relative;
  display: block;
}
.sec02__movie__thumb a::after {
  content: "";
  display: block;
  width: 62px;
  height: 62px;
  background: url("/b_solution/office/common/images/workstyle_lc/icn_play.svg") no-repeat;
  background-size: 62px 62px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.sec02__movie__lead {
  margin: 1.5em 0 0 0;
  font-size: 16px;
}
@media (min-width: 768px) {
  .sec02__row {
    gap: 40px;
  }
  .sec02__row__figure {
    flex: 0 0 540px;
  }
  .sec02__row__text {
    flex: 1 0 0%;
  }
  .sec02__row__text .iLink02 {
    background-position: left top .6em;
  }
  .sec02__row--rev {
    flex-direction: row-reverse;
  }
  .sec02__outro__lilycolor {
    display: flex;
    gap: 30px;
    margin-bottom: 65px;
  }
  .sec02__outro__lilycolor p {
    flex: 1 0 0%;
    line-height: 1.77;
  }
  .sec02__outro__lilycolor ul {
    flex: 0 0 690px;
  }
}
@media only screen and (max-width: 767px) {
  .sec02__intro p {
    font-size: 4vw;
    line-height: 1.5;
  }
  .sec02__intro p sup {
    font-size: 3.2vw;
  }
  .sec02__intro .iLink02,
  .sec02__intro .iPop01 {
    display: inline;
  }
  .sec02__intro div {
    padding: 1em;
    font-size: 3.2vw;
  }
  .sec02__row {
    flex-direction: column;
    gap: 2em;
    margin: 3em 0;
  }
  .sec02__row__figure figcaption {
    font-size: 3.2vw;
  }
  .sec02__row__text h3 {
    font-size: 4.53333vw;
  }
  .sec02__row__text p {
    font-size: 4vw;
    line-height: 1.5;
  }
  .sec02__note {
    margin: -1em 0 3em;
  }
  .sec02__outro {
    font-size: 4vw;
    line-height: 1.5;
  }
  .sec02__outro__lilycolor {
    margin-bottom: 6.66667vw;
  }
  .sec02__outro__lilycolor p {
    margin-bottom: 1em;
  }
  .sec02__movie-wrap {
    margin: 10.66667vw auto 13.33333vw;
    max-width: unset;
  }
  .sec02__movie__title {
    font-size: 4vw;
  }
  .sec02__movie__body {
    padding: 6.66667vw 5.33333vw;
  }
  .sec02__movie__thumb {
    width: 63.06667vw;
  }
  .sec02__movie__thumb a::after {
    width: 10.26667vw;
    height: 10.26667vw;
    background-size: 10.26667vw 10.26667vw;
  }
  .sec02__movie__lead {
    font-size: 4vw;
  }
}
