@charset "UTF-8";
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes slideUp {
  0% {
    transform: translateY(100px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes slideRight {
  0% {
    transform: translateX(100px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slideRightTxt {
  0% {
    transform: translateX(20px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slideLeft {
  0% {
    transform: translateX(-100px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slideLeftTxt {
  0% {
    transform: translateX(-20px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes bggradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.anim--slideInUp {
  opacity: 0;
}
.anim--slideInUp.view {
  animation: fade 0.5s 0s forwards, slideUp 0.5s 0s forwards;
}
.anim--slideInRight {
  opacity: 0;
}
.anim--slideInRight.view {
  animation: fade 0.5s 0s forwards, slideRight 0.5s 0s forwards;
}
.anim--slideInRight-txt {
  opacity: 0;
}
.anim--slideInRight-txt.view {
  animation: fade 0.3s 0s forwards, slideRightTxt 0.3s 0s forwards;
}
.anim--slideInLeft {
  opacity: 0;
}
.anim--slideInLeft.view {
  animation: fade 0.5s 0s forwards, slideLeft 0.5s 0s forwards;
}
.anim--slideInLeft-txt {
  opacity: 0;
}
.anim--slideInLeft-txt.view {
  animation: fade 0.3s 0s forwards, slideLeftTxt 0.3s 0s forwards;
}
.anim--fadeIn {
  opacity: 0;
}
.anim--fadeIn.view {
  animation: fade 0.5s 0s forwards, fadein 0.5s 0s forwards;
}

.eachTextAnime {
  opacity: 0;
}

.eachTextAnime span {
  -webkit-transition: 0.8s ease-in-out;
  opacity: 0;
  transition: 0.8s ease-in-out;
}
.f-jp {
  font-family: "Noto Sans JP", sans-serif;
}

.f-en {
  font-family: "Helvetica Neue", "Noto Sans JP", sans-serif;
}

.font-meiryo {
  font-family: Meiryo, "\30E1\30A4\30EA\30AA", "Noto Sans JP", sans-serif;
}

.u-scale__img {
  position: relative;
  overflow: hidden;
}
.u-scale__img img {
  display: block;
  transition: transform 0.3s;
}

.c-btn {
  display: block;
  width: 430px;
  height: 80px;
  padding: 30px;
  border: solid 2px #0072CF;
  color: #0072CF;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  transition: 0.3s;
}
.c-btn--back {
  position: relative;
}
.c-btn--back::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 20px;
  width: 0;
  height: 0;
  transform: translateY(-50%);
  border-width: 7.5px 6px 7.5px 0;
  border-style: solid;
  border-color: transparent #0072CF transparent transparent;
  content: "";
}
.c-btn--back:hover::before {
  border-color: transparent #fff transparent transparent;
}
.c-btn--next {
  position: relative;
}
.c-btn--next::before {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 0;
  height: 0;
  transform: translateY(-50%);
  border-width: 7.5px 0 7.5px 6px;
  border-style: solid;
  border-color: transparent transparent transparent #0072CF;
  content: "";
}
.c-btn--next:hover::before {
  border-color: transparent transparent transparent #fff;
}
.c-btn:hover {
  border: solid 2px #fff;
  background: #0072CF;
  color: #fff;
  text-decoration: none;
}

.it_solution {
  overflow: hidden;
  font-family: Meiryo, "\30E1\30A4\30EA\30AA", "Noto Sans JP", sans-serif;
}
.it_solution * {
  box-sizing: border-box;
}
.it_solution .it_solution-key {
  z-index: 336;
  width: 100%;
  height: 390px;
  background: url(../img/corporate/it_solution/kv.png) no-repeat center/cover;
}
.it_solution .it_solution-key__inner {
  position: relative;
  width: 1040px;
  height: 390px;
  margin: 0 auto;
}
.it_solution .it_solution-key .key-textArea {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 0;
  width: 450px;
  transform: translateY(-50%);
}
.it_solution .it_solution-key .key-textArea__title {
  color: #fff;
  font-size: 42px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
.it_solution .it_solution-key .key-textArea__title span {
  display: block;
  margin: 10px 0 0;
  font-family: "Helvetica Neue", "Noto Sans JP", sans-serif;
  font-size: 25px;
}
.it_solution .it_solution-key .key-textArea__text {
  font-size: 14px;
  line-height: 1.5;
}
.it_solution .it_solution-cont {
  padding-bottom: 120px;
}
.it_solution .it_solution-cont .lead {
  margin: 40px 0 60px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.625;
}
.it_solution .it_solution-cont .conent-title::before {
  background-color: #7C7EC9;
}
.it_solution .it_solution-cont .cont-wrap:not(:first-child) {
  margin-top: 100px;
}
.it_solution .it_solution-cont .card {
  display: flex;
  align-items: center;
  background: linear-gradient(to top, #B3D2FC, #A5A7F7);
}
.it_solution .it_solution-cont .card__inner {
  flex: 0 0 50%;
  padding: 30px 0;
}
.it_solution .it_solution-cont .card__title {
  display: inline-block;
  max-width: 500px;
  padding: 10px 30px;
  background-color: #7C7EC9;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
}
.it_solution .it_solution-cont .card__text {
  padding: 30px 30px 0;
  font-size: 14px;
  line-height: 1.7;
}
.it_solution .it_solution-cont .card__img {
  width: 100%;
}
.it_solution .it_solution-cont .card__img img {
  display: block;
}
.it_solution .it_solution-cont .cont {
  margin-top: 40px;
}
.it_solution .it_solution-cont .cont__title {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
}
.it_solution .it_solution-cont .cont__title::before {
  color: #7C7EC9;
  content: "\25A0";
}
.it_solution .it_solution-cont .cont__block {
  border-top: solid 2px #7C7EC9;
  border-bottom: solid 2px #7C7EC9;
}
.it_solution .it_solution-cont .box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px 0;
}
.it_solution .it_solution-cont .box:not(:first-child) {
  border-top: solid 1px #7C7EC9;
}
.it_solution .it_solution-cont .box__title {
  color: #7C7EC9;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
}
.it_solution .it_solution-cont .box__text {
  flex: 0 0 65.4%;
  margin-left: 40px;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.7;
}
.it_solution .it_solution-cont .linkPanel-area {
  display: flex;
  flex-wrap: wrap;
}
.it_solution .it_solution-cont .linkPanel-area a {
  transition: 0.3s;
}
.it_solution .it_solution-cont .linkPanel-area a:hover {
  transition: 0.3s;
}
.it_solution .it_solution-cont .linkPanel-area a:hover img {
  opacity: 0.5 !important;
}
.it_solution .it_solution-cont .linkPanel-area .linkPanel {
  display: block;
  width: 312px;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.16);
  text-decoration: none;
}
.it_solution .it_solution-cont .linkPanel-area .linkPanel__img {
  background: #0072CF;
}
.it_solution .it_solution-cont .linkPanel-area .linkPanel__img img {
  display: block;
  transition: 0.3s;
}
.it_solution .it_solution-cont .linkPanel-area .linkPanel__text-area {
  min-height: 120px;
  padding: 15px 20px;
  background-color: #EFEFEF;
  font-size: 14px;
}
.it_solution .it_solution-cont .linkPanel-area .linkPanel__title {
  margin-bottom: 15px;
  color: #0072CF;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.it_solution .it_solution-cont .linkPanel-area .linkPanel__text {
  color: #000;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.it_solution .it_solution-cont .c-btn {
  margin: 60px auto 0;
}
.it_solution .news {
  background: linear-gradient(to top, #B3D2FC, #A5A7F7);
}
.it_solution .news__wrap {
  display: flex;
  align-items: flex-start;
  padding: 40px 0;
}
.it_solution .news__card {
  width: 50%;
}
.it_solution .news__day {
  margin-bottom: 20px;
  padding: 10px 0;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1.85;
}
.it_solution .news__day span {
  display: inline-block;
  margin-left: 10px;
  padding: 0 5px;
  background-color: #fff;
  color: #FF0000;
  font-weight: bold;
}
.it_solution .news__text {
  font-size: 14px;
  line-height: 1.85;
}
.it_solution .news__text--bold {
  margin-top: 10px;
  font-size: 14px;
  font-weight: bold;
}
.it_solution .news__text a {
  color: #111;
  font-weight: bold;
}
.it_solution .news img {
  width: 50%;
  object-fit: contain;
}

.movie {
  overflow-x: hidden;
  font-family: Meiryo, "\30E1\30A4\30EA\30AA", "Noto Sans JP", sans-serif;
}
.movie * {
  box-sizing: border-box;
}
.movie .c-keyvisual__image span {
  background: url(../img/corporate/movie/kv.png) no-repeat center/cover;
}
.movie .c-keyvisual .c-keyvisual__text .c-textArea h1.c-textArea__title {
  margin-bottom: 0;
  font-size: 42px;
  letter-spacing: 0.05em;
}
.movie .movie-cont .links {
  margin: 40px auto 60px;
}
.movie .movie-cont .links dl {
  display: flex;
}
.movie .movie-cont .links dl:not(:first-child) {
  margin-top: 20px;
}
.movie .movie-cont .links dl dt {
  display: flex;
  flex: 0 0 24.9%;
  align-items: center;
  justify-content: center;
  min-height: 70px;
  margin-right: 30px;
  border-radius: 5px;
  background-color: #0072CF;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.movie .movie-cont .links dl dd {
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
  font-weight: bold;
}
.movie .movie-cont .links dl dd a {
  display: flex;
  align-items: center;
  margin: 5px 30px 5px 0;
  color: #000;
  line-height: 1.5;
}
.movie .movie-cont .links dl dd a::after {
  width: 0;
  height: 0;
  margin: 0 0 0.25em 10px;
  border-width: 6px 7.5px 0 7.5px;
  border-style: solid;
  border-color: #0072CF transparent transparent transparent;
  content: "";
}
.movie .movie-cont .sec {
  padding: 0 20px;
}
.movie .movie-cont .specialBox ul li {
  width: 290px;
  border: none;
}
.movie .movie-cont .specialBox .specialList__image__icon::after {
  background: url(../img/corporate/movie/icon_play.svg) no-repeat center/cover;
}
.movie .movie-cont .specialBox .specialList .contentBox {
  margin: 0;
  padding: 20px 0;
}
.movie .movie-cont .specialBox .specialList .contentBox__title {
  margin-bottom: 8px;
}
.movie .movie-cont .specialBox .specialList .contentBox__title span {
  font-size: 12px;
}
.movie .movie-cont .specialBox .specialList .contentBox__text {
  font-size: 16px;
  font-weight: bold;
}
.movie .movie-cont .specialBox .specialList .contentBox .p-shortBorder {
  margin-bottom: 8px;
}
.movie .movie-cont .btn-wrap {
  display: flex;
  justify-content: space-between;
}
.movie .modal-wrapper {
  z-index: 300;
}
.movie .column {
  display: flex;
  align-items: center;
  padding: 40px;
  border: solid 6px #EFEFEF;
}
.movie .column__img {
  flex: 0 0 360px;
  margin-right: 40px;
}
.movie .column__ttl {
  margin-bottom: 20px;
  color: #0072CF;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.8;
}
.movie .column__text {
  font-size: 14px;
  line-height: 1.7;
}

.message {
  overflow: hidden;
  font-family: Meiryo, "\30E1\30A4\30EA\30AA", "Noto Sans JP", sans-serif;
}
.message * {
  box-sizing: border-box;
}
.message .message-key {
  z-index: 336;
  width: 100%;
  height: 390px;
  background: url(../img/corporate/message/kv.png) no-repeat center/cover;
}
.message .message-key__inner {
  position: relative;
  width: 1040px;
  height: 390px;
  margin: 0 auto;
}
.message .message-key .key-textArea {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 70px;
  width: 450px;
  transform: translateY(-50%);
  color: #fff;
}
.message .message-key .key-textArea__title {
  font-size: 42px;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1.5;
}
.message .message-key--research {
  background: url(../img/corporate/message/research_kv.png) no-repeat center/cover;
}
.message .message-key--inch {
  background: url(../img/corporate/message/inch_kv.png) no-repeat center/cover;
}
.message .message-key--consul {
  background: url(../img/corporate/message/consul_kv.png) no-repeat center/cover;
}
.message .message-cont {
  padding: 80px 0;
  background: linear-gradient(to right, #AFCBFF, #86CCFF, #FFFFFF);
}
.message .message-cont .inner {
  padding-top: 80px;
  background-color: #0072CF;
  color: #fff;
  text-align: center;
}
.message .message-cont__ttl {
  font-size: 38px;
}
.message .message-cont__text {
  padding-right: 80px;
  padding-left: 80px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: -0.03em;
  line-height: 2.5;
}
.message .message-cont__text p:not(:first-child) {
  margin-top: 2.5em;
}
.message .message-cont__team {
  margin-top: 60px;
  padding-right: 80px;
  padding-left: 80px;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.7;
  text-align: center;
}
.message .message-cont__team--02 {
  margin-top: 20px;
  padding-bottom: 90px;
}
.message .message-cont__bg {
  position: relative;
  margin-top: 40px;
  padding-top: 42%;
}
.message .message-cont__bg div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/corporate/message/contents_bg.png) no-repeat center/cover;
}
.message .message-cont__img {
  width: 120px;
  margin: 50px auto 0;
}

.corporate {
  overflow-x: hidden;
  font-family: Meiryo, "\30E1\30A4\30EA\30AA", "Noto Sans JP", sans-serif;
}
.corporate * {
  box-sizing: border-box;
}
.corporate .c-keyvisual__image span {
  background: url(../img/corporate/corporate/kv.png) no-repeat center/cover;
}
.corporate .c-keyvisual .c-keyvisual__text .c-textArea h1.c-textArea__title {
  margin-bottom: 0;
  font-size: 42px;
  letter-spacing: 0.05em;
}
.corporate .corporate-cont .cont-block {
  margin-top: 60px;
}
.corporate .corporate-cont__table {
  border-top: solid 2px #0072CF;
  border-bottom: solid 2px #0072CF;
}
.corporate .corporate-cont__table dl {
  display: flex;
}
.corporate .corporate-cont__table dl:not(:first-child) {
  border-top: solid 1px #0072CF;
}
.corporate .corporate-cont__table dl dt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 180px;
  padding: 30px;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  background-color: #D3EBFF;
  color: #0072CF;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
}
.corporate .corporate-cont__table dl dd {
  width: calc(100% - 180px);
  padding: 40px 50px;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  font-size: 14px;
  line-height: 1.7;
}
.corporate .corporate-cont__list {
  border-top: solid 2px #0072CF;
  border-bottom: solid 2px #0072CF;
}
.corporate .corporate-cont__list dl {
  display: flex;
  position: relative;
  align-items: center;
}
.corporate .corporate-cont__list dl::after {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 0;
  transform: translateX(-50%);
  border-width: 10px 15px 0 15px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  content: "";
}
.corporate .corporate-cont__list dl:first-child::after {
  display: none;
}
.corporate .corporate-cont__list dl:nth-child(odd)::after {
  border-color: #D3EBFF transparent transparent transparent;
}
.corporate .corporate-cont__list dl:nth-child(even) {
  background-color: #D3EBFF;
}
.corporate .corporate-cont__list dl dt {
  width: 218px;
  padding: 28px 54px;
  color: #0072CF;
  font-size: 18px;
  font-weight: bold;
}
.corporate .corporate-cont__list dl dd {
  padding: 30px 54px 30px 16px;
  line-height: 1.5;
}

.smfg {
  overflow-x: hidden;
  background-color: inherit;
  font-family: Meiryo, "\30E1\30A4\30EA\30AA", "Noto Sans JP", sans-serif;
}
.smfg * {
  box-sizing: border-box;
}
.smfg .c-keyvisual__image span {
  background: url(../img/corporate/smfg/kv.png) no-repeat center/cover;
}
.smfg .c-keyvisual .c-keyvisual__text .c-textArea h1.c-textArea__title {
  margin-bottom: 0;
  font-size: 42px;
  letter-spacing: 0.05em;
}
.smfg .smfg-cont .lead {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.625;
}
.smfg .smfg-cont h2 {
  margin-top: 60px;
  font-size: 24px;
  font-weight: bold;
}
.smfg .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 40px 40px 60px;
  background-color: #fff;
}
.smfg .list li {
  position: relative;
  transition: all 1s;
}
.smfg .list li::before {
  z-index: 2;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  width: 6px;
  height: 15px;
  margin: auto;
  background: url(../img/corporate/smfg/arrow.svg) no-repeat;
  background-size: 100%;
  content: "";
}
.smfg .list li a {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #0072CF, #38A0D2);
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  transition: all 1s;
}
.smfg .list li a::after {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: calc(50% - 20px);
  height: 100%;
  background: rgba(255, 255, 255, 0.08);
  content: "";
}
.smfg .list li a::before {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 0;
  transform: translateX(-50%);
  border-width: 0 0 100px 40px;
  border-style: solid;
  border-color: transparent transparent rgba(255, 255, 255, 0.08) transparent;
  content: "";
}
.smfg .list li a:hover {
  background: linear-gradient(to right, #0072CF, #5DCDCC);
  text-decoration: none;
}
.smfg .list li a:hover::after {
  background: rgba(255, 255, 255, 0.15);
}
.smfg .list li a:hover::before {
  border-color: transparent transparent rgba(255, 255, 255, 0.15) transparent;
}

.map {
  overflow-x: hidden;
  background-color: inherit;
  font-family: Meiryo, "\30E1\30A4\30EA\30AA", "Noto Sans JP", sans-serif;
}
.map * {
  box-sizing: border-box;
}
.map .c-keyvisual__image span {
  background: url(../img/corporate/map/kv.png) no-repeat center/cover;
}
.map .c-keyvisual .c-keyvisual__text .c-textArea h1.c-textArea__title {
  margin-bottom: 0;
  font-size: 42px;
  letter-spacing: 0.05em;
}
.map .map-cont__main {
  padding: 40px 0;
}
.map .map-cont__sub {
  padding-top: 60px;
}
.map .map-cont .sec:last-child {
  margin-bottom: 0;
}
.map .map-cont .sec__ttl {
  display: flex;
  align-items: center;
  height: 40px;
  margin-bottom: 30px;
  padding: 5px 12px;
  background-color: #0072CF;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.map .map-cont .sec__cont {
  margin-top: 10px;
  padding: 40px 52px;
  background-color: #fff;
}
.map .map-cont .sec__cont__map {
  text-align: center;
}
.map .map-cont .sec__cont__list dl {
  display: flex;
}
.map .map-cont .sec__cont__list dl:not(:first-child) {
  margin-top: 32px;
}
.map .map-cont .sec__cont__list dl dt {
  width: 120px;
  padding-right: 30px;
  border-right: solid 1px #0072CF;
  color: #0072CF;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.7;
}
.map .map-cont .sec__cont__list dl dd {
  padding-left: 30px;
  font-size: 14px;
  line-height: 1.7;
}
.map .map-cont .sub-block__ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  background-color: #0072CF;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
.map .map-cont .sub-block__text {
  padding: 24px 0;
  background-color: #D3EBFF;
  color: #000;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-align: center;
}
#corporate .corporate__whats .kv {
  position: relative;
  position: relative;
  width: 100%;
  height: 106.6em;
  overflow: hidden;
  overflow: hidden;
  font-size: 0.78125vw;
}
#corporate .corporate__whats .kv::before {
  position: absolute;
  right: 0;
  bottom: 2em;
  left: 0;
  width: 8px;
  height: 8px;
  margin: auto;
  transform: rotate(-45deg);
  border: 2px solid;
  border-color: transparent transparent #fff #fff;
  content: "";
}
#corporate .corporate__whats .kv__wrap {
  position: absolute;
  right: 0;
  left: 0;
  height: 106.6em;
  margin: 0 auto;
}
#corporate .corporate__whats .kv__ttl {
  gap: 4em;
  display: flex;
  align-items: end;
  justify-content: center;
  width: 96em;
  margin: 0 auto;
  padding: 12.8em 0 0 0 !important;
  background: none;
  font-size: 0.78125vw;
}
#corporate .corporate__whats .kv__subttl {
  margin: 2.7777777778em auto 0;
  font-size: 3.6em;
  font-weight: bold;
  text-align: center;
}
#corporate .corporate__whats .kv__lead {
  width: 53.3333333333em;
  margin: 3.3333333333em auto 0;
  color: #fff;
  font-size: 1.8em;
  font-weight: bold;
  line-height: 2.4;
}
#corporate .corporate__whats .content-no1 {
  margin: 0 0 60px 0;
}
#corporate .corporate__whats .content-no1 .content__ttl {
  margin: 80px auto;
  color: #0a72cf;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
}
#corporate .corporate__whats .content-no1 .content__ttl--num {
  display: block;
  margin: 0 0 32px 0;
  font-family: "Helvetica Neue", "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: normal;
}
#corporate .corporate__whats .content-no1 .content__wrap {
  display: flex;
  position: relative;
}
#corporate .corporate__whats .content-no1 .content__img {
  width: 46.875vw;
}
#corporate .corporate__whats .content-no1 .content__img img {
  width: 100%;
}
#corporate .corporate__whats .content-no1 .content__txt {
  box-sizing: border-box;
  width: 520px;
  margin: 60px 0 0 0;
  padding: 80px 0 0 70px;
  color: #fff;
}
#corporate .corporate__whats .content-no1 .content__txt p {
  font-size: 14px;
  line-height: 2;
}
#corporate .corporate__whats .content-no1 .content__txt p span {
  display: block;
}
#corporate .corporate__whats .content-no1 .content__txt--blueback {
  display: flex;
  z-index: -1;
  position: absolute;
  top: 60px;
  right: 0;
  width: calc(100% - 20px);
  height: 100%;
  content: "";
}
#corporate .corporate__whats .content-no1 .content__txt--blueback span {
  display: block;
  width: calc(100% / 3);
  background: #0a72cf;
}
#corporate .corporate__whats .content-no1 .content__txt--ttl {
  margin: 0 0 60px 0;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.66;
}
#corporate .corporate__whats .content-no1 .content__txt__image {
  margin-top: 77px;
}
#corporate .corporate__whats .content-no1 .content__txt__image img {
  width: 100%;
}
#corporate .corporate__whats .content-no2 {
  position: relative;
  margin: 0 0 80px 0;
}
#corporate .corporate__whats .content-no2__blueback {
  display: flex;
  z-index: -1;
  position: absolute;
  top: 80px;
  right: 0;
  width: calc(100% - 160px);
  height: 100%;
  content: "";
}
#corporate .corporate__whats .content-no2__blueback span {
  display: block;
  width: calc(100% / 3);
  background: #0a72cf;
}
#corporate .corporate__whats .content-no2 .content__img {
  position: relative;
}
#corporate .corporate__whats .content-no2 .content__img img {
  display: block;
}
#corporate .corporate__whats .content-no2 .content__img--ttl {
  display: flex;
  position: absolute;
  top: 30%;
  right: 16%;
  color: #fff;
  font-family: "Helvetica Neue", "Noto Sans JP", sans-serif;
  font-size: 32px;
}
#corporate .corporate__whats .content-no2 .content__img--ttl span {
  display: block;
  padding: 0 2px;
}
#corporate .corporate__whats .content-no2 .content__ttl {
  display: flex;
  margin-bottom: 75px;
  color: #0a72cf;
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 4px;
  text-align: left;
}
#corporate .corporate__whats .content-no2 .content__ttl--num {
  display: block;
  margin: 0 0 32px 0;
  color: #0a72cf;
  font-family: "Helvetica Neue", "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: normal;
}
#corporate .corporate__whats .content-no2 .content__wrap {
  box-sizing: border-box;
  display: block;
  z-index: 2;
  position: relative;
  width: 647px;
  margin: -230px 0 0 200px;
  padding: 70px 0 70px 70px;
  background: #fff;
}
#corporate .corporate__whats .content-no2 .content__txt p {
  font-size: 14px;
  line-height: 2;
}
#corporate .corporate__whats .content-no2 .content__txt p span {
  display: block;
}
#corporate .corporate__whats .content-no2 .content__txt--ttl {
  margin: 0 0 37px 0;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.66;
}
#corporate .corporate__whats .content-no3 {
  position: relative;
  margin: 0 0 80px 0;
}
#corporate .corporate__whats .content-no3__blueback {
  display: flex;
  z-index: -1;
  position: absolute;
  top: 80px;
  left: 0;
  width: calc(100% - 160px);
  height: 100%;
  content: "";
}
#corporate .corporate__whats .content-no3__blueback span {
  display: block;
  width: calc(100% / 3);
  background: #0a72cf;
}
#corporate .corporate__whats .content-no3 .content__img {
  position: relative;
}
#corporate .corporate__whats .content-no3 .content__img img {
  display: block;
}
#corporate .corporate__whats .content-no3 .content__img--ttl {
  display: flex;
  position: absolute;
  top: 30%;
  left: 16%;
  color: #fff;
  font-family: "Helvetica Neue", "Noto Sans JP", sans-serif;
  font-size: 32px;
}
#corporate .corporate__whats .content-no3 .content__img--ttl span {
  display: block;
  padding: 0 3px;
}
#corporate .corporate__whats .content-no3 .content__ttl {
  display: flex;
  margin-bottom: 75px;
  color: #0a72cf;
  font-size: 36px;
  font-weight: bold;
  text-align: left;
}
#corporate .corporate__whats .content-no3 .content__ttl span {
  display: block;
  padding: 0 3px;
}
#corporate .corporate__whats .content-no3 .content__ttl--num {
  display: block;
  margin: 0 0 32px 0;
  color: #0a72cf;
  font-family: "Helvetica Neue", "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: normal;
}
#corporate .corporate__whats .content-no3 .content__wrap {
  box-sizing: border-box;
  display: block;
  z-index: 2;
  position: relative;
  width: 880px;
  margin: -230px auto 0;
  padding: 70px;
  background: #fff;
}
#corporate .corporate__whats .content-no3 .content__txt p {
  margin: 0 0 75px;
  font-size: 14px;
  line-height: 2;
}
#corporate .corporate__whats .content-no3 .content__txt p span {
  display: block;
}
#corporate .corporate__whats .content-no3 .content__txt--ttl {
  margin: 0 0 37px 0;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.66;
}
#corporate .corporate__whats .content-no3 .content__txt ul li {
  display: flex;
  justify-content: space-between;
  margin: 0 0 40px 0;
}
#corporate .corporate__whats .content-no3 .content__txt ul li:last-child {
  margin: 0;
}
#corporate .corporate__whats .content-no3 .content__txt ul li img {
  max-width: 240px;
  margin: 0 0 0 60px;
}
#corporate .corporate__whats .content-no3__list {
  width: 100%;
  font-size: 16px;
  line-height: 1.625;
}
#corporate .corporate__whats .content-no3__list--ttl {
  margin: 0 0 20px 0;
  padding: 0 0 7px 0;
  border-bottom: 1px solid #d8d8d8;
  color: #0a72cf;
  font-size: 24px;
}
#corporate .corporate__whats .content-no3__list span {
  display: block;
}
#corporate .corporate__whats .content-no4 {
  margin: 0 0 20px 0;
  padding: 0 0 60px 0;
}
#corporate .corporate__whats .content-no4__blueback {
  display: flex;
  z-index: -1;
  position: absolute;
  top: 60px;
  right: 0;
  width: 35.938vw;
  max-width: 460px;
  height: 120%;
  content: "";
}
#corporate .corporate__whats .content-no4__blueback span {
  display: block;
  width: calc(100% / 3);
  background: #0a72cf;
}
#corporate .corporate__whats .content-no4 .content__link ul {
  justify-content: flex-start;
}
#corporate .corporate__whats .content-no4 .content__ttl {
  display: flex;
  margin: 0 auto 80px;
  color: #0a72cf;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
}
#corporate .corporate__whats .content-no4 .content__ttl span {
  display: block;
  padding: 0 3px;
}
#corporate .corporate__whats .content-no4 .content__ttl--num {
  display: block;
  margin: 65px 0 32px 0;
  color: #0a72cf;
  font-family: "Helvetica Neue", "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: normal;
}
#corporate .corporate__whats .content-no4 .content__wrap {
  display: flex;
  position: relative;
  justify-content: flex-end;
}
#corporate .corporate__whats .content-no4 .content__img {
  position: relative;
  width: 50vw;
  max-width: 640px;
}
#corporate .corporate__whats .content-no4 .content__img img {
  width: 100%;
}
#corporate .corporate__whats .content-no4 .content__img--ttl {
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: auto;
  transform: translateY(-50%) translateX(-50%);
  color: #fff;
  font-family: "Helvetica Neue", "Noto Sans JP", sans-serif;
  font-size: 32px;
}
#corporate .corporate__whats .content-no4 .content__img--ttl span {
  display: block;
  padding: 0 3px;
}
#corporate .corporate__whats .content-no4 .content__txt {
  width: 37.5vw;
  min-width: 480px;
  padding: 0;
}
#corporate .corporate__whats .content-no4 .content__txt p {
  font-size: 14px;
  line-height: 2;
}
#corporate .corporate__whats .content-no4 .content__txt p span {
  display: block;
}
#corporate .corporate__whats .content-no4 .content__txt--ttl {
  margin: 0 0 60px 0;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.66;
}
#corporate .corporate__whats .content-no4 .content__ttl {
  margin: 0 auto 70px;
  text-align: left;
}
#corporate .content__link {
  position: relative;
  width: 100%;
  max-width: 880px;
  margin: 0 auto;
  padding: 80px 0 80px 0;
}
#corporate .content__link--ttl {
  padding: 20px;
}
#corporate .content__link ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 15px 0;
}
#corporate .content__link ul li:nth-child(n+4) {
  margin: 20px 0 0 0;
}
#corporate .content__link--ttl {
  box-sizing: border-box;
  position: relative;
  min-width: 240px;
  max-width: 240px;
  color: #0a72cf;
  font-size: 18px;
  font-weight: bold;
}
#corporate .content__link--ttl::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 8px;
  height: 100%;
  background: #0a72cf;
  content: "";
  opacity: 0.3;
}

a.link-arrow {
  box-sizing: border-box;
  display: block;
  display: flex;
  position: relative;
  align-items: center;
  width: calc(100% / 3 - 80px);
  min-width: 300px;
  max-height: 58px;
  padding: 20px;
  border-bottom: #d8d8d8 1px solid;
  color: #000;
  font-size: 14px;
  line-height: 1.42;
  transition: 0.5s;
}
a.link-arrow:hover {
  text-decoration: none;
  opacity: 0.7;
}
a.link-arrow:hover::after {
  background-position: 60%;
}
a.link-arrow::after {
  position: absolute;
  right: 0;
  bottom: -1px;
  width: 60px;
  height: 100%;
  border-bottom: 1px solid #0a72cf;
  background: url(../img/corporate/arrow.svg) no-repeat center;
  content: "";
  transition: 0.3s;
}

.wrapper {
  max-width: 800px;
  margin: 0 auto;
}

.grid {
  display: flex;
  flex-flow: row wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.grid-item {
  width: 50px;
  height: 50px;
  margin: 5px;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.grid-item span {
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(155, 155, 99, 0.7);
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.grid-item span:hover {
  transform: translate3d(0, -5px, 0);
  box-shadow: 0 7px 5px -1px rgba(0, 0, 0, 0.2);
}
.grid.animated .grid-item {
  opacity: 1;
}

.kv-anim__wrapper {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 106.6em;
  margin: 0 auto;
  font-size: 10px;
}
.kv-anim__grid {
  display: flex;
  flex-flow: row wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.kv-anim__grid-item {
  width: calc(100% / 14);
  height: auto;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.kv-anim__grid-item img {
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(155, 155, 99, 0.7);
  transition: all 0.2s ease-in-out;
}
.kv-anim__grid.animated .kv-anim__grid-item {
  opacity: 1;
}

#corporate .corporate__inner {
  width: 960px;
  margin: 0 auto;
}
#corporate .corporate__project-case {
  margin: 0 auto 60px;
}
#corporate .corporate__project-case h1 {
  padding: 100px 0 60px 0;
  background: none;
  color: #104371;
  font-family: "Helvetica Neue", "Noto Sans JP", sans-serif;
  font-size: 36px;
}
#corporate .corporate__project-case h1 span {
  display: block;
  margin: 24px 0 0 0;
  color: #0A72CF;
  font-family: Meiryo, "\30E1\30A4\30EA\30AA", "Noto Sans JP", sans-serif;
  font-size: 20px;
}
#corporate .corporate__project-case .kv {
  position: relative;
}
#corporate .corporate__project-case .kv img {
  display: block;
  width: 100%;
}
#corporate .corporate__project-case .kv__lead {
  z-index: 2;
  position: absolute;
  bottom: 80px;
  left: 80px;
  margin: 0;
  color: #fff;
  font-size: 50px;
  line-height: 1.26;
}
#corporate .corporate__project-case .kv__lead span {
  display: block;
  margin: 15px 0 0 0;
  font-size: 24px;
  font-weight: normal;
}
#corporate .corporate__project-case .members {
  margin: 0 0 80px 0;
  background: #104371;
}
#corporate .corporate__project-case .members ul {
  display: block;
  width: 850px;
  margin: 0 auto;
  padding: 0 0 50px 0;
}
#corporate .corporate__project-case .members ul li {
  display: flex;
  margin: 0 0 30px 0;
}
#corporate .corporate__project-case .members ul li img {
  display: block;
  width: 240px;
  margin: 0 30px 0 0;
}
#corporate .corporate__project-case .members__ttl {
  padding: 50px 0;
  color: #fff;
  font-family: "Helvetica Neue", "Noto Sans JP", sans-serif;
  text-align: center;
}
#corporate .corporate__project-case .members__txt {
  color: #fff;
  font-size: 14px;
  line-height: 2;
}
#corporate .corporate__project-case .members__txt--name {
  position: relative;
  margin: 0 0 16px 0;
  padding: 0 0 6px 0;
  border-bottom: 1px solid #587C9C;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
}
#corporate .corporate__project-case .members__txt--name::before {
  position: absolute;
  height: 1px;
  content: "";
}
#corporate .corporate__project-case .contents__wrap {
  margin: 0 0 100px;
}
#corporate .corporate__project-case .contents__img img {
  display: block;
}
#corporate .corporate__project-case .contents__ttl {
  display: inline-flex;
  z-index: 2;
  position: relative;
  width: auto;
  margin: -63px 0 16px 0;
  padding: 40px 50px 24px 0;
  background: #fff;
  color: #000;
  font-size: 25px;
  font-weight: bold;
  line-height: 1.68;
}
#corporate .corporate__project-case .contents__txt {
  margin: 0 0 60px;
  font-size: 16px;
  line-height: 2.1;
}
#corporate .corporate__project-case .contents__voice {
  margin: 0 0 60px 0;
  padding: 60px;
  background: #F8F8F8;
  color: #0A72CF;
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 1.68;
}
#corporate .corporate__project-case .contents__voice span {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  margin: 30px 0 0;
  color: #000;
  font-size: 18px;
}
#corporate .corporate__project-case .contents__voice span::before {
  display: block;
  width: 65px;
  height: 1px;
  margin: 0 20px 0 0;
  background: #000;
  content: "";
}
#corporate .corporate__project-case .contents__note {
  margin: 0 0 60px;
  padding: 20px;
  border: 1px solid #7F6EFF;
  background: #E6E6E6;
  font-size: 16px;
  font-weight: Meiryo, "\30E1\30A4\30EA\30AA", "Noto Sans JP", sans-serif;
  line-height: 1.5;
}
#corporate .corporate__project-case .contents__note h4 {
  font-weight: bold;
}

#corporate .corporate__consul--ttl {
  position: relative;
  margin: 0 0 50px 0;
  padding: 0 0 30px 0;
  background: none;
  background-image: none;
  color: #000;
  font-size: 32px;
  line-height: 1;
  text-align: center;
}
#corporate .corporate__consul--ttl::before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 1px;
  margin: 0 auto;
  background: #0A72CF;
  content: "";
}
#corporate .corporate__consul .kv {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 31.25vw;
  background: url(../img/corporate/consul/kv.png) no-repeat top;
  background-size: cover;
}
#corporate .corporate__consul .kv__ttl {
  margin: -50px 0 0 0;
  text-align: center;
}
#corporate .corporate__consul .kv__ttl h1 {
  padding: 0;
  background: none;
  color: #fff;
  font-size: 48px;
}
#corporate .corporate__consul .kv__ttl span {
  display: block;
  margin: 10px 0 0;
  font-family: "Helvetica Neue", "Noto Sans JP", sans-serif;
  font-size: 25px;
}
#corporate .corporate__consul .kv__lead {
  position: relative;
  right: 0;
  width: 830px;
  margin: -80px 0 80px auto;
  padding: 50px;
  background: #fff;
}
#corporate .corporate__consul .kv__lead p {
  font-size: 14px;
  line-height: 1.71;
}
#corporate .corporate__consul .kv__lead--ttl {
  margin: 0 0 37px 0;
  color: #0A72CF;
  font-size: 24px;
  line-height: 1.66;
}
#corporate .corporate__consul--about {
  margin: 0 auto 60px;
}
#corporate .corporate__consul .about__wrap {
  width: 960px;
  margin: 0 auto 20px;
  padding: 50px;
  background: #F8F8F8;
  font-size: 14px;
  line-height: 2.1;
}
#corporate .corporate__consul .about__ttl {
  margin: 0 0 48px 0;
  color: #0A72CF;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.66;
}
#corporate .corporate__consul--structure {
  padding: 50px 0 30px;
  background: #F8F8F8;
}
#corporate .corporate__consul .structure__lead {
  width: 960px;
  margin: 0 auto 30px;
  line-height: 1.7;
}
#corporate .corporate__consul .structure__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 960px;
  margin: 0 auto 30px;
  border: 2px solid #0A72CF;
}
#corporate .corporate__consul .structure__list li {
  width: calc(100% / 3 - 2px);
  padding: 22px 0;
  border-right: 2px solid #F8F8F8;
  background: #D3E3F2;
  color: #0A72CF;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
#corporate .corporate__consul .structure__list li:last-child {
  border-right: none;
}
#corporate .corporate__consul .structure__list li.structure__ttl {
  width: 100%;
  padding: 10px 0;
  border-right: none;
  background: #F8F8F8;
  color: #0A72CF;
  font-size: 16px;
}
#corporate .corporate__consul--case .corporate__inner {
  position: relative;
}
#corporate .corporate__consul--case .corporate__inner img {
  position: absolute;
  top: -80px;
  right: 0;
}
#corporate .corporate__consul--case .contents__wrap {
  position: relative;
  padding: 0 0 120px 0;
}
#corporate .corporate__consul--case .contents__wrap--right .corporate__inner img {
  left: 0;
}
#corporate .corporate__consul--case .contents__wrap--right .case__ttl {
  padding: 80px 0 40px 420px;
}
#corporate .corporate__consul--case .contents__wrap--right .case__txt {
  padding: 0 0 60px 420px;
}
#corporate .corporate__consul--case .contents__wrap--min {
  display: flex;
  justify-content: flex-start;
  margin: 0 auto;
  padding: 0 0 100px 0;
}
#corporate .corporate__consul--case .contents__wrap--min .case__ttl {
  width: 500px;
  margin: 0 0 0 auto;
  padding: 40px 0 30px 0;
}
#corporate .corporate__consul--case .contents__wrap--min .case__txt {
  width: 500px;
  margin: 0 0 0 auto;
  padding: 0 0;
}
#corporate .corporate__consul--case .contents__wrap--min .case__img {
  width: 43.75%;
  height: 440px;
  margin: 0 60px 0 0;
  background: url(../img/corporate/consul/case04_img01.png) no-repeat center center;
  background-size: cover;
}
#corporate .corporate__consul--case .contents__wrap--minright {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-start;
  margin: 0 auto;
  padding: 0 0 100px 0;
}
#corporate .corporate__consul--case .contents__wrap--minright .case__ttl {
  width: 500px;
  margin: 0 0 0 auto;
  padding: 40px 0 30px 0;
}
#corporate .corporate__consul--case .contents__wrap--minright .case__txt {
  width: 500px;
  margin: 0 0 0 auto;
  padding: 0;
}
#corporate .corporate__consul--case .contents__wrap--minright .case__img {
  width: 43.75%;
  height: 440px;
  margin: 0 0 0 60px;
  background: url(../img/corporate/consul/case05_img01.png) no-repeat center center;
  background-size: cover;
}
#corporate .corporate__consul--case .case__img img {
  width: auto;
  height: auto;
}
#corporate .corporate__consul--case .case__ttl {
  padding: 80px 0 40px 0;
  font-size: 25px;
  font-weight: bold;
  line-height: 1.68;
}
#corporate .corporate__consul--case .case__ttl span {
  display: block;
  padding: 0 0 30px 0;
  color: #0A72CF;
  font-family: "Helvetica Neue", "Noto Sans JP", sans-serif;
  font-size: 24px;
}
#corporate .corporate__consul--case .case__txt {
  padding: 0 0 60px 0;
  font-size: 16px;
  line-height: 2.1;
}
#corporate .corporate__consul--case .case__thumbnail {
  display: flex;
  justify-content: space-between;
}
#corporate .corporate__consul--case .case__thumbnail img {
  position: initial;
  width: calc(100% / 3 - 8px);
}
#corporate .corporate__consul--dep-box {
  margin-bottom: 100px;
}
#corporate .corporate__consul--dep-box .dep-box {
  max-width: 960px;
  margin: 0 auto 50px;
  font-family: "Noto Sans JP", sans-serif;
}
#corporate .corporate__consul--dep-box .dep-box__title {
  margin-bottom: 35px;
  padding-bottom: 10px;
  border-bottom: 4px solid #0A72CF;
  background: none;
  color: #000;
  font-size: 24px;
  font-weight: bold;
}
#corporate .corporate__consul--dep-box .dep-box__title span {
  margin-left: 10px;
  padding-left: 0;
  background: none;
  font-size: 12px;
  font-weight: bold;
}
#corporate .corporate__consul--dep-box .dep-box__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
#corporate .corporate__consul--dep-box .dep-box__list li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc((100% - 30px) / 4);
  height: 60px;
  margin-bottom: 10px;
  background: #DBEAF8;
  color: #0A72CF;
  font-weight: bold;
  line-height: 1.6;
}
#corporate .corporate__consul--dep-box .dep-box__list li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #DBEAF8;
  color: #0A72CF;
  text-decoration: none;
}
#corporate .corporate__consul--dep-box .dep-box__list::after {
  display: block;
  width: calc((100% - 30px) / 4);
  content: "";
}
#corporate .corporate__research .kv {
  background: url(../img/corporate/research/kv.png) no-repeat top;
}
#corporate .corporate__research .corporate__consul--case {
  margin: 70px 0 0 0;
}
#corporate .corporate__research .structure__lead {
  margin: 0 auto 70px;
}
#corporate .corporate__research .structure__list {
  padding: 0;
  border: none;
}
#corporate .corporate__research .structure__list li {
  box-sizing: border-box;
  display: flex;
  width: 100%;
  margin: 0 0 30px 0;
  padding: 0;
  border: none;
  border: 2px solid #0A72CF;
  background: none;
  color: #0A72CF;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
#corporate .corporate__research .structure__list li:last-child {
  border-right: 2px solid #0A72CF;
}
#corporate .corporate__research .structure__list li p {
  margin: 0;
  padding: 25px 30px;
  color: #000;
  font-size: 14px;
  font-weight: normal;
  line-height: 2.14;
  text-align: left;
}
#corporate .corporate__research .structure__list--job-ttl {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 340px;
  min-height: 124px;
  padding: 30px;
  background: #D3E3F2;
  line-height: 1.6;
  text-align: center;
}
#corporate .corporate__incu .kv {
  background: url(../img/corporate/incu/kv.png) no-repeat top;
  background-size: cover;
}
#corporate .corporate__incu .structure__list li {
  display: block;
  width: calc((100% - 40px)/2);
}

#corporate .c-title__blue {
  padding: 10px 30px;
  background: #0A72CF url(../img/corporate/about/bg_ttl.png) right no-repeat;
  background-size: auto 100%;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
#corporate .c-title__arrow {
  display: block;
  position: relative;
  margin: 0 0 25px 0;
  padding: 15px;
  border: 1px solid #0A72CF;
  color: #0A72CF;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
#corporate .c-title__arrow::before {
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  width: 14px;
  height: 14px;
  margin: 0 auto;
  transform: rotate(-45deg);
  border: 1px solid;
  border-color: transparent transparent #0A72CF #0A72CF;
  background: #fff;
  content: "";
}
#corporate .corporate__about .content__link {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  max-width: initial;
  margin: 0 auto 80px;
  padding: 40px;
  background: #F8F8F8;
}
#corporate .corporate__about .content__link--ttl {
  padding: 20px;
}
#corporate .corporate__about .content__link ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 15px 0;
}
#corporate .corporate__about .content__link--ttl {
  box-sizing: border-box;
  position: relative;
  color: #0A72CF;
  font-size: 18px;
  font-weight: bold;
}
#corporate .corporate__about .content__link--ttl::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 8px;
  height: 100%;
  background: #0A72CF;
  content: "";
  opacity: 0.3;
}
#corporate .corporate__about--ttl {
  position: relative;
  margin: 0 0 50px 0;
  padding: 0 0 30px 0;
  background: none;
  background-image: none;
  color: #000;
  font-size: 32px;
  line-height: 1;
  text-align: center;
}
#corporate .corporate__about--ttl::before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 1px;
  margin: 0 auto;
  background: #0A72CF;
  content: "";
}
#corporate .corporate__about .kv {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 31.25vw;
  background: url(../img/corporate/about/kv.png) no-repeat top;
  background-size: cover;
}
#corporate .corporate__about .kv__ttl {
  margin: -50px 0 0 0;
  text-align: center;
}
#corporate .corporate__about .kv__ttl h1 {
  padding: 0;
  background: none;
  color: #fff;
  font-size: 48px;
}
#corporate .corporate__about .kv__ttl span {
  display: block;
  margin: 10px 0 0;
  font-family: "Helvetica Neue", "Noto Sans JP", sans-serif;
  font-size: 25px;
}
#corporate .corporate__about .about__lead {
  box-sizing: border-box;
  position: relative;
  right: 0;
  left: 0;
  width: 1020px;
  margin: -100px auto 0;
  padding: 30px 30px;
  border-radius: 3px;
  background: #fff;
}
#corporate .corporate__about .about__lead--wrap {
  display: flex;
  margin: 0 0 80px;
  padding: 30px 0 0;
  border-top: 1px solid #0A72CF;
}
#corporate .corporate__about .about__lead--category {
  min-width: 220px;
  margin: 0 100px 0 0;
  color: #0A72CF;
}
#corporate .corporate__about .about__lead--category span {
  font-weight: bold;
}
#corporate .corporate__about .about__lead--ttl {
  margin: 0 0 30px 0;
  color: #000;
  font-size: 33px;
  font-weight: bold;
  line-height: 1.45;
}
#corporate .corporate__about .about__lead--txt p {
  margin: 0 0 30px 0;
  font-size: 14px;
  line-height: 1.7;
}
#corporate .corporate__about .about__lead--list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 6px;
  padding: 0 0 0 15px;
  border-bottom: 1px solid #0A72CF;
  font-size: 15px;
  font-weight: bold;
}
#corporate .corporate__about .about__lead--list li span {
  padding: 6px 15px;
  background: #0A72CF;
  color: #fff;
  font-size: 12px;
  line-height: 28px;
}
#corporate .corporate__about .about__lead--img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 480px;
  height: 126px;
  border: 1px solid #64A5F1;
}
#corporate .corporate__about .about__ttl {
  margin: 0 0 48px 0;
  color: #0A72CF;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.66;
}
#corporate .corporate__about .about__menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 80px 0;
}
#corporate .corporate__about .about__menu li {
  width: calc(100% / 4 - 12px);
}
#corporate .corporate__about .about__menu--txt {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 126px;
  padding: 20px;
  background: #F8F8F8;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.7;
}
#corporate .corporate__about .about__project--ttl {
  padding: 15px 20px;
  font-size: 18px;
  text-align: left;
}
#corporate .corporate__about .about__project--subttl {
  margin: 0 0 30px 0;
  padding: 30px 20px;
  background: #F8F8F8;
  color: #0A72CF;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.45;
}
#corporate .corporate__about .about__project--txt {
  margin: 30px 0 30px 0;
  font-size: 14px;
  line-height: 1.7;
}
#corporate .corporate__about .about__project--list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0 0 50px 0;
}
#corporate .corporate__about .about__project--list li {
  position: relative;
  width: calc(100% / 3 - 16px);
  margin: 0 24px 0 0;
}
#corporate .corporate__about .about__project--list li:nth-child(n+3) {
  margin: 40px 24px 0 0;
}
#corporate .corporate__about .about__project--list li:nth-child(3) {
  margin: 0 0 0 0;
}
#corporate .corporate__about .about__project--list li:nth-child(5) {
  margin: 40px 0 0 0;
}
#corporate .corporate__about .about__project--list-4 {
  justify-content: space-between;
}
#corporate .corporate__about .about__project--list-4 li {
  position: relative;
  width: calc(100% / 4 - 16px);
}
#corporate .corporate__about .about__project--list-4 li:nth-child(3) {
  margin: 0 12px 0 0;
}
#corporate .corporate__about .about__project--list-4 li:nth-child(4) {
  margin: 0 0 0 0;
}
#corporate .corporate__about .about__project--list-4 li .about__project--thumbtxt {
  margin: -30px 10px 0;
}
#corporate .corporate__about .about__project--list-4 li .about__project--thumb {
  width: 100%;
}
#corporate .corporate__about .about__project--thumb {
  display: block;
}
#corporate .corporate__about .about__project--thumbtxt {
  display: block;
  position: absolute;
  right: 0;
  bottom: -10px;
  left: 0;
  margin: -30px 43px 0;
  padding: 15px 0;
  border-radius: 3px;
  background: #0A72CF;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.45;
  text-align: center;
}

.related-link {
  margin: 0 0 -80px;
  background: #F8F8F8;
}
.related-link__ttl {
  padding: 17px 0;
  background: #9DC3E6;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}
.related-link__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 40px 0;
}
.related-link__list::after {
  display: block;
  width: calc(100% / 3 - 18px);
  content: "";
}
.related-link__list li {
  width: calc(100% / 3 - 18px);
}
.related-link__list li:nth-child(n+4) {
  margin: 30px 0 0 0;
}
.related-link__list li a {
  display: flex;
  align-items: center;
  background: #0A72CF url(../img/corporate/arrow2.svg) no-repeat 94%;
  color: #fff;
  text-decoration: none;
  transition: 0.5s;
}
.related-link__list li a:hover {
  opacity: 0.7;
}
.related-link__img {
  width: 85px;
}
.related-link__txt {
  padding: 12px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.45;
}
.related-link__txt span {
  display: block;
  margin: 0 0 4px 0;
  font-size: 10px;
}
.related-link__txt span.small {
  display: inline;
  margin: 0;
  font-size: 12px;
}

.c-btn__blue-arrow {
  width: 343px;
  margin: 0 auto;
}
.c-btn__blue-arrow a {
  box-sizing: border-box;
  display: block;
  display: flex;
  position: relative;
  align-items: center;
  min-height: 56px;
  margin: 0 auto;
  padding: 8px 20px;
  border: #DDDDDD 1px solid;
  background: #f8f8f8;
  color: #000000;
  font-size: 14px;
  line-height: 1.42;
  transition: 0.5s;
}
.c-btn__blue-arrow a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.c-btn__blue-arrow a::before {
  display: block;
  z-index: 2;
  position: absolute;
  top: 0;
  right: 0;
  width: 58px;
  height: 100%;
  background: #0A72CF url(../img/corporate/arrow2.svg) no-repeat center;
  content: "";
}
#career-top-message {
  background: #fff;
  font-family: "Noto Sans JP", sans-serif;
}
#career-top-message #container {
  width: auto !important;
  padding: 0;
  float: inherit;
}
#career-top-message #container .wrapper {
  width: 960px;
  max-width: inherit;
  margin: 0 auto;
  float: inherit;
  background: none;
  font-family: "Noto Sans JP", sans-serif;
}

.career-path__top-message .kv {
  padding: 90px 0 140px 0;
  background: url(../img/career/top-message/kv_top-message.png) no-repeat;
  background-size: cover;
}
.career-path__top-message .kv__lead {
  margin-bottom: 40px;
  padding: 0;
  background: none;
  color: #0A72CF;
  font-size: 19px;
}
.career-path__top-message .kv__ttl {
  color: #1B437E;
  font-size: 34px;
}
.career-path__top-message .kv__name {
  display: flex;
  position: absolute;
  bottom: -35px;
  align-items: center;
  padding: 25px 120px 25px 160px;
  background: rgba(27, 67, 126, 0.8);
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 22px;
}
.career-path__top-message .kv__name span {
  padding-right: 20px;
  font-size: 16px;
  font-weight: normal;
}

.top-message__contents {
  width: 510px;
  padding: 60px;
  background: #F8F8F8;
}
.top-message__contents--01 {
  margin: 140px 0 60px 0;
}
.top-message__contents--02 {
  margin: 320px 0 100px auto;
}
.top-message__contents--ttl {
  margin-bottom: 40px;
  color: #1B437E;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.9;
}
.top-message__contents--txt {
  font-size: 14px;
  line-height: 2;
}
.top-message__contents--txt span {
  font-weight: bold;
}
.top-message__contents--img {
  z-index: -1;
  position: absolute;
}
.top-message__contents--img img {
  width: 100%;
}
.top-message__contents--img--01 {
  top: -80px;
  right: 0;
  width: 460px;
}
.top-message__contents--img--02 {
  left: -160px;
  width: 960px;
}
.top-message__contents--img--03 {
  bottom: 170px;
  width: 270px;
}
.top-message__btn {
  margin-bottom: 100px;
}
.top-message__btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 70px;
  margin: 0 auto;
  border-radius: 35px;
  background: #1B437E;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}
.top-message__btn a:hover {
  box-sizing: border-box;
  border: 1px solid #1B437E;
  background: #fff;
  color: #1B437E;
}
.pankuzuWrap .pankuzu-newgraduates {
  margin-bottom: 0;
}

.lowerpage .newgraduates-c-keyvisual .c-keyvisual__image .newgraduates-img {
  background: url(../img/recruit/recruit_key.png) center center no-repeat;
  background-size: cover;
}
.lowerpage .newgraduates-c-keyvisual .c-keyvisual__text .c-textArea__title--newgraduates {
  top: 90px;
  /* left: 12%; */
  left: 9%;
  margin-bottom: 40px;
  /* transform: translateY(-50%); */
  color: #fff;
  font-family: Meiryo, "\30E1\30A4\30EA\30AA", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 42px;
  letter-spacing: 0.1em;
  line-height: 1.5;
}

.sec-newgra {
  margin: 0 20px;
}
.sec-newgra .inner {
  width: 1000px;
  margin: 100px auto 0;
}
.sec-newgra--list table {
  width: 100%;
}
.sec-newgra--list table tr {
  border-bottom: 5px solid #EFEFEF;
}
.sec-newgra--list table tr th {
  width: 180px;
  background: #1472CF;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
}
.sec-newgra--list table tr td {
  padding: 35px 0 35px 50px;
  background: #fff;
  font-size: 14px;
  line-height: 1.7;
}
.sec-newgra--list table tr .bg-blue {
  width: 180px;
  padding-left: 16px;
  background: #D2EAFE;
  color: #1472CF;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
}
.sec-newgra--list table tr .bg-gray {
  padding: 0 0 25px 10px;
  background: #EFEFEF;
  font-size: 14px;
}
.sec-newgra--list table tr .bg-gray--bold {
  padding: 10px 0 5px 10px;
  font-weight: bold;
}
.sec-newgra--list table tr .pd-mini {
  padding: 25px 0 25px 50px;
}
.sec-newgra--step .step__area {
  position: relative;
  height: 120px;
  background: #fff;
}
.sec-newgra--step .step__area::after {
  z-index: 1;
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  border: 15px solid transparent;
  border-top: 15px solid #fff;
  content: "";
}
.sec-newgra--step .step__area--blue {
  background: #D3EBFF;
}
.sec-newgra--step .step__area--blue::after {
  border-top: 15px solid #D3EBFF;
}
.sec-newgra--step .step__area--last {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 120px;
  background: #1472CF;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}
.sec-newgra--step .step__number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 80px;
  background-color: #1472CF;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}
.sec-newgra--step .step__number span {
  font-size: 24px;
}
.sec-newgra--step .step__title {
  width: 200px;
  padding-left: 60px;
  color: #0072CF;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
}
.sec-newgra--step .step__text {
  font-size: 14px;
  line-height: 1.7;
}
.sec-newgra--step .step__cont {
  display: flex;
  align-items: center;
}
.sec-newgra--step .step__area {
  display: flex;
  align-items: center;
}
.sec-newgra--faq .faq__item {
  position: relative;
  margin-bottom: 34px;
  padding-left: 20px;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
.sec-newgra--faq .faq__item::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 100%;
  background: #0072cf;
  content: "";
}
.sec-newgra--faq .faq__cont {
  margin-bottom: 64px;
}
.sec-newgra--faq .faq__wrap {
  margin-bottom: 5px;
}
.sec-newgra--faq .faq__que {
  display: flex;
  position: relative;
  align-items: center;
  height: 83px;
  background: #fff;
  cursor: pointer;
  transition: all 250ms ease;
}
.sec-newgra--faq .faq__que span {
  display: block;
  position: absolute;
  top: 0px;
  right: 50px;
  bottom: 0px;
  width: 30px;
  height: 30px;
  margin: auto;
  border: 2px solid #1472CF;
  border-radius: 100%;
}
.sec-newgra--faq .faq__que span::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 20px;
  height: 2px;
  margin: auto;
  transform: rotate(90deg);
  background: #1472CF;
  content: "";
  transition: all 250ms ease;
}
.sec-newgra--faq .faq__que span::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 20px;
  height: 2px;
  margin: auto;
  background: #1472CF;
  content: "";
  transition: all 250ms ease;
}
.sec-newgra--faq .faq__que.active span::after {
  transform: rotate(0deg);
}
.sec-newgra--faq .faq__q-num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 180px;
  height: 100%;
  background: #1472CF;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}
.sec-newgra--faq .faq__ttl {
  padding-left: 40px;
  font-size: 14px;
}
.sec-newgra--faq .faq__ans {
  display: none;
}
.sec-newgra--faq .faq__ans__inner {
  display: flex;
  align-items: center;
  min-height: 83px;
  background: #D3EBFF;
}
.sec-newgra--faq .faq__a-num {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  height: 100%;
  color: #1472CF;
  font-size: 18px;
  font-weight: bold;
}
.sec-newgra--faq .faq__txt {
  padding: 30px 50px 30px 40px;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.7;
}
.sec-newgra--faq .faq__txt a {
  color: #1472CF;
  text-decoration: underline;
}

#corporate-technology .index {
  background-color: #fff;
}
#corporate-technology .index .kv {
  display: flex;
  position: relative;
  align-items: center;
  height: 600px;
  margin-bottom: 150px;
  background-image: linear-gradient(to bottom, #0072CE, #0072CE);
}
#corporate-technology .index .kv::before {
  display: block;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 23.125%;
  height: 40.6666666667%;
  background-color: #61c4fc;
  content: "";
  opacity: 0.5;
}
#corporate-technology .index .kv::after {
  display: block;
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: -150px;
  width: 15.625%;
  height: 200px;
  background-image: linear-gradient(to bottom, #0072CE, #0072CE);
  content: "";
  opacity: 0.5;
}
#corporate-technology .index .kv__textWrap {
  z-index: 1;
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 40px;
  color: #fff;
}
#corporate-technology .index .kv__ttl {
  margin-bottom: 60px;
  padding: 0;
  font-size: 66px;
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
#corporate-technology .index .kv__text {
  font-size: 16px;
  line-height: 2;
}
#corporate-technology .index .kv__img {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}
#corporate-technology .index .kv__img::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, #0072CE, #0072CE);
  mix-blend-mode: multiply;
  content: "";
  opacity: 0.3;
}
#corporate-technology .index .kv__img img {
  display: block;
}
#corporate-technology .index .wrap {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 40px;
}
#corporate-technology .index .lead {
  margin-bottom: 120px;
  color: #000;
}
#corporate-technology .index .lead__ttl {
  color: #0A72CF;
  font-size: 34px;
  font-weight: bold;
  line-height: 1.7647058824;
}
#corporate-technology .index .lead__text {
  margin-top: 28px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 2;
}
#corporate-technology .index .cont {
  position: relative;
}
#corporate-technology .index .cont__kv {
  z-index: 1;
  position: relative;
}
#corporate-technology .index .cont__kv::after {
  display: block;
  position: absolute;
  width: 15.625%;
  height: 200px;
  background-image: linear-gradient(to bottom, #0072CE, #0072CE);
  content: "";
  opacity: 0.5;
}
#corporate-technology .index .cont__kvImg {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#corporate-technology .index .cont__kvImg img {
  display: block;
}
#corporate-technology .index .cont__kvImg::before {
  display: block;
  width: calc(50% + 80px);
  height: 280px;
  background-image: linear-gradient(to bottom, #0072CE, #0072CE);
  content: "";
}
#corporate-technology .index .cont__kvImg::after {
  position: absolute;
  top: 0;
  width: 400px;
  height: 100%;
  background-image: linear-gradient(to bottom, #0072CE, #0072CE);
  mix-blend-mode: multiply;
  content: "";
  opacity: 0.5;
}
#corporate-technology .index .cont__ttl {
  z-index: 1;
  position: relative;
  padding-top: 87px;
  color: #333333;
  font-size: 20px;
  font-weight: bold;
}
#corporate-technology .index .cont__ttlJa {
  display: block;
  position: relative;
  margin-top: 38px;
  padding-top: 38px;
  letter-spacing: 0.05em;
}
#corporate-technology .index .cont__ttlJa::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 2px;
  background-color: #45178e;
  content: "";
}
#corporate-technology .index .cont .block {
  gap: 30px;
  display: flex;
  z-index: 1;
  position: relative;
  margin-top: 66px;
}
#corporate-technology .index .cont .block__imgArea {
  width: 100%;
  text-align: right;
}
#corporate-technology .index .cont .block__linkArea {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  width: 100%;
  padding: 50px 40px;
}
#corporate-technology .index .cont .block__cont:not(:first-child) {
  margin-top: 40px;
}
#corporate-technology .index .cont .block__ttl {
  margin-bottom: 18px;
  color: #0072CE;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.6666666667;
}
#corporate-technology .index .cont .block__text {
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 2.1428571429;
}
#corporate-technology .index .cont .block__link {
  gap: 20px;
  display: flex;
  flex-direction: column;
  width: 88.3116883117%;
}
#corporate-technology .index .cont .block__img img {
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.16);
}
#corporate-technology .index .cont .link {
  max-width: 340px;
}
#corporate-technology .index .cont .link a {
  box-sizing: border-box;
  display: flex;
  position: relative;
  align-items: center;
  min-height: 60px;
  padding: 0 60px 0 20px;
  border-bottom: solid 1px rgba(142, 142, 142, 0.3);
  color: #000;
  font-size: 14px;
  letter-spacing: 0.02em;
}
#corporate-technology .index .cont .link a:hover {
  text-decoration: none;
}
#corporate-technology .index .cont .link a::before {
  position: absolute;
  right: 0;
  bottom: -1px;
  width: 60px;
  height: 1px;
  background-color: #0A72CF;
  content: "";
}
#corporate-technology .index .cont .link a::after {
  display: flex;
  position: absolute;
  top: 50%;
  right: 26px;
  align-items: center;
  justify-content: center;
  width: 7px;
  height: 13px;
  transform: translateY(-50%);
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%227.4%22%20height%3D%2213.4%22%20viewBox%3D%220%200%207.4%2013.4%22%3E%0A%20%20%3Cg%20id%3D%22arrow%22%20transform%3D%22translate(-304.8%20-1966.8)%22%3E%0A%20%20%20%20%3Cpath%20id%3D%22%E7%B7%9A_44%22%20data-name%3D%22%E7%B7%9A%2044%22%20d%3D%22M6%2C6.7a.7.7%2C0%2C0%2C1-.495-.205l-6-6a.7.7%2C0%2C0%2C1%2C0-.99.7.7%2C0%2C0%2C1%2C.99%2C0l6%2C6A.7.7%2C0%2C0%2C1%2C6%2C6.7Z%22%20transform%3D%22translate(305.5%201967.5)%22%20fill%3D%22%230a72cf%22%2F%3E%0A%20%20%20%20%3Cpath%20id%3D%22%E7%B7%9A_45%22%20data-name%3D%22%E7%B7%9A%2045%22%20d%3D%22M0%2C6.7a.7.7%2C0%2C0%2C1-.495-.205.7.7%2C0%2C0%2C1%2C0-.99l6-6a.7.7%2C0%2C0%2C1%2C.99%2C0%2C.7.7%2C0%2C0%2C1%2C0%2C.99l-6%2C6A.7.7%2C0%2C0%2C1%2C0%2C6.7Z%22%20transform%3D%22translate(305.5%201973.5)%22%20fill%3D%22%230a72cf%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A") no-repeat center/cover;
  content: "";
  transition: all 0.3s;
}
#corporate-technology .index .cont .cards {
  gap: 30px;
  display: flex;
  z-index: 1;
  position: relative;
  align-items: stretch;
  margin-top: 72px;
}
#corporate-technology .index .cont .cards .card {
  background-color: #fff;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.16);
}
#corporate-technology .index .cont .cards .card__ttl {
  padding: 35px 20px 35px 35px;
  background: rgba(10, 114, 207, 0.1);
  color: #0A72CF;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
#corporate-technology .index .cont .cards .card__body {
  padding: 40px;
  font-size: 14px;
  line-height: 2.1428571429;
}
#corporate-technology .index .cont .cards .card__list li {
  position: relative;
  margin-top: 20px;
  padding-left: 30px;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
#corporate-technology .index .cont .cards .card__list li::before {
  display: block;
  position: absolute;
  top: 0.6em;
  left: 0;
  width: 20px;
  height: 2px;
  background-color: #0A72CF;
  content: "";
}
#corporate-technology .index .cont .box {
  z-index: 1;
  position: relative;
  margin-top: 120px;
}
#corporate-technology .index .cont .box__inner {
  position: relative;
  padding: 55px 40px;
}
#corporate-technology .index .cont .box__inner::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  content: "";
}
#corporate-technology .index .cont .box__img {
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.16);
}
#corporate-technology .index .cont .box__list {
  gap: 20px 5.376344086%;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: calc(100% - 525px - 40px);
  max-width: 465px;
  padding: 3.8461538462%;
  background-color: #efefef;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.16);
}
#corporate-technology .index .cont .box__list li {
  position: relative;
  width: 46.7532467532%;
  min-width: 90px;
  max-width: 180px;
}
#corporate-technology .index .cont .box__list li span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 1.25vw;
  font-weight: bold;
  line-height: 1.5625;
  text-align: center;
  white-space: nowrap;
}
#corporate-technology .index .cont .box .block {
  margin-top: 0;
}
#corporate-technology .index .cont .sec {
  margin-bottom: 113px;
}
#corporate-technology .index .cont .sec__ttl {
  gap: 20px;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: flex-start;
  color: #333333;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
#corporate-technology .index .cont .sec__ttl::before {
  display: block;
  width: 8px;
  height: 30px;
  margin-bottom: 5px;
  background-color: #0A72CF;
  content: "";
}
#corporate-technology .index .cont .crosstalk {
  padding: 120px 0;
}
#corporate-technology .index .cont .crosstalk__flex {
  display: flex;
}
#corporate-technology .index .cont .crosstalk__flex .link {
  width: 340px;
  margin-right: 40px;
}
#corporate-technology .index .cont .crosstalk__ttl {
  position: relative;
  margin-bottom: 48px;
  padding-bottom: 35px;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0.02em;
  text-align: center;
}
#corporate-technology .index .cont .crosstalk__ttl::after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 60px;
  height: 2px;
  transform: translateX(-50%);
  background-color: #0A72CF;
  content: "";
}
#corporate-technology .index .cont .crosstalk__text {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.875;
}
#corporate-technology .index .cont .crosstalk .link {
  margin-top: 45px;
}
#corporate-technology .index .cont .crosstalk .link .off {
  pointer-events: none;
}
#corporate-technology .index .cont .crosstalk__img {
  display: flex;
  justify-content: space-between;
  margin-top: 70px;
}
#corporate-technology .index .cont--01 {
  padding-bottom: 114px;
}
#corporate-technology .index .cont--01::before {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 32.8125%;
  height: calc(100% - 140px);
  background-color: #0072CE;
  content: "";
  opacity: 0.1;
}
#corporate-technology .index .cont--01 .block__img:nth-child(2) {
  margin-top: 40px;
  margin-left: auto;
}
#corporate-technology .index .cont--02::before, #corporate-technology .index .cont--02::after {
  display: block;
  position: absolute;
  width: 32.8125%;
  background-color: #0072CE;
  content: "";
  opacity: 0.1;
}
#corporate-technology .index .cont--02::before {
  top: 140px;
  left: 0;
  height: 1033px;
}
#corporate-technology .index .cont--02::after {
  right: 0;
  bottom: 833px;
  height: 280px;
}
#corporate-technology .index .cont--02 .cont__kv::after {
  left: initial;
  transform: scale(1, -1);
}
#corporate-technology .index .cont--02 .cont__kvImg {
  flex-direction: row-reverse;
}
#corporate-technology .index .cont--02 .cont__kvImg::before {
  transform: scale(1, -1);
}
#corporate-technology .index .cont--02 .cont__kvImg::after {
  left: initial;
  transform: scale(1, -1);
}
#corporate-technology .index .cont--02 .cont__ttl {
  padding-top: 170px;
  text-align: right;
}
#corporate-technology .index .cont--02 .cont__ttlJa::before {
  right: 0;
  left: initial;
  background-color: #0074d6;
}
#corporate-technology .index .cont--02 .cards {
  margin-bottom: 195px;
}
#corporate-technology .index .cont--02 .block {
  margin-top: 48px;
}
#corporate-technology .index .cont--02 .block__ttl {
  color: #0A72CF;
}
#corporate-technology .index .cont--02 .block__img {
  display: block;
}
#corporate-technology .index .cont--02 .block .link {
  margin-top: 20px;
}
#corporate-technology .index .cont--03 {
  padding-bottom: 70px;
}
#corporate-technology .index .cont--03::before {
  display: block;
  position: absolute;
  left: 0;
  width: 32.8125%;
  height: 360px;
  background-color: #0072CE;
  content: "";
  opacity: 0.1;
}
#corporate-technology .index .cont--03 .cont__kv {
  position: relative;
}
#corporate-technology .index .cont--03 .cont__kv::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 280px;
  background-image: linear-gradient(to bottom, #0072CE, #0072CE);
  content: "";
}
#corporate-technology .index .cont--03 .cont__kv .cont__ttl {
  padding-top: 168px;
  text-align: center;
}
#corporate-technology .index .cont--03 .cont__kv .cont__ttl .cont__ttlJa::before {
  left: 50%;
  transform: translateX(-50%);
}
#corporate-technology .index .cont--04 .bg {
  position: relative;
  padding-bottom: 120px;
}
#corporate-technology .index .cont--04 .bg::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(1, -1);
  background: linear-gradient(to bottom, #0072CE, #0072CE);
  content: "";
}
#corporate-technology .index .cont--04 .bg::after {
  display: block;
  position: absolute;
  top: 619px;
  left: 0;
  width: 46.875%;
  height: 553px;
  background-image: linear-gradient(to bottom, #0072CE, #0072CE);
  content: "";
  opacity: 0.5;
}
#corporate-technology .index .cont--04 .cont__kv::after {
  display: none;
}
#corporate-technology .index .cont--04 .cont__ttl {
  padding-top: 98px;
}
#corporate-technology .index .cont--04 .cont__ttl .cont__ttlJa {
  color: #fff;
}
#corporate-technology .index .cont--04 .cont__ttl .cont__ttlJa::before {
  background-color: #fff;
}
#corporate-technology .index .cont--04 .s-wrap {
  padding: 0;
}
#corporate-technology .index .cont--04 .box:nth-of-type(1) {
  margin-top: 74px;
}
#corporate-technology .index .cont--04 .box:nth-of-type(1) .box__img {
  position: absolute;
  bottom: -60px;
  left: calc(50% + 120px);
  max-width: 520px;
}
#corporate-technology .index .cont--04 .box:nth-of-type(1) .box__img img {
  display: block;
}
#corporate-technology .index .cont--04 .box:nth-of-type(2) .box__inner::before {
  left: -20.3125%;
}
#corporate-technology .index .cont--04 .box:nth-of-type(2) .block__textArea {
  max-width: 425px;
}
#corporate-technology .index .cont--04 .box:nth-of-type(2) .wrap {
  position: relative;
}
#corporate-technology .index .cont--04 .box:nth-of-type(2) .box__list {
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
}
#corporate-technology .index .cont--04 .box:nth-of-type(3) .box__inner::before {
  left: 20.3125%;
}
#corporate-technology .index .cont--04 .box:nth-of-type(3) .box__img {
  position: absolute;
  top: -60px;
  right: calc(50% + 120px);
  max-width: 520px;
}
#corporate-technology .index .cont--04 .box:nth-of-type(3) .box__img img {
  display: block;
}
#corporate-technology .index .cont--04 .box:nth-of-type(3) .block {
  justify-content: flex-end;
}
#corporate-technology .index .cont--04 .box:nth-of-type(3) .wrap {
  position: relative;
}
#corporate-technology .index .cont--04 .box .block__ttl {
  color: #0A72CF;
}
#corporate-technology .index .cont--04 .box .block__textArea {
  max-width: 530px;
}
#corporate-technology .index .cont--04 .box .link {
  margin-top: 20px;
}
#corporate-technology .index .cont--04 .box .link .off {
  pointer-events: none;
}
#corporate-technology .index .related-link__list li {
  width: calc((100% - (18px * 2)) / 3);
}
#corporate-technology .index .related-link__img {
  display: block;
  width: 85px;
}
#corporate-technology .index .p-mgtf {
  margin-top: 80px;
}

#technology_content .tec-list {
  padding: 40px 0 20px 0;
  background: #d8d8d8;
}
#technology_content .tec-list__inner {
  width: 960px;
  margin: 0 auto;
}
#technology_content .tec-list__ttl {
  position: relative;
  padding-left: 25px;
  font-size: 16px;
  font-weight: bold;
}
#technology_content .tec-list__ttl::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 15px;
  height: 1px;
  transform: translateY(-50%);
  background: #0072cf;
  content: "";
}
#technology_content .tec-list__ttl a {
  color: #000;
}
#technology_content .tec-list__cont {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #fff;
}
#technology_content .tec-list__cont > li {
  position: relative;
  margin-bottom: 20px;
  padding-left: 25px;
  font-size: 15px;
  font-weight: bold;
}
#technology_content .tec-list__cont > li a {
  color: #000;
  cursor: pointer;
}
#technology_content .tec-list__cont > li::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 15px;
  height: 1px;
  transform: translateY(-50%);
  background: #0072cf;
  content: "";
}
#technology_content .tec-list__cont > li > ul {
  margin-top: 15px;
}
#technology_content .tec-list__cont > li > ul li {
  margin-bottom: 10px;
  padding-left: 0;
  font-size: 14px;
}
#technology_content .tec-list__cont > li > ul li::before {
  display: none;
}
#technology_content .tec-list__cont > li .zadankai__link {
  padding-left: 16px;
}
#technology_content .tec-list__cont > li .zadankai__link::before {
  position: absolute;
  top: 2px;
  left: 0;
  width: 0px;
  height: 0px;
  transform: none;
  border: 6px solid transparent;
  border-top: 12px solid #1e5271;
  background: none;
  content: "";
}
#technology_content .tec-list__cont > li .zadankai__link__text {
  color: #1e5271;
}
#technology_content .tec-list__cont > li .zadankai__link__wrapper {
  gap: 8px;
  display: flex;
  margin-top: 8px;
}
#technology_content .tec-list__cont > li span {
  display: flex;
  align-items: center;
  margin-left: 10px;
  padding: 0 6px;
  border-radius: 2px;
  background-color: #fff;
  color: #0072cf;
  font-size: 10px;
  font-weight: normal;
}
#technology_content .tec-list__cont > li:nth-child(1) {
  width: 270px;
}
#technology_content .tec-list__cont > li:nth-child(4) {
  width: 280px;
}
#technology_content .tec-list__cont > li:nth-child(5) {
  width: 225px;
}
#technology_content .tec-list__cont > li:nth-child(6) {
  width: 315px;
}
#technology_content .tec-list__cont > li:nth-child(4)::before, #technology_content .tec-list__cont > li:nth-child(5)::before, #technology_content .tec-list__cont > li:nth-child(6)::before {
  top: 8%;
  content: "";
}
#technology_content .tec-list__cont > li:nth-child(7) {
  position: absolute;
  top: 85px;
  left: 337px;
}
#technology_content .tec-list__cont .on {
  color: #0072cf;
}
#technology_content .tec-list__cont .off {
  display: flex;
  color: #6c6c6c;
}
#technology_content .lead-img {
  z-index: 1;
  position: relative;
  text-align: center;
}
#technology_content .lead-img::after {
  z-index: -1;
  position: absolute;
  top: 180px;
  right: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0, 114, 207, 0.1);
  content: "";
}
#technology_content .tec-cont {
  width: 960px;
  margin: 0 auto;
}
#technology_content .tec-cont--lead {
  margin: 80px auto;
}
#technology_content .tec-cont h2 {
  color: #0072cf;
  font-size: 34px;
  font-weight: bold;
  line-height: 1.7647058824;
}
#technology_content .tec-cont h3 {
  position: relative;
  margin-bottom: 30px;
  padding-left: 20px;
  font-size: 30px;
  font-weight: bold;
}
#technology_content .tec-cont h3::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 100%;
  background: #0072cf;
  content: "";
}
#technology_content .tec-cont .lead-txt {
  margin: 30px 0 70px;
  font-size: 16px;
  font-weight: bold;
  line-height: 2;
}
#technology_content .tec-cont .img-txt {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
}
#technology_content .tec-cont--outline h4 {
  height: 54px;
  margin-bottom: 40px;
  padding-left: 20px;
  background: #0072cf;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 54px;
}
#technology_content .tec-cont--outline .check {
  margin-bottom: 40px;
  font-size: 16px;
  font-weight: bold;
}
#technology_content .tec-cont--outline .wrap h5 {
  margin-bottom: 10px;
  color: #0074d6;
  font-size: 20px;
  font-weight: bold;
}
#technology_content .tec-cont--outline .wrap p {
  font-size: 14px;
  line-height: 2.1428571429;
}
#technology_content .tec-cont--outline .wrap li {
  margin-bottom: 30px;
  padding-bottom: 40px;
  border-bottom: 2px solid #efefef;
}
#technology_content .tec-cont--outline .wrap li:last-child {
  border-bottom: none;
}
#technology_content .tec-cont--outline .wrap .inner {
  display: flex;
  width: 960px;
}
#technology_content .tec-cont--outline .wrap .inner .txt-area {
  width: 464px;
  margin-right: 30px;
}
#technology_content .tec-cont--outline .wrap .inner--02 {
  margin-top: 30px;
}
#technology_content .tec-cont--outline .txt {
  margin-bottom: 50px;
  font-size: 14px;
  line-height: 2.1428571429;
}
#technology_content .tec-cont--bg {
  width: 100%;
  background: rgba(0, 114, 207, 0.1);
}
#technology_content .tec-cont--bg .inner {
  width: 960px;
  margin-bottom: 100px;
  padding: 100px 0 60px;
}
#technology_content .tec-cont--bg h6 {
  width: 250px;
  margin-bottom: 20px;
  color: #0074d6;
  font-size: 24px;
  font-weight: bold;
}
#technology_content .tec-cont--bg p {
  font-size: 14px;
  line-height: 2.1428571429;
}
#technology_content .tec-cont--bg .box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  padding: 40px;
  background: #fff;
}
#technology_content .tec-cont--bg .box__txt {
  width: 210px;
  padding: 15px 20px;
  background: #efefef;
  font-size: 12px;
  line-height: 1.8333333333;
}
#technology_content .tec-cont--bg .box__txt span {
  font-size: 14px;
  font-weight: bold;
}
#technology_content .tec-cont--bg .box p {
  padding-left: 30px;
  font-size: 14px;
  line-height: 2.1428571429;
}
#technology_content .tec-cont--bg .detail {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
  margin-bottom: 40px;
}
#technology_content .tec-cont--bg .detail__inner {
  width: 465px;
  height: 762px;
  background: #fff;
}
#technology_content .tec-cont--bg .detail__sub {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: bold;
}
#technology_content .tec-cont--bg .detail__ttl {
  height: 85px;
  background: #d8eafb;
}
#technology_content .tec-cont--bg .detail__ttl h6 {
  width: 100%;
  margin: 0;
  line-height: 85px;
  text-align: center;
}
#technology_content .tec-cont--bg .detail__txt {
  padding: 40px 40px 30px 40px;
  background: #fff;
}
#technology_content .tec-cont--bg .detail__txt li {
  margin-bottom: 20px;
  padding-left: 1em;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  text-indent: -1em;
}
#technology_content .tec-cont--bg .detail__txt li:last-child {
  margin-bottom: 0;
}
#technology_content .tec-cont--bg .detail__txt li span {
  color: #0072cf;
}
#technology_content .tec-cont--bg .detail__txt li p {
  margin-top: 10px;
  font-size: 14px;
  font-weight: normal;
}
#technology_content .tec-cont--bg .detail__img {
  background: #fff;
  text-align: center;
}
#technology_content .tec-cont--info {
  margin-bottom: 100px;
}
#technology_content .tec-cont--info .block {
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin-top: 40px;
  padding-bottom: 40px;
  border-bottom: 2px solid #efefef;
}
#technology_content .tec-cont--info .block--end {
  border-bottom: none;
}
#technology_content .tec-cont--info .block-txt {
  max-width: 534px;
}
#technology_content .tec-cont--info .block-txt h6 {
  margin-bottom: 20px;
  color: #0074d6;
  font-size: 24px;
  font-weight: bold;
}
#technology_content .tec-cont--info .block-txt p {
  font-size: 14px;
  line-height: 2.1428571429;
}
#technology_content .tec-cont--info .link {
  width: 240px;
}
#technology_content .tec-cont--info .link a {
  box-sizing: border-box;
  display: flex;
  position: relative;
  align-items: center;
  min-height: 60px;
  padding: 0 60px 0 20px;
  border-bottom: solid 1px rgba(142, 142, 142, 0.3);
  color: #000;
  font-size: 14px;
  letter-spacing: 0.02em;
}
#technology_content .tec-cont--info .link a:hover {
  text-decoration: none;
}
#technology_content .tec-cont--info .link a::before {
  position: absolute;
  right: 0;
  bottom: -1px;
  width: 60px;
  height: 1px;
  background-color: #0A72CF;
  content: "";
}
#technology_content .tec-cont--info .link a::after {
  display: flex;
  position: absolute;
  top: 50%;
  right: 26px;
  align-items: center;
  justify-content: center;
  width: 7px;
  height: 13px;
  transform: translateY(-50%);
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%227.4%22%20height%3D%2213.4%22%20viewBox%3D%220%200%207.4%2013.4%22%3E%0A%20%20%3Cg%20id%3D%22arrow%22%20transform%3D%22translate(-304.8%20-1966.8)%22%3E%0A%20%20%20%20%3Cpath%20id%3D%22%E7%B7%9A_44%22%20data-name%3D%22%E7%B7%9A%2044%22%20d%3D%22M6%2C6.7a.7.7%2C0%2C0%2C1-.495-.205l-6-6a.7.7%2C0%2C0%2C1%2C0-.99.7.7%2C0%2C0%2C1%2C.99%2C0l6%2C6A.7.7%2C0%2C0%2C1%2C6%2C6.7Z%22%20transform%3D%22translate(305.5%201967.5)%22%20fill%3D%22%230a72cf%22%2F%3E%0A%20%20%20%20%3Cpath%20id%3D%22%E7%B7%9A_45%22%20data-name%3D%22%E7%B7%9A%2045%22%20d%3D%22M0%2C6.7a.7.7%2C0%2C0%2C1-.495-.205.7.7%2C0%2C0%2C1%2C0-.99l6-6a.7.7%2C0%2C0%2C1%2C.99%2C0%2C.7.7%2C0%2C0%2C1%2C0%2C.99l-6%2C6A.7.7%2C0%2C0%2C1%2C0%2C6.7Z%22%20transform%3D%22translate(305.5%201973.5)%22%20fill%3D%22%230a72cf%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A") no-repeat center/cover;
  content: "";
  transition: all 0.3s;
}
#technology_content .tec-cont--other p {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
}
#technology_content .tec-cont--other p span {
  color: #0074d6;
}
#technology_content .tec-cont--other .staffList {
  margin-bottom: 80px;
}
#technology_content .tec-cont--other .staffList .staffList__image img {
  width: 100%;
}
#technology_content .tec-cont--sec {
  margin-bottom: 100px;
}
#technology_content .tec-cont--sec p {
  font-size: 14px;
  line-height: 2.1428571429;
}
#technology_content .tec-cont--sec .inner {
  margin: 60px 0;
}
#technology_content .card {
  margin-bottom: 90px;
  padding: 80px 0 100px 0;
  background: rgba(0, 114, 207, 0.1);
}
#technology_content .card__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding-bottom: 100px;
}
#technology_content .card__txt {
  position: relative;
  width: 570px;
  padding: 60px 120px 60px 160px;
  background: #0072cf;
  color: #fff;
}
#technology_content .card__txt h6 {
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.6666666667;
}
#technology_content .card__txt h6 span {
  font-size: 20px;
}
#technology_content .card__txt p {
  font-size: 14px;
  line-height: 2.1428571429;
}
#technology_content .card__txt::after {
  position: absolute;
  top: 250px;
  right: -270px;
  width: 330px;
  height: 300px;
  background: url(../img/corporate/technology/technology_dx_02.png) no-repeat;
  content: "";
}
#technology_content .card__txt--02 {
  margin: 0 0 0 auto;
}
#technology_content .card__txt--02::after {
  position: absolute;
  top: 250px;
  left: -270px;
  width: 330px;
  height: 300px;
  background: url(../img/corporate/technology/technology_dx_03.png) no-repeat;
  content: "";
}

.project-inner {
  max-width: 880px;
  margin: 0 auto;
}

.project-inner-wide {
  max-width: 960px;
  margin: 0 auto;
}

.project-key {
  position: relative;
  height: 650px;
  background: #d8d8d8;
}
.project-key::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 76%;
  height: 100%;
  background: #0072CE;
  content: "";
}
.project-key::after {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 956px;
  height: 100%;
  content: "";
}
.project-key__pjt1::after {
  background: url(../img/corporate/technology/technology_pjt1_kv.png) no-repeat top right/contain;
}
.project-key__pjt2::after {
  background: url(../img/corporate/technology/technology_pjt2_kv.png) no-repeat top right/contain;
}
.project-key--ikusei::after {
  background: url(../img/corporate/technology/technology_ikusei_kv.png) no-repeat top right/contain;
}
.project-key__inner {
  position: relative;
  height: 100%;
}
.project-key__textArea {
  z-index: 1;
  position: absolute;
  bottom: 82px;
  left: 0;
  width: 100%;
}
.project-key__title {
  -webkit-box-decoration-break: clone;
  display: inline;
  box-decoration-break: clone;
  padding-right: 15px;
  background: #0072CE;
  color: #fff;
  font-size: 40px;
  letter-spacing: 0.1em;
  line-height: 1.75;
}

.project-index {
  margin-bottom: 96px;
  padding: 80px 0;
  background: #e6f1fa;
}
.project-index__title {
  color: #0072CE;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.1;
}
.project-index__link {
  display: flex;
  position: relative;
  align-items: baseline;
  padding: 27px 0 4px;
  border-bottom: 2px solid #fff;
  color: #000;
  font-size: 18px;
  letter-spacing: 0.1em;
}
.project-index__link:hover {
  text-decoration: none;
}
.project-index__link:hover::after {
  background-position: center bottom 4px;
}
.project-index__link::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 100%;
  border-bottom: 2px solid #0072CE;
  background: url(../img/corporate/arrow-down.svg) no-repeat center bottom 8px;
  background-size: 18px;
  content: "";
  transition: all 0.3s;
}
.project-index__number {
  position: relative;
  margin-right: 20px;
  color: #0072CE;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.project-index__number::after {
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 100%;
  height: 100%;
  border-bottom: 2px solid #0072CE;
  content: "";
}

.project-intro {
  padding-bottom: 198px;
}
.project-intro--bg {
  background: #e6f1fa;
}
.project-intro__description {
  margin: 28px 0 16px;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 2.1428571429;
}
.project-intro__desc-list {
  margin-bottom: 60px;
  padding: 15px 20px;
  border: 1px solid #0072CE;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 2.1666666667;
}
.project-intro__desc-list dt {
  margin-bottom: 5px;
  color: #0072CE;
}

.project-member {
  max-width: 960px;
}
.project-member__titleWrap {
  display: flex;
  align-items: baseline;
  padding: 36px 0;
  background: #0072CE;
  color: #fff;
}
.project-member__title {
  position: relative;
  margin-right: 18px;
  padding-left: 60px;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.project-member__title::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 40px;
  height: 4px;
  transform: translateY(-50%);
  background: #fff;
  content: "";
}
.project-member__note {
  font-size: 12px;
  letter-spacing: 0.1em;
}
.project-member__list {
  background: #e6f1fa;
}
.project-member__item {
  display: grid;
  grid-template-areas: "image nameWrap" "image text";
  grid-template-columns: 160px auto;
  grid-template-rows: max-content 1fr;
  margin: 0 auto;
  padding: 60px;
  column-gap: 42px;
}
.project-member__item:not(:first-child) {
  border-top: 2px solid #fff;
}
.project-member__image {
  z-index: 1;
  position: relative;
  grid-area: image;
  width: 160px;
}
.project-member__image::before {
  z-index: -1;
  position: absolute;
  top: -10px;
  left: -20px;
  width: 40px;
  height: 20px;
  background: #0072CE;
  content: "";
}
.project-member__nameWrap {
  display: flex;
  grid-area: nameWrap;
}
.project-member__name {
  margin-right: 20px;
  color: #0072CE;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.project-member__career {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.4285714286;
}
.project-member__text {
  grid-area: text;
  margin-top: 20px;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 2.1428571429;
}

.project-cont {
  position: relative;
  margin-top: -104px;
}
.project-cont::before {
  z-index: -1;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 104px);
  background: #fff;
  content: "";
}
.project-cont--bg::before {
  background: #e6f1fa;
}
.project-cont--02 {
  margin-bottom: 210px;
}
.project-cont--03 {
  margin-bottom: 100px;
}
.project-cont__image {
  width: 100%;
}
.project-cont__image img {
  width: 100%;
  vertical-align: bottom;
}

.project-titleNumber {
  position: relative;
  width: auto;
  height: 66px;
}
.project-titleNumber img {
  position: absolute;
  bottom: -4px;
  height: 100%;
}

.project-title {
  -webkit-box-decoration-break: clone;
  display: inline;
  box-decoration-break: clone;
  margin-left: calc(50% - 50vw);
  padding: 20px 50px 15px calc(50vw - 50%);
  background: #0072CE;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 3;
}

.project-interview {
  padding-top: 50px;
  overflow: hidden;
}
.project-interview--02 {
  padding-bottom: 80px;
}
.project-interview--03 {
  padding-bottom: 210px;
}
.project-interview--04 {
  padding-bottom: 190px;
}
.project-interview--05 {
  padding-bottom: 100px;
}
.project-interview__question {
  margin-bottom: 10px;
  color: #0072CE;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.7;
}
.project-interview__question:not(:first-of-type) {
  margin: 30px 0 20px;
}
.project-interview__flex {
  display: flex;
  justify-content: space-between;
}
.project-interview__answerWrap {
  width: 425px;
}
.project-interview__answer {
  padding: 20px 0;
  border-top: 2px solid #e6f1fa;
}
.project-interview__answer--borderOff {
  border-top: none;
}
.project-interview--bg .project-interview__answer {
  border-color: #fff;
}
.project-interview__name {
  display: block;
  margin-bottom: 10px;
  color: #0072CE;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.project-interview__text {
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 2.1428571429;
}
.project-interview__imageBox {
  z-index: 1;
  position: relative;
  align-self: flex-start;
  width: 425px;
  margin-top: 20px;
}
.project-interview__imageBox::before {
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #e6f1fa;
  content: "";
}
.project-interview__imageBox--right::before {
  top: 240px;
  left: 200px;
}
.project-interview__imageBox--left::before {
  top: 240px;
  left: -200px;
}
.project-interview__imageBox--bg::before {
  background: #fff;
}
.project-interview__imageBox img {
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.16);
  vertical-align: bottom;
}
.project-interview__image {
  margin-top: 20px;
  padding-right: 30px;
}
.project-interview__image img {
  width: 100%;
}
.project-interview__image--left {
  position: relative;
}
.project-interview__image--left::before {
  z-index: -1;
  position: absolute;
  top: 195px;
  left: -200px;
  width: 90%;
  height: 50%;
  background: #E6F1FA;
  content: "";
}
.project-interview__imageWide {
  width: 625px;
  margin-top: 20px;
}
.project-interview__imageWide--left {
  margin-left: -200px;
}
.project-interview__imageWide--right {
  margin-right: -200px;
}
.project-interview__imageWide img {
  vertical-align: bottom;
}

.project-image--pjt1 {
  z-index: 1;
  position: relative;
  max-width: 670px;
  margin: 40px auto 0;
}
.project-image__title {
  display: block;
  margin-bottom: 6px;
  color: #0072CE;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.project-key--ikusei .project-key__textArea {
  bottom: 145px;
}

.tec_ikusei .project-index {
  margin-bottom: 0;
  background: #fff;
}
.tec_ikusei .project-index__link {
  border-bottom: 2px solid #e6f1fa;
}
.tec_ikusei .project-member__item {
  background: #fff;
}
.tec_ikusei .project-intro {
  padding-top: 100px;
}
.tec_ikusei .project-intro__description {
  margin-bottom: 46px;
}
.tec_ikusei .project-cont--02 .project-title {
  padding-right: 0;
}
.tec_ikusei .project-interview__question {
  margin-bottom: 20px;
}
.tec_ikusei .project-interview__imageBox {
  width: 335px;
}
.tec_ikusei .project-interview__imageBox::before {
  width: 465px;
  height: 450px;
}
.tec_ikusei .project-interview__imageBox--right::before {
  top: 60px;
  left: 70px;
}
.tec_ikusei .project-interview__imageBox--left::before {
  top: 60px;
  left: -200px;
}
.tec_ikusei .project-interview__imageBox img {
  box-shadow: none;
}
.tec_ikusei .project-interview__inner-sm {
  max-width: 680px;
  margin: 0 auto;
}
.tec_ikusei .project-interview__inner-title {
  margin-top: 40px;
  color: #0072CE;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.tec_ikusei .project-interview__summary-list {
  margin-top: 16px;
}
.tec_ikusei .project-interview__summary-item {
  padding-left: 1em;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 2.0833333333;
  text-indent: -1em;
}
.tec_ikusei .project-interview__dl-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 16px;
  margin-bottom: 40px;
}
.tec_ikusei .project-interview__dl-list dt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 180px;
  background: #0072CE;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: center;
}
.tec_ikusei .project-interview__dl-list dt:not(:first-of-type) {
  border-top: 2px solid #fff;
}
.tec_ikusei .project-interview__dl-list dd {
  display: flex;
  align-items: center;
  width: calc(500px - (19px + 24px));
  padding: 19px 24px 19px 19px;
  background: #e6f1fa;
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 1.9166666667;
}
.tec_ikusei .project-interview__dl-list dd:not(:first-of-type) {
  border-top: 2px solid #fff;
}
.tec_ikusei .project-interview__table {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 80px;
}
.tec_ikusei .project-interview__table thead th {
  height: 50px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
}
.tec_ikusei .project-interview__table thead th:nth-of-type(1) {
  width: 300px;
  background: #0072CE;
}
.tec_ikusei .project-interview__table thead th:nth-of-type(2) {
  width: 380px;
  background: #90c6f4;
}
.tec_ikusei .project-interview__table tbody tr:nth-of-type(1) td, .tec_ikusei .project-interview__table tbody tr:nth-of-type(6) td, .tec_ikusei .project-interview__table tbody tr:nth-of-type(8) td, .tec_ikusei .project-interview__table tbody tr:nth-of-type(9) td, .tec_ikusei .project-interview__table tbody tr:nth-of-type(10) td {
  border-top: 4px solid #e6f1fa;
}
.tec_ikusei .project-interview__table tbody th,
.tec_ikusei .project-interview__table tbody td {
  letter-spacing: 0.1em;
  text-align: center;
}
.tec_ikusei .project-interview__table tbody th {
  border-top: 4px solid #e6f1fa;
  background: #d8d8d8;
  font-weight: bold;
}
.tec_ikusei .project-interview__table tbody td {
  height: 44px;
  border-top: 1px solid #d8d8d8;
  background: #fff;
}

#container.technology-zadankai {
  width: 1000px;
}
#container.technology-zadankai .wrapper {
  max-width: initial;
}
#container.technology-zadankai .cross__peoples__main__02 {
  height: 190px;
}
#container.technology-zadankai .cross__type {
  z-index: 20;
  position: relative;
  padding-left: 56px;
  color: #1e5271;
  font-size: 34px;
  font-weight: bold;
  line-height: 1.5;
}
#container.technology-zadankai .cross__type::before {
  position: absolute;
  top: 9px;
  left: 0;
  margin-left: 16px;
  border: 18px solid transparent;
  border-top: 32px solid #1e5271;
  content: "";
}
#container.technology-zadankai .cross__type__wrapper {
  z-index: 40;
  position: absolute;
  left: 50%;
  width: 80%;
  padding-top: 40px;
  transform: translateX(-50%);
  background: #efefef;
}
#container.technology-zadankai .science__movie {
  position: relative;
  color: white;
}
#container.technology-zadankai .science__movie::before {
  position: absolute;
  top: 24px;
  left: 4px;
  margin-left: 16px;
  border: 12px solid transparent;
  border-top: 22px solid white;
  content: "";
}

.wsnw {
  white-space: nowrap;
}

#science {
  margin-top: 64px;
}

#humanities .zadankai__movie,
#science .zadankai__movie {
  width: 690px;
  height: 388px;
}
#humanities .zadankai__movie__wrapper,
#science .zadankai__movie__wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 64px;
}

#corporate-session .sessions {
  background-color: #D8D8D8;
}
#corporate-session .sessions .wrap {
  max-width: 960px;
  margin: 0 auto;
}
#corporate-session .sessions .kv {
  position: relative;
  background-color: #1472CE;
}
#corporate-session .sessions .kv::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 326px;
  background-color: #fff;
  content: "";
}
#corporate-session .sessions .kv__inner {
  z-index: 1;
  position: relative;
}
#corporate-session .sessions .kv__textWrap {
  padding: 53px 0 55px;
  text-align: center;
}
#corporate-session .sessions .kv__imgWrap {
  position: relative;
}
#corporate-session .sessions .kv__imgWrap .ttlArea {
  position: absolute;
  bottom: -35px;
}
#corporate-session .sessions .kv__imgWrap .ttlArea .ttl {
  gap: 10px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#corporate-session .sessions .kv__imgWrap .ttlArea .ttl span {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 58px;
  padding-top: 4px;
  padding-left: 40px;
  background-color: #1472CE;
  color: #fff;
  font-size: 40px;
  letter-spacing: 0.1em;
}
#corporate-session .sessions .kv__imgWrap .ttlArea .ttl:nth-child(1) span:nth-child(1) {
  padding-right: 30px;
}
#corporate-session .sessions .kv__imgWrap .ttlArea .ttl--s {
  margin-top: 10px;
}
#corporate-session .sessions .kv__imgWrap .ttlArea .ttl--s span {
  padding-right: 24px;
  font-size: 25px;
}
#corporate-session .sessions .kv__img {
  display: block;
}
#corporate-session .sessions .kv .lead__text {
  padding: 84px 0 56px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 2.1428571429;
  text-align: center;
}
#corporate-session .sessions .tabs {
  gap: 20px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  padding: 95px 40px 0;
}
#corporate-session .sessions .tabs::after {
  display: none;
}
#corporate-session .sessions .tabs li {
  display: flex;
  position: relative;
  flex: 1 1 280px;
  align-items: center;
  justify-content: center;
  height: 70px;
  background-color: #fff;
}
#corporate-session .sessions .tabs li::after {
  aspect-ratio: 21/71;
  position: absolute;
  top: -1px;
  right: -1px;
  width: 21px;
  background-color: #D8D8D8;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
  content: "";
}
#corporate-session .sessions .tabs li img {
  position: absolute;
  top: -36px;
  left: 0;
}
#corporate-session .sessions .tabs li span {
  padding-top: 4px;
  padding-right: 8px;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.4545454545;
}
#corporate-session .sessions .tabs li.is-active {
  background-color: #1472CE;
  color: #fff;
  font-weight: bold;
}
#corporate-session .sessions .tabs li.is-active::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 10px;
  width: 2px;
  height: 60px;
  background-color: #fff;
  content: "";
}
#corporate-session .sessions .tab {
  padding-top: 100px;
  overflow-x: hidden;
  border-top: 6px solid #1472CE;
  background: #E6F1FA;
}
#corporate-session .sessions .tab .cont--ttl .wrap {
  box-sizing: border-box;
  padding: 0 40px;
}
#corporate-session .sessions .tab .cont--ttl .ttl {
  gap: 30px;
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  color: #1472CE;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 0.04em;
}
#corporate-session .sessions .tab .cont--ttl .ttl img {
  width: 58px;
}
#corporate-session .sessions .tab .cont--ttl .ttl::after {
  display: block;
  width: 2px;
  height: 30px;
  background-color: #1472CE;
  content: "";
}
#corporate-session .sessions .tab .cont--ttl .subTtl {
  margin-top: 32px;
  font-size: 38px;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
}
#corporate-session .sessions .tab .cont--ttl .text {
  margin-top: 42px;
  font-size: 14px;
  line-height: 2.1428571429;
}
#corporate-session .sessions .tab .cont--member {
  margin: 80px auto;
}
#corporate-session .sessions .tab .cont--member .ttl {
  gap: 30px;
  display: flex;
  position: relative;
  align-items: center;
  height: 100px;
  background-color: #1472CE;
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
#corporate-session .sessions .tab .cont--member .ttl::before {
  display: block;
  width: 30px;
  height: 2px;
  background-color: #fff;
  content: "";
}
#corporate-session .sessions .tab .cont--member .detail {
  box-sizing: border-box;
  padding: 60px 40px 60px 60px;
  background-color: #fff;
}
#corporate-session .sessions .tab .cont--member .detail .block {
  gap: 42px;
  display: flex;
  align-items: center;
}
#corporate-session .sessions .tab .cont--member .detail .block:not(:first-child) {
  margin-top: 78px;
}
#corporate-session .sessions .tab .cont--member .detail .block .img {
  position: relative;
  flex: 0 0 160px;
  width: 160px;
  height: 160px;
}
#corporate-session .sessions .tab .cont--member .detail .block .img::before {
  display: block;
  position: absolute;
  top: -10px;
  left: -20px;
  width: 40px;
  height: 20px;
  background-color: #1472CE;
  content: "";
}
#corporate-session .sessions .tab .cont--member .detail .block .img img {
  z-index: 1;
  position: relative;
}
#corporate-session .sessions .tab .cont--member .detail .block .img img img {
  display: block;
}
#corporate-session .sessions .tab .cont--member .detail .block .name {
  color: #1472CE;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
#corporate-session .sessions .tab .cont--member .detail .block .note {
  margin-top: 10px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
#corporate-session .sessions .tab .cont--member .detail .block .text {
  margin-top: 20px;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 2.1428571429;
}
#corporate-session .sessions .tab .cont--img {
  padding-top: 20px;
}
#corporate-session .sessions .tab .cont--img img {
  display: block;
}
#corporate-session .sessions .tab .cont--img2 {
  background-color: #fff;
}
#corporate-session .sessions .tab .cont--area {
  padding-bottom: 80px;
}
#corporate-session .sessions .tab .cont--area::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 444px;
  height: 444px;
  content: "";
}
#corporate-session .sessions .tab .cont--area .wrap {
  box-sizing: border-box;
  padding: 0 40px;
}
#corporate-session .sessions .tab .cont--area .block {
  padding-top: 80px;
}
#corporate-session .sessions .tab .cont--area .block .blockTtl {
  margin-bottom: 35px;
  padding-bottom: 5px;
  border-bottom: solid 1px #1472CE;
  color: #1472CE;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
#corporate-session .sessions .tab .cont--area .block .comment:not(:first-child) {
  margin-top: 30px;
}
#corporate-session .sessions .tab .cont--area .block .comment .name {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
#corporate-session .sessions .tab .cont--area .block .comment .name--1 {
  color: #1472CE;
}
#corporate-session .sessions .tab .cont--area .block .comment .text {
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 2.1428571429;
}
#corporate-session .sessions .tab .cont--area .block .blockInner {
  gap: 40px;
  display: flex;
  justify-content: flex-end;
  margin: 0 auto;
}
#corporate-session .sessions .tab .cont--area .block .blockInner .blockImg {
  flex: 0 0 440px;
}
#corporate-session .sessions .tab .cont--area .block .blockInner .blockImg--r {
  margin-right: -200px;
}
#corporate-session .sessions .tab .cont--area .block .blockInner .blockImg--l {
  margin-left: -200px;
}
#corporate-session .sessions .tab .cont--area1 {
  position: relative;
  background-color: #fff;
}
#corporate-session .sessions .tab .cont--area1::before {
  transform: translate(calc(-50% - 792px), calc(-50% + 20px)) rotate(45deg);
  background-color: #E6F1FA;
}
#corporate-session .sessions .tab .cont--area2 {
  position: relative;
  background-color: #E6F1FA;
}
#corporate-session .sessions .tab .cont--area2::before {
  transform: translate(calc(-50% + 792px), calc(-50% + 20px)) rotate(45deg);
  background-color: #fff;
}
#corporate-session .sessions .tab .cont--area3 {
  position: relative;
  background-color: #fff;
}
#corporate-session .sessions .tab .cont--area3::before {
  transform: translate(calc(-50% - 792px), calc(-50% + 20px)) rotate(45deg);
  background-color: #E6F1FA;
}

#corporate .corporate__consul2 .kv {
  z-index: 1;
  position: relative;
}
#corporate .corporate__consul2 .kv::before {
  display: block;
  height: 100%;
  background: #F5F5F5;
  content: "";
}
#corporate .corporate__consul2 .kv__img {
  position: absolute;
  right: 0;
}
#corporate .corporate__consul2 .kv__img::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: #F5F5F5;
  content: "";
}
#corporate .corporate__consul2 .kv__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#corporate .corporate__consul2 .kv__ttlWrap {
  position: absolute;
  left: 0;
}
#corporate .corporate__consul2 .kv__ttl {
  gap: 5px;
  display: flex;
  flex-direction: column;
  background: none;
  color: #1472CE;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
#corporate .corporate__consul2 .kv__ttl span {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  height: 40px;
  padding: 0 20px;
  background-color: #1472CE;
  color: #fff;
}
#corporate .corporate__consul2 .kv__catch {
  display: flex;
  flex-direction: column;
}
#corporate .corporate__consul2 .kv__catch span {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  width: fit-content;
  background: rgba(255, 255, 255, 0.7);
  color: #000;
  font-weight: normal;
}
#corporate .corporate__consul2 .lead {
  background: #1472CE;
  color: #fff;
  text-align: center;
}
#corporate .corporate__consul2 .lead__ttl {
  padding: 0;
  background: none;
  color: #fff;
  letter-spacing: 0.05em;
}
#corporate .corporate__consul2 .lead__text {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 2.1428571429;
}
#corporate .corporate__consul2 .consulBlock {
  position: relative;
  overflow: hidden;
}
#corporate .corporate__consul2 .consulBlock::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
}
#corporate .corporate__consul2 .consulBlock__ttlWrap {
  box-sizing: border-box;
  display: flex;
  z-index: 1;
  position: relative;
  justify-content: space-between;
  max-width: 960px;
  margin: 0 auto;
}
#corporate .corporate__consul2 .consulBlock__ttl {
  box-sizing: border-box;
  position: relative;
  color: #1472CE;
  font-weight: bold;
}
#corporate .corporate__consul2 .consulBlock__ttl::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 178px;
  background-color: #1472CE;
  content: "";
}
#corporate .corporate__consul2 .consulBlock__text {
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.5833333333;
}
#corporate .corporate__consul2 .consulBlock__wrap {
  position: relative;
  max-width: 960px;
  margin: 0 auto;
}
#corporate .corporate__consul2 .consulBlock__textWrap {
  box-sizing: border-box;
  z-index: 10;
  position: relative;
  top: 0;
}
#corporate .corporate__consul2 .consulBlock__textWrap--left {
  left: 0;
  margin-right: auto;
}
#corporate .corporate__consul2 .consulBlock__textWrap--left::before {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 50vw;
  height: 100%;
  transform: translateX(-50vw);
  content: "";
}
#corporate .corporate__consul2 .consulBlock__textWrap--right {
  right: 0;
  margin-left: auto;
}
#corporate .corporate__consul2 .consulBlock__textWrap--right::before {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 50vw;
  height: 100%;
  content: "";
}
#corporate .corporate__consul2 .consulBlock__textWrap > * {
  z-index: 1;
  position: relative;
}
#corporate .corporate__consul2 .consulBlock__textWrap p {
  letter-spacing: 0.05em;
}
#corporate .corporate__consul2 .consulBlock__textWrap p:not(:first-child):not(.consulBlock__textWrap__note) {
  margin-top: 2.1428571429em;
}
#corporate .corporate__consul2 .consulBlock__textWrap p:not(.consulBlock__textWrap__note) {
  font-size: 14px;
  line-height: 2.1428571429;
}
#corporate .corporate__consul2 .consulBlock__textWrap p sup {
  position: relative;
  top: 0.2em;
  font-size: 70%;
  vertical-align: top;
}
#corporate .corporate__consul2 .consulBlock__textWrap__note {
  margin-top: 20px;
  font-size: 12px;
  line-height: 2;
}
#corporate .corporate__consul2 .consulBlock--bgWhite {
  background-color: #fff;
}
#corporate .corporate__consul2 .consulBlock--bgWhite .consulBlock__textWrap,
#corporate .corporate__consul2 .consulBlock--bgWhite .consulBlock__textWrap::before {
  background-color: #F5F5F5;
}
#corporate .corporate__consul2 .consulBlock--bgGray {
  background-color: #F5F5F5;
}
#corporate .corporate__consul2 .consulBlock--bgGray .consulBlock__textWrap,
#corporate .corporate__consul2 .consulBlock--bgGray .consulBlock__textWrap::before {
  background-color: #fff;
}
#corporate .corporate__consul2 .consulBlock--bgBlue {
  background-color: #E6F1FA;
}
#corporate .corporate__consul2 .consulBlock--bgBlue .consulBlock__textWrap,
#corporate .corporate__consul2 .consulBlock--bgBlue .consulBlock__textWrap::before {
  background-color: #fff;
}
#corporate .corporate__consul2 .consulBlock--mission::before {
  background: url(../img/corporate/consul/ttl_mission.svg) no-repeat center/cover;
}
#corporate .corporate__consul2 .consulBlock--mission .mission__img {
  text-align: right;
}
#corporate .corporate__consul2 .consulBlock--mission .mission__img img {
  aspect-ratio: 640/600;
}
#corporate .corporate__consul2 .consulBlock--purpose::before {
  background: url(../img/corporate/consul/ttl_purpose.svg) no-repeat center/cover;
}
#corporate .corporate__consul2 .consulBlock--position::before {
  background: url(../img/corporate/consul/ttl_position.svg) no-repeat center/cover;
}
#corporate .corporate__consul2 .consulBlock--position .position__img div {
  background-color: #1472CE;
}
#corporate .corporate__consul2 .consulBlock--position .position__img div img {
  display: block;
}
#corporate .corporate__consul2 .consulBlock--strength::before {
  background: url(../img/corporate/consul/ttl_strength.svg) no-repeat center/cover;
}
#corporate .corporate__consul2 .consulBlock--strength .strength__img div {
  display: inline-block;
  background-color: #1472CE;
}
#corporate .corporate__consul2 .consulBlock--organization::before {
  background: url(../img/corporate/consul/ttl_organization.svg) no-repeat center/cover;
}
#corporate .corporate__consul2 .consulFootImg {
  z-index: 1;
  position: relative;
}
#corporate .corporate__consul2 .consulFootImg img {
  aspect-ratio: 1280/360;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#corporate .corporate__consul2 .related-link {
  background-color: #fff;
}

#corporate .corporate__consulSpecial {
  overflow-x: hidden;
}
#corporate .corporate__consulSpecial .kv {
  z-index: 1;
  position: relative;
}
#corporate .corporate__consulSpecial .kv img {
  width: 100%;
}
#corporate .corporate__consulSpecial .kv__ttlWrap {
  position: absolute;
  top: 24.3333333333%;
  left: 12.5vw;
}
#corporate .corporate__consulSpecial .kv__catch {
  margin-bottom: 50px;
  padding: 0;
  background: none;
  color: #fff;
  font-size: 5.15625vw;
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
#corporate .corporate__consulSpecial .kv__ttl {
  font-size: 1.25vw;
  font-weight: normal;
  line-height: 2;
}
#corporate .corporate__consulSpecial .kv__ttl span {
  display: block;
  font-weight: bold;
}
#corporate .corporate__consulSpecial .wrap {
  box-sizing: border-box;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 44px;
}
#corporate .corporate__consulSpecial .project-index {
  gap: 35px;
  display: flex;
  margin: 0;
  padding: 60px 0;
  background: none;
}
#corporate .corporate__consulSpecial .project-index li {
  flex: 1 1;
}
#corporate .corporate__consulSpecial .project-index__link {
  display: flex;
  align-items: center;
  height: 60px;
  padding: 0 20px;
  border-bottom: solid 1px rgba(142, 142, 142, 0.3);
  font-size: 14px;
}
#corporate .corporate__consulSpecial .project-index__link::after {
  width: 60px;
  border-width: 1px;
  background-image: url(../img/corporate/consul_special/icon_arrow-down.png);
  background-position: center;
  background-size: 14px;
}
#corporate .corporate__consulSpecial .cont__kv {
  z-index: 1;
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  text-align: center;
}
#corporate .corporate__consulSpecial .cont__kv img {
  display: block;
}
#corporate .corporate__consulSpecial .cont__wrap {
  position: relative;
}
#corporate .corporate__consulSpecial .cont__ttl {
  position: relative;
  padding-bottom: 30px;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0.02em;
  text-align: center;
}
#corporate .corporate__consulSpecial .cont__ttl::after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 50px;
  height: 2px;
  transform: translateX(-50%);
  background-color: #1472CE;
  content: "";
}
#corporate .corporate__consulSpecial .block {
  box-sizing: border-box;
  z-index: 1;
  position: relative;
  width: 960px;
  margin: 60px auto 0;
  padding: 60px 40px;
  border: none;
}
#corporate .corporate__consulSpecial .block::before {
  display: block;
  position: absolute;
  top: 0;
  width: 50vw;
  height: 100%;
  content: "";
}
#corporate .corporate__consulSpecial .block--left::before {
  right: 50%;
}
#corporate .corporate__consulSpecial .block--right::before {
  left: 50%;
}
#corporate .corporate__consulSpecial .block > * {
  z-index: 1;
  position: relative;
}
#corporate .corporate__consulSpecial .block__ttl {
  margin-bottom: 30px;
  color: #1472CE;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.6666666667;
}
#corporate .corporate__consulSpecial .block__text {
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 2.1428571429;
}
#corporate .corporate__consulSpecial .block__text p:not(:first-child) {
  margin-top: 2.1428571429em;
}
#corporate .corporate__consulSpecial .message {
  overflow: visible;
}
#corporate .corporate__consulSpecial .message__ttl {
  position: absolute;
  top: 327px;
  left: 160px;
  color: #fff;
  text-align: left;
}
#corporate .corporate__consulSpecial .message__ttl .ttl {
  padding: 0;
  background: none;
  color: #fff;
  font-size: 30px;
  line-height: 1.9333333333;
}
#corporate .corporate__consulSpecial .message__ttl .profile {
  margin-top: 50px;
  font-size: 18px;
}
#corporate .corporate__consulSpecial .message .cont__wrap {
  margin-top: -26px;
  padding-top: 106px;
  padding-bottom: 100px;
}
#corporate .corporate__consulSpecial .message .cont__wrap::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: calc(50% + 335px);
  height: calc(100% + 407px);
  background-color: #E6F1FA;
  content: "";
}
#corporate .corporate__consulSpecial .message .block {
  background: #fff;
}
#corporate .corporate__consulSpecial .message .block::before {
  background: #fff;
}
#corporate .corporate__consulSpecial .culture {
  margin-bottom: 100px;
}
#corporate .corporate__consulSpecial .culture__kv {
  margin-bottom: -20px;
}
#corporate .corporate__consulSpecial .culture .cont__wrap::before {
  display: block;
  position: absolute;
  top: -275px;
  right: 0;
  width: calc(50% - 335px);
  height: calc(100% + 275px);
  background-color: #E6F1FA;
  content: "";
}
#corporate .corporate__consulSpecial .culture .block {
  background: #E6F1FA;
}
#corporate .corporate__consulSpecial .culture .block::before {
  background: #E6F1FA;
}
#corporate .corporate__consulSpecial .culture .img {
  z-index: 1;
  position: relative;
  max-width: 1280px;
  margin: 50px auto 0;
  text-align: right;
}
#corporate .corporate__consulSpecial .culture .img img {
  transform: translateX(20px);
}
#corporate .corporate__consulSpecial .culture .imgWide {
  margin-top: -74px;
}
#corporate .corporate__consulSpecial .culture .imgWide img {
  width: 100%;
}
#corporate .corporate__consulSpecial .links {
  padding-bottom: 40px;
}
#corporate .corporate__consulSpecial .box {
  max-width: 960px;
  margin: 80px auto 0;
}
#corporate .corporate__consulSpecial .box:nth-child(1) {
  margin-top: 60px;
}
#corporate .corporate__consulSpecial .box__ttl {
  margin-bottom: 40px;
  padding: 19px 40px 15px;
  background: rgba(0, 114, 206, 0.2);
  color: #1472CE;
  font-size: 20px;
  font-weight: bold;
}
#corporate .corporate__consulSpecial .box__cont {
  gap: 30px;
  display: flex;
}
#corporate .corporate__consulSpecial .box__cont > * {
  flex: 1 1;
}
#corporate .corporate__consulSpecial .box__text {
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 2.1428571429;
}
#corporate .corporate__consulSpecial .box .link {
  margin-top: 53px;
}
#corporate .corporate__consulSpecial .box .link a {
  box-sizing: border-box;
  display: flex;
  position: relative;
  align-items: center;
  min-height: 60px;
  padding: 0 60px 0 20px;
  border-bottom: solid 1px rgba(142, 142, 142, 0.3);
  color: #000;
  font-size: 14px;
  letter-spacing: 0.02em;
}
#corporate .corporate__consulSpecial .box .link a::before {
  position: absolute;
  right: 0;
  bottom: -1px;
  width: 60px;
  height: 1px;
  background-color: #0A72CF;
  content: "";
}
#corporate .corporate__consulSpecial .box .link a::after {
  display: flex;
  position: absolute;
  top: 50%;
  right: 26px;
  align-items: center;
  justify-content: center;
  width: 7px;
  height: 13px;
  transform: translateY(-50%);
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%227.4%22%20height%3D%2213.4%22%20viewBox%3D%220%200%207.4%2013.4%22%3E%0A%20%20%3Cg%20id%3D%22arrow%22%20transform%3D%22translate(-304.8%20-1966.8)%22%3E%0A%20%20%20%20%3Cpath%20id%3D%22%E7%B7%9A_44%22%20data-name%3D%22%E7%B7%9A%2044%22%20d%3D%22M6%2C6.7a.7.7%2C0%2C0%2C1-.495-.205l-6-6a.7.7%2C0%2C0%2C1%2C0-.99.7.7%2C0%2C0%2C1%2C.99%2C0l6%2C6A.7.7%2C0%2C0%2C1%2C6%2C6.7Z%22%20transform%3D%22translate(305.5%201967.5)%22%20fill%3D%22%230a72cf%22%2F%3E%0A%20%20%20%20%3Cpath%20id%3D%22%E7%B7%9A_45%22%20data-name%3D%22%E7%B7%9A%2045%22%20d%3D%22M0%2C6.7a.7.7%2C0%2C0%2C1-.495-.205.7.7%2C0%2C0%2C1%2C0-.99l6-6a.7.7%2C0%2C0%2C1%2C.99%2C0%2C.7.7%2C0%2C0%2C1%2C0%2C.99l-6%2C6A.7.7%2C0%2C0%2C1%2C0%2C6.7Z%22%20transform%3D%22translate(305.5%201973.5)%22%20fill%3D%22%230a72cf%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A") no-repeat center/cover;
  content: "";
  transition: all 0.3s;
}
#corporate .corporate__consulSpecial .box .link a .icon {
  margin-left: 7px;
}
#corporate .corporate__consulSpecial .box .link a .icon img {
  display: inline-block;
  width: 11px;
  height: 8px;
  vertical-align: 7px;
}

#corporate .corporate__incu .kv {
  z-index: 1;
  position: relative;
  background-color: #F5F5F5;
}
#corporate .corporate__incu .kv img {
  width: 100%;
}
#corporate .corporate__incu .kv__ttlWrap {
  position: absolute;
  top: 16%;
  left: 15.625vw;
}
#corporate .corporate__incu .kv__catch {
  gap: 1.171875vw;
  display: flex;
  flex-direction: column;
  padding: 0;
  background: none;
  color: #000;
  font-size: 2.65625vw;
  font-weight: normal;
  letter-spacing: 0.08em;
}
#corporate .corporate__incu .kv__catch .bg {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  width: fit-content;
  height: 3.90625vw;
  padding: 0.2em 1.5625vw 0;
  background: #fff;
}
#corporate .corporate__incu .kv__catch .color-blue {
  color: #1472CE;
}
#corporate .corporate__incu .kv__ttl {
  display: flex;
  flex-direction: column;
  margin-bottom: 2.34375vw;
  padding: 0;
  background: none;
  color: white;
  font-size: 1.40625vw;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 2;
}
#corporate .corporate__incu .kv__ttl span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  height: 3.75vw;
  padding: 0 1.5625vw;
  background-color: #1472CE;
  font-weight: bold;
}
#corporate .corporate__incu .lead {
  background: #F5F5F5;
  color: #000;
  text-align: center;
}
#corporate .corporate__incu .lead__ttlWrap p {
  color: #1472CE;
  font-size: 12px;
  letter-spacing: 0.05em;
}
#corporate .corporate__incu .lead__ttl {
  padding: 0;
  background: none;
  color: #1472CE;
  letter-spacing: 0.05em;
  line-height: 1.7647058824;
}
#corporate .corporate__incu .lead__text {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 2.1428571429;
}
#corporate .corporate__incu .incuBlockWrap {
  overflow: hidden;
}
#corporate .corporate__incu .incuBlock {
  position: relative;
}
#corporate .corporate__incu .incuBlock::before {
  position: absolute;
  content: "";
}
#corporate .corporate__incu .incuBlock__ttlWrap {
  box-sizing: border-box;
  display: flex;
  z-index: 1;
  position: relative;
  flex-direction: column;
  justify-content: space-between;
  max-width: 960px;
  margin: 0 auto;
}
#corporate .corporate__incu .incuBlock__ttl {
  box-sizing: border-box;
  position: relative;
  color: #1472CE;
  font-weight: bold;
}
#corporate .corporate__incu .incuBlock__ttl::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 160px;
  background-color: #1472CE;
  content: "";
}
#corporate .corporate__incu .incuBlock__catch {
  gap: 15px;
  display: flex;
  flex-direction: column;
}
#corporate .corporate__incu .incuBlock__catch .bg {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  width: fit-content;
  height: 56px;
  padding: 0.2em 13px 0;
  padding-top: 0.2em;
  background-color: #fff;
  color: #1472CE;
  font-weight: bold;
  letter-spacing: 0.05em;
}
#corporate .corporate__incu .incuBlock__content {
  position: relative;
  background-color: #fff;
}
#corporate .corporate__incu .incuBlock__kv {
  text-align: right;
}
#corporate .corporate__incu .incuBlock__kv img {
  display: block;
}
#corporate .corporate__incu .incuBlock__wrap {
  box-sizing: border-box;
  position: relative;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 40px;
}
#corporate .corporate__incu .incuBlock__text {
  margin-bottom: 60px;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 2.1428571429;
}
#corporate .corporate__incu .incuBlock__img {
  text-align: center;
}
#corporate .corporate__incu .incuBlock__cardWrap {
  gap: 30px;
  display: flex;
}
#corporate .corporate__incu .incuBlock .card {
  flex: 1 1;
  padding: 40px 30px;
  background-color: #E6F1FA;
  text-align: center;
}
#corporate .corporate__incu .incuBlock .card__ttl {
  margin-bottom: 24px;
  font-size: 22px;
  font-weight: bold;
}
#corporate .corporate__incu .incuBlock .card__img {
  margin-bottom: 24px;
}
#corporate .corporate__incu .incuBlock .card__img img {
  display: block;
}
#corporate .corporate__incu .incuBlock .card__text {
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 2.1428571429;
  text-align: left;
}
#corporate .corporate__incu .incuBlock .card__list {
  padding: 30px;
  background-color: #fff;
  font-size: 12px;
  line-height: 1.6666666667;
  text-align: left;
}
#corporate .corporate__incu .incuBlock .card__list li {
  position: relative;
  text-indent: -12px;
}
#corporate .corporate__incu .incuBlock .card__list li::before {
  color: #1472CE;
  content: "\25CF";
}
#corporate .corporate__incu .incuBlock .listWrap {
  counter-reset: count;
}
#corporate .corporate__incu .incuBlock .list {
  box-sizing: border-box;
  position: relative;
  padding-left: 60px;
  border: solid 1px #1472CE;
  counter-increment: count;
}
#corporate .corporate__incu .incuBlock .list:not(:first-child) {
  margin-top: 20px;
}
#corporate .corporate__incu .incuBlock .list::before {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 100%;
  background-color: #1472CE;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.05em;
  content: counter(count, decimal-leading-zero);
}
#corporate .corporate__incu .incuBlock .list dl dt, #corporate .corporate__incu .incuBlock .list dl dd {
  padding: calc(13px + 0.2em) 30px calc(13px - 0.2em);
  letter-spacing: 0.05em;
  line-height: 1.5;
}
#corporate .corporate__incu .incuBlock .list dl dt {
  background-color: #E6F1FA;
  color: #1472CE;
  font-size: 16px;
  font-weight: bold;
}
#corporate .corporate__incu .incuBlock .list dl dd {
  font-size: 14px;
}
#corporate .corporate__incu .incuBlock__projectWrap {
  padding: 100px 0;
  background-color: #1472CE;
  color: #fff;
  counter-reset: project;
}
#corporate .corporate__incu .incuBlock .project {
  box-sizing: border-box;
  position: relative;
  margin: 0 auto;
  counter-increment: project;
}
#corporate .corporate__incu .incuBlock .project:not(:first-child) {
  margin-top: 70px;
}
#corporate .corporate__incu .incuBlock .project__inner {
  width: calc(50% - 15px);
}
#corporate .corporate__incu .incuBlock .project__ttl {
  gap: 10px;
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
#corporate .corporate__incu .incuBlock .project__ttl .num::after {
  font-size: 24px;
  content: " " counter(project, decimal-leading-zero);
}
#corporate .corporate__incu .incuBlock .project__ttl .bg {
  width: fit-content;
  padding: 0.2em 12px 0;
  background-color: #fff;
  color: #1472CE;
  line-height: 1.6666666667;
}
#corporate .corporate__incu .incuBlock .project__catch {
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
#corporate .corporate__incu .incuBlock .project__text {
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 2.1428571429;
}
#corporate .corporate__incu .incuBlock .project:nth-child(even) .project__inner {
  margin-left: auto;
}
#corporate .corporate__incu .incuBlock .project:nth-child(2) .project__catch {
  margin-right: -1em;
}
#corporate .corporate__incu .incuBlock.bg-blue {
  background-color: #1472CE;
}
#corporate .corporate__incu .incuBlock.bg-blue .incuBlock__ttl {
  color: #fff;
}
#corporate .corporate__incu .incuBlock.bg-blue .incuBlock__ttl::before {
  background-color: #fff;
}
#corporate .corporate__incu .incuBlock.bg-lightBlue {
  background-color: #E6F1FA;
}
#corporate .corporate__incu .incuBlock.bg-lightBlue .incuBlock__ttl {
  color: #1472CE;
}
#corporate .corporate__incu .incuBlock.bg-lightBlue .incuBlock__ttl::before {
  background-color: #1472CE;
}
#corporate .corporate__incu .incuBlock--mission::before {
  right: 0;
  background: url(../img/corporate/incu/ttl_mission.svg) no-repeat center/cover;
}
#corporate .corporate__incu .incuBlock--purpose::before {
  background: url(../img/corporate/incu/ttl_purpose.svg) no-repeat center/cover;
}
#corporate .corporate__incu .incuBlock--purpose .incuBlock__kv {
  z-index: 1;
  position: absolute;
  top: -688px;
  right: -160px;
}
#corporate .corporate__incu .incuBlock--purpose .incuBlock__text {
  padding-top: 60px;
}
#corporate .corporate__incu .incuBlock--businessDomain::before {
  right: 0;
  background: url(../img/corporate/incu/ttl_business-domain.svg) no-repeat center/cover;
}
#corporate .corporate__incu .incuBlock--theme::before {
  background: url(../img/corporate/incu/ttl_theme.svg) no-repeat center/cover;
}
#corporate .corporate__incu .incuBlock--theme .incuBlock__kv {
  z-index: 1;
  position: absolute;
  top: -688px;
  right: -160px;
}
#corporate .corporate__incu .incuBlock--theme .incuBlock__text {
  padding-top: 60px;
}
#corporate .corporate__incu .incuFootImg {
  z-index: 1;
  position: relative;
}
#corporate .corporate__incu .incuFootImg img {
  aspect-ratio: 1280/360;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#corporate .corporate__incu .related-link {
  background-color: #fff;
}

.service-engineering .inner {
  width: 100%;
  max-width: 960px;
}
.service-engineering .kv {
  z-index: 336;
  width: 100%;
  height: 540px;
  background: url(../img/corporate/service-engineering/kv.jpg) no-repeat center/cover;
}
.service-engineering .kv h1 {
  padding-top: 198px;
  padding-left: 40px;
  color: #fff;
  font-size: 65px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.3;
}
.service-engineering .kv h1 span {
  font-size: 40px;
}
.service-engineering #technology_content .tec-list__cont > li::before {
  top: 8px !important;
}
.service-engineering #technology_content .tec-list__cont > li:nth-child(7) {
  position: relative;
  top: auto;
  left: auto;
}
.service-engineering .intro {
  position: relative;
  padding: 80px 0 75px;
  overflow: hidden;
}
.service-engineering .intro::before {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 201px;
  height: 413px;
  background: url(../img/corporate/service-engineering/deco01.svg) no-repeat center/contain;
  content: "";
}
.service-engineering .intro::after {
  z-index: -1;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 491px;
  height: 452px;
  background: url(../img/corporate/service-engineering/deco02.svg) no-repeat center/contain;
  content: "";
}
.service-engineering .intro h2 {
  color: #0072CF;
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 0.15em;
  line-height: 1.5;
  text-align: center;
}
.service-engineering .intro h3 {
  margin-top: 25px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.service-engineering .intro h3 span {
  padding-bottom: 8px;
  border-bottom: 3px solid #0072CE;
}
.service-engineering .intro p {
  margin-top: 30px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.85;
  text-align: center;
}
.service-engineering .nav {
  padding: 60px 0;
  background-color: rgba(230, 241, 250, 0.6);
}
.service-engineering .nav ul {
  gap: 20px;
  display: flex;
}
.service-engineering .nav ul li {
  position: relative;
  width: calc(100% / 4 - 60px / 4);
  background-color: #fff;
  font-size: 12px;
  text-align: center;
  text-align: center;
}
.service-engineering .nav ul li::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  height: 1px;
  transform: translateX(-50%);
  background-color: #0072CF;
  content: "";
}
.service-engineering .nav ul li a {
  display: block;
  position: relative;
  width: 100%;
  padding: 20px 0 35px;
  color: #000;
}
.service-engineering .nav ul li a::before, .service-engineering .nav ul li a::after {
  position: absolute;
  bottom: 15px;
  left: calc(50% - 0.5px);
  width: 1px;
  height: 10px;
  transform-origin: 50% calc(100% - 0.5px);
  border-radius: 9999px;
  background-color: #0072cf;
  content: "";
}
.service-engineering .nav ul li a::before {
  transform: rotate(45deg);
}
.service-engineering .nav ul li a::after {
  transform: rotate(-45deg);
}
.service-engineering #about {
  position: relative;
  padding: 120px 0;
  overflow: hidden;
  background-color: #F5F5F5;
}
.service-engineering #about::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 476px;
  height: 974px;
  background: url(../img/corporate/service-engineering/deco03.svg) no-repeat center/contain;
  content: "";
}
.service-engineering #about::after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 476px;
  height: 974px;
  transform: rotate(180deg);
  background: url(../img/corporate/service-engineering/deco03.svg) no-repeat center/contain;
  content: "";
}
.service-engineering #about .sub-title {
  z-index: 1;
  position: relative;
  margin-top: 80px;
  font-size: 30px;
  font-weight: bold;
}
.service-engineering #about .card {
  z-index: 1;
  position: relative;
}
.service-engineering #about .card__list {
  box-sizing: border-box;
  position: relative;
  width: 1120px;
  margin-top: 90px;
  margin-left: auto;
  padding: 50px 40px;
  background-color: #fff;
}
.service-engineering #about .card__list:nth-child(even) {
  margin-left: 0;
  padding: 50px 40px 50px 200px;
  background-color: #E6F1FA;
}
.service-engineering #about .card__list:nth-child(even) .number {
  left: 200px;
}
.service-engineering #about .card__list .number {
  position: absolute;
  top: -55px;
  left: 40px;
  width: 65px;
  height: 94px;
}
.service-engineering #about .card__list h3 {
  color: #0072CE;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.03em;
  line-height: 1.66;
}
.service-engineering #about .card__list .box {
  gap: 50px;
  display: flex;
  align-items: flex-start;
  margin-top: 30px;
}
.service-engineering #about .card__list .box p {
  flex-shrink: 0;
  width: 455px;
  font-size: 14px;
  line-height: 2;
}
.service-engineering #about .card__list .box img {
  width: 375px;
}
.service-engineering #about .about__inner {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}
.service-engineering #growth {
  position: relative;
  padding: 120px 0;
}
.service-engineering #growth::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 476px;
  height: 974px;
  background: url(../img/corporate/service-engineering/deco04.svg) no-repeat center/contain;
  content: "";
}
.service-engineering #growth::after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 476px;
  height: 974px;
  transform: rotate(180deg);
  background: url(../img/corporate/service-engineering/deco04.svg) no-repeat center/contain;
  content: "";
}
.service-engineering #growth .case {
  gap: 30px;
  display: flex;
  z-index: 1;
  position: relative;
  margin-top: 84px;
}
.service-engineering #growth .case li {
  width: calc(100% / 2 - 30px / 2);
  border: 1px solid #0072CE;
  background-color: #fff;
}
.service-engineering #growth .case li h3 {
  padding: 2px 0 2px 7px;
  border-left: 3px solid #0072CE;
  font-size: 14px;
  font-weight: bold;
}
.service-engineering #growth .case__title {
  display: flex;
  border-bottom: 1px solid #0072CE;
}
.service-engineering #growth .case__title .number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 105px;
  background-color: #0072CE;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
.service-engineering #growth .case__title .name {
  display: flex;
  align-items: center;
  width: calc(100% - 105px);
  height: 80px;
  padding: 0 20px;
  background-color: #E6F1FA;
  color: #0072CE;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.66;
}
.service-engineering #growth .case__box {
  gap: 16px;
  display: flex;
  align-items: flex-start;
  padding: 40px 40px 0;
}
.service-engineering #growth .case__box p {
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.78;
}
.service-engineering #growth .case__box img {
  flex-shrink: 0;
  width: 130px;
}
.service-engineering #growth .case__flow {
  display: flex;
  flex-direction: row;
  flex-direction: column;
  height: 380px;
  margin-top: 20px;
  padding: 0 40px 40px;
}
.service-engineering #growth .case__flow dl {
  display: flex;
  width: 100%;
  margin-bottom: 10px;
}
.service-engineering #growth .case__flow dl:first-child {
  margin-top: 18px;
}
.service-engineering #growth .case__flow dl:last-child {
  margin-bottom: 0;
}
.service-engineering #growth .case__flow dl:last-child dt::after {
  display: none;
}
.service-engineering #growth .case__flow dl dt {
  position: relative;
  width: 56px;
  color: #0072CE;
  font-size: 14px;
  font-weight: bold;
}
.service-engineering #growth .case__flow dl dt::before {
  position: absolute;
  top: 1px;
  right: -20px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #0072CE;
  content: "";
}
.service-engineering #growth .case__flow dl dt::after {
  position: absolute;
  top: 1px;
  right: -15px;
  width: 1px;
  height: calc(100% + 10px);
  background-color: #0072CE;
  content: "";
}
.service-engineering #growth .case__flow dl dd {
  width: calc(100% - 56px);
  padding-left: 42px;
  font-size: 14px;
  letter-spacing: 0.06em;
  line-height: 1.78;
}
.service-engineering #growth .case__flow .comment {
  margin-top: auto;
  padding: 20px 15px;
  background-color: #E6F1FA;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 2.1;
}
.service-engineering #interview {
  position: relative;
  padding: 120px 0;
  background-color: #F5F5F5;
}
.service-engineering #interview::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 476px;
  height: 974px;
  background: url(../img/corporate/service-engineering/deco03.svg) no-repeat center/contain;
  content: "";
}
.service-engineering #interview::after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 476px;
  height: 974px;
  transform: rotate(180deg);
  background: url(../img/corporate/service-engineering/deco03.svg) no-repeat center/contain;
  content: "";
}
.service-engineering #interview .interviewbox {
  z-index: 1;
  position: relative;
  margin-top: 84px;
}
.service-engineering #interview .interviewbox__list {
  position: relative;
  margin-bottom: 60px;
}
.service-engineering #interview .interviewbox__list:last-child {
  margin-bottom: 0;
}
.service-engineering #interview .interviewbox__list:last-child .profile {
  margin-left: auto;
  padding-left: 80px;
}
.service-engineering #interview .interviewbox__list:last-child img {
  right: auto;
  left: 40px;
}
.service-engineering #interview .interviewbox__list:last-child .detail {
  margin-top: 24px;
}
.service-engineering #interview .interviewbox__list:last-child .detail ul {
  margin-bottom: 40px;
}
.service-engineering #interview .interviewbox__list .profile {
  box-sizing: border-box;
  width: 545px;
  padding: 40px;
  background-color: #0072CE;
}
.service-engineering #interview .interviewbox__list .profile h3 {
  margin-bottom: 26px;
  color: #0072CE;
  font-size: 20px;
  font-weight: bold;
  line-height: 2.1;
}
.service-engineering #interview .interviewbox__list .profile h3 span {
  padding: 6px;
  background-color: #fff;
}
.service-engineering #interview .interviewbox__list .profile p {
  color: #fff;
  line-height: 1.66;
}
.service-engineering #interview .interviewbox__list .profile .name {
  font-size: 14px;
  font-weight: bold;
}
.service-engineering #interview .interviewbox__list .profile .text {
  font-size: 12px;
}
.service-engineering #interview .interviewbox__list img {
  position: absolute;
  top: 60px;
  right: 40px;
  width: 425px;
}
.service-engineering #interview .interviewbox__list .detail {
  margin-top: 90px;
  padding: 100px 40px 60px;
  background-color: #fff;
}
.service-engineering #interview .interviewbox__list .detail h4 {
  margin-bottom: 20px;
  color: #0072CE;
  font-size: 20px;
  font-weight: bold;
}
.service-engineering #interview .interviewbox__list .detail p {
  margin-bottom: 40px;
  font-size: 14px;
  line-height: 2.14;
}
.service-engineering #interview .interviewbox__list .detail ul li {
  position: relative;
  margin-bottom: 15px;
  padding-left: 20px;
  font-size: 14px;
}
.service-engineering #interview .interviewbox__list .detail ul li span {
  font-weight: bold;
}
.service-engineering #interview .interviewbox__list .detail ul li:last-child {
  margin-bottom: 0;
}
.service-engineering #interview .interviewbox__list .detail ul li::before {
  position: absolute;
  top: 1px;
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #0072CE;
  content: "";
}
.service-engineering #event-info {
  padding-bottom: 80px;
  background-color: #0072CE;
}
.service-engineering #event-info .title::before {
  display: none;
}
.service-engineering #event-info .event__wrap {
  padding: 60px 40px;
  background-color: #fff;
}
.service-engineering #event-info .event__wrap h3 {
  color: #0072CE;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.service-engineering #event-info .event__wrap h3 span {
  padding-bottom: 8px;
  border-bottom: 6px solid #E6F1FA;
}
.service-engineering #event-info .event__wrap .head {
  margin-top: 50px;
  font-size: 14px;
  font-weight: bold;
  line-height: 2.14;
}
.service-engineering #event-info .event__wrap .box {
  gap: 50px;
  display: flex;
  align-items: flex-start;
}
.service-engineering #event-info .event__wrap .box img {
  flex-shrink: 0;
  width: 375px;
}
.service-engineering #event-info .event__wrap .box .text p {
  margin-top: 20px;
  font-size: 14px;
  line-height: 2.14;
}
.service-engineering #event-info .event__wrap .box .text p span {
  font-weight: bold;
}
.service-engineering #event-info .event__wrap .btn {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 425px;
  height: 80px;
  margin: 40px auto 0;
  border: 2px solid #0072CE;
  font-size: 18px;
  font-weight: bold;
}
.service-engineering #event-info .event__wrap .btn::before {
  display: inline-block;
  position: absolute;
  top: 40%;
  right: 10px;
  transform: translateX(-40%);
  border-right: 0;
  border-width: 8px 7px;
  border-style: solid;
  border-color: transparent;
  border-left-color: currentColor;
  color: #0072CE;
  content: "";
}
.service-engineering .footerImg img {
  width: 100%;
}
.service-engineering .title {
  box-sizing: border-box;
  z-index: 1;
  position: relative;
  width: 1120px;
  padding: 60px 38px 60px 202px;
  background-color: #1372CE;
}
.service-engineering .title::before {
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #0A4176;
  content: "";
}
.service-engineering .title::after {
  position: absolute;
  top: 0;
  left: 160px;
  width: 3px;
  height: calc(100% - 40px);
  background-color: #fff;
  content: "";
}
.service-engineering .title h2 {
  position: relative;
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 0.025em;
}
.service-engineering .title p {
  margin-top: 20px;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.025em;
  line-height: 1.85;
}

.it_solution-news .inner {
  width: 100%;
  max-width: 880px;
}
.it_solution-news .kv {
  width: 100%;
  height: 280px;
  background: url(../img/corporate/news/kv.jpg) no-repeat center/cover;
}
.it_solution-news .kv h1 {
  padding-top: 80px;
  color: #fff;
  font-size: 34px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.3;
  text-align: center;
}
.it_solution-news .kv h1 span {
  font-size: 12px;
  font-weight: normal;
}
.it_solution-news .it_solution-news-cont {
  padding: 60px 0;
}
.it_solution-news .it_solution-news-cont .box {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 2px solid #0072CF;
}
.it_solution-news .it_solution-news-cont .box:last-child {
  margin-bottom: 0;
  padding: 0;
  border: none;
}
.it_solution-news .it_solution-news-cont .box h2 {
  color: #0072CF;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.58;
}
.it_solution-news .it_solution-news-cont .box h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.58;
}
.it_solution-news .it_solution-news-cont .box p {
  margin-top: 17px;
  font-size: 14px;
  line-height: 2.14;
}
.it_solution-news .it_solution-news-cont .box img {
  width: 100%;
  margin-top: 40px;
}
.it_solution-news .it_solution-news-cont .box ul {
  margin: 10px 0 40px;
}
.it_solution-news .it_solution-news-cont .box ul li {
  font-size: 14px;
  line-height: 2.14;
}
.it_solution-news .it_solution-news-cont .box ul li span {
  margin-right: 3px;
  color: #0072CF;
  font-size: 10px;
}
.it_solution-news .btnWrap {
  gap: 30px;
  display: flex;
  justify-content: center;
  padding: 40px 0;
  background-color: #F5F5F5;
}
.it_solution-news .btnWrap a {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 425px;
  height: 80px;
  border: 2px solid #0072CE;
  background-color: #fff;
  font-size: 18px;
  font-weight: bold;
}
.it_solution-news .btnWrap a::before {
  display: inline-block;
  position: absolute;
  top: 40%;
  right: 10px;
  transform: translateX(-40%);
  border-right: 0;
  border-width: 8px 7px;
  border-style: solid;
  border-color: transparent;
  border-left-color: currentColor;
  color: #0072CE;
  content: "";
}
@media screen and (min-width: 1000px) {
  .anim--slideInUp.view.anim--1 {
    animation: fade 0.5s 0s forwards, slideUp 0.5s 0s forwards;
  }
  .anim--slideInUp.view.anim--2 {
    animation: fade 0.5s 0.2s forwards, slideUp 0.5s 0.2s forwards;
  }
  .anim--slideInUp.view.anim--3 {
    animation: fade 0.5s 0.4s forwards, slideUp 0.5s 0.4s forwards;
  }
  .anim--slideInUp.view.anim--4 {
    animation: fade 0.5s 0.6s forwards, slideUp 0.5s 0.6s forwards;
  }
  .anim--slideInUp.view.anim--5 {
    animation: fade 0.5s 0.8s forwards, slideUp 0.5s 0.8s forwards;
  }
  .anim--slideInUp.view.anim--6 {
    animation: fade 0.5s 1s forwards, slideUp 0.5s 1s forwards;
  }
  .anim--slideInUp.view.anim--7 {
    animation: fade 0.5s 1.2s forwards, slideUp 0.5s 1.2s forwards;
  }
  .anim--slideInUp.view.anim--8 {
    animation: fade 0.5s 1.4s forwards, slideUp 0.5s 1.4s forwards;
  }
  .anim--slideInUp.view.anim--9 {
    animation: fade 0.5s 1.6s forwards, slideUp 0.5s 1.6s forwards;
  }
  .anim--slideInRight.view.rightanim--1 {
    animation: fade 0.5s 0s forwards, slideRight 0.5s 0s forwards;
  }
  .anim--slideInRight.view.rightanim--2 {
    animation: fade 0.5s 0.2s forwards, slideRight 0.5s 0.2s forwards;
  }
  .anim--slideInRight.view.rightanim--3 {
    animation: fade 0.5s 0.4s forwards, slideRight 0.5s 0.4s forwards;
  }
  .anim--slideInRight.view.rightanim--4 {
    animation: fade 0.5s 0.6s forwards, slideRight 0.5s 0.6s forwards;
  }
  .anim--slideInRight.view.rightanim--5 {
    animation: fade 0.5s 0.8s forwards, slideRight 0.5s 0.8s forwards;
  }
  .anim--slideInRight.view.rightanim--6 {
    animation: fade 0.5s 1s forwards, slideRight 0.5s 1s forwards;
  }
  .anim--slideInRight.view.rightanim--7 {
    animation: fade 0.5s 1.2s forwards, slideRight 0.5s 1.2s forwards;
  }
  .anim--slideInRight.view.rightanim--8 {
    animation: fade 0.5s 1.4s forwards, slideRight 0.5s 1.4s forwards;
  }
  .anim--slideInRight.view.rightanim--9 {
    animation: fade 0.5s 1.6s forwards, slideRight 0.5s 1.6s forwards;
  }
  .anim--slideInRight.view.rightanim--10 {
    animation: fade 0.5s 1.8s forwards, slideRight 0.5s 1.8s forwards;
  }
  .anim--slideInRight.view.rightanim--11 {
    animation: fade 0.5s 2s forwards, slideRight 0.5s 2s forwards;
  }
  .anim--slideInRight.view.rightanim--12 {
    animation: fade 0.5s 2.2s forwards, slideRight 0.5s 2.2s forwards;
  }
  .anim--slideInRight.view.rightanim--13 {
    animation: fade 0.5s 2.4s forwards, slideRight 0.5s 2.4s forwards;
  }
  .anim--slideInRight.view.rightanim--14 {
    animation: fade 0.5s 2.6s forwards, slideRight 0.5s 2.6s forwards;
  }
  .anim--slideInRight-txt.view.righttxtanim--1 {
    animation: fade 0.7s 0.07s forwards, slideRightTxt 0.7s 0.07s forwards;
  }
  .anim--slideInRight-txt.view.righttxtanim--2 {
    animation: fade 0.7s 0.17s forwards, slideRightTxt 0.7s 0.17s forwards;
  }
  .anim--slideInRight-txt.view.righttxtanim--3 {
    animation: fade 0.7s 0.27s forwards, slideRightTxt 0.7s 0.27s forwards;
  }
  .anim--slideInRight-txt.view.righttxtanim--4 {
    animation: fade 0.7s 0.37s forwards, slideRightTxt 0.7s 0.37s forwards;
  }
  .anim--slideInRight-txt.view.righttxtanim--5 {
    animation: fade 0.7s 0.47s forwards, slideRightTxt 0.7s 0.47s forwards;
  }
  .anim--slideInRight-txt.view.righttxtanim--6 {
    animation: fade 0.7s 0.57s forwards, slideRightTxt 0.7s 0.57s forwards;
  }
  .anim--slideInRight-txt.view.righttxtanim--7 {
    animation: fade 0.7s 0.67s forwards, slideRightTxt 0.7s 0.67s forwards;
  }
  .anim--slideInRight-txt.view.righttxtanim--8 {
    animation: fade 0.7s 0.77s forwards, slideRightTxt 0.7s 0.77s forwards;
  }
  .anim--slideInRight-txt.view.righttxtanim--9 {
    animation: fade 0.7s 0.87s forwards, slideRightTxt 0.7s 0.87s forwards;
  }
  .anim--slideInRight-txt.view.righttxtanim--10 {
    animation: fade 0.7s 0.97s forwards, slideRightTxt 0.7s 0.97s forwards;
  }
  .anim--slideInRight-txt.view.righttxtanim--11 {
    animation: fade 0.7s 1.07s forwards, slideRightTxt 0.7s 1.07s forwards;
  }
  .anim--slideInRight-txt.view.righttxtanim--12 {
    animation: fade 0.7s 1.17s forwards, slideRightTxt 0.7s 1.17s forwards;
  }
  .anim--slideInRight-txt.view.righttxtanim--13 {
    animation: fade 0.7s 1.27s forwards, slideRightTxt 0.7s 1.27s forwards;
  }
  .anim--slideInRight-txt.view.righttxtanim--14 {
    animation: fade 0.7s 1.37s forwards, slideRightTxt 0.7s 1.37s forwards;
  }
  .anim--slideInRight-txt.view.righttxtanim--15 {
    animation: fade 0.7s 1.47s forwards, slideRightTxt 0.7s 1.47s forwards;
  }
  .anim--slideInRight-txt.view.righttxtanim--16 {
    animation: fade 0.7s 1.57s forwards, slideRightTxt 0.7s 1.57s forwards;
  }
  .anim--slideInRight-txt.view.righttxtanim--17 {
    animation: fade 0.7s 1.67s forwards, slideRightTxt 0.7s 1.67s forwards;
  }
  .anim--slideInRight-txt.view.righttxtanim--18 {
    animation: fade 0.7s 1.77s forwards, slideRightTxt 0.7s 1.77s forwards;
  }
  .anim--slideInRight-txt.view.righttxtanim--19 {
    animation: fade 0.7s 1.87s forwards, slideRightTxt 0.7s 1.87s forwards;
  }
  .anim--slideInLeft.view.leftanim--1 {
    animation: fade 0.5s 0s forwards, slideLeft 0.5s 0s forwards;
  }
  .anim--slideInLeft.view.leftanim--2 {
    animation: fade 0.5s 0.2s forwards, slideLeft 0.5s 0.2s forwards;
  }
  .anim--slideInLeft.view.leftanim--3 {
    animation: fade 0.5s 0.4s forwards, slideLeft 0.5s 0.4s forwards;
  }
  .anim--slideInLeft.view.leftanim--4 {
    animation: fade 0.5s 0.6s forwards, slideLeft 0.5s 0.6s forwards;
  }
  .anim--slideInLeft.view.leftanim--5 {
    animation: fade 0.5s 0.8s forwards, slideLeft 0.5s 0.8s forwards;
  }
  .anim--slideInLeft.view.leftanim--6 {
    animation: fade 0.5s 1s forwards, slideLeft 0.5s 1s forwards;
  }
  .anim--slideInLeft.view.leftanim--7 {
    animation: fade 0.5s 1.2s forwards, slideLeft 0.5s 1.2s forwards;
  }
  .anim--slideInLeft.view.leftanim--8 {
    animation: fade 0.5s 1.4s forwards, slideLeft 0.5s 1.4s forwards;
  }
  .anim--slideInLeft.view.leftanim--9 {
    animation: fade 0.5s 1.6s forwards, slideLeft 0.5s 1.6s forwards;
  }
  .anim--slideInLeft.view.leftanim--10 {
    animation: fade 0.5s 1.8s forwards, slideLeft 0.5s 1.8s forwards;
  }
  .anim--slideInLeft.view.leftanim--11 {
    animation: fade 0.5s 2s forwards, slideLeft 0.5s 2s forwards;
  }
  .anim--slideInLeft.view.leftanim--12 {
    animation: fade 0.5s 2.2s forwards, slideLeft 0.5s 2.2s forwards;
  }
  .anim--slideInLeft.view.leftanim--13 {
    animation: fade 0.5s 2.4s forwards, slideLeft 0.5s 2.4s forwards;
  }
  .anim--slideInLeft.view.leftanim--14 {
    animation: fade 0.5s 2.6s forwards, slideLeft 0.5s 2.6s forwards;
  }
  .anim--slideInLeft.view.leftanim--15 {
    animation: fade 0.5s 2.8s forwards, slideLeft 0.5s 2.8s forwards;
  }
  .anim--slideInLeft.view.leftanim--16 {
    animation: fade 0.5s 3s forwards, slideLeft 0.5s 3s forwards;
  }
  .anim--slideInLeft.view.leftanim--17 {
    animation: fade 0.5s 3.2s forwards, slideLeft 0.5s 3.2s forwards;
  }
  .anim--slideInLeft.view.leftanim--18 {
    animation: fade 0.5s 3.4s forwards, slideLeft 0.5s 3.4s forwards;
  }
  .anim--slideInLeft.view.leftanim--19 {
    animation: fade 0.5s 3.6s forwards, slideLeft 0.5s 3.6s forwards;
  }
  .anim--slideInLeft-txt.view.lefttxtanim--1 {
    animation: fade 0.7s 0.07s forwards, slideLeftTxt 0.7s 0.07s forwards;
  }
  .anim--slideInLeft-txt.view.lefttxtanim--2 {
    animation: fade 0.7s 0.17s forwards, slideLeftTxt 0.7s 0.17s forwards;
  }
  .anim--slideInLeft-txt.view.lefttxtanim--3 {
    animation: fade 0.7s 0.27s forwards, slideLeftTxt 0.7s 0.27s forwards;
  }
  .anim--slideInLeft-txt.view.lefttxtanim--4 {
    animation: fade 0.7s 0.37s forwards, slideLeftTxt 0.7s 0.37s forwards;
  }
  .anim--slideInLeft-txt.view.lefttxtanim--5 {
    animation: fade 0.7s 0.47s forwards, slideLeftTxt 0.7s 0.47s forwards;
  }
  .anim--slideInLeft-txt.view.lefttxtanim--6 {
    animation: fade 0.7s 0.57s forwards, slideLeftTxt 0.7s 0.57s forwards;
  }
  .anim--slideInLeft-txt.view.lefttxtanim--7 {
    animation: fade 0.7s 0.67s forwards, slideLeftTxt 0.7s 0.67s forwards;
  }
  .anim--slideInLeft-txt.view.lefttxtanim--8 {
    animation: fade 0.7s 0.77s forwards, slideLeftTxt 0.7s 0.77s forwards;
  }
  .anim--slideInLeft-txt.view.lefttxtanim--9 {
    animation: fade 0.7s 0.87s forwards, slideLeftTxt 0.7s 0.87s forwards;
  }
  .anim--slideInLeft-txt.view.lefttxtanim--10 {
    animation: fade 0.7s 0.97s forwards, slideLeftTxt 0.7s 0.97s forwards;
  }
  .anim--slideInLeft-txt.view.lefttxtanim--11 {
    animation: fade 0.7s 1.07s forwards, slideLeftTxt 0.7s 1.07s forwards;
  }
  .anim--slideInLeft-txt.view.lefttxtanim--12 {
    animation: fade 0.7s 1.17s forwards, slideLeftTxt 0.7s 1.17s forwards;
  }
  .anim--slideInLeft-txt.view.lefttxtanim--13 {
    animation: fade 0.7s 1.27s forwards, slideLeftTxt 0.7s 1.27s forwards;
  }
  .anim--slideInLeft-txt.view.lefttxtanim--14 {
    animation: fade 0.7s 1.37s forwards, slideLeftTxt 0.7s 1.37s forwards;
  }
  .anim--slideInLeft-txt.view.lefttxtanim--15 {
    animation: fade 0.7s 1.47s forwards, slideLeftTxt 0.7s 1.47s forwards;
  }
  .anim--slideInLeft-txt.view.lefttxtanim--16 {
    animation: fade 0.7s 1.57s forwards, slideLeftTxt 0.7s 1.57s forwards;
  }
  .anim--slideInLeft-txt.view.lefttxtanim--17 {
    animation: fade 0.7s 1.67s forwards, slideLeftTxt 0.7s 1.67s forwards;
  }
  .anim--slideInLeft-txt.view.lefttxtanim--18 {
    animation: fade 0.7s 1.77s forwards, slideLeftTxt 0.7s 1.77s forwards;
  }
  .anim--slideInLeft-txt.view.lefttxtanim--19 {
    animation: fade 0.7s 1.87s forwards, slideLeftTxt 0.7s 1.87s forwards;
  }
  .anim--fadeIn.view.fadeanim--1 {
    animation: fade 0.5s 0s forwards, fadein 0.5s 0s forwards;
  }
  .anim--fadeIn.view.fadeanim--2 {
    animation: fade 0.5s 0.3s forwards, fadein 0.5s 0.3s forwards;
  }
  .anim--fadeIn.view.fadeanim--3 {
    animation: fade 0.5s 0.6s forwards, fadein 0.5s 0.6s forwards;
  }
  .anim--fadeIn.view.fadeanim--4 {
    animation: fade 0.5s 0.9s forwards, fadein 0.5s 0.9s forwards;
  }
  .anim--fadeIn.view.fadeanim--5 {
    animation: fade 0.5s 1.2s forwards, fadein 0.5s 1.2s forwards;
  }
  .pc-on {
    display: block;
  }

  .sp-on {
    display: none;
  }
  .u-scale:hover img {
    transform: scale(1.1);
  }
  .it_solution .it_solution-cont .linkPanel-area .linkPanel:not(:nth-child(3n)) {
    margin-right: 32px;
  }
  .movie .movie-cont {
    padding-bottom: 120px;
  }
  .movie .movie-cont .links,
.movie .movie-cont .sec,
.movie .movie-cont .btn-wrap {
    padding: 0 54px;
  }
  .movie .movie-cont .specialBox ul {
    justify-content: space-between;
  }
  .movie .movie-cont .specialBox ul::after {
    display: block;
    width: 290px;
    content: "";
  }
  .movie .movie-cont .specialBox .specialList .contentBox__text {
    letter-spacing: 0.05em;
  }
  .message .message-cont__ttl {
    padding-right: 80px;
    padding-left: 80px;
    letter-spacing: 0.05em;
  }
  .corporate .corporate-cont {
    padding-top: 40px;
    padding-bottom: 120px;
  }
  .smfg .smfg-cont {
    padding-top: 40px;
    padding-bottom: 120px;
  }
  .smfg .list li {
    width: 450px;
    height: 100px;
  }
  .smfg .list li:not(:first-child):not(:nth-child(2)) {
    margin-top: 20px;
  }
  .map .map-cont {
    padding-bottom: 120px;
  }
  .map .map-cont .sub-block__text .pc {
    display: inline-block;
  }
  .pc-on {
    display: block;
  }

  .sp-on {
    display: none;
  }
  #corporate .corporate__project-case .members__txt {
    width: 580px;
  }
  #corporate .corporate__about .content__link ul li {
    width: calc(100% / 3 - 20px);
  }
  #corporate .corporate__about .content__link ul li a {
    width: auto;
    min-width: auto;
  }
  #corporate .corporate__about .content__link ul li:nth-child(n+4) {
    margin: 20px 0 0 0;
  }
  #corporate-technology .index .cont__kv::after {
    top: 140px;
    left: calc(50% + 440px);
  }
  #corporate-technology .index .cont__kvImg::after {
    left: calc(50% + 80px);
  }
  #corporate-technology .index .cont .block__textArea {
    max-width: 465px;
  }
  #corporate-technology .index .cont .link a:hover::after {
    right: 16px;
  }
  #corporate-technology .index .cont .cards .card:nth-child(even) {
    transform: translateY(60px);
  }
  #corporate-technology .index .cont--01 .block__img:nth-child(1) {
    max-width: 350px;
    margin-right: 70px;
    margin-left: auto;
  }
  #corporate-technology .index .cont--01 .block__img:nth-child(2) {
    max-width: 210px;
  }
  #corporate-technology .index .cont--02 .cont__kv::after {
    right: calc(50% + 440px);
  }
  #corporate-technology .index .cont--02 .cont__kvImg::after {
    right: calc(50% + 80px);
  }
  #corporate-technology .index .cont--02 .block__img {
    margin-top: 14px;
  }
  #corporate-technology .index .cont--03::before {
    bottom: 0;
  }
  #technology_content .tec-cont--info .link a:hover::after {
    right: 16px;
  }
  #corporate-session .sessions .tab .cont--area .block .blockInner .blockComment {
    flex: 1 1 600px;
  }
  #corporate .corporate__consul2 .kv {
    height: 540px;
  }
  #corporate .corporate__consul2 .kv::before {
    width: 87.5%;
  }
  #corporate .corporate__consul2 .kv__img {
    top: 60px;
    width: 87.5%;
    height: 540px;
  }
  #corporate .corporate__consul2 .kv__img::before {
    width: 160px;
    height: 267px;
  }
  #corporate .corporate__consul2 .kv__ttlWrap {
    top: 124px;
  }
  #corporate .corporate__consul2 .kv__ttl {
    padding: 0 44px 40px;
    font-size: 18px;
  }
  #corporate .corporate__consul2 .kv__catch {
    gap: 20px;
  }
  #corporate .corporate__consul2 .kv__catch span {
    height: 69px;
    padding: 0.2em 44px 0;
    font-size: 46px;
    letter-spacing: 0.1em;
  }
  #corporate .corporate__consul2 .lead {
    padding: 132px 160px 80px;
  }
  #corporate .corporate__consul2 .lead__ttl {
    margin-bottom: 40px;
    font-size: 34px;
  }
  #corporate .corporate__consul2 .consulBlock {
    padding-bottom: 140px;
  }
  #corporate .corporate__consul2 .consulBlock__ttlWrap {
    margin-bottom: 80px;
    padding: 0 44px;
  }
  #corporate .corporate__consul2 .consulBlock__ttl {
    padding-top: 110px;
    padding-left: 32px;
    font-size: 54px;
  }
  #corporate .corporate__consul2 .consulBlock__text {
    padding-top: 124px;
    font-size: 24px;
  }
  #corporate .corporate__consul2 .consulBlock__textWrap {
    width: 680px;
    padding: 60px;
  }
  #corporate .corporate__consul2 .consulBlock__textWrap--left {
    padding-left: 44px;
  }
  #corporate .corporate__consul2 .consulBlock__textWrap--right {
    padding-right: 44px;
  }
  #corporate .corporate__consul2 .consulBlock__textWrap--center {
    width: auto;
    margin: 0 44px;
  }
  #corporate .corporate__consul2 .consulBlock--mission::before {
    width: 644.4px;
    height: 148px;
  }
  #corporate .corporate__consul2 .consulBlock--mission .consulBlock__textWrap {
    position: absolute;
  }
  #corporate .corporate__consul2 .consulBlock--mission .mission__img {
    padding-top: 100px;
  }
  #corporate .corporate__consul2 .consulBlock--mission .mission__img img {
    width: 50vw;
  }
  #corporate .corporate__consul2 .consulBlock--purpose::before {
    width: 702.2px;
    height: 148px;
  }
  #corporate .corporate__consul2 .consulBlock--purpose .purpose__img {
    margin-top: -40px;
    padding-left: 44px;
  }
  #corporate .corporate__consul2 .consulBlock--position::before {
    width: 704px;
    height: 148px;
  }
  #corporate .corporate__consul2 .consulBlock--position .position__img {
    margin-top: -40px;
  }
  #corporate .corporate__consul2 .consulBlock--position .position__img div {
    padding: 80px 40px 40px;
  }
  #corporate .corporate__consul2 .consulBlock--strength::before {
    width: 787px;
    height: 148px;
  }
  #corporate .corporate__consul2 .consulBlock--strength .strength__img {
    margin-top: -40px;
  }
  #corporate .corporate__consul2 .consulBlock--strength .strength__img div {
    margin-left: 44px;
    padding: 80px 40px 40px;
  }
  #corporate .corporate__consul2 .consulBlock--organization::before {
    width: 1128.6px;
    height: 148px;
  }
  #corporate .corporate__consul2 .consulBlock--organization .organization__img {
    margin-top: 60px;
    text-align: center;
  }
  #corporate .corporate__consul2 .consulFootImg {
    height: 360px;
    margin-top: -240px;
  }
  #corporate .corporate__consulSpecial .project-index__link:hover::after {
    background-position: center bottom 12px;
  }
  #corporate .corporate__consulSpecial .box .link {
    max-width: 340px;
  }
  #corporate .corporate__consulSpecial .box .link a:hover {
    text-decoration: none;
  }
  #corporate .corporate__consulSpecial .box .link a:hover::after {
    right: 16px;
  }
  #corporate .corporate__incu .lead {
    padding: 77px 160px 80px;
  }
  #corporate .corporate__incu .lead__ttlWrap {
    margin-bottom: 37px;
  }
  #corporate .corporate__incu .lead__ttl {
    margin-bottom: 10px;
    font-size: 34px;
  }
  #corporate .corporate__incu .incuBlock__ttlWrap {
    gap: 60px;
    margin-bottom: 80px;
    padding: 0 44px;
  }
  #corporate .corporate__incu .incuBlock__ttl {
    padding-top: 110px;
    padding-left: 32px;
    font-size: 54px;
  }
  #corporate .corporate__incu .incuBlock__catch {
    font-size: 34px;
  }
  #corporate .corporate__incu .incuBlock__content {
    padding-bottom: 100px;
  }
  #corporate .corporate__incu .incuBlock .list dl dd {
    border-right: solid 5px #E6F1FA;
  }
  #corporate .corporate__incu .incuBlock .project {
    max-width: 960px;
    min-height: 440px;
    padding: 0 40px;
  }
  #corporate .corporate__incu .incuBlock .project__img {
    position: absolute;
    top: 60px;
    right: -160px;
  }
  #corporate .corporate__incu .incuBlock .project:nth-child(even) .project__img {
    right: inherit;
    left: -160px;
  }
  #corporate .corporate__incu .incuBlock--mission::before {
    top: -5px;
    width: 644.4px;
    height: 148px;
  }
  #corporate .corporate__incu .incuBlock--mission .incuBlock__content {
    padding-bottom: 270px;
  }
  #corporate .corporate__incu .incuBlock--mission .incuBlock__kv {
    transform: translate(160px, -40px);
  }
  #corporate .corporate__incu .incuBlock--mission .incuBlock__text {
    margin-top: 20px;
  }
  #corporate .corporate__incu .incuBlock--purpose::before {
    top: -5px;
    width: 702.2px;
    height: 148px;
  }
  #corporate .corporate__incu .incuBlock--businessDomain::before {
    top: -5px;
    width: 1197.82px;
    height: 125.8px;
  }
  #corporate .corporate__incu .incuBlock--businessDomain .incuBlock__content {
    padding-bottom: 350px;
  }
  #corporate .corporate__incu .incuBlock--businessDomain .incuBlock__kv {
    transform: translate(160px, -40px);
  }
  #corporate .corporate__incu .incuBlock--businessDomain .incuBlock__text {
    margin-top: 20px;
    margin-right: -7px;
  }
  #corporate .corporate__incu .incuBlock--theme::before {
    top: -5px;
    width: 526.4px;
    height: 144px;
  }
  #corporate .corporate__incu .incuFootImg {
    height: 360px;
  }
  .service-engineering #technology_content .tec-list__cont > li:nth-child(1), .service-engineering #technology_content .tec-list__cont > li:nth-child(2), .service-engineering #technology_content .tec-list__cont > li:nth-child(3), .service-engineering #technology_content .tec-list__cont > li:nth-child(4), .service-engineering #technology_content .tec-list__cont > li:nth-child(5), .service-engineering #technology_content .tec-list__cont > li:nth-child(6) {
    box-sizing: border-box;
    width: calc(100% / 3);
  }
  .service-engineering .nav ul li a:hover {
    text-decoration: none;
    transition: all 0.3s;
  }
  .service-engineering .nav ul li a:hover::before, .service-engineering .nav ul li a:hover::after {
    bottom: 5px;
  }
  .service-engineering #interview .interviewbox__list .profile h3 span {
    display: inline;
  }
  .service-engineering #event-info .event__wrap .btn:hover {
    background-color: #0072CE;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s;
  }
  .service-engineering #event-info .event__wrap .btn:hover::before {
    color: #fff;
  }
  .it_solution-news .btnWrap a:hover {
    background-color: #0072CE;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s;
  }
  .it_solution-news .btnWrap a:hover::before {
    color: #fff;
  }
}
@media screen and (max-width: 999px) {
  .pc-on {
    display: none;
  }

  .sp-on {
    display: block;
  }
  .c-btn {
    width: 295px;
    height: 59px;
    padding: 20px;
    font-size: 12px;
  }
  .it_solution .it_solution-key {
    height: 305px;
    background: url(../img/corporate/it_solution/kv_sp.png) no-repeat center/cover;
  }
  .it_solution .it_solution-key__inner {
    width: 100%;
    height: 305px;
  }
  .it_solution .it_solution-key .key-textArea {
    left: 0;
    width: 100%;
    padding: 20px;
  }
  .it_solution .it_solution-key .key-textArea__title {
    margin-bottom: 16px;
    font-size: 25px;
  }
  .it_solution .it_solution-key .key-textArea__title span {
    margin: 0;
    font-size: 15px;
  }
  .it_solution .it_solution-cont {
    padding-bottom: 60px;
  }
  .it_solution .it_solution-cont .inner {
    padding: 0 20px;
  }
  .it_solution .it_solution-cont .conent-title {
    margin: 0 0 25px;
  }
  .it_solution .it_solution-cont .cont-wrap:not(:first-child) {
    margin-top: 50px;
  }
  .it_solution .it_solution-cont .card {
    display: block;
  }
  .it_solution .it_solution-cont .card__inner {
    padding: 20px 0 25px;
    background: linear-gradient(to top, #B3D2FC, #A5A7F7);
  }
  .it_solution .it_solution-cont .card__title {
    padding: 10px 16px;
    font-size: 16px;
  }
  .it_solution .it_solution-cont .card__text {
    padding: 15px 15px 0;
  }
  .it_solution .it_solution-cont .cont {
    margin-top: 30px;
  }
  .it_solution .it_solution-cont .cont__title {
    margin-bottom: 15px;
    font-size: 16px;
  }
  .it_solution .it_solution-cont .box {
    display: block;
    padding: 20px 0;
  }
  .it_solution .it_solution-cont .box__title {
    font-size: 15px;
  }
  .it_solution .it_solution-cont .box__text {
    margin: 10px 0 0;
  }
  .it_solution .it_solution-cont .linkPanel-area .linkPanel {
    display: flex;
    width: 100%;
  }
  .it_solution .it_solution-cont .linkPanel-area .linkPanel:not(:first-child) {
    margin-top: 20px;
  }
  .it_solution .it_solution-cont .linkPanel-area .linkPanel__img {
    flex: 0 0 156px;
  }
  .it_solution .it_solution-cont .linkPanel-area .linkPanel__text-area {
    width: 100%;
    min-height: 100px;
    padding: 8px 10px 8px 15px;
  }
  .it_solution .it_solution-cont .linkPanel-area .linkPanel__title {
    margin-bottom: 5px;
    font-size: 10px;
  }
  .it_solution .it_solution-cont .c-btn {
    margin-top: 40px;
  }
  .it_solution .news__wrap {
    flex-wrap: wrap;
    padding: 35px 0 40px;
  }
  .it_solution .news__card {
    width: 100%;
  }
  .it_solution .news__day {
    padding-top: 0;
  }
  .it_solution .news img {
    width: 100%;
    margin-top: 30px;
  }
  .movie .c-keyvisual__image span {
    background: url(../img/corporate/movie/kv_sp.png) no-repeat center/cover;
  }
  .movie .c-keyvisual .c-keyvisual__text .c-textArea {
    padding: 39px 20px;
  }
  .movie .c-keyvisual .c-keyvisual__text .c-textArea h1.c-textArea__title {
    font-size: 21px;
  }
  .movie .movie-cont {
    padding-bottom: 60px;
  }
  .movie .movie-cont .links {
    margin: 30px auto 40px;
    padding: 0 20px;
  }
  .movie .movie-cont .links dl {
    display: block;
  }
  .movie .movie-cont .links dl:not(:first-child) {
    margin-top: 25px;
  }
  .movie .movie-cont .links dl dt {
    width: 100%;
    min-height: 40px;
    font-size: 14px;
  }
  .movie .movie-cont .links dl dd {
    margin-top: 15px;
    font-size: 14px;
  }
  .movie .movie-cont .links dl dd a {
    margin-right: 25px;
  }
  .movie .movie-cont .links dl dd a::after {
    margin-left: 6px;
  }
  .movie .movie-cont .sec {
    margin-bottom: 40px;
  }
  .movie .movie-cont .conent-title {
    margin: 0 auto 20px;
  }
  .movie .movie-cont .specialBox ul li {
    width: 100%;
    padding: 0;
  }
  .movie .movie-cont .specialBox ul li:not(:first-child) {
    margin-top: 20px;
  }
  .movie .movie-cont .specialBox .specialList__image {
    width: 43.28%;
  }
  .movie .movie-cont .specialBox .specialList__image__icon::after {
    width: 25px;
    height: 25px;
  }
  .movie .movie-cont .specialBox .specialList .contentBox {
    width: 56.72%;
    padding: 0 0 0 20px;
  }
  .movie .movie-cont .specialBox .specialList .contentBox__title span {
    padding: 0 3px;
  }
  .movie .movie-cont .specialBox .specialList .contentBox__text {
    font-size: 14px;
  }
  .movie .movie-cont .btn-wrap {
    display: block;
    width: 295px;
    margin: 0 auto;
  }
  .movie .movie-cont .btn-wrap a {
    margin-top: 20px;
  }
  .movie .column {
    display: block;
    margin-top: 20px;
    padding: 30px 32px;
  }
  .movie .column__img {
    width: 100%;
  }
  .movie .column__img img {
    display: block;
  }
  .movie .column__ttl {
    margin: 15px 0 5px;
    font-size: 18px;
    line-height: 1.3;
  }
  .message .message-key {
    height: 305px;
  }
  .message .message-key__inner {
    width: 100%;
    height: 305px;
  }
  .message .message-key .key-textArea {
    left: 0;
    width: 100%;
    padding: 20px;
  }
  .message .message-key .key-textArea__title {
    font-size: 21px;
  }
  .message .message-cont {
    padding: 30px 20px;
  }
  .message .message-cont .inner {
    padding-top: 32px;
  }
  .message .message-cont__ttl {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 21px;
  }
  .message .message-cont__text {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 13px;
    letter-spacing: 0.05em;
  }
  .message .message-cont__team {
    margin-top: 40px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 11px;
  }
  .message .message-cont__team--02 {
    margin-top: 15px;
    padding-bottom: 35px;
  }
  .message .message-cont__bg {
    margin-top: 24px;
  }
  .message .message-cont__img {
    width: 60px;
    margin: 30px auto 0;
  }
  .corporate .c-keyvisual .c-keyvisual__text .c-textArea {
    padding: 39px 20px;
  }
  .corporate .c-keyvisual .c-keyvisual__text .c-textArea h1.c-textArea__title {
    font-size: 21px;
  }
  .corporate .corporate-cont {
    padding-bottom: 60px;
  }
  .corporate .corporate-cont .conent-title {
    margin: 0 0 25px;
  }
  .corporate .corporate-cont .cont-block {
    margin-top: 40px;
    padding: 0 20px;
  }
  .corporate .corporate-cont__table dl dt {
    width: 100px;
    padding: 15px;
    font-size: 14px;
  }
  .corporate .corporate-cont__table dl dd {
    width: calc(100% - 100px);
    padding: 20px 15px;
  }
  .corporate .corporate-cont__list dl {
    display: block;
  }
  .corporate .corporate-cont__list dl dt {
    width: auto;
    padding: 20px 15px 0;
    font-size: 14px;
  }
  .corporate .corporate-cont__list dl dd {
    padding: 5px 15px 20px;
    font-size: 14px;
  }
  .smfg .c-keyvisual .c-keyvisual__text .c-textArea {
    padding: 39px 20px;
  }
  .smfg .c-keyvisual .c-keyvisual__text .c-textArea h1.c-textArea__title {
    font-size: 21px;
  }
  .smfg .smfg-cont {
    padding-bottom: 60px;
  }
  .smfg .smfg-cont .inner {
    padding: 0 20px;
  }
  .smfg .smfg-cont .lead {
    margin-top: 40px;
  }
  .smfg .smfg-cont h2 {
    margin-top: 40px;
    font-size: 20px;
  }
  .smfg .list {
    margin-top: 20px;
    padding: 20px;
  }
  .smfg .list li {
    width: 100%;
    height: 80px;
  }
  .smfg .list li:not(:first-child) {
    margin-top: 10px;
  }
  .smfg .list li a {
    font-size: 14px;
  }
  .smfg .list li a::after {
    width: calc(50% - 15px);
  }
  .smfg .list li a::before {
    border-width: 0 0 80px 30px;
  }
  .map .c-keyvisual .c-keyvisual__text .c-textArea {
    padding: 39px 20px;
  }
  .map .c-keyvisual .c-keyvisual__text .c-textArea h1.c-textArea__title {
    font-size: 21px;
  }
  .map .map-cont {
    padding-bottom: 60px;
  }
  .map .map-cont__sub {
    padding-top: 30px;
  }
  .map .map-cont .inner {
    padding: 0 20px;
  }
  .map .map-cont .sec__ttl {
    margin-bottom: 20px;
  }
  .map .map-cont .sec__cont {
    padding: 20px;
  }
  .map .map-cont .sec__cont__list dl:not(:first-child) {
    margin-top: 16px;
  }
  .map .map-cont .sec__cont__list dl dt {
    flex: 0 0 5.3em;
    width: auto;
    padding-right: 1em;
    font-size: 16px;
  }
  .map .map-cont .sec__cont__list dl dd {
    padding-left: 1em;
  }
  .map .map-cont .sub-block__text .pc {
    display: none;
  }
  .pc-on {
    display: none;
  }

  .sp-on {
    display: block;
  }
  #corporate .corporate__whats {
    padding-top: 0;
  }
  #corporate .corporate__whats .kv {
    height: 180.7em;
    font-size: 1.3333333333vw;
  }
  #corporate .corporate__whats .kv__wrap {
    height: 180.7em;
  }
  #corporate .corporate__whats .kv__ttl {
    display: block;
    width: 100%;
    padding: 8em 8em 0 !important;
    font-size: 1.3333333333vw;
  }
  #corporate .corporate__whats .kv__ttl span {
    display: block;
    width: 24em;
    margin: 4em 0 0;
  }
  #corporate .corporate__whats .kv__ttl img {
    width: 100%;
  }
  #corporate .corporate__whats .kv__subttl {
    margin-top: 2.5em;
    padding: 0 1.125em;
    font-size: 5.3333333333vw;
    line-height: 1.65;
  }
  #corporate .corporate__whats .kv__lead {
    width: 100%;
    margin-top: 2.8571428571em;
    padding: 0 1.125em;
    font-size: 3.7333333333vw;
    line-height: 2;
  }
  #corporate .corporate__whats .content-no1 {
    margin: 0 0 40px 0;
  }
  #corporate .corporate__whats .content-no1 .content__ttl {
    justify-content: center;
    margin: 50px auto;
    font-size: 22px;
  }
  #corporate .corporate__whats .content-no1 .content__ttl--num {
    margin: 0 0 16px 0;
    font-size: 16px;
    text-align: center;
  }
  #corporate .corporate__whats .content-no1 .content__wrap {
    display: block;
  }
  #corporate .corporate__whats .content-no1 .content__img {
    width: calc(100% - 75px);
  }
  #corporate .corporate__whats .content-no1 .content__txt {
    width: 100%;
    margin: 0;
    padding: 40px 20px 40px 40px;
  }
  #corporate .corporate__whats .content-no1 .content__txt p {
    line-height: 1.9;
  }
  #corporate .corporate__whats .content-no1 .content__txt p span {
    display: inline;
  }
  #corporate .corporate__whats .content-no1 .content__txt--blueback {
    top: 50px;
    right: 0;
    width: calc(100% - 20px);
    height: calc(100% - 60px);
  }
  #corporate .corporate__whats .content-no1 .content__txt--ttl {
    margin: 0 0 35px 0;
    font-size: 18px;
  }
  #corporate .corporate__whats .content-no1 .content__txt__image {
    width: 80%;
    margin: 30px auto 0;
  }
  #corporate .corporate__whats .content-no2 {
    margin: 0 0 60px 0;
  }
  #corporate .corporate__whats .content-no2__blueback {
    top: 20px;
    width: 100%;
  }
  #corporate .corporate__whats .content-no2 .content__img--ttl {
    display: none;
  }
  #corporate .corporate__whats .content-no2 .content__ttl {
    justify-content: center;
    margin: 0 auto 50px;
    font-size: 22px;
    letter-spacing: 2px;
  }
  #corporate .corporate__whats .content-no2 .content__ttl--num {
    margin: 0 0 16px 0;
    font-size: 16px;
    text-align: center;
  }
  #corporate .corporate__whats .content-no2 .content__wrap {
    width: calc(100% - 40px);
    margin: -50px auto 0;
    padding: 50px 20px 40px;
  }
  #corporate .corporate__whats .content-no2 .content__txt p span {
    display: inline;
  }
  #corporate .corporate__whats .content-no2 .content__txt--ttl {
    margin: 0 0 30px 0;
    font-size: 18px;
  }
  #corporate .corporate__whats .content-no3 {
    margin: 0 0 110px 0;
  }
  #corporate .corporate__whats .content-no3__blueback {
    top: 20px;
    width: 100%;
  }
  #corporate .corporate__whats .content-no3 .content__img--ttl {
    display: none;
  }
  #corporate .corporate__whats .content-no3 .content__img--ttl span {
    padding: 0 1px;
  }
  #corporate .corporate__whats .content-no3 .content__ttl {
    justify-content: center;
    margin: 0 auto 50px;
    font-size: 22px;
  }
  #corporate .corporate__whats .content-no3 .content__ttl span {
    padding: 0 1px;
  }
  #corporate .corporate__whats .content-no3 .content__ttl--num {
    margin: 0 0 16px 0;
    font-size: 16px;
    text-align: center;
  }
  #corporate .corporate__whats .content-no3 .content__wrap {
    width: calc(100% - 20px);
    margin: -50px 0;
    padding: 50px 20px 40px;
  }
  #corporate .corporate__whats .content-no3 .content__txt p {
    margin: 0 0 50px;
    padding: 0 0 0 20px;
  }
  #corporate .corporate__whats .content-no3 .content__txt p span {
    display: inline;
  }
  #corporate .corporate__whats .content-no3 .content__txt--ttl {
    padding: 0 0 0 20px;
    font-size: 18px;
  }
  #corporate .corporate__whats .content-no3 .content__txt ul li {
    display: block;
    margin: 0 0 37px 0;
    padding: 0 0 0 20px;
  }
  #corporate .corporate__whats .content-no3 .content__txt ul li img {
    width: 100%;
    max-width: inherit;
    margin: 30px auto 0;
  }
  #corporate .corporate__whats .content-no3__list {
    font-size: 14px;
  }
  #corporate .corporate__whats .content-no3__list--ttl {
    border-bottom: 1px solid #0a72cf;
    font-size: 17px;
  }
  #corporate .corporate__whats .content-no3__list span {
    display: inline;
  }
  #corporate .corporate__whats .content-no4 {
    margin: 0 0 -40px 0;
    padding: 0;
  }
  #corporate .corporate__whats .content-no4__blueback {
    top: 50px;
    left: 0;
    width: calc(100% - 70%);
    height: 100%;
    max-height: 700px;
  }
  #corporate .corporate__whats .content-no4 .content__ttl {
    justify-content: center;
    margin: 20px auto 50px;
    font-size: 22px;
  }
  #corporate .corporate__whats .content-no4 .content__ttl span {
    padding: 0 1px;
  }
  #corporate .corporate__whats .content-no4 .content__ttl--num {
    margin: 0 0 16px 0;
    font-size: 16px;
    text-align: center;
  }
  #corporate .corporate__whats .content-no4 .content__wrap {
    flex-wrap: wrap-reverse;
    justify-content: flex-end;
  }
  #corporate .corporate__whats .content-no4 .content__img {
    width: calc(100% - 60px);
  }
  #corporate .corporate__whats .content-no4 .content__img--ttl {
    display: none;
  }
  #corporate .corporate__whats .content-no4 .content__img--ttl span {
    padding: 0 1px;
  }
  #corporate .corporate__whats .content-no4 .content__txt {
    width: 100%;
    min-width: inherit;
    margin: 25px 0 0 0;
    padding: 0 40px;
    background: #fff;
  }
  #corporate .corporate__whats .content-no4 .content__txt p {
    margin: 0 0 40px;
    line-height: 1.9;
  }
  #corporate .corporate__whats .content-no4 .content__txt p span {
    display: inline;
  }
  #corporate .corporate__whats .content-no4 .content__txt--ttl {
    margin: 0 0 40px 0;
    font-size: 18px;
  }
  #corporate .content__link {
    margin: 0 auto 60px;
    padding: 0 20px;
  }
  #corporate .content__link ul {
    display: block;
    padding: 0 20px 15px 0;
  }
  a.link-arrow {
    width: calc(100% - 20px);
    margin: 0 0 0px 20px;
  }
  .kv-anim__wrapper {
    width: 100%;
    height: 180.7em;
  }
  .kv-anim__grid-item {
    width: calc(100% / 10);
  }
  #corporate .corporate__inner {
    box-sizing: border-box;
    width: 100%;
    padding: 0 20px;
  }
  #corporate .corporate__project-case {
    margin: 0 auto 20px;
  }
  #corporate .corporate__project-case h1 {
    padding: 70px 30px 40px;
    font-size: 30px;
  }
  #corporate .corporate__project-case h1 span {
    margin: 20px 0 0 0;
    font-size: 15px;
  }
  #corporate .corporate__project-case .kv__lead {
    bottom: 20px;
    left: 20px;
    font-size: 25px;
  }
  #corporate .corporate__project-case .kv__lead span {
    margin: 8px 0 0 0;
    font-size: 12px;
  }
  #corporate .corporate__project-case .members {
    margin: 0 0 60px 0;
  }
  #corporate .corporate__project-case .members ul {
    width: calc(100% - 40px);
    padding: 0 0 20px 0;
  }
  #corporate .corporate__project-case .members ul li {
    align-items: flex-start;
  }
  #corporate .corporate__project-case .members ul li img {
    display: block;
    width: 120px;
    margin: 0 15px 0 0;
  }
  #corporate .corporate__project-case .members__ttl {
    padding: 40px 0 27px 0;
  }
  #corporate .corporate__project-case .members__txt {
    padding: 0;
  }
  #corporate .corporate__project-case .members__txt--name {
    margin: 0 0 10px;
    font-size: 12px;
  }
  #corporate .corporate__project-case .contents__wrap {
    margin: 0 0 60px;
  }
  #corporate .corporate__project-case .contents__ttl {
    margin: 0 auto;
    padding: 40px 0;
    font-size: 18px;
  }
  #corporate .corporate__project-case .contents__txt {
    margin: 0 0 40px;
    font-size: 14px;
  }
  #corporate .corporate__project-case .contents__voice {
    margin: 0 0 40px 0;
    padding: 20px 0;
    font-size: 15px;
  }
  #corporate .corporate__project-case .contents__voice span {
    margin: 15px 0 0;
    color: #000;
    font-size: 14px;
    font-weight: normal;
  }
  #corporate .corporate__project-case .contents__note {
    font-size: 14px;
  }
  #corporate .corporate__consul--ttl {
    margin: 0 0 30px 0;
    padding: 0 0 30px 0;
    font-size: 22px;
    line-height: 1.45;
  }
  #corporate .corporate__consul--ttl::before {
    width: 40px;
  }
  #corporate .corporate__consul .kv {
    height: 220px;
    background: url(../img/corporate/consul/kv_sp.png) no-repeat top center;
    background-size: 100% auto;
  }
  #corporate .corporate__consul .kv__ttl {
    margin: 0;
  }
  #corporate .corporate__consul .kv__ttl h1 {
    margin: 0;
    font-size: 25px;
  }
  #corporate .corporate__consul .kv__ttl span {
    margin: 0;
    font-size: 15px;
  }
  #corporate .corporate__consul .kv__lead {
    box-sizing: border-box;
    width: 100%;
    margin: 0 0 60px;
    padding: 40px 20px 0;
  }
  #corporate .corporate__consul .kv__lead--ttl {
    margin: 0 0 30px 0;
    font-size: 18px;
  }
  #corporate .corporate__consul--about {
    margin-bottom: 50px;
  }
  #corporate .corporate__consul .about__wrap {
    width: calc(100% - 40px );
    padding: 30px 20px;
  }
  #corporate .corporate__consul .about__ttl {
    margin: 0 0 30px 0;
    font-size: 15px;
  }
  #corporate .corporate__consul .about__txt {
    line-height: 1.92;
  }
  #corporate .corporate__consul .structure__lead {
    width: calc(100% - 40px);
  }
  #corporate .corporate__consul .structure__list {
    width: calc(100% - 40px);
  }
  #corporate .corporate__consul .structure__list li {
    width: calc(100% / 3);
    font-size: 12px;
  }
  #corporate .corporate__consul .structure__list li.structure__ttl {
    font-size: 12px;
  }
  #corporate .corporate__consul--case .corporate__inner {
    width: 100%;
  }
  #corporate .corporate__consul--case .contents__wrap {
    padding: 0 0 60px 0;
  }
  #corporate .corporate__consul--case .contents__wrap--right .case__ttl {
    padding: 40px 0 30px 0;
  }
  #corporate .corporate__consul--case .contents__wrap--right .case__txt {
    padding: 0 0 30px 0;
  }
  #corporate .corporate__consul--case .contents__wrap--min {
    display: block;
  }
  #corporate .corporate__consul--case .contents__wrap--min .case__ttl {
    width: 100%;
    padding: 40px 20px 30px;
  }
  #corporate .corporate__consul--case .contents__wrap--min .case__txt {
    width: 100%;
    padding: 0 20px 30px;
  }
  #corporate .corporate__consul--case .contents__wrap--min .case__img {
    width: 100%;
    height: 45vw;
    margin: 0;
    background: url(../img/corporate/consul/case04_img01_sp.png) no-repeat center center;
    background-size: cover;
  }
  #corporate .corporate__consul--case .contents__wrap--minright {
    display: block;
  }
  #corporate .corporate__consul--case .contents__wrap--minright .case__ttl {
    width: 100%;
    padding: 40px 20px 30px;
  }
  #corporate .corporate__consul--case .contents__wrap--minright .case__txt {
    width: 100%;
    padding: 0 20px 30px;
  }
  #corporate .corporate__consul--case .contents__wrap--minright .case__img {
    width: 100%;
    height: 45vw;
    margin: 0;
    background: url(../img/corporate/consul/case05_img01_sp.png) no-repeat center center;
    background-size: cover;
  }
  #corporate .corporate__consul--case .case__img {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 170px;
  }
  #corporate .corporate__consul--case .case__img .sp-on {
    display: block !important;
  }
  #corporate .corporate__consul--case .case__ttl {
    padding: 40px 0 20px 0;
    font-size: 18px;
  }
  #corporate .corporate__consul--case .case__ttl span {
    font-size: 16px;
  }
  #corporate .corporate__consul--case .case__txt {
    padding: 0 0 30px 0;
    font-size: 14px;
  }
  #corporate .corporate__consul--dep-box {
    margin-bottom: 60px;
  }
  #corporate .corporate__consul--dep-box .dep-box {
    margin: 0 20px 35px;
  }
  #corporate .corporate__consul--dep-box .dep-box__title {
    margin-bottom: 25px;
    border-bottom: 2px solid #0A72CF;
    font-size: 16px;
  }
  #corporate .corporate__consul--dep-box .dep-box__title span {
    display: block;
    margin-left: 0;
    padding-top: 5px;
    font-size: 10px;
    line-height: 1.5;
  }
  #corporate .corporate__consul--dep-box .dep-box__list li {
    width: calc((100% - 15px) / 2);
    height: 45px;
    font-size: 12px;
  }
  #corporate .corporate__research .kv {
    background: url(../img/corporate/research/kv_sp.png) no-repeat top center;
    background-size: cover;
  }
  #corporate .corporate__research .structure__lead {
    margin: 0 auto 30px;
  }
  #corporate .corporate__research .structure__list li {
    display: block;
    width: 100%;
    margin: 0 0 20px 0;
  }
  #corporate .corporate__research .structure__list li p {
    padding: 10px;
    line-height: 1.7;
  }
  #corporate .corporate__research .structure__list--job-ttl {
    width: 100%;
    min-width: initial;
    min-height: initial;
    padding: 10px;
    font-size: 18px;
    text-align: left;
  }
  #corporate .corporate__incu .kv {
    background: url(../img/corporate/incu/kv_sp.png) no-repeat top center;
    background-size: cover;
  }
  #corporate .corporate__incu .structure__list li {
    width: 100%;
  }
  #corporate .c-title__blue {
    padding: 10px 0;
    font-size: 12px;
  }
  #corporate .c-title__arrow {
    margin: 0 10px 22px 10px;
    padding: 10px;
    font-size: 12px;
  }
  #corporate .c-title__arrow::before {
    bottom: -6px;
    width: 10px;
    height: 10px;
  }
  #corporate .corporate__inner {
    overflow-x: hidden;
  }
  #corporate .corporate__about .content__link {
    width: calc(100% + 40px);
    margin: 0 20px 60px -20px;
    padding: 30px 30px;
  }
  #corporate .corporate__about .content__link ul {
    display: block;
    padding: 0;
  }
  #corporate .corporate__about .content__link ul li {
    margin: 10px 0 0 0;
  }
  #corporate .corporate__about--ttl {
    margin: 0 0 30px 0;
    padding: 0 0 30px 0;
    font-size: 22px;
    line-height: 1.45;
  }
  #corporate .corporate__about--ttl::before {
    width: 40px;
  }
  #corporate .corporate__about .kv {
    height: 220px;
    background: url(../img/corporate/about/kv_sp.png) no-repeat top center;
    background-size: 100% auto;
  }
  #corporate .corporate__about .kv__ttl {
    margin: 0;
  }
  #corporate .corporate__about .kv__ttl h1 {
    margin: 0;
    font-size: 25px;
  }
  #corporate .corporate__about .kv__ttl span {
    margin: 0;
    font-size: 15px;
  }
  #corporate .corporate__about .about__lead {
    width: 100%;
    margin: 0 auto 0;
    padding: 40px 20px;
  }
  #corporate .corporate__about .about__lead--wrap {
    display: block;
    margin: 0 0 60px;
    padding: 15px 0 0px;
    border-top: 2px solid #7BA8F8;
  }
  #corporate .corporate__about .about__lead--category {
    min-width: 220px;
    margin: 0 0 40px;
    color: #0A72CF;
    font-size: 17px;
  }
  #corporate .corporate__about .about__lead--ttl {
    margin: 0 0 30px 0;
    color: #000;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.66;
  }
  #corporate .corporate__about .about__lead--txt p {
    margin: 0 0 40px 0;
  }
  #corporate .corporate__about .about__lead--list {
    padding: 0 10px;
  }
  #corporate .corporate__about .about__lead--list li {
    margin: 0 0 20px;
    padding: 0;
    border-bottom: 1px solid #BCD8F8;
    font-size: 15px;
    line-height: 1.53;
  }
  #corporate .corporate__about .about__lead--list li span {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 80px;
    height: 60px;
    margin: 0 0 0 25px;
    padding: 6px 0;
    font-size: 14px;
    line-height: 28px;
  }
  #corporate .corporate__about .about__lead--img {
    width: calc(100% - 20px);
    height: 125px;
    margin: 0 auto;
  }
  #corporate .corporate__about .about__ttl {
    margin: 0 0 30px 0;
    font-size: 15px;
  }
  #corporate .corporate__about .about__txt {
    line-height: 1.92;
  }
  #corporate .corporate__about .about__menu {
    flex-wrap: wrap;
    align-items: inherit;
    margin: 0 0 40px 0;
  }
  #corporate .corporate__about .about__menu li {
    width: calc(100% / 2 - 4px);
    margin: 0 0 20px 0;
  }
  #corporate .corporate__about .about__menu--txt {
    height: inherit;
    min-height: 100px;
    padding: 10px;
    font-size: 12px;
    line-height: 1.7;
  }
  #corporate .corporate__about .about__project--ttl {
    padding: 15px 10px;
    font-size: 17px;
  }
  #corporate .corporate__about .about__project--subttl {
    margin: 0 0 20px 0;
    padding: 15px 10px;
    font-size: 15px;
  }
  #corporate .corporate__about .about__project--txt {
    margin: 0 0 25px 0;
    padding: 0 10px;
  }
  #corporate .corporate__about .about__project--list {
    display: block;
    padding: 0 10px;
  }
  #corporate .corporate__about .about__project--list li {
    position: relative;
    width: 100%;
    margin: 0 0 10px 0;
  }
  #corporate .corporate__about .about__project--list li:nth-child(n+3) {
    margin: 0 0 10px 0;
  }
  #corporate .corporate__about .about__project--list li:nth-child(3) {
    margin: 0 0 10px 0;
  }
  #corporate .corporate__about .about__project--list li:nth-child(5) {
    margin: 0 0 10px 0;
  }
  #corporate .corporate__about .about__project--list-4 {
    display: flex;
    padding: 0 10px;
  }
  #corporate .corporate__about .about__project--list-4 li {
    width: calc(100% / 2 - 4px);
    margin: 0 0 22px 0;
    padding: 0;
  }
  #corporate .corporate__about .about__project--list-4 li .about__project--thumbtxt {
    right: 0;
    bottom: -10px;
    left: 0;
    width: calc(100% - 20px);
    min-height: auto;
    margin: -30px 10px 0;
    margin: 0 auto;
    padding: 10px 0;
  }
  #corporate .corporate__about .about__project--thumb {
    width: calc(100% - 80px);
  }
  #corporate .corporate__about .about__project--thumbtxt {
    display: flex;
    position: absolute;
    right: 0;
    bottom: 15px;
    left: auto;
    align-items: center;
    justify-content: center;
    width: 150px;
    min-height: 80px;
    margin: 0;
    border-radius: 2px;
    font-size: 12px;
    line-height: 1.66;
  }
  .related-link {
    margin: 0 0 -40px;
  }
  .related-link__ttl {
    font-size: 17px;
  }
  .related-link__list {
    display: block;
    width: 100%;
    margin: 0;
  }
  .related-link__list.corporate__inner {
    box-sizing: border-box;
    padding: 40px !important;
  }
  .related-link__list li {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .related-link__list li:nth-child(n+4) {
    margin: 0 0 20px 0;
  }
  .related-link__img {
    width: 112px;
  }
  .c-btn__blue-arrow a {
    width: calc(100% - 80px);
    max-width: 343px;
  }
  #career-top-message #container .wrapper {
    width: 100%;
  }
  #career-top-message #container .wrapper__kv {
    padding: 30px 0 30px 20px;
    background: rgba(27, 67, 126, 0.8);
  }
  .career-path__top-message .kv {
    padding: 0;
    background: none;
  }
  .career-path__top-message .kv__lead {
    margin-bottom: 20px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
  }
  .career-path__top-message .kv__ttl {
    color: #fff;
    font-size: 20px;
    line-height: 1.8;
  }
  .career-path__top-message .kv__name {
    position: initial;
    padding: 20px 0 0 0;
    background: none;
    font-size: 16px;
  }
  .career-path__top-message .kv__name span {
    padding-right: 10px;
    font-size: 12px;
  }
  .career-path__top-message .kv__img {
    width: 100%;
    margin-bottom: -5px;
  }
  .top-message__contents {
    width: 100%;
    padding: 40px 20px;
  }
  .top-message__contents--01 {
    margin: 0;
  }
  .top-message__contents--02 {
    margin: 0;
    background: #fff;
  }
  .top-message__contents--ttl {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 1.6;
  }
  .top-message__contents--txt {
    font-size: 14px;
    line-height: 1.9;
  }
  .top-message__contents--img {
    position: initial;
    width: 100%;
  }
  .top-message__btn {
    margin: 60px 0;
  }
  .top-message__btn a {
    height: 50px;
    font-size: 12px;
    font-weight: normal;
  }
  .pankuzuWrap {
    padding-top: 0;
  }
  .lowerpage .newgraduates-c-keyvisual .c-keyvisual__text .c-textArea__title--newgraduates {
    padding: 40px 0 0 20px;
    font-size: 21px;
  }
  .sec-newgra .inner {
    width: 100%;
    margin: 35px auto 0;
  }
  .sec-newgra--list table tr th {
    width: 100px;
    font-size: 14px;
  }
  .sec-newgra--list table tr td {
    display: block;
    padding: 20px 15px;
    font-size: 14px;
  }
  .sec-newgra--list table tr .bg-blue {
    width: 100%;
    padding: 20px 0;
    font-size: 12px;
    text-align: center;
  }
  .sec-newgra--list table tr .bg-gray {
    padding: 10px 0 15px 15px;
  }
  .sec-newgra--list table tr .bg-gray--bold {
    padding: 10px 0 5px 15px;
  }
  .sec-newgra--list table tr .pd-mini {
    padding: 20px 15px;
  }
  .sec-newgra--step .step__area {
    height: 100%;
    padding: 20px 10px 20px 0;
    font-size: 14px;
  }
  .sec-newgra--step .step__area::after {
    bottom: -25px;
    border: 15px solid transparent;
    border-top: 10px solid #fff;
  }
  .sec-newgra--step .step__area--blue::after {
    border-top: 10px solid #D3EBFF;
  }
  .sec-newgra--step .step__area--last {
    height: 100px;
    font-size: 14px;
  }
  .sec-newgra--step .step__number {
    width: 75px;
    padding: 0 10px;
    font-size: 14px;
  }
  .sec-newgra--step .step__number span {
    font-size: 17px;
  }
  .sec-newgra--step .step__number--st4 {
    height: 118px;
  }
  .sec-newgra--step .step__title {
    width: 100%;
    margin-bottom: 15px;
    padding-left: 0;
    font-size: 14px;
  }
  .sec-newgra--step .step__text {
    letter-spacing: -0.03em;
    line-height: 1.5;
  }
  .sec-newgra--step .step__cont {
    display: block;
    margin-left: 15px;
  }
  .sec-newgra--faq .faq__item {
    margin-bottom: 25px;
    font-size: 20px;
    line-height: 1.5;
  }
  .sec-newgra--faq .faq__que {
    align-items: stretch;
    height: 100%;
    min-height: 55px;
  }
  .sec-newgra--faq .faq__que span {
    right: 10px;
    width: 23px;
    height: 23px;
  }
  .sec-newgra--faq .faq__que span::after {
    width: 15px;
  }
  .sec-newgra--faq .faq__que span::before {
    width: 15px;
  }
  .sec-newgra--faq .faq__q-num {
    width: 50px;
    height: auto;
    font-size: 14px;
  }
  .sec-newgra--faq .faq__ttl {
    display: flex;
    align-items: center;
    width: 70%;
    padding: 17px 0 17px 20px;
    line-height: 1.5;
  }
  .sec-newgra--faq .faq__a-num {
    min-width: 50px;
    font-size: 14px;
  }
  .sec-newgra--faq .faq__txt {
    width: 80%;
    padding: 17px 0 17px 20px;
  }
  #corporate-technology .index .kv {
    align-items: flex-start;
    height: 77.3333333333vw;
    min-height: 290px;
    max-height: 580px;
    margin-bottom: 65px;
  }
  #corporate-technology .index .kv::before {
    width: 25.0666666667%;
    height: 26.724137931%;
  }
  #corporate-technology .index .kv::after {
    bottom: -13.3333333333%;
    width: 18.6666666667%;
    height: 24.1379310345%;
  }
  #corporate-technology .index .kv__textWrap {
    margin-top: 13.3333333333%;
    padding: 0 5.3333333333%;
  }
  #corporate-technology .index .kv__ttl {
    margin-bottom: 18%;
    font-size: 35px;
    letter-spacing: 0.06em;
    line-height: 1.4285714286;
  }
  #corporate-technology .index .kv__text {
    font-size: 14px;
    line-height: 1.5;
  }
  #corporate-technology .index .kv__img {
    width: 50%;
    height: 81.4666666667vw;
    min-height: 305px;
    max-height: 611px;
  }
  #corporate-technology .index .kv__img::before {
    opacity: 0.45;
  }
  #corporate-technology .index .kv__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #corporate-technology .index .wrap {
    padding: 0 5.3333333333%;
  }
  #corporate-technology .index .lead {
    margin-bottom: 50px;
  }
  #corporate-technology .index .lead__ttl {
    font-size: 18px;
  }
  #corporate-technology .index .lead__text {
    margin-top: 20px;
    font-size: 15px;
    line-height: 1.8;
  }
  #corporate-technology .index .cont__kv::after {
    top: 20vw;
    right: 0;
    width: 18.6666666667vw;
    height: 18.6666666667vw;
  }
  #corporate-technology .index .cont__kvImg img {
    width: 41.8666666667vw;
  }
  #corporate-technology .index .cont__kvImg::before {
    height: auto;
  }
  #corporate-technology .index .cont__kvImg::after {
    right: 0;
    width: 41.8666666667vw;
  }
  #corporate-technology .index .cont__ttl {
    padding-top: 10vw;
    font-size: 15px;
  }
  #corporate-technology .index .cont__ttlJa {
    margin-top: 5.0666666667vw;
    padding-top: 4.6666666667vw;
  }
  #corporate-technology .index .cont__ttlJa::before {
    width: 8vw;
  }
  #corporate-technology .index .cont .block {
    gap: 45px;
    flex-direction: column;
    margin-top: 43px;
  }
  #corporate-technology .index .cont .block__linkArea {
    align-items: center;
    padding: 0;
  }
  #corporate-technology .index .cont .block__cont:not(:first-child) {
    margin-top: 32.5px;
  }
  #corporate-technology .index .cont .block__ttl {
    margin-bottom: 14px;
    font-size: 17.5px;
  }
  #corporate-technology .index .cont .block__text {
    font-size: 14px;
    line-height: 1.7857142857;
  }
  #corporate-technology .index .cont .cards {
    flex-direction: column;
  }
  #corporate-technology .index .cont .cards .card__ttl {
    padding: 15px 20px;
    font-size: 17.5px;
  }
  #corporate-technology .index .cont .cards .card__body {
    padding: 15px 20px 20px;
    font-size: 14px;
    line-height: 1.7857142857;
  }
  #corporate-technology .index .cont .cards .card__list li {
    margin-top: 15px;
    padding-left: 25px;
    font-size: 15px;
    line-height: 1.5333333333;
  }
  #corporate-technology .index .cont .cards .card__list li::before {
    width: 20px;
  }
  #corporate-technology .index .cont .box {
    margin-top: 30px;
  }
  #corporate-technology .index .cont .sec {
    margin-bottom: 60px;
  }
  #corporate-technology .index .cont .sec__ttl {
    gap: 12.5px;
    font-size: 20px;
  }
  #corporate-technology .index .cont .crosstalk {
    padding: 50px 0 60px;
  }
  #corporate-technology .index .cont .crosstalk__flex {
    display: block;
    margin: 0 20px;
  }
  #corporate-technology .index .cont .crosstalk__flex .link {
    width: 100%;
    margin-right: 0;
  }
  #corporate-technology .index .cont .crosstalk__ttl {
    margin-bottom: 30px;
    padding-bottom: 30px;
    font-size: 22px;
  }
  #corporate-technology .index .cont .crosstalk__text {
    font-size: 15px;
    line-height: 1.8;
  }
  #corporate-technology .index .cont .crosstalk__img {
    margin-top: 50px;
  }
  #corporate-technology .index .cont .crosstalk__img div:nth-child(1) {
    padding-right: 5px;
  }
  #corporate-technology .index .cont .crosstalk__img div:nth-child(2) {
    padding-right: 5px;
  }
  #corporate-technology .index .cont--01 {
    padding-bottom: 60px;
  }
  #corporate-technology .index .cont--01::before {
    width: 50%;
    height: 100%;
  }
  #corporate-technology .index .cont--01 .cont__ttl img {
    width: 84.1333333333vw;
  }
  #corporate-technology .index .cont--01 .block__img:nth-child(1) {
    width: 74.1333333333vw;
    max-width: 556px;
    margin-right: auto;
  }
  #corporate-technology .index .cont--01 .block__img:nth-child(2) {
    width: 44.5333333333vw;
    max-width: 334px;
    margin-top: 31px;
  }
  #corporate-technology .index .cont--02::before, #corporate-technology .index .cont--02::after {
    width: 50%;
  }
  #corporate-technology .index .cont--02::before {
    top: 0;
    height: 930.5px;
  }
  #corporate-technology .index .cont--02::after {
    bottom: 625px;
    width: 295px;
    height: 177.5px;
  }
  #corporate-technology .index .cont--02 .cont__kv::after {
    left: 0;
  }
  #corporate-technology .index .cont--02 .cont__kvImg::after {
    left: 0;
  }
  #corporate-technology .index .cont--02 .cont__ttl {
    padding-top: 16.4vw;
  }
  #corporate-technology .index .cont--02 .cont__ttl img {
    width: 42.8vw;
  }
  #corporate-technology .index .cont--02 .cards {
    margin-bottom: 45px;
  }
  #corporate-technology .index .cont--02 .block {
    gap: 34px;
    margin-top: 30px;
  }
  #corporate-technology .index .cont--02 .block__img {
    width: 78.6666666667vw;
    max-width: 590px;
    margin: 0 auto;
  }
  #corporate-technology .index .cont--03::before {
    top: 294.5px;
    width: 56vw;
    height: 330px;
  }
  #corporate-technology .index .cont--03 .cont__kv::before {
    height: 29.3333333333vw;
  }
  #corporate-technology .index .cont--03 .cont__kv .cont__ttl {
    padding-top: 61px;
  }
  #corporate-technology .index .cont--03 .cont__kv .cont__ttl img {
    width: 77.6vw;
  }
  #corporate-technology .index .cont--03 .cont__kv .cont__ttl .cont__ttlJa {
    margin-right: -10px;
    margin-left: -10px;
  }
  #corporate-technology .index .cont--04 .bg {
    padding-bottom: 60px;
  }
  #corporate-technology .index .cont--04 .box:nth-of-type(1) {
    margin-top: 30px;
  }
  #corporate-technology .index .cont--04 .box:nth-of-type(1) .box__img {
    bottom: -40px;
    left: calc(10% + 0px);
    width: 90%;
  }
  #corporate-technology .index .cont--04 .box:nth-of-type(1) .box__inner {
    padding: 55px 40px 190px 40px;
  }
  #corporate-technology .index .cont--04 .box:nth-of-type(1) .box__inner::before {
    left: 20px;
    width: calc(100% - 20px);
  }
  #corporate-technology .index .cont--04 .box:nth-of-type(2) {
    margin-top: 70px;
  }
  #corporate-technology .index .cont--04 .box:nth-of-type(2) .box__inner::before {
    right: 0;
    left: -20px;
    width: 100%;
  }
  #corporate-technology .index .cont--04 .box:nth-of-type(2) .box__list {
    position: relative;
    top: initial;
    right: initial;
    width: 80%;
    margin: -40px auto 0;
    transform: unset;
  }
  #corporate-technology .index .cont--04 .box:nth-of-type(2) .box__list li {
    width: 114px;
  }
  #corporate-technology .index .cont--04 .box:nth-of-type(3) .box__inner::before {
    left: 20px;
    width: calc(100% - 20px);
  }
  #corporate-technology .index .cont--04 .box:nth-of-type(3) .box__img {
    position: relative;
    top: initial;
    right: initial;
    width: 90%;
    margin: -20px 0;
  }
  #corporate-technology .index .related-link {
    margin: 0;
  }
  #corporate-technology .index .related-link__list.corporate__inner {
    padding: 40px 5.3333333333% !important;
  }
  #corporate-technology .index .related-link__list li {
    width: 100%;
  }
  #corporate-technology .index .related-link__list li a {
    height: 112px;
  }
  #corporate-technology .index .related-link__img {
    width: 112px;
  }
  #technology_content .tec-list {
    padding: 15px 20px;
  }
  #technology_content .tec-list__inner {
    width: 100%;
  }
  #technology_content .tec-list__cont {
    display: block;
  }
  #technology_content .tec-list__cont > li {
    font-size: 16px;
  }
  #technology_content .tec-list__cont > li:nth-child(1) {
    width: 100%;
  }
  #technology_content .tec-list__cont > li:nth-child(4) {
    width: 100%;
  }
  #technology_content .tec-list__cont > li:nth-child(5) {
    width: 100%;
  }
  #technology_content .tec-list__cont > li:nth-child(6) {
    width: 100%;
  }
  #technology_content .tec-list__cont > li:nth-child(7) {
    position: relative;
    top: auto;
    left: auto;
  }
  #technology_content .lead-img .img {
    width: 90%;
    margin: 0 auto;
  }
  #technology_content .lead-img::after {
    top: 90px;
  }
  #technology_content .tec-cont {
    width: 100%;
    padding: 0 20px;
  }
  #technology_content .tec-cont--lead {
    margin: 40px auto;
  }
  #technology_content .tec-cont h2 {
    font-size: 18px;
    line-height: 1.6666666667;
  }
  #technology_content .tec-cont h3 {
    font-size: 20px;
  }
  #technology_content .tec-cont .lead-txt {
    margin: 20px 0 40px;
    font-size: 15px;
    line-height: 1.8;
  }
  #technology_content .tec-cont .img-txt {
    margin-bottom: 15px;
    font-size: 14px;
  }
  #technology_content .tec-cont--outline h4 {
    height: 50px;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 50px;
  }
  #technology_content .tec-cont--outline .ttl {
    display: flex;
    align-items: center;
    height: 75px;
    padding: 0 30px 0 20px;
    line-height: 1.4375;
  }
  #technology_content .tec-cont--outline .check {
    margin-bottom: 30px;
    font-size: 15px;
    line-height: 1.8;
  }
  #technology_content .tec-cont--outline .wrap h5 {
    font-size: 18px;
    line-height: 1.4705882353;
  }
  #technology_content .tec-cont--outline .wrap p {
    line-height: 1.7857142857;
  }
  #technology_content .tec-cont--outline .wrap li {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  #technology_content .tec-cont--outline .wrap .inner {
    display: block;
    width: 100%;
  }
  #technology_content .tec-cont--outline .wrap .inner .txt-area {
    width: 100%;
    margin: 0 0 25px 0;
  }
  #technology_content .tec-cont--outline .txt {
    margin-bottom: 30px;
    line-height: 1.7857142857;
  }
  #technology_content .tec-cont--bg .inner {
    width: 100%;
    margin-bottom: 50px;
    padding: 50px 0 30px;
  }
  #technology_content .tec-cont--bg h6 {
    width: 100%;
    margin-bottom: 15px;
    font-size: 18px;
  }
  #technology_content .tec-cont--bg p {
    line-height: 1.7857142857;
  }
  #technology_content .tec-cont--bg .box {
    display: block;
    margin-bottom: 30px;
    padding: 30px 20px;
  }
  #technology_content .tec-cont--bg .box__txt {
    width: 100%;
    margin-bottom: 20px;
    padding: 15px;
  }
  #technology_content .tec-cont--bg .box p {
    padding: 0;
    line-height: 1.7857142857;
  }
  #technology_content .tec-cont--bg .detail {
    display: block;
    margin-top: 30px;
  }
  #technology_content .tec-cont--bg .detail__inner {
    width: 100%;
    height: auto;
    padding-bottom: 30px;
  }
  #technology_content .tec-cont--bg .detail__sub {
    margin-top: 30px;
    font-size: 16px;
  }
  #technology_content .tec-cont--bg .detail__ttl {
    height: 64px;
  }
  #technology_content .tec-cont--bg .detail__ttl h6 {
    font-size: 16px;
    line-height: 64px;
  }
  #technology_content .tec-cont--bg .detail__txt {
    padding: 30px 20px;
  }
  #technology_content .tec-cont--bg .detail__txt li {
    font-size: 15px;
  }
  #technology_content .tec-cont--bg .detail__img {
    padding: 0 20px;
  }
  #technology_content .tec-cont--info {
    margin-bottom: 50px;
  }
  #technology_content .tec-cont--info .block {
    display: block;
    margin-top: 30px;
    padding-bottom: 30px;
  }
  #technology_content .tec-cont--info .block-txt h6 {
    margin-bottom: 10px;
    font-size: 17px;
  }
  #technology_content .tec-cont--info .block-txt p {
    line-height: 1.7857142857;
  }
  #technology_content .tec-cont--info .link {
    width: 295px;
    margin: 0 auto;
  }
  #technology_content .tec-cont--other {
    margin-bottom: 40px;
  }
  #technology_content .tec-cont--other .staffList {
    margin-bottom: 4px;
  }
  #technology_content .tec-cont--other .staff-voice {
    width: 100%;
    margin: 0;
  }
  #technology_content .tec-cont--sec {
    margin-bottom: 60px;
  }
  #technology_content .tec-cont--sec p {
    line-height: 1.7857142857;
  }
  #technology_content .tec-cont--sec .inner {
    margin: 30px 0;
  }
  #technology_content .tec-cont--sec .img img {
    margin: 0 auto;
  }
  #technology_content .card {
    margin-bottom: 50px;
    padding: 50px 0 0 0;
  }
  #technology_content .card__inner {
    padding-bottom: 330px;
  }
  #technology_content .card__txt {
    width: 95%;
    padding: 40px 20px 70px 40px;
  }
  #technology_content .card__txt h6 span {
    font-size: 15px;
  }
  #technology_content .card__txt h6 {
    margin-bottom: 20px;
    font-size: 17px;
    line-height: 1.4285714286;
  }
  #technology_content .card__txt p {
    line-height: 1.7857142857;
  }
  #technology_content .card__txt::after {
    top: initial;
    right: -20px;
    bottom: -260px;
  }
  #technology_content .card__txt--02::after {
    left: -20px;
  }
  .project-inner {
    padding: 0 20px;
  }
  .project-inner-wide {
    padding: 0 20px;
  }
  .project-key {
    height: 88vw;
    min-height: 330px;
    max-height: 650px;
  }
  .project-key::before {
    width: 95%;
  }
  .project-key::after {
    width: 95%;
  }
  .project-key__inner {
    width: 95%;
    margin-right: 0;
    margin-left: auto;
  }
  .project-key__textArea {
    bottom: 6vw;
  }
  .project-key__title {
    padding: 10px 0;
    font-size: 20px;
    letter-spacing: 0.06em;
  }
  .project-index {
    margin-bottom: 56px;
    padding: 40px 0;
  }
  .project-index__title {
    margin-bottom: 14px;
    font-size: 20px;
  }
  .project-index__link {
    flex-direction: column;
    padding: 8px 70px 8px 0;
    font-size: 15px;
    line-height: 1.6666666667;
  }
  .project-index__link::after {
    width: 30px;
    background-size: 12px;
  }
  .project-index__number {
    font-size: 19px;
  }
  .project-index__number::after {
    border-bottom: none;
  }
  .project-intro {
    padding-bottom: 117px;
  }
  .project-intro__description {
    margin: 20px 0;
    line-height: 1.7857142857;
  }
  .project-intro__description--mb40 {
    margin-bottom: 40px;
  }
  .project-intro__desc-list {
    margin-bottom: 77px;
    padding: 26px 19px;
    font-size: 14px;
    line-height: 1.7857142857;
  }
  .project-member__titleWrap {
    flex-direction: column;
    padding: 24px 0;
  }
  .project-member__title {
    padding-left: 30px;
    font-size: 20px;
  }
  .project-member__title::before {
    width: 20px;
    height: 2px;
  }
  .project-member__note {
    margin-top: 8px;
    padding-left: calc(1em + 30px);
    line-height: 1.6666666667;
    text-indent: -1em;
  }
  .project-member__list {
    padding-top: 5px;
  }
  .project-member__item {
    grid-template-areas: "image nameWrap" "text text";
    grid-template-columns: 90px auto;
    padding: 35px 20px 30px;
    column-gap: 22px;
  }
  .project-member__image {
    width: 80px;
    margin-left: 10px;
  }
  .project-member__image::before {
    top: -5px;
    left: -10px;
    width: 20px;
    height: 10px;
  }
  .project-member__nameWrap {
    flex-direction: column;
  }
  .project-member__name {
    font-size: 17px;
  }
  .project-member__career {
    margin-top: 10px;
  }
  .project-member__text {
    margin-top: 14px;
    line-height: 1.7857142857;
  }
  .project-cont {
    margin-top: -64px;
  }
  .project-cont::before {
    height: calc(100% - 64px);
  }
  .project-cont--02 {
    margin-bottom: 118px;
  }
  .project-cont--03 {
    margin-bottom: 50px;
  }
  .project-titleNumber {
    height: 40px;
  }
  .project-title {
    padding: 10px 16px 6px calc(50vw - 50%);
    font-size: 20px;
    line-height: 2.7;
  }
  .project-interview {
    padding-top: 35px;
  }
  .project-interview--02 {
    padding-bottom: 30px;
  }
  .project-interview--03 {
    padding-bottom: 120px;
  }
  .project-interview--04 {
    padding-bottom: 95px;
  }
  .project-interview--05 {
    padding-bottom: 30px;
  }
  .project-interview--06 {
    padding-bottom: 90px;
  }
  .project-interview__question {
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 1.5;
  }
  .project-interview__question:not(:first-of-type) {
    margin: 16px 0 0;
  }
  .project-interview__flex {
    flex-direction: column;
  }
  .project-interview__flex--reverse {
    flex-direction: column-reverse;
  }
  .project-interview__answerWrap {
    width: 100%;
  }
  .project-interview__answer--borderPcOn {
    border-top: none;
  }
  .project-interview__name {
    font-size: 14px;
  }
  .project-interview__text {
    line-height: 1.7857142857;
    text-align: justify;
  }
  .project-interview__imageBox {
    width: 100%;
    max-width: 425px;
    margin-top: 0;
  }
  .project-interview__imageBox--right {
    width: 212px;
  }
  .project-interview__imageBox--right::before {
    top: 30px;
    left: 142px;
  }
  .project-interview__imageBox--left {
    width: 212px;
    margin-left: auto;
  }
  .project-interview__imageBox--left::before {
    top: 30px;
    left: -142px;
  }
  .project-interview__imageBox--02 {
    margin-bottom: 50px;
  }
  .project-interview__image {
    margin-top: 0px;
    padding-right: 0px;
  }
  .project-interview__image--left {
    width: 230px;
    height: 225px;
    margin-left: auto;
  }
  .project-interview__image--left::before {
    top: 70px;
    left: -142px;
    width: 90%;
    height: 55%;
  }
  .project-interview__imageWide {
    width: 312px;
    margin-top: 0;
  }
  .project-interview__imageWide--left {
    margin-left: -30px;
  }
  .project-interview__imageWide--right {
    margin-right: -30px;
    margin-left: auto;
  }
  .project-interview__imageWide--02 {
    margin-top: 20px;
  }
  .project-image--pjt1 {
    margin: 20px auto 0;
  }
  .project-key--ikusei .project-key__textArea {
    bottom: 18px;
  }
  .project-key--ikusei .project-key__title {
    padding-right: 6px;
  }
  .tec_ikusei .project-index__link {
    padding-right: 40px;
  }
  .tec_ikusei .project-intro {
    padding-top: 60px;
  }
  .tec_ikusei .project-interview__imageBox {
    max-width: 167px;
    margin: 0 auto calc(30px + 22px);
  }
  .tec_ikusei .project-interview__imageBox::before {
    width: 241px;
    height: 225px;
  }
  .tec_ikusei .project-interview__imageBox--right::before {
    top: 30px;
    left: 30px;
  }
  .tec_ikusei .project-interview__imageBox--left::before {
    top: 30px;
    left: -104px;
  }
  .tec_ikusei .project-interview__inner-title {
    margin-top: 20px;
    font-size: 14px;
    letter-spacing: 0.05em;
  }
  .tec_ikusei .project-interview__summary-list {
    margin-top: 10px;
  }
  .tec_ikusei .project-interview__summary-item {
    letter-spacing: 0.05em;
    line-height: 1.6666666667;
  }
  .tec_ikusei .project-interview__dl-list {
    margin-bottom: 20px;
  }
  .tec_ikusei .project-interview__dl-list dt {
    width: 120px;
    font-size: 14px;
  }
  .tec_ikusei .project-interview__dl-list dd {
    width: calc(100% - 120px);
    padding: 15px;
    line-height: 1.9166666667;
  }
  .tec_ikusei .project-interview__table {
    margin-top: 10px;
    margin-bottom: 40px;
  }
  .tec_ikusei .project-interview__table thead th {
    font-size: 12px;
  }
  .tec_ikusei .project-interview__table tbody th,
.tec_ikusei .project-interview__table tbody td {
    font-size: 12px;
  }
  #container.technology-zadankai {
    width: 100%;
  }
  #container.technology-zadankai .cross__peoples__main__02 {
    height: auto;
  }
  #container.technology-zadankai .cross__type {
    padding-left: 34px;
    font-size: 16px;
  }
  #container.technology-zadankai .cross__type::before {
    top: 4px;
    margin-left: 16px;
    border: 8px solid transparent;
    border-top: 16px solid #1e5271;
  }
  #container.technology-zadankai .cross__type__wrapper {
    padding-top: 20px;
    background: none;
  }
  #container.technology-zadankai .science__movie::before {
    top: 16px;
    left: 0px;
    border: 10px solid transparent;
    border-top: 18px solid white;
  }
  #science {
    margin-top: 34px;
  }
  #humanities .zadankai__movie,
#science .zadankai__movie {
    width: 262px;
    height: auto;
  }
  #humanities .zadankai__movie__wrapper,
#science .zadankai__movie__wrapper {
    margin: 0 auto;
  }
  #corporate-session .sessions .kv::before {
    height: 168px;
  }
  #corporate-session .sessions .kv__inner {
    padding: 0 5.3333333333%;
  }
  #corporate-session .sessions .kv__textWrap {
    padding: 27.5px 0 29px;
  }
  #corporate-session .sessions .kv__imgWrap .ttlArea {
    bottom: -13px;
  }
  #corporate-session .sessions .kv__imgWrap .ttlArea .ttl {
    gap: 6px;
  }
  #corporate-session .sessions .kv__imgWrap .ttlArea .ttl span {
    height: 30px;
    padding-top: 2px;
    padding-left: 0;
    font-size: 20px;
  }
  #corporate-session .sessions .kv__imgWrap .ttlArea .ttl:nth-child(1) span:nth-child(1) {
    padding-right: 16px;
  }
  #corporate-session .sessions .kv__imgWrap .ttlArea .ttl--s span {
    padding-right: 11px;
    font-size: 14px;
  }
  #corporate-session .sessions .kv .lead__text {
    padding: 50px 0;
    font-size: 12px;
  }
  #corporate-session .sessions .tabs {
    gap: 0;
    padding: 55px 5.3333333333% 0;
  }
  #corporate-session .sessions .tabs li {
    height: 65px;
  }
  #corporate-session .sessions .tabs li::after {
    aspect-ratio: 30/130;
    width: 16px;
  }
  #corporate-session .sessions .tabs li img {
    top: -25.9px;
    width: auto;
    height: 25.9px;
  }
  #corporate-session .sessions .tabs li span {
    padding-right: 4.5px;
    font-size: 10px;
  }
  #corporate-session .sessions .tabs li.is-active {
    font-size: 11px;
  }
  #corporate-session .sessions .tabs li.is-active::before {
    height: 55px;
  }
  #corporate-session .sessions .tab {
    padding-top: 44px;
  }
  #corporate-session .sessions .tab .cont--ttl .wrap {
    padding: 0 5.3333333333%;
  }
  #corporate-session .sessions .tab .cont--ttl .ttl {
    gap: 14px;
    font-size: 20px;
  }
  #corporate-session .sessions .tab .cont--ttl .ttl img {
    width: 29px;
  }
  #corporate-session .sessions .tab .cont--ttl .ttl::after {
    height: 17px;
  }
  #corporate-session .sessions .tab .cont--ttl .subTtl {
    margin-top: 15px;
    font-size: 23px;
  }
  #corporate-session .sessions .tab .cont--ttl .text {
    margin-top: 30px;
    line-height: 1.7857142857;
  }
  #corporate-session .sessions .tab .cont--member {
    margin: 50px auto;
    padding: 0 5.3333333333%;
  }
  #corporate-session .sessions .tab .cont--member .ttl {
    gap: 10px;
    height: 55px;
    font-size: 20px;
  }
  #corporate-session .sessions .tab .cont--member .ttl::before {
    width: 20px;
  }
  #corporate-session .sessions .tab .cont--member .detail {
    padding: 32px 20px 40px;
  }
  #corporate-session .sessions .tab .cont--member .detail .block {
    gap: 0;
    flex-direction: column;
  }
  #corporate-session .sessions .tab .cont--member .detail .block:not(:first-child) {
    margin-top: 40px;
  }
  #corporate-session .sessions .tab .cont--member .detail .block .blockInner {
    gap: 11px;
    display: flex;
    justify-content: flex-start;
    width: 100%;
    padding: 0 20px;
  }
  #corporate-session .sessions .tab .cont--member .detail .block .img {
    flex-basis: 80px;
    width: 80px;
    height: 80px;
  }
  #corporate-session .sessions .tab .cont--member .detail .block .img::before {
    top: -5px;
    left: -10px;
    width: 20px;
    height: 10px;
  }
  #corporate-session .sessions .tab .cont--member .detail .block .name {
    font-size: 17px;
  }
  #corporate-session .sessions .tab .cont--member .detail .block .note {
    margin-top: 5px;
    line-height: 1.4285714286;
  }
  #corporate-session .sessions .tab .cont--member .detail .block .text {
    line-height: 1.7857142857;
  }
  #corporate-session .sessions .tab .cont--img1 {
    padding-top: 0;
  }
  #corporate-session .sessions .tab .cont--area {
    padding-bottom: 40px;
  }
  #corporate-session .sessions .tab .cont--area::before {
    width: 222px;
    height: 222px;
  }
  #corporate-session .sessions .tab .cont--area .wrap {
    padding: 0 5.3333333333%;
  }
  #corporate-session .sessions .tab .cont--area .block {
    padding-top: 40px;
  }
  #corporate-session .sessions .tab .cont--area .block .blockTtl {
    margin-bottom: 25.5px;
    font-size: 20px;
    letter-spacing: 0.05em;
  }
  #corporate-session .sessions .tab .cont--area .block .comment .name {
    font-size: 14px;
  }
  #corporate-session .sessions .tab .cont--area .block .comment .text {
    line-height: 1.7857142857;
  }
  #corporate-session .sessions .tab .cont--area .block .blockInner {
    flex-direction: column;
  }
  #corporate-session .sessions .tab .cont--area .block .blockInner .blockImg {
    flex: 1 1 100%;
  }
  #corporate-session .sessions .tab .cont--area .block .blockInner .blockImg--r {
    margin-right: -5.3333333333vw;
  }
  #corporate-session .sessions .tab .cont--area .block .blockInner .blockImg--l {
    margin-left: -5.3333333333vw;
  }
  #corporate-session .sessions .tab .cont--area1::before {
    transform: translate(calc(-50% - 294px), calc(-50% - 240px)) rotate(45deg);
  }
  #corporate-session .sessions .tab .cont--area2::before {
    transform: translate(calc(-50% + 305px), calc(-50% + 10px)) rotate(45deg);
  }
  #corporate-session .sessions .tab .cont--area2 .block .blockInner {
    flex-direction: column-reverse;
  }
  #corporate-session .sessions .tab .cont--area3::before {
    transform: translate(calc(-50% - 305px), calc(-50% + 10px)) rotate(45deg);
  }
  #corporate .corporate__consul2 .kv {
    height: 325px;
  }
  #corporate .corporate__consul2 .kv::before {
    width: 94.6666666667%;
  }
  #corporate .corporate__consul2 .kv__img {
    top: 20px;
    width: 94.6666666667%;
    height: 305px;
  }
  #corporate .corporate__consul2 .kv__img::before {
    width: 80px;
    height: 128.5px;
  }
  #corporate .corporate__consul2 .kv__ttlWrap {
    top: 78px;
  }
  #corporate .corporate__consul2 .kv__ttl {
    margin-bottom: 15px;
    padding: 0;
    font-size: 9px;
  }
  #corporate .corporate__consul2 .kv__ttl span {
    height: 24px;
    padding: 0 10px;
  }
  #corporate .corporate__consul2 .kv__catch {
    gap: 7.5px;
  }
  #corporate .corporate__consul2 .kv__catch span {
    height: 25px;
    padding: 0.2em 10px 0;
    font-size: 17px;
    letter-spacing: 0.08em;
  }
  #corporate .corporate__consul2 .lead {
    padding: 60px 20px 50px;
  }
  #corporate .corporate__consul2 .lead__ttl {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 1.6666666667;
  }
  #corporate .corporate__consul2 .consulBlock {
    padding-bottom: 60px;
  }
  #corporate .corporate__consul2 .consulBlock__ttlWrap {
    flex-direction: column;
    margin-bottom: 40px;
    padding: 0 20px;
  }
  #corporate .corporate__consul2 .consulBlock__ttl {
    padding-top: 55px;
    padding-left: 15px;
    font-size: 27px;
  }
  #corporate .corporate__consul2 .consulBlock__ttl::before {
    width: 2px;
    height: 89px;
  }
  #corporate .corporate__consul2 .consulBlock__text {
    padding-top: 30px;
    font-size: 15px;
  }
  #corporate .corporate__consul2 .consulBlock__textWrap {
    padding: 40px 20px;
  }
  #corporate .corporate__consul2 .consulBlock__textWrap--left {
    margin-right: 20px;
    padding-left: 40px;
  }
  #corporate .corporate__consul2 .consulBlock__textWrap--right {
    margin-left: 20px;
    padding-right: 40px;
  }
  #corporate .corporate__consul2 .consulBlock__textWrap--center {
    margin: 0 20px;
  }
  #corporate .corporate__consul2 .consulBlock__textWrap p:not(:first-child):not(.consulBlock__textWrap__note) {
    margin-top: 1.7857142857em;
  }
  #corporate .corporate__consul2 .consulBlock__textWrap p:not(.consulBlock__textWrap__note) {
    line-height: 1.7857142857;
  }
  #corporate .corporate__consul2 .consulBlock__textWrap__note {
    line-height: 2.0833333333;
  }
  #corporate .corporate__consul2 .consulBlock--mission::before {
    width: 209.43px;
    height: 48.1px;
  }
  #corporate .corporate__consul2 .consulBlock--mission .mission__img {
    margin-top: -40px;
  }
  #corporate .corporate__consul2 .consulBlock--mission .mission__img img {
    width: 85.3333333333%;
  }
  #corporate .corporate__consul2 .consulBlock--purpose::before {
    width: 228.215px;
    height: 48.1px;
  }
  #corporate .corporate__consul2 .consulBlock--purpose .purpose__img {
    width: 80%;
    margin-top: -10px;
  }
  #corporate .corporate__consul2 .consulBlock--position::before {
    width: 228.8px;
    height: 48.1px;
  }
  #corporate .corporate__consul2 .consulBlock--position .position__img {
    margin: -13px 20px 0;
  }
  #corporate .corporate__consul2 .consulBlock--position .position__img div {
    padding: 26px 14px 14px;
  }
  #corporate .corporate__consul2 .consulBlock--strength::before {
    width: 255.775px;
    height: 48.1px;
  }
  #corporate .corporate__consul2 .consulBlock--strength .strength__img {
    margin-top: -10px;
  }
  #corporate .corporate__consul2 .consulBlock--strength .strength__img div {
    margin-right: 20px;
    padding: 30px 20px 20px;
  }
  #corporate .corporate__consul2 .consulBlock--organization::before {
    width: 366.795px;
    height: 48.1px;
  }
  #corporate .corporate__consul2 .consulBlock--organization .organization__img {
    width: 88.4353741497%;
    margin: 0 auto;
    margin-top: 16.5px;
  }
  #corporate .corporate__consul2 .consulFootImg {
    height: 105px;
    margin-top: -79px;
  }
  #corporate .corporate__consul2 .consulFootImg img {
    aspect-ratio: 750/210;
  }
  #corporate .corporate__consul2 .related-link .related-link__list.corporate__inner {
    padding: 40px 20px !important;
  }
  #corporate .corporate__consul2 .related-link .related-link__list.corporate__inner li .related-link__txt {
    padding-left: 24px;
  }
  #corporate .corporate__consul2 .related-link .related-link__list.corporate__inner li:last-child {
    margin-bottom: 0;
  }
  #corporate .corporate__consulSpecial .kv__ttlWrap {
    top: 17.8461538462%;
    left: 5.3333333333vw;
    width: 81.3333333333vw;
  }
  #corporate .corporate__consulSpecial .kv__catch {
    margin-bottom: 19.6923076923%;
    font-size: 8.8vw;
  }
  #corporate .corporate__consulSpecial .kv__ttl {
    font-size: 3.7333333333vw;
  }
  #corporate .corporate__consulSpecial .wrap {
    padding: 0 20px;
  }
  #corporate .corporate__consulSpecial .project-index {
    gap: 10px;
    flex-direction: column;
    padding: 20px 0 30px;
  }
  #corporate .corporate__consulSpecial .project-index__link {
    align-items: flex-start;
    justify-content: center;
    height: 40px;
    padding: 0;
    border-bottom: solid 2px #E6F1FA;
    font-size: 15px;
  }
  #corporate .corporate__consulSpecial .project-index__link::after {
    width: 30px;
    border-width: 2px;
  }
  #corporate .corporate__consulSpecial .cont__kv img {
    width: 100%;
  }
  #corporate .corporate__consulSpecial .cont__ttl {
    padding: 0 20px 15px 20px;
    font-size: 20px;
    line-height: 1.5;
  }
  #corporate .corporate__consulSpecial .cont__ttl::after {
    width: 25px;
  }
  #corporate .corporate__consulSpecial .block {
    width: 100%;
    margin-top: 30px;
    padding: 30px 40px;
  }
  #corporate .corporate__consulSpecial .block--right {
    width: auto;
    margin-left: 20px;
    padding-left: 20px;
  }
  #corporate .corporate__consulSpecial .block__ttl {
    margin-bottom: 20px;
    font-size: 17.5px;
    line-height: 1.5428571429;
  }
  #corporate .corporate__consulSpecial .block__text {
    line-height: 1.7857142857;
  }
  #corporate .corporate__consulSpecial .message__ttl {
    top: 88.2666666667vw;
    left: 5.3333333333vw;
  }
  #corporate .corporate__consulSpecial .message__ttl .ttl {
    font-size: 5.3333333333vw;
    line-height: 1.75;
  }
  #corporate .corporate__consulSpecial .message__ttl .profile {
    margin-top: 5.3333333333vw;
    font-size: 4vw;
  }
  #corporate .corporate__consulSpecial .message .cont__wrap {
    margin-top: 0;
    padding-top: 43px;
    padding-bottom: 50px;
  }
  #corporate .corporate__consulSpecial .message .cont__wrap::before {
    width: calc(50% + (176px / 2));
    height: calc(100% + (346px / 2));
  }
  #corporate .corporate__consulSpecial .culture {
    margin-bottom: 50px;
  }
  #corporate .corporate__consulSpecial .culture__kv {
    margin-bottom: -10px;
  }
  #corporate .corporate__consulSpecial .culture .cont__wrap::before {
    display: none;
  }
  #corporate .corporate__consulSpecial .culture .img {
    margin-top: 30px;
  }
  #corporate .corporate__consulSpecial .culture .img img {
    width: 88vw;
    transform: translateX(7px);
  }
  #corporate .corporate__consulSpecial .culture .imgWide {
    margin-top: -25px;
  }
  #corporate .corporate__consulSpecial .links {
    padding-bottom: 20px;
  }
  #corporate .corporate__consulSpecial .box {
    margin-top: 40px;
    padding-right: 20px;
    padding-left: 20px;
  }
  #corporate .corporate__consulSpecial .box:nth-child(1) {
    margin-top: 30px;
  }
  #corporate .corporate__consulSpecial .box__ttl {
    margin-bottom: 20px;
    padding: 10px 27px 7px 20px;
    font-size: 15px;
    letter-spacing: 0.05em;
    line-height: 1.5333333333;
  }
  #corporate .corporate__consulSpecial .box__cont {
    flex-direction: column;
  }
  #corporate .corporate__consulSpecial .box__text {
    line-height: 1.7857142857;
  }
  #corporate .corporate__consulSpecial .box__img {
    text-align: center;
  }
  #corporate .corporate__consulSpecial .box .link {
    margin-top: 30px;
  }
  #corporate .corporate__consulSpecial .box .link a {
    height: 65px;
  }
  #corporate .corporate__incu .kv__ttlWrap {
    top: 15.3846153846%;
    left: 5.3333333333vw;
    width: 81.3333333333vw;
  }
  #corporate .corporate__incu .kv__catch {
    margin-bottom: 19.6923076923%;
    font-size: 4.5333333333vw;
  }
  #corporate .corporate__incu .kv__catch .bg {
    height: 6.6666666667vw;
    padding: 0.2em 2.6666666667vw 0;
  }
  #corporate .corporate__incu .kv__ttl {
    margin-bottom: 4vw;
    font-size: 2.4vw;
  }
  #corporate .corporate__incu .kv__ttl span {
    height: 6.4vw;
    padding: 0 2.6666666667vw;
  }
  #corporate .corporate__incu .lead {
    padding: 50px 20px 50px;
  }
  #corporate .corporate__incu .lead__ttlWrap {
    margin-bottom: 20px;
  }
  #corporate .corporate__incu .lead__ttlWrap p {
    padding: 0 25px;
    line-height: 1.75;
  }
  #corporate .corporate__incu .lead__ttl {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 1.6666666667;
  }
  #corporate .corporate__incu .lead__text {
    line-height: 1.7857142857;
  }
  #corporate .corporate__incu .incuBlock__ttlWrap {
    gap: 30px;
    flex-direction: column;
    padding: 0 0 0 20px;
  }
  #corporate .corporate__incu .incuBlock__ttl {
    padding-top: 60px;
    padding-left: 15px;
    font-size: 27px;
  }
  #corporate .corporate__incu .incuBlock__ttl::before {
    width: 2px;
    height: 90px;
  }
  #corporate .corporate__incu .incuBlock__catch {
    gap: 7.5px;
    font-size: 18px;
  }
  #corporate .corporate__incu .incuBlock__catch .bg {
    height: 30px;
    padding: 0.2em 10px 0;
  }
  #corporate .corporate__incu .incuBlock__content {
    padding-bottom: 50px;
  }
  #corporate .corporate__incu .incuBlock__wrap {
    padding: 0 20px;
  }
  #corporate .corporate__incu .incuBlock__text {
    margin-bottom: 30px;
    line-height: 1.7857142857;
  }
  #corporate .corporate__incu .incuBlock__cardWrap {
    flex-direction: column;
  }
  #corporate .corporate__incu .incuBlock .card {
    padding: 20px 15px;
  }
  #corporate .corporate__incu .incuBlock .card__ttl {
    margin-bottom: 10px;
    font-size: 15px;
  }
  #corporate .corporate__incu .incuBlock .card__img {
    width: 182.5px;
    margin: 0 auto 20px;
  }
  #corporate .corporate__incu .incuBlock .card__text {
    margin-bottom: 20px;
    line-height: 1.7857142857;
  }
  #corporate .corporate__incu .incuBlock .card__list {
    padding: 15px;
    line-height: 1.9166666667;
  }
  #corporate .corporate__incu .incuBlock .list {
    padding-left: 40px;
  }
  #corporate .corporate__incu .incuBlock .list::before {
    width: 40px;
    font-size: 17.5px;
  }
  #corporate .corporate__incu .incuBlock .list dl dt, #corporate .corporate__incu .incuBlock .list dl dd {
    padding: calc((20px + 0.2em) / 2) 10px calc((20px - 0.2em) / 2);
  }
  #corporate .corporate__incu .incuBlock .list dl dt {
    font-size: 13px;
    line-height: 1.5384615385;
  }
  #corporate .corporate__incu .incuBlock__projectWrap {
    padding: 60px 0;
  }
  #corporate .corporate__incu .incuBlock .project {
    padding: 0 20px;
  }
  #corporate .corporate__incu .incuBlock .project:not(:first-child) {
    margin-top: 50px;
  }
  #corporate .corporate__incu .incuBlock .project__inner {
    width: 100%;
  }
  #corporate .corporate__incu .incuBlock .project__ttl {
    gap: 2.5px;
    margin-bottom: 30px;
    font-size: 15px;
  }
  #corporate .corporate__incu .incuBlock .project__ttl .num::after {
    font-size: 17px;
  }
  #corporate .corporate__incu .incuBlock .project__ttl .bg {
    padding: 0.2em 10px 0;
  }
  #corporate .corporate__incu .incuBlock .project__catch {
    margin-bottom: 15px;
    font-size: 17.5px;
  }
  #corporate .corporate__incu .incuBlock .project__text {
    margin-bottom: 40px;
    line-height: 1.7857142857;
  }
  #corporate .corporate__incu .incuBlock .project__img {
    width: 312.5px;
    transform: translateX(42.5px);
  }
  #corporate .corporate__incu .incuBlock .project:nth-child(even) .project__img {
    transform: translateX(-20px);
  }
  #corporate .corporate__incu .incuBlock.bg-blue .incuBlock__ttlWrap {
    margin-bottom: 40px;
  }
  #corporate .corporate__incu .incuBlock.bg-lightBlue .incuBlock__ttlWrap {
    margin-bottom: 30px;
  }
  #corporate .corporate__incu .incuBlock--mission::before {
    width: 209.43px;
    height: 48.1px;
  }
  #corporate .corporate__incu .incuBlock--mission .incuBlock__content {
    padding-bottom: 117.5px;
  }
  #corporate .corporate__incu .incuBlock--mission .incuBlock__kv {
    width: 320px;
    transform: translate(35px, -20px);
  }
  #corporate .corporate__incu .incuBlock--mission .incuBlock__text {
    margin-top: 10px;
  }
  #corporate .corporate__incu .incuBlock--purpose::before {
    width: 228.215px;
    height: 48.1px;
  }
  #corporate .corporate__incu .incuBlock--purpose .incuBlock__kv {
    top: -322.5px;
    right: 0;
    width: 310px;
  }
  #corporate .corporate__incu .incuBlock--purpose .incuBlock__text {
    padding-top: 30px;
  }
  #corporate .corporate__incu .incuBlock--purpose .incuBlock__img {
    max-width: 300px;
    margin: 0 auto;
  }
  #corporate .corporate__incu .incuBlock--businessDomain::before {
    width: 352.3px;
    height: 37px;
  }
  #corporate .corporate__incu .incuBlock--businessDomain .incuBlock__content {
    padding-bottom: 178px;
  }
  #corporate .corporate__incu .incuBlock--businessDomain .incuBlock__kv {
    width: 320px;
    transform: translate(35px, -20px);
  }
  #corporate .corporate__incu .incuBlock--businessDomain .incuBlock__text {
    margin-top: 10px;
  }
  #corporate .corporate__incu .incuBlock--theme::before {
    width: 171.08px;
    height: 46.8px;
  }
  #corporate .corporate__incu .incuBlock--theme .incuBlock__kv {
    top: -342.5px;
    right: 0;
    width: 320px;
  }
  #corporate .corporate__incu .incuBlock--theme .incuBlock__text {
    padding-top: 30px;
  }
  #corporate .corporate__incu .incuFootImg {
    height: 105px;
  }
  #corporate .corporate__incu .incuFootImg img {
    aspect-ratio: 750/210;
  }
  #corporate .corporate__incu .related-link .related-link__list.corporate__inner {
    padding: 40px 20px !important;
  }
  #corporate .corporate__incu .related-link .related-link__list.corporate__inner li .related-link__txt {
    padding-left: 24px;
  }
  #corporate .corporate__incu .related-link .related-link__list.corporate__inner li:last-child {
    margin-bottom: 0;
  }
  .service-engineering .inner {
    padding: 0 20px;
  }
  .service-engineering .kv {
    height: 340px;
    background: url(../img/corporate/service-engineering/kv_sp.jpg) no-repeat center/cover;
  }
  .service-engineering .kv h1 {
    padding-top: 120px;
    padding-left: 0;
    font-size: 28px;
  }
  .service-engineering .kv h1 span {
    font-size: 18px;
  }
  .service-engineering #technology_content .tec-list {
    padding-top: 40px;
  }
  .service-engineering .intro {
    padding: 50px 20px;
  }
  .service-engineering .intro::before {
    display: none;
  }
  .service-engineering .intro::after {
    display: none;
  }
  .service-engineering .intro h2 {
    padding: 0 10px;
    font-size: 22px;
    letter-spacing: 0.05em;
  }
  .service-engineering .intro h3 span {
    padding-bottom: 5px;
  }
  .service-engineering .intro h3 {
    line-height: 2;
  }
  .service-engineering .intro p {
    margin-top: 20px;
  }
  .service-engineering .nav {
    padding: 40px 0;
  }
  .service-engineering .nav ul {
    gap: 10px;
    flex-wrap: wrap;
  }
  .service-engineering .nav ul li {
    width: 100%;
  }
  .service-engineering #about {
    padding: 60px 0;
  }
  .service-engineering #about::before {
    width: 238px;
    height: 487px;
    background: url(../img/corporate/service-engineering/deco03_sp.svg) no-repeat center/contain;
  }
  .service-engineering #about::after {
    width: 238px;
    height: 487px;
    background: url(../img/corporate/service-engineering/deco03_sp.svg) no-repeat center/contain;
  }
  .service-engineering #about .sub-title {
    margin-top: 54px;
    font-size: 20px;
  }
  .service-engineering #about .card__list {
    width: calc(100% - 20px);
    padding: 40px 40px 40px 20px;
  }
  .service-engineering #about .card__list:nth-child(even) {
    padding: 40px 20px 40px 40px;
  }
  .service-engineering #about .card__list:nth-child(even) .number {
    left: 40px;
  }
  .service-engineering #about .card__list .number {
    top: -35px;
    left: 20px;
    width: 47px;
    height: 67px;
  }
  .service-engineering #about .card__list h3 {
    font-size: 20px;
    letter-spacing: 0.07em;
  }
  .service-engineering #about .card__list .box {
    gap: 25px;
    flex-wrap: wrap;
    margin-top: 15px;
  }
  .service-engineering #about .card__list .box p {
    width: 100%;
  }
  .service-engineering #about .card__list .box img {
    width: 100%;
  }
  .service-engineering #growth {
    padding: 60px 0;
  }
  .service-engineering #growth::before {
    width: 238px;
    height: 487px;
  }
  .service-engineering #growth::after {
    width: 238px;
    height: 487px;
  }
  .service-engineering #growth .case {
    gap: 63px;
    flex-wrap: wrap;
    margin-top: 53px;
  }
  .service-engineering #growth .case li {
    width: 100%;
  }
  .service-engineering #growth .case__box {
    flex-wrap: wrap;
    justify-content: center;
    padding: 30px 20px 0;
  }
  .service-engineering #growth .case__box .text {
    width: 100%;
  }
  .service-engineering #growth .case__flow {
    height: auto;
    margin-top: 30px;
    padding: 0 20px 30px;
  }
  .service-engineering #growth .case__flow dl dd {
    padding-left: 40px;
  }
  .service-engineering #growth .case__flow .comment {
    margin-top: 25px;
  }
  .service-engineering #interview {
    padding: 60px 0;
  }
  .service-engineering #interview::before {
    width: 238px;
    height: 487px;
    background: url(../img/corporate/service-engineering/deco03_sp.svg) no-repeat center/contain;
  }
  .service-engineering #interview::after {
    width: 238px;
    height: 487px;
    background: url(../img/corporate/service-engineering/deco03_sp.svg) no-repeat center/contain;
  }
  .service-engineering #interview .interviewbox {
    margin-top: 43px;
  }
  .service-engineering #interview .interviewbox__list:last-child .profile {
    padding-left: 20px;
  }
  .service-engineering #interview .interviewbox__list:last-child .detail {
    margin-top: -20px;
  }
  .service-engineering #interview .interviewbox__list .profile {
    width: calc(100% - 20px);
    padding: 30px 20px 60px 20px;
  }
  .service-engineering #interview .interviewbox__list .profile h3 {
    margin-bottom: 20px;
    font-size: 18px;
  }
  .service-engineering #interview .interviewbox__list .profile h3 span {
    display: inline !important;
  }
  .service-engineering #interview .interviewbox__list .profile h3 span.pc-on {
    display: none !important;
  }
  .service-engineering #interview .interviewbox__list img {
    position: static;
    width: calc(100% - 40px);
    margin: -20px 0 0 20px;
  }
  .service-engineering #interview .interviewbox__list .detail {
    margin-top: -20px;
    padding: 60px 20px 40px;
  }
  .service-engineering #interview .interviewbox__list .detail ul li {
    padding-left: 15px;
    line-height: 2.1;
  }
  .service-engineering #interview .interviewbox__list .detail ul li span {
    font-weight: normal;
  }
  .service-engineering #interview .interviewbox__list .detail ul li::before {
    top: 9px;
    width: 10px;
    height: 10px;
  }
  .service-engineering #event-info {
    padding-bottom: 40px;
  }
  .service-engineering #event-info .event__wrap {
    padding: 40px 20px;
  }
  .service-engineering #event-info .event__wrap h3 span {
    padding-bottom: 5px;
  }
  .service-engineering #event-info .event__wrap h3 {
    font-size: 19px;
    letter-spacing: 0.03em;
    line-height: 2;
  }
  .service-engineering #event-info .event__wrap .head {
    margin-top: 30px;
  }
  .service-engineering #event-info .event__wrap .box {
    gap: 20px;
    flex-wrap: wrap;
  }
  .service-engineering #event-info .event__wrap .box img {
    width: 100%;
  }
  .service-engineering #event-info .event__wrap .box .text p {
    margin-top: 15px;
  }
  .service-engineering #event-info .event__wrap .btn {
    width: 100%;
    height: 60px;
    font-size: 12px;
  }
  .service-engineering #event-info .event__wrap .btn::before {
    border-width: 5px 4px;
  }
  .service-engineering .title {
    width: 100%;
    padding: 40px;
  }
  .service-engineering .title::after {
    left: 20px;
  }
  .service-engineering .title h2 {
    font-size: 22px;
  }
  .it_solution-news .inner {
    padding: 0 20px;
  }
  .it_solution-news .kv {
    height: 166px;
    background: url(../img/corporate/news/kv_sp.jpg) no-repeat center/cover;
  }
  .it_solution-news .kv h1 {
    padding-top: 40px;
    font-size: 20px;
  }
  .it_solution-news .it_solution-news-cont {
    padding: 40px 0;
  }
  .it_solution-news .it_solution-news-cont .box {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  .it_solution-news .it_solution-news-cont .box img {
    margin-top: 30px;
  }
  .it_solution-news .btnWrap {
    gap: 20px;
    flex-wrap: wrap;
    padding: 40px;
  }
  .it_solution-news .btnWrap a {
    width: 100%;
    height: 60px;
    font-size: 12px;
  }
  .it_solution-news .btnWrap a::before {
    border-width: 5px 4px;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .kv-anim__grid .pc-on {
    display: none;
  }
  .kv-anim__grid img.sp-on,
.kv-anim__grid li.sp-on {
    display: block !important;
  }
  .pc-on {
    display: none;
  }

  .sp-on {
    display: block !important;
  }
}
@media screen and (min-width: 1280px) {
  #corporate-technology .index .kv__img {
    right: inherit;
    left: calc(50% - 90px);
  }
}
@media screen and (min-width: 1200px) {
  #corporate-technology .index .cont .box__list li span {
    font-size: 16px;
  }
}