@charset "UTF-8";
.cont_img {
  margin: 30px 0 130px;
  text-align: center;
  margin-top: 50px;
}
@media only screen and (max-width: 1000px) {
  .cont_img {
    margin: 30px 0 60px;
  }
}
.cont_img:where(*:not(h2, h3, h4, h5) + *) {
  margin-top: 50px;
}
@media only screen and (max-width: 1000px) {
  .cont_img:where(*:not(h2, h3, h4, h5) + *) {
    margin-top: 25px;
  }
}
.cont_img:has(+ *) {
  margin-bottom: 50px;
}
@media only screen and (max-width: 1000px) {
  .cont_img:has(+ *) {
    margin-bottom: 25px;
  }
}
.cont_img figcaption {
  margin-bottom: 10px;
  font-size: 2rem;
  line-height: 1.45;
  font-weight: 500;
  color: #123c7e;
}
@media only screen and (max-width: 1000px) {
  .cont_img figcaption {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.cont_img.ver_business {
  margin-bottom: 80px;
}
@media only screen and (max-width: 1000px) {
  .cont_img.ver_business {
    margin-bottom: 50px;
  }
}
.cont_img.ver_has_border {
  border-radius: 20px;
  overflow: hidden;
}
.cont_img.ver_proceed {
  margin-top: 0;
  margin-bottom: 0;
}
@media only screen and (max-width: 1000px) {
  .cont_img.ver_proceed img {
    max-width: 639px;
  }
}
.cont_img.type_last_target {
  margin-top: 30px;
}
@media only screen and (max-width: 1000px) {
  .cont_img.type_last_target {
    margin-top: 15px;
  }
}

.img_sp_scroll {
  margin: 0;
}

.clm {
  display: flex;
  margin: 40px 0 0;
}
@media only screen and (max-width: 1000px) {
  .clm {
    flex-direction: column;
    gap: 25px;
    margin: 25px 0 0;
  }
}
.clm.ver-composition-ratio {
  gap: 20px;
}
.clm.ver-number {
  align-items: center;
  gap: 30px;
}
@media only screen and (max-width: 1000px) {
  .clm.ver-number {
    gap: 25px;
  }
}
.clm.ver-user-transition {
  gap: 58px;
  margin: 70px auto 50px;
  max-width: 1002px;
}
@media only screen and (max-width: 1000px) {
  .clm.ver-user-transition {
    gap: 58px;
    margin: 35px auto 25px;
  }
}
.clm.ver-user-transition figure {
  margin-bottom: 0 !important;
}
.clm.ver-user-transition figcaption {
  margin-bottom: 0;
}
.clm.ver-user-transition img {
  width: 100%;
}
.clm .cont_img {
  margin: 0;
}
@media only screen and (max-width: 1000px) {
  .clm .cont_img {
    margin-bottom: 0 !important;
  }
}

.note {
  margin: 15px 0 50px !important;
  font-size: 1.6rem !important;
  line-height: 2;
}
@media only screen and (max-width: 1000px) {
  .note {
    margin: 10px 0 40px !important;
    font-size: 1.4rem !important;
  }
}

h2 {
  margin: 130px 0 22px;
  color: #123c7e;
}
h2 + .dotted-about {
  margin-top: 0;
}
@media only screen and (max-width: 1000px) {
  h2 {
    font-size: 2.9rem;
    line-height: 1.4137931034;
    margin: 60px 0 1.5rem;
  }
}

p:where(main .section > *) {
  margin-bottom: 30px;
  font-size: 1.8rem;
  line-height: 2;
}
@media only screen and (max-width: 1000px) {
  p:where(main .section > *) {
    font-size: 1.6rem;
    line-height: 2;
  }
}
p:where(main .section > *) + .cont_img {
  margin-top: 50px;
}
@media only screen and (max-width: 1000px) {
  p:where(main .section > *) + .cont_img {
    margin-top: 25px;
  }
}
p:where(main .section > *) + *:where(p:where(main *) + *) {
  margin-top: 40px;
}
@media only screen and (max-width: 1000px) {
  p:where(main .section > *) + *:where(p:where(main *) + *) {
    margin-top: 20px;
  }
}
p:where(main .section > *):where(h2 + *) {
  margin: 50px 0 0;
}
@media only screen and (max-width: 1000px) {
  p:where(main .section > *):where(h2 + *) {
    margin: 15px 0 0;
  }
}

main .post-content.post-content2 .section {
  padding: 8rem 10px 0;
}
@media only screen and (max-width: 1000px) {
  main .post-content.post-content2 .section {
    padding: 5rem 20px 0;
  }
}

.dotted-about {
  margin: 13rem 0 2.4rem;
  padding-bottom: 17px;
  font-weight: 500;
  position: relative;
}
.dotted-about::after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background: radial-gradient(circle at center 2px, #123c7e 2px, transparent 2px) left bottom/10px 4px;
  position: absolute;
  inset: auto auto 0;
}
@media only screen and (max-width: 1000px) {
  .dotted-about::after {
    height: 2px;
    background: radial-gradient(circle at center 1px, #123c7e 1px, transparent 1px) left bottom/5px 2px;
  }
}
@media only screen and (max-width: 1000px) {
  .dotted-about {
    margin: 6rem 0 2rem;
    padding-bottom: 15px;
    font-size: 1.9rem;
    line-height: 1.4210526316;
    text-align: center;
  }
}
.dotted-about.ver-know-more {
  margin-top: 80px;
}
@media only screen and (max-width: 1000px) {
  .dotted-about.ver-know-more {
    margin-top: 40px;
  }
}
.dotted-about + .cont_img {
  margin-top: 40px;
}
@media only screen and (max-width: 1000px) {
  .dotted-about + .cont_img {
    margin-top: 20px;
  }
}
.dotted-about + .know-more {
  margin-top: 40px;
}
@media only screen and (max-width: 1000px) {
  .dotted-about + .know-more {
    margin-top: 20px;
  }
}

.title-future {
  margin: 100px 0 0;
  font-size: 3.2rem;
  line-height: 1.1875;
  color: #123c7e;
  letter-spacing: 0.07em;
}
@media only screen and (max-width: 1000px) {
  .title-future {
    margin: 50px 0 0;
    font-size: 2.4rem;
    line-height: 1.25;
  }
}
.title-future + .circle-number-text {
  margin-top: 60px;
}
@media only screen and (max-width: 1000px) {
  .title-future + .circle-number-text {
    margin-top: 30px;
  }
}

.circle-number-text {
  margin: 100px 0 20px;
  color: #123c7e;
  padding-left: 1em;
  text-indent: -1.2em;
}
@media only screen and (max-width: 1000px) {
  .circle-number-text {
    margin: 50px 0 10px;
  }
}
.circle-number-text:where(p + *) {
  margin-top: 80px;
}
@media only screen and (max-width: 1000px) {
  .circle-number-text:where(p + *) {
    margin-top: 50px;
  }
}
.circle-number-text:is(.dotted-about + *) {
  margin-top: 0;
}
.circle-number-text:is(h2 + *) {
  margin-top: 40px;
}

.dotted-both-sides {
  width: -moz-fit-content;
  width: fit-content;
  margin: 3rem auto;
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 1.48;
  position: relative;
}
@media only screen and (max-width: 1000px) {
  .dotted-both-sides {
    font-size: 1.9rem;
    line-height: 1.4736842105;
  }
}
.dotted-both-sides::before, .dotted-both-sides::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: #123c7e;
  border-radius: 100vmax;
  position: absolute;
}
@media only screen and (max-width: 1000px) {
  .dotted-both-sides::before, .dotted-both-sides::after {
    width: 15px;
    height: 15px;
  }
}
.dotted-both-sides::before {
  inset: auto auto calc(50% - 10px) -37px;
}
@media only screen and (max-width: 1000px) {
  .dotted-both-sides::before {
    inset: auto auto calc(50% - 10px) -30px;
  }
}
.dotted-both-sides::after {
  inset: auto -37px calc(50% - 10px) auto;
  margin: auto;
}
@media only screen and (max-width: 1000px) {
  .dotted-both-sides::after {
    inset: auto -30px calc(50% - 10px) auto;
  }
}

.title-area-about {
  padding: 9.5rem 60px;
  background-size: 84.1666666667%;
}
@media only screen and (max-width: 1000px) {
  .title-area-about {
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 210px;
    padding: 0 20px 3rem;
  }
}
.title-area-about .container {
  margin-top: auto;
}
.title-area-about .title {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1000px) {
  .title-area-about .title {
    justify-content: center;
    text-align: center;
  }
}
.title-area-about .heading-icon {
  width: 70px;
  height: 70px;
  margin: 0 20px 0 0;
  background: #fff;
  fill: #123c7e;
}
@media only screen and (max-width: 1000px) {
  .title-area-about .heading-icon {
    margin: 0 10px 0 0;
    width: 43px;
    height: 43px;
  }
  .title-area-about .heading-icon svg:has([href="#ver_company"]) {
    width: 40px;
  }
}
@media only screen and (max-width: 1000px) and (max-width: 1000px) {
  .title-area-about .heading-icon svg:has([href="#ver_company"]) {
    width: 25px;
  }
}
@media only screen and (max-width: 1000px) {
  .title-area-about .heading-icon svg:has([href="#ver_strength"]) {
    width: 32px;
  }
}
@media only screen and (max-width: 1000px) and (max-width: 1000px) {
  .title-area-about .heading-icon svg:has([href="#ver_strength"]) {
    width: 20px;
  }
}
@media only screen and (max-width: 1000px) {
  .title-area-about .heading-icon svg:has([href="#ver_society"]) {
    width: 35px;
  }
}
@media only screen and (max-width: 1000px) and (max-width: 1000px) {
  .title-area-about .heading-icon svg:has([href="#ver_society"]) {
    width: 20px;
  }
}
@media only screen and (max-width: 1000px) {
  .title-area-about .heading-icon svg:has([href="#ver_future"]) {
    width: 26px;
  }
}
@media only screen and (max-width: 1000px) and (max-width: 1000px) {
  .title-area-about .heading-icon svg:has([href="#ver_future"]) {
    width: 18px;
  }
}
.title-area-about.ver-what {
  background: url(../images/what/bg_title_pc.png) no-repeat center center/cover;
}
@media only screen and (max-width: 1000px) {
  .title-area-about.ver-what {
    background: url(../images/what/bg_title_sp.png) no-repeat right center/cover;
  }
}
.title-area-about.ver-strength {
  background: url(../images/strength/bg_title_pc.png) no-repeat center center/cover;
}
@media only screen and (max-width: 1000px) {
  .title-area-about.ver-strength {
    background: url(../images/strength/bg_title_sp.png) no-repeat right center/cover;
  }
}
.title-area-about.ver-society {
  background: url(../images/society/bg_title_pc.png) no-repeat center center/cover;
}
@media only screen and (max-width: 1000px) {
  .title-area-about.ver-society {
    background: url(../images/society/bg_title_sp.png) no-repeat right center/cover;
  }
}
.title-area-about.ver-future {
  background: url(../images/future/bg_title_pc.png) no-repeat center center/cover;
}
@media only screen and (max-width: 1000px) {
  .title-area-about.ver-future {
    background: url(../images/future/bg_title_sp.png) no-repeat right center/cover;
  }
}

.has-arrow > *:first-of-type {
  position: relative;
}
.has-arrow > *:first-of-type::before {
  content: "";
  display: block;
  width: 28px;
  height: 69px;
  background: url(../images/common/icon_arrow-graph.svg) no-repeat center center/cover;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
  position: absolute;
  inset: 0 -48px 0 auto;
  margin: auto;
}
@media only screen and (max-width: 1000px) {
  .has-arrow > *:first-of-type::before {
    width: 20px;
    height: 46px;
    inset: auto 0 -56px 0;
    rotate: 90deg;
  }
}

.link-list {
  gap: 1.1458333333vw;
  margin-top: 80px;
}
@media only screen and (max-width: 1000px) {
  .link-list {
    margin-top: 60px;
    gap: 6.6666666667vw;
  }
}
@media only screen and (max-width: 1000px) {
  .link-list a {
    aspect-ratio: 670/350;
  }
}
.link-list .link-list_btn {
  padding: 24px;
  min-height: 80px;
  font-size: 2.2rem;
  line-height: 1;
}
@media only screen and (max-width: 1160px) {
  .link-list .link-list_btn {
    padding: min(2.0689655172vw, 24px);
    min-height: 6.8965517241vw;
    font-size: 1.8965517241vw;
  }
}
@media only screen and (max-width: 1000px) {
  .link-list .link-list_btn {
    padding: min(3.7333333333vw, 28px);
    min-height: 14.6666666667vw;
    font-size: 5.0666666667vw;
  }
}

/*-----------------------------------------
  what
-----------------------------------------*/
.big-dx {
  display: flex;
  text-align: center;
  gap: 25px;
  margin: 40px 0 30px;
}
@media only screen and (max-width: 1000px) {
  .big-dx {
    flex-direction: column;
    gap: 20px;
    margin: 20px 0 15px;
  }
}
.big-dx .big-dx_heading {
  margin-bottom: 11px !important;
}
.big-dx .big-dx-area {
  flex-grow: 1;
  padding: 20px;
  border: 1px solid #123c7e;
  border-radius: 20px;
}
@media only screen and (max-width: 1000px) {
  .big-dx .big-dx-area {
    padding: 25px 32px;
  }
}
.big-dx figure {
  display: grid;
  place-content: center;
  min-height: 39px;
}
@media only screen and (max-width: 1000px) {
  .big-dx figure {
    margin-top: 5px;
    min-height: auto;
  }
}
.big-dx .big-dx_list {
  display: flex;
}
@media only screen and (max-width: 1000px) {
  .big-dx .big-dx_list {
    flex-direction: column;
  }
}
.big-dx .big-dx_list dt {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 3em;
  margin-bottom: 9px;
  font-size: 1.6rem;
  line-height: 1.5625;
  font-weight: 600;
  color: #123c7e;
}
@media only screen and (max-width: 1000px) {
  .big-dx .big-dx_list dt {
    min-height: auto;
  }
}
.big-dx .big-dx_list dd p {
  margin-bottom: 20px;
  min-height: 6em;
  font-size: 1.6rem;
  line-height: 1.5625;
}
@media only screen and (max-width: 1000px) {
  .big-dx .big-dx_list dd p {
    margin: 0;
    min-height: auto;
  }
}
.big-dx .big-dx_item {
  padding: 0 10px;
  flex-grow: 1;
}
.big-dx .big-dx_item:not(:last-child) {
  border-right: 1px solid #E5E6E6;
}
@media only screen and (max-width: 1000px) {
  .big-dx .big-dx_item:not(:last-child) {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-right: none;
    border-bottom: 1px solid #E5E6E6;
  }
}
.big-dx .big-dx_item sub {
  font-size: 1rem;
  line-height: 1;
  position: relative;
  translate: 0px 2px;
}

.business-dl-list {
  margin-bottom: 30px;
}
.business-dl-list div > * {
  display: inline;
}
@media only screen and (max-width: 1000px) {
  .business-dl-list div:not(:first-child) {
    margin-top: 15px;
  }
}
.business-dl-list dt {
  flex-shrink: 0;
  font-size: 2.2rem;
  line-height: 1.8181818182;
  color: #123c7e;
  font-weight: 500;
}
@media only screen and (max-width: 1000px) {
  .business-dl-list dt {
    font-size: 2rem;
    line-height: 1.6;
  }
}

/*-----------------------------------------
  strength
-----------------------------------------*/
.solution-list_box {
  margin-top: 35px;
  padding: 40px;
  border: 1px solid #123c7e;
  border-radius: 15px;
  text-align: center;
}
@media only screen and (max-width: 1000px) {
  .solution-list_box {
    margin-top: 18px;
    padding: 20px;
  }
}
.solution-list_box p:has(+ .solution-list) {
  margin-bottom: 46px;
  text-align: center;
}
@media only screen and (max-width: 1000px) {
  .solution-list_box p:has(+ .solution-list) {
    margin-bottom: 23px;
  }
}

.solution-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 45px;
  margin-inline: auto;
  max-width: 940px;
}
@media only screen and (max-width: 1000px) {
  .solution-list {
    gap: 20px;
  }
}
.solution-list li {
  width: calc((100% - 90px) / 3);
  font-size: 1.8rem;
  line-height: 1.5555555556;
}
@media only screen and (max-width: 1000px) {
  .solution-list li {
    width: 100%;
  }
}
.solution-list li span {
  font-size: 1.4rem;
  line-height: 2;
}

.solution-list_sub-heading:is(main .post-content *) {
  margin: 0;
  font-size: 1.5rem;
  line-height: 1.3333333333;
  font-weight: 600;
  color: #123c7e;
}
@media only screen and (max-width: 1000px) {
  .solution-list_sub-heading:is(main .post-content *) {
    font-size: 1.4rem;
    line-height: 1.4285714286;
  }
}

.solution-list_heading:is(main .post-content *) {
  margin: 0;
  font-size: 2rem;
  line-height: 1.6;
  font-weight: 600;
  color: #123c7e;
}
@media only screen and (max-width: 1000px) {
  .solution-list_heading:is(main .post-content *) {
    font-size: 1.8rem;
    line-height: 1.5555555556;
  }
}

.solution-list_text {
  margin-bottom: 0;
}

.solution-list_heading-wrap {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 4em;
}
@media only screen and (max-width: 1000px) {
  .solution-list_heading-wrap {
    min-height: auto;
  }
}

/*-----------------------------------------
  future
-----------------------------------------*/
.future-box {
  display: inline-block;
  margin: 20px 0 50px;
  padding: 25px 35px;
  font-size: 2.2rem;
  line-height: 1.6818181818;
  color: #123c7e;
  border: 2px solid #123c7e;
  border-radius: 20px;
}
@media only screen and (max-width: 1000px) {
  .future-box {
    width: 100%;
    margin: 10px 0 25px;
    padding: 13px 18px;
    font-size: 1.6rem;
    line-height: 1.75;
    border: 1px solid #123c7e;
  }
}

.big-advance-global {
  text-align: center;
}
.big-advance-global .cont_img {
  margin-bottom: 21px;
}
@media only screen and (max-width: 1000px) {
  .big-advance-global .cont_img {
    margin-bottom: 11px;
  }
}
.big-advance-global .big-advance-global_heading {
  margin-bottom: 7px;
  font-size: 2.7rem;
  line-height: 2.037037037;
  color: #123c7e;
  font-weight: 600;
}
@media only screen and (max-width: 1000px) {
  .big-advance-global .big-advance-global_heading {
    font-size: 2.2rem;
    line-height: 2;
  }
}
.big-advance-global .big-advance-global_text {
  margin: 0 0 20px !important;
  font-size: 2.2rem;
  line-height: 1.6818181818;
  font-weight: 500;
}
@media only screen and (max-width: 1000px) {
  .big-advance-global .big-advance-global_text {
    font-size: 1.8rem;
    line-height: 1.7777777778;
  }
}
.big-advance-global .big-advance-global_list {
  display: grid;
  align-content: center;
  grid-template-columns: repeat(auto-fill, minmax(259px, 1fr));
  gap: 14px;
}
.big-advance-global .big-advance-global_list li {
  display: grid;
  align-items: center;
  min-height: 260px;
  font-size: 2rem;
  line-height: 1.6;
  color: #123c7e;
  font-weight: 600;
  border: 2px solid #123c7e;
  border-radius: 20px;
}
@media only screen and (max-width: 1000px) {
  .big-advance-global .big-advance-global_list li {
    min-height: 80px;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}

.know-more {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 50px 38px;
}
@media only screen and (max-width: 1000px) {
  .know-more {
    flex-direction: column;
    gap: 19px;
  }
}
.know-more li {
  width: calc(50% - 19px);
}
@media only screen and (max-width: 1000px) {
  .know-more li {
    width: 100%;
  }
}
.know-more a {
  transition: background-color 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .know-more a:hover {
    background-color: #00afcc;
  }
  .know-more a:hover svg {
    fill: #00afcc;
  }
  .know-more a:hover .btn-about_icon {
    translate: 8px 0;
  }
}
.know-more .btn-about {
  width: 100%;
  padding: 18px 78px;
  height: 70px;
  font-size: 2.2rem;
  line-height: 1;
}
.know-more .btn-about .btn-about_icon {
  width: 27px;
  height: 27px;
}
.know-more .btn-about .btn-about_icon::before {
  width: 27px;
  height: 27px;
}
.know-more .btn-about_icon {
  transition: translate 0.3s;
}
.know-more .btn-about_icon::after {
  content: none;
}
.know-more .btn-about_icon svg {
  position: absolute;
  inset: 0;
  margin: auto auto auto 35%;
  transition: fill 0.3s;
}

.img_width_200 {
  width: 200px;
}
@media only screen and (max-width: 1000px) {
  .img_width_200 {
    width: 100px;
  }
}

.img_width_679 {
  width: 679px;
}

.img_width_906 {
  width: 906px;
}

.img_width_956 {
  width: 956px;
}

.img_width_1024 {
  width: 1024px;
}

.service_list-about {
  margin: 30px 0 30px;
  display: grid;
  gap: 20px;
}
@media only screen and (max-width: 1000px) {
  .service_list-about {
    margin: 15px 0 25px;
  }
}
.service_list-about li {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #123c7e;
  border-radius: 20px;
}
@media only screen and (max-width: 1000px) {
  .service_list-about li {
    flex-wrap: wrap;
  }
}
.service_list-about li.type_big_advance {
  gap: 26px;
  padding: 20px 20px 13px;
}
@media only screen and (max-width: 1000px) {
  .service_list-about li.type_big_advance {
    gap: 13px;
    padding: 20px 20px 15px;
  }
  .service_list-about li.type_big_advance div > figure {
    margin-inline: auto;
    width: 107px;
  }
  .service_list-about li.type_big_advance > figure {
    width: 251px;
  }
}
.service_list-about li.type_big_advance p {
  margin-bottom: 21px;
}
@media only screen and (max-width: 1000px) {
  .service_list-about li.type_big_advance p {
    margin-bottom: 11px;
  }
}
.service_list-about li.type_ba_portal {
  gap: 28px;
  padding: 0 20px;
}
@media only screen and (max-width: 1000px) {
  .service_list-about li.type_ba_portal {
    gap: 14px;
    padding: 18px 20px 15px;
  }
  .service_list-about li.type_ba_portal figure {
    width: 190px;
  }
}
.service_list-about li.type_consulting {
  gap: 10px;
  padding: 0 20px;
}
@media only screen and (max-width: 1000px) {
  .service_list-about li.type_consulting {
    gap: 5px;
    padding: 18px 20px;
  }
  .service_list-about li.type_consulting figure {
    width: 195px;
  }
}
.service_list-about li.type_webfile {
  gap: 24px;
  padding: 19px 20px 20px;
}
@media only screen and (max-width: 1000px) {
  .service_list-about li.type_webfile {
    gap: 12px;
    padding: 20px;
  }
  .service_list-about li.type_webfile div > figure {
    margin-inline: auto;
    width: 178px;
  }
  .service_list-about li.type_webfile > figure {
    width: 128px;
  }
}
.service_list-about li.type_webfile p {
  margin-bottom: 22px;
}
@media only screen and (max-width: 1000px) {
  .service_list-about li.type_webfile p {
    margin-bottom: 11px;
  }
}
.service_list-about li.type_reverse {
  flex-direction: row-reverse;
}
.service_list-about li > * {
  width: -moz-fit-content;
  width: fit-content;
}
.service_list-about li h3 {
  margin-bottom: 10px;
  font-size: 2.2rem;
  line-height: 1.4545454545;
  color: #123c7e;
}
@media only screen and (max-width: 1000px) {
  .service_list-about li h3 {
    margin-bottom: 5px;
    font-size: 1.8rem;
    line-height: 1.6666666667;
  }
}
.service_list-about li p {
  margin-bottom: 0;
  font-size: 1.6rem;
  line-height: 1.5;
}
.service_list-about li div {
  text-align: center;
}
.graph_caption:is(main .post-content *) {
  margin-bottom: 15px;
  font-size: 2.2rem;
  line-height: 1.4545454545;
  color: #123c7e;
  font-weight: 500;
  text-align: center;
}
@media only screen and (max-width: 1000px) {
  .graph_caption:is(main .post-content *) {
    font-size: 1.6rem;
    line-height: 1.625;
  }
}

.data_list {
  margin-top: 15px;
  display: flex;
  gap: 22px;
}
@media only screen and (max-width: 1000px) {
  .data_list {
    flex-wrap: wrap;
    gap: 11px;
  }
}
.data_list > * {
  width: 33.3333333333%;
  flex-grow: 1;
  border: 1px solid #123c7e;
}
@media only screen and (max-width: 1000px) {
  .data_list > * {
    width: 100%;
  }
}
.data_list dt {
  padding: 16px;
  background: #123c7e;
  color: #fff;
  text-align: center;
}
@media only screen and (max-width: 1000px) {
  .data_list dt {
    padding: 8px;
    font-size: 1.5rem;
    line-height: 1;
  }
}
.data_list dd {
  padding: 30px 14px 25px;
  font-size: 2.8rem;
  line-height: 1;
  font-weight: 600;
  color: #123c7e;
  text-align: center;
}
@media only screen and (max-width: 1000px) {
  .data_list dd {
    padding: 12px;
    font-size: 1.9rem;
    line-height: 1;
  }
}
.data_list dd i {
  position: relative;
}
.data_list dd i.type_financial_institution::before {
  background: url(../images/what/data_list_financial_institution.png) no-repeat center center/contain;
  width: 46px;
  height: 50px;
}
@media only screen and (max-width: 1000px) {
  .data_list dd i.type_financial_institution::before {
    width: 23px;
    height: 25px;
  }
}
.data_list dd i.type_company::before {
  background: url(../images/what/data_list_company.png) no-repeat center center/contain;
  width: 63px;
  height: 45px;
}
@media only screen and (max-width: 1000px) {
  .data_list dd i.type_company::before {
    width: 34px;
    height: 28px;
  }
}
.data_list dd i.type_user::before {
  background: url(../images/what/data_list_user.png) no-repeat center center/contain;
  width: 57px;
  height: 45px;
}
@media only screen and (max-width: 1000px) {
  .data_list dd i.type_user::before {
    width: 35px;
    height: 28px;
  }
}
.data_list dd i::before {
  content: "";
  display: inline-block;
  margin-right: 15px;
}
@media only screen and (max-width: 1000px) {
  .data_list dd i::before {
    margin-right: 8px;
  }
}
.data_list dd .num {
  font-size: 5.2rem;
  line-height: 1;
}
@media only screen and (max-width: 1000px) {
  .data_list dd .num {
    font-size: 3.1rem;
    line-height: 1;
  }
}

.user_expand_list {
  margin: 40px 0 80px;
  display: flex;
  gap: 53px;
}
@media only screen and (max-width: 1000px) {
  .user_expand_list {
    margin: 20px 0 40px;
    flex-wrap: wrap;
    gap: 32px;
  }
}
.user_expand_list li {
  padding: 40px 33px 33px;
  width: 33.3333333333%;
  border-radius: 20px;
  border: 1px solid #123c7e;
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 1000px) {
  .user_expand_list li {
    width: 100%;
    padding: 20px;
  }
}
.user_expand_list li:not(:last-child)::after {
  content: "";
  display: block;
  width: 36px;
  height: 36px;
  background: url(../images/future/×.svg) no-repeat center center/cover;
  position: absolute;
  inset: 0 -45px 0 auto;
  margin: auto;
}
@media only screen and (max-width: 1000px) {
  .user_expand_list li:not(:last-child)::after {
    width: 18px;
    height: 18px;
    inset: auto 0 -25px 0;
  }
}
.user_expand_list li.type_user_expand h4 {
  letter-spacing: -0.1em;
}
.user_expand_list li figure {
  min-height: 90px;
}
@media only screen and (max-width: 1000px) {
  .user_expand_list li figure {
    min-height: auto;
  }
}
.user_expand_list li h4 {
  margin: 12px 0 9px;
}
.user_expand_list li h5 {
  margin: 20px 0 9px;
  font-size: 2.2rem;
  line-height: 1.4545454545;
  color: #123c7e;
  letter-spacing: 0;
}
@media only screen and (max-width: 1000px) {
  .user_expand_list li h5 {
    margin: 10px 0 4px;
    font-size: 1.8rem;
    line-height: 1.4444444444;
  }
}
.user_expand_list li p {
  margin-bottom: 0;
  font-size: 1.6rem;
  line-height: 1.5625;
}
@media only screen and (max-width: 1000px) {
  .user_expand_list li p {
    text-align: left;
    inline-size: -moz-fit-content;
    inline-size: fit-content;
    margin-inline: auto;
  }
}
.user_expand_list li img {
  width: auto;
  height: 80px;
}
@media only screen and (max-width: 1000px) {
  .user_expand_list li img {
    height: 54px;
  }
}/*# sourceMappingURL=contents.css.map */