@charset "utf-8";

.c-sub-title--center {
  text-align: center;
}
.c-sub-title--center::after {
  right: 0;
  margin: 0 auto;
}
.c-solusions-list {
  padding: 0;
  gap: 2rem;
}
.c-solusions-list > li {
  background-color: #fff;
  width: calc((100% - 2rem * 2) / 3);
  display: grid;
  grid-template-rows: 41% 6rem 20rem;
}
.c-solusions-list > li > figure > img {
  width: 100%;
}
.c-solusions-list > li .p-home-solution-list__text {
  padding: 1.4rem 2rem 2rem 2rem;
  line-height: 1.8;
  font-weight: 400;
}
.c-solusions-list > li .p-home-solution-list__ttl {
  color: #3669a3;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.6;
  margin: 1.4rem 0 0 0;
}
.c-solusions {
  position: relative;
}
.c-solusions::before {
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #edf2f8 transparent transparent transparent;
  border-width: 85px 85px 0px 86px;
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.c-proposal {
  padding-top: 11rem;
}
.c-proposal .c-consultant-services__inner > h2 {
  font-size: 2.6rem;
}
.c-proposal .c-consultant-services__inner > h2 > span {
  display: block;
  font-size: 1.8rem;
  margin-top: 2rem;
  line-height: 2;
}
.c-proposal .c-sub-title--art::after {
  content: none;
  margin: 2rem 0 0 0;
}
.c-proposal-list {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.c-proposal-list > li {
  padding: 3rem;
  display: flex;
  gap: 3rem;
}
.c-proposal-list__item__txt {
  width: 50%;
  line-height: 1.8;
}
.c-proposal-list > li > figure {
  flex: 1;
}
.c-proposal-list__item__txt > span {
  display: block;
  color: #3669a3;
  font-weight: 700;
  padding: 1.5rem 0;
  margin-bottom: 1.5rem;
  border-bottom: solid 1px #fff;
  font-size: 1.5rem;
}
.c-theme-service-box {
  background-color: #fff;
  padding: 3rem 3rem;
}
.c-theme-service-box > h3 {
  color: #3669a3;
  font-size: 1.8rem;
  padding-bottom: 1.4rem;
}
.c-theme-service-box > h3+.c-txt-base {
  padding-bottom: 3rem;
}
.c-button-flex {
  margin: 3rem 0 1rem;
  display: flex;
  gap: 5rem;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}
.c-theme-service-box figure img {
  max-width: 80%;
  width: fit-content;
  margin: 0 auto;
  display: block;
}
.c-button-flex > li.button-orange {
  background-color: #F49729;
}
.c-button-flex > li.button-orange > a {
  border: 2px solid #F49729;
  display: inline-block;
  padding: 1rem 0;
  min-width: 24rem;
  border-radius: 3px;
  text-align: center;
  color: #fff;
  font-weight: 500;
  font-size: 1.2rem;
  transition: all 0.2s;
  background: url(../img/theme/icon_arrow-fff.png) no-repeat 95%;
}
.c-button-flex > li.button-orange > a:hover {
  color: #F49729;
  background: #fff;
  border: 2px solid #F49729;
}
.c-button-flex > li.button-navy {
  background-color: #07183F;
}
.c-button-flex > li.button-navy > a {
  border: 2px solid #07183F;
  display: inline-block;
  padding: 1rem 0;
  min-width: 24rem;
  border-radius: 3px;
  text-align: center;
  color: #fff;
  font-weight: 500;
  font-size: 1.2rem;
  transition: all 0.2s;
  background: url(../img/theme/icon_arrow-fff.png) no-repeat 95%;
}
.c-button-flex > li.button-navy > a:hover {
  color: #07183F;
  background: #fff;
  border: 2px solid #07183F;
}
.c-theme-service-box+.c-theme-service-box {
  margin-top: 5rem;
}
.theme .c-consultant-services__inner {
  padding-bottom: 7rem;
  width: 90%;
}
.theme .box_chart .chart_flex {
  flex-wrap: wrap;
}
.theme p {
  line-height: 1.9;
  font-weight: 400;
  font-size: 16px;
}
.p-dl--list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.p-dl--list--item {
  display: grid;
  grid-template-rows: subgrid;
  gap: 0;
  transition: 0.3s;
}
.p-dl--list--item--img {
  position: relative;
  margin-bottom: 20px;
  padding-top: 56.25%;
  overflow: hidden;
}
.p-dl--list--item--title {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: clamp(16px, 0.9375vw, 18px);
  line-height: 1.692;
}
.p-dl--list--item--category {
  display: inline;
  margin: 0 auto 10px 0;
  padding: 0.1rem 1.2rem;
  background: #08193E;
  color: #ffffff;
  font-size: clamp(10px, 0.677vw, 13px);
  line-height: 1;
  text-align: center;
  padding: 0.5em 1.7857142857em;
  border-radius: 9999px;
}
.theme .c-case-list {
  margin-top: 0 !important;
  flex-wrap: wrap;
}
.theme .c-case-list .c-case-list__item > a {
  height: auto;
}
.theme .c-case-list .c-case-list__item__img img {
  margin: 0 !important;
}
.theme .c-marker--bgNavy,
.theme .c-txt-base--small {
  line-height: unset;
  font-size: unset;
}
.theme .c-case-list__item__detail .c-txt-base--bold {
  font-weight: bold;
}
.theme .c-txt-base--small.c-txt-base--bold {
  margin-bottom: 1.1403321217em;
}
.theme .c-marker--bgNavy > span {
  background-color: #173576;
  min-width: 50%;
  text-align: center;
}
.theme .box-flex {
  display: flex;
  gap: 4rem;
}
.theme .box-flex .holdings_img {
  width: auto;
}
.theme .box-flex .c-txt-base {
  flex: 1;
  line-height: 1.65;
}
.theme .service_lower .con_holdings .box_chart .c-txt-base--white {
  padding: 1em 2em;
  font-size: 1.4rem;
  line-height: 1.5;
}
.c-case-column .c-case-list {
  margin-bottom: 2rem;
}
.theme .c-case-column .c-case-list__item__img img {
  margin-top: -50px !important;
  margin-bottom: -50px !important;
}
.theme .c-button-text a::after {
  content: none;
}
.pd-top0 {
  padding-top: 0 !important;
}
.theme .c-consultant-list__item__name {
  font-weight: 600;
}
.theme .p-article__item__date__time {
  font-size: .9rem;
}
.theme .p-article__item__tag__label {
  font-weight: 400;
}

@media screen and (max-width:767px) {
  .theme .box-flex {
    flex-direction: column;
  }
  .c-solusions-list {
    flex-direction: column;
  }
  .c-solusions-list > li {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .c-proposal .c-consultant-services__inner > h2 {
    font-size: 1.6rem;
  }
  .c-proposal .c-consultant-services__inner > h2 > span {
    font-size: 1.4rem;
    margin-left: 0;
    line-height: 1.5;
  }
  .c-proposal-list > li {
    flex-direction: column-reverse;
    padding: 2rem;
    gap: 0rem;
  }
  .c-proposal-list__item__txt {
    width: 100%;
  }
  .c-theme-service-box {
    padding: 2rem;
  }
  .c-button-flex {
    gap: 2rem;
  }
  .c-button-flex > li {
    width: 100%;
  }
  .c-button-flex > li > a {
    width: 100%;
    min-width: unset!important;
  }
  .theme .box_chart .chart_flex .box_txt {
    padding-bottom: 2rem;
  }
  .theme .service_lower .con_holdings .box_chart .c-txt-base--white {
    padding: 1rem;
  }
  .theme .c-meeting-bnr.pd {
    padding: 4rem 2rem 0;
  }
  .theme .c-consultant-services__inner {
    padding-bottom: 4rem;
  }
  .theme .c-case {
    padding-top: 4rem;
  }
  .c-solusions::before {
    border-width: 40px 85px 0px 86px;
  }
  .theme .c-case-list .c-case-list__item__img img {
    width: 100% !important;
  }
  .theme .c-marker--bgNavy > span {
    width: 100%;
  }
  .theme .c-case-column .c-case-list .c-case-list__item > a .c-case-list__item__img {
    max-height: 26rem;
  }
  .theme .c-consultant.p-foreignoperation-strategy__consultant .c-consultant-list__item a .c-txt-base--small {
    font-size: 1.3rem !important;
  }
  .p-home-solution-list li {
    margin-bottom: 0;
  }
}

.c-theme-case {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.c-theme-case__item {
  display: flex;
  flex-direction: column;
  width: calc((100% - 40px) / 2);
}
.c-theme-case__item--head {
  background: #3669a3;
  padding: 20px;
  color: #fff;
  font-size: clamp(18px, 1.046vw, 20px);
}
.c-theme-case__item--head small {
  font-size: .8em;
}
.c-theme-case__item--body {
  background: #edf2f8;
  padding: 30px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.c-theme-case__item--body-title {
  font-size: clamp(18px, 1.458vw, 28px);
  font-weight: bold;
  color: #3669a3;
  margin-bottom: 30px;
}
.c-theme-case__item--body-txtbox {
  background: #fff;
  padding: 20px;
}
.c-theme-case__item--body-txtbox.txtbox-bofore {
  margin-bottom: 55px;
  position: relative;
}
.c-theme-case__item--body-txtbox.txtbox-bofore::after {
  content: '';
  display: block;
  width: 40px;
  height: 20px;
  background: #3669a3;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  left: 50%;
  bottom: -41px;
  transform: translateX(-50%);
}
.c-theme-case__item--body-txtbox.txtbox-after {
  flex-grow: 1;
}
.c-theme-case__item--body-txtbox .label {
  color: #fff;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 20px;
}
.c-theme-case__item--body-txtbox.txtbox-bofore .label {
  background: #3d454b;
  padding: 0 10px;
  font-size: clamp(14px, 0.8333vw, 16px);
}
.c-theme-case__item--body-txtbox.txtbox-after .label {
  background: #f49729;
  padding: 0 12px;
  font-size: clamp(18px, 1.046vw, 20px);
}
@media screen and (max-width: 768px) {
  .c-theme-case__item {
    width: 100%;
  }
  .c-theme-case__item--body {
    padding: 20px;
  }
}