@charset "UTF-8";
/*---------------------------
/setting/size参照
---------------------------*/
/* min-width
-------------------------------------------------------------------------- */
/* max-width
-------------------------------------------------------------------------- */
/*黒：font*/
/*鮮やかな青：ベース*/
/*濃紺：リンク他*/
/*エメラルド：装飾他*/
/*赤：装飾他*/
/*bg：背景*/
/*グラデーション*/
/*文字グラデーション*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;700;900&display=swap");
.c_grad_font {
  background: -webkit-linear-gradient(0deg, #0768d4, #4fc8dc);
  color: #4ac2db;
}

em.c_grad_font {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

p.c_grad_font {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* ja
-------------------------------------------------------------------------- */
/* en
-------------------------------------------------------------------------- */
.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

.img_fit {
  width: 100%;
  height: auto;
}

.l-container {
  width: 90%;
  max-width: 78.397833369em;
  margin: 0 auto;
}

.c-btn-01 {
  display: block;
  width: 100%;
  max-width: 358px;
  margin: 0 auto;
  padding: 1rem 0 1rem 2rem;
  background: url(../img/ico_arrow_01.svg) no-repeat right 25px center #FFF;
  background-size: 16px 5px;
  box-shadow: 1px 1px 0px 0px rgba(0, 0, 0, 0.38);
  text-decoration: none;
  transition: 0.7s;
}
.c-btn-01:hover {
  opacity: 0.7;
}

.box_chart ul.noteO2 li {
  list-style: disc !important;
  text-indent: 0 !important;
}

.columnBlock.knowledgeBlock-home * {
  color: #000;
}

.columnBlock.knowledgeBlock-home {
  padding-bottom: 4em;
  background: #edf2f8;
}
.columnBlock.knowledgeBlock-home .c-button-text a:hover {
  color: #000;
  opacity: 0.7;
}
.columnBlock.knowledgeBlock-home .c-heading--black {
  border-bottom-color: #000;
}
.columnBlock.knowledgeBlock-home .c-marker--bgHazel > span {
  border: 1px solid #6E6E6E;
  background: #FFF;
  color: #08193e;
}
.columnBlock.knowledgeBlock-home .cs--next span, .columnBlock.knowledgeBlock-home .cs--prev span {
  border-color: #000;
}
.columnBlock.knowledgeBlock-home .cs--prev {
  left: 47%;
}
.columnBlock.knowledgeBlock-home .cs--next {
  left: 48%;
}

.c-case-list--harf-col {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  gap: 0;
}
.c-case-list--harf-col__item {
  width: 48%;
}
.c-case-list--harf-col__item a {
  display: block;
  text-decoration: none;
  transition: 0.7s;
}
.c-case-list--harf-col__item a:hover {
  opacity: 0.7;
}
.c-case-list--harf-col__item__detail {
  padding: 2rem 0 0 0;
}
.c-case-list--harf-col__item__ttl {
  padding-bottom: 1rem;
  font-weight: bold;
  font-size: 18px;
}
.c-case-list--harf-col__item__text {
  font-size: 16px;
}

.c-ctaArea-none {
  padding-bottom: 0 !important;
  background: none !important;
}

.c-information {
  margin-top: 9rem;
  background-color: #EBF0F6;
}
.c-information .c-title-base__ja2 {
  font-size: 272%;
  line-height: 1;
  letter-spacing: 3.8px;
}
.c-information .c-heading {
  padding-bottom: 4rem;
  border-bottom: none;
}

.c-txt-base em {
  font-size: 24px;
}

.c-webinar.c-glossary {
  padding-bottom: 8rem;
}

.p-about-mv {
  position: relative;
  padding: 8rem 0 15rem 0;
  border-top: 12px solid #AB1F24;
  background-color: #EBEDF2;
}
.p-about-mv-lead {
  padding-bottom: 3rem;
  font-weight: bold;
  font-size: clamp(18px, 1.046vw, 20px);
  line-height: 1.75;
  letter-spacing: 0.1em;
}
.p-about-mv h1 {
  padding-bottom: 3rem;
}
.p-about-mv h1 img {
  width: 100%;
  max-width: 386px;
}
.p-about-mv p {
  font-size: clamp(14px, 0.8333vw, 16px);
  line-height: 1.75;
  letter-spacing: 0.1em;
}
.p-about-mv__wrap {
  width: 58%;
}
.p-about-mv figure {
  position: absolute;
  top: 15%;
  left: 60%;
}
.p-about-mv figure img {
  width: 100%;
  max-width: 476px;
  height: auto;
}

.p-about-sec01 {
  position: relative;
}
.p-about-sec01 .l-container {
  margin-top: -10rem;
  padding: 4rem 4rem 6rem 4rem;
  background-color: #FFF;
}
.p-about-list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  gap: 0;
}
.p-about-list li {
  width: 31%;
}
.p-about-list li figure {
  padding-bottom: 2rem;
}
.p-about-list__ttl {
  font-size: clamp(14px, 0.8333vw, 16px);
  line-height: 1.75;
  letter-spacing: 0.1em;
}
.p-about-sec02 {
  padding-bottom: 4rem;
}
.p-about-list2 {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  gap: 0;
}
.p-about-list2 li {
  width: 48%;
  padding: 3rem;
  background-color: #EBEDF2;
  letter-spacing: 0.1em;
  text-align: center;
}
.p-about-list2 li h4 {
  padding: 1.5rem 0;
  color: #AB1F24;
  font-weight: bold;
  font-size: clamp(18px, 1.25vw, 24px);
}
.p-about-list2 li:nth-child(2) {
  background-color: #EDEDED;
}
.p-about-list2 li:nth-child(2) h4 {
  color: #111;
}
.p-about-list2__logo {
  height: 130px;
  padding-top: 5px;
  background-color: #FFF;
  text-align: center;
}
.p-about-list2__logo img {
  width: 80%;
  max-width: 315px;
  height: auto;
}
.p-about-list2__logo2 {
  height: 130px;
  padding-top: 40px;
  background-color: #FFF;
  font-size: 30px;
  text-align: center;
}
.p-about-list2__ttl {
  font-size: clamp(14px, 0.8333vw, 16px);
  line-height: 1.75;
  letter-spacing: 0.1em;
}
.p-about-list2__wrap1 {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  margin-top: 2rem;
  padding: 1.5rem;
  gap: 0;
  background-color: #AB1F24;
  color: #FFF;
  font-weight: bold;
}
.p-about-list2__wrap1 p {
  margin: auto 0;
  text-align: left;
}
.p-about-list2__wrap1 figure {
  width: 100px;
}
.p-about-list2__wrap2 {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  margin-top: 2rem;
  padding: 1.5rem;
  gap: 0;
  background-color: #999999;
  color: #FFF;
  font-weight: bold;
}
.p-about-list2__wrap2 p {
  margin: auto 0;
  text-align: left;
}
.p-about-list2__wrap2 figure {
  width: 100px;
}
.p-about-sec03 {
  padding-bottom: 8rem;
}
.p-about-list3 {
  position: relative;
  margin-top: 4rem;
}
.p-about-list3 ul {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  gap: 0;
}
.p-about-list3 ul li {
  width: 48%;
  margin-bottom: 4%;
  padding: 3rem 3rem 6rem 3rem;
  background-color: #EBEDF2;
}
.p-about-list3 ul li:nth-child(n+3) {
  padding: 6rem 3rem 3rem 3rem;
}
.p-about-list3__ttl {
  position: absolute;
  top: calc(48% - 68px);
  left: calc(50% - 255px);
  width: 80%;
  max-width: 510px;
  height: 137px;
  padding-top: 25px;
  border-radius: 70px;
  background-color: #FFF;
  font-weight: bold;
  font-size: clamp(18px, 1.458vw, 28px);
  text-align: center;
}
.p-about-list3__ttl img {
  width: 128px;
  height: auto;
}
.p-about-list3__ttl2 {
  padding-bottom: 0.5em;
  border-bottom: 1px solid #222;
  font-weight: bold;
  font-size: clamp(18px, 1.25vw, 24px);
  letter-spacing: 0.05em;
  text-align: center;
}
.p-about-list3__ttl3 {
  padding-top: 0.5em;
  font-weight: bold;
  font-size: clamp(14px, 0.8333vw, 16px);
  letter-spacing: 0.2em;
  text-align: center;
}
.p-about-list3__ico {
  display: inline-block;
  margin-left: 10px;
  padding: 3px 5px 4px 5px;
  border: 1px solid #00005F;
  border-radius: 3px;
  background-color: #FFF;
  color: #00005F;
  font-size: 12px;
  line-height: 1;
}
.p-about-list3__wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  padding-top: 2rem;
  gap: 0;
}
.p-about-list3__wrap table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 8px;
}
.p-about-list3__wrap table td {
  width: 100%;
  height: 60px;
  padding: 10px;
  background-color: #FFF;
  font-size: 12px;
  vertical-align: middle;
}
.p-about-list3__merit {
  width: 49%;
  background-color: #D58F91;
}
.p-about-list3__merit__ttl {
  padding: 5px 0;
  background-color: #AB1F24;
  color: #FFF;
  font-weight: bold;
  font-size: 15px;
  text-align: center;
}
.p-about-list3__demerit {
  width: 49%;
  background-color: #BAC5DB;
}
.p-about-list3__demerit__ttl {
  padding: 5px 0;
  background-color: #506A9F;
  color: #FFF;
  font-weight: bold;
  font-size: 15px;
  text-align: center;
}
.p-about-sec04 {
  padding: 8rem 0;
  border-top: 20px solid #00005F;
  border-bottom: 20px solid #AB1F24;
}
.p-about-sec04 h3 {
  margin-bottom: 4rem;
  font-weight: bold;
  font-size: clamp(18px, 1.458vw, 28px);
}
.p-about-list4 {
  overflow: hidden;
}
.p-about-list4 li {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 3rem;
  float: left;
}
.p-about-list4 li a {
  display: block;
  text-decoration: none;
  transition: 0.7s;
}
.p-about-list4 li a:hover {
  opacity: 0.7;
}
.p-about-list4 li:nth-child(3n) {
  margin-right: 0;
}
.p-about-list4__ttl {
  padding-top: 1.5rem;
  font-weight: bold;
  font-size: clamp(16px, 0.9375vw, 18px);
}

#about .c-sub-title--art::after {
  background-color: #AB1F24;
}

#about h3.c-sub-title--medium {
  margin-bottom: 3rem;
}

#about .p-about-sec04 .p-about-list4 a[target="_blank"] .p-about-list4__ttl {
  position: relative;
  display: inline-block;
}
#about .p-about-sec04 .p-about-list4 a[target="_blank"] .p-about-list4__ttl::after {
  content: url(/finance/images/icon_other_navy.svg);
  position: absolute;
  width: 16px;
  padding: 1px 0 0 10px;
  right: -20px;
}

.p-feature-lead {
  padding-bottom: 10rem;
  background: url(../img/feature/bg-p-feature.png) no-repeat center top;
  background-size: cover;
  color: #fff;
}
.p-feature-lead p {
  font-size: 16px;
  line-height: 1.75;
}
.p-feature-lead .overrall_img {
  padding-top: 5rem;
}
.p-feature-lead-wrap {
  padding-bottom: 4rem;
}
.p-feature-lead2 {
  padding: 8rem 0;
}
.p-feature-lead2__h2 {
  font-size: clamp(18px, 1.354vw, 26px);
}
.p-feature-lead2__subttl {
  margin-bottom: 3rem;
  font-weight: bold;
  font-size: clamp(18px, 1.046vw, 20px);
}
.p-feature-lead2 p {
  font-size: clamp(14px, 0.8333vw, 16px);
  line-height: 1.75;
}
.p-feature-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  padding-top: 5rem;
  gap: 0;
}
.p-feature-wrap_l {
  width: 48%;
}
.p-feature-wrap_l .c-consultant-services-list__item {
  width: 100%;
}
.p-feature-wrap_l .c-consultant-services-list__item:nth-child(2) {
  border-top: none;
}
.p-feature-wrap_l .c-consultant-services-list__item__img::before {
  padding-bottom: 50%;
}
.p-feature-wrap_r {
  width: 48%;
  padding: 4rem 0;
  border-top: 1px solid #6e6e6e;
  border-bottom: 1px solid #6e6e6e;
}
.p-feature-wrap_r h3 {
  text-align: center;
}
.p-feature-wrap_r figure {
  width: 50%;
  max-width: 300px;
  margin: 3rem auto;
}
.p-feature-wrap_r p {
  padding: 0 1rem 3rem 1rem;
}
.p-feature-wrap_r ul {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  padding: 0 0 0 2em;
  gap: 0;
}
.p-feature-wrap_r ul li {
  width: 45%;
  padding-bottom: 0.5rem;
  list-style: disc;
}
.p-feature-wrap_r ul li a {
  color: #00005f;
  font-size: clamp(12px, 0.729vw, 14px);
  text-decoration: none;
}
.p-feature-wrap_r ul li a[target="_blank"] {
  position: relative;
}
.p-feature-wrap_r ul li a[target="_blank"]::after {
  content: url(/finance/images/icon_other_navy.svg);
  position: absolute;
  width: 10px;
  padding: 1px 0 0 10px;
  right: -15px;
}
.p-feature-btn {
  width: 100%;
  max-width: 358px;
  margin: 3rem auto 0 auto;
}
.p-feature-btn a {
  display: block;
  position: relative;
  padding: 2rem 2rem;
  box-shadow: 0px 0px 18px 0 rgba(0, 0, 0, 0.1);
  text-decoration: none;
  transition: 0.7s;
}
.p-feature-btn a:hover {
  opacity: 0.7;
}
.p-feature-btn a::after {
  display: inline-block;
  position: absolute;
  top: calc(50% - 4px);
  right: 2rem;
  width: 16px;
  height: 5px;
  background: url(../img/ico_arrow_01.svg) no-repeat center top;
  background-size: contain;
  content: "";
}
.p-feature-cta-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  margin-bottom: 8rem;
  gap: 0;
  border: 1px solid #08193e;
}
.p-feature-cta h2 {
  display: inline-block;
  padding: 0.5rem 2rem;
  background-color: #00005f;
  color: #fff;
  font-size: 16px;
}
.p-feature-cta figure {
  width: 25%;
  padding: 2rem 0 0 0;
  text-align: right;
}
.p-feature-cta figure img {
  width: 60%;
  box-shadow: 0px 0px 18px 0 rgba(0, 0, 0, 0.1);
}
.p-feature-cta__ttl {
  width: 40%;
  margin: auto;
  text-align: center;
}
.p-feature-cta__ttl h3 {
  font-weight: bold;
  font-size: 22px;
}
.p-feature-cta-list {
  width: 35%;
  padding: 2rem 2rem 0 2rem;
  background-color: #e6e8ec;
}
.p-feature-cta-list li {
  margin-bottom: 2rem;
}
.p-feature-cta-list li a {
  display: block;
  position: relative;
  padding: 1.5rem 2rem;
  border: 1px solid #dadce2;
  background-color: #fff;
  color: #000;
  text-decoration: none;
  transition: 0.7s;
}
.p-feature-cta-list li a:hover {
  opacity: 0.7;
}
.p-feature-cta-list li a.link_out::after {
  display: block;
  position: absolute;
  top: calc(50% - 8px);
  right: 25px;
  width: 16px;
  height: 16px;
  background: url(../img/ico_out.svg) no-repeat center center;
  content: "";
}
.p-feature-cta-list li a.link_in::after {
  display: block;
  position: absolute;
  top: calc(50% - 8px);
  right: 25px;
  width: 16px;
  height: 16px;
  background: url(../img/ico_arrow_01.svg) no-repeat center center;
  content: "";
}
.p-feature-cta__subttl {
  font-weight: bold;
  font-size: 16px;
}

main#contents {
  display: block;
}

.p-mainview__first-visit {
  height: 0 !important;
}

.p-home-mv {
  position: relative;
  padding-bottom: 4rem;
}
.p-home-mv .c-btn-01 {
  padding: 2rem 0 2rem 2rem;
}
.p-home-mv__slide .swiper-slide {
  color: #FFF;
}
.p-home-mv__slide .l-container {
  display: flex;
  align-items: center;
  height: 645px;
}
.p-home-mv__slide .mv_01 {
  background: url(../img/top/mv_01.jpg) no-repeat center center;
  background-size: cover;
}
.p-home-mv__slide .mv_02 {
  background: url(../img/top/mv_02.jpg) no-repeat center center;
  background-size: cover;
}
.p-home-mv__slide .mv_03 {
  background: url(../img/top/mv_03.jpg) no-repeat center center;
  background-size: cover;
}
.p-home-mv__slide .mv_04 {
  background: url(../img/top/mv_pro-market.jpg) no-repeat center center;
  background-size: cover;
}
.p-home-mv__slide .mv_05 {
  background: url(../img/top/mv_04.jpg) no-repeat center center;
  background-size: cover;
}
.p-home-mv__slide .mv_06 {
  background: url(../img/top/mv_05.jpg) no-repeat center center;
  background-size: cover;
}
.p-home-mv__slide .mv_07 {
  background: url(../img/top/mv_06.jpg) no-repeat center center;
  background-size: cover;
}
.p-home-mv__slide .mv_08 {
  background: url(../img/top/mv_07.jpg) no-repeat center center;
  background-size: cover;
}
.p-home-mv__slide .mv_09 {
  background: url(../img/top/mv_08.jpg) no-repeat center center;
  background-size: cover;
}
.p-home-mv__slide h1 {
  margin-bottom: 2rem;
  font-weight: 500;
  font-size: 98px;
  line-height: 1.1;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  letter-spacing: 0.05em;
}
.p-home-mv__slide h1 span {
  font-size: 50%;
}
.p-home-mv__slide h2 {
  margin-bottom: 2rem;
  font-weight: normal;
  font-size: 60px;
  letter-spacing: 0.05em;
}
.p-home-mv__slide h2 span {
  font-size: 50%;
}
.p-home-mv__slide h2.p-home-mv--mirai {
  line-height: 1;
}
.p-home-mv-pagination {
  position: absolute;
  left: 4rem !important;
}
.p-home-mv-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 6px !important;
}
.p-home-mv-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #173576;
}
.p-home-mv__subttl {
  font-size: 32px;
  padding: 12px;
  background-color: rgba(8,25,62,0.7);
  display: inline-block;
}
.p-home-mv__wrap.right {
  text-align: right;
}
.p-home-mv__wrap.right .l-container {
  justify-content: right;
}
.p-home-mv__wrap.left .c-btn-01 {
  margin-left: 0;
  margin-right: auto;
}
.p-home-mv__wrap.right .c-btn-01 {
  margin-right: 0;
  margin-left: auto;
  text-align: left;
}
@media (max-width: 768px) {
  .p-home-mv__wrap.left .c-btn-01,
  .p-home-mv__wrap.right .c-btn-01 {
    margin: auto;
  }
  .p-home-mv .c-btn-01 {
    padding: 1rem 0 1rem 2rem;
  }
}
.p-home-mv__en {
  font-size: 22px;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.5em;
}
.p-home-mv__text {
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 2;
}
.p-home-solution {
  padding: 8rem 0 0 0;
  background: url(../img/top/bg_solution_01.png) no-repeat 0 0 #08193E;
  background-size: cover;
  color: #FFF;
  line-height: 1.8;
}
.p-home-solution__inner_02 {
  padding: 4rem 0 8rem 0;
  background: url(../img/top/bg_solution_02.png) no-repeat 0 bottom #08193E;
  background-size: cover;
}
.p-home-solution__wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  gap: 0;
}
.p-home-solution__wrap h2 {
  width: 30%;
  max-width: 344px;
  margin: 0;
  padding: 0;
}
.p-home-solution__item {
  width: 56%;
  margin: auto 0;
}
.p-home-solution-list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 7rem 0 3rem 0;
  gap: 8%;
}
.p-home-solution-list li {
  width: 28%;
  margin-bottom: 4%;
}
.p-home-solution-list li a {
  color: #FFF;
  text-decoration: none;
}
.p-home-solution-list__ttl {
  margin: 1.5rem 0;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
}
.p-home-solution h3 {
  margin-bottom: 4rem;
  font-weight: bold;
  font-size: 28px;
  text-align: center;
}
.p-home-solution__wrap2 {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  gap: 0;
}
.p-home-solution__wrap2 figure {
  order: 2;
  width: 58%;
}
.p-home-solution__wrap2_l {
  order: 1;
  width: 38%;
  margin: auto 0;
}
.p-home-solution__wrap2 h4 {
  font-weight: bold;
  font-size: 20px;
}
.p-home-btn {
  padding-top: 5rem;
}
.p-home-about {
  padding: 8rem 0;
  background: url(../img/top/bg_about.jpg) no-repeat 0 bottom;
  background-size: cover;
}
.p-home-about h2 {
  text-align: center;
}
.p-home-about h2 img {
  width: 100%;
  max-width: 370px;
  height: auto;
}
.p-home-about__wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  padding-top: 4rem;
  gap: 0;
}
.p-home-about__wrap figure {
  width: 50%;
}
.p-home-about__wrap_r {
  width: 44%;
  margin: auto 0;
}
.p-home-about__wrap_r h3 {
  margin-bottom: 1rem;
  font-weight: bold;
  font-size: 20px;
}

.p-service-top-list {
  padding-top: 5rem;
}
.p-service-top-list__wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  padding-bottom: 6rem;
  gap: 0;
}
.p-service-top-list__wrap figure {
  width: 46%;
}
.p-service-top-list__wrap h2 {
  margin-bottom: 1.5rem;
  color: #173576;
  font-weight: bold;
  font-size: 24px;
}
.p-service-top-list__wrap.left figure {
  order: 2;
}
.p-service-top-list__item {
  width: 50%;
}
.p-service-top-list__num {
  color: #D7E1EC;
  font-size: 130px;
  line-height: 1;
  font-family: "Roboto", sans-serif;
}

.service_lower .c-webinar {
  padding: 0;
}
.service_lower .p-service-intro__bg .lower_b8 {
  background-image: url(../img/service/bg_lower_b8.jpg);
}
.service_lower .p-service-intro__bg .lower_b9 {
  background-image: url(../img/service/bg_lower_b9.jpg);
}
.service_lower .p-service-intro__bg .lower_b10 {
  background-image: url(../img/service/bg_lower_b10.jpg);
}
.service_lower .p-service-intro__bg .lower_b11 {
  background-image: url(../img/service/bg_lower_b11.jpg);
}

.img_right_ab {
  position: absolute;
  left: 60%;
  width: 600px;
}

.service_lower .con_holdings .box_table tbody th, .service_lower .con_holdings .box_table tbody td, .service_lower .con_holdings .box_table thead th {
  border: 2px solid #A8A8A8;
}

.service_lower .con_holdings .box_table tbody th.bg_yellow1 {
  background: #8F7E1C;
  color: #FFF;
  font-size: clamp(16px, 0.9375vw, 18px);
}

.service_lower .con_holdings .box_table tbody td.bg_yellow2 {
  background: #BCB277;
  color: #FFF;
  font-size: clamp(14px, 0.8333vw, 16px);
}

.service_lower .con_holdings .box_table tbody td.bg_yellow3 {
  background: #E9E5D2;
  font-size: clamp(12px, 0.729vw, 14px);
}

.service_lower .con_holdings .box_table tbody th.bg_blue1 {
  background: #3669A3;
  color: #FFF;
  font-size: clamp(16px, 0.9375vw, 18px);
}

.service_lower .con_holdings .box_table tbody td.bg_blue2 {
  background: #7396BF;
  color: #FFF;
  font-size: clamp(14px, 0.8333vw, 16px);
}

.service_lower .con_holdings .box_table tbody td.bg_blue3 {
  background: #D7E1ED;
  font-size: clamp(12px, 0.729vw, 14px);
}

.service_lower .con_holdings .box_table tbody th.bg_blue4 {
  background: #173576;
  color: #FFF;
  font-size: clamp(16px, 0.9375vw, 18px);
}

.service_lower .con_holdings .box_table tbody td.bg_blue5 {
  background: #5D729F;
  color: #FFF;
  font-size: clamp(14px, 0.8333vw, 16px);
}

.service_lower .con_holdings .box_table tbody td.bg_blue6 {
  background: #D1D7E4;
  font-size: clamp(12px, 0.729vw, 14px);
}

.service_lower .p-service-intro__bg .lower_policy-strategy {
  background-image: url(/finance/images/policy-strategy_bg_lower.jpg);
}

.c-card-base-list__item-point {
  display: grid;
  grid-template-rows: 140px 150px;
}

.c-card-base-list__item-point p:first-child {
  margin: auto;
}

.c-txt-base-a {
  margin-bottom: 2rem;
}

.c-txt-base-point {
  border-top: 1px solid #173576;
  padding-top: 2rem;
  text-align: left;
}

.theme_flex-a {
  display: flex;
  gap: 4rem;
}

.theme_flex-a dl{
  margin-top: 1em;
  line-height: 2;
}

.theme_flex-a dl dd{
  text-indent: -1em;
  margin-left: 1em;
}

.u-mt--10 {
  margin-top: 1rem;
}

.u-mb--10 {
  margin-bottom: 1rem;
}

.u-mr--10 {
  margin-right: 1rem;
}

.u-ml--10 {
  margin-left: 1rem;
}

.u-mt--20 {
  margin-top: 2rem;
}

.u-mb--20 {
  margin-bottom: 2rem;
}

.u-mr--20 {
  margin-right: 2rem;
}

.u-ml--20 {
  margin-left: 2rem;
}

.u-mt--30 {
  margin-top: 3rem;
}

.u-mb--30 {
  margin-bottom: 3rem;
}

.u-mr--30 {
  margin-right: 3rem;
}

.u-ml--30 {
  margin-left: 3rem;
}

.u-mt--40 {
  margin-top: 4rem;
}

.u-mb--40 {
  margin-bottom: 4rem;
}

.u-mr--40 {
  margin-right: 4rem;
}

.u-ml--40 {
  margin-left: 4rem;
}

.u-mt--50 {
  margin-top: 5rem;
}

.u-mb--50 {
  margin-bottom: 5rem;
}

.u-mr--50 {
  margin-right: 5rem;
}

.u-ml--50 {
  margin-left: 5rem;
}

.u-mt--60 {
  margin-top: 6rem;
}

.u-mb--60 {
  margin-bottom: 6rem;
}

.u-mr--60 {
  margin-right: 6rem;
}

.u-ml--60 {
  margin-left: 6rem;
}

.u-mt--70 {
  margin-top: 7rem;
}

.u-mb--70 {
  margin-bottom: 7rem;
}

.u-mr--70 {
  margin-right: 7rem;
}

.u-ml--70 {
  margin-left: 7rem;
}

.u-mt--80 {
  margin-top: 8rem;
}

.u-mb--80 {
  margin-bottom: 8rem;
}

.u-mr--80 {
  margin-right: 8rem;
}

.u-ml--80 {
  margin-left: 8rem;
}

.u-mt--90 {
  margin-top: 9rem;
}

.u-mb--90 {
  margin-bottom: 9rem;
}

.u-mr--90 {
  margin-right: 9rem;
}

.u-ml--90 {
  margin-left: 9rem;
}

.u-mt--100 {
  margin-top: 10rem;
}

.u-mb--100 {
  margin-bottom: 10rem;
}

.u-mr--100 {
  margin-right: 10rem;
}

.u-ml--100 {
  margin-left: 10rem;
}

.u-mt--110 {
  margin-top: 11rem;
}

.u-mb--110 {
  margin-bottom: 11rem;
}

.u-mr--110 {
  margin-right: 11rem;
}

.u-ml--110 {
  margin-left: 11rem;
}

.u-mt--120 {
  margin-top: 12rem;
}

.u-mb--120 {
  margin-bottom: 12rem;
}

.u-mr--120 {
  margin-right: 12rem;
}

.u-ml--120 {
  margin-left: 12rem;
}

.u-mt--10 {
  margin-top: 1rem;
}

.u-mb--10 {
  margin-bottom: 1rem;
}

.u-mr--10 {
  margin-right: 1rem;
}

.u-ml--10 {
  margin-left: 1rem;
}

.u-mt--20 {
  margin-top: 2rem;
}

.u-mb--20 {
  margin-bottom: 2rem;
}

.u-mr--20 {
  margin-right: 2rem;
}

.u-ml--20 {
  margin-left: 2rem;
}

.u-mt--30 {
  margin-top: 3rem;
}

.u-mb--30 {
  margin-bottom: 3rem;
}

.u-mr--30 {
  margin-right: 3rem;
}

.u-ml--30 {
  margin-left: 3rem;
}

.u-mt--40 {
  margin-top: 4rem;
}

.u-mb--40 {
  margin-bottom: 4rem;
}

.u-mr--40 {
  margin-right: 4rem;
}

.u-ml--40 {
  margin-left: 4rem;
}

.u-mt--50 {
  margin-top: 5rem;
}

.u-mb--50 {
  margin-bottom: 5rem;
}

.u-mr--50 {
  margin-right: 5rem;
}

.u-ml--50 {
  margin-left: 5rem;
}

.u-mt--60 {
  margin-top: 6rem;
}

.u-mb--60 {
  margin-bottom: 6rem;
}

.u-mr--60 {
  margin-right: 6rem;
}

.u-ml--60 {
  margin-left: 6rem;
}

.u-mt--70 {
  margin-top: 7rem;
}

.u-mb--70 {
  margin-bottom: 7rem;
}

.u-mr--70 {
  margin-right: 7rem;
}

.u-ml--70 {
  margin-left: 7rem;
}

.u-mt--80 {
  margin-top: 8rem;
}

.u-mb--80 {
  margin-bottom: 8rem;
}

.u-mr--80 {
  margin-right: 8rem;
}

.u-ml--80 {
  margin-left: 8rem;
}

.u-mt--90 {
  margin-top: 9rem;
}

.u-mb--90 {
  margin-bottom: 9rem;
}

.u-mr--90 {
  margin-right: 9rem;
}

.u-ml--90 {
  margin-left: 9rem;
}

.u-mt--100 {
  margin-top: 10rem;
}

.u-mb--100 {
  margin-bottom: 10rem;
}

.u-mr--100 {
  margin-right: 10rem;
}

.u-ml--100 {
  margin-left: 10rem;
}

.u-mt--110 {
  margin-top: 11rem;
}

.u-mb--110 {
  margin-bottom: 11rem;
}

.u-mr--110 {
  margin-right: 11rem;
}

.u-ml--110 {
  margin-left: 11rem;
}

.u-mt--120 {
  margin-top: 12rem;
}

.u-mb--120 {
  margin-bottom: 12rem;
}

.u-mr--120 {
  margin-right: 12rem;
}

.u-ml--120 {
  margin-left: 12rem;
}

.u-margin--auto {
  margin-right: auto;
  margin-left: auto;
}

.u-text--center {
  text-align: center;
}

.u-text--left {
  text-align: left;
}

.u-text--right {
  text-align: right;
}

.u-sp {
  display: none;
}
.u-sp {
  display: none;
}
/*! Lity - v2.4.1 - 2020-04-26
* http://sorgalla.com/lity/
* Copyright (c) 2015-2020 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  outline: none !important;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  white-space: nowrap;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.lity.lity-opened {
  opacity: 1;
}

.lity.lity-closed {
  opacity: 0;
}

.lity * {
  box-sizing: border-box;
}

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  outline: none !important;
  text-align: center;
}

.lity-wrap:before {
  display: inline-block;
  height: 100%;
  margin-right: -0.25em;
  content: "";
  vertical-align: middle;
}

.lity-loader {
  z-index: 9991;
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -0.8em;
  color: #fff;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.lity-loading .lity-loader {
  opacity: 1;
}

.lity-container {
  display: inline-block;
  z-index: 9992;
  position: relative;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
  text-align: left;
  vertical-align: middle;
  white-space: normal;
}

.lity-content {
  z-index: 9993;
  width: 100%;
  transform: scale(1);
  transition: transform 0.3s ease;
}

.lity-loading .lity-content, .lity-closed .lity-content {
  transform: scale(0.8);
}

.lity-content:after {
  display: block;
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
  height: auto;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  content: "";
}

.lity-close {
  -webkit-appearance: none;
  z-index: 9994;
  position: fixed;
  top: 0;
  right: 0;
  width: 35px;
  height: 35px;
  padding: 0;
  border: 0;
  outline: none;
  background: none;
  box-shadow: none;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  line-height: 35px;
  font-family: Arial, Baskerville, monospace;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  cursor: pointer;
}

.lity-close::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.lity-close:hover, .lity-close:focus, .lity-close:active, .lity-close:visited {
  padding: 0;
  border: 0;
  outline: none;
  background: none;
  box-shadow: none;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  line-height: 35px;
  font-family: Arial, Baskerville, monospace;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.lity-close:active {
  top: 1px;
}

.lity-image img {
  display: block;
  max-width: 100%;
  border: 0;
  line-height: 0;
}

.lity-iframe .lity-container, .lity-youtube .lity-container, .lity-vimeo .lity-container, .lity-facebookvideo .lity-container, .lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px;
}

.lity-iframe-container {
  -webkit-overflow-scrolling: touch;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  transform: translateZ(0);
  pointer-events: auto;
}

.lity-iframe-container iframe {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.lity-hide {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./../img/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-style: normal;
  font-weight: normal;
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/../../img/slick.woff") format("woff"), url("./fonts/../../img/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-family: "slick";
}
/* Arrows */
.slick-prev,
.slick-next {
  display: block;
  position: absolute;
  top: 50%;
  width: 20px;
  height: 20px;
  padding: 0;
  transform: translate(0, -50%);
  border: none;
  outline: none;
  background: transparent;
  color: transparent;
  font-size: 0px;
  line-height: 0px;
  cursor: pointer;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 1;
}
.slick-prev:before,
.slick-next:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: white;
  font-size: 20px;
  line-height: 1;
  font-family: "slick";
  opacity: 1;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  /*margin-bottom: 30px;*/
}

.slick-dots {
  display: block;
  position: absolute;
  bottom: -25px;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  border: 0;
  outline: none;
  background: transparent;
  color: transparent;
  font-size: 0px;
  line-height: 0px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  color: black;
  font-size: 6px;
  line-height: 20px;
  font-family: "slick";
  text-align: center;
  opacity: 1;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 1;
}

/* Slider */
.slick-slider {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  display: block;
  position: relative;
  touch-action: pan-y;
  user-select: none;
}

.slick-list {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
}
.slick-track:before, .slick-track:after {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  height: 100%;
  min-height: 1px;
  float: left;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.js-slide {
  opacity: 0;
  transition: opacity 0.3s linear;
}

.js-slide.slick-initialized {
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
  .columnBlock.knowledgeBlock-home .cs--prev {
    left: inherit;
  }
  .columnBlock.knowledgeBlock-home .cs--next {
    left: inherit;
  }
  .c-information {
    padding-bottom: 4rem;
  }
  .c-information .c-title-base__ja2 {
    font-size: 150%;
  }
  .c-information .c-case-list--four-col__item {
    width: 48%;
  }
  .p-about-mv {
    padding: 4rem 0 15rem 0;
  }
  .p-about-mv h1 {
    text-align: center;
  }
  .p-about-mv h1 img {
    width: 80%;
  }
  .p-about-mv__wrap {
    width: 100%;
  }
  .p-about-mv figure {
    position: inherit;
    top: inherit;
    left: inherit;
    width: 100%;
    padding-top: 3rem;
    text-align: center;
  }
  .p-about-sec01 .l-container {
    padding: 2rem;
  }
  .p-about-list li {
    padding-bottom: 2rem;
  }
  .p-about-list li {
    width: 100%;
  }
  .p-about-list2 li {
    width: 100%;
  }
  .p-about-list2__wrap1 p {
    width: 70%;
  }
  .p-about-list2__wrap1 figure {
    width: 20%;
    margin: auto 0;
  }
  .p-about-list2__wrap2 p {
    width: 70%;
  }
  .p-about-list2__wrap2 figure {
    width: 20%;
    margin: auto 0;
  }
  .p-about-list3 ul li {
    width: 100%;
  }
  .p-about-list3 ul li:nth-child(1) {
    padding: 6rem 2rem 2rem;
  }
  .p-about-list3 ul li:nth-child(2) {
    padding: 2rem;
  }
  .p-about-list3 ul li:nth-child(n+3) {
    padding: 2rem;
  }
  .p-about-list3__ttl {
    position: inherit;
    top: inherit;
    left: inherit;
    margin: 0 auto -3rem auto;
  }
  .p-about-sec04 {
    padding: 4rem 0;
  }
  .p-about-list4 li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 4rem;
  }
  .p-about-list4 li:nth-child(3n) {
    margin-right: 4%;
  }
  .p-about-list4 li:nth-child(2n) {
    margin-right: 0;
  }
  .p-about-list4__ttl {
    font-size: clamp(14px, 0.8333vw, 16px);
  }
  .p-feature-wrap_l {
    width: 100%;
  }
  .p-feature-wrap_r {
    width: 100%;
  }
  .p-feature-wrap_r ul li {
    width: 100%;
  }
  .p-feature-cta figure {
    width: 100%;
    text-align: center;
  }
  .p-feature-cta__ttl {
    width: 100%;
    padding-bottom: 3rem;
  }
  .p-feature-cta__ttl h3 {
    margin-top: 2rem;
  }
  .p-feature-cta-list {
    width: 100%;
  }
  .p-home-mv__slide .l-container {
    height: 75vh;
  }
  .p-home-mv__slide h1 {
    font-size: 36px;
  }
  .p-home-mv__slide h2 {
    font-size: 26px;
  }
  .p-home-mv__subttl {
    font-size: 16px;
  }
  .p-home-mv__en {
    font-size: 18px;
  }
  .p-home-mv__text {
    font-size: 16px;
  }
  .p-home-solution__wrap h2 {
    width: 100%;
  }
  .p-home-solution__item {
    width: 100%;
    padding-top: 2rem;
  }
  .p-home-solution-list li {
    width: 100%;
    margin-bottom: 4rem;
  }
  .p-home-solution h3 {
    font-size: 20px;
    text-align: left;
    margin: 0;
  }
  .p-home-solution__wrap2 figure {
    order: 1;
    width: 100%;
    padding: 4rem 0;
  }
  .p-home-solution__wrap2_l {
    order: 2;
    width: 100%;
  }
  .p-home-about__wrap figure {
    width: 100%;
  }
  .p-home-about__wrap_r {
    width: 100%;
    padding-top: 2rem;
  }
  .p-service-top-list__wrap figure {
    width: 100%;
    padding-bottom: 2rem;
  }
  .p-service-top-list__wrap.left figure {
    order: 0;
  }
  .p-service-top-list__item {
    width: 100%;
  }
  .p-service-top-list__num {
    font-size: 65px;
  }
  .img_right_ab {
    position: relative;
    left: inherit;
    width: 100%;
    padding-top: 3rem;
  }
  .p-service-intro__heading-a {
    text-shadow: 1px 1px 5px #fff;
  }
  .c-txt-base-b {
    margin-bottom: 2rem;
  }
  .theme_flex-a {
    display: block;
  }
  .u-pc {
    display: none;
  }

  .u-sp {
    display: block;
  }

  br.u-sp {
    display: inline;
  }
  .u-pc {
    display: none;
  }

  .u-sp {
    display: block;
  }

  br.u-sp {
    display: inline;
  }
}

.bnrlayout_00 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-size: cover !important;
  gap: 30px;
  min-height: 160px;
  padding: 20px 30px 20px 60px;
  transition: .3s;
}
.bnrlayout_00:nth-child(n+2) {
  margin-top: 30px;
}
.bnrlayout_00.area-link:hover {
  opacity: 0.7;
}
.bnrlayout_00 .bnrlayout-cont {
  flex: 1;
}
@media all and (max-width: 768px) {
  .bnrlayout_00 {
    gap: 30px;
    padding: 20px 30px 20px 60px;
  }
}

.bnrlayout_00 .bnrlayout-cont .bnrlayout-cont_label span {
  color: #251939;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  background: #FFF;
  line-height: 1;
  padding: 10px 15px;
}
.bnrlayout_00 .bnrlayout-cont .bnrlayout-cont_head {
  font-size: 30px;
  font-weight: bold;
  color: #FFF;
}
.bnrlayout_00 .bnrlayout-cont .bnrlayout-cont_txt {
  font-size: 15px;
  color: #FFF;
  line-height: 1.7;
}
@media all and (max-width: 768px) {
  .bnrlayout_00 .bnrlayout-cont .bnrlayout-cont_label span {
    color: #251939;
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    background: #FFF;
    line-height: 1;
    padding: 10px 15px;
  }
  .bnrlayout_00 .bnrlayout-cont .bnrlayout-cont_head {
    font-size: 120%;
  }
  .bnrlayout_00 .bnrlayout-cont .bnrlayout-cont_txt {
    font-size: 15px;
    color: #FFF;
    line-height: 1.7;
  }
}

.bnrlayout_00.bnrlayout_v1 {
  padding: 0 30px 0 60px;
}
.bnrlayout_v1 .bnrlayout-cont_head {
  margin: 15px 0 20px 0;
}
.bnrlayout_v1 .bnrlayout-img {
  margin: 0 auto;
}
.bnrlayout_v1 .bnrlayout-img img {
  max-width: 100%;
}
@media all and (max-width: 768px) {
  .bnrlayout_00.bnrlayout_v1 {
    padding: 0 5% 30px 5%;
    flex-direction: column-reverse;
    gap: 0;
  }
}

.bnrlayout_v2 .bnrlayout-btn {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #FFF;
  padding: 10px;
  border-bottom: 1px solid #333;
  min-width: 200px;
}
.bnrlayout_v2 .bnrlayout-btn a {
  font-size: 14px;
  text-decoration: none;
}
.bnrlayout_v2 .bnrlayout-btn:after {
  content: url("/finance/images/bnrlayout_v2_icon.png");
  line-height: 0;
}
@media all and (max-width: 768px) {
  .bnrlayout_00.bnrlayout_v2 {
    padding: 30px 5%;
    flex-direction: column;
    background-position: center center !important;
  }
  .bnrlayout_00.bnrlayout_v2 .bnrlayout-cont .bnrlayout-cont_head {
    font-size: 22px;
  }
  .bnrlayout_v2 .bnrlayout-btn {
    padding: 8px 15px;
  }
  .bnrlayout_v2 .bnrlayout-btn a {
    font-size: 13px;
  }
}

.p-finance-bnr {
  position: relative;
}
.p-finance-bnr::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(9,25,61,1) 32%, rgba(255,255,255,0) 100%);
  position: absolute;
  top: 0;
  left: 0;
}
.p-finance-bnr a {
  text-decoration: none;
  position: relative;
  padding: 40px 70px;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.p-finance-bnr__title {
  font-size: 36px;
  font-weight: bold;
  color: #fff;
  line-height: 1.3;
  margin-bottom: 20px;
}
.p-finance-bnr__catch {
  color: #fff;
  font-size: 16px;
  margin-bottom: 30px;
}
.p-finance-bnr__btn {
  background: url(../img/ico_arrow_01.svg) no-repeat right 25px center/16px 5px #fff;
  width: 270px;
  padding: 15px 18px 15px 30px;
}
.p-finance-bnr.hr-education {
  background: url("/finance/images/p-finance-bnr-hr-education.png") left -210% center/cover no-repeat;
}

@media all and (max-width: 1280px) {
  .p-finance-bnr.hr-education {
    background: url("/finance/images/p-finance-bnr-hr-education.png") left -20% center/auto 100% no-repeat;
  }
}

@media all and (max-width: 768px) {
  .p-finance-bnr::before {
    background: linear-gradient(360deg, rgba(9,25,61,1) 47%, rgba(255,255,255,0) 100%);
  }
  .p-finance-bnr a {
    padding: 250px 20px 20px;
  }
  .p-finance-bnr__title {
    font-size: 22px;
  }
  .p-finance-bnr__btn {
    margin: auto;
  }
  .p-finance-bnr.hr-education {
    background: url("/finance/images/p-finance-bnr-hr-education.png") top center/260% auto no-repeat;
  }
}

.p-meeting__bnr {
  width: 100%;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
}
.p-meeting__bnr.management_meeting {
  background: url('/finance/images/bg_bnr_management_meeting.png') bottom -57px right 100%/cover no-repeat;
}
.p-meeting__bnr a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 45px 60px;
  text-decoration: none;
  color: #fff;
  text-align: left;
}
.p-meeting__bnr__text--catch {
  font-size: 18px;
}
.p-meeting__bnr__text--title {
  font-size: 30px;
  font-weight: bold;
  padding-top: 15px;
  margin-top: 20px;
  border-top: 1px solid #fff;
}
.p-meeting__bnr__arrow {
  margin-left: auto;
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-meeting__bnr.management_meeting {
    width: 90%;
    background: url('/finance/images/bg_bnr_management_meeting.png') top 0px right 100%/cover no-repeat;
  }
  .p-meeting__bnr a {
    flex-direction: column;
    align-items: baseline;
    padding: 30px;
  }
  .p-meeting__bnr__text--title {
    font-size: 25px;
  }
}

/* 250128 */
.c-feature {
    margin-top: 2.5rem;
}
.c-feature-title__catch {
    font-size: 20px;
    display: block;
}
.c-feature-title__main {
    font-size: 242%;
    letter-spacing: 3.8px;
}
.c-feature__inner {
    width: 90%;
    margin: auto;
    max-width: 78.397833369em;
}
.c-feature__title {
    font-size: 20px;
}
.c-feature--column {
    margin-bottom: 1.5rem;
}
.c-feature .c-marker--bgHazel span {
    border: 1px solid #6E6E6E;
    background: #FFF;
    color: #08193e;
}
.c-list-inline__item {
    border-bottom: 1px solid #ccc;
}
.c-list-inline__item a {
    display: flex;
    gap: 25px;
    text-decoration: none;
    align-items: baseline;
}
.c-list-inline__item:not(:first-child) a {
    padding-top: 1.1403321217em;
}
.c-feature--flex {
    display: flex;
    justify-content: space-between;
    margin-bottom: 3rem;
}
.c-feature--flex {
    display: flex;
    justify-content: space-between;
    margin-bottom: 3rem;
    flex-wrap: wrap;
    gap: 3rem 4rem;
}
.c-feature--flex__item {
    width: calc((100% - 4rem) / 2);
}
.c-feature--flex__item a {
    display: flex;
    align-items: center;
    gap: 15px;
    text-decoration: none;
}
.c-feature--flex__item--img {
    width: 150px;
}
.c-feature--flex__item--detail {
    width: calc(100% - 165px);
    font-size: 16px;
}
.c-feature .c-meeting-bnr {
    text-align: center;
}
#homepage .c-case.columnBlock.knowledgeBlock-home {
    margin-top: 3.5rem;
}
@media screen and (max-width: 768px) {
    .c-feature-title__main {
        font-size: 140%;
    }
    .c-list-inline__item a {
        flex-direction: column;
        gap: 10px;
        padding-bottom: 1em;
    }
    .c-list-inline__item a .c-marker {
        margin-bottom: 0;
    }
    .c-feature--flex {
        gap: 1.5rem;
    }
    .c-feature--flex__item {
        width: 100%;
    }
    .c-feature--flex__item--img {
        width: 100px;
    }
    .c-feature--flex__item--detail {
        width: calc(100% - 115px);
    }
}

/* 250423 */
.market_mv_top h1 {
  font-size: 232%;
}
.market_mv_top .service_mvlink .c-intro__contact::before {
  display: none;
}
.market_mv_top ul li.c-intro__contact.area-link {
  position: relative;
}
.market_mv_top .service_mvlink .c-intro__contact:after {
  position: absolute;
  left: 21rem;
  width: 1rem;
  height: 4px;
  -webkit-transform: skew(45deg);
  -ms-transform: skew(45deg);
  transform: skew(45deg);
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  content: "";
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}
.market_mv_top li.c-intro__contact.area-link {
  padding: 10px 0;
}
.bg__market.bg_lower {
  background-color: #ebedf2;
}
.market_mv_top {
  display: flex;
  gap: 40px;
}
.market_merit_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.market_merit_item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 15px;
  background-color: #ebedf2;
  padding: 40px 30px;
}
.market_merit_item_top {
  text-align: center;
}
.market_merit_item_top p {
  font-size: 18px;
  font-weight: bold;
  color: #08193e;
}
.market_merit_item_top p span {
  font-size: 2rem;
  font-weight: bold;
  color: #173576;
}
.market_merit_item_img {
  text-align: center;
}
.market_merit_item_txt {
  text-align: left;
}
.market_beige_col {
  background-color: #ededed;
  padding: 60px;
  margin-top: 50px;
}
.market_merit_item_subttl {
  font-size: 18px;
  font-weight: bold;
  color: #173576;
  text-align: center;
  margin-bottom: 10px;
}
.service_lower .con_holdings .box_table.promarket_table thead {
  background: #153378;
  color: #fff;
}
.service_lower .con_holdings .box_table.promarket_table tbody th,
.service_lower .con_holdings .box_table.promarket_table tbody td,
.service_lower .con_holdings .box_table.promarket_table thead th {
  border: 1px solid #e4e4e4;
}
.con_holdings .box_table.promarket_table thead th.promarket_table_white {
  background-color: #fff;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: none;
}
.con_holdings .box_table.promarket_table thead th.promarket_table_gray {
  background-color: #7385ae;
  border-right: none;
}
.promarket_table_none {
  border-top: none;
  border-left: none;
}
.promarket_table_left {
  border-top: none;
  border-right: none;
}
.box_table.promarket_table tbody th.promarket_table_left {
  border-bottom: 1px solid #fff !important;
  color: #000;
  background-color: #e4e4e4;
}
.service_lower .con_holdings .box_table.promarket_table tbody td {
  background: #fff;
}
.box_table.promarket_table tbody {
  text-align: center;
}
.con_holdings.c-case.bg_Porcelain.p-meeting__point.promarket_background_gray {
  margin-top: 6em;
  background: #ededed;
}
.con_holdings.c-case.bg_Porcelain.p-meeting__point.promarket_background_gray
  h2 {
  font-weight: bold;
}
.con_holdings.c-case.bg_Porcelain.p-meeting__point.promarket_background_gray
  h3 {
  font-size: 2rem;
  line-height: 2.5em;
}
.p-foreignoperation-strategy__inner__flex.promarket_about_flex_txt {
  width: calc(100% / 2 + 180px);
}
.p-foreignoperation-strategy__inner__flex.promarket_about_flex_img {
  width: calc(100% / 2 - 180px);
}
.p-foreignoperation-strategy__flex.promarket_about__flex {
  margin-bottom: 50px;
}
.promarket_about ul {
  padding-top: 20px;
}
.promarket_about_number_circle_box {
  display: flex;
  align-items: center;
}
.promarket_about_number_circle_box p {
  font-size: 115%;
}
.promarket_about_number_circle {
  width: 30px;
  height: 30px;
  margin-right: 15px;
  margin-bottom: 5px;
  padding-top: 5px;
  background-color: #153378;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  box-sizing: border-box;
  font-weight: bold;
}
.c-sub-title--medium.c-sub-title--left.pro-market_feature_subttl {
  font-size: 2rem;
}
.p-foreignoperation-strategy__flex.pro-market_feature_box {
  padding: 60px 0;
}
.c-consultant-services-list__item.promarket_link_item:first-child {
  border-top: none;
}
.c-consultant-services-list__item.promarket_link_item:nth-child(2) {
  border-top: none;
}
.c-consultant-services-list__item__detail.promarket_link_item_detail {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 0 6.7307692308% !important;
}
.c-consultant-services-list__item__detail.promarket_link_item_detail h4 {
  color: #173576;
  line-height: 2rem;
}
.pro-market_line {
  width: 100%;
  height: 30px;
  background-color: #173576;
  margin: 60px 0;
}
.pro-market_btn_link {
  width: 32%;
  background: #fff;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  margin: 60px auto;
}
.pro-market_btn_link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  height: 100%;
  padding: 1.5rem 3rem 1.5rem 1.5rem;
  gap: 0;
  -webkit-box-shadow: 0 0 4rem rgba(8, 25, 62, 0.2);
  box-shadow: 0 0 4rem rgba(8, 25, 62, 0.2);
  color: #000;
  font-size: clamp(14px, 0.9375vw, 16px);
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
  text-decoration: none;
}
.pro-market_btn_link a:after {
  position: absolute;
  right: 2rem;
  width: 1rem;
  height: 4px;
  -webkit-transform: skew(45deg);
  -ms-transform: skew(45deg);
  transform: skew(45deg);
  border-right: 1px solid #111;
  border-bottom: 1px solid #111;
  content: "";
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}
.pro-market_btn_link a:hover {
  box-shadow: 0 0 2rem rgba(8, 25, 62, 0.4);
  cursor: pointer;
}
.pro-market_case_link_txt {
  padding-bottom: 50px;
}
.pro-market_case_link_txt h3 {
  font-size: 200%;
  padding-bottom: 20px;
}
.pro-market_case_link_txt p {
  font-size: 115%;
}
.box_img.col_img_center {
  text-align: center;
}
.promarket_about {
  padding-bottom: 30px;
}
.p-foreignoperation-strategy__flex.height_center {
  align-items: center;
}
.p-foreignoperation-strategy__inner__flex.col_small_size {
  width: calc(100% / 2 - 40px);
}
.promarket_case_link_subttl {
  margin-bottom: 1rem;
  color: #6a6a6a;
}
.p-foreignoperation-strategy__flex.c-flex--gap {
  gap: 55px;
}
.p-foreignoperation-strategy__inner__flex.calc_market_gap40 {
  gap: 40px;
}
.p-foreignoperation-strategy__inner__flex.calc_market_small_width {
  width: calc(100% / 2);
}
.box_table.promarket_table thead th {
  border-top-width: 0 !important;
}
.promarket_case_link .c-case-list--inline__item__img {
  max-height: 220px;
}

@media only screen and (max-width: 767px) {
  .p-foreignoperation-strategy__inner__flex.calc_market_small_width {
    width: 100%;
  }
  .p-foreignoperation-strategy__inner__flex.calc_market_gap40 {
    gap: 20px;
  }
  .p-foreignoperation-strategy__flex.c-flex--gap {
    gap: 20px;
  }
  .p-foreignoperation-strategy__inner__flex.promarket_about_flex_img {
    width: 100%;
    margin-bottom: 30px;
  }
  .p-foreignoperation-strategy__inner__flex.col_small_size {
    width: 100%;
  }
  .market_mv_top {
    flex-direction: column;
  }
  .market_mv_top .c-intro__linkArea {
    justify-content: center;
  }
  ul.market_merit_list {
    grid-template-columns: repeat(1, 1fr);
  }
  .market_merit_item_top p {
    font-size: 100%;
  }
  .market_merit_item_top p span {
    font-size: 1.5rem;
  }
  .market_merit_item_subttl {
    font-size: 100%;
  }
  .market_merit_item {
    padding: 40px 30px;
  }
  .con_holdings.c-case.bg_Porcelain.p-meeting__point.promarket_background_gray
    h3 {
    font-size: 100%;
  }
  .promarket_about ul {
    padding-bottom: 20px;
  }
  .promarket_about_number_circle {
    width: 25px;
    height: 25px;
    padding-top: 4px;
  }
  .c-sub-title--medium.c-sub-title--left.pro-market_feature_subttl {
    font-size: 100%;
    font-weight: bold;
  }
  .p-foreignoperation-strategy__flex.pro-market_feature_box {
    padding: 30px 0;
  }
  .p-foreignoperation-strategy__inner__flex:last-of-type {
    gap: 0px;
  }
  .p-foreignoperation-strategy__flex.pro-market_feature_box.promarket_flex_reverse {
    flex-direction: column-reverse;
  }
  .pro-market_case_link_txt h3 {
    font-size: 108%;
    padding-bottom: 20px;
  }
  .pro-market_line {
    margin: 60px 0 0;
  }
  .pro-market_btn_link {
    width: 80%;
    margin: 30px auto 0;
  }
  .pro-market_btn_link a {
    padding: 1rem 2rem 1rem 1rem;
  }
  .p-foreignoperation-strategy__flex.promarket_about__flex {
    margin-bottom: 0;
  }
  .market_beige_col {
    padding: 30px;
  }
  .market_merit_item_subttl {
    margin-bottom: 0;
  }
  .promarket_about_number_circle_box p {
    font-size: 95%;
  }
  .market_mv_top h1 {
    font-size: 200%;
  }
  .market_mv_top .service_mvlink .c-intro__contact:after {
    left: 19rem;
  }
  .promarket_about {
    padding-bottom: 0px;
  }
  li.c-consultant-services-list__item.promarket_link_item.promarket_service_link
    a {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-bottom: 1rem;
  }
  .c-consultant-services-list__item.promarket_link_item.promarket_service_link
    p.c-consultant-services-list__item__img {
    width: 100%;
  }
  .c-consultant-services-list__item__detail.promarket_link_item_detail {
    padding: 6% 0 !important;
    width: 100%;
  }
  .c-consultant-services-list__item.promarket_link_item.promarket_service_link
    a::after {
    margin-left: auto;
    margin-right: 5%;
  }
  .p-foreignoperation-strategy__inner__flex.promarket_about_flex_txt {
    width: 100%;
  }
  a.promarket_case_link {
    flex-wrap: nowrap !important;
    flex-direction: row-reverse !important;
    gap: 10px;
  }
  a.promarket_case_link:after {
    display: block !important;
    order: 0 !important;
    width: 10% !important;
  }
  .promarket_case_link_subttl {
    margin-bottom: 0.5rem;
    line-height: 1.3rem;
    color: #6a6a6a;
  }
  .promarket_case_link_ttl {
    font-weight: bold;
  }
}

/* 250522 */
.c-flow-5col {
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
}
.c-flow-5col__item {
    width: calc((100% - 240px) / 5);
}
@media screen and (max-width: 768px) {
    .c-flow-5col__item {
        width: 100%;
    }
}
/* 250522修正 */

.c-consultant-services__inner h3.promarket_about_subttl {
  font-size: 24px;
  margin-bottom: 1rem;
}

.p-meeting__point h2.c-sub-title--medium.c-sub-title--left {
  font-weight: bold;
}
.market_toc_area {
  max-width: 860px;
  padding: 30px;
}
.market_toc_ttl {
  color: #173576;
  font-size: 24px;
  font-weight: bold;
  border-bottom: 2px solid;
  line-height: 2;
}
.market_toc_list {
  padding-top: 10px;
  column-count: 2;
  width: fit-content;
  column-gap: 2em;
}
.market_toc_list dl dt a {
  font-size: 1.4rem;
  line-height: 2;
  text-decoration: none;
}
.market_toc_list dl dt a span {
  color: #173576;
  font-weight: bold;
  margin-right: 10px;
}
.con_holdings.c-case.bg_Porcelain.market_toc_container {
  max-width: 860px;
  margin: 6rem auto;
  padding: 0;
}
.p-foreignoperation-strategy__ttl{
      font-size: 18px;
      margin-bottom: 1rem;
}
@media only screen and (max-width: 768px) {
  .market_toc_area {
    max-width: 860px;
    padding: 30px;
  }
  .market_toc_ttl {
    font-size: 24px;
  }
  .c-consultant-services__inner h3.promarket_about_subttl {
    font-size: 108%;
  }
  .market_toc_list {
    column-count: 1;
  }
  .market_toc_list dl dt a {
    font-size: 16px;
}
.c-txt-base.p-foreignoperation-strategy__ttl{
 font-size: 100%!important;
}
}

/**250604**/
.c-case.meeting {
    padding: 7.12em 0 8.55em;
}
  .p-bnr-flex {
    display: flex;
    flex-wrap: wrap;
    gap: 34px 30px;
  }

  .p-bnr-flex>div {
    width: calc((100% - 30px)/2);
    margin-top: 0;
  }

  .p-bnr-meeting {
    margin-top: 5rem;
    overflow: hidden;
    display: flex;
    flex-flow: column;
  }

  .p-bnr-meeting a {
    text-decoration: none;
    display: flex;
    flex-flow: column;
    height: 100%;
    border: #153378 1px solid;
  }
  .p-bnr-meeting a,
  .p-bnr-meeting a *{
    transition: .3s;
}
  .p-bnr-meeting a:hover {
    border: #6e7786 1px solid;
  }

  .p-bnr-meeting__inner {
    display: flex;
    flex-wrap: wrap;
    flex-flow: column;
    height: 100%;
  }

  .p-bnr-meeting__inner__txtbox {
    position: relative;
    color: #fff;
    background: #153378;
    order: 1;
    padding: 17px 14px;
    display: flex;
    flex-flow: column;
height: calc(100% - 240px);
  }
  .p-bnr-meeting a:hover  .p-bnr-meeting__inner__txtbox{
    background: #6e7786;
}
  .p-bnr-meeting__inner__txtbox p {
    font-weight: 500
  }

  .p-bnr-meeting__inner__title {
    margin-bottom: 15px;
    font-weight: 500;
    font-size: clamp(18px, 1.046vw, 20px);
    line-height: 1.4
  }

  .p-bnr-meeting__inner__title span {
      font-size: clamp(18px, 1.302vw, 25px);
  }

  .p-bnr-meeting__inner__btn {
    display: inline-block;
    position: relative;
    margin: auto 0 0 auto;
    padding: 13px 50px 13px 25px;
    background: #fff;
    color: #153378;
    font-weight: 500;
    min-width: 67%;
    max-width: 100%;
  }
  .p-bnr-meeting__inner__btn::after {
position: absolute;
    top: calc(50% - 2px);
    right: 26px;
    width: 18px;
    height: 5px;
    transform: translateY(-50%) skew(45deg);
    border-right: 1px solid #153378;
    border-bottom: 1px solid #153378;
    content: "";
}
  .p-bnr-meeting a:hover .p-bnr-meeting__inner__btn{
color: #6e7786;
}
  .p-bnr-meeting a:hover .p-bnr-meeting__inner__btn::after {
    border-right: 1px solid #6e7786;
    border-bottom: 1px solid #6e7786;
}

  .p-bnr-meeting__inner__img {
    position: relative;
    height: 240px;
    order: 0;
  }

  .p-bnr-meeting__inner__img img {
    z-index: -1;
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: calc(100% + 2px);
    max-width: none;
    min-height: calc(100% + 2px);
    transform: translate(-50%, -50%);
  }
.p-bnr-meeting:nth-child(2) .p-bnr-meeting__inner__txtbox{
    color: #153378;
    background: #f2f2f2;
}
.p-bnr-meeting:nth-child(2) .p-bnr-meeting__inner__btn{
    color: #fff;
    background: #153378;
}
.p-bnr-meeting:nth-child(2) .p-bnr-meeting__inner__btn::after{
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.p-bnr-meeting:nth-child(2) a:hover .p-bnr-meeting__inner__btn{
background: #6e7786;
color:#fff;
}
.p-bnr-meeting:nth-child(2) a:hover .p-bnr-meeting__inner__txtbox{
color: #6e7786;
    background: #f2f2f2;
}
 .p-bnr-meeting:nth-child(2) a:hover .p-bnr-meeting__inner__btn::after {
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
  @media screen and (max-width: 768px) {
    .p-bnr-flex>div {
      width: 100%;
    }
.p-bnr-meeting__inner__txtbox{
height: auto;
}
    .p-bnr-meeting__inner__btn {
      margin-top: 20px
    }
.p-bnr-meeting__inner__img{
height: auto;
}
.p-bnr-meeting__inner__img img {
    position: initial;
    transform: none;
    max-width: 100%;
    min-width: 0;
    min-height: 0;
}
  }
.p-home-promarket {
  padding: 12rem 0;
  background: url(../img/top/bg_home-promarket.png) center/cover no-repeat;
}
.p-home-promarket h2 {
  font-size: 28px;
  font-weight: 500;
  text-align: center;
}
.p-home-promarket h2 .up {
  font-size: 1.3em;
  color: #07183f;
}
@media screen and (max-width: 768px) {
  .p-home-promarket {
    padding: 6rem 0;
  }
  .p-home-promarket h2 {
    font-size: 20px;
  }
}