@charset "UTF-8";
/* バナーエリアの最大値 */
.rn_wrap {
  overflow-x: hidden;
  background: #E5EEF6;
}

@media screen and (min-width: 648px) and (max-width: 1007px) {
  .rn_only_pc {
    display: none !important;
  }
}
@media screen and (max-width: 647px) {
  .rn_only_pc {
    display: none !important;
  }
}

.rn_only_sp {
  display: none !important;
}
@media screen and (min-width: 648px) and (max-width: 1007px) {
  .rn_only_sp {
    display: revert !important;
  }
}
@media screen and (max-width: 647px) {
  .rn_only_sp {
    display: revert !important;
  }
}

.rn_btn {
  font-family: "Yu Gothic", "YuGothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Figtree", sans-serif;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 20px 40px;
  background: #0052a4;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.48px;
  text-decoration: none;
  transition: 0.3s;
  cursor: pointer;
}
.rn_btn:hover {
  background: #33bec3;
  text-decoration: none;
}
.rn_btn:link, .rn_btn:visited, .rn_btn:active {
  color: #fff;
}
.rn_btn.is_secondary {
  background: #fff;
  color: #0052a4;
  border: 1px solid #0052a4;
}
.rn_btn.is_secondary:hover {
  background: #33bec3;
  border: 1px solid #33bec3;
  color: #fff;
}
.rn_btn.is_secondary:hover .rn_btn_arrow {
  fill: #fff;
}
.rn_btn.is_secondary:hover .rn_btn_blank {
  stroke: #fff;
}
.rn_btn.is_secondary .rn_btn_arrow {
  fill: #0052a4;
}
.rn_btn.is_secondary .rn_btn_blank {
  stroke: #0052a4;
}
.rn_btn.is_outline {
  background: transparent;
  border: 1px solid #fff;
}
@media screen and (max-width: 647px) {
  .rn_btn {
    padding: 16px 32px;
    font-size: 14px;
    width: auto;
  }
}
.rn_btn .rn_btn_arrow {
  width: 7px;
  height: 12px;
  fill: #fff;
  transition: 0.3s;
}
.rn_btn .rn_btn_blank {
  width: 14px;
  height: 14px;
  stroke: #fff;
  transition: 0.3s;
}

.rn_text_link {
  font-family: "Yu Gothic", "YuGothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Figtree", sans-serif;
  color: #fff;
  font-weight: bold;
  text-decoration: underline;
  display: flex;
  gap: 10px;
  align-items: center;
  transition: 0.3s;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: 0.48px;
}
.rn_text_link:link, .rn_text_link:visited, .rn_text_link:active {
  color: #fff;
}
.rn_text_link:hover {
  color: #2da9ae;
  text-decoration: none;
}
.rn_text_link:hover span {
  border-bottom: 1px solid #2da9ae;
}
.rn_text_link:hover .rn_text_link_arrow {
  fill: #2da9ae;
}
.rn_text_link:hover .rn_text_link_blank {
  stroke: #2da9ae;
}
.rn_text_link:hover.is_bright {
  color: #55ced3;
}
.rn_text_link:hover.is_bright span {
  border-bottom: 1px solid #55ced3;
}
.rn_text_link:hover.is_bright .rn_text_link_arrow {
  fill: #55ced3;
}
.rn_text_link:hover.is_bright .rn_text_link_blank {
  stroke: #55ced3;
}
.rn_text_link:hover.is_secondary {
  color: #2da9ae;
}
.rn_text_link:hover.is_secondary span {
  border-bottom: 1px solid #2da9ae;
}
.rn_text_link:hover.is_secondary .rn_text_link_arrow {
  fill: #2da9ae;
}
.rn_text_link:hover.is_secondary .rn_text_link_blank {
  stroke: #2da9ae;
}
.rn_text_link:hover.is_secondary.is_bright {
  color: #55ced3;
}
.rn_text_link:hover.is_secondary.is_bright span {
  border-bottom: 1px solid #55ced3;
}
.rn_text_link:hover.is_secondary.is_bright .rn_text_link_arrow {
  fill: #55ced3;
}
.rn_text_link:hover.is_secondary.is_bright .rn_text_link_blank {
  stroke: #55ced3;
}
.rn_text_link:hover.is_inline {
  text-decoration-color: #2da9ae;
}
.rn_text_link:hover.is_inline span {
  border-bottom: none;
}
.rn_text_link span {
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #fff;
  transition: 0.3s;
}
.rn_text_link.is_secondary {
  color: #0052a4;
}
.rn_text_link.is_secondary span {
  padding-top: 0;
  padding-bottom: 0;
  border-bottom: 1px solid #0052a4;
}
.rn_text_link.is_secondary .rn_text_link_blank {
  stroke: #0052a4;
}
.rn_text_link.is_secondary .rn_text_link_arrow {
  fill: #0052a4;
}
.rn_text_link.is_inline {
  display: inline;
  text-decoration: underline;
  text-decoration-color: #0052a4;
}
.rn_text_link.is_inline span {
  border-bottom: none;
}
.rn_text_link .rn_text_link_arrow {
  width: 7px;
  height: 12px;
  fill: #fff;
  transition: 0.3s;
}
.rn_text_link .rn_text_link_blank {
  width: 14px;
  height: 14px;
  stroke: #fff;
  transition: 0.3s;
}
@media screen and (min-width: 648px) and (max-width: 1007px) {
  .rn_text_link {
    justify-content: center;
  }
}
@media screen and (max-width: 647px) {
  .rn_text_link {
    justify-content: center;
  }
}

:is(h1, h2):has(> .rn_heading_main):has(> .rn_heading_sub) {
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}

.rn_heading_main {
  margin-right: 24px;
  font-family: "Figtree", sans-serif;
  font-weight: 600;
  font-size: 64px;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (min-width: 648px) and (max-width: 1007px) {
  .rn_heading_main {
    font-size: 40px;
  }
}
@media screen and (max-width: 647px) {
  .rn_heading_main {
    font-size: 40px;
  }
}

.rn_heading_sub {
  position: relative;
  font-size: 20px;
  color: #323c46;
  font-weight: 700;
  line-height: 1.8;
  font-family: "Yu Gothic", "YuGothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Figtree", sans-serif;
  white-space: nowrap;
}
@media screen and (min-width: 648px) and (max-width: 1007px) {
  .rn_heading_sub {
    font-size: 16px;
  }
}
@media screen and (max-width: 647px) {
  .rn_heading_sub {
    font-size: 16px;
  }
}
.rn_heading_sub::before {
  content: "／";
  position: relative;
  top: 0;
  left: 0;
  width: 1em;
  margin-right: 0.5em;
}

.js_fadein {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
.js_fadein.is_shown {
  opacity: 1;
  transform: translateY(0);
}
@media (prefers-reduced-motion: reduce) {
  .js_fadein {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

.rn_main {
  padding: 80px 0 200px;
  background: linear-gradient(109deg, #328DCE 0.64%, #266DC1 81.6%);
}
@media screen and (max-width: 1024px) {
  .rn_main {
    padding: 152px 0 120px;
  }
}
@media screen and (min-width: 648px) and (max-width: 1007px) {
  .rn_main {
    padding: 152px 0 120px;
    background: linear-gradient(106deg, #328DCE 0.43%, #266DC1 82.49%);
  }
}
@media screen and (max-width: 647px) {
  .rn_main {
    padding: 152px 0 120px;
    background: linear-gradient(106deg, #328DCE 0.43%, #266DC1 82.49%);
  }
}

.rn_main_inner {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 1008px) {
  .rn_main_inner {
    padding: 0 20px;
  }
}
@media screen and (min-width: 648px) and (max-width: 1007px) {
  .rn_main_inner {
    width: calc(100% - 30px);
    padding: 0;
  }
}
@media screen and (max-width: 647px) {
  .rn_main_inner {
    width: calc(100% - 30px);
    padding: 0;
  }
}

.rn_main_heading {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media screen and (min-width: 1008px) {
  .rn_main_heading {
    padding-bottom: 24px;
  }
}
@media screen and (min-width: 648px) and (max-width: 1007px) {
  .rn_main_heading {
    padding-bottom: 24px;
  }
}
@media screen and (max-width: 647px) {
  .rn_main_heading {
    padding-bottom: 24px;
  }
}
@media screen and (min-width: 648px) and (max-width: 1007px) {
  .rn_main_heading .rn_heading_main {
    margin-right: 16px;
    font-size: 48px;
  }
}
@media screen and (max-width: 647px) {
  .rn_main_heading .rn_heading_main {
    margin-right: 16px;
    font-size: 48px;
  }
}
.rn_main_heading .rn_heading_sub {
  color: #fff;
}

.sec_kv {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 1008px) {
  .sec_kv {
    gap: min(6.53vw, 94px);
    padding: 80px 20px 100px;
  }
}
@media screen and (min-width: 648px) and (max-width: 1007px) {
  .sec_kv {
    flex-direction: column;
    gap: 56px;
    width: calc(100% - 30px);
    padding: 80px 0 60px;
  }
}
@media screen and (max-width: 647px) {
  .sec_kv {
    flex-direction: column;
    gap: 56px;
    width: calc(100% - 30px);
    padding: 80px 0 60px;
  }
}

.sec_kv_content {
  flex: 1 1 0;
  min-width: 0;
}

.sec_kv_heading {
  color: #FFF;
  font-family: "Yu Gothic", "YuGothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Figtree", sans-serif;
  font-feature-settings: "pwid" on;
  font-weight: 700;
}
@media screen and (min-width: 1008px) {
  .sec_kv_heading {
    font-size: 32px;
    line-height: 1.5;
    letter-spacing: 1.6px;
  }
}
@media screen and (min-width: 648px) and (max-width: 1007px) {
  .sec_kv_heading {
    text-shadow: 2px 2px 20px rgba(0, 34, 68, 0.2);
    font-size: 24px;
    line-height: 1.25;
    letter-spacing: 1.2px;
  }
}
@media screen and (max-width: 647px) {
  .sec_kv_heading {
    text-shadow: 2px 2px 20px rgba(0, 34, 68, 0.2);
    font-size: 24px;
    line-height: 1.25;
    letter-spacing: 1.2px;
  }
}

.sec_kv_text {
  color: #FFF;
  font-family: "Yu Gothic", "YuGothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Figtree", sans-serif;
  font-feature-settings: "pwid" on;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.8px;
}
@media screen and (min-width: 1008px) {
  .sec_kv_text {
    margin-top: 40px;
    font-size: 16px;
  }
}
@media screen and (min-width: 648px) and (max-width: 1007px) {
  .sec_kv_text {
    margin-top: 40px;
    text-shadow: 2px 2px 20px rgba(0, 34, 68, 0.2);
    font-size: 16px;
  }
}
@media screen and (max-width: 647px) {
  .sec_kv_text {
    margin-top: 40px;
    text-shadow: 2px 2px 20px rgba(0, 34, 68, 0.2);
    font-size: 16px;
  }
}

@media screen and (min-width: 1008px) {
  .sec_kv_link {
    margin-top: 64px;
  }
}
@media screen and (min-width: 648px) and (max-width: 1007px) {
  .sec_kv_link {
    width: 100%;
    margin-top: 40px;
  }
}
@media screen and (max-width: 647px) {
  .sec_kv_link {
    width: 100%;
    margin-top: 40px;
  }
}

.sec_kv_image {
  flex: 0 1 auto;
  max-width: 540px;
  min-width: 280px;
}
.sec_kv_image img {
  width: 100%;
  height: auto;
}

.sec_business {
  max-width: 1392px;
  margin: 0 auto;
  padding: 100px 24px 96px;
}
@media screen and (min-width: 648px) and (max-width: 1007px) {
  .sec_business {
    padding: 60px 15px 80px;
  }
}
@media screen and (max-width: 647px) {
  .sec_business {
    padding: 60px 15px 64px;
  }
}

.sec_business_heading {
  font-family: "Yu Gothic", "YuGothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Figtree", sans-serif;
  margin: 0 auto 64px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
  letter-spacing: 2px;
}
@media screen and (min-width: 648px) and (max-width: 1007px) {
  .sec_business_heading {
    width: 100%;
    margin-bottom: 72px;
    font-size: 32px;
    letter-spacing: 1.6px;
  }
}
@media screen and (max-width: 647px) {
  .sec_business_heading {
    width: 100%;
    margin-bottom: 72px;
    font-size: 28px;
    letter-spacing: 1.4px;
  }
}

.sec_business_list {
  display: flex;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 1008px) {
  .sec_business_list {
    flex-wrap: wrap;
    gap: 24px;
  }
}
@media screen and (min-width: 648px) and (max-width: 1007px) {
  .sec_business_list {
    flex-direction: column;
    gap: 15px;
  }
}
@media screen and (max-width: 647px) {
  .sec_business_list {
    flex-direction: column;
    gap: 15px;
  }
}

.sec_business_item {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(255, 255, 255, 0.4);
}
@media screen and (min-width: 1008px) {
  .sec_business_item {
    width: calc((100% - 48px) / 3);
  }
}
@media screen and (max-width: 1007px) {
  .sec_business_item.is_collapsed .sec_business_item_body {
    height: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
}

.sec_business_item_head {
  flex: 0 0 auto;
  display: flex;
  gap: 16px;
  width: 100%;
  text-align: left;
  border: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  appearance: none;
}
@media screen and (min-width: 1008px) {
  .sec_business_item_head {
    flex-direction: column;
    align-items: flex-start;
    padding: 24px 40px;
  }
}
@media screen and (min-width: 648px) and (max-width: 1007px) {
  .sec_business_item_head {
    align-items: center;
    padding: 24px;
  }
}
@media screen and (max-width: 647px) {
  .sec_business_item_head {
    align-items: center;
    padding: 24px;
    cursor: pointer;
  }
}
.sec_business_item_head[aria-expanded=true] .sec_business_item_line::after {
  opacity: 0;
}
.sec_business_item_head:focus-visible {
  outline: 2px solid rgba(0, 82, 164, 0.35);
  outline-offset: 2px;
}
@media screen and (min-width: 1008px) {
  .sec_business_item_head[aria-controls=secBusinessPanel01] {
    background-image: linear-gradient(0deg, rgba(0, 82, 164, 0.85) 0%, rgba(0, 82, 164, 0.85) 100%), url("/assets/cdn/pages/company/business/images/bg_online_research_pc.jpg");
  }
}
@media screen and (max-width: 1007px) {
  .sec_business_item_head[aria-controls=secBusinessPanel01] {
    background-image: linear-gradient(0deg, rgba(0, 82, 164, 0.85) 0%, rgba(0, 82, 164, 0.85) 100%), url("/assets/cdn/pages/company/business/images/bg_online_research_sp.jpg");
  }
}
@media screen and (min-width: 1008px) {
  .sec_business_item_head[aria-controls=secBusinessPanel02] {
    background-image: linear-gradient(0deg, rgba(0, 82, 164, 0.85) 0%, rgba(0, 82, 164, 0.85) 100%), url("/assets/cdn/pages/company/business/images/bg_offline_research_pc.jpg");
  }
}
@media screen and (max-width: 1007px) {
  .sec_business_item_head[aria-controls=secBusinessPanel02] {
    background-image: linear-gradient(0deg, rgba(0, 82, 164, 0.85) 0%, rgba(0, 82, 164, 0.85) 100%), url("/assets/cdn/pages/company/business/images/bg_offline_research_sp.jpg");
  }
}
@media screen and (min-width: 1008px) {
  .sec_business_item_head[aria-controls=secBusinessPanel03] {
    background-image: linear-gradient(0deg, rgba(0, 82, 164, 0.85) 0%, rgba(0, 82, 164, 0.85) 100%), url("/assets/cdn/pages/company/business/images/bg_self_survey_pc.jpg");
  }
}
@media screen and (max-width: 1007px) {
  .sec_business_item_head[aria-controls=secBusinessPanel03] {
    background-image: linear-gradient(0deg, rgba(0, 82, 164, 0.85) 0%, rgba(0, 82, 164, 0.85) 100%), url("/assets/cdn/pages/company/business/images/bg_self_survey_sp.jpg");
  }
}
@media screen and (min-width: 1008px) {
  .sec_business_item_head[aria-controls=secBusinessPanel04] {
    background-image: linear-gradient(0deg, rgba(0, 82, 164, 0.85) 0%, rgba(0, 82, 164, 0.85) 100%), url("/assets/cdn/pages/company/business/images/bg_global_pc.jpg");
  }
}
@media screen and (max-width: 1007px) {
  .sec_business_item_head[aria-controls=secBusinessPanel04] {
    background-image: linear-gradient(0deg, rgba(0, 82, 164, 0.85) 0%, rgba(0, 82, 164, 0.85) 100%), url("/assets/cdn/pages/company/business/images/bg_global_sp.jpg");
  }
}
@media screen and (min-width: 1008px) {
  .sec_business_item_head[aria-controls=secBusinessPanel05] {
    background-image: linear-gradient(0deg, rgba(0, 82, 164, 0.85) 0%, rgba(0, 82, 164, 0.85) 100%), url("/assets/cdn/pages/company/business/images/bg_digital_pc.jpg");
  }
}
@media screen and (max-width: 1007px) {
  .sec_business_item_head[aria-controls=secBusinessPanel05] {
    background-image: linear-gradient(0deg, rgba(0, 82, 164, 0.85) 0%, rgba(0, 82, 164, 0.85) 100%), url("/assets/cdn/pages/company/business/images/bg_digital_sp.jpg");
  }
}
@media screen and (min-width: 1008px) {
  .sec_business_item_head[aria-controls=secBusinessPanel06] {
    background-image: linear-gradient(0deg, rgba(0, 82, 164, 0.85) 0%, rgba(0, 82, 164, 0.85) 100%), url("/assets/cdn/pages/company/business/images/bg_consulting_pc.jpg");
  }
}
@media screen and (max-width: 1007px) {
  .sec_business_item_head[aria-controls=secBusinessPanel06] {
    background-image: linear-gradient(0deg, rgba(0, 82, 164, 0.85) 0%, rgba(0, 82, 164, 0.85) 100%), url("/assets/cdn/pages/company/business/images/bg_consulting_sp.jpg");
  }
}
@media screen and (min-width: 1008px) {
  .sec_business_item_head[aria-controls=secBusinessPanel07] {
    background-image: linear-gradient(0deg, rgba(0, 82, 164, 0.85) 0%, rgba(0, 82, 164, 0.85) 100%), url("/assets/cdn/pages/company/business/images/bg_promotion_pc.jpg");
  }
}
@media screen and (max-width: 1007px) {
  .sec_business_item_head[aria-controls=secBusinessPanel07] {
    background-image: linear-gradient(0deg, rgba(0, 82, 164, 0.85) 0%, rgba(0, 82, 164, 0.85) 100%), url("/assets/cdn/pages/company/business/images/bg_promotion_sp.jpg");
  }
}
@media screen and (min-width: 1008px) {
  .sec_business_item_head[aria-controls=secBusinessPanel08] {
    background-image: linear-gradient(0deg, rgba(0, 82, 164, 0.85) 0%, rgba(0, 82, 164, 0.85) 100%), url("/assets/cdn/pages/company/business/images/bg_lifescience_pc.jpg");
  }
}
@media screen and (max-width: 1007px) {
  .sec_business_item_head[aria-controls=secBusinessPanel08] {
    background-image: linear-gradient(0deg, rgba(0, 82, 164, 0.85) 0%, rgba(0, 82, 164, 0.85) 100%), url("/assets/cdn/pages/company/business/images/bg_lifescience_sp.jpg");
  }
}

.sec_business_item_icon {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}

.sec_business_item_title {
  flex: 1;
  margin: 0;
  font-weight: 700;
  line-height: 1.25;
  color: #fff;
  letter-spacing: 1px;
  font-family: "Yu Gothic", "YuGothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Figtree", sans-serif;
  font-feature-settings: "pwid" on;
}
@media screen and (min-width: 1008px) {
  .sec_business_item_title {
    min-height: 60px;
    font-size: 24px;
    letter-spacing: 1.2px;
  }
}
@media screen and (max-width: 1007px) {
  .sec_business_item_title {
    font-size: 20px;
    letter-spacing: 1px;
  }
}

.sec_business_item_line {
  width: 22px;
  height: 2px;
  flex-shrink: 0;
  background: #fff;
  position: relative;
}
@media screen and (min-width: 1008px) {
  .sec_business_item_line {
    display: none;
  }
}
.sec_business_item_line::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 2px;
  height: 22px;
  background: #fff;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease;
}

.sec_business_item_body {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  gap: 38px;
  padding: 40px;
  background: #fff;
}
@media screen and (max-width: 1007px) {
  .sec_business_item_body {
    gap: 24px;
    padding: 24px;
    justify-content: flex-start;
    overflow: hidden;
    transition: height 0.3s, padding-top 0.3s, padding-bottom 0.3s;
  }
}

.sec_business_item_text {
  font-family: "Yu Gothic", "YuGothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Figtree", sans-serif;
  width: 100%;
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
  color: #323C46;
  letter-spacing: 0.8px;
  font-feature-settings: "pwid" on;
}
.sec_business_item_text strong {
  color: #0052a4;
}

.sec_business_item_links {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 16px;
}

.sec_service {
  max-width: 1392px;
  margin: 0 auto;
  padding: 0 24px;
}
@media screen and (min-width: 648px) and (max-width: 1007px) {
  .sec_service {
    padding: 0;
  }
}
@media screen and (max-width: 647px) {
  .sec_service {
    padding: 0;
  }
}

.sec_service_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 64px max(40px, (100vw - 1140px) / 2) 75px max(40px, (100vw - 1140px) / 2);
  background-image: linear-gradient(106deg, rgba(0, 82, 164, 0.96) 30%, rgba(0, 82, 164, 0.6) 100%), url("/assets/cdn/pages/company/business/images/service_photo.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}
@media screen and (min-width: 1440px) {
  .sec_service_inner {
    padding-left: 126px;
    padding-right: 126px;
  }
}
@media screen and (min-width: 648px) and (max-width: 1007px) {
  .sec_service_inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
    width: calc(100% - 30px);
    margin: 0 auto;
    padding: 56px 24px;
  }
}
@media screen and (max-width: 647px) {
  .sec_service_inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    width: calc(100% - 30px);
    margin: 0 auto;
    padding: 30px 24px;
  }
}

.sec_service_info {
  width: 100%;
  max-width: 557px;
}
@media screen and (max-width: 1007px) {
  .sec_service_info {
    max-width: 100%;
  }
}

.sec_service_heading {
  margin: 0;
  font-family: "Figtree", sans-serif;
  font-size: 64px;
  font-weight: 600;
  line-height: 1;
}
@media screen and (min-width: 648px) and (max-width: 1007px) {
  .sec_service_heading {
    font-size: 48px;
  }
}
@media screen and (max-width: 647px) {
  .sec_service_heading {
    font-size: 40px;
  }
}

.sec_service_text {
  font-family: "Yu Gothic", "YuGothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Figtree", sans-serif;
  margin: 24px 0 0;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1.75;
}
@media screen and (min-width: 648px) and (max-width: 1007px) {
  .sec_service_text {
    font-size: 18px;
    letter-spacing: 0.9px;
  }
}
@media screen and (max-width: 647px) {
  .sec_service_text {
    font-size: 16px;
    letter-spacing: 0.8px;
  }
  .sec_service_text br {
    display: none;
  }
}

.sec_service_buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
@media screen and (min-width: 648px) and (max-width: 1007px) {
  .sec_service_buttons {
    gap: 24px;
    width: 100%;
    flex: none;
  }
}
@media screen and (max-width: 647px) {
  .sec_service_buttons {
    gap: 24px;
    width: 100%;
    flex: none;
  }
}

.sec_strength {
  overflow: hidden;
  z-index: 1;
  position: relative;
  padding-top: 200px;
}
@media screen and (min-width: 648px) and (max-width: 1007px) {
  .sec_strength {
    padding-top: 120px;
  }
}
@media screen and (max-width: 647px) {
  .sec_strength {
    padding-top: 120px;
  }
}

.sec_strength_heading_wrapper {
  padding: 0 20px;
}
@media screen and (min-width: 648px) and (max-width: 1007px) {
  .sec_strength_heading_wrapper {
    padding: 0 15px;
  }
}
@media screen and (max-width: 647px) {
  .sec_strength_heading_wrapper {
    padding: 0 15px;
  }
}

.sec_strength_heading {
  font-family: "Yu Gothic", "YuGothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Figtree", sans-serif;
  z-index: 3;
  position: relative;
  margin: 0 auto 80px;
  max-width: 1140px;
  color: #323c46;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 1.5;
}
@media screen and (min-width: 648px) and (max-width: 1007px) {
  .sec_strength_heading {
    margin-bottom: 56px;
    font-size: 32px;
    letter-spacing: 1.6px;
  }
}
@media screen and (max-width: 647px) {
  .sec_strength_heading {
    margin-bottom: 40px;
    font-size: 28px;
    letter-spacing: 1.4px;
  }
}

.sec_strength_list {
  z-index: 1;
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sec_strength_item {
  position: relative;
  padding: 80px 53px 120px;
}
@media screen and (min-width: 648px) and (max-width: 1007px) {
  .sec_strength_item {
    padding: 64px 15px;
  }
}
@media screen and (max-width: 647px) {
  .sec_strength_item {
    padding: 64px 15px;
  }
}
.sec_strength_item:nth-of-type(1) {
  z-index: 3;
}
.sec_strength_item:nth-of-type(1)::before, .sec_strength_item:nth-of-type(1)::after {
  z-index: 3;
}
.sec_strength_item:nth-of-type(1)::after {
  top: -340px;
  left: 23.1944444444vw;
}
.sec_strength_item:nth-of-type(1) .sec_strength_frame {
  z-index: 4;
}
.sec_strength_item:nth-of-type(2) {
  z-index: 2;
}
.sec_strength_item:nth-of-type(2)::before, .sec_strength_item:nth-of-type(2)::after {
  z-index: 2;
}
.sec_strength_item:nth-of-type(2)::after {
  top: -205px;
  left: 12.7083333333vw;
  background: rgba(51, 190, 195, 0.05);
}
.sec_strength_item:nth-of-type(2) .sec_strength_frame {
  z-index: 3;
}
.sec_strength_item:nth-of-type(3) {
  z-index: 1;
}
.sec_strength_item:nth-of-type(3)::before, .sec_strength_item:nth-of-type(3)::after {
  z-index: 1;
}
.sec_strength_item:nth-of-type(3)::after {
  top: -201px;
  left: 24.7916666667vw;
}
.sec_strength_item:nth-of-type(3) .sec_strength_frame {
  z-index: 2;
}
.sec_strength_item::before, .sec_strength_item::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}
.sec_strength_item::before {
  width: 100%;
  height: 246px;
  background: linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
}
.sec_strength_item::after {
  width: 1500px;
  height: 600px;
  transform: rotate(-15deg);
  border-radius: 1500px;
  background: #FFF;
  filter: blur(100px);
}
.sec_strength_item.-strength02 .sec_strength_block {
  flex-direction: row-reverse;
}
@media screen and (min-width: 648px) and (max-width: 1007px) {
  .sec_strength_item.-strength02 .sec_strength_block {
    flex-direction: column;
  }
}
@media screen and (max-width: 647px) {
  .sec_strength_item.-strength02 .sec_strength_block {
    flex-direction: column;
  }
}

.sec_strength_frame {
  position: relative;
  margin: 0 auto;
  max-width: 1334px; /* 1440 - (53 * 2) */
}
@media screen and (min-width: 1440px) {
  .sec_strength_frame {
    max-width: 1380px;
  }
}

.sec_strength_block {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: flex-start;
}
@media screen and (min-width: 1440px) {
  .sec_strength_block {
    gap: 121px;
    justify-content: flex-end;
  }
}
@media screen and (max-width: 1007px) {
  .sec_strength_block {
    flex-direction: column;
    gap: 32px;
  }
}

.sec_strength_text {
  flex: 0 0 auto;
  max-width: 364px;
}
@media screen and (min-width: 1008px) and (max-width: 1245px) {
  .sec_strength_text {
    max-width: 752px;
  }
}
@media screen and (min-width: 1246px) {
  .sec_strength_text {
    max-width: 480px;
  }
}
@media screen and (min-width: 1440px) {
  .sec_strength_text {
    max-width: calc(100% - 873px); /* 1380px - 752px(panel) - 121px(gap) */
  }
}
@media screen and (max-width: 1007px) {
  .sec_strength_text {
    flex: none;
    max-width: 100%;
  }
}

.sec_strength_label {
  margin: 0 0 16px;
  font-family: "Figtree", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #33bec3;
  line-height: 1;
}

.sec_strength_title {
  margin: 0 0 40px;
  color: #0052a4;
  font-family: "Yu Gothic", "YuGothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Figtree", sans-serif;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 1.6px;
  line-height: 1.5;
  font-feature-settings: "pwid" on;
}
.sec_strength_title span {
  display: block;
}
@media screen and (max-width: 1007px) {
  .sec_strength_title {
    margin-bottom: 24px;
    font-size: 28px;
  }
}

.sec_strength_desc {
  margin: 0;
  font-family: "Yu Gothic", "YuGothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Figtree", sans-serif;
  color: #323c46;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.8px;
  line-height: 1.75;
  font-feature-settings: "pwid" on;
}
@media screen and (max-width: 1007px) {
  .sec_strength_desc {
    font-size: 14px;
  }
}

.sec_strength_cards {
  flex: 0 1 752px;
  display: flex;
  gap: 24px;
}
@media screen and (min-width: 648px) and (max-width: 1007px) {
  .sec_strength_cards {
    width: 100%;
    flex: none;
  }
}
@media screen and (max-width: 647px) {
  .sec_strength_cards {
    width: 100%;
    flex: none;
    gap: 15px;
  }
}
.sec_strength_cards.-mini {
  display: flex;
  gap: 24px;
}
@media screen and (min-width: 1008px) {
  .sec_strength_cards.-mini {
    width: auto;
  }
}
@media screen and (min-width: 648px) and (max-width: 1007px) {
  .sec_strength_cards.-mini {
    width: 100%;
  }
}
@media screen and (max-width: 647px) {
  .sec_strength_cards.-mini {
    flex: none;
    width: 100%;
    flex-wrap: wrap;
    gap: 15px;
  }
}

.sec_strength_card {
  position: relative;
  overflow: hidden;
  color: #fff;
  background: #266dc1;
}
@media screen and (min-width: 1008px) {
  .sec_strength_card {
    flex: 1 1 364px;
    height: 364px;
  }
}
@media screen and (min-width: 648px) and (max-width: 1007px) {
  .sec_strength_card {
    flex: 1 1 364px;
    height: 364px;
  }
}
@media screen and (max-width: 647px) {
  .sec_strength_card {
    flex: 1 1 auto;
    width: 100%;
  }
}

.sec_strength_cards.-mini .sec_strength_card {
  background: transparent;
}
@media screen and (max-width: 647px) {
  .sec_strength_cards.-mini .sec_strength_card {
    flex: 1 1 auto;
    width: calc((100% - 16px) / 2);
    min-width: 0;
  }
}

.sec_strength_card_bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(168.703deg, #529fd7 10.099%, #266dc1 88.447%);
}

.sec_strength_cards.-mini .sec_strength_card_bg {
  background: linear-gradient(156.843deg, #529fd7 10.099%, #266dc1 88.447%);
}

.sec_strength_card_deco {
  position: absolute;
  display: block;
  pointer-events: none;
  user-select: none;
}

.sec_strength_cards.-mini .sec_strength_card_deco {
  left: 50%;
  top: 64px;
  transform: translateX(-50%);
}
@media screen and (max-width: 647px) {
  .sec_strength_cards.-mini .sec_strength_card_deco {
    top: 8px;
    transform: translateX(-50%);
  }
}

@media screen and (max-width: 647px) {
  .sec_strength_card.-global .sec_strength_card_deco, .sec_strength_card.-jp .sec_strength_card_deco, .sec_strength_card.-projects .sec_strength_card_deco, .sec_strength_card.-clients .sec_strength_card_deco {
    top: 8px;
    left: 5%;
    width: 90%;
    height: auto;
  }
}
@media screen and (min-width: 1008px) {
  .sec_strength_card.-global .sec_strength_card_deco {
    left: 39px;
    top: 29px;
    width: 293px;
    height: 292px;
  }
}
@media screen and (min-width: 648px) and (max-width: 1007px) {
  .sec_strength_card.-global .sec_strength_card_deco {
    left: 39px;
    top: 29px;
    width: 293px;
    height: 292px;
  }
}
@media screen and (min-width: 1008px) {
  .sec_strength_card.-jp .sec_strength_card_deco {
    left: 13px;
    top: 63px;
    width: 332px;
    height: 222px;
  }
}
@media screen and (min-width: 648px) and (max-width: 1007px) {
  .sec_strength_card.-jp .sec_strength_card_deco {
    left: 13px;
    top: 63px;
    width: 332px;
    height: 222px;
  }
}
@media screen and (min-width: 1008px) {
  .sec_strength_card.-awareness .sec_strength_card_deco {
    width: 94px;
    height: 145px;
  }
}
@media screen and (min-width: 648px) and (max-width: 1007px) {
  .sec_strength_card.-awareness .sec_strength_card_deco {
    width: 94px;
    height: 145px;
  }
}
@media screen and (max-width: 647px) {
  .sec_strength_card.-awareness .sec_strength_card_deco {
    width: 18.6666666667vw;
  }
}
@media screen and (min-width: 1008px) {
  .sec_strength_card.-purchase .sec_strength_card_deco {
    width: 126px;
    height: 145px;
    margin-left: 10px;
  }
}
@media screen and (min-width: 648px) and (max-width: 1007px) {
  .sec_strength_card.-purchase .sec_strength_card_deco {
    width: 126px;
    height: 145px;
    margin-left: 10px;
  }
}
@media screen and (max-width: 647px) {
  .sec_strength_card.-purchase .sec_strength_card_deco {
    width: 22.6666666667vw;
  }
}
@media screen and (min-width: 1008px) {
  .sec_strength_card.-web .sec_strength_card_deco {
    width: 68px;
    height: 147px;
  }
}
@media screen and (min-width: 648px) and (max-width: 1007px) {
  .sec_strength_card.-web .sec_strength_card_deco {
    width: 68px;
    height: 147px;
  }
}
@media screen and (max-width: 647px) {
  .sec_strength_card.-web .sec_strength_card_deco {
    width: 14.4vw;
  }
}
@media screen and (min-width: 1008px) {
  .sec_strength_card.-viewing .sec_strength_card_deco {
    width: 136px;
    height: 114px;
    top: 80px;
  }
}
@media screen and (min-width: 648px) and (max-width: 1007px) {
  .sec_strength_card.-viewing .sec_strength_card_deco {
    width: 136px;
    height: 114px;
    top: 80px;
  }
}
@media screen and (max-width: 647px) {
  .sec_strength_card.-viewing .sec_strength_card_deco {
    width: 30.6666666667vw;
  }
}
@media screen and (min-width: 1008px) {
  .sec_strength_card.-projects .sec_strength_card_deco {
    left: 88px;
    top: 26px;
    width: 196px;
    height: 168px;
  }
}
@media screen and (min-width: 648px) and (max-width: 1007px) {
  .sec_strength_card.-projects .sec_strength_card_deco {
    left: 88px;
    top: 26px;
    width: 196px;
    height: 168px;
  }
}
@media screen and (min-width: 1008px) {
  .sec_strength_card.-clients .sec_strength_card_deco {
    left: 70px;
    top: 5px;
    width: 224px;
    height: 201px;
  }
}
@media screen and (min-width: 648px) and (max-width: 1007px) {
  .sec_strength_card.-clients .sec_strength_card_deco {
    left: 70px;
    top: 5px;
    width: 224px;
    height: 201px;
  }
}

.sec_strength_card_body {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  text-align: center;
}
@media screen and (min-width: 1008px) {
  .sec_strength_card_body {
    gap: 10px;
    padding: 64px 12px;
  }
}
@media screen and (min-width: 648px) and (max-width: 1007px) {
  .sec_strength_card_body {
    gap: 10px;
    padding: 64px 12px;
  }
}
@media screen and (max-width: 647px) {
  .sec_strength_card_body {
    gap: 8px;
  }
}

@media screen and (max-width: 647px) {
  .sec_strength_card.-global .sec_strength_card_body, .sec_strength_card.-jp .sec_strength_card_body {
    padding: 14.9333333333vw 10px 5.3333333333vw;
  }
}
@media screen and (max-width: 647px) {
  .sec_strength_card.-projects .sec_strength_card_body, .sec_strength_card.-clients .sec_strength_card_body {
    padding: 19.2vw 10px 5.3333333333vw;
  }
}
@media screen and (max-width: 647px) {
  .sec_strength_card.-awareness .sec_strength_card_body, .sec_strength_card.-purchase .sec_strength_card_body, .sec_strength_card.-web .sec_strength_card_body, .sec_strength_card.-viewing .sec_strength_card_body {
    padding: 29.0666666667vw 10px 5.3333333333vw;
  }
}

.sec_strength_card_heading {
  font-family: "Yu Gothic", "YuGothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Figtree", sans-serif;
  margin: 0;
  font-weight: 700;
  line-height: 1;
  font-feature-settings: "pwid" on, "pkna" on;
}
@media screen and (min-width: 1008px) {
  .sec_strength_card_heading {
    font-size: 24px;
    letter-spacing: 1.2px;
  }
}
@media screen and (min-width: 648px) and (max-width: 1007px) {
  .sec_strength_card_heading {
    font-size: 24px;
    letter-spacing: 1.2px;
  }
}
@media screen and (max-width: 647px) {
  .sec_strength_card_heading {
    font-size: 16px;
    line-height: 1.25;
    letter-spacing: 0.8px;
  }
}

.sec_strength_cards.-mini .sec_strength_card_heading {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-align: center;
  overflow-wrap: anywhere;
  word-break: break-word;
}
@media screen and (min-width: 1008px) {
  .sec_strength_cards.-mini .sec_strength_card_heading {
    line-height: 1.25;
  }
}
@media screen and (min-width: 648px) and (max-width: 1007px) {
  .sec_strength_cards.-mini .sec_strength_card_heading {
    line-height: 1.25;
  }
}
@media screen and (max-width: 647px) {
  .sec_strength_cards.-mini .sec_strength_card_heading {
    font-size: 20px;
    line-height: 1;
    letter-spacing: 1px;
  }
}

.sec_strength_card_value {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: center;
  gap: 6px;
}
@media screen and (max-width: 647px) {
  .sec_strength_card_value {
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }
}

.sec_strength_card_num {
  margin: 0;
  font-family: "Figtree", sans-serif;
  font-weight: 300;
  line-height: 1;
  font-feature-settings: "pwid" on, "palt" on, "pkna" on;
}
@media screen and (min-width: 1008px) {
  .sec_strength_card_num {
    font-size: 100px;
    letter-spacing: -6px;
  }
}
@media screen and (min-width: 648px) and (max-width: 1007px) {
  .sec_strength_card_num {
    font-size: 100px;
    letter-spacing: -6px;
  }
}
@media screen and (max-width: 647px) {
  .sec_strength_card_num {
    font-size: 40px;
  }
}

@media screen and (max-width: 647px) {
  .sec_strength_card.-global .sec_strength_card_num, .sec_strength_card.-jp .sec_strength_card_num {
    font-size: 56px;
  }
}
@media screen and (max-width: 647px) {
  .sec_strength_card.-projects .sec_strength_card_num, .sec_strength_card.-clients .sec_strength_card_num {
    font-size: 40px;
  }
}

.sec_strength_card_unit {
  margin: 0 0 14px;
  font-family: "Yu Gothic", "YuGothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Figtree", sans-serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1;
  font-feature-settings: "pwid" on, "palt" on, "pkna" on;
}
@media screen and (max-width: 647px) {
  .sec_strength_card_unit {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
    font-size: 16px;
    letter-spacing: 0.8px;
  }
}
.sec_strength_card_unit span {
  display: block;
}
.sec_strength_card_unit.-stack3 {
  margin-bottom: 10px;
}
@media screen and (max-width: 647px) {
  .sec_strength_card_unit.-stack3 {
    margin-bottom: 0;
  }
}

.sec_strength_note {
  font-family: "Yu Gothic", "YuGothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Figtree", sans-serif;
  margin: 80px auto 0;
  padding: 0 32px;
  text-align: right;
  color: #323c46;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.36px;
  opacity: 0.6;
  line-height: 1.25;
}
@media screen and (max-width: 1007px) {
  .sec_strength_note {
    margin: 40px auto 0;
    padding: 0 24px;
  }
}

.sec_approach {
  margin: 0;
  padding: 200px 0 150px;
  color: #0052a4;
  background: url("/assets/cdn/pages/company/business/images/approach_bg.png") 50%/cover no-repeat, #FFF;
}
@media screen and (min-width: 648px) and (max-width: 1007px) {
  .sec_approach {
    padding: 120px 0;
  }
}
@media screen and (max-width: 647px) {
  .sec_approach {
    padding: 120px 0;
  }
}

.sec_approach_inner {
  box-sizing: border-box;
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 1008px) {
  .sec_approach_inner {
    padding: 0 20px;
  }
}
@media screen and (min-width: 648px) and (max-width: 1007px) {
  .sec_approach_inner {
    padding: 0 15px;
  }
}
@media screen and (max-width: 647px) {
  .sec_approach_inner {
    padding: 0 15px;
  }
}

@media screen and (min-width: 1008px) {
  .sec_approach_intro {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 40px 8px 8px;
    background: #fff;
  }
}
@media screen and (max-width: 1007px) {
  .sec_approach_intro {
    display: flex;
  }
}

@media screen and (max-width: 1007px) {
  .sec_approach_intro_icon_wrap {
    flex: 0 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px;
    background: #fff;
  }
}

.sec_approach_intro_icon {
  flex: 0 0 auto;
  display: block;
  width: 8px;
  height: auto;
}

.sec_approach_lead {
  margin: 0;
  padding: 0;
  font-family: "Yu Gothic", "YuGothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Figtree", sans-serif;
  font-weight: 700;
  line-height: 1.5;
  color: #0052a4;
  font-feature-settings: "pwid" on, "palt" on;
}
@media screen and (min-width: 1008px) {
  .sec_approach_lead {
    font-size: 24px;
    letter-spacing: 1.2px;
  }
}
@media screen and (max-width: 1007px) {
  .sec_approach_lead {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    font-size: 18px;
    letter-spacing: 0.9px;
  }
}

@media screen and (max-width: 1007px) {
  .sec_approach_lead_text {
    padding-right: 24px;
    background: #fff;
    overflow-wrap: anywhere;
    word-break: break-word;
  }
}

.sec_approach_heading {
  align-items: flex-start;
  gap: 0;
  border: none;
  font-family: "Figtree", sans-serif;
  font-weight: 600;
  line-height: 1;
  color: #fff;
}
@media screen and (min-width: 1008px) {
  .sec_approach_heading {
    display: inline-flex;
    margin-top: 8px;
    padding-left: 10px;
    padding-right: 191px;
    background-image: url("/assets/cdn/pages/company/business/images/approach_heading_bg_pc.svg");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: auto 100%;
  }
}
@media screen and (min-width: 1008px) and (max-width: 1024px) {
  .sec_approach_heading {
    width: 100%;
    background-position: right center;
  }
}
@media screen and (max-width: 1007px) {
  .sec_approach_heading {
    display: flex;
    flex-direction: column;
    margin-top: 8px;
  }
}

@media screen and (max-width: 1007px) {
  .sec_approach_heading_group {
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
  .sec_approach_heading_group.-technology {
    background-image: url("/assets/cdn/pages/company/business/images/approach_heading_bg_sp_01.svg");
  }
  .sec_approach_heading_group.-people {
    background-image: url("/assets/cdn/pages/company/business/images/approach_heading_bg_sp_03.svg");
  }
}

.sec_approach_heading_line {
  display: block;
  margin: 0;
}

.sec_approach_heading_label {
  display: inline-block;
  box-sizing: border-box;
  margin: 0;
  padding-left: 8px;
  color: #fff;
  font-family: "Figtree", sans-serif;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.02em;
}
@media screen and (min-width: 1008px) {
  .sec_approach_heading_label {
    font-size: 80px;
  }
}
@media screen and (max-width: 1007px) {
  .sec_approach_heading_label {
    font-size: 56px;
  }
}
@media screen and (max-width: 1007px) {
  .sec_approach_heading_label.-technology {
    padding-right: 48px;
  }
}
@media screen and (max-width: 1007px) {
  .sec_approach_heading_label.-driven {
    margin-top: -6px;
    padding-right: 128px;
  }
}
@media screen and (max-width: 1007px) {
  .sec_approach_heading_label.-people {
    padding-right: 120px;
  }
}
@media screen and (max-width: 1007px) {
  .sec_approach_heading_label.-driven {
    padding-right: 56px;
  }
}

.sec_approach_heading_cross {
  position: relative;
  display: block;
  flex: 0 0 auto;
  margin: 0;
  line-height: 0;
  background-image: url("/assets/cdn/pages/company/business/images/approach_heading_bg_sp_02.svg");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
@media screen and (min-width: 1008px) {
  .sec_approach_heading_cross {
    width: 160px;
    height: 160px;
  }
}
@media screen and (max-width: 1007px) {
  .sec_approach_heading_cross {
    width: 77px;
    height: 77px;
  }
}
.sec_approach_heading_cross svg {
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
}
@media screen and (min-width: 1008px) {
  .sec_approach_heading_cross svg {
    width: 180px;
    height: 180px;
  }
}
@media screen and (max-width: 1007px) {
  .sec_approach_heading_cross svg {
    width: 99px;
    height: 99px;
  }
}

.sec_approach_detail {
  margin: 120px 0 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: transparent;
}
@media screen and (max-width: 1007px) {
  .sec_approach_detail {
    margin-top: 80px;
  }
}

.sec_approach_detail_title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  margin: 0;
  padding: 0;
  font-family: "Yu Gothic", "YuGothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Figtree", sans-serif;
  font-weight: 700;
  color: #0052a4;
  font-feature-settings: "pwid" on, "palt" on;
}
@media screen and (min-width: 1008px) {
  .sec_approach_detail_title {
    font-size: 32px;
    line-height: 175%;
    letter-spacing: 1.6px;
  }
}
@media screen and (max-width: 1007px) {
  .sec_approach_detail_title {
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: 1.2px;
  }
}

.sec_approach_detail_title_line {
  display: block;
  margin: 0;
}

.sec_approach_detail_quote {
  color: rgba(0, 82, 164, 0.5);
}

.sec_approach_detail_em {
  color: #33bec3;
}

.sec_approach_detail_text {
  margin: 2em 0 0;
  font-family: "Yu Gothic", "YuGothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Figtree", sans-serif;
  font-weight: 500;
  color: #0052a4;
  font-feature-settings: "pwid" on;
}
@media screen and (min-width: 1008px) {
  .sec_approach_detail_text {
    font-size: 18px;
    line-height: 2;
    letter-spacing: 0.9px;
  }
}
@media screen and (max-width: 1007px) {
  .sec_approach_detail_text {
    margin: 1.75em 0 0;
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: 0.8px;
  }
}
.sec_approach_detail_text:first-of-type {
  margin-top: 40px;
}
@media screen and (max-width: 1007px) {
  .sec_approach_detail_text:first-of-type {
    margin-top: 32px;
  }
}

/*# sourceMappingURL=page.css.map */
