@charset "UTF-8";
/*************************************************

discussion-common

*************************************************/
/* discussion-common-title01
---------------------------------------*/
.discussion-common-title01 {
  margin-bottom: 3rem;
  font-size: 4.6rem;
  font-weight: 700;
  line-height: 1.3043;
}
@media screen and (max-width: 767px) {
  .discussion-common-title01 {
    margin-bottom: 2.5rem;
    margin-right: -1rem;
  }
}

.discussion-common-title02 {
  display: block;
  margin-bottom: 2rem;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(1%, #009ed1), to(#009957));
  background: linear-gradient(0deg, #009ed1 1%, #009957 100%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  font-size: 4.5rem;
  line-height: 1.3333;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .discussion-common-title02 {
    font-size: 5.8rem;
  }
}
.discussion-common-title02 sup {
  font-size: 0.5em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .discussion-common-title02.is-sp-center {
    text-align: center;
  }
}

.discussion-common-cap {
  color: #757575;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .discussion-common-cap {
    font-size: 2rem;
  }
}

.discussion-common-border {
  margin: 4rem auto;
  padding: 0;
  height: 2px;
  background-color: #e0e0e0;
  border: none;
}
@media screen and (max-width: 767px) {
  .discussion-common-border {
    height: 1px;
    margin: 3.5rem auto;
  }
}

/* discussion-common-text01
---------------------------------------*/
.discussion-common-text01 {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .discussion-common-text01 {
    font-size: 2.6rem;
  }
}

/* discussion-common-netbox
---------------------------------------*/
.discussion-common-netbox {
  position: relative;
  padding: 7rem 6rem 6rem;
}
@media screen and (max-width: 767px) {
  .discussion-common-netbox {
    padding: 7rem 3.5rem 4rem;
  }
  .discussion-chapter-whitebox .discussion-common-netbox {
    margin-left: -2rem;
    margin-right: -2rem;
  }
}
.discussion-common-netbox > * {
  position: relative;
  z-index: 5;
}
.discussion-common-netbox::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #e6e6e6 calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #e6e6e6 calc(100% - 1px));
  background-size: 7px 7px;
  background-repeat: repeat;
  background-color: #f4f4f4;
  background-position: center center;
  border-radius: 1.6rem;
  z-index: 1;
}

.discussion-common-netbox__title {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}
@media screen and (max-width: 767px) {
  .discussion-common-netbox__title {
    font-size: 3.1rem;
  }
}
.discussion-common-netbox__title .in-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 5.2rem;
  padding: 0 3.5rem 0.1em;
  border-radius: 10rem;
  background-color: #333;
}
@media screen and (max-width: 767px) {
  .discussion-common-netbox__title .in-text {
    width: calc(100% - 3rem);
    height: 7rem;
    padding: 0 0 0.1em;
  }
}
.discussion-common-netbox__title.is-sp-center {
  text-align: center;
}

.discussion-common-netinbox {
  padding: 5rem;
  background-color: #fff;
  border-radius: 1.6rem;
  -webkit-box-shadow: 0 0 2rem rgba(54, 54, 54, 0.2);
          box-shadow: 0 0 2rem rgba(54, 54, 54, 0.2);
}
@media screen and (max-width: 767px) {
  .discussion-common-netinbox {
    padding: 4rem 3.5rem 5rem;
    -webkit-box-shadow: 0 0 3rem rgba(54, 54, 54, 0.25);
            box-shadow: 0 0 3rem rgba(54, 54, 54, 0.25);
  }
}

/* discussion-common-dottext
---------------------------------------*/
.discussion-common-dottext {
  position: relative;
  padding-left: 1.25em;
  font-weight: 700;
}
.discussion-common-dottext::before {
  position: absolute;
  top: 0.35em;
  left: 0;
  display: block;
  content: "●";
  color: #0090be;
  font-size: 0.75em;
}

/*************************************************

discussion-navs

*************************************************/
.discussion-navs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3.5rem 3rem;
  margin: 8rem auto 8rem;
}
@media screen and (max-width: 767px) {
  .discussion-navs {
    gap: 5rem 4rem;
    width: min(77rem, 100% - 10rem);
    margin-bottom: 10rem;
  }
}

@media screen and (max-width: 767px) {
  .discussion-navs__item {
    width: calc(50% - 2rem);
  }
}

.discussion-navs__acnhor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 1.5rem;
  color: #5fc198;
  font-size: 1.8rem;
  font-weight: 700;
  border-bottom: #5fc198 solid 0.4rem;
  text-decoration: none;
  line-height: 1.4286;
}
@media screen and (max-width: 767px) {
  .discussion-navs__acnhor {
    font-size: 2.8rem;
    padding-bottom: 2rem;
    border-width: 2px;
  }
}
.discussion-navs__acnhor .in-text {
  position: relative;
  padding-left: 2.7rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .discussion-navs__acnhor .in-text {
    padding-left: 4.5rem;
  }
}
.discussion-navs__acnhor .in-text::after {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  content: "";
  width: 0.5em;
  height: 0.5em;
  margin-top: -0.4em;
  border-bottom: 2px solid #5fc198;
  border-right: 2px solid #5fc198;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .discussion-navs__acnhor .in-text::after {
    left: 1.4rem;
    margin-top: -0.3em;
    border-width: 1px;
  }
}

/*************************************************

discussion-mv

*************************************************/
.discussion-mv {
  position: relative;
  line-height: 0;
  z-index: 2;
}
.discussion-mv img {
  width: 100%;
}

/*************************************************

discussion-bgarea01

*************************************************/
.discussion-bgarea01 {
  position: relative;
  margin-top: -11rem;
  padding-bottom: 10rem;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .discussion-bgarea01 {
    margin-top: -19rem;
  }
}
.discussion-bgarea01::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 11rem + 1px);
  display: block;
  content: "";
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #00945e calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #00945e calc(100% - 1px));
  background-size: 7px 7px;
  background-repeat: repeat;
  background-color: #0da26c;
  background-position: center center;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .discussion-bgarea01::before {
    height: calc(100% - 19rem + 1px);
  }
}
.discussion-bgarea01::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 11rem + 1px);
  display: block;
  content: "";
  background: linear-gradient(10deg, rgb(1, 159, 210) 0%, rgba(0, 158, 209, 0) 60%);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .discussion-bgarea01::after {
    height: calc(100% - 19rem + 1px);
    background: -webkit-gradient(linear, left bottom, left top, from(rgb(1, 159, 210)), color-stop(90%, rgba(0, 158, 209, 0)));
    background: linear-gradient(0deg, rgb(1, 159, 210) 0%, rgba(0, 158, 209, 0) 90%);
  }
}

/*************************************************

discussion-lead

*************************************************/
.discussion-lead {
  position: relative;
  overflow: hidden;
  z-index: 5;
}

.discussion-lead__ajust {
  position: relative;
}

.discussion-lead__inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  max-width: 90rem;
  margin-left: auto;
  padding: 5rem 0 5rem 7rem;
}
@media screen and (max-width: 767px) {
  .discussion-lead__inner {
    max-width: none;
    margin-left: 5rem;
    padding: 5rem 0 5rem 6rem;
  }
}
.discussion-lead__inner > * {
  position: relative;
  z-index: 2;
}
.discussion-lead__inner::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 200vw;
  height: 100%;
  display: block;
  content: "";
  background-color: #fff;
  border-radius: 1.6rem 0 0 1.6rem;
  z-index: 1;
}
.discussion-lead__inner .parts-texts18 {
  font-weight: 700;
}

.discussion-lead__blow {
  position: absolute;
  top: 5rem;
  left: 0;
  width: 13rem;
}
@media screen and (max-width: 767px) {
  .discussion-lead__blow {
    top: 9rem;
    left: -5rem;
    width: 6.8rem;
  }
}

.discussion-lead__title {
  margin-bottom: 2rem;
  font-size: 4.6rem;
  font-weight: 700;
  line-height: 1.3333;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .discussion-lead__title {
    font-size: 4.6rem;
  }
}

/*************************************************

discussion-subimg

*************************************************/
.discussion-subimg {
  position: relative;
  line-height: 0;
}
.discussion-subimg img {
  width: 100%;
}

/*************************************************

discussion-chapter

*************************************************/
.discussion-chapter {
  overflow: hidden;
  position: relative;
  padding-bottom: 10rem;
  z-index: 2;
}

.discussion-chapter-box__inner {
  max-width: 100rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .discussion-chapter-box__inner {
    padding: 0 5rem;
  }
}

.discussion-chapter-box {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 120rem;
  margin: 0 auto;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .discussion-chapter-box {
    margin-right: 5rem;
  }
  .is-green .discussion-chapter-box {
    margin: 0 0 0 5rem;
  }
}
.discussion-chapter-box > * {
  position: relative;
  z-index: 5;
}
.discussion-chapter-box::before {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  content: "";
  width: 200vw;
  height: calc(100% - 4rem);
  background-color: #fff;
  border-radius: 1.6rem;
  z-index: 1;
}
.is-green .discussion-chapter-box::before {
  left: 0;
  right: auto;
}

.discussion-chapter-whiteboxwrap {
  position: relative;
  margin-top: -5.5rem;
  z-index: 5;
}
.discussion-chapter-whiteboxwrap::before {
  position: absolute;
  top: 5.5rem;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 75rem;
  background: url(../images/workstyle/04/bg01.jpg) repeat-x center top/auto 100%;
  z-index: 1;
}

.discussion-chapter-whitebox {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: min(120rem, 100%);
  margin: 0 auto;
  padding: 8rem 7.5rem;
  border-radius: 1.6rem;
  background-color: #fff;
  -webkit-box-shadow: 0 0 2rem rgba(54, 54, 54, 0.2);
          box-shadow: 0 0 2rem rgba(54, 54, 54, 0.2);
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .discussion-chapter-whitebox {
    width: min(120rem, 100% - 10rem);
    padding: 5rem 5rem;
    -webkit-box-shadow: 0 0 3rem rgba(54, 54, 54, 0.25);
            box-shadow: 0 0 3rem rgba(54, 54, 54, 0.25);
  }
}

.discussion-chapter-labelwrap {
  position: relative;
  max-width: 100rem;
  margin: 0 auto;
  z-index: 6;
}
@media screen and (max-width: 767px) {
  .discussion-chapter-labelwrap {
    padding: 0 5rem;
  }
}

.discussion-chapter-label {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 35rem;
  height: 14rem;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .discussion-chapter-label {
    width: 40rem;
    height: 12rem;
  }
}
.discussion-chapter-label::before, .discussion-chapter-label::after {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  content: "";
  height: 100%;
}
.discussion-chapter-label::before {
  width: 200vw;
  background-color: #009ed1;
  z-index: 1;
}
.discussion-chapter-label::after {
  width: 100%;
  background: linear-gradient(47deg, rgba(0, 158, 209, 0) 20%, #009957 50%);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .discussion-chapter-label::after {
    width: 84%;
  }
}
.is-green .discussion-chapter-label {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 5rem;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .is-green .discussion-chapter-label {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.is-green .discussion-chapter-label::before, .is-green .discussion-chapter-label::after {
  right: auto;
  left: 0;
}
.is-green .discussion-chapter-label::before {
  background-color: #009957;
}
.is-green .discussion-chapter-label::after {
  background: linear-gradient(-127deg, rgba(0, 158, 209, 0) 20%, #009ed1 50%);
}

.discussion-chapter-label__text {
  position: relative;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .discussion-chapter-label__text {
    padding-left: 10rem;
  }
}

.discussion-chapter-mv {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 34.5rem;
  margin-top: -7rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .discussion-chapter-mv {
    height: 46rem;
  }
}

.discussion-chapter-mv__title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  font-size: 7rem;
  line-height: 1.2571;
  z-index: 2;
}
.discussion-chapter-mv__title .in-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 4.8rem;
  height: 1.2571em;
  line-height: 0;
}
.discussion-chapter-mv__title .in-text {
  color: #fff;
  font-weight: 900;
}

.discussion-chapter-mv__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 0;
  z-index: 1;
}
.discussion-chapter-mv__img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.discussion-chapter-title {
  font-size: 4.6rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 6rem;
}

/*************************************************

chapter01

*************************************************/
.chapter01-flex01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4.5rem;
  margin-top: 3.5rem;
}
@media screen and (max-width: 767px) {
  .chapter01-flex01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.chapter01-flex01-img {
  max-width: 48rem;
  line-height: 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .chapter01-flex01-img {
    max-width: none;
  }
}
.chapter01-flex01-img img {
  -webkit-filter: drop-shadow(0 0 1rem rgba(54, 54, 54, 0.14));
          filter: drop-shadow(0 0 1rem rgba(54, 54, 54, 0.14));
}

/*************************************************

chapter02

*************************************************/
/* chapter02-list01
---------------------------------------*/
.chapter02-list01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .chapter02-list01 {
    position: relative;
    background-color: #fff;
    border-radius: 1.6rem;
    -webkit-box-shadow: 0 0 2rem rgba(54, 54, 54, 0.2);
            box-shadow: 0 0 2rem rgba(54, 54, 54, 0.2);
  }
  .chapter02-list01::before {
    position: absolute;
    top: 5rem;
    left: 50%;
    display: block;
    content: "";
    width: 2px;
    height: calc(100% - 10rem);
    background-color: #e0e0e0;
  }
}
@media screen and (max-width: 767px) {
  .chapter02-list01 {
    gap: 4.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (min-width: 768px) {
  .chapter02-list01__item {
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 50%;
    padding: 5rem;
  }
  .chapter02-list01__item:nth-child(odd)::before {
    position: absolute;
    top: 0;
    left: 5rem;
    display: block;
    content: "";
    width: calc(200% - 10rem);
    height: 2px;
    background-color: #e0e0e0;
  }
  .chapter02-list01__item:first-child::before {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .chapter02-list01__item {
    padding: 4rem 3.5rem 5rem;
    background-color: #fff;
    border-radius: 1.6rem;
    -webkit-box-shadow: 0 0 3rem rgba(54, 54, 54, 0.25);
            box-shadow: 0 0 3rem rgba(54, 54, 54, 0.25);
  }
}

.chapter02-list01__lead {
  margin-bottom: 1rem;
  font-size: 2.4rem;
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .chapter02-list01__lead {
    font-size: 3rem;
  }
}

.chapter02-list01__title {
  text-align: center;
}

.chapter02-list01__text {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

/* chapter02-graybox
---------------------------------------*/
.chapter02-graybox {
  padding: 2rem 3rem;
  background-color: #f4f4f4;
}

.chapter02-graybox__title {
  font-weight: 700;
}

/* chapter02-list02
---------------------------------------*/
.chapter02-list02 {
  position: relative;
  background-color: #fff;
  padding: 5rem;
  border-radius: 1.6rem;
  -webkit-box-shadow: 0 0 2rem rgba(54, 54, 54, 0.2);
          box-shadow: 0 0 2rem rgba(54, 54, 54, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .chapter02-list02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-shadow: 0 0 3rem rgba(54, 54, 54, 0.25);
            box-shadow: 0 0 3rem rgba(54, 54, 54, 0.25);
  }
}

@media screen and (min-width: 768px) {
  .chapter02-list02__item {
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 50%;
  }
  .chapter02-list02__item:nth-child(odd) {
    padding-right: 5rem;
  }
  .chapter02-list02__item:nth-child(even) {
    padding-left: 5rem;
  }
  .chapter02-list02__item:nth-child(even)::before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: "";
    width: 2px;
    height: 100%;
    background-color: #e0e0e0;
  }
}
@media screen and (max-width: 767px) {
  .chapter02-list02__item + .chapter02-list02__item {
    margin-top: 4rem;
    padding-top: 4rem;
    border-top: #e0e0e0 solid 1px;
  }
}

.chapter02-list02__title {
  font-size: 3.5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .chapter02-list02__title {
    margin-left: -3rem;
    margin-right: -3rem;
  }
}
@media screen and (max-width: 767px) {
  .chapter02-list02__title {
    font-size: 4.8rem;
  }
}

.chapter02-list02__text {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

/* chapter02-netwrap01
---------------------------------------*/
.chapter02-netwrap01 {
  position: relative;
}
.chapter02-netwrap01 > * {
  position: relative;
  z-index: 5;
}
.chapter02-netwrap01::before {
  position: absolute;
  top: -8rem;
  left: 0;
  width: calc(50% + 27.5rem);
  height: 78rem;
  display: block;
  content: "";
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #e6e6e6 calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #e6e6e6 calc(100% - 1px));
  background-size: 7px 7px;
  background-repeat: repeat;
  background-color: #f4f4f4;
  background-position: center center;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .chapter02-netwrap01::before {
    width: calc(50% + 18rem);
    height: 200rem;
    border-radius: 0 1.6rem 0 0;
  }
}
@media screen and (max-width: 767px) {
  .chapter02-netwrap01 .discussion-chapter-whitebox {
    width: auto;
    margin-left: 5rem;
    padding: 5rem 5rem 5rem 3.5rem;
  }
}

/* chapter02-ringlist
---------------------------------------*/
.chapter02-ringlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2.7rem 0;
}
@media screen and (max-width: 767px) {
  .chapter02-ringlist {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3rem 0;
  }
}

.chapter02-ringlist__item {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc(50% - 1.3rem);
  padding: 3rem 0 3rem 9rem;
  font-size: 2.4rem;
  font-weight: 700;
  border-radius: 1.6rem;
  -webkit-box-shadow: 0 0 2rem rgba(54, 54, 54, 0.2);
          box-shadow: 0 0 2rem rgba(54, 54, 54, 0.2);
}
@media screen and (max-width: 767px) {
  .chapter02-ringlist__item {
    width: 100%;
    padding: 4rem 0 4rem 9.5rem;
    font-size: 2.8rem;
  }
}
.chapter02-ringlist__item::before {
  position: absolute;
  top: 3.4rem;
  left: 4rem;
  display: block;
  content: "";
  width: 3.8rem;
  height: 3.8rem;
  background: url(../images/workstyle/04/circle01.png) no-repeat center center/100% auto;
}
@media screen and (max-width: 767px) {
  .chapter02-ringlist__item::before {
    top: 4.4rem;
  }
}

/* chapter02-pamphlet
---------------------------------------*/
.chapter02-pamphlet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 6rem;
  border-radius: 1.6rem;
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #ecf2f3 calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #ecf2f3 calc(100% - 1px));
  background-size: 7px 7px;
  background-repeat: repeat;
  background-color: #f3f9fa;
  background-position: center center;
}
@media screen and (max-width: 767px) {
  .chapter02-pamphlet {
    display: block;
    padding: 3.5rem;
  }
}
@media screen and (min-width: 768px) {
  .chapter02-pamphlet .parts-button01 {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.chapter02-pamphlet .parts-button01__anchor {
  width: min(38rem, 100%);
}

.chapter02-pamphlet__img {
  width: 54rem;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .chapter02-pamphlet__img {
    width: auto;
    margin-top: 2rem;
  }
}

@media screen and (min-width: 768px) {
  .chapter02-pamphlet__img-el {
    margin: -2rem 0 0 -1rem;
  }
}

.chapter02-pamphlet__letters {
  -ms-flex-item-align: center;
      align-self: center;
  width: 45rem;
}
@media screen and (max-width: 767px) {
  .chapter02-pamphlet__letters {
    width: auto;
  }
}

.chapter02-pamphlet__title {
  margin-bottom: 1.6rem;
  font-size: 2.6rem;
  color: #009ed1;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .chapter02-pamphlet__title {
    font-size: 3.6rem;
  }
}

.chapter02-pamphlet__list-item {
  position: relative;
  padding-left: 1.25em;
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .chapter02-pamphlet__list-item {
    font-size: 2.8rem;
  }
}
.chapter02-pamphlet__list-item::before {
  position: absolute;
  top: 0.35em;
  left: 0;
  display: block;
  content: "●";
  color: #0090be;
  font-size: 0.75em;
}

/*************************************************

chapter03

*************************************************/
@media screen and (max-width: 767px) {
  .chapter03 {
    padding-bottom: 0;
  }
}

/* chapter03-lead
---------------------------------------*/
.chapter03-lead {
  margin-top: 6.7rem;
}

.chapter03-lead__title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 3;
}
.chapter03-lead__title .in-title {
  padding: 0.5rem 4rem;
  color: #fff;
  font-weight: 700;
  font-size: 2.8rem;
  background: linear-gradient(47deg, #009957 20%, #009ed1 50%);
  border-radius: 10rem;
}
@media screen and (max-width: 767px) {
  .chapter03-lead__title .in-title {
    font-size: 3.2rem;
  }
}

.chapter03-lead__body {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -4rem;
  border: #4cb789 solid 0.6rem;
  border-radius: 2rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .chapter03-lead__body {
    display: block;
    border-radius: 2.5rem;
    border-width: 0.8rem;
  }
}

.chapter03-lead__img {
  width: 45rem;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .chapter03-lead__img {
    width: 100%;
  }
}

.chapter03-lead__letters {
  width: 55rem;
}
@media screen and (max-width: 767px) {
  .chapter03-lead__letters {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    padding: 3rem 2rem;
  }
}

.chapter03-lead__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.3rem 0;
}
@media screen and (max-width: 767px) {
  .chapter03-lead__list {
    gap: 2.5rem 0;
  }
}

.chapter03-lead__list-item {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 5rem;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .chapter03-lead__list-item {
    font-size: 3rem;
  }
}
.chapter03-lead__list-item::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  content: "";
  width: 3.8rem;
  height: 3.8rem;
  background: url(../images/workstyle/04/circle01.png) no-repeat center center/100% auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .chapter03-lead__list-item::before {
    top: 0.2rem;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

/* chapter03-voice
---------------------------------------*/
.chapter03-voice {
  margin-top: 9rem;
}

.chapter03-voice-title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .chapter03-voice-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 1.5rem;
  }
}
.chapter03-voice-title .in-title {
  width: 14.3rem;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .chapter03-voice-title .in-title {
    width: 20rem;
  }
}
.chapter03-voice-title .in-text {
  font-size: 2.6rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .chapter03-voice-title .in-text {
    margin-left: 3.5rem;
    font-size: 3.1rem;
  }
}

.chapter03-voice-body {
  overflow: hidden;
  position: relative;
  margin-top: -2rem;
  border-radius: 1.6rem;
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #e9e9e9 calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #e9e9e9 calc(100% - 1px));
  background-size: 7px 7px;
  background-repeat: repeat;
  background-color: #f3f3f3;
  background-position: center center;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .chapter03-voice-body {
    margin-top: -9rem;
  }
}

.chapter03-voice-body__inner {
  padding: 6rem 5.5rem 5rem;
}
@media screen and (max-width: 767px) {
  .chapter03-voice-body__inner {
    padding: 13rem 3rem 7rem;
  }
}

.chapter03-voice-box {
  padding: 3rem 0 4rem;
  background-color: #fff;
  border-radius: 1.6rem;
}
@media screen and (max-width: 767px) {
  .chapter03-voice-box {
    padding: 3.5rem 0 4.5rem;
  }
}

.chapter03-voice-box__title {
  position: relative;
  margin: 0 4rem 3rem 0;
}
@media screen and (max-width: 767px) {
  .chapter03-voice-box__title {
    margin-right: 1.5rem;
  }
}
.chapter03-voice-box__title .in-icon {
  position: absolute;
  top: 50%;
  left: 0;
  width: 10rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  line-height: 0;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .chapter03-voice-box__title .in-icon {
    left: -2.3rem;
    width: 12rem;
  }
}
.chapter03-voice-box__title .in-text {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2rem 4rem 2rem 12rem;
  color: #fff;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.3;
  background-color: #333333;
  border-radius: 10rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .chapter03-voice-box__title .in-text {
    margin-left: 2rem;
    padding-left: 10rem;
    color: #fff;
    font-size: 2.6rem;
  }
}

.chapter03-voice-box__body {
  margin: 0 5.5rem;
}

/* chapter03-president
---------------------------------------*/
.chapter03-president {
  overflow: hidden;
  position: relative;
  margin-top: 10rem;
  padding: 2rem;
}
@media screen and (max-width: 767px) {
  .chapter03-president {
    margin-top: 8rem;
    padding: 2.4rem;
  }
}
.chapter03-president::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  z-index: 1;
  border-radius: 3.2rem 1.6rem 1.6rem 3.2rem;
  background: linear-gradient(60deg, #009957 0%, #009ed1 100%);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .chapter03-president::before {
    border-radius: 1.6rem;
  }
}

.chapter03-president-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background-color: #fff;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .chapter03-president-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 9rem 2.5rem 0;
  }
}

.chapter03-president-label {
  position: absolute;
  top: -1.2rem;
  left: 0;
  padding: 0.5rem 2.4rem;
  color: #fff;
  font-size: 2.6rem;
  font-weight: 700;
  background: linear-gradient(60deg, #009957 0%, #009ed1 80%);
  border-radius: 0 10rem 10rem 0;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .chapter03-president-label {
    font-size: 3.3rem;
  }
}

.chapter03-president-letters {
  -ms-flex-item-align: center;
      align-self: center;
  width: 47rem;
  margin-right: 4rem;
  padding-top: 1rem;
}
@media screen and (max-width: 767px) {
  .chapter03-president-letters {
    width: auto;
    margin-right: 0;
    padding-top: 0;
  }
}

.chapter03-president-title {
  margin-bottom: 2rem;
  color: #009ed1;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .chapter03-president-title {
    margin-bottom: 3rem;
  }
}

.chapter03-president-texts > * {
  font-weight: 700;
  margin-bottom: 0.6em;
}
@media screen and (max-width: 767px) {
  .chapter03-president-texts > * {
    margin-bottom: 0;
  }
}

.chapter03-president-img {
  -ms-flex-item-align: end;
      align-self: flex-end;
  width: 41.2rem;
  margin: 0 2rem -2rem 0;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .chapter03-president-img {
    width: 43rem;
    margin: 2rem auto 0;
  }
}

/* chapter03-bnrs
---------------------------------------*/
.chapter03-bnrs {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: min(120rem, 100% - 10rem);
  margin: 8rem auto 0;
  padding: 6rem;
  background-color: #f4f4f4;
  border-radius: 2rem;
}

.chapter03-bnrs-inner {
  max-width: 87.5rem;
  margin: 0 auto;
}

.chapter03-bnrs-lead a {
  color: #3399cc;
}

.chapter03-bnrs-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .chapter03-bnrs-btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3rem;
  }
}

.chapter03-bnrs-btns__anchor {
  display: block;
  width: calc(50% - 1.5rem);
}
@media screen and (max-width: 767px) {
  .chapter03-bnrs-btns__anchor {
    width: auto;
    text-align: center;
  }
}