@charset "utf-8";

/* ↓↓↓ common ↓↓↓ */
.emphasis {
  padding-bottom: 40px;
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  position: relative;
  opacity: 0;
  transform: translateY(50px);
  transition: all 300ms 0s ease;
}

@media screen and (max-width: 1024px) {
  .emphasis {
    padding-bottom: 30px;
    font-size: 2.6rem;
    font-size: calc((26 - 22) * ((100vw - 375px) / (768 - 375)) + 22px);
  }
}

.emphasis::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 16px;
  border-radius: 6px;
  background-color: #00c8dc;
}

@media screen and (max-width: 1024px) {
  .emphasis::after {
    width: 32px;
    height: 12px;
    border-radius: 4px;
  }
}

/* ↑↑↑ common ↑↑↑ */

/* ↓↓↓ pagename ↓↓↓ */
.pagename.-supervision {
  max-width: 1440px;
  height: auto;
  min-height: 480px;
  margin: 0 auto;
  padding: 0;
  position: relative;
  background: none;
}

.pagename.-supervision .bg {
  width: 100%;
  height: 100%;
  display: block;
}

.pagename.-supervision .inner {
  max-width: 1220px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  margin: 0 auto;
  padding: 0 40px;
  display: block;
}

@media screen and (max-width: 480px) {
  .pagename.-supervision .inner {
    padding: 0 25px;
  }
}

.pagename.-supervision .name-wrap {
  width: 100%;
  height: 326px;
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  .pagename.-supervision .name-wrap {
    height: 220px;
  }
}

@media screen and (max-width: 480px) {
  .pagename.-supervision .name-wrap {
    height: 45.834vw;
  }
}

.pagename.-supervision .namegroup {
  height: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
}

/* ↑↑↑ pagename ↑↑↑ */

/* ↓↓↓ heading ↓↓↓ */
.heading {
  width: 100%;
  margin-top: -25%;
  padding: 0 40px;
  opacity: 0;
  transform: translateY(50px);
  transition: all 300ms 0s ease;
}

@media screen and (min-width: 1681px) {
  .heading {
    margin-top: -360px;
  }
}

@media screen and (max-width: 1024px) {
  .heading {
    margin-top: -200px;
  }
}

.heading .inner {
  max-width: 940px;
  margin: 0 auto;
  padding: 60px 4.412%;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1024px) {
  .heading .inner {
    background: url(../img/business/common/heading-bg.jpg) no-repeat;
    background-size: cover;
  }
}

.heading .caption-group .caption {
  font-size: calc((48 - 38) * ((100vw - 768px) / (1680 - 768)) + 38px);
  font-weight: bold;
  text-align: center;
  line-height: 1;
}

@media screen and (min-width: 1681px) {
  .heading .caption-group .caption {
    font-size: 4.8rem;
  }
}

@media screen and (max-width: 1024px) {
  .heading .caption-group .caption {
    font-size: calc((26 - 22) * ((100vw - 375px) / (768 - 375)) + 22px);
    line-height: 1.4;
  }
}

.heading .caption-group .subcaption {
  display: block;
  margin-top: 10px;
  text-align: center;
}

.heading .subhead {
  margin-top: 50px;
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .heading .subhead {
    margin-top: 5%;
    font-size: 1.6rem;
  }
}

.heading .text {
  margin-top: 30px;
  line-height: 2;
  text-align: justify;
  text-justify: inter-ideograph;
}

@media screen and (max-width: 1024px) {
  .heading .text {
    margin-top: 5%;
  }
}

/* ↑↑↑ heading ↑↑↑ */

/* ↓↓↓ box ↓↓↓ */
.box {
  width: 100%;
  padding: 0 40px;
  position: relative;
}

.box.-box1 {
  margin-top: 100px;
}

.box.-box2 {
  margin-top: 120px;
}

.box.-box4 {
  margin-bottom: 80px;
  padding-top: 80px;
  padding-bottom: 150px;
}

.box.-box4.-infra {
  margin-top: 115px;
}

@media screen and (max-width: 1024px) {
  .box.-box1 {
    margin-top: 10%;
  }

  .box.-box2 {
    margin-top: 15%;
  }

  .box.-box4 {
    margin-top: 10%;
    margin-bottom: 40px;
    padding-top: 11.5%;
    padding-bottom: 30px;
  }

  .box.-box4.-infra {
    margin-top: 60px;
  }
}

@media screen and (max-width: 480px) {
  .box {
    padding: 0 25px;
  }
}

.box .inner {
  max-width: 1140px;
  margin: 0 auto;
  position: relative;
}

.box .inner.-tile {
  max-width: 755px;
}

.square-group {
  width: 100%;
  margin-top: 40px;
  display: flex;
}

@media screen and (max-width: 1024px) {
  .square-group {
    flex-direction: column;
  }
}

.-tile .square-group {
  flex-wrap: wrap;
}

.square-group .item {
  width: 32.457%;
  margin-right: 1.3145%;
  opacity: 0;
  transform: translateY(50px);
  transition: all 300ms 0s ease;
}

.-tile .square-group .item {
  width: 49.007%;
  margin-right: 1.986%;
  margin-bottom: 1.986%;
}

@media screen and (max-width: 1024px) {
  .-tile .square-group .item,
  .square-group .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.-tile .square-group .item:nth-of-type(2n) {
  margin-right: 0;
}

.square-group .item:last-of-type {
  margin-right: 0;
}

.square-group .item .caption {
  padding: 10.812% 8.11% 8.11% 8.11%;
  text-align: center;
  line-height: 2;
  background-color: #e5eef5;
}

@media screen and (max-width: 1024px) {
  .square-group .item .caption {
    padding: 35px 20px 25px 20px;
  }
}

.square-group .item .caption b {
  display: block;
  margin-bottom: 10px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
}

@media screen and (max-width: 1024px) {
  .square-group .item .caption b {
    line-height: 1.4;
  }
}

.square-group .item .text {
  padding: 8.11%;
  line-height: 2;
  min-height: 190px;
  background-color: #e5f9fb;
  text-align: justify;
  text-justify: inter-ideograph;
}

@media screen and (max-width: 1024px) {
  .square-group .item .text {
    padding: 25px 20px;
    min-height: auto;
  }
}

.square-group .item .text .link {
  display: block;
}

.square-group .item .text .link a {
  text-decoration: underline;
  color: #00559a;
}

.-box2 .text {
  max-width: 810px;
  margin: 40px auto 0 auto;
  line-height: 2;
  text-align: justify;
  text-justify: inter-ideograph;
  opacity: 0;
  transform: translateY(50px);
  transition: all 300ms 0s ease;
}

.-box3 {
  width: 100%;
  margin-top: 100px;
  margin-bottom: 80px;
  padding: 0 40px 100px 40px;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .-box3 {
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 0 40px 60px 40px;
    position: relative;
  }
}

@media screen and (max-width: 480px) {
  .-box3 {
    padding: 0 25px 60px 25px;
  }
}

.-box3 .bg {
  position: absolute;
  width: 100%;
  height: 360px;
  left: 0;
  bottom: 0;
  z-index: -1;
}

@media screen and (max-width: 1024px) {
  .-box3 .bg {
    height: 47vw;
    background: url(../img/business/common/heading-bg.jpg) no-repeat;
    background-size: cover;
  }
}

.-box3 .inner {
  max-width: 1140px;
  margin: 0 auto;
  position: relative;
}

.-box3 .read {
  margin-bottom: 60px;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  opacity: 0;
  transform: translateY(50px);
  transition: all 300ms 0s ease;
}

@media screen and (max-width: 1024px) {
  .-box3 .read {
    margin-bottom: 40px;
    font-size: calc((24 - 20) * ((100vw - 375px) / (768 - 375)) + 20px);
  }
}

.-box3 .image {
  max-width: 1000px;
  margin: 0 auto;
  opacity: 0;
  transform: translateY(50px);
  transition: all 300ms 0s ease;
}

/* ↑↑↑ box ↑↑↑ */

/* ↓↓↓ technology ↓↓↓ */
.technology {
  width: 100%;
  margin-bottom: 150px;
  padding: 90px 40px 80px 40px;
  position: relative;
  background-color: #f0f0f0;
}

@media screen and (max-width: 1024px) {
  .technology {
    margin-bottom: 80px;
    padding: 55px 40px 60px 40px;
  }
}

@media screen and (max-width: 480px) {
  .technology {
    padding: 55px 25px 60px 25px;
  }
}

.technology .inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 6.618% 6.25% 6.25% 6.25%;
  background-color: #fff;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .technology .inner {
    padding: 50px 30px 50px 30px;
  }
}

.technology .title {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 5.6rem;
  color: #00c8dc;
  line-height: 1;
  opacity: 0;
  transform: translateY(0%);
  transition: all 300ms 0s ease;
}

@media screen and (max-width: 1024px) {
  .technology .title {
    font-size: 4.8rem;
  }
}

@media screen and (max-width: 480px) {
  .technology .title {
    font-size: calc((48 - 40) * ((100vw - 375px) / (480 - 375)) + 40px);
  }
}

.technology .caption {
  margin-bottom: 30px;
  font-size: 2.4rem;
  font-weight: bold;
  opacity: 0;
  transform: translateY(50px);
  transition: all 300ms 0s ease;
}

@media screen and (max-width: 1024px) {
  .technology .caption {
    font-size: 2.1rem;
  }
}

.technology .text {
  margin-bottom: 50px;
  line-height: 2;
  text-align: justify;
  text-justify: inter-ideograph;
  opacity: 0;
  transform: translateY(50px);
  transition: all 300ms 0s ease;
}

@media screen and (max-width: 1024px) {
  .technology .text {
    margin-bottom: 30px;
  }
}

.technology .image {
  margin: 0 auto;
  opacity: 0;
  transform: translateY(50px);
  transition: all 300ms 0s ease;
}

.technology .image.-infra {
  /* width: 760px; */
  width: 78.351%;
}

@media screen and (max-width: 1024px) {
  .technology .image.-infra {
    width: 100%;
  }
}

.technology .inner .tec_square-group {
  width: 100%;
  margin-top: 40px;
  display: flex;
}

@media screen and (max-width: 1024px) {
  .technology .inner .tec_square-group {
    flex-direction: column;
  }
}

.technology .inner .tec_square-group .item {
  width: 32.457%;
  margin-right: 1.3145%;
}

@media screen and (max-width: 1024px) {
  .technology .inner .tec_square-group .item {
    width: 100%;
  }
}

.technology .inner .tec_square-group .item .caption {
  padding: 10.812% 8.11% 8.11% 8.11%;
  margin: 0;
  text-align: center;
  line-height: 2;
  background-color: #e5eef5;
}

.technology .inner .tec_square-group .item .caption b {
  display: block;
  margin-bottom: 10px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
}

@media screen and (max-width: 1024px) {
  .technology .inner .tec_square-group .item .caption b {
    line-height: 1.4;
  }
}

@media screen and (max-width: 1024px) {
  .technology .inner .tec_square-group .item .caption {
    padding: 35px 20px 25px 20px;
  }
}

.technology .inner .tec_square-group .item .tec-text {
  padding: 8.11%;
  line-height: 2;
  background-color: #e5f9fb;
  text-align: justify;
  text-justify: inter-ideograph;
}

@media screen and (max-width: 1024px) {
  .technology .inner .tec_square-group .item .tec-text {
    padding: 25px 20px;
    margin-bottom: 20px;
  }
}

.technology .inner .link-group {
  margin-top: 25px;
  display: flex;
}

@media screen and (max-width: 1024px) {
  .technology .inner .link-group {
    margin-top: 5px;
    display: block;
  }
}

.technology .inner .link-group .icon {
  background: #00c8dc;
  color: #fff;
  height: 30px;
  display: flex;
  margin-right: 1.5%;
  align-items: center;
  padding: 4px;
}

@media screen and (max-width: 1024px) {
  .technology .inner .link-group .icon {
    height: auto;
    display: inline-block;
    margin-right: 0;
    margin-bottom: 5px;
  }
}

.technology .inner .link-group ul {
  line-height: 2;
}

.technology .inner .link-group ul a {
  text-decoration: underline;
  color: #00559a;
}

/* ↑↑↑ technology ↑↑↑ */

/* ↓↓↓ people ↓↓↓ */
.people {
  width: 100%;
  margin-bottom: 120px;
  padding: 0 40px;
  position: relative;
}

@media screen and (max-width: 480px) {
  .people {
    margin-bottom: 60px;
    padding: 0 25px;
  }
}

.people .inner {
  max-width: 1140px;
  margin: 0 auto;
  position: relative;
}

.business .title-group,
.people .title-group {
  font-weight: bold;
  line-height: 1;
  opacity: 0;
  transform: translateY(50px);
  transition: all 300ms 0s ease;
}

.business .title-group .title,
.people .title-group .title {
  font-size: 4rem;
}

.business .title-group .caption,
.people .title-group .caption {
  margin-top: 10px;
  font-size: 1.8rem;
}

.people .link-list {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 1024px) {
  .people .link-list {
    margin-top: 20px;
  }
}

.people .link-list .link {
  width: 33.33333%;
}

@media screen and (max-width: 1024px) {
  .people .link-list .link {
    width: 50%;
  }
}

@media screen and (max-width: 480px) {
  .people .link-list .link {
    width: 100%;
  }
}

.people .link-list .link a {
  padding: 9.211%;
  display: block;
  position: relative;
  transition: all 300ms 0s ease;
}

@media screen and (max-width: 480px) {
  .people .link-list .link a {
    padding: 0 0 15px 0;
  }
}

.people .link-list .link a:hover {
  z-index: 1;
  box-shadow: 0 0 15px 5px rgba(0, 85, 154, 0.3);
}

.people .link-list .link .group {
  margin-top: -16px;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1024px) {
  .people .link-list .link .group {
    padding: 0 15px;
  }
}

.people .link-list .link .group .cate {
  width: 80px;
  height: 32px;
  margin-bottom: 15px;
  border-radius: 16px;
  color: #fff;
  font-weight: 500;
  background-color: #282828;
  display: flex;
  align-items: center;
  justify-content: center;
}

.people .link-list .link .group .text1 {
  margin-bottom: 6px;
  font-size: 1.8rem;
}

.people .link-list .link .group .text3 {
  margin-bottom: 8px;
}

.people .link-list .link .group .text4 {
  font-size: 2rem;
}

/* ↑↑↑ people ↑↑↑ */

/* ↓↓↓ business ↓↓↓ */
.business {
  width: 100%;
  margin-bottom: 120px;
  padding: 0 40px;
  position: relative;
}

@media screen and (max-width: 480px) {
  .business {
    margin-bottom: 60px;
    padding: 0 25px;
  }
}

.business .inner {
  max-width: 1140px;
  margin: 0 auto;
  position: relative;
}

.business .business-group {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 1024px) {
  .business .business-group {
    margin-top: 20px;
  }
}

.business .business-group .region {
  width: 50%;
  position: relative;
  border: 1px solid #b2cce1;
  opacity: 0;
  transform: translateY(50px);
  transition: all 300ms 0s ease;
}

@media screen and (max-width: 1024px) {
  .business .business-group .region {
    width: 100%;
    border: 0;
    border-bottom: 1px solid #b2cce1;
  }
}

.business .business-group .region:hover {
  z-index: 1;
  box-shadow: 0 0 15px 5px rgba(0, 85, 154, 0.3);
}

.business .business-group .region a {
  padding: 5.282%;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 1024px) {
  .business .business-group .region a {
    padding: 20px 15px;
  }
}

.business .business-group .region .iamge {
  width: 154px;
}

@media screen and (max-width: 480px) {
  .business .business-group .region .iamge {
    width: 100px;
  }
}

.business .business-group .region .text {
  padding-left: 20px;
  font-weight: 500;
  flex: 1;
}

@media screen and (max-width: 1024px) {
  .business .business-group .region .text {
    flex: 1;
  }
}

@media screen and (max-width: 480px) {
  .business .business-group .region .text {
    padding-left: 15px;
  }
}

.-box3.-infra .text-group .subcap {
  margin-bottom: 20px;
  /* font-size: 5.2rem; */
  font-size: calc((52 - 40) * ((100vw - 375px) / (1680 - 375)) + 40px);
  font-weight: bold;
  color: #00c8dc;
  line-height: 1;
  display: block;
}

@media screen and (max-width: 1024px) {
  .-box3.-infra .text-group .subcap {
    margin-bottom: 5px;
  }
}

.-box3.-industrial .text-group .subcap {
  margin-bottom: 20px;
  /* font-size: 5.2rem; */
  font-size: calc((52 - 40) * ((100vw - 375px) / (1680 - 375)) + 40px);
  font-weight: bold;
  color: #00c8dc;
  line-height: 1;
  display: block;
}

@media screen and (max-width: 1024px) {
  .-box3.-industrial .text-group .subcap {
    margin-bottom: 5px;
  }
}

.-box3.-infra .text-group .caption {
  margin-bottom: 40px;
  /* font-size: 6.0rem; */
  font-size: calc((60 - 35) * ((100vw - 375px) / (1680 - 375)) + 35px);
  font-weight: 500;
  line-height: 1;
  color: #00c8dc;
  position: relative;
}

@media screen and (min-width: 1681px) {
  .-box3.-infra .text-group .caption {
    font-size: 6rem;
  }
}

@media screen and (max-width: 1024px) {
  .-box3.-infra .text-group .caption {
    margin-bottom: 5.814%;
  }
}

.-box3.-infra .text-group .caption b {
  /* font-size: 12.0rem; */
  font-size: calc((120 - 65) * ((100vw - 375px) / (1680 - 375)) + 65px);
  font-weight: 500;
}

@media screen and (min-width: 1681px) {
  .-box3.-infra .text-group .caption b {
    font-size: 12rem;
  }
}

.-box4.-infra .text-group .caption span,
.-box3.-infra .text-group .caption span {
  display: inline-block;
  padding: 0 15px 25px 0;
  background-color: #fff;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .-box3.-infra .text-group .caption span {
    padding: 0 15px 15px 0;
  }
}

.-box4.-infra .iamge {
  /* width: 1076px; */
  width: 94.386%;
  margin-left: auto;
}

@media screen and (max-width: 1024px) {
  .-box4.-infra .iamge {
    width: 100%;
  }
}

.-box3.-infra .text-group .subcap {
  margin-bottom: 20px;
  /* font-size: 5.2rem; */
  font-size: calc((52 - 40) * ((100vw - 375px) / (1680 - 375)) + 40px);
  font-weight: bold;
  color: #00c8dc;
  line-height: 1;
  display: block;
}

@media screen and (min-width: 1681px) {
  .-box3.-infra .text-group .subcap {
    font-size: 5.2rem;
  }
}

@media screen and (max-width: 1024px) {
  .-box3.-infra .text-group .subcap {
    margin-bottom: 5px;
  }
}

.-box3.-industrial .text-group .subcap {
  margin-bottom: 0px;
  /* font-size: 7.2rem; */
  font-size: calc((72 - 40) * ((100vw - 375px) / (1680 - 375)) + 40px);
  font-weight: bold;
  color: #00c8dc;
  line-height: 1;
  display: block;
}

@media screen and (min-width: 1681px) {
  .-box3.-industrial .text-group .subcap {
    font-size: 7.2rem;
  }
}

@media screen and (max-width: 1024px) {
  .-box3.-industrial .text-group .subcap {
    margin-bottom: 5px;
  }
}

.-box3.-industrial .text-group .caption {
  margin-bottom: 20px;
  /* font-size: 9.0rem; */
  font-size: calc((90 - 58) * ((100vw - 375px) / (1680 - 375)) + 58px);
  font-weight: 500;
  line-height: 1;
  color: #00c8dc;
  position: relative;
}

@media screen and (min-width: 1681px) {
  .-box3.-industrial .text-group .caption {
    font-size: 9rem;
  }
}

@media screen and (max-width: 1024px) {
  .-box3.-industrial .text-group .caption {
    margin-bottom: 7.814%;
  }
}

.-box3.-industrial .text-group .caption b {
  /* font-size: 18.0rem; */
  font-size: calc((180 - 120) * ((100vw - 375px) / (1680 - 375)) + 120px);
  font-weight: 500;
}

@media screen and (min-width: 1681px) {
  .-box3.-industrial .text-group .caption b {
    font-size: 18rem;
  }
}

.-box3.-industrial .text-group .caption span {
  display: inline-block;
  padding: 0 15px 25px 0;
  background-color: #fff;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .-box3.-industrial .text-group .caption span {
    padding: 0 15px 15px 0;
  }
}

.-box3 .inner .business-box {
  display: flex;
  justify-content: space-between;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .-box3 .inner .business-box {
    display: block;
  }
}

.-box3 .inner .business-box .arrow {
  position: absolute;
  top: 43px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

@media screen and (max-width: 1024px) {
  .-box3 .inner .business-box .arrow {
    display: none;
  }
}

.-box3 .inner .business-box .box01 {
  width: 50%;
  background: #e5eef5;
  padding: 30px;
}

@media screen and (max-width: 1024px) {
  .-box3 .inner .business-box .box01 {
    width: 100%;
  }
}

.-box3 .inner .business-box .box01 .title {
  max-width: 360px;
  margin: 0 auto;
  padding-bottom: 20px;
}

.-box3 .inner .business-box .box01 .box01_parent {
  display: flex;
  flex-flow: column;
  height: 100%;
  min-height: 570px;
  justify-content: space-around;
}

@media screen and (max-width: 1024px) {
  .-box3 .inner .business-box .box01 .box01_parent {
    justify-content: flex-start;
    min-height: auto;
  }
}

.-box3 .inner .business-box .box01 .box01_sub {
  border-bottom: 2px dotted #ffffff;
  height: 38.5%;
}

@media screen and (max-width: 1024px) {
  .-box3 .inner .business-box .box01 .box01_sub {
    height: auto;
    padding: 25px 0;
  }
}

.-box3 .inner .business-box .box01 .box01_inner {
  display: flex;
  align-items: center;
  padding: 20px 0;
}

@media screen and (max-width: 768px) {
  .-box3 .inner .business-box .box01 .box01_inner {
    display: block;
  }
}

.-box3 .inner .business-box .box01 .box01_sub:last-child {
  border: none;
}

.-box3 .inner .business-box .box01 .box01_inner .box01_inner-box {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}

.-box3 .inner .business-box .box01 .box01_inner .box01_inner-box h4 {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  color: #00559a;
  position: relative;
  z-index: 0;
}

@media screen and (max-width: 768px) {
  .-box3 .inner .business-box .box01 .box01_inner .box01_inner-box h4 {
    font-size: 2.2rem;
    margin-top: 60px;
  }
}

.-box3 .inner .business-box .box01 .box01_inner .box01_inner-box h4::after {
  content: '';
  background: #ffffff;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .-box3 .inner .business-box .box01 .box01_inner .box01_inner-box h4::after {
    width: 65px;
    height: 65px;
    top: -16px;
  }
}

.-box3 .inner .business-box .box01 .box01_inner .box01_img {
  width: 100%;
  max-width: 184px;
}

@media screen and (max-width: 1024px) {
  .-box3 .inner .business-box .box01 .box01_inner .box01_img {
    max-width: 254px;
  }
}

@media screen and (max-width: 768px) {
  .-box3 .inner .business-box .box01 .box01_inner .box01_img {
    max-width: initial;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    width: 80%;
  }
}

.-box3 .inner .business-box .box01 .box01_inner .box01_inner-box .box01_text {
  padding-left: 5%;
  padding-top: 8%;
  text-align: justify;
  text-justify: inter-ideograph;
}

@media screen and (max-width: 768px) {
  .-box3 .inner .business-box .box01 .box01_inner .box01_inner-box .box01_text {
    padding-left: 0;
  }
}

.-box3 .inner .business-box .box01 .box01_sub .link-group {
  display: flex;
}

@media screen and (max-width: 768px) {
  .-box3 .inner .business-box .box01 .box01_sub .link-group {
    display: block;
  }
}

.-box3 .inner .business-box .box01 .box01_sub .link-group a {
  text-decoration: underline;
  color: #00559a;
}

.-box3 .inner .business-box .box01 .box01_sub .link-group .icon {
  background: #00559a;
  color: #fff;
  height: 30px;
  display: flex;
  margin-right: 1.5%;
  align-items: center;
  padding: 4px;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  .-box3 .inner .business-box .box01 .box01_sub .link-group .icon {
    display: table;
  }
}

.-box3 .inner .business-box .box02 {
  width: 50%;
  background: #e5f9fb;
  padding: 30px;
}

@media screen and (max-width: 1024px) {
  .-box3 .inner .business-box .box02 {
    width: 100%;
  }
}

.-box3 .inner .business-box .box02 .title {
  max-width: 320px;
  margin: 0 auto;
}

.-box3 .inner .business-box .box02 .box02_parent {
  display: flex;
  flex-flow: column;
  height: 100%;
  min-height: 570px;
}

@media screen and (max-width: 1024px) {
  .-box3 .inner .business-box .box02 .box02_parent {
    min-height: auto;
  }
}

.-box3 .inner .business-box .box02 .box02_sub {
  border-bottom: 2px dotted #ffffff;
  padding: 15px 0;
}

@media screen and (max-width: 1024px) {
  .-box3 .inner .business-box .box02 .box02_sub {
    padding: 25px 0;
  }
}

.-box3 .inner .business-box .box02 .box02_inner {
  display: flex;
  align-items: center;
  padding: 20px 0;
}

@media screen and (max-width: 768px) {
  .-box3 .inner .business-box .box02 .box02_inner {
    flex-direction: column;
    flex-flow: column-reverse;
  }
}

.-box3 .inner .business-box .box02 .box02_sub:nth-child(3) {
  border: none;
}

.-box3 .inner .business-box .box02 .box02_inner .box02_inner-box {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}

.-box3 .inner .business-box .box02 .box02_inner .box02_inner-box h4 {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  color: #00c8dc;
  position: relative;
  z-index: 0;
}

@media screen and (max-width: 768px) {
  .-box3 .inner .business-box .box02 .box02_inner .box02_inner-box h4 {
    font-size: 2.2rem;
    margin-top: 60px;
  }
}

.-box3 .inner .business-box .box02 .box02_inner .box02_inner-box h4::after {
  content: '';
  background: #ffffff;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .-box3 .inner .business-box .box02 .box02_inner .box02_inner-box h4::after {
    width: 65px;
    height: 65px;
    top: -16px;
  }
}

.-box3 .inner .business-box .box02 .box02_inner .box02_img {
  width: 100%;
  max-width: 184px;
}

@media screen and (max-width: 1024px) {
  .-box3 .inner .business-box .box02 .box02_inner .box02_img {
    max-width: 254px;
  }
}

@media screen and (max-width: 768px) {
  .-box3 .inner .business-box .box02 .box02_inner .box02_img {
    max-width: initial;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    width: 80%;
  }
}

.-box3 .inner .business-box .box02 .box02_inner .box02_inner-box .box02_text {
  padding-right: 5%;
  padding-top: 8%;
  text-align: justify;
  text-justify: inter-ideograph;
}

@media screen and (max-width: 768px) {
  .-box3 .inner .business-box .box02 .box02_inner .box02_inner-box .box02_text {
    padding-right: 0;
  }
}

.-box3 .inner .business-box .box02 .box02_sub .link-group {
  display: inline-block;
}

.-box3 .inner .business-box .box02 .box02_sub .link-group a {
  text-decoration: underline;
  color: #00559a;
}

.-box3 .inner .business-box .box02 .box02_sub .link-group .icon {
  background: #00c8dc;
  color: #fff;
  height: 30px;
  display: table;
  padding: 4px;
  margin-bottom: 1.5%;
}

.-box3 .inner .business-box .box02 .box02_parent .last-link {
  padding-top: 25px;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .-box3 .inner .business-box .box02 .box02_parent .last-link {
    display: block;
  }
}

.-box3 .inner .business-box .box02 .box02_parent .last-link .icon {
  background: #00c8dc;
  color: #fff;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  margin-right: 1.5%;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  .-box3 .inner .business-box .box02 .box02_parent .last-link .icon {
    display: table;
  }
}

.-box3 .inner .business-box .box02 .box02_parent .last-link a {
  text-decoration: underline;
  color: #00559a;
}

.-box4.-industrial .iamge {
  /* width: 1042px; */
  width: 91.404%;
  margin-left: auto;
}

@media screen and (max-width: 1024px) {
  .-box4.-industrial .iamge {
    width: 100%;
  }
}

.-box4.-industrial .text-group .subcap {
  margin-bottom: 20px;
  /* font-size: 2.4rem; */
  font-size: calc((24 - 22) * ((100vw - 375px) / (1680 - 375)) + 22px);
  font-weight: bold;
  color: #00c8dc;
  line-height: 1;
  display: block;
}

@media screen and (min-width: 1681px) {
  .-box4.-industrial .text-group .subcap {
    font-size: 2.4rem;
  }
}

.-box4.-industrial .text-group .subcap span {
  padding: 5px 10px 7px 5px;
}

.-box4.-industrial .text-group .subcap span:first-of-type {
  margin-bottom: 5px;
}

.-box4.-industrial .text-group .caption {
  margin-bottom: 40px;
  /* font-size: 9.0rem; */
  font-size: calc((90 - 58) * ((100vw - 375px) / (1680 - 375)) + 58px);
  font-weight: 500;
  line-height: 0.75;
  color: #00c8dc;
  position: relative;
}

@media screen and (min-width: 1681px) {
  .-box4.-industrial .text-group .caption {
    font-size: 9rem;
  }
}

.-box4.-industrial .text-group .caption b {
  /* font-size: 13.5rem; */
  font-size: calc((135 - 80) * ((100vw - 375px) / (1680 - 375)) + 80px);
  font-weight: 500;
}

@media screen and (min-width: 1681px) {
  .-box4.-industrial .text-group .caption b {
    font-size: 13.5rem;
  }
}

.-box4.-industrial .text-group .caption span {
  display: inline-block;
  padding: 10px 15px 40px 0;
  background-color: #fff;
  position: relative;
}

.-box4.-industrial .text-group {
  transform: translateY(-13%);
}

@media screen and (max-width: 1024px) {
  .-box4.-industrial .text-group {
    transform: translateY(0);
    margin-top: 10px;
  }
}

.-box3.-aerospace .text-group .subcap {
  margin-bottom: 0px;
  /* font-size: 6.4rem; */
  font-size: calc((64 - 40) * ((100vw - 375px) / (1680 - 375)) + 40px);
  font-weight: bold;
  color: #00c8dc;
  line-height: 1;
  display: block;
}

@media screen and (min-width: 1681px) {
  .-box3.-aerospace .text-group .subcap {
    font-size: 6.4rem;
  }
}

.-box3.-aerospace .text-group .caption {
  margin-bottom: 40px;
  /* font-size: 11.4rem; */
  font-size: calc((114 - 60) * ((100vw - 375px) / (1680 - 375)) + 60px);
  font-weight: 500;
  line-height: 0.75;
  color: #00c8dc;
  position: relative;
}

@media screen and (min-width: 1681px) {
  .-box3.-aerospace .text-group .caption {
    font-size: 11.4rem;
  }
}

.-box3.-aerospace .text-group .caption b {
  /* font-size: 22.8rem; */
  font-size: calc((228 - 100) * ((100vw - 375px) / (1680 - 375)) + 100px);
  font-weight: 500;
}

@media screen and (min-width: 1681px) {
  .-box3.-aerospace .text-group .caption b {
    font-size: 22.8rem;
  }
}

.-box4.-aerospace {
  margin-top: 50px;
}

.-box4.-aerospace .text-group {
  transform: translateY(-13%);
}

@media screen and (max-width: 1024px) {
  .-box4.-aerospace .text-group {
    transform: translateY(0);
    margin-top: -11%;
  }
}

.-box3.-aerospace .iamge {
  padding-top: 10%;
  width: 77.895%;
  margin-left: auto;
  margin-right: -10%;
}

@media screen and (max-width: 1024px) {
  .-box3.-aerospace .iamge {
    padding-top: 0%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.-box4.-aerospace .iamge {
  /* width: 800px; */
  width: 70.176%;
  margin-left: 3%;
}

@media screen and (max-width: 1024px) {
  .-box4.-aerospace .iamge {
    width: 100%;
    margin-left: auto;
  }
}

.-box4.-aerospace .iamge img {
  box-shadow: 6px 6px 19px 0px rgb(0 85 154 / 50%);
}

.-box4.-aerospace .text-group .subcap {
  margin-bottom: 5px;
  /* font-size: 2.4rem; */
  font-size: calc((24 - 22) * ((100vw - 375px) / (1680 - 375)) + 22px);
  font-weight: bold;
  color: #00c8dc;
  line-height: 1;
  display: block;
}

@media screen and (min-width: 1681px) {
  .-box4.-aerospace .text-group .subcap {
    font-size: 2.4rem;
  }
}

.-box4.-aerospace .text-group .subcap span {
  padding: 5px 10px 7px 5px;
}

.-box4.-aerospace .text-group .subcap span:first-of-type {
  margin-bottom: 5px;
}

.-box4.-aerospace .text-group .caption {
  margin-bottom: 40px;
  /* font-size: 7.2rem; */
  font-size: calc((72 - 58) * ((100vw - 375px) / (1680 - 375)) + 58px);
  font-weight: 500;
  line-height: 0.75;
  color: #00c8dc;
  position: relative;
}

@media screen and (min-width: 1681px) {
  .-box4.-aerospace .text-group .caption {
    font-size: 7.2rem;
  }
}

.-box4.-aerospace .text-group .caption span {
  display: inline-block;
  padding: 10px 15px 20px 0;
  background-color: #fff;
  position: relative;
}

.-box4.-aerospace .text-group .caption b {
  /* font-size: 14.4rem; */
  font-size: calc((144 - 80) * ((100vw - 375px) / (1680 - 375)) + 80px);
  font-weight: 500;
}

@media screen and (min-width: 1681px) {
  .-box4.-aerospace .text-group .caption b {
    font-size: 14.4rem;
  }
}

.-box3.-aerospace .text-group .subcap span {
  margin-bottom: 5px;
}

.-box3.-aerospace .text-group .subcap span:first-of-type {
  /* font-size: 4.0rem; */
  font-size: calc((40 - 22) * ((100vw - 375px) / (1680 - 375)) + 22px);
}

@media screen and (min-width: 1681px) {
  .-box3.-aerospace .text-group .subcap span:first-of-type {
    font-size: 4rem;
  }
}

.-box3 .learn-more {
  margin-top: 0;
  padding-top: 8px;
  background-color: #fff;
}

.-box3 .learn-more .ttl {
  width: calc(100% - 16px);
  height: 34px;
  margin-inline: auto;
  padding-left: 16px;
  background-color: #282828;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  display: flex;
  align-items: center;
}

@media (max-width: 768px) {
  .-box3 .learn-more .ttl {
    width: 100%;
  }
}

.-box3 .learn-more .wrap {
  margin-top: 10px;
  padding: 0 8px 8px 8px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

@media (max-width: 768px) {
  .-box3 .learn-more .wrap {
    padding: 0 0 8px 0;
    gap: 8px;
    position: relative;
    &::before {
      content: '';
      position: absolute;
      top: 0;
      left: -8px;
      width: 8px;
      height: 100%;
      background-color: #fff;
    }
    &::after {
      content: '';
      position: absolute;
      top: 0;
      right: -8px;
      width: 8px;
      height: 100%;
      background-color: #fff;
    }
  }
}

.-box3 .learn-more .link {
  width: calc((100% - 64px) / 5);
  height: 56px;
  display: grid;
  place-content: center;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 1.1;
  border: 2px solid #00559a;
  border-radius: 2px;
  transition: all 300ms 0s ease;
}

@media (max-width: 768px) {
  .-box3 .learn-more .link {
    width: calc((100% - 8px) / 2);
    font-size: 14px;
  }
}

@media (min-width: 769px) {
  .-box3 .learn-more .link:hover {
    background-color: #00559a;
    color: #fff;
  }
}
/* ↑↑↑ business ↑↑↑ */

/* ↓↓↓ add management ↓↓↓ */
.heading .inner.-mgn {
  height: 580px;
}

@media (max-width: 1024px) {
  .heading .inner.-mgn {
    height: 718px;
  }
}

.mgn-process {
  max-width: 1120px;
  margin: -270px auto 0;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  container-type: inline-size;
}

@media (max-width: 1024px) {
  .mgn-process {
    width: calc(100% + 40px);
    margin-top: -450px;
    margin-left: -20px;
    flex-direction: column;
    gap: 10px;
  }
}

.mgn-process .item {
  width: calc((100% - 40px) / 3);
  aspect-ratio: 1/1;
  border-radius: 300px;
}

@media (max-width: 1024px) {
  .mgn-process .item {
    width: 100%;
    max-width: 440px;
    margin-inline: auto;
    aspect-ratio: unset;
    border-radius: 60px;
  }
}

.mgn-process .item:nth-of-type(1) {
  background-color: #e0f394;
}

.mgn-process .item:nth-of-type(2) {
  background-color: #f7b7c1;
}

.mgn-process .item:nth-of-type(3) {
  background-color: #b2cce1;
}

.mgn-process .item .ttl {
  width: 100%;
  margin-top: 31%;
  padding-bottom: 26px;
  line-height: 1;
  font-size: 2.5cqw;
  font-weight: bold;
  text-align: center;
  position: relative;
}

@media (max-width: 1024px) {
  .mgn-process .item .ttl {
    margin-top: 40px;
    padding-bottom: 18px;
    font-size: 18px;
  }
}

.mgn-process .item .ttl::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
  width: 50px;
  height: 3px;
  background-color: #fff;
}

.mgn-process .item .txt {
  width: 61.114%;
  margin: 15px auto 0;
  font-size: 1.60714cqw;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0;
  letter-spacing: 0.044em;
  text-align: justify;
  word-break: break-all;
}

@media (max-width: 1024px) {
  .mgn-process .item .txt {
    width: calc(100% - 54px);
    margin-top: 12px;
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 1.875;
  }
}

.box.-mgn {
  margin-top: 215px;
  padding: 0;
  .ttl {
    padding-bottom: 40px;
    font-size: 6.4rem;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    position: relative;
    opacity: 0;
    transform: translateY(50px);
    transition: all 300ms 0s ease;
    &::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
      width: 40px;
      height: 16px;
      border-radius: 6px;
      background-color: #00c8dc;
    }

    small {
      margin-top: 0.6em;
      font-size: 0.5em;
      display: block;
    }
  }

  .conts-wrap {
    width: 100%;
    margin-top: 65px;
    padding: 120px 0;
    background-color: #e5eef5;
    container-type: inline-size;
  }

  .conts-inner {
    max-width: 1140px;
    margin: 0 auto;
    padding: min(3.8095vw, 64px) min(4.16665vw, 70px);
    background-color: #fff;
    position: relative;

    & + .conts-inner {
      margin-top: 64px;
    }

    .group {
      width: min(35.715vw, 600px);
      opacity: 0;
      transform: translateY(50px);
      transition: all 300ms 0s ease;

      .category {
        width: fit-content;
        height: 40px;
        padding: 0 40px;
        font-size: 1.8rem;
        font-weight: bold;
        letter-spacing: 0;
        line-height: 1;
        border-radius: 40px;
        display: grid;
        place-content: center;
        &.-color1 {
          background-color: #e0f394;
        }
        &.-color2 {
          background-color: #f7b7c1;
        }
        &.-color3 {
          background-color: #b2cce1;
        }
      }

      .conts-ttl {
        margin-top: 35px;
        font-size: 3.2rem;
        font-weight: bold;
        line-height: 1.5;
        color: #282828;
      }

      .conts-txt {
        margin-top: 30px;
        font-size: 1.6rem;
        letter-spacing: 0;
        line-height: 2;
        text-align: justify;
        word-break: break-all;
      }

      .conts-btn {
        display: block;
        width: 280px;
        height: 64px;
        margin-top: 45px;
        background-color: #282828;
        font-size: 1.6rem;
        font-weight: 500;
        letter-spacing: 0.25em;
        line-height: 1;
        color: #fff;
        border: 0;
        cursor: pointer;
        position: relative;
        transition: opacity 300ms 0s ease;
        &::after {
          content: '';
          position: absolute;
          top: 50%;
          right: 24px;
          translate: 0 -50%;
          width: 16px;
          height: 16px;
          background: url(../img/business/supervision/button-icon.svg) no-repeat;
          background-size: contain;
        }
        &:hover {
          opacity: 0.7;
        }
      }

      @media (max-width: 768px) {
        .conts-btn {
          width: 235px;
        }
      }
    }

    .conts-image {
      position: absolute;
      top: 64px;
      right: calc(((100cqw - 100%) / 2) * -1);
      width: min(33.215vw, 558px);
      opacity: 0;
      transform: translateY(50px);
      transition: all 300ms 0s ease;
    }

    @media (min-width: 1681px) {
      .conts-image {
        right: -150px;
      }
    }
  }
}

@media (max-width: 768px) {
  .box.-mgn {
    margin-top: 150px;
    .ttl {
      padding-bottom: 30px;
      font-size: 4.8rem;
      &::after {
        content: '';
        width: 32px;
        height: 12px;
        border-radius: 4px;
      }

      small {
        font-size: 2.5rem;
      }
    }

    .conts-wrap {
      margin-top: 25px;
      padding: 64px 40px 80px;
    }

    .conts-inner {
      padding: 45px 30px 0;
      display: flex;
      flex-direction: column;

      .group {
        width: 100%;

        .category {
          height: 32px;
          padding: 0 35px;
          font-size: 1.6rem;
        }

        .conts-ttl {
          margin-top: 35px;
          font-size: 2.1rem;
          line-height: 1.5;
        }
      }

      .conts-image {
        position: relative;
        top: unset;
        right: unset;
        width: calc(100% + 70px);
        margin-top: 40px;
        margin-right: -70px;

        &::before {
          content: '';
          position: absolute;
          bottom: 0;
          left: -30px;
          width: 30px;
          height: 50%;
          background-color: #e5eef5;
        }
      }
    }
  }
}

.js-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100svh;
  z-index: 110;
}

.modal__bg {
  width: 100%;
  height: 100vh;
  height: 100svh;
  background: rgba(40, 40, 40, 0.8);
  position: absolute;
}

.modal-close-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  height: 100px;
  background-color: #e5eef5;
  border: 0;
  cursor: pointer;

  &::before,
  &::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    width: 56px;
    height: 1px;
    background-color: #7e7e7e;
  }
  &::before {
    rotate: 45deg;
  }
  &::after {
    rotate: -45deg;
  }
}

.modal__content {
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 90%;
  max-width: 1440px;
  height: calc(100% - 100px);
  padding: 135px 25px 150px;
  background: #fff;
  overflow-y: auto;
}

.modal__group1 {
  max-width: 980px;
  margin: 0 auto;

  .category {
    width: fit-content;
    height: 40px;
    padding: 0 40px;
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1;
    border-radius: 40px;
    display: grid;
    place-content: center;
    &.-color1 {
      background-color: #e0f394;
    }
    &.-color2 {
      background-color: #f7b7c1;
    }
    &.-color3 {
      background-color: #b2cce1;
    }
  }

  .conts-ttl {
    margin-top: 35px;
    font-size: 3.2rem;
    font-weight: bold;
    line-height: 1.5;
    color: #282828;
  }

  .conts-txt {
    margin-top: 30px;
    font-size: 1.6rem;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
  }

  .conts-image {
    display: block;
    width: 91.837%;
    margin: 60px auto 0;
  }
}

.modal__group2 {
  max-width: 1140px;
  margin: 100px auto 0;

  .conts-ttl {
    width: fit-content;
    height: 40px;
    margin-left: 60px;
    padding-inline: 25px;
    background-color: #00559a;
    display: grid;
    place-content: center;
    font-size: 2.4rem;
    font-weight: 500;
    color: #fff;
    border-radius: 5px 5px 0 0;
  }

  .conts-txt {
    padding: 64px 80px;
    font-size: 1.6rem;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
    background-color: #e5eef5;
  }
}

@media (max-width: 768px) {
  .modal-close-btn {
    width: 80px;
    height: 80px;
  }

  .modal__content {
    width: calc(100% - 40px);
    height: calc(100% - 100px);
    padding: 45px 20px 50px;
    overflow-x: hidden;
  }

  .modal__group1 {
    .category {
      height: 32px;
      padding: 0 36px;
      font-size: 1.6rem;
    }

    .conts-ttl {
      margin-top: 35px;
      font-size: 2.1rem;
      line-height: 1.43;
    }

    .conts-image {
      width: 92.5%;
      margin-top: 40px;
    }
  }

  .modal__group2 {
    width: calc(100% + 40px);
    margin-top: 64px;
    margin-left: -20px;

    .conts-ttl {
      height: 32px;
      margin-left: 20px;
      padding-inline: 20px;
      font-size: 1.8rem;
    }

    .conts-txt {
      padding: 45px 20px;
    }
  }
}

.box.-mgn2 {
  margin-top: 150px;
  margin-bottom: 245px;
  .people-list {
    margin-top: 66px;
    display: flex;
  }

  .emphasis {
    line-height: 1.5;
  }

  .bg {
    position: absolute;
    width: 100%;
    height: 360px;
    left: 0;
    bottom: -120px;
    z-index: -1;
  }
  @media (max-width: 1024px) {
    .bg {
      height: 47vw;
      background: url(../img/business/common/heading-bg.jpg) no-repeat;
      background-size: cover;
      background-position: 40% center;
    }
  }
}

@media (max-width: 768px) {
  .box.-mgn2 {
    margin-top: 80px;
    margin-bottom: 165px;
    .people-list {
      margin-top: 32px;
    }

    .bg {
      height: 180px;
      bottom: -90px;
    }
  }
}

.people-list {
  max-width: 760px;
  margin: 0 auto;

  .link {
    display: block;
    width: 50%;
    height: 100%;
    padding: 36px;
    position: relative;
    background-color: #fff;
    transition: all 300ms 0s ease;

    .overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgb(124, 220, 255);
      background: linear-gradient(135deg, rgba(124, 220, 255, 1) 0%, rgba(14, 146, 232, 1) 100%);
      opacity: 0;
      transition: all 300ms 0s ease;
    }

    .image {
      position: relative;

      .abs {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        transition: all 300ms 0s ease;
      }
    }

    .group {
      margin-top: -16px;
      padding-left: 20px;
      position: relative;
      z-index: 1;
      .cate {
        width: 80px;
        height: 32px;
        border-radius: 16px;
        font-weight: 500;
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #282828;
      }

      .txt1 {
        margin-top: 15px;
        font-size: 1.6rem;
        line-height: 1;
      }

      .txt3 {
        margin-top: 13px;
        line-height: 1;
      }

      .name {
        margin-top: 20px;
        font-size: 2rem;
        line-height: 1;
      }
    }

    &:hover .image .abs,
    &:hover .overlay {
      opacity: 1;
    }
    &:hover .txt1,
    &:hover .txt3,
    &:hover .name {
      color: #fff;
    }
  }
}

@media (max-width: 768px) {
  .people-list {
    .link {
      padding: 18px 10px;

      &:nth-of-type(1) {
        padding-right: 14px;
      }

      &:nth-of-type(2) {
        padding-left: 14px;
      }

      .group {
        margin-top: -14px;
        padding-left: 12px;

        .cate {
          width: 72px;
          height: 28px;
          font-size: 1.4rem;
        }

        .txt1 {
          margin-top: 13px;
        }

        .txt3 {
          margin-top: 11px;
        }

        .name {
          margin-top: 18px;
          font-size: 1.8rem;
        }
      }
    }
  }
}
/* ↑↑↑ add management ↑↑↑ */

/* ↓↓↓ Animation ↓↓↓ */
.box.-mgn2 .emphasis.is-show,
.box.-mgn .conts-inner .conts-image.is-show,
.box.-mgn .conts-inner .group.is-show,
.box.-mgn .ttl.is-show,
.business .business-group .region.is-show,
.business .title-group.is-show,
.technology .image.is-show,
.technology .text.is-show,
.technology .caption.is-show,
.-box3 .image.is-show,
.-box3 .read.is-show,
.-box2 .text.is-show,
.square-group .item.is-show,
.emphasis.is-show,
.heading.is-show {
  opacity: 1;
  transform: translateY(0);
}

.technology .title.is-show {
  opacity: 1;
  transform: translateY(-50%);
}

/* ↑↑↑ Animation ↑↑↑ */
