@charset "UTF-8";
.soc_202312 {
  /* rtl:raw:
  [type="tel"],
  [type="url"],
  [type="email"],
  [type="number"] {
    direction: ltr;
  }
  */
  /* rtl:begin:remove */
  /* rtl:end:remove */
}
.soc_202312 :root {
  --bs-white-rgb: 255, 255, 255;
  --bs-font-sans-serif: "Noto Sans", "Noto Sans JP", "Noto Sans Japanese", "Avenir", "Open Sans", system-ui, -apple-system, "Segoe UI", Roboto, "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-link-color: #0d6efd;
  --bs-link-hover-color: #0a58ca;
}
.soc_202312 *,
.soc_202312 *::before,
.soc_202312 *::after {
  box-sizing: border-box;
}
.soc_202312 body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
 .soc_202312 h4, .soc_202312 .h4, .soc_202312 h3, .soc_202312 .h3, .soc_202312 h2, .soc_202312 .h2, .soc_202312 h1, .soc_202312 .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
.soc_202312 h1, .soc_202312 .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  .soc_202312 h1, .soc_202312 .h1 {
    font-size: 2.5rem;
  }
}
.soc_202312 h2, .soc_202312 .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  .soc_202312 h2, .soc_202312 .h2 {
    font-size: 2rem;
  }
}
.soc_202312 h3, .soc_202312 .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  .soc_202312 h3, .soc_202312 .h3 {
    font-size: 1.75rem;
  }
}
.soc_202312 h4, .soc_202312 .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  .soc_202312 h4, .soc_202312 .h4 {
    font-size: 1.5rem;
  }
}
.soc_202312 p {
  margin-top: 0;
  margin-bottom: 1rem;
}

.soc_202312 ul {
  padding-left: 2rem;
}

.soc_202312 ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

.soc_202312 ul ul {
  margin-bottom: 0;
}

.soc_202312 strong {
  font-weight: bolder;
}
.soc_202312 small, .soc_202312 .small {
  font-size: 0.875em;
}
.soc_202312 a {
  color: var(--bs-link-color);
  text-decoration: none;
}
.soc_202312 a:hover {
  color: var(--bs-link-hover-color);
  text-decoration: underline;
}
.soc_202312 a:not([href]):not([class]), .soc_202312 a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
.soc_202312 figure {
  margin: 0 0 1rem;
}
.soc_202312 img,
.soc_202312 svg {
  vertical-align: middle;
}
.soc_202312 ::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
.soc_202312 ::-webkit-datetime-edit-fields-wrapper,
.soc_202312 ::-webkit-datetime-edit-text,
.soc_202312 ::-webkit-datetime-edit-minute,
.soc_202312 ::-webkit-datetime-edit-hour-field,
.soc_202312 ::-webkit-datetime-edit-day-field,
.soc_202312 ::-webkit-datetime-edit-month-field,
.soc_202312 ::-webkit-datetime-edit-year-field {
  padding: 0;
}
.soc_202312 ::-webkit-inner-spin-button {
  height: auto;
}
.soc_202312 ::-webkit-search-decoration {
  -webkit-appearance: none;
}
.soc_202312 ::-webkit-color-swatch-wrapper {
  padding: 0;
}
.soc_202312 ::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}
.soc_202312 iframe {
  border: 0;
}
.soc_202312 [hidden] {
  display: none !important;
}
.soc_202312 .lead {
  font-size: 1.25rem;
  font-weight: 300;
}
.soc_202312 .img-fluid {
  max-width: 100%;
  height: auto;
}
.soc_202312 .figure {
  display: inline-block;
}
.soc_202312 .container {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
   .soc_202312 .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
   .soc_202312 .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
   .soc_202312 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
   .soc_202312 .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
   .soc_202312 .container {
    max-width: 1320px;
  }
}
.soc_202312 .row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.soc_202312 .row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}
@media (min-width: 768px) {
  .soc_202312 .col-md {
    flex: 1 0 0%;
  }
  .soc_202312 .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .soc_202312 .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .soc_202312 .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
}
.soc_202312 .btn {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: #212529;
  --bs-btn-bg: transparent;
  --bs-btn-border-width: 1px;
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: 0.375rem;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .soc_202312 .btn {
    transition: none;
  }
}
.soc_202312 .btn:hover {
  color: var(--bs-btn-hover-color);
  text-decoration: none;
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}
 .soc_202312 .btn:focus {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
 .soc_202312 .btn:active {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}
 .soc_202312 .btn:active:focus {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.soc_202312 .btn:disabled {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}
.soc_202312 .btn-lg {
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: 1.25rem;
  --bs-btn-border-radius: 0.5rem;
}
.soc_202312 .card {
  --bs-card-spacer-y: 0;
  --bs-card-spacer-x: 0;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-border-width: 0;
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: 0;
  --bs-card-inner-border-radius: 0;
  --bs-card-cap-padding-y: 0;
  --bs-card-cap-padding-x: 0;
  --bs-card-cap-bg: none;
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: none;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
}
.soc_202312 .card-body {
  flex: 1 1 auto;
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  color: var(--bs-card-color);
}
.soc_202312 .card-title {
  margin-bottom: var(--bs-card-title-spacer-y);
}
.soc_202312 .card-text:last-child {
  margin-bottom: 0;
}
.soc_202312 .card-header {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  margin-bottom: 0;
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.soc_202312 .card-header:first-child {
  border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;
}
.soc_202312 .card-footer {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.soc_202312 .card-footer:last-child {
  border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius);
}
.soc_202312 .badge {
  --bs-badge-padding-x: 0.65em;
  --bs-badge-padding-y: 0.35em;
  --bs-badge-font-size: 0.75em;
  --bs-badge-font-weight: 700;
  --bs-badge-color: #fff;
  --bs-badge-border-radius: 0.375rem;
  display: inline-block;
  padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
  font-size: var(--bs-badge-font-size);
  font-weight: var(--bs-badge-font-weight);
  line-height: 1;
  color: var(--bs-badge-color);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: var(--bs-badge-border-radius);
}
.soc_202312 .badge:empty {
  display: none;
}
.soc_202312 .btn .badge {
  position: relative;
  top: -1px;
}
.soc_202312 .btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 0.375rem;
  opacity: 0.5;
}
.soc_202312 .btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}
.soc_202312 .btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  opacity: 1;
}
.soc_202312 .btn-close:disabled {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  opacity: 0.25;
}
.soc_202312 .align-bottom {
  vertical-align: bottom !important;
}
.soc_202312 .overflow-hidden {
  overflow: hidden !important;
}
.soc_202312 .d-block {
  display: block !important;
}
.soc_202312 .d-flex {
  display: flex !important;
}
.soc_202312 .d-inline-flex {
  display: inline-flex !important;
}
.soc_202312 .d-none {
  display: none !important;
}
.soc_202312 .flex-grow-0 {
  flex-grow: 0 !important;
}
.soc_202312 .flex-grow-1 {
  flex-grow: 1 !important;
}
.soc_202312 .flex-shrink-0 {
  flex-shrink: 0 !important;
}
.soc_202312 .align-items-start {
  align-items: flex-start !important;
}
.soc_202312 .align-items-end {
  align-items: flex-end !important;
}
.soc_202312 .align-items-center {
  align-items: center !important;
}
.soc_202312 .m-auto {
  margin: auto !important;
}
.soc_202312 .mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.soc_202312 .mb-0 {
  margin-bottom: 0 !important;
}
.soc_202312 .ms-auto {
  margin-left: auto !important;
}
.soc_202312 .py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.soc_202312 .text-start {
  text-align: left !important;
}
.soc_202312 .text-center {
  text-align: center !important;
}
.soc_202312 .text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}
@media (min-width: 768px) {
  .soc_202312 .d-md-block {
    display: block !important;
  }
  .soc_202312 .d-md-flex {
    display: flex !important;
  }
  .soc_202312 .d-md-none {
    display: none !important;
  }
  .soc_202312 .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .soc_202312 .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .soc_202312 .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .soc_202312 .ms-md-auto {
    margin-left: auto !important;
  }
  .soc_202312 .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .soc_202312 .text-md-start {
    text-align: left !important;
  }
  .soc_202312 .text-md-end {
    text-align: right !important;
  }
}
@media (min-width: 1200px) {
  .soc_202312 .d-xl-block {
    display: block !important;
  }
}
.soc_202312 html.wf-active body {
  visibility: visible;
}
.soc_202312 body {
  position: relative;
  visibility: hidden;
}
@media (max-width: 767.98px) {
  .soc_202312 body {
    font-size: 1rem;
  }
}
.soc_202312 a,
.soc_202312 a img {
  transition: all 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .soc_202312 a,
.soc_202312 a img {
    transition: none;
  }
}
@media (min-width: 576px) {
  .soc_202312 a.hover:hover {
    opacity: 0.8;
  }
}
@media (min-width: 576px) {
  .soc_202312 a.hover-img:hover img {
    opacity: 0.8;
  }
}
.soc_202312 strong {
  font-weight: bold;
}
.soc_202312 .lead {
  font-size: 18px;
  line-height: 1.667;
}
@media (max-width: 767.98px) {
  .soc_202312 .lead {
    font-size: 14px;
    line-height: 1.5;
  }
}
.soc_202312 ul {
  padding-left: 1.5em;
  margin-bottom: 0;
}
.soc_202312 .text-white {
  color: #fff !important;
}
.soc_202312 .text-red {
  color: #d7092f !important;
}
.soc_202312 .text-orange {
  color: #f7931e !important;
}
.soc_202312 .text-light-orange {
  color: #f7851e !important;
}
.soc_202312 .text-light-green {
  color: #8cc63f !important;
}
.soc_202312 .text-light-blue {
  color: #29abe2 !important;
}
.soc_202312 .container {
  max-width: 1224px;
}
@media (max-width: 767.98px) {
  .soc_202312 .container {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.soc_202312 .row-0 {
  margin-right: 0;
  margin-left: 0;
}
.soc_202312 .row-0 > div,
.soc_202312 .row-0 > li {
  padding-right: 0;
  padding-left: 0;
}
.soc_202312 .row-10 {
  margin-right: -10px;
  margin-left: -10px;
}
.soc_202312 .row-10 > div,
.soc_202312 .row-10 > li {
  padding-right: 10px;
  padding-left: 10px;
}
@media (max-width: 991.98px) {
  .soc_202312 .row-5-lg {
    margin-right: -5px;
    margin-left: -5px;
  }
  .soc_202312 .row-5-lg > div,
.soc_202312 .row-5-lg > li {
    padding-right: 5px;
    padding-left: 5px;
  }
}
.soc_202312 .btn {
  transition: all 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .soc_202312 .btn {
    transition: none;
  }
}
.soc_202312 .btn.icon-external {
  position: relative;
}
.soc_202312 .btn.icon-external:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 19px;
  width: 17px;
  height: 17px;
  margin-top: auto;
  margin-bottom: auto;
  background: url("/svcsol/campaign/images/soc_202312/icon/external.svg") no-repeat 50% 50%/contain;
  content: "";
}
@media (max-width: 991.98px) {
  .soc_202312 .btn.icon-external:after {
    right: 15px;
  }
}
@media (max-width: 767.98px) {
  .soc_202312 .btn.icon-external:after {
    right: 11px;
    width: 10px;
    height: 10px;
  }
}
.soc_202312 .btn.icon-external.icon-lg:after {
  right: 25px;
  width: 25px;
  height: 25px;
}
@media (max-width: 991.98px) {
  .soc_202312 .btn.icon-external.icon-lg:after {
    right: 16px;
  }
}
@media (max-width: 767.98px) {
  .soc_202312 .btn.icon-external.icon-lg:after {
    right: 14px;
    width: 15px;
    height: 14px;
  }
}
.soc_202312 .btn-red {
  --bs-btn-color: #fff;
  --bs-btn-bg: #d7092f;
  --bs-btn-border-color: #d7092f;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #b70828;
  --bs-btn-hover-border-color: #ac0726;
  --bs-btn-focus-shadow-rgb: 221, 46, 78;
  padding: 11px 42px 10px 24px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.458;
  border-radius: 36px;
}
@media (max-width: 767.98px) {
  .soc_202312 .btn-red {
    padding: 9px 38px 8px 28px;
    font-size: 11px;
  }
}
.soc_202312 .btn-red:hover, .soc_202312 .btn-red:active, .soc_202312 .btn-red:focus {
  background-color: #ef0f4a;
  border-color: #ef0f4a;
  box-shadow: none !important;
}
.soc_202312 .btn-red.btn-lg {
  padding: 17px 94px 16px 35px;
  font-size: 24px;
  letter-spacing: -0.03em;
  border-radius: 35px;
}
@media (max-width: 991.98px) {
  .soc_202312 .btn-red.btn-lg {
    padding: 15px 56px 15px 20px;
    font-size: 20px;
  }
}
@media (max-width: 767.98px) {
  .soc_202312 .btn-red.btn-lg {
    padding: 10px 48px 10px 30px;
    font-size: 13px;
  }
}
.soc_202312 .btn-red .text {
  display: inline-block;
  padding-top: 1px;
  padding-bottom: 2px;
}
.soc_202312 .mw-480 {
  max-width: 480px !important;
}
.soc_202312 .bg-blue {
  background-color: #0179d4 !important;
}
.soc_202312 .bg-light-blue-gray {
  background-color: #e5ecf2 !important;
}
.soc_202312 .bg-white-semi {
  background-color: rgba(255, 255, 255, 0.9) !important;
}
.soc_202312 .brs-20 {
  border-radius: 20px !important;
}
.soc_202312 .badge {
  text-decoration: none;
}
.soc_202312 .badge-multi-color {
  overflow: hidden;
  display: inline-flex;
  padding: 0;
  font-size: 28px;
  font-weight: bold;
  background-color: #f7931e;
  border-radius: 10px;
}
@media (max-width: 767.98px) {
  .soc_202312 .badge-multi-color {
    margin-top: 8px;
    font-size: 20px;
  }
}
.soc_202312 .badge-multi-color .item {
  display: inline-block;
  padding: 14px 12px;
}
@media (max-width: 767.98px) {
  .soc_202312 .badge-multi-color .item {
    padding: 8px 10px;
  }
}
.soc_202312 .badge-multi-color .item-2 {
  margin-left: -3px;
  background-color: #b76300;
}
.soc_202312 a.card {
  transition: all 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .soc_202312 a.card {
    transition: none;
  }
}
.soc_202312 .card-default {
  max-width: 364px;
  padding: 23px 28px 24px;
  margin-bottom: 42px;
  font-size: 18px;
  line-height: 1.61;
  background-color: #fff;
  border-radius: 24px;
}
@media (max-width: 991.98px) {
  .soc_202312 .card-default {
    padding-right: 15px;
    padding-left: 15px;
    font-size: 14px;
  }
}
@media (max-width: 767.98px) {
  .soc_202312 .card-default {
    flex-direction: column;
    margin-right: auto;
    margin-left: auto;
    line-height: 1.5;
  }
}
.soc_202312 .card-default.card-md .card-header {
  margin-bottom: 16px;
  font-size: 22px;
}
@media (max-width: 767.98px) {
  .soc_202312 .card-default.card-md .card-header {
    font-size: 17px;
  }
}
.soc_202312 .card-default.card-md .card-header .text {
  padding-top: 23px;
}
.soc_202312 .card-default.card-md .card-header .img-number {
  height: 49px;
}
.soc_202312 .card-default.card-md .card-title {
  margin-bottom: 15px;
}
@media (max-width: 767.98px) {
  .soc_202312 .card-default.card-md .card-title {
    margin-bottom: 10px;
  }
}
.soc_202312 .card-default.card-md .card-body {
  padding-top: 13px;
  padding-bottom: 13px;
}
.soc_202312 .card-default .card-header {
  margin-top: -23px;
  margin-bottom: 32px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 767.98px) {
  .soc_202312 .card-default .card-header {
    margin-bottom: 20px;
    font-size: 16px;
  }
}
.soc_202312 .card-default .card-header .text {
  padding-top: 19px;
  padding-right: 3px;
  padding-bottom: 5px;
  letter-spacing: 0.05em;
  -ms-writing-mode: tb-lr;
      writing-mode: vertical-lr;
  border-right: 1px solid;
}
.soc_202312 .card-default .card-header .img-number {
  margin-right: 14px;
  margin-bottom: 3px;
  margin-left: 3px;
}
@media (max-width: 767.98px) {
  .soc_202312 .card-default .card-header .img-number {
    height: 34px;
  }
}
.soc_202312 .card-default .card-title {
  margin-bottom: 20px;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 991.98px) {
  .soc_202312 .card-default .card-title {
    font-size: 19px;
  }
}
@media (max-width: 767.98px) {
  .soc_202312 .card-default .card-title {
    margin-bottom: 12px;
    font-size: 18px;
  }
}
.soc_202312 .card-default .card-body {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #707070;
}
@media (max-width: 767.98px) {
  .soc_202312 .card-default .card-body {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
.soc_202312 .card-default .card-footer {
  padding-top: 35px;
  padding-bottom: 33px;
  text-align: center;
}
@media (max-width: 767.98px) {
  .soc_202312 .card-default .card-footer {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.soc_202312 .card-balloon {
  position: relative;
}
.soc_202312 .card-balloon:after {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 35px 13px 0;
  border-color: #fff transparent transparent;
  content: "";
  transform: translate(-50%, -1px);
}
.soc_202312 .card-bordered {
  padding: 16px 12px 20px;
  font-weight: 500;
  background: #fff;
  border: 1px solid #74a7c3;
}
@media (max-width: 767.98px) {
  .soc_202312 .card-bordered {
    padding: 15px 12px;
  }
}
.soc_202312 .card-bordered,
.soc_202312 .card-bordered .card-title {
  font-size: 18px;
}
@media (max-width: 767.98px) {
  .soc_202312 .card-bordered,
.soc_202312 .card-bordered .card-title {
    font-size: 14px;
  }
}
.soc_202312 .card-bordered .card-title {
  padding-bottom: 12px;
  margin-bottom: 16px;
  border-bottom: 1px solid #707070;
}
@media (max-width: 767.98px) {
  .soc_202312 .card-bordered .card-title {
    padding-bottom: 10px;
    margin-bottom: 12px;
  }
}
.soc_202312 .card-cta {
  padding: 58px 50px 54px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.5625;
  color: #333;
  background-color: #fff;
  border-radius: 20px;
}
@media (max-width: 767.98px) {
  .soc_202312 .card-cta {
    padding: 18px 13px 21px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 15px;
  }
}
.soc_202312 .card-cta .card-header {
  padding-bottom: 12px;
  margin-bottom: 26px;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.423;
  border-bottom: 1px solid #707070;
}
@media (max-width: 767.98px) {
  .soc_202312 .card-cta .card-header {
    padding-bottom: 10px;
    margin-bottom: 11px;
    font-size: 15px;
    line-height: 1.4;
  }
}
.soc_202312 .card-cta .card-body {
  max-width: 740px;
  margin: 0 auto;
}
.soc_202312 .card-cta .card-title {
  margin-right: -48px;
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
}
@media (max-width: 767.98px) {
  .soc_202312 .card-cta .card-title {
    margin-right: -8px;
    margin-bottom: 2px;
    margin-top: 13px;
    font-size: 12px;
  }
}
.soc_202312 .card-cta .card-img-container {
  width: 242px;
  flex-shrink: 0;
}
@media (max-width: 767.98px) {
  .soc_202312 .card-cta .card-img-container {
    width: 180px;
    margin-right: auto;
    margin-left: auto;
  }
}
.soc_202312 .card-cta .card-img-container img {
  border: 1px solid #707070;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.4);
}
@media (min-width: 768px) {
  .soc_202312 .card-cta .card-text {
    margin-left: 20px;
  }
}
.soc_202312 .card-cta .text-sm {
  font-size: 14px;
  line-height: 1.7;
}
@media (max-width: 767.98px) {
  .soc_202312 .card-cta .text-sm {
    font-size: 10px;
    line-height: 2.2;
  }
}
.soc_202312 .card-cta .btn-container {
  margin-top: 34px;
}
@media (max-width: 767.98px) {
  .soc_202312 .card-cta .btn-container {
    margin-top: 20px;
  }
}
.soc_202312 .title-common {
  font-size: 48px;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 991.98px) {
  .soc_202312 .title-common {
    font-size: 36px;
  }
}
@media (max-width: 767.98px) {
  .soc_202312 .title-common {
    font-size: 25px;
  }
}
.soc_202312 .title-common small, .soc_202312 .title-common .small {
  display: block;
  margin-bottom: 24px;
  font-size: 38px;
}
@media (max-width: 991.98px) {
  .soc_202312 .title-common small, .soc_202312 .title-common .small {
    font-size: 28px;
  }
}
@media (max-width: 767.98px) {
  .soc_202312 .title-common small, .soc_202312 .title-common .small {
    margin-bottom: 15px;
    font-size: 22px;
  }
}
.soc_202312 .title-common.title-sm {
  font-size: 28px;
}
@media (max-width: 991.98px) {
  .soc_202312 .title-common.title-sm {
    font-size: 24px;
  }
}
@media (max-width: 767.98px) {
  .soc_202312 .title-common.title-sm {
    font-size: 18px;
  }
}
.soc_202312 .title-border-left {
  padding-top: 8px;
  padding-bottom: 4px;
  padding-left: 18px;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.6;
  border-left: 9px solid #ef0f4a;
}
@media (max-width: 991.98px) {
  .soc_202312 .title-border-left {
    font-size: 30px;
  }
}
@media (max-width: 767.98px) {
  .soc_202312 .title-border-left {
    padding-top: 2px;
    padding-left: 10px;
    margin-bottom: 20px;
    font-size: 22px;
  }
}
.soc_202312 .section-fv {
  padding-bottom: 80px;
  background: url("/svcsol/campaign/images/soc_202312/section/fv/bg-mainvisual.jpg") no-repeat 50% 0/cover;
}
@media (max-width: 767.98px) {
  .soc_202312 .section-fv {
    padding-bottom: 30px;
    background-image: url("/svcsol/campaign/images/soc_202312/section/fv/bg-mainvisual-sp.jpg");
  }
}
.soc_202312 .section-fv .section-body {
  padding-top: 60px;
  padding-bottom: 50px;
}
@media (max-width: 767.98px) {
  .soc_202312 .section-fv .section-body {
    padding-top: 15px;
    padding-bottom: 35px;
  }
}
.soc_202312 .section-fv .logo-container {
  width: 66px;
  height: 44px;
}
@media (min-width: 768px) {
  .soc_202312 .section-fv .logo-container {
    width: 106px;
    height: auto;
  }
}
.soc_202312 .section-fv .logo-container a {
  display: block;
  padding: 7px 8px;
  text-align: center;
  background-color: #000;
}
@media (min-width: 768px) {
  .soc_202312 .section-fv .logo-container a {
    padding: 12px 10px;
  }
}
.soc_202312 .section-fv .title-section {
  position: relative;
  right: 100vw;
  z-index: 1;
  margin-top: 13px;
  font-weight: bold;
  color: #fff;
}
@media (max-width: 767.98px) {
  .soc_202312 .section-fv .title-section {
    margin-top: 0;
    margin-bottom: 16px;
  }
}
.soc_202312 .section-fv .title-section small, .soc_202312 .section-fv .title-section .small {
  display: block;
  margin-top: 29px;
  font-size: 24px;
}
@media (max-width: 767.98px) {
  .soc_202312 .section-fv .title-section small, .soc_202312 .section-fv .title-section .small {
    margin-top: 12px;
    font-size: 11px;
  }
}
.soc_202312 .section-fv .img-mainvisual {
  max-width: 507px;
}
@media (max-width: 991.98px) {
  .soc_202312 .section-fv .img-mainvisual {
    max-width: 100%;
  }
}
@media (max-width: 767.98px) {
  .soc_202312 .section-fv .img-mainvisual {
    max-width: 279px;
  }
}
.soc_202312 .section-fv .img-mainvisual-container {
  position: relative;
  top: -100vh;
  margin-left: -200px;
  text-align: right;
}
@media (max-width: 991.98px) {
  .soc_202312 .section-fv .img-mainvisual-container {
    margin-left: -50px;
  }
}
@media (max-width: 767.98px) {
  .soc_202312 .section-fv .img-mainvisual-container {
    margin-left: 12px;
    text-align: center;
  }
}
.soc_202312 .section-problem {
  position: relative;
  padding-top: 76px;
  padding-bottom: 124px;
  background-color: #43505e;
  -webkit-clip-path: polygon(0 calc(100% - 210px), 0 0, 100% 0, 100% calc(100% - 210px), 50% 100%);
          clip-path: polygon(0 calc(100% - 210px), 0 0, 100% 0, 100% calc(100% - 210px), 50% 100%);
}
@media (max-width: 1199.98px) {
  .soc_202312 .section-problem {
    padding-bottom: 90px;
    -webkit-clip-path: polygon(0 calc(100% - 100px), 0 0, 100% 0, 100% calc(100% - 100px), 50% 100%);
            clip-path: polygon(0 calc(100% - 100px), 0 0, 100% 0, 100% calc(100% - 100px), 50% 100%);
  }
}
@media (max-width: 767.98px) {
  .soc_202312 .section-problem {
    padding-top: 50px;
    padding-bottom: 60px;
    -webkit-clip-path: polygon(0 calc(100% - 50px), 0 0, 100% 0, 100% calc(100% - 50px), 50% 100%);
            clip-path: polygon(0 calc(100% - 50px), 0 0, 100% 0, 100% calc(100% - 50px), 50% 100%);
  }
}
.soc_202312 .section-problem .title-section {
  margin-bottom: 45px;
}
@media (max-width: 767.98px) {
  .soc_202312 .section-problem .title-section {
    margin-bottom: 30px;
  }
}
@media (max-width: 767.98px) {
  .soc_202312 .section-problem .img-container {
    width: 70%;
    margin: 0 auto 30px;
  }
}
.soc_202312 .section-solution {
  padding-top: 68px;
  padding-bottom: 106px;
}
@media (max-width: 767.98px) {
  .soc_202312 .section-solution {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.soc_202312 .section-solution .title-section {
  margin-bottom: 28px;
}
@media (max-width: 767.98px) {
  .soc_202312 .section-solution .title-section {
    margin-bottom: 20px;
  }
}
.soc_202312 .section-solution .lead {
  margin-bottom: 38px;
}
@media (max-width: 767.98px) {
  .soc_202312 .section-solution .lead {
    margin-bottom: 25px;
  }
}
.soc_202312 .section-solution .fig-container {
  margin-top: 26px;
  margin-bottom: 47px;
}
@media (max-width: 767.98px) {
  .soc_202312 .section-solution .fig-container {
    margin-top: 15px;
    margin-bottom: 30px;
  }
}
.soc_202312 .section-security {
  padding-top: 86px;
  padding-bottom: 80px;
}
@media (max-width: 767.98px) {
  .soc_202312 .section-security {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.soc_202312 .section-security .title-section {
  margin-bottom: 43px;
}
@media (max-width: 991.98px) {
  .soc_202312 .section-security .icon-x,
.soc_202312 .section-security .icon-o {
    width: 26px;
  }
}
@media (max-width: 767.98px) {
  .soc_202312 .section-security .icon-x,
.soc_202312 .section-security .icon-o {
    width: 20px;
  }
}
@media (max-width: 991.98px) {
  .soc_202312 .section-security .icon-triangle {
    width: 40px;
  }
}
@media (max-width: 767.98px) {
  .soc_202312 .section-security .icon-triangle {
    width: 170px;
  }
}
.soc_202312 .section-security .card {
  padding: 0 0 33px;
  font-size: 16px;
  line-height: 1.75;
  background-color: #fff;
  border-radius: 10px;
}
@media (max-width: 767.98px) {
  .soc_202312 .section-security .card {
    padding-bottom: 15px;
    font-size: 14px;
    line-height: 1.5;
  }
}
.soc_202312 .section-security .card.card-red .card-title {
  color: #ef0f4a;
}
.soc_202312 .section-security .card.card-red .card-header {
  background-color: #d7092f;
}
.soc_202312 .section-security .card.card-red .card-header .badge {
  background-color: #7e061c;
}
.soc_202312 .section-security .card.card-red .text-balloon {
  background: #fde7ed;
  border: 1px solid #d7092f;
}
.soc_202312 .section-security .card.card-red .text-balloon:before {
  border-right-color: #d7092f;
}
.soc_202312 .section-security .card.card-red .text-balloon:after {
  border-right-color: #fde7ed;
}
.soc_202312 .section-security .card .card-title {
  margin-bottom: 17px;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.538;
}
@media (max-width: 991.98px) {
  .soc_202312 .section-security .card .card-title {
    font-size: 20px;
  }
}
@media (max-width: 767.98px) {
  .soc_202312 .section-security .card .card-title {
    font-size: 18px;
    line-height: 1.5;
  }
}
.soc_202312 .section-security .card .card-title .text {
  margin-left: 15px;
}
@media (max-width: 991.98px) {
  .soc_202312 .section-security .card .card-title .text {
    margin-left: 8px;
  }
}
.soc_202312 .section-security .card .card-header {
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  color: #fff;
  background-color: #959595;
  border-radius: 10px 10px 0 0;
}
.soc_202312 .section-security .card .card-header,
.soc_202312 .section-security .card .card-header .badge {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.1;
}
@media (max-width: 991.98px) {
  .soc_202312 .section-security .card .card-header,
.soc_202312 .section-security .card .card-header .badge {
    font-size: 20px;
  }
}
@media (max-width: 767.98px) {
  .soc_202312 .section-security .card .card-header,
.soc_202312 .section-security .card .card-header .badge {
    font-size: 18px;
    line-height: 1.5;
  }
}
.soc_202312 .section-security .card .card-header .badge,
.soc_202312 .section-security .card .card-header .text {
  padding: 20px 10px 17px;
}
@media (max-width: 991.98px) {
  .soc_202312 .section-security .card .card-header .badge,
.soc_202312 .section-security .card .card-header .text {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.soc_202312 .section-security .card .card-header .badge {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 10px 0 0;
  background-color: #575757;
}
.soc_202312 .section-security .card .card-header .text {
  padding-right: 15px;
  padding-left: 15px;
}
@media (max-width: 1199.98px) {
  .soc_202312 .section-security .card .card-header .text {
    flex-grow: 1;
  }
}
.soc_202312 .section-security .card .card-header .both-side {
  width: 139px;
}
@media (max-width: 991.98px) {
  .soc_202312 .section-security .card .card-header .both-side {
    width: 90px;
  }
}
.soc_202312 .section-security .card .card-body {
  padding: 30px 27px;
}
@media (max-width: 991.98px) {
  .soc_202312 .section-security .card .card-body {
    padding: 20px 15px;
  }
}
.soc_202312 .section-security .card .card-footer {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: flex-end;
  padding: 18px 15px;
}
@media (max-width: 991.98px) {
  .soc_202312 .section-security .card .card-footer {
    flex-direction: column;
    align-items: center;
  }
}
.soc_202312 .section-security .card .fig-container {
  margin-top: 24px;
}
.soc_202312 .section-security .card .text-balloon {
  position: relative;
  display: inline-flex;
  align-items: center;
  max-width: 276px;
  padding: 10px 15px;
  margin: 0 2px 0 21px;
  background: #e2e2e2;
  border: 1px solid #707070;
  border-radius: 10px;
}
@media (max-width: 991.98px) {
  .soc_202312 .section-security .card .text-balloon {
    margin: 0 0 22px;
  }
}
.soc_202312 .section-security .card .text-balloon:before, .soc_202312 .section-security .card .text-balloon:after {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 28px 10px 0;
  border-color: transparent #707070 transparent transparent;
  content: "";
}
@media (min-width: 992px) {
  .soc_202312 .section-security .card .text-balloon:before, .soc_202312 .section-security .card .text-balloon:after {
    top: 0;
    bottom: 0;
    left: -28px;
    margin-top: auto;
    margin-bottom: auto;
  }
}
@media (max-width: 991.98px) {
  .soc_202312 .section-security .card .text-balloon:before, .soc_202312 .section-security .card .text-balloon:after {
    right: 0;
    bottom: -24px;
    left: 0;
    margin-right: auto;
    margin-left: auto;
    transform: rotate(-90deg);
  }
}
.soc_202312 .section-security .card .text-balloon:after {
  border-right-color: #e2e2e2;
}
@media (min-width: 992px) {
  .soc_202312 .section-security .card .text-balloon:after {
    margin-left: 2px;
  }
}
@media (max-width: 991.98px) {
  .soc_202312 .section-security .card .text-balloon:after {
    margin-bottom: 3px;
  }
}
.soc_202312 .section-support {
  padding-top: 71px;
  padding-bottom: 80px;
  background: url("/svcsol/campaign/images/soc_202312/section/support/bg.jpg") no-repeat 100% 0/cover;
}
@media (max-width: 767.98px) {
  .soc_202312 .section-support {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.soc_202312 .section-support .title-container {
  margin-bottom: 5px;
}
@media (max-width: 767.98px) {
  .soc_202312 .section-support .title-container {
    margin-bottom: 15px;
  }
}
.soc_202312 .section-support .title-container .note {
  width: 397px;
  padding: 18px 20px;
  margin-bottom: 25px;
  margin-left: 7px;
  font-size: 32px;
  font-weight: bold;
  line-height: 2;
  text-align: center;
  border-radius: 20px;
  background: #265685;
  border: 1px solid #fff;
}
@media (max-width: 1199.98px) {
  .soc_202312 .section-support .title-container .note {
    width: 360px;
    font-size: 30px;
  }
}
@media (max-width: 991.98px) {
  .soc_202312 .section-support .title-container .note {
    width: auto;
    padding: 12px 18px;
    margin-bottom: 10px;
    font-size: 24px;
  }
}
@media (max-width: 767.98px) {
  .soc_202312 .section-support .title-container .note {
    display: inline-block;
    font-size: 20px;
  }
}
.soc_202312 .section-support .title-container .note .text-lg {
  font-size: 47px;
  line-height: 1.1;
}
@media (max-width: 991.98px) {
  .soc_202312 .section-support .title-container .note .text-lg {
    font-size: 34px;
  }
}
@media (max-width: 767.98px) {
  .soc_202312 .section-support .title-container .note .text-lg {
    font-size: 26px;
  }
}
.soc_202312 .section-support .title-section {
  margin-bottom: 17px;
  font-size: 32px;
  font-weight: bold;
}
@media (max-width: 991.98px) {
  .soc_202312 .section-support .title-section {
    font-size: 26px;
  }
}
@media (max-width: 767.98px) {
  .soc_202312 .section-support .title-section {
    font-size: 20px;
  }
}
.soc_202312 .section-support .title-section .text {
  margin-right: 15px;
}
.soc_202312 .section-support .lead {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .soc_202312 .section-support .lead {
    line-height: 1.889;
  }
}
.soc_202312 .section-cta {
  padding-top: 60px;
  padding-bottom: 55px;
}
@media (max-width: 767.98px) {
  .soc_202312 .section-cta {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.soc_202312 .section-cta .container {
  max-width: 1024px;
}
.soc_202312 .section-cta .section-cta-footer {
  margin-top: 42px;
}
@media (max-width: 767.98px) {
  .soc_202312 .section-cta .section-cta-footer {
    margin-top: 20px;
  }
}
@media (max-width: 767.98px) {
  .soc_202312 .section-cta .d-contact {
    margin-top: 10px;
  }
}
.soc_202312 .section-cta .d-contact small, .soc_202312 .section-cta .d-contact .small {
  display: block;
  font-size: 14px;
  line-height: 1.714;
}
@media (max-width: 991.98px) {
  .soc_202312 .section-cta .d-contact small, .soc_202312 .section-cta .d-contact .small {
    font-size: 10px;
  }
}
@media (max-width: 767.98px) {
  .soc_202312 .section-cta .d-contact small, .soc_202312 .section-cta .d-contact .small {
    font-size: 8px;
  }
}
.soc_202312 .section-cta .d-contact a, .soc_202312 .section-cta .d-contact a:hover, .soc_202312 .section-cta .d-contact a:active {
  color: inherit;
}
@media (min-width: 992px) {
  .soc_202312 .section-cta .d-contact .icon-container {
    margin-top: 6px;
  }
}
@media (max-width: 767.98px) {
  .soc_202312 .section-cta .d-contact .icon-container img {
    max-width: 36px;
    margin-top: 14px;
  }
}
.soc_202312 .section-cta .d-contact .text-container {
  margin-left: 9px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.28;
  text-align: center;
}
@media (max-width: 991.98px) {
  .soc_202312 .section-cta .d-contact .text-container {
    font-size: 11px;
    line-height: 1.1;
  }
}
@media (max-width: 767.98px) {
  .soc_202312 .section-cta .d-contact .text-container {
    margin-left: 5px;
    font-size: 8px;
    line-height: 1.35;
  }
}
.soc_202312 .section-cta .d-contact .phone {
  font-size: 27px;
  font-weight: bold;
  text-decoration: none;
}
@media (max-width: 991.98px) {
  .soc_202312 .section-cta .d-contact .phone {
    font-size: 19px;
  }
}
@media (max-width: 767.98px) {
  .soc_202312 .section-cta .d-contact .phone {
    max-width: 27px;
    margin-top: 6px;
    font-size: 14px;
  }
}
.soc_202312 .js-animation {
  transition: all 1.5s ease-in-out 0.3s;
}
.soc_202312 .js-animation.is-active {
  top: 0 !important;
  right: 0 !important;
}

/* 2024/02/07 */
.soc_202312 .title-common small.text-s {
  font-size: 28px;
  line-height: 1.6;
}

@media (max-width: 767.98px) {
  .soc_202312 .title-common small.text-s {
    font-size: 15px;
    line-height: 1.5;
  }
  .d-sp-none {
    display: none;
  }
}
