/* Scss Document */
.frame-shared {
  position: relative;
  padding: 80px 0 100px;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08);
  z-index: 1;
}

@media screen and (max-width: 1500px) {
  .frame-shared {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (max-width: 1360px) {
  .frame-shared {
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media screen and (max-width: 767px) {
  .frame-shared {
    padding: 50px 0 30px;
    border-radius: 10px;
  }
}

@media screen and (max-width: 767px) {
  .btn-pop {
    justify-content: flex-end;
    display: flex;
    padding: 0 20px;
  }

  .btn-pop a {
    font-size: 13px;
    letter-spacing: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 5px;
    font-weight: 500;
  }

  .btn-pop a img {
    width: 20px;
    height: 20px;
  }
}

.overview-shared {
  padding: 0 50px;
  margin-bottom: 50px;
}

.overview-shared .box {
  position: relative;
  padding: 80px 0 100px;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08);
  z-index: 1;
}

.overview-shared .lead {
  max-width: 1300px;
  margin: 0 auto 65px;
}

.overview-shared .lead .txt {
  max-width: 650px;
  padding: 20px 0 0 0;
  width: calc(100% - 450px);
}

.overview-shared .lead.lead_about .txt {
  width: calc(100% - 520px);
}

.overview-shared .client {
  position: relative;
  z-index: 1;
  max-width: 1600px;
  margin: 0 auto;
  padding: 80px 0;
}

.overview-shared .client:before {
  z-index: -1;
  content: '';
  border-radius: 50px;
  background-color: #f7fafb;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 00px;
  left: calc(50% - 490px);
}

@media screen and (max-width: 1800px) {
  .overview-shared .client:before {
    right: 50px;
  }
}

.overview-shared .client .list {
  width: calc(100% - 450px);
  max-width: 650px;
}

@media screen and (max-width: 1500px) {
  .overview-shared .client .list {
    margin-right: 50px;
  }
}

.overview-shared .client .list li {
  border-bottom: 1px solid rgba(60, 104, 199, 0.15);
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.714;
  padding: 28px 20px 28px 0px;
  position: relative;
}

.overview-shared .client .list li:first-child {
  border-top: 1px solid rgba(60, 104, 199, 0.15);
}

.overview-shared .client .list li span {
  display: block;
  padding-left: 38px;
  position: relative;
}

.overview-shared .client .list li span:before {
  content: '';
  background-color: #3C68C7;
  width: 8px;
  height: 8px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.overview-shared .client .h3-tt {
  width: 450px;
  padding: 50px 0 0 50px;
}

.overview-shared .about-graphic {
  max-width: 1620px;
  margin: 0 auto;
  background-color: #f7fafb;
  border-radius: 50px;
  padding: 65px 30px 35px;
  text-align: center;
}

.overview-shared .about-graphic img {
  max-width: 918px;
}

@media screen and (max-width: 1820px) {
  .overview-shared .about-graphic {
    margin-left: 50px;
    margin-right: 50px;
  }
}

@media screen and (max-width: 1500px) {
  .overview-shared .about-graphic {
    margin-left: 0px;
    margin-right: 0px;
  }
}

@media screen and (max-width: 1360px) {
  .overview-shared .about-graphic {
    margin-left: 30px;
    margin-right: 30px;
  }
}

@media screen and (max-width: 767px) {
  .overview-shared .about-graphic {
    margin: 0 10px 10px;
    border-radius: 20px;
    padding: 5px 0px 0px;
  }
}

.overview-shared .concept {
  position: relative;
  margin: 0px 50px 0;
  z-index: 1;
  padding: 80px 0 36px;
}

.overview-shared .concept:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: calc(50% - 490px);
  right: 0;
  top: 0;
  z-index: -1;
  border-radius: 50px;
  background-color: #f7fafb;
}

@media screen and (max-width: 1360px) {
  .overview-shared .concept:before {
    right: 30px;
    left: 30px;
  }
}

.overview-shared .concept .h3-tt {
  padding-bottom: 18px;
}

.overview-shared .concept .graphic {
  text-align: center;
  position: relative;
  margin-left: calc(50% - 270px);
}

.overview-shared .concept .graphic .photo img {
  max-width: 977px;
}

@media screen and (max-width: 1600px) {
  .overview-shared .concept .graphic {
    padding: 0 30px;
    margin-left: calc(50% - 490px);
  }
}

@media screen and (max-width: 1360px) {
  .overview-shared .concept .graphic {
    margin-left: 0px;
  }
}

@media screen and (max-width: 1500px) {
  .overview-shared .concept {
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .overview-shared .concept {
    padding: 0 0 7px;
  }

  .overview-shared .concept .wrap {
    padding: 0;
  }

  .overview-shared .concept:before {
    display: none;
  }

  .overview-shared .concept .h3-tt {
    padding-right: 0;
  }

  .overview-shared .concept .graphic {
    margin: 0 10px;
    padding: 0;
  }

  .overview-shared .concept .graphic .photo {
    background-color: #f7fafb;
    border-radius: 20px;
    padding: 40px 10px 32px;
    margin-bottom: 15px;
  }

  .overview-shared .concept .graphic .btn-pop {
    padding: 0;
  }
}

@media screen and (max-width: 1500px) {
  .overview-shared {
    padding: 0 30px;
  }

  .overview-shared .wrap {
    max-width: 100%;
  }

  .overview-shared .box {
    padding-left: 30px;
    padding-right: 30px;
  }

  .overview-shared .client:before {
    right: 0px;
  }

  .overview-shared .client .list {
    margin-right: 30px;
  }

  .overview-shared .client .h3-tt {
    padding-left: 30px;
  }
}

@media screen and (max-width: 1360px) {
  .overview-shared .box {
    padding-left: 0;
    padding-right: 0;
  }

  .overview-shared .client {
    padding-left: 30px;
    padding-right: 30px;
  }

  .overview-shared .client:before {
    right: 30px;
    left: 30px;
  }

  .overview-shared .client .h3-tt {
    padding-left: 0;
    width: 380px;
  }

  .overview-shared .client .list {
    width: calc(100% - 420px);
    margin-right: 0px;
  }

  .overview-shared .client .list li {
    font-size: 14px;
    line-height: 24px;
    padding: 23px 0 26px;
    letter-spacing: 0;
  }

  .overview-shared .client .list li span {
    padding-left: 28px;
  }
}

@media screen and (max-width: 999px) {
  .overview-shared .lead .wrap {
    display: block;
  }

  .overview-shared .lead .txt {
    width: auto !important;
    max-width: 100%;
  }

  .overview-shared .client {
    padding: 0;
  }

  .overview-shared .client:before {
    display: none;
  }

  .overview-shared .client .wrap {
    display: block;
  }

  .overview-shared .client .h3-tt {
    width: auto;
    padding-bottom: 30px;
  }

  .overview-shared .client .list {
    max-width: 100%;
    width: auto;
    border-radius: 20px;
    background-color: #f7fafb;
    padding: 50px 30px;
  }
}

@media screen and (max-width: 767px) {
  .overview-shared {
    padding: 0 15px;
    margin-bottom: 60px;
  }

  .overview-shared .box {
    padding: 50px 0 30px;
    border-radius: 10px;
  }

  .overview-shared .lead {
    padding: 0 20px 50px;
    margin: 0;
  }

  .overview-shared .lead .txt {
    padding: 0;
  }

  .overview-shared .lead.lead_about .h2-tt span {
    letter-spacing: 0.04em;
  }

  .overview-shared .client .h3-tt {
    padding: 40px 15px 20px;
  }

  .overview-shared .client .wrap {
    padding: 0;
  }

  .overview-shared .client .list {
    margin: 0 10px;
    padding: 30px 10px;
  }

  .overview-shared .client .list li {
    font-size: 14px;
    line-height: 24px;
  }

  .overview-shared .client .list li span {
    padding-left: 17px;
  }
}

.ceo-shared {
  padding: 50px 0 195px;
  position: relative;
}

.ceo-shared:before {
  content: '';
  background: url("../img/about/ceo_decor.png") no-repeat 0 0/100%;
  width: 581px;
  height: 721px;
  position: absolute;
  bottom: -158px;
  right: calc(50% + -130px);
}

.ceo-shared .photo {
  width: 800px;
  position: absolute;
  top: 0;
  left: calc(50% - 895px);
}

.ceo-shared .info {
  margin-left: calc(50% - 74px);
  padding: 102px 0 0;
}

.ceo-shared .info .txt {
  padding: 20px 0 28px;
  font-size: 15px;
  line-height: 30px;
}

.ceo-shared .info .txt p:not(:last-child) {
  padding-bottom: 30px;
}

.ceo-shared .info .profile {
  justify-content: flex-end;
  align-items: center;
  gap: 25px;
  padding: 0 7px 0 0;
}

.ceo-shared .info .profile dt {
  letter-spacing: 0.05em;
  font-weight: 600;
}

.ceo-shared .info .profile dt span {
  color: #03567F;
  font-size: 20px;
  letter-spacing: 0.04em;
  position: relative;
  display: flex;
  gap: 10px;
  align-items: center;
}

.ceo-shared .info .profile dt span:after {
  content: '';
  background: url("../img/about/ico.svg") no-repeat 0 0/100%;
  width: 15px;
  height: 15px;
}

.ceo-shared .info .profile dd {
  width: 243px;
}

@media screen and (max-width: 1360px) {
  .ceo-shared .photo {
    left: -200px;
  }

  .ceo-shared .info {
    margin-left: 530px;
  }
}

@media screen and (max-width: 999px) {
  .ceo-shared .photo {
    left: -200px;
  }

  .ceo-shared .h2-tt {
    font-size: 65px;
    position: absolute;
    top: 430px;
    left: 350px;
  }

  .ceo-shared .h2-tt .fnt-Montserrat {
    line-height: 1.26;
    display: inline-block;
  }

  .ceo-shared .h2-tt .sp {
    display: block !important;
  }

  .ceo-shared .info {
    margin-left: 0;
    padding: 730px 0 0 0;
  }
}

@media screen and (max-width: 767px) {
  .ceo-shared {
    padding: 0px 0 200px;
    margin: -20px 0 0 0;
  }

  .ceo-shared:before {
    content: '';
    background: url("../img/about/ceo_decor.png") no-repeat 0 0/100%;
    width: 350px;
    height: 721px;
    position: absolute;
    bottom: -445px;
    right: -122px;
    z-index: 3;
  }

  .ceo-shared .photo {
    width: 350px;
    left: -90px;
  }

  .ceo-shared .h2-tt {
    top: 194px;
    left: 144px;
    font-size: 40px;
    margin-bottom: -5px;
  }

  .ceo-shared .info {
    padding: 320px 0 0;
  }

  .ceo-shared .info .txt {
    font-size: 13px;
    line-height: 26px;
    padding-bottom: 35px;
  }

  .ceo-shared .info .txt p:not(:last-child) {
    padding-bottom: 26px;
  }

  .ceo-shared .info .profile {
    justify-content: flex-start;
    padding: 0;
    gap: 18px;
  }

  .ceo-shared .info .profile dt {
    font-size: 12px;
    line-height: 26px;
  }

  .ceo-shared .info .profile dt span {
    font-size: 14px;
    gap: 7px;
  }

  .ceo-shared .info .profile dt span:after {
    width: 11px;
    height: 11px;
  }

  .ceo-shared .info .profile dd {
    width: 170px;
  }
}

.outline-shared {
  padding: 0 50px;
  margin-bottom: 30px;
}

.outline-shared .tbl-info {
  max-width: 665px;
  width: calc(100% - 370px);
  padding: 20px 0 0;
}

.outline-shared .tbl-info dl {
  display: table;
  width: 100%;
  border-bottom: 1px solid #8D8D8D;
}

.outline-shared .tbl-info dl:nth-child(1) {
  border-top: 1px solid #8D8D8D;
}

.outline-shared .tbl-info dl dt,
.outline-shared .tbl-info dl dd {
  display: table-cell;
  padding: 25px 0;
}

.outline-shared .tbl-info dl dt {
  width: 176px;
  font-weight: 600;
}

.outline-shared .tbl-info .link li {
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0;
}

.outline-shared .tbl-info .link li:not(:last-child) {
  padding-bottom: 10px;
}

.outline-shared .tbl-info .link li a {
  background: url("../img/about/arow.svg") no-repeat right center/23px;
  display: inline-block;
  padding: 0 33px 0 0;
}

.outline-shared .tbl-info .link li a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 1500px) {
  .outline-shared {
    padding: 0 30px;
  }
}

@media screen and (max-width: 999px) {
  .outline-shared .tbl-info {
    max-width: 100%;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .outline-shared {
    padding-left: 15px;
    padding-right: 15px;
  }

  .outline-shared .wrap {
    display: block;
    padding: 0 20px 60px;
  }

  .outline-shared .tbl-info {
    width: 100%;
  }

  .outline-shared .tbl-info dl {
    display: block;
    font-size: 14px;
    line-height: 26px;
    padding: 22px 0;
  }

  .outline-shared .tbl-info dl dt,
  .outline-shared .tbl-info dl dd {
    display: block;
    width: auto;
    padding: 0;
  }

  .outline-shared .tbl-info .link li {
    padding-bottom: 15px;
  }

  .outline-shared .tbl-info .link li a {
    font-size: 14px;
    background-size: 20px;
    padding-right: 30px;
  }
}

.service-shared {
  padding: 50px 0;
}

.service-shared .group {
  gap: 65px 0;
  padding: 0 50px;
}

@media screen and (max-width: 1360px) {
  .service-shared .group {
    padding: 0 30px;
  }
}

@media screen and (max-width: 999px) {
  .service-shared .group {
    padding: 0 20px;
  }
}

.service-shared .group .item {
  width: calc(50% - 20px);
}

.service-shared .group .item .photo {
  background-color: #fff;
  padding: 10px;
  border-radius: 10px;
}

.service-shared .group .item dl dt {
  color: #03567F;
  font-size: 20px;
  line-height: 34px;
  letter-spacing: 0.1em;
  font-weight: 600;
  padding: 40px 0 15px;
}

@media screen and (max-width: 1080px) {
  .service-shared .group .item {
    width: calc(50% - 15px);
  }
}

@media screen and (max-width: 999px) {
  .service-shared .group .item {
    width: calc(50% - 10px);
  }

  .service-shared .group .item dl dt {
    white-space: nowrap;
    font-size: 19px;
    padding: 20px 0 10px;
  }
}

@media screen and (max-width: 767px) {
  .service-shared .group .item {
    width: 100%;
  }

  .service-shared .group .item dl dt {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .service-shared {
    padding: 0;
  }

  .service-shared .group {
    gap: 45px 0;
  }

  .service-shared .group .item {
    font-size: 13px;
    line-height: 26px;
  }

  .service-shared .group .item dl dt {
    font-size: 16px;
    padding: 15px 0 8px;
    line-height: 26px;
  }

  .service-shared .group .item .photo {
    padding: 6px;
  }

  .service-shared .group .item.ext dt {
    letter-spacing: -0.04em;
  }
}

.media-shared {
  position: relative;
  padding: 50px 0;
}

.media-shared .txt {
  position: absolute;
  left: 315px;
  top: 95px;
  right: 30px;
}

.media-shared .graphic {
  border-radius: 10px;
  margin: 0 50px 40px;
  padding: 27px 20px;
  text-align: center;
  background-color: #fff;
}

.media-shared .graphic:last-child {
  margin-bottom: 0 !important;
}

.media-shared .graphic .info {
  max-width: 1010px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  text-align: left;
  padding: 32px 0;
  align-items: center;
  line-height: 32px;
}

.media-shared .graphic .info dd {
  max-width: 520px;
  width: calc(100% - 450px);
}

.media-shared .graphic .info dt {
  width: 460px;
  font-size: 20px;
  line-height: 34px;
  letter-spacing: 0.04em;
  color: #03567F;
  font-weight: 600;
}

@media screen and (max-width: 999px) {
  .media-shared .graphic .info {
    display: block;
    padding-left: 10px;
    padding-right: 10px;
  }

  .media-shared .graphic .info dd {
    max-width: 100%;
    width: auto;
  }

  .media-shared .graphic .info dt {
    width: auto;
    padding-bottom: 20px;
  }
}

.media-shared .graphic .photo {
  max-width: 1030px;
  margin: 0 auto;
}

.media-shared .graphic .photo.ext {
  max-width: 992px;
}

.media-shared .graphic.grap_ext {
  padding: 25px 20px 40px;
}

@media screen and (max-width: 1360px) {
  .media-shared .graphic {
    margin-left: 30px;
    margin-right: 30px;
  }
}

@media screen and (max-width: 999px) {
  .media-shared .graphic {
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .media-shared {
    padding-bottom: 30px;
  }

  .media-shared .txt {
    position: static;
    padding: 0px 20px 15px;
  }

  .media-shared .graphic {
    padding: 10px 0 0;
    margin-bottom: 15px;
  }

  .media-shared .graphic.grap_ext {
    padding: 10px 0 40px;
    margin-bottom: 20px;
  }

  .media-shared .graphic.grap_ext .info {
    padding: 25px 15px 20px;
    font-size: 13px;
    line-height: 26px;
  }

  .media-shared .graphic.grap_ext .info dt {
    font-size: 16px;
    line-height: 26px;
    padding-bottom: 7px;
  }

  .media-shared .graphic.grap_ext .photo {
    margin-bottom: 13px;
  }

  .media-shared .graphic.grap_ext .btn-pop {
    padding: 0 15px;
  }
}

.remodal {
  padding: 70px 0;
}

.pop_img {
  background-color: #fff;
  padding: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.pop_img .photo {
  overflow: scroll;
  padding: 10px 0;
}

.pop_img img {
  width: 1000px;
}

.stregth-shared {
  padding: 50px 0;
}

.stregth-shared .wrap {
  padding-top: 130px;
  border-top: 1px solid rgba(141, 141, 141, 0.15);
}

.stregth-shared .group .item {
  border-bottom: 1px solid rgba(60, 104, 199, 0.3);
}

.stregth-shared .group .item:last-child {
  border-bottom: none;
}

.stregth-shared .group .item dl {
  justify-content: space-between;
  align-items: center;
  display: flex;
  padding: 75px 43px 78px 50px;
  letter-spacing: 0.04em;
}

.stregth-shared .group .item dl dt {
  display: flex;
  align-items: center;
  font-size: 30px;
  line-height: 46px;
  font-weight: 600;
  width: 500px;
}

.stregth-shared .group .item dl dt span {
  width: 117px;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 68px;
  line-height: 1;
  background: #03567F;
  background: linear-gradient(180deg, #03567f 0%, #3c68c7 50%, #8bd2eb 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.stregth-shared .group .item dl dd {
  max-width: 615px;
  width: calc(100% - 510px);
}

.stregth-shared .group .item:first-child dl {
  padding-top: 15px;
}

@media screen and (max-width: 1360px) {
  .stregth-shared .group .item dl {
    padding-left: 20px;
    padding-right: 0px;
  }
}

@media screen and (max-width: 999px) {
  .stregth-shared .group .item dl {
    flex-wrap: wrap;
    gap: 20px 0;
    padding-left: 0;
  }

  .stregth-shared .group .item dl dt,
  .stregth-shared .group .item dl dd {
    width: 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .stregth-shared {
    padding: 25px 0;
  }

  .stregth-shared .wrap {
    padding: 98px 15px 0;
  }

  .stregth-shared .group .item dl {
    gap: 13px 0;
    padding: 20px 0 20px !important;
  }

  .stregth-shared .group .item dl dt {
    display: block;
    font-size: 26px;
    line-height: 40px;
    padding-bottom: 1px;
    letter-spacing: 0.08em;
  }

  .stregth-shared .group .item dl dt span {
    font-size: 60px;
    display: block;
    margin-bottom: 12px;
  }
}

.flow-shared {
  padding: 30px 50px 50px;
}

.flow-shared .box {
  position: relative;
  padding: 100px 0 120px;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
  z-index: 1;
}

.flow-shared .group {
  gap: 20px;
  flex-wrap: nowrap;
  padding: 0 50px;
}

@media screen and (max-width: 1360px) {
  .flow-shared .group {
    padding: 0 30px;
  }
}

.flow-shared .group .item {
  width: 200px;
  line-height: 29px;
  position: relative;
}

.flow-shared .group .item:not(:last-child):after {
  content: '';
  position: absolute;
  border-right: 1px solid #c7d1ee;
  border-bottom: 1px solid #c7d1ee;
  width: 6px;
  height: 6px;
  right: 0px;
  top: 25px;
  transform: rotate(-45deg);
}

.flow-shared .group .item:not(:last-child):before {
  content: '';
  position: absolute;
  top: 28px;
  right: 0;
  left: 100px;
  border-top: 1px solid #c7d1ee;
}

.flow-shared .group .item img {
  width: 55px;
  height: auto;
}

.flow-shared .group .item dt span {
  display: block;
  white-space: nowrap;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.08em;
  font-weight: 600;
  color: #03567F;
  padding: 20px 0 20px;
}

@media screen and (max-width: 1500px) {
  .flow-shared {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (max-width: 1420px) {
  .flow-shared .wrap {
    max-width: 100%;
    padding: 0 30px;
  }

  .flow-shared .group {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (max-width: 1280px) {
  .flow-shared .group {
    padding-left: 0;
    padding-right: 0;
    gap: 15px;
  }
}

@media screen and (max-width: 1100px) and (min-width: 768px) {
  .flow-shared .flow-frame {
    overflow-y: scroll;
    padding-bottom: 20px;
  }

  .flow-shared .group {
    width: 1200px;
  }
}

@media screen and (max-width: 767px) {
  .flow-shared {
    padding: 50px 15px;
  }

  .flow-shared .box {
    padding: 50px 0 20px;
    border-radius: 10px;
  }

  .flow-shared .wrap {
    padding: 0 10px 0 20px;
  }

  .flow-shared .group {
    gap: 45px 0;
    flex-wrap: wrap;
    padding: 40px 0px 15px;
  }

  .flow-shared .group .item {
    width: 100%;
    line-height: 26px;
    font-size: 14px;
    min-height: 200px;
    padding: 0 0 0 78px;
  }

  .flow-shared .group .item:not(:last-child):after {
    right: auto;
    top: auto;
    bottom: -5px;
    left: 21px;
    transform: rotate(45deg);
  }

  .flow-shared .group .item:not(:last-child):before {
    top: 60px;
    left: 24px;
    bottom: -5px;
    right: auto;
    border: none;
    border-left: 1px solid #c7d1ee;
  }

  .flow-shared .group .item img {
    width: 50px;
    height: auto;
    position: absolute;
    top: 7px;
    left: 0;
  }

  .flow-shared .group .item img.ext1 {
    top: -10px;
  }

  .flow-shared .group .item img.ext2 {
    top: 3px;
  }

  .flow-shared .group .item dt {
    margin-bottom: 25px;
  }

  .flow-shared .group .item dt span {
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0.08em;
    padding: 0;
  }
}

.faq-shared {
  padding: 100px 0px 0;
}

.faq-shared .group {
  max-width: 800px;
  width: calc(100% - 200px);
}

.faq-shared .toggle {
  background-color: #fff;
  border-radius: 15px;
  padding: 0 30px;
  margin-bottom: 25px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.05);
}

.faq-shared .toggle-link {
  position: relative;
  padding: 28px 50px;
  font-size: 18px;
  line-height: 32px;
  font-weight: 600;
}

.faq-shared .toggle-link:after {
  content: '';
  position: absolute;
  right: -0px;
  top: 30px;
  width: 17px;
  height: 30px;
  z-index: 1;
  background: url("../img/shared/arow_tog.svg") no-repeat center/100%;
}

.faq-shared .toggle-link:before {
  content: 'Q';
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 34px;
  color: #03567F;
  position: absolute;
  top: 25px;
  left: 0;
}

.faq-shared .txt {
  padding: 0 30px 30px 50px;
}

.faq-shared .active .toggle-link:after {
  transform: rotate(180deg);
}

@media screen and (max-width: 999px) {
  .faq-shared .wrap {
    gap: 25px 0;
  }

  .faq-shared .group {
    max-width: 100%;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .faq-shared {
    padding: 50px 0 0;
  }

  .faq-shared .toggle {
    border-radius: 10px;
    padding: 0 20px;
    margin-bottom: 28px;
  }

  .faq-shared .toggle-link {
    padding: 18px 5px 18px 27px;
    font-size: 15px;
    line-height: 26px;
  }

  .faq-shared .toggle-link:after {
    right: -5px;
    top: 14px;
    width: 15px;
    height: 30px;
  }

  .faq-shared .toggle-link:before {
    font-size: 20px;
    top: 17px;
    left: -6px;
  }

  .faq-shared .txt {
    padding: 0 0px 22px 0px;
    font-size: 13px;
    line-height: 26px;
    line-height: 26px;
  }
}

.brandlist-shared {
  padding: 75px 50px;
}

@media screen and (max-width: 1500px) {
  .brandlist-shared {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.brandlist-shared .frame-shared {
  margin-top: 30px;
  padding: 60px 0 60px;
}

.brandlist-shared .slick-dots {
  padding: 0;
  justify-content: space-between;
  position: absolute;
  left: 50px;
  right: 50px;
  top: 536px;
}

.brandlist-shared .slick-dots li {
  border: none;
  width: 384px;
  height: 216px;
  border-radius: 0;
}

.brandlist-shared .slick-dots li button {
  text-indent: -999px;
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
  height: 100%;
  border: none;
  background-image: url("../img/brand/brand_thumb1.jpg");
  background-size: cover;
  background-position: center;
}

.brandlist-shared .slick-dots li:nth-child(2) button {
  background-image: url("../img/brand/brand_thumb2.jpg");
}

.brandlist-shared .slick-dots li:nth-child(3) button {
  background-image: url("../img/brand/brand_thumb3.jpg");
}

.brandlist-shared .slick-dots li.slick-active button {
  opacity: 0.8;
}

.brandlist-shared .brand .inner {
  padding: 0 50px;
}

.brandlist-shared .brand .photo {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 15px 15px 20px rgba(0, 0, 0, 0.07);
  height: 506px;
  max-width: 900px;
  margin: 0 auto;
  margin-bottom: 251px;
}

.brandlist-shared .brand .info {
  padding: 20px 0 0 123px;
  line-height: 32px;
}

.brandlist-shared .brand .info h3 {
  font-size: 22px;
  line-height: 44px;
  color: #03567F;
  font-weight: 600;
  position: relative;
  padding-bottom: 22px;
}

.brandlist-shared .brand .info h3 span {
  color: #000;
  font-size: 17px;
  letter-spacing: 0.04em;
  position: absolute;
  top: 0px;
  left: -122px;
}

.brandlist-shared .brand .info .link {
  text-align: left;
  color: #8D8D8D;
  letter-spacing: 0.04em;
}

.brandlist-shared .brand .info .link a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 999px) {
  .brandlist-shared .brand .info {
    padding-left: 0;
  }

  .brandlist-shared .brand .info h3 span {
    position: static;
    display: block;
  }
}

@media screen and (max-width: 1360px) {
  .brandlist-shared .wrap {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 999px) {
  .brandlist-shared .brand .inner {
    padding: 0 30px;
  }

  .brandlist-shared .slick-dots {
    left: 30px;
    right: 30px;
  }
}

@media screen and (max-width: 767px) {
  .brandlist-shared {
    padding: 40px 15px;
  }

  .brandlist-shared .frame-shared {
    margin-top: 10px;
    padding: 20px 0 40px;
  }

  .brandlist-shared .brand .photo {
    height: auto;
    border-radius: 20px;
    box-shadow: none;
    margin-bottom: 0px;
  }

  .brandlist-shared .brand .inner {
    padding: 0 20px;
  }

  .brandlist-shared .brand .info {
    font-size: 13px;
    line-height: 26px;
    padding: 44px 0 0;
  }

  .brandlist-shared .brand .info h3 {
    font-size: 16px;
    line-height: 26px;
    padding-bottom: 18px;
  }

  .brandlist-shared .brand .info h3 span {
    font-size: 15px;
    padding-bottom: 8px;
  }

  .brandlist-shared .slick-dots {
    justify-content: flex-end;
    gap: 10px;
    left: 20px;
    right: 20px;
    top: calc(250px);
  }

  .brandlist-shared .slick-dots li {
    width: 10px;
    height: 10px;
  }

  .brandlist-shared .slick-dots li button {
    background-image: none !important;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 1px solid #8D8D8D;
  }
}

#detail {
  padding: 200px 0 0;
}

#detail h1 {
  font-size: 22px;
  letter-spacing: 0.08em;
  align-items: center;
  font-weight: 600;
  gap: 23px;
  display: flex;
  line-height: 1.6;
  margin-bottom: 20px;
}

#detail h1 .t1 {
  font-size: 64px;
  letter-spacing: 0.04em;
}

#detail .box {
  border-radius: 20px;
  padding: 100px 50px 140px;
  background-color: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
}

@media screen and (max-width: 1360px) {
  #detail .box {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (max-width: 999px) {
  #detail .box {
    padding-top: 50px;
    padding-bottom: 80px;
  }
}

#detail .lead {
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
}

#detail .lead .info {
  width: calc(100% - 430px);
  order: -1;
}

#detail .lead .info h2 {
  font-size: 37px;
  font-weight: 600;
  line-height: 1.94594;
  padding: 10px 0 20px;
}

#detail .lead .info .date {
  color: #8D8D8D;
  font-size: 20px;
  letter-spacing: 0.04em;
}

#detail .lead .info .cate a {
  display: inline-block;
  background: linear-gradient(90deg, #03567f 0%, #3c68c7 100%);
  color: #fff;
  font-size: 18px;
  border-radius: 24px;
  font-weight: 600;
  padding: 0 40px;
  line-height: 47px;
  position: relative;
  font-size: 18px;
  letter-spacing: 0.08em;
}

#detail .lead .info .cate a:hover {
  opacity: 0.8;
}

#detail .lead .photo {
  border-radius: 20px;
  overflow: hidden;
  height: 224px;
  width: 406px;
}

@media screen and (max-width: 1200px) {
  #detail .lead .photo {
    width: 310px;
    height: 180px;
  }

  #detail .lead .info {
    width: calc(100% - 340px);
  }
}

@media screen and (max-width: 999px) {
  #detail .lead {
    display: block;
  }

  #detail .lead .photo {
    height: 224px;
    width: 406px;
  }

  #detail .lead .info {
    width: auto;
    padding-top: 30px;
  }
}

#detail .bnr-back {
  margin: 0 auto;
  max-width: 316px;
}

#detail .bnr-back a {
  text-align: center;
  font-size: 18px;
  background-color: #CDDDE5;
  color: #03567F;
  line-height: 73px;
}

#detail .bnr-back a:before {
  display: none;
}

#detail .content {
  font-size: 18px;
  line-height: 43px;
  padding-bottom: 70px;
}

#detail .content img {
  max-width: 100%;
  width: auto;
}

#detail .content h2 {
  font-size: 30px;
  line-height: 2.0666;
  color: #03567F;
  font-weight: 600;
  border-bottom: 2px dashed;
  margin-bottom: 30px;
  padding-bottom: 6px;
}

#detail .content h3 {
  color: #03567F;
  font-weight: 600;
  font-size: 26px;
  letter-spacing: 0.08em;
  line-height: 2.3846153;
  padding-bottom: 10px;
}

#detail .content a {
  color: #0071BC;
  text-decoration: underline;
}

#detail .content a:hover {
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  #detail {
    padding: 60px 0 10px;
  }

  #detail h1 {
    font-size: 15px;
    gap: 10px;
    margin-bottom: 10px;
  }

  #detail h1 .t1 {
    font-size: 31px;
  }

  #detail .box {
    padding: 40px 15px 55px;
  }

  #detail .lead .photo {
    width: 100%;
    padding-top: 55%;
    height: auto;
  }

  #detail .lead .info {
    width: auto;
    padding: 28px 0 0;
  }

  #detail .lead .info h2 {
    font-size: 22px;
    line-height: 36px;
    padding: 6px 0 0px;
  }

  #detail .lead .info .date {
    font-size: 14px;
  }

  #detail .lead .info .cate a {
    font-size: 13px;
    line-height: 28px;
    padding: 0 15px;
  }

  #detail .content {
    font-size: 15px;
    line-height: 36px;
    padding: 0 0 40px;
  }

  #detail .content h2 {
    font-size: 21px;
    line-height: 47px;
    padding-bottom: 0px;
    margin-bottom: 20px;
  }

  #detail .content h3 {
    font-size: 19px;
    padding-bottom: 3px;
  }

  #detail .bnr-back {
    max-width: 268px;
  }

  #detail .bnr-back a {
    line-height: 62px;
  }
}

#other_news {
  padding: 50px 0;
}

#other_news .h3-tt {
  border: none;
  padding-left: 0 !important;
}

@media screen and (max-width: 767px) {
  #other_news {
    padding: 20px 0;
  }

  #other_news .blog-shared {
    padding-top: 10px;
  }
}

.page404 {
  text-align: center;
  padding: 150px 0;
}

.page404 .txt-note {
  padding-bottom: 30px;
}

.page404 .btn-home {
  max-width: 300px;
  margin: 0 auto;
}

.page404 .btn-home a {
  position: relative;
  display: block;
  text-align: center;
  border-radius: 5px;
  background: #000;
  color: #fff;
  margin: 0 auto;
  padding: 14px;
  max-width: 300px;
  font-weight: bold;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.1em;
}

.page404 .btn-home a:hover {
  opacity: 0.8;
}

.page404 .btn-home a:before {
  content: "";
  position: absolute;
  right: 10px;
  bottom: 10px;
  display: block;
  width: 0;
  height: 0;
  border-bottom: 8px solid #fff;
  border-left: 8px solid transparent;
}

/* 会社概要 */
#outline .outline-flex {
  display: grid;
  grid-template-columns: minmax(0, 40%) minmax(0, 60%);
  gap: 48px;
  align-items: start;
}

#outline .tbl-info {
  min-width: 0;
  width: 100%;
}

#outline .outline-images .img-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

#outline .outline-images img {
  width: 80% !important;
  height: auto !important;
  max-width: 100% !important;
  display: block;
}

#outline .outline-images .img-list img:nth-of-type(1) {
  margin-right: auto;
  margin-left: 0;
}

#outline .outline-images .img-list img:nth-of-type(2) {
  margin-left: auto;
  margin-right: 0;
}

#outline .map {
  background: url(https://wius.co.jp/hp_test2/wp-content/themes/WiUs/frontend/shared/img/about/arow.svg) no-repeat right center / 23px;
  padding: 0 33px 0 0;
}

@media (max-width: 767px) {
  #outline .outline-flex {
    grid-template-columns: 1fr;
  }

  #outline .outline-images .img-list {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }

  #outline .outline-images img {
    width: 100% !important;
  }

  #outline .outline-images .img-list img:nth-of-type(1),
  #outline .outline-images .img-list img:nth-of-type(2) {
    margin-left: 0;
    margin-right: 0;
  }
}




/* チャットボット */
.media-shared .group .graphic.grap_ext .situation-head {
  display: flex;
  align-items: center;
  gap: 32px;
}

.media-shared .group .graphic.grap_ext .situation-thumb {
  flex: 0 0 33.333%;
  max-width: 33.333%;
  display: flex;
  justify-content: center;
}

.media-shared .group .graphic.grap_ext .situation-thumb img {
  width: 70%;
  height: auto;
  display: block;
  border-radius: 12px;
}

.media-shared .group .graphic.grap_ext dl.info {
  flex: 1;
  width: 100%;
  max-width: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.media-shared .group .graphic.grap_ext dl.info dt,
.media-shared .group .graphic.grap_ext dl.info dd {
  width: 100%;
  max-width: none;
  box-sizing: border-box;
}

.media-shared .group .graphic.grap_ext dl.info dd {
  margin: 0;
  width: 100% !important;
  max-width: none !important;
}

.media-shared .group .graphic.grap_ext .photo {
  margin-top: 24px;
}

@media (max-width: 768px) {
  .media-shared .group .graphic.grap_ext .situation-head {
    flex-direction: column;
    gap: 16px;
  }

  .media-shared .group .graphic.grap_ext .situation-thumb {
    flex: none;
    max-width: 100%;
  }
}


.stregth-shared .group .item dl dt {
  font-size: 26px;
}


@media screen and (min-width: 768px) {
  .object-fit-cover-pc img {
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100% !important;
    width: 100% !important;
    object-position: 50% 12%;
  }
}





/* ブランドアニメーション */
.brand-graphic-anim {
  position: relative;
  display: block;
  line-height: 0;
}

.brand-graphic-anim img {
  width: 100%;
  height: auto;
  display: block;
}

.brand-graphic-cycle {
  position: relative;
  width: 100%;
  aspect-ratio: 1955 / 1149;
  overflow: hidden;
}

.brand-graphic-cycle .frame {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  pointer-events: none;
  transform: translateZ(0);
}

.brand-graphic-cycle .f0 {
  opacity: 1;
  z-index: 0;
  animation: none !important;
}

.brand-graphic-cycle .f1,
.brand-graphic-cycle .f2,
.brand-graphic-cycle .f3,
.brand-graphic-cycle .f4 {
  opacity: 0;
  z-index: 1;
  will-change: opacity;
  animation-duration: 4s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-fill-mode: both;
}


.brand-graphic-cycle .f1 {
  animation-name: brand_f1;
}

.brand-graphic-cycle .f2 {
  animation-name: brand_f2;
}

.brand-graphic-cycle .f3 {
  animation-name: brand_f3;
}

.brand-graphic-cycle .f4 {
  animation-name: brand_f4;
}


@keyframes brand_f1 {
  0% {
    opacity: 0;
  }

  5% {
    opacity: 1;
  }

  23% {
    opacity: 1;
  }

  28% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@keyframes brand_f2 {
  0% {
    opacity: 0;
  }

  22% {
    opacity: 0;
  }

  27% {
    opacity: 1;
  }

  48% {
    opacity: 1;
  }

  53% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@keyframes brand_f3 {
  0% {
    opacity: 0;
  }

  47% {
    opacity: 0;
  }

  52% {
    opacity: 1;
  }

  73% {
    opacity: 1;
  }

  78% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@keyframes brand_f4 {
  0% {
    opacity: 0;
  }

  72% {
    opacity: 0;
  }

  77% {
    opacity: 1;
  }

  98% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@media (prefers-reduced-motion: reduce) {

  .brand-graphic-cycle .f1,
  .brand-graphic-cycle .f2,
  .brand-graphic-cycle .f3,
  .brand-graphic-cycle .f4 {
    animation: none !important;
    opacity: 0;
  }

  .brand-graphic-cycle .f1 {
    opacity: 1;
  }
}









/* SNSアイコン */
.sns-links {
  list-style: none;
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 10px 0 0;
  margin: 0;
  margin-bottom: 32px;
}

.sns-links .sns {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  transition: transform .2s ease, opacity .2s ease;
  opacity: .95;
}

.sns-links .sns:hover {
  transform: translateY(-1px) scale(1.06);
  opacity: 1;
}

.sns-links .sns svg {
  width: 18px;
  height: 18px;
  fill: #fff;
}




/* 数字で見る */
.pf-grid {
  display: flex;
  gap: 48px;
  margin-bottom: 48px;
  align-items: flex-start;
}

.pf-item,
.pf-wide {
  display: flex;
  gap: 24px;
  align-items: flex-start;
}

.pf-wide {
  margin-top: 12px;
}

.pf-ic {
  width: 120px;
  height: auto;
  display: block;
  flex: 0 0 88px;
  margin-top: 32px;
}

.pf-wide .pf-ic {
  margin-top: 28px;
}

.pf-txt {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 12px;
  row-gap: 8px;
  align-items: end;
  overflow: visible;
}

.pf-small {
  grid-column: 1 / -1;
  margin: 0;
  font-size: 17px;
  color: #666;
  line-height: 1.3;
  min-height: 22px;
  display: flex;
  align-items: flex-end;
}

.pf-num {
  grid-column: 1;
  margin: 0;
  font-size: 68px;
  font-weight: 800;
  color: #0a4f7a;
  white-space: nowrap;
  line-height: 1.25;
  display: inline-flex;
  align-items: flex-end;
  padding-bottom: 6px;
}

.pf-num span {
  font-size: inherit;
  font-weight: inherit;
  margin-left: 4px;
}

.pf-desc {
  grid-column: 2;
  margin: 0;
  font-size: 18px;
  color: #333;
  align-self: flex-end;
  padding-bottom: 6px;
}

.pf-note {
  grid-column: 1 / -1;
  margin: 6px 0 0;
  font-size: 13px;
  color: #999;
  line-height: 1.6;
}

.pf-grid,
.pf-wide {
  padding-left: 64px;
}

#brandlist .h3-tt {
  padding: 50px 0px 60px;
  margin-top: 100px;
}

@media screen and (max-width: 767px) {

  .pf {
    padding: 8px;
  }

  .pf-grid,
  .pf-wide {
    padding-left: 0;
  }

  .pf-grid {
    flex-direction: column;
    gap: 48px;
    margin-bottom: 48px;
  }

  .pf-item,
  .pf-wide {
    gap: 14px;
    align-items: flex-start;
  }

  .pf-ic {
    width: 48px;
    flex: 0 0 64px;
    margin-top: 6px;
  }

  .pf-wide .pf-ic {
    margin-top: 6px;
  }

  .pf-txt {
    column-gap: 10px;
    row-gap: 6px;
  }

  .pf-small {
    font-size: 14px;
    min-height: 0;
  }

  .pf-num {
    font-size: 34px;
    line-height: 1.15;
    padding-bottom: 0;
  }

  .pf-desc {
    font-size: 10px;
    padding-bottom: 0;
  }

  .pf-note {
    font-size: 12px;
    margin-top: 4px;
  }
}




/* CEOプロフィール */
#ceoProfileOverlay.profile-overlay {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: none;
}

#ceoProfileOverlay.profile-overlay.is-open {
  display: block;
}

#ceoProfileOverlay .profile-overlay__bg {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .45);
  z-index: 0;
}

#ceoProfileOverlay .xxl-inner.border {
  position: relative;
  z-index: 1;
  width: min(1200px, calc(100% - 80px));
  margin: 10vh auto 0;
  background: #fff;
  border-radius: 14px;
  padding: 70px 76px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, .18);
  max-width: 1200px;
  overflow: visible;
}

#ceoProfileOverlay .close_btn {
  position: absolute;
  top: 34px;
  right: 34px;
  width: 38px;
  height: 38px;
  cursor: pointer;
  z-index: 2;
}

#ceoProfileOverlay .close_btn span {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background: #1e4f66;
}

#ceoProfileOverlay .close_btn span:nth-child(1) {
  transform: translateY(-50%) rotate(45deg);
}

#ceoProfileOverlay .close_btn span:nth-child(2) {
  transform: translateY(-50%) rotate(-45deg);
}

#ceoProfileOverlay .l-inner {
  width: 100%;
  max-width: none;
  padding: 0;
  margin: 0;
}

#ceoProfileOverlay .l-inner>.flex {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  flex-wrap: nowrap !important;
  gap: 64px !important;
  width: 100%;
}

#ceoProfileOverlay .image {
  flex: 0 0 360px;
  width: 360px;
  max-width: 360px;
}

#ceoProfileOverlay .image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 2px;
}

#ceoProfileOverlay .text {
  flex: 1 1 auto;
  min-width: 0;
}

#ceoProfileOverlay .text p {
  margin: 0;
  font-size: 16px;
  line-height: 2.2;
  letter-spacing: .02em;
  color: #1f2d3a;
}

@media (max-width: 767px) {
  #ceoProfileOverlay .image img {
    width: 60%;
    height: auto;
    margin: 0 auto;
    display: block;
    border-radius: 2px;
  }

  #ceoProfileOverlay .xxl-inner.border {
    width: calc(100% - 24px);
    margin: 6vh auto 0;
    padding: 24px 18px;
    border-radius: 12px;
  }

  #ceoProfileOverlay .close_btn {
    top: 16px;
    right: 16px;
    width: 32px;
    height: 32px;
  }

  #ceoProfileOverlay .l-inner>.flex {
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 18px !important;
  }

  #ceoProfileOverlay .image {
    width: 100%;
    max-width: none;
    flex: none;
  }

  #ceoProfileOverlay .text p {
    font-size: 15px;
    line-height: 2.0;
  }
}

.js-ceoOpen {
  cursor: pointer !important;
}

.photo-ceo {
  z-index: -1;
}

/* Wiusについて */
@media screen and (max-width: 767px) {
  .bnr-shared a {
    line-height: 50px;
    font-size: 10px;
    padding: 0 28px;
  }
}

/* デジタルマーケティング */
.cmp {
  --gap: 10px;
  --radius: 0px;
  --label-bg: #e9f2f8;
  --main-bg: #0c6fa3;
  --main-bg2: #0a5f8d;
  --sub-bg: #e6e6e6;
  --text-dark: #4a4a4a;

  padding: 17px;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Noto Sans JP", sans-serif;
}

.cmp__grid {
  display: grid;
  grid-template-columns: 180px minmax(224px, 1fr) minmax(224px, 0.8fr);
  gap: var(--gap);
  align-items: stretch;
}

.cmp__cell {
  border-radius: var(--radius);
  padding: 15px 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-sizing: border-box;
  line-height: 1.5;
}

.cmp__cell--blank {
  background: transparent;
  padding: 0;
}

.cmp__head {
  padding: 13px 14px;
  font-weight: 700;
  letter-spacing: .06em;
}

.cmp__head--wius {
  background: linear-gradient(180deg, var(--main-bg2), var(--main-bg));
  color: #fff;
}

.cmp__head--others {
  background: #d9d9d9;
  color: var(--text-dark);
}

.cmp__headTitle {
  font-size: 28px;
  font-weight: 800;
}

.cmp__headTitle--dark {
  font-size: 18px;
  letter-spacing: 0;
}

.cmp__label {
  background: var(--label-bg);
  color: #2b5b78;
  font-weight: 700;
  font-size: 14px;
}

.cmp__main {
  background: linear-gradient(180deg, var(--main-bg2), var(--main-bg));
  color: #ffffff;
  font-weight: 700;
  font-size: 14px;
}

.cmp__sub {
  background: var(--sub-bg);
  color: var(--text-dark);
  font-weight: 600;
  font-size: 13px;
}

@media (max-width: 900px) {
  .cmp__grid {
    grid-template-columns: 180px minmax(224px, 1fr) minmax(224px, 0.8fr);
  }

  .cmp__cell--blank {
    display: block;
  }
}

@media (max-width: 767px) {
  .cmp {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .cmp__grid {
    min-width: 680px;
    padding-bottom: 64px;
  }
}

/*SNS表*/
.media-map {
  max-width: 924px;
  margin: auto;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Noto Sans JP", sans-serif;
}

.funnel-wrap {
  display: grid;
  grid-template-columns: 154px 1fr;
  margin-bottom: 24px;
}

.funnel {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.funnel .step {
  background: linear-gradient(90deg, #0b5c7e, #1fa3d7);
  color: #fff;
  text-align: center;
  padding: 18px 0;
  font-weight: 700;
  font-size: 14px;
  position: relative;
}

.funnel .step:not(:last-child)::after {
  content: '';
  position: absolute;
  right: -16px;
  top: 0;
  width: 0;
  height: 0;
  border-top: 35px solid transparent;
  border-bottom: 35px solid transparent;
  border-left: 16px solid #1fa3d7;
  z-index: 2;
}

.body {
  --row-h: 64px;
  display: grid;
  grid-template-columns: 154px 1fr;
  gap: 22px;
  align-items: start;
}

.categories {
  display: grid;
  grid-template-rows: repeat(4, var(--row-h));
  gap: 13px;
}

.cat {
  background: linear-gradient(90deg, #0b5c7e, #3f6fd1);
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: .055em;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 7px;
  height: 100%;
}

.matrix {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(4, var(--row-h));
  gap: 13px 20px;
  align-items: stretch;
  align-content: start;
}

.cell {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 13px 18px;
  min-width: 0;
  height: 100%;
  overflow: hidden;
}

.cell img {
  height: 48px;
  width: auto;
  max-width: 80px;
  object-fit: contain;
  display: block;
}

@media (max-width: 900px) {
  .media-map {
    max-width: 100%;
  }

  .body,
  .funnel-wrap {
    grid-template-columns: 132px 1fr;
  }

  .body {
    --row-h: 60px;
    gap: 20px;
  }

  .categories {
    gap: 12px;
  }

  .matrix {
    gap: 12px 18px;
  }

  .cat {
    font-size: 12px;
  }

  .cell {
    gap: 12px 16px;
  }

  .cell img {
    height: 50px;
  }
}

.media-map-wrap {
  position: relative;
}

@media (max-width: 700px) {
  .media-map {
    transform: none !important;
    margin-bottom: 0 !important;
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 64px;
  }

  .media-map .funnel-wrap,
  .media-map .body {
    min-width: 924px;
  }

  .media-map .matrix,
  .cmp__grid {
    position: relative;
  }

  .media-map .scroll-text,
  .cmp__grid .scroll-text {
    position: absolute;
    bottom: 46px;
    left: 12px;
    transform: translateX(12px);
    z-index: 6;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    letter-spacing: .2em;
    font-size: 12px;
    line-height: 1;
    white-space: nowrap;
    pointer-events: none;
  }

  .media-map .scroll,
  .cmp__grid .scroll {
    color: #000;

    border-left: none;
    border-bottom: 1px solid;

    height: 6px;
    width: 125px;

    position: absolute;
    bottom: 32px;
    left: 12px;
    z-index: 5;
    transform-origin: left;
    -webkit-transform-origin: left;

    clip-path: inset(0 100% 0 0);
    -webkit-clip-path: inset(0 100% 0 0);

    animation: scrollLineGrowHorizontal 1.6s ease-in-out infinite;
  }

  .media-map .scroll:before,
  .cmp__grid .scroll:before {
    position: absolute;
    content: '';

    height: 13px;
    border-right: 1px solid;

    right: 5px;

    top: -4px;

    transform: rotate(-58deg);
  }

  .is-hide {
    opacity: 0;
    pointer-events: none;
  }

  .scroll.is-hide,
  .scroll-text.is-hide {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    animation: none !important;
  }

  @keyframes scrollLineGrowHorizontal {
    0% {
      opacity: 0;
      clip-path: inset(0 100% 0 0);
      -webkit-clip-path: inset(0 100% 0 0);
      transform: translateX(-6px);
    }

    18% {
      opacity: 1;
    }

    62% {
      opacity: 1;
      clip-path: inset(0 0 0 0);
      -webkit-clip-path: inset(0 0 0 0);
      transform: translateX(0px);
    }

    100% {
      opacity: 0;
      clip-path: inset(0 0 0 0);
      -webkit-clip-path: inset(0 0 0 0);
      transform: translateX(10px);
    }
  }


  @media (prefers-reduced-motion: reduce) {
    .media-map .scroll {
      animation: none !important;
      clip-path: none !important;
      -webkit-clip-path: none !important;
      opacity: 1 !important;
      transform: none !important;
    }
  }
}

@media (min-width: 701px) {

  .media-map .scroll,
  .media-map .scroll-text,
  .cmp__grid .scroll,
  .cmp__grid .scroll-text {
    display: none;
  }
}

#request .left .photo {
  max-width: 600px;
}

/* リングアニメーション */
#aboutGraphic {
  --blue: #1f6f97;
  --blue2: #2f86b3;
  --txt: #0e1b22;
  --muted: #6d7b86;
  --line: rgba(31, 111, 151, .25);

  position: relative !important;
  width: 100%;
  display: block !important;

  aspect-ratio: 1280 / 1315;
  max-width: 700px;
  margin-inline: auto;
}

.about-top {
  flex-direction: column;
  align-items: center;
}

.about-top-wius {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.about-top-col+.about-top-col {
  margin-top: 48px;
}

.about-top-col {
  display: flex;
  align-items: center;
  gap: 20px;
}

.about-top-head {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
}

.about-top-ttl {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: .08em;
  color: #1f6f97;
  ;
  font-size: 40px;
  min-width: 205px;

  display: inline-block;
  overflow: hidden;
  vertical-align: bottom;

  visibility: hidden;
}

.about-top-ttl.is-ready {
  visibility: visible;
}

.about-top-ttl>span {
  display: inline-block;
  transform: translateY(120%);
  opacity: 0;
  transition: transform 900ms cubic-bezier(.2, .8, .2, 1), opacity 900ms ease;
  will-change: transform, opacity;
}

.about-top-ttl.is-inview>span {
  transform: translateY(0);
  opacity: 1;
}

@media (prefers-reduced-motion: reduce) {
  .about-top-ttl {
    visibility: visible;
  }

  .about-top-ttl>span {
    transform: none;
    opacity: 1;
    transition: none;
  }
}

.about-mark {
  width: 40px;
  height: 40px;
  display: inline-block;
  object-fit: contain;
  opacity: .9;

  animation: about-mark-rotate 10s linear infinite;
  transform-origin: 50% 50%;
  will-change: transform;
}

.about-top-txt {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.5;
}

#aboutGraphic .about-center {
  position: absolute;
  left: 0;
  right: 0;
  top: 0%;
  bottom: 0;
}

#aboutGraphic .about-ring {
  position: absolute !important;
  left: 49.2% !important;
  top: 56% !important;
  width: 40% !important;
  height: auto !important;
  pointer-events: none !important;
  z-index: 2 !important;

  transform: translate(-50%, -50%);
  transform-origin: 50% 50%;
  will-change: transform;
}

#aboutGraphic .about-core {
  position: absolute;
  left: 48.5%;
  top: 56%;
  width: 14%;
  aspect-ratio: 1 / 1;
  transform: translate(-50%, -50%);
  border-radius: 999px;
  z-index: 3;
  display: grid;
  place-items: center;
}

#aboutGraphic .about-core-ttl {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: .08em;
  color: #0c5f85;
  font-size: 26px;
}

#aboutGraphic .about-label {
  position: absolute;
  font-family: "Montserrat", sans-serif;
  font-weight: 540;
  letter-spacing: .14em;
  color: rgba(31, 111, 151, .95);
  font-size: clamp(12px, 1.2vw, 24px);
  z-index: 4;
  transform: translate(-50%, -50%);
}

#aboutGraphic .about-label[data-pos="lab-client"] {
  left: 20%;
  top: 35%;
}

#aboutGraphic .about-label[data-pos="lab-passion"] {
  left: 80%;
  top: 35%;
}

#aboutGraphic .about-label[data-pos="lab-change"] {
  left: 20%;
  top: 66%;
}

#aboutGraphic .about-label[data-pos="lab-user"] {
  left: 80%;
  top: 66%;
}

#aboutGraphic .about-label[data-pos="lab-life"] {
  left: 49%;
  top: 90%;
}

#aboutGraphic .about-bubble {
  position: absolute !important;
  z-index: 6 !important;
  transform: translate(-50%, -50%) scale(1);
  transform-origin: center;
  transition: transform 220ms ease, box-shadow 220ms ease;

  background: #fff;
  border: 1px solid rgba(0, 0, 0, .08);
  border-radius: 10px;
  padding: 12px 16px;

  font-weight: 500;
  text-align: center;

  box-shadow: 0 14px 28px rgba(0, 0, 0, .12);
  appearance: none;
  cursor: pointer;
}

#aboutGraphic .about-bubble-sub {
  display: block;
  margin-top: 6px;
  font-weight: 600;
  color: rgba(14, 27, 34, .45);
  font-size: 11px;
  line-height: 1.2;
}

#aboutGraphic .about-bubble:hover,
#aboutGraphic .about-bubble:focus-visible {
  transform: translate(-50%, -50%) scale(1.06);
  box-shadow: 0 20px 40px rgba(0, 0, 0, .18);
}

#aboutGraphic .about-bubble[data-pos="top"] {
  left: 49%;
  top: 25%;
  min-width: 230px;
  min-height: 60px;
  font-size: 13px;
}

#aboutGraphic .about-bubble[data-pos="left"] {
  left: 10%;
  top: 48%;
  min-width: 230px;
  min-height: 60px;
  font-size: 13px;
}

#aboutGraphic .about-bubble[data-pos="right"] {
  left: 88.5%;
  top: 48%;
  min-width: 230px;
  min-height: 60px;
  font-size: 13px;
}

#aboutGraphic .about-bubble[data-pos="bottom-left"] {
  left: 18%;
  top: 80%;
  min-width: 230px;
  min-height: 60px;
  font-size: 13px;
}

#aboutGraphic .about-bubble[data-pos="bottom-right"] {
  left: 80.5%;
  top: 80%;
  min-width: 230px;
  min-height: 60px;
  font-size: 13px;
}

#aboutGraphic .about-bubble .bubble-hover {
  display: none;
}

#aboutGraphic .about-bubble:hover .bubble-normal,
#aboutGraphic .about-bubble:focus-visible .bubble-normal {
  display: none;
}

#aboutGraphic .about-bubble:hover .bubble-hover,
#aboutGraphic .about-bubble:focus-visible .bubble-hover {
  display: inline;
}

@keyframes about-mark-rotate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@media (max-width: 767px) {
  #aboutGraphic {
    max-width: 92vw;
  }

  .about-top {
    gap: 18px;
  }

  .about-top-col {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }

  .about-top-ttl {
    font-size: 28px;
    min-width: 0;
  }

  .about-top-txt {
    font-size: 16px;
  }

  #aboutGraphic .about-label {
    font-size: 12px;
  }

  #aboutGraphic .about-bubble {
    min-width: 0;
    width: min(84vw, 320px);
    padding: 10px 12px;
    font-size: 12px;
  }

  #aboutGraphic .about-bubble[data-pos="top"] {
    left: 50%;
    top: 18%;
  }

  #aboutGraphic .about-bubble[data-pos="left"] {
    left: 50%;
    top: 40%;
  }

  #aboutGraphic .about-bubble[data-pos="right"] {
    left: 50%;
    top: 52%;
  }

  #aboutGraphic .about-bubble[data-pos="bottom-left"] {
    left: 50%;
    top: 70%;
  }

  #aboutGraphic .about-bubble[data-pos="bottom-right"] {
    left: 50%;
    top: 82%;
  }

  #aboutGraphic .about-ring {
    width: 46% !important;
    left: 50% !important;
  }

  #aboutGraphic .about-core {
    left: 48.5%;
    width: 18%;
  }

  #aboutGraphic .about-core-ttl {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  #aboutGraphic {
    max-width: 92vw;
  }

  #aboutGraphic .about-label {
    font-size: 11px;
  }

  #aboutGraphic .about-bubble {
    width: min(40vw, 80px);
    min-width: 0;
    padding: 8px 10px;
    font-size: 8px;
    line-height: 1.4;

  }

  #aboutGraphic .about-bubble-sub {
    font-size: 10px;
    margin-top: 4px;
  }

  #aboutGraphic .about-bubble[data-pos="top"] {
    min-width: 0 !important;
    width: min(40vw, 80px);
    left: 50%;
    top: 30%;
    font-size: 8px !important;
  }

  #aboutGraphic .about-bubble[data-pos="left"] {
    min-width: 0 !important;
    width: min(40vw, 80px);
    left: 20%;
    top: 50%;
    font-size: 8px !important;
  }

  #aboutGraphic .about-bubble[data-pos="right"] {
    min-width: 0 !important;
    width: min(40vw, 80px);
    left: 80%;
    top: 50%;
    font-size: 8px !important;
  }

  #aboutGraphic .about-bubble[data-pos="bottom-left"] {
    min-width: 0 !important;
    width: min(40vw, 80px);
    left: 30%;
    top: 80%;
    font-size: 8px !important;
  }

  #aboutGraphic .about-bubble[data-pos="bottom-right"] {
    min-width: 0 !important;
    width: min(40vw, 80px);
    left: 70%;
    top: 80%;
    font-size: 8px !important;
  }

  #aboutGraphic .about-ring {
    width: 44% !important;
    left: 50% !important;
  }

  #aboutGraphic .about-core {
    left: 50%;
    width: 17%;
  }

  #aboutGraphic .about-core-ttl {
    font-size: 16px;
  }
}

.about-graphic-wius {
  background-color: transparent !important;
}

@media (hover: hover) and (pointer: fine) {

  #aboutGraphic .about-bubble:hover .bubble-normal,
  #aboutGraphic .about-bubble:focus-visible .bubble-normal {
    display: none;
  }

  #aboutGraphic .about-bubble:hover .bubble-hover,
  #aboutGraphic .about-bubble:focus-visible .bubble-hover {
    display: inline;
  }
}

@media (hover: none) and (pointer: coarse) {
  #aboutGraphic .about-bubble .bubble-normal {
    display: inline !important;
  }

  #aboutGraphic .about-bubble .bubble-hover {
    display: none !important;
  }

  #aboutGraphic .about-bubble:hover,
  #aboutGraphic .about-bubble:active,
  #aboutGraphic .about-bubble:focus,
  #aboutGraphic .about-bubble:focus-visible {
    transform: translate(-50%, -50%) scale(1) !important;
    box-shadow: 0 14px 28px rgba(0, 0, 0, .12) !important;
  }

  #aboutGraphic .about-bubble {
    cursor: default !important;
  }
}

@media (hover: none) and (pointer: coarse) {

  #aboutGraphic .about-bubble,
  #aboutGraphic .about-bubble * {
    color: #0e1b22 !important;
    -webkit-text-fill-color: #0e1b22 !important;
  }

  #aboutGraphic .about-bubble {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
}


/* 採用ページ */
#recruitLead,
#vmvp-grid,
#jobs,
#flow,
#entry {
  width: 100%;
  display: block;
  position: relative;
}

#vmvp-grid {
  padding: 100px 50px;
}

#flow {
  padding: 100px 50px;
}

#jobs,
#entry {
  padding: 100px 50px;
}

@media (max-width:767px) {
  #vmvp-grid {
    padding: 20px 0;
  }

  #jobs,
  #entry,
  #flow {
    padding: 45px 0;
  }
}

#recruitLead .lead {
  justify-content: flex-end;
}

#recruitLead .txt {
  max-width: 900px;
  text-align: right;
}

#vmvp-grid .wrap {
  margin: 0 auto;
}

#vmvp-grid .vmvp-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  margin: 0 auto;
}

#value {
  margin-bottom: 80px;
}

#vmvp-grid .box {
  position: relative;
  padding: 80px 0 100px;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08);
  z-index: 1;
}

#vmvp-grid .vmvp-card {}

#vmvp-grid .vmvp-card-grid {
  display: flex;
  flex-direction: column;
  gap: 64px;
  align-items: stretch;
}

#vmvp-grid .vmvp-card-texts {
  display: flex;
  flex-direction: column;
  gap: 48px;
  min-width: 0;
  width: 100%;
}

#vmvp-grid .vmvp-inCard {
  background: transparent;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
}

#vmvp-grid .vmvp-image {
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  margin-left: auto;
}

#vmvp-grid .vmvp-image img {
  width: min(520px, 100%);
  height: auto;
  display: block;
  border-radius: 24px;
}

#vmvp-grid .vmvp-item {
  height: 100%;
  display: flex;
  flex-direction: column;
}

#vmvp-grid .vmvp-card-texts .vmvp-item {
  background: #f3f4f6;
  border-radius: 8px;
  padding: 20px 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 10px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, .06);
}

#vmvp-grid .vmvp-wide {
  width: 100%;
}

#vmvp-grid .vmvp-item .h2-tt {
  margin: 0 0 18px;
}

#vmvp-grid .vmvp-item .h3-tt {
  padding: 10px 0 0 0px;
}

#vmvp-grid .vmvp-item .h3-tt:before {
  margin: 0 0 12px 3px;
}

#vmvp-grid .vmvp-item .txt {
  margin-top: 14px;
  line-height: 1.85;
}

#vmvp-grid .vmvp-item .vmvp-lead {
  font-weight: 700;
  margin: 40px 0;
  color: #0c5f85;
  line-height: 1.5;
  height: 3em;
  font-size: 22px;
}

#vmvp-grid .vmvp-item .vmvp-list {
  margin: 14px 0 0;
  padding-left: 0;
  list-style: none;
}

#vmvp-grid .vmvp-item .vmvp-list li {
  margin-top: 12px;
  line-height: 1.75;
}

@media (max-width:767px) {
  #vmvp-grid .wrap {
    max-width: 100%;
  }

  #vmvp-grid .vmvp-grid {
    gap: 24px;
  }

  #vmvp-grid .vmvp-card {
    padding: 28px 20px;
    border-radius: 18px;
  }

  #vmvp-grid .vmvp-card-grid {
    gap: 24px;
  }

  #vmvp-grid .vmvp-image {
    justify-content: flex-end;
  }

  #vmvp-grid .vmvp-image img {
    border-radius: 18px;
  }

  #vmvp-grid .vmvp-item {
    padding: 28px 20px;
    border-radius: 18px;
  }
}

#jobs .jobs-list {
  margin-top: 34px;
  display: grid;
  gap: 26px;
}

#jobs .job-card {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 28px;
  background: #f3f4f6;
  border-radius: 10px;
  padding: 26px 28px;
}

#jobs h3 {
  text-align: left;
  margin-top: 56px;
  font-size: 1.2rem;
}

#jobs .job-left {
  display: grid;
  grid-template-columns: 54px 1fr;
  grid-auto-rows: min-content;
  column-gap: 14px;
  align-content: start;
}

#jobs .job-badge {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background: #111827;
  display: grid;
  place-items: center;
  margin-top: 2px;
}

#jobs .job-no {
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
}

#jobs .job-title {
  margin: 0;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
}

#jobs .job-type {
  grid-column: 2;
  margin: 6px 0 0;
  font-size: 12px;
  color: #6b7280;
}

#jobs .job-right {
  background: #fff;
  border-radius: 10px;
  padding: 18px 18px;
}

#jobs .job-dl {
  margin: 0;
}

#jobs .job-dl dt {
  font-weight: 700;
  font-size: 12px;
  letter-spacing: .06em;
  color: #111827;
  margin-top: 14px;
}

#jobs .job-dl dt:first-child {
  margin-top: 0;
}

#jobs .job-dl dd {
  margin: 6px 0 0;
  color: #111827;
  line-height: 1.8;
  font-size: 14px;
}

#jobs .job-ul {
  margin: 0;
}

#jobs .job-ul li {
  margin: 6px 0;
}

@media (max-width:767px) {
  #jobs .job-card {
    grid-template-columns: 1fr;
    padding: 18px 16px;
  }

  #jobs .job-left {
    grid-template-columns: 44px 1fr;
  }

  #jobs .job-right {
    padding: 14px 14px;
  }
}

#flow .lead.d_flex {
  display: block;
}

#flow .lead.d_flex>.txt {
  width: 100%;
  max-width: none;
}

#flow {
  --flowBoxH: 200px;
  --flowNoH: 16px;
  --flowNoGap: 10px;
  --flowPadTop: 24px;
}

#flow .box {
  position: relative;
  padding: 80px 0 100px;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08);
  z-index: 1;
}


#flow .flow-ui {
  max-width: 980px;
  margin: 0 auto;
}

#flow .flow-steps {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 26px;
  align-items: start;
  padding: var(--flowPadTop) 18px 8px;
}

#flow .flow-line {
  position: absolute;
  left: 7%;
  right: 7%;
  top: calc(var(--flowPadTop) + var(--flowNoH) + var(--flowNoGap) + (var(--flowBoxH) / 2));
  height: 2px;
  background: #d1d5db;
  z-index: 0;
}

#flow .flow-line::before,
#flow .flow-line::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid #d1d5db;
  transform: translate(-50%, -50%);
}

#flow .flow-line::before {
  left: 33.333%;
}

#flow .flow-line::after {
  left: 66.666%;
}

#flow .flow-steps::after {
  content: "";
  position: absolute;
  right: 7%;
  top: calc(var(--flowPadTop) + var(--flowNoH) + var(--flowNoGap) + (var(--flowBoxH) / 2));
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid #d1d5db;
  transform: translateY(-50%);
}

#flow .flow-step {
  position: relative;
  z-index: 1;
  text-align: center;
}

#flow .flow-step-no {
  height: var(--flowNoH);
  line-height: var(--flowNoH);
  font-size: 14px;
  font-weight: 700;
  color: #2563eb;
  margin-bottom: var(--flowNoGap);
}

#flow .flow-step-box {
  width: 120px;
  height: var(--flowBoxH);
  margin: 0 auto;
  border-radius: 6px;
  display: grid;
  place-items: center;
  color: #fff;
  font-weight: 700;
  box-shadow: 0 10px 22px rgba(0, 0, 0, .08);
}

#flow .flow-step-box span {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  letter-spacing: .08em;
  font-size: 18px;
  line-height: 1.1;
}

#flow .flow-step.is-s1 .flow-step-box {
  background: linear-gradient(180deg, #20c6c6, #16a6a6);
}

#flow .flow-step.is-s2 .flow-step-box {
  background: linear-gradient(180deg, #2aa6ff, #1d79ff);
}

#flow .flow-step.is-s3 .flow-step-box {
  background: linear-gradient(180deg, #1f5cff, #0f35ff);
}

#flow .flow-step.is-s4 .flow-step-box {
  background: linear-gradient(180deg, #163a8a, #0b1f5a);
}

#flow .flow-note {
  margin: 18px 0 0;
  text-align: left;
  color: #6b7280;
  font-size: 12px;
}

@media (max-width:767px) {
  #flow .flow-steps {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 10px 0 0;
  }

  #flow .flow-line,
  #flow .flow-steps::after {
    display: none;
  }

  #flow .flow-step-box {
    width: 100%;
    max-width: 320px;
    height: 64px;
  }

  #flow .flow-step-box span {
    writing-mode: horizontal-tb;
    text-orientation: initial;
    letter-spacing: .02em;
    font-size: 14px;
  }
}

.loop-slider {
  margin: 0;
  overflow: hidden;
  width: 100%;
}

.loop-track {
  display: flex;
  width: 200%;
  will-change: transform;
  animation: loopScroll 40s linear infinite;
}

.loop-set {
  width: 100%;
  display: flex;
}

.loop-set img {
  flex: 0 0 25%;
  width: 25%;
  height: auto;
  display: block;
  object-fit: cover;
}

.catch-text {
  text-align: center;
  font-size: clamp(62px, 8vw, 125px);
  font-weight: 600;
  color: rgba(12, 95, 133, 0.5);
  letter-spacing: 0.05em;
  line-height: 1;
  position: relative;
  margin-top: -80px;
  z-index: 1;
}


@media (max-width: 767px) {
  .loop-track img {
    width: 50%;
  }
}

@keyframes loopScroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

#value.vmvp-valueCards .vmvp-value-grid {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

#value.vmvp-valueCards .value-card {
  background: #f3f4f6;
  border-radius: 8px;
  padding: 20px 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 10px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, .06);
}

#value.vmvp-valueCards .value-title {
  font-size: 15px;
  line-height: 1.4;
  font-weight: 600;
  margin: 0;
  text-align: center;
  min-height: calc(1.4em * 2);
}

#value.vmvp-valueCards .value-media {
  margin-top: 4px;
}

#value.vmvp-valueCards .value-media img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 6px;
}

#value.vmvp-valueCards .value-desc {
  font-size: 13px;
  line-height: 1.7;
  color: #333;
  margin: 0;
}

@media (max-width:1024px) {
  #value.vmvp-valueCards .vmvp-value-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width:767px) {
  #value.vmvp-valueCards .vmvp-value-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  #value.vmvp-valueCards .value-card {
    padding: 18px 14px;
  }

  #value.vmvp-valueCards .value-desc {
    font-size: 14px;
    text-align: center;
  }
}

#people.vmvp-item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 56px;
  row-gap: 24px;
  align-items: start;
}

#people.vmvp-item>.h3-tt {
  grid-column: 1;
  grid-row: 1;
  margin: 0;
  line-height: 1.4;
}

#people.vmvp-item .people-image {
  grid-column: 1;
  grid-row: 2;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

#people.vmvp-item .people-image img {
  width: 100%;
  max-width: 520px;
  height: auto;
  display: block;
  border-radius: 16px;
  position: relative;
  z-index: 2;
}

#people.vmvp-item>.txt {
  grid-column: 2;
  grid-row: 1 / 3;
  margin: 0;
  justify-self: stretch;
  max-width: none;
  width: 100%;
  position: relative;
  z-index: 0;
  isolation: isolate;

  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}


#people.vmvp-item>.txt>p {
  margin: 0 0 20px;
  line-height: 1.8;
}

#people.vmvp-item .vmvp-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

#people.vmvp-item .vmvp-list li:first-child {
  border-top: 1px solid rgba(60, 104, 199, 0.15);
}

#people.vmvp-item .vmvp-list li {
  position: relative;
  padding: 18px 0 18px 28px;
  border-bottom: 1px solid rgba(0, 0, 0, .06);
  line-height: 1.8;
  font-weight: 600;
  font-size: 18px;
}

#people.vmvp-item .vmvp-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 28px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #3C68C7;
}

@media (max-width:767px) {
  #people.vmvp-item {
    grid-template-columns: 1fr;
    row-gap: 20px;
  }

  #people.vmvp-item>.h3-tt {
    grid-column: 1;
    grid-row: auto;
  }

  #people.vmvp-item .people-image {
    grid-column: 1;
    grid-row: auto;
  }

  #people.vmvp-item>.txt {
    grid-column: 1;
    grid-row: auto;
  }

  #people.vmvp-item .people-image img {
    max-width: 100%;
  }

  #people.vmvp-item>.txt>p {
    margin: 0 0 14px;
  }

  #people.vmvp-item .vmvp-list li {
    padding: 14px 0 14px 22px;
    font-size: 16px;
  }

  #people.vmvp-item .vmvp-list li::before {
    top: 22px;
  }

  #vmvp-grid .vmvp-item .vmvp-lead {
    font-size: 18px;
  }
}

#jobs dt .dt-text {
  background-color: #111827;
  padding: 2px 6px;
  color: #FFFFFF;
  border-radius: 10px;
}

#vmvp-grid .vmvp-card-texts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 48px;
  width: 100%;
}

@media (max-width:767px) {
  #vmvp-grid .vmvp-card-texts {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  #vmvp-grid .vmvp-item .vmvp-lead {
    margin: 14px 0;
    height: auto;
  }

  #vmvp-grid .vmvp-item .txt {
    margin-top: 0;
  }

}

#vmvp-grid .vmvp-card {
  display: grid;
  grid-template-columns: 1fr auto;
  column-gap: 40px;
  align-items: center;
}

#vmvp-grid .vmvp-card>.h2-tt {
  grid-column: 1;
}

#vmvp-grid .vmvp-card-grid {
  grid-column: 1 / -1;
  margin-top: 48px;
}

#vmvp-grid .vmvp-image {
  grid-column: 2;
  justify-content: flex-end;
}

@media (max-width:767px) {
  #vmvp-grid .vmvp-card {
    grid-template-columns: 1fr;
    row-gap: 24px;
  }

  #vmvp-grid .vmvp-image {
    grid-column: 1;
    justify-content: flex-start;
  }

  #vmvp-grid .vmvp-card-grid {
    margin-top: 0;
  }
}

.people_box:before {
  z-index: -1;
  content: '';
  border-radius: 50px;
  background-color: #f7fafb;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 00px;
  left: calc(50% - 490px);
}

.people_box {
  max-width: 1600px;
  margin: 0 auto;
  padding: 80px 0;
}

@media (max-width:767px) {
  #vmvp-grid .box {
    padding: 20px 0 10px;
  }

  .loop-slider {
    margin: 10px 0;
  }

  #value.vmvp-valueCards .value-media img {
    width: 75%;
    height: auto;
    display: block;
    margin: 0 auto;
    border-radius: 6px;
  }

}

@media screen and (max-width: 767px) {

  #jobs .jobs-list .job-left {
    position: relative;
    cursor: pointer;
    padding-right: 34px;
  }

  #jobs .jobs-list .job-left::after {
    content: '';
    width: 10px;
    height: 10px;
    border-right: 2px solid #333;
    border-bottom: 2px solid #333;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    transition: transform .25s ease;
  }

  #jobs .jobs-list .job-card.is-open .job-left::after {
    transform: translateY(-50%) rotate(-135deg);
  }

  #jobs .jobs-list .job-right {
    overflow: hidden;
    max-height: 0;
    transition: max-height .4s ease;
  }

  #jobs .jobs-list .job-right .job-inner {
    padding: 16px 16px 18px;
    box-sizing: border-box;
  }

  #jobs .jobs-list .job-card.is-open .job-right {
    max-height: 3000px;
  }


  #jobs .jobs-list .job-card {
    gap: 0 !important;
    row-gap: 0 !important;
  }

  #jobs .jobs-list .job-card.is-open {
    row-gap: 12px !important;
  }

  #jobs .job-right {
    padding: 0 !important;
  }
}

#contact {
  padding-top: 75px; }
  @media screen and (max-width: 767px) {
    #contact {
      padding-top: 55px; } }

.inquiryFormTable {
  max-width: 1050px;
  margin: 0 auto;
  padding-bottom: 175px;
  font-size: 16px; }
  .inquiryFormTable dl {
    display: flex;
    justify-content: space-between; }
    .inquiryFormTable dl dt {
      box-sizing: border-box;
      display: flex;
      width: 250px;
      margin-top: 9px;
      font-weight: 600; }
      .inquiryFormTable dl dt .required {
        display: block;
        width: -moz-fit-content;
        width: fit-content;
        height: -moz-fit-content;
        height: fit-content;
        background: #000;
        color: #fff;
        margin: 8px 0 0 7px;
        border-radius: 10px;
        width: 50px;
        text-align: center;
        font-size: 13px;
        font-weight: 400;
        line-height: 20px; }
    .inquiryFormTable dl dd {
      width: calc(100% - 250px); }
    .inquiryFormTable dl + dl {
      margin-top: 40px; }
  .inquiryFormTable input,
  .inquiryFormTable textarea {
    display: block;
    border: none;
    width: 100%;
    border-radius: 10px;
    padding: 5px 30px 9px;
    color: #8D8D8D;
    background: #fff;
    font-weight: 300;
    line-height: 40px; }
  .inquiryFormTable textarea {
    height: 162px;
    resize: vertical; }
  .inquiryFormTable .btBox {
    margin-top: 60px; }
    .inquiryFormTable .btBox input[type="submit"] {
      cursor: pointer;
      box-sizing: border-box;
      border-radius: 5px;
      background: #000 !important;
      color: #fff !important;
      margin: 0 auto;
      margin-top: 0 !important;
      padding: 14px;
      max-width: 300px;
      font-weight: bold;
      line-height: 28px;
      letter-spacing: 0.1em;
      transition: all .3s ease;
      -moz-transition: all .3s ease;
      -webkit-transition: all .3s ease; }
      .inquiryFormTable .btBox input[type="submit"]:hover {
        opacity: 0.8; }
    .inquiryFormTable .btBox input[type="button"] {
      cursor: pointer;
      box-sizing: border-box;
      border-radius: 5px;
      background: #fff !important;
      color: #000 !important;
      box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.16);
      padding: 14px;
      max-width: 300px;
      font-weight: bold;
      line-height: 28px;
      letter-spacing: 0.1em;
      margin-top: 0 !important;
      transition: all .3s ease;
      -moz-transition: all .3s ease;
      -webkit-transition: all .3s ease; }
  .inquiryFormTable .thanks {
    text-align: center;
    padding: 80px 0; }
  .inquiryFormTable .btn-home,
.inquiryFormTable .btn-download {
    max-width: 300px;
    margin: 0 auto; }
    .inquiryFormTable .btn-home a,
.inquiryFormTable .btn-download a {
      position: relative;
      display: block;
      text-align: center;
      border-radius: 5px;
      background: #000;
      color: #fff;
      margin: 0 auto;
      padding: 14px;
      max-width: 300px;
      font-weight: bold;
      font-size: 16px;
      line-height: 28px;
      letter-spacing: 0.1em; }
.inquiryFormTable .btn-download{
  margin-bottom: 16px;
}
      .inquiryFormTable .btn-home a::before,
.inquiryFormTable .btn-download a::before {
        content: "";
        position: absolute;
        right: 10px;
        bottom: 10px;
        display: block;
        width: 0;
        height: 0;
        border-bottom: 8px solid #fff;
        border-left: 8px solid transparent; }
      .inquiryFormTable .btn-home a:hover,
.inquiryFormTable .btn-download a:hover {
        opacity: 0.8; }
  @media screen and (max-width: 767px) {
    .inquiryFormTable {
      padding-bottom: 65px; }
      .inquiryFormTable dl {
        display: block; }
        .inquiryFormTable dl dt {
          box-sizing: border-box;
          width: auto; }
          .inquiryFormTable dl dt .required {
            margin-top: 6px; }
        .inquiryFormTable dl dd {
          margin-top: 10px !important;
          width: auto; }
        .inquiryFormTable dl + dl {
          margin-top: 25px; }
      .inquiryFormTable .btBox {
        margin-top: 50px; }
        .inquiryFormTable .btBox input[type="submit"] {
          max-width: 220px; }
      .inquiryFormTable .thanks {
        padding: 65px 0; } }

.wpcf7-response-output {
  border: 1px solid #000 !important;
  padding: 10px 20px; }

.confirm .inquiryFormTable {
  max-width: 800px;
  margin: 0 auto; }
  .confirm .inquiryFormTable dl dt {
    margin-top: 0; }
    .confirm .inquiryFormTable dl dt .required {
      display: none; }
  .confirm .inquiryFormTable input,
  .confirm .inquiryFormTable textarea {
    border: none;
    color: #000;
    background: none;
    line-height: 34px; }
  .confirm .inquiryFormTable textarea {
    height: auto; }
  .confirm .inquiryFormTable .btBox {
    display: flex;
    justify-content: center;
    column-gap: 30px; }
    .confirm .inquiryFormTable .btBox input:hover {
      opacity: 0.8; }
    .confirm .inquiryFormTable .btBox input[type="submit"] {
      margin: 0; }
    .confirm .inquiryFormTable .btBox .wpcf7-spinner {
      display: none; }
@media screen and (max-width: 767px) {
  .confirm .inquiryFormTable .btBox {
    flex-direction: column;
    align-items: center;
    gap: 20px; }
    .confirm .inquiryFormTable .btBox input {
      max-width: 80% !important; } }
