@charset "UTF-8";
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:where([hidden]:not([hidden=until-found])) {
  display: none !important;
}

:where(html) {
  -webkit-text-size-adjust: none;
  color-scheme: dark light;
  -moz-tab-size: 2;
    -o-tab-size: 2;
       tab-size: 2;
}

@media (prefers-reduced-motion: no-preference) {
  :where(html:focus-within) {
    scroll-behavior: smooth;
  }
}
:where(body) {
  line-height: 1.5;
  font-family: system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}

:where(button) {
  all: unset;
}

:where(input, button, textarea, select) {
  font: inherit;
  color: inherit;
}

:where(textarea) {
  resize: vertical;
  resize: block;
}

:where(button, label, select, summary, [role=button], [role=option]) {
  cursor: pointer;
}

:where(:disabled) {
  cursor: not-allowed;
}

:where(label:has(> input:disabled), label:has(+ input:disabled)) {
  cursor: not-allowed;
}

:where(a) {
  color: inherit;
  text-underline-offset: 0.2ex;
}

:where(ul, ol) {
  list-style: none;
}

:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block;
}

:where(img, picture, svg, video) {
  max-inline-size: 100%;
  block-size: auto;
}

:where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word;
}

:where(h1, h2, h3) {
  line-height: calc(1em + 0.5rem);
  text-wrap: balance;
}

:where(hr) {
  border: none;
  border-block-start: 1px solid;
  color: inherit;
  block-size: 0;
  overflow: visible;
}

:where(:focus-visible) {
  outline: 3px solid CanvasText;
  box-shadow: 0 0 0 5px Canvas;
  outline-offset: 1px;
}

:where(:focus-visible, :target) {
  scroll-margin-block: 8vh;
}

:where(.visually-hidden:not(:focus-within, :active)) {
  clip-path: inset(50%) !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden !important;
  position: absolute !important;
  white-space: nowrap !important;
  border: 0 !important;
}

@keyframes ANI--menu {
  0% {
    opacity: 0;
    display: none;
    visibility: hidden;
  }
  0.1% {
    display: grid;
    visibility: inherit;
  }
  100% {
    opacity: 1;
  }
}
@keyframes ANI--Slide--R-L {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0%);
  }
}
@keyframes ANI--Fade--UP {
  0% {
    transform: translateY(20%);
    opacity: 0;
  }
  100% {
    transform: translatY(0%);
    opacity: 1;
  }
}
.topicsblock {
  display: none !important;
}

body {
  font-family: "Arial", "メイリオ";
  font-display: swap;
  font-feature-settings: "palt";
}

body#n24 {
  font-family: "Noto Sans JP", sans-serif;
  color: #070A20;
  font-size: 28px;
}

body#n24 .breadcrumbs {
  background-color: #fff;
  border-top: 1px #B6D4E7 solid;
  font-size: 12px;
  line-height: 1;
  padding-top: 0.8em;
  padding-bottom: 0.8em;
}
body#n24 .breadcrumbs ul {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
body#n24 .breadcrumbs ul li {
  margin-right: 1em;
  font-weight: bold;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
}
body#n24 .breadcrumbs ul li a {
  color: #092A81;
  font-weight: normal;
  display: flex;
}
body#n24 .breadcrumbs ul li a:hover {
  text-decoration: none;
}
body#n24 .breadcrumbs ul li a::after {
  content: "";
  background-image: url("../img/common/breadcrumbs--arrow.svg");
  background-size: 0.6em;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  width: 1em;
  height: 1em;
  position: relative;
  right: -0.6em;
  vertical-align: bottom;
}
@media only screen and (max-width: 768px) {
  body#n24 .breadcrumbs ul li {
    display: none;
  }
  body#n24 .breadcrumbs ul li:first-child {
    display: block;
  }
  body#n24 .breadcrumbs ul li:last-child {
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
}
@media only screen and (max-width: 1200px) {
  body#n24 .breadcrumbs {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media only screen and (max-width: 426px) {
  body#n24 .breadcrumbs {
    padding-left: 8px;
    padding-right: 8px;
    font-size: 11px;
  }
}

body#n24 .btn a {
  font-family: "Noto Sans JP", sans-serif;
  border-radius: 8px;
  background-color: #092A81;
  font-size: clamp(12px, 0.8vw, 14px);
  font-weight: 600;
  color: #fff;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  min-width: 160px;
  display: grid;
  padding: 0.2em 0.8em;
  align-content: center;
  transition: all 0.2s;
}
body#n24 .btn a span.btnTxt {
  padding: 1em 0.2em;
}
@media only screen and (max-height: 800px) {
  body#n24 .btn a span.btnTxt {
    font-size: 12px;
  }
}
body#n24 .btn a span.btnTxt.btnTxt--S {
  padding: 0.8em 0.2em;
}
body#n24 .btn a:hover {
  background-color: #1DC9FF;
}
@media only screen and (max-width: 1200px) {
  body#n24 .btn a {
    min-width: 100px;
  }
}
body#n24 .btn.btn--gbClr--white a {
  background-color: #fff;
  color: #092A81;
}
body#n24 .btn.btn--gbClr--white a:hover {
  background-color: #1DC9FF;
}
body#n24 .btn.btn--iconLR a {
  display: grid;
  grid-template-columns: minmax(24px, max-content) auto minmax(24px, max-content);
  align-items: center;
  justify-items: center;
}
body#n24 .btn.btn--iconLR a span.iconL {
  display: inline-block;
  background-color: transparent;
}
body#n24 .btn.btn--iconLR a span.iconR {
  display: inline-block;
  background-color: transparent;
}
body#n24 .btn.btn--iconLR a span.icon--arrow {
  width: 24px;
  height: 24px;
  aspect-ratio: 1;
  margin: 0 auto;
  background-size: contain;
  background-image: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11 18L17 12L11 6" stroke="%23fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
body#n24 .btn.btn--iconLR a span.icon--arrow-blue {
  width: 24px;
  height: 24px;
  aspect-ratio: 1;
  margin: 0 auto;
  background-size: contain;
  background-image: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11 18L17 12L11 6" stroke="%23092A81" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}

body#n24 .title--A {
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 19px;
  line-height: 1.2;
  color: #070A20;
  position: relative;
  letter-spacing: 0.04em;
  margin-bottom: 2.4em;
  padding: 10px 0 10px 12px;
  border-left: 6px solid #1DC9FF;
}
@media only screen and (max-width: 768px) {
  body#n24 .title--A {
    font-size: 16px;
    line-height: 1.1;
  }
}
body#n24 .title--A::before {
  position: absolute;
  top: 0;
  left: -6px;
  content: "";
  border-left: 6px solid #0C3493;
  height: 50%;
  width: calc(100% + 6px);
}
body#n24 .title--A::after {
  position: absolute;
  bottom: -6px;
  left: -6px;
  content: "";
  width: calc(100% + 6px);
  border-bottom: 1px #BEDBEF solid;
}
body#n24 .title--A > .text {
  font-weight: 600;
}

@keyframes ANI--upFade {}
body#n24.JS--menuOpen {
  overflow: hidden;
  touch-action: none;
  width: 100%;
  height: auto;
}

body#n24 #menu_nav {
  display: none;
  visibility: hidden;
  opacity: 0;
}
body#n24.JS--menuOpen #menu_nav {
  overflow: auto;
  animation-name: ANI--menu;
  animation-duration: 0.4s;
  animation-fill-mode: forwards;
  animation-timing-function: ease;
  visibility: inherit;
  opacity: 1;
  position: fixed;
  z-index: 100;
  width: 100vw;
  height: 100%;
  color: #fff;
  top: 0;
  left: 0;
  background-color: #161F24;
  background-color: #292929;
  background-color: #0e264c;
  background-color: #051939;
  background-color: #17396f;
  display: grid;
  grid-template-rows: 120px auto;
}
@media only screen and (max-width: 1200px) {
  body#n24.JS--menuOpen #menu_nav {
    grid-template-rows: auto auto;
  }
}
body#n24.JS--menuOpen #menu_nav .menu_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 32px;
}
@media only screen and (max-width: 1200px) {
  body#n24.JS--menuOpen #menu_nav .menu_header {
    padding: 16px;
  }
}
@media only screen and (max-width: 1200px) {
  body#n24.JS--menuOpen #menu_nav .menu_header .logo {
    max-width: 180px;
  }
}
body#n24.JS--menuOpen #menu_nav .menu_header #menuBtn--close a {
  background-color: #0f2b59;
  min-width: 64px;
  min-height: 64px;
  aspect-ratio: 1;
}
body#n24.JS--menuOpen #menu_nav .menu_header #menuBtn--close a:hover {
  background-color: #235199;
}
body#n24.JS--menuOpen #menu_nav .menu_header #menuBtn--close a span {
  display: inline-block;
  width: 20px;
  height: 20px;
  aspect-ratio: 1;
  margin: 0 auto;
  background-size: contain;
  background-image: url('data:image/svg+xml;utf8,<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M13 1L1 13" stroke="%23fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M1 1L13 13" stroke="%23fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
@media only screen and (max-width: 1200px) {
  body#n24.JS--menuOpen #menu_nav .menu_header #menuBtn--close a {
    min-width: 48px;
    min-height: 48px;
  }
  body#n24.JS--menuOpen #menu_nav .menu_header #menuBtn--close a span {
    width: 16px;
    height: 16px;
  }
}
body#n24.JS--menuOpen #menu_nav .menu_cnt {
  max-width: 1200px;
  width: 100%;
  margin: 64px auto;
  padding-left: 32px;
  padding-right: 32px;
}
@media only screen and (max-width: 1200px) {
  body#n24.JS--menuOpen #menu_nav .menu_cnt {
    margin: 32px auto;
  }
}
@media only screen and (max-width: 992px) {
  body#n24.JS--menuOpen #menu_nav .menu_cnt {
    padding-left: 16px;
    padding-right: 16px;
  }
}
body#n24.JS--menuOpen #menu_nav .menu_cnt .cnt_inner {
  font-size: 16px;
  display: grid;
  grid-template-columns: 2fr 1fr;
  align-items: start;
  height: 100%;
}
body#n24.JS--menuOpen #menu_nav .menu_cnt .cnt_inner a {
  text-decoration: none;
}
@media only screen and (max-width: 1440px) {
  body#n24.JS--menuOpen #menu_nav .menu_cnt .cnt_inner {
    grid-template-columns: 1fr;
  }
}
body#n24.JS--menuOpen #menu_nav .menu_cnt .cnt_inner .menu_left {
  padding: 0 64px;
  padding-left: 0;
  border-right: 1px #F5FBFF solid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, auto));
  gap: 2em;
}
@media only screen and (max-width: 1440px) {
  body#n24.JS--menuOpen #menu_nav .menu_cnt .cnt_inner .menu_left {
    border-right: 0;
    padding-right: 0;
  }
}
body#n24.JS--menuOpen #menu_nav .menu_cnt .cnt_inner .menu_left dl {
  margin-bottom: 4em;
}
@media only screen and (max-width: 1200px) {
  body#n24.JS--menuOpen #menu_nav .menu_cnt .cnt_inner .menu_left dl {
    margin-bottom: 2em;
  }
}
body#n24.JS--menuOpen #menu_nav .menu_cnt .cnt_inner .menu_left dl dt {
  font-size: 22px;
  line-height: 1.2;
  padding-bottom: 1em;
  margin-bottom: 1.6em;
  border-bottom: 1px #F5FBFF solid;
  font-weight: 900;
}
@media only screen and (max-width: 1440px) {
  body#n24.JS--menuOpen #menu_nav .menu_cnt .cnt_inner .menu_left dl dt {
    font-size: 18px;
  }
}
body#n24.JS--menuOpen #menu_nav .menu_cnt .cnt_inner .menu_left dl dt > a {
  display: grid;
  grid-auto-flow: column;
  justify-content: space-between;
  align-items: center;
  gap: 0.2em;
}
body#n24.JS--menuOpen #menu_nav .menu_cnt .cnt_inner .menu_left dl dt > a .ico--arrow-R {
  background-color: #F5FBFF;
  display: grid;
  align-items: center;
  justify-items: center;
  border-radius: 100%;
  width: 100%;
  height: 100%;
  width: 20px;
  height: auto;
  aspect-ratio: 1;
  margin: 0 auto;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11 18L17 12L11 6" stroke="%23092A81" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-size: 80%;
  background-position: 25% center;
  transition: all 0.2s;
}
body#n24.JS--menuOpen #menu_nav .menu_cnt .cnt_inner .menu_left dl dt > a:hover {
  color: #1DC9FF;
}
body#n24.JS--menuOpen #menu_nav .menu_cnt .cnt_inner .menu_left dl dt > a:hover .ico--arrow-R {
  background-color: #1DC9FF;
  background-image: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11 18L17 12L11 6" stroke="%230C3493" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
body#n24.JS--menuOpen #menu_nav .menu_cnt .cnt_inner .menu_left dl dd {
  font-size: 13px;
  line-height: 1.3;
  margin-top: 1.2em;
}
body#n24.JS--menuOpen #menu_nav .menu_cnt .cnt_inner .menu_left dl dd:first-child {
  margin-top: 0;
}
body#n24.JS--menuOpen #menu_nav .menu_cnt .cnt_inner .menu_left dl dd a {
  text-decoration: none;
}
body#n24.JS--menuOpen #menu_nav .menu_cnt .cnt_inner .menu_left dl dd a::before {
  margin-right: 0.2em;
}
body#n24.JS--menuOpen #menu_nav .menu_cnt .cnt_inner .menu_left dl dd a:hover {
  text-decoration: underline;
  color: #1DC9FF;
}
body#n24.JS--menuOpen #menu_nav .menu_cnt .cnt_inner .menu_right {
  width: 100%;
  margin: 0 auto;
  padding: 0 64px;
  padding-right: 0;
  display: grid;
  grid-auto-flow: row;
  gap: 4em;
}
@media only screen and (max-width: 1440px) {
  body#n24.JS--menuOpen #menu_nav .menu_cnt .cnt_inner .menu_right {
    padding: 0;
    padding-top: 2em;
    margin-top: 3em;
    border-top: 1px #F5FBFF solid;
  }
}
body#n24.JS--menuOpen #menu_nav .menu_cnt .cnt_inner .menu_right dl dt {
  font-size: 18px;
  line-height: 1;
  margin-bottom: 1.2em;
  font-weight: 900;
}
body#n24.JS--menuOpen #menu_nav .menu_cnt .cnt_inner .menu_right dl dd {
  font-size: 13px;
}
body#n24.JS--menuOpen #menu_nav .menu_cnt .cnt_inner .menu_right dl dd.bnr {
  background-color: rgb(30, 30, 30);
  width: 100%;
  aspect-ratio: 1.7;
  display: grid;
  place-content: center;
}
@media only screen and (max-width: 1440px) {
  body#n24.JS--menuOpen #menu_nav .menu_cnt .cnt_inner .menu_right dl {
    max-width: 50%;
  }
}
body#n24.JS--menuOpen #menu_nav .menu_cnt .cnt_inner .menu_right .menu--inquiry {
  display: grid;
  grid-template-rows: auto auto auto;
  gap: 1.2em;
}
@media only screen and (max-width: 1440px) {
  body#n24.JS--menuOpen #menu_nav .menu_cnt .cnt_inner .menu_right .menu--inquiry {
    max-width: clamp(300px, 100%, 380px);
    margin: 0 auto;
  }
}
body#n24.JS--menuOpen #menu_nav .menu_cnt .cnt_inner .menu_right .menu--inquiry .tel {
  text-align: right;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-end;
  font-family: "Lato", sans-serif;
  align-items: center;
  color: #092A81;
  font-size: 36px;
  font-weight: 900;
}
@media only screen and (max-width: 1440px) {
  body#n24.JS--menuOpen #menu_nav .menu_cnt .cnt_inner .menu_right .menu--inquiry .tel {
    justify-content: center;
  }
}
body#n24.JS--menuOpen #menu_nav .menu_cnt .cnt_inner .menu_right .menu--inquiry .tel .num {
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  gap: 0.2em;
  color: #fff;
}
body#n24.JS--menuOpen #menu_nav .menu_cnt .cnt_inner .menu_right .menu--inquiry .tel .num .icon {
  content: "";
  display: inline-block;
  width: 28px;
  aspect-ratio: 1;
  margin: 0 auto;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url('data:image/svg+xml;utf8,<svg width="22" height="22" viewBox="0 0 22 22" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M13.4246 4.82261C14.3625 5.00472 15.2245 5.46123 15.9003 6.1337C16.576 6.80617 17.0348 7.66402 17.2178 8.59743M13.4246 1C15.3733 1.21544 17.1905 2.08388 18.5778 3.46272C19.9651 4.84157 20.8401 6.64887 21.059 8.58788M20.0987 16.214V19.0809C20.0998 19.3471 20.045 19.6105 19.9379 19.8544C19.8307 20.0983 19.6736 20.3172 19.4765 20.4971C19.2794 20.677 19.0467 20.814 18.7934 20.8993C18.54 20.9845 18.2716 21.0162 18.0052 20.9922C15.0502 20.6727 12.2117 19.6678 9.71778 18.0584C7.39751 16.5911 5.43033 14.6335 3.95594 12.3245C2.333 9.83138 1.32301 6.99289 1.00779 4.03897C0.983797 3.7747 1.01536 3.50836 1.10046 3.25689C1.18557 3.00543 1.32236 2.77435 1.50213 2.57838C1.68189 2.3824 1.90069 2.22582 2.1446 2.11861C2.3885 2.0114 2.65217 1.9559 2.91881 1.95565H5.79973C6.26577 1.95109 6.71758 2.11532 7.07094 2.41774C7.42431 2.72016 7.65511 3.14013 7.72034 3.59937C7.84194 4.51686 8.06744 5.41772 8.39255 6.28476C8.52176 6.62681 8.54972 6.99855 8.47313 7.35593C8.39654 7.71331 8.21861 8.04135 7.96041 8.30118L6.74083 9.51486C8.10788 11.9074 10.0985 13.8883 12.5027 15.2488L13.7223 14.0351C13.9834 13.7782 14.313 13.6011 14.6721 13.5249C15.0312 13.4486 15.4048 13.4765 15.7485 13.6051C16.6198 13.9286 17.525 14.153 18.447 14.274C18.9134 14.3395 19.3395 14.5733 19.644 14.931C19.9486 15.2887 20.1104 15.7453 20.0987 16.214Z" stroke="%23ffffff" stroke-width="1.8" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
body#n24.JS--menuOpen #menu_nav .menu_cnt .cnt_inner .menu_right .menu--inquiry .tel .sub {
  color: #fff;
  font-size: 13px;
  font-weight: 300;
}

body#n24 ul.fixed_parts {
  --RADIUS: 6px;
  position: fixed;
  z-index: 15;
  right: 0;
  bottom: 64px;
  font-size: 16px;
  font-weight: 900;
}
@media only screen and (max-width: 1440px) {
  body#n24 ul.fixed_parts {
    font-size: 12px;
  }
}
body#n24 ul.fixed_parts li {
  margin-top: 1em;
  animation-name: ANI--Slide--R-L;
  animation-duration: 0.4s;
  animation-fill-mode: both;
  animation-timing-function: ease;
  animation-delay: 0.4s;
}
body#n24 ul.fixed_parts li:last-of-type {
  animation-delay: 0.6s;
}
body#n24 ul.fixed_parts li:first-of-type {
  margin-top: 0;
}
body#n24 ul.fixed_parts li > a {
  text-decoration: none;
  display: grid;
  grid-template-rows: auto auto;
  justify-items: center;
  gap: 0.2em;
  background-color: #fbe721;
  padding: 1em 1.2em;
  line-height: 1.2;
  border-top-left-radius: var(--RADIUS);
  border-bottom-left-radius: var(--RADIUS);
  box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.2s;
}
body#n24 ul.fixed_parts li > a:hover {
  filter: brightness(105%);
}
@media only screen and (max-width: 1200px) {
  body#n24 ul.fixed_parts li > a {
    padding: 0.8em 0.8em;
  }
}
body#n24 ul.fixed_parts li > a .icon {
  --icon-color: #092a81;
  content: "";
  display: inline-block;
  width: 22px;
  aspect-ratio: 1;
  margin: 0 auto;
  background-size: contain;
  background-repeat: no-repeat;
}
body#n24 ul.fixed_parts li > a .txt {
  width: 1em;
  color: #092A81;
}
body#n24 ul.fixed_parts li.requestTest .icon {
  background-image: url('data:image/svg+xml;utf8,<svg width="22" height="22" viewBox="0 0 22 22" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12.8333 1.83337H5.49996C5.01373 1.83337 4.54741 2.02653 4.2036 2.37034C3.85978 2.71416 3.66663 3.18048 3.66663 3.66671V18.3334C3.66663 18.8196 3.85978 19.2859 4.2036 19.6297C4.54741 19.9736 5.01373 20.1667 5.49996 20.1667H16.5C16.9862 20.1667 17.4525 19.9736 17.7963 19.6297C18.1401 19.2859 18.3333 18.8196 18.3333 18.3334V7.33337L12.8333 1.83337Z" stroke="%23092A81" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M12.8334 1.83337V7.33337H18.3334" stroke="%23092A81" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M14.6667 11.9166H7.33337" stroke="%23092A81" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M14.6667 15.5834H7.33337" stroke="%23092A81" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M9.16671 8.25H8.25004H7.33337" stroke="%23092A81" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
body#n24 ul.fixed_parts li.requestDemo .icon {
  background-image: url('data:image/svg+xml;utf8,<svg width="22" height="22" viewBox="0 0 22 22" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M18.25 2.75H3.58333C2.57081 2.75 1.75 3.57081 1.75 4.58333V13.75C1.75 14.7625 2.57081 15.5833 3.58333 15.5833H18.25C19.2625 15.5833 20.0833 14.7625 20.0833 13.75V4.58333C20.0833 3.57081 19.2625 2.75 18.25 2.75Z" stroke="%23092A81" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M7.25 19.25H14.5833" stroke="%23092A81" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M10.9167 15.5834V19.25" stroke="%23092A81" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}

body#n24 .cnt--TOPICS--wrap {
  display: grid;
  grid-auto-flow: row;
  gap: 1em;
}
body#n24 .cnt--TOPICS--wrap .title--A {
  margin-bottom: 0.6em;
}
body#n24 .cnt--TOPICS--wrap .cnt--TOPICS + .title--A {
  margin-top: 2em;
}
body#n24 div.cnt--TOPICS {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(316px, 1fr));
  gap: 1em;
}
body#n24 div.cnt--TOPICS.TOPICS--closstalk .corp_talktype {
  background-color: #e33757;
}
body#n24 div.cnt--TOPICS.TOPICS--presentation a {
  grid-row: span 4;
}
body#n24 div.cnt--TOPICS.TOPICS--presentation .corp_talktype {
  background-color: #09bda6;
}
@media only screen and (max-width: 1200px) {
  body#n24 div.cnt--TOPICS {
    gap: 16px;
  }
}
@media only screen and (max-width: 768px) {
  body#n24 div.cnt--TOPICS {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  }
}
@media only screen and (max-width: 426px) {
  body#n24 div.cnt--TOPICS {
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  }
}
body#n24 div.cnt--TOPICS > a {
  --pdg: 16px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.08);
  text-decoration: none;
  border-radius: 8px;
  overflow: hidden;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 6;
  gap: 0;
  border: 1px #BEDBEF solid;
  transition: all 0.1s;
}
body#n24 div.cnt--TOPICS > a.link--OFF {
  pointer-events: none;
}
body#n24 div.cnt--TOPICS > a:hover {
  opacity: 0.8;
  border: 1px #1DC9FF solid;
}
body#n24 div.cnt--TOPICS > a:hover .img {
  overflow: hidden;
}
body#n24 div.cnt--TOPICS > a:hover .img img {
  transform: scale(1.03);
  transition: all 0.5s;
}
body#n24 div.cnt--TOPICS > a .img {
  position: relative;
  display: grid;
  align-content: center;
}
body#n24 div.cnt--TOPICS > a .img.img--expo--kari {
  background-color: #0081c0;
}
body#n24 div.cnt--TOPICS > a .img.img--expo--kari::before {
  display: grid;
  place-content: center;
  content: "近日公開予定";
  color: #fff;
  font-weight: 900;
  letter-spacing: 0.2em;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.67);
  position: absolute;
  top: 0;
}
body#n24 div.cnt--TOPICS > a .img.img--expo--kari img {
  width: 64%;
  margin-inline: auto;
}
body#n24 div.cnt--TOPICS > a.cat--OFFICE .img::after {
  display: grid;
  place-content: center;
  content: "Back Office";
  min-width: 120px;
  height: auto;
  background-color: #0C3493;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  padding: 0.6em;
  border-bottom-right-radius: 8px;
  position: absolute;
  top: 0;
  left: 0;
  letter-spacing: 0.05em;
}
body#n24 div.cnt--TOPICS > a.cat--MAAS .img::after {
  display: grid;
  place-content: center;
  content: "スマートシティ・観光";
  min-width: 120px;
  height: auto;
  background-color: #1DC9FF;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  padding: 0.6em;
  border-bottom-right-radius: 8px;
  position: absolute;
  top: 0;
  left: 0;
}
body#n24 div.cnt--TOPICS > a .corp_talktype {
  font-size: 14px;
  padding: 0.2em;
  color: #fff;
  background-color: #0c1618;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
body#n24 div.cnt--TOPICS > a .corp_talktype span.frame {
  font-size: 11px;
  line-height: 1;
  border: 1px #fff solid;
  padding: 0.25em 0.4em;
  margin-right: 1em;
  letter-spacing: 0.1em;
}
body#n24 div.cnt--TOPICS > a .corp_talktype span.date {
  letter-spacing: 0.1em;
  font-size: 12px;
}
body#n24 div.cnt--TOPICS > a .corp_name {
  line-height: 1;
  padding-left: var(--pdg);
  padding-right: var(--pdg);
  padding-top: 16px;
  padding-bottom: 16px;
}
body#n24 div.cnt--TOPICS > a .corp_name .wrap {
  min-height: 3.6em;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  font-weight: 900;
}
body#n24 div.cnt--TOPICS > a .corp_name .wrap .logo {
  max-width: 38%;
}
body#n24 div.cnt--TOPICS > a .corp_name .wrap .logo img {
  display: inline;
  height: auto;
  max-height: 36px;
}
body#n24 div.cnt--TOPICS > a .corp_name .wrap_supplier {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
body#n24 div.cnt--TOPICS > a .corp_name .wrap_supplier .logo {
  max-width: 34%;
  display: grid;
  place-content: center;
}
body#n24 div.cnt--TOPICS > a .corp_name .wrap_supplier .logo img {
  display: inline;
  height: auto;
  max-height: 36px;
}
body#n24 div.cnt--TOPICS > a .corp_name .wrap_supplier .name {
  font-size: 11px;
  text-align: right;
  letter-spacing: -0.05em;
}
body#n24 div.cnt--TOPICS > a .corp_name .wrap_supplier .name .person_name {
  display: block;
  margin-top: 0.2em;
  font-size: 17px;
}
body#n24 div.cnt--TOPICS > a .corp_name .wrap_x {
  display: flex;
  align-items: center;
  justify-content: center;
  --width: 20px;
  width: var(--width);
  height: var(--width);
  aspect-ratio: 1;
  margin: 0 auto;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url('data:image/svg+xml;utf8,<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M13 1L1 13" stroke="%23231815" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M1 1L13 13" stroke="%23231815" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-size: 80%;
  background-position: center;
  margin-top: 0.1em;
  margin-bottom: 0.3em;
}
body#n24 div.cnt--TOPICS > a .corp_name .wrap_our_company {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: center;
  gap: 6px;
}
body#n24 div.cnt--TOPICS > a .corp_name .wrap_our_company .logo {
  max-width: 36%;
  display: grid;
  place-content: center;
}
body#n24 div.cnt--TOPICS > a .corp_name .wrap_our_company .logo img {
  display: inline;
  height: auto;
  max-height: 36px;
}
body#n24 div.cnt--TOPICS > a .corp_name .wrap_our_company .name {
  font-size: 16px;
}
body#n24 div.cnt--TOPICS > a .corp_title {
  font-size: 19px;
  font-weight: 900;
  line-height: 1.5;
  padding-left: var(--pdg);
  padding-right: var(--pdg);
}
body#n24 div.cnt--TOPICS > a .corp_title span {
  display: block;
  padding-top: var(--pdg);
  padding-bottom: var(--pdg);
  border-top: 1px #DAEEFB dotted;
}
body#n24 div.cnt--TOPICS > a .corp_tag {
  font-size: 12px;
  color: #729AB3;
  background-color: #EEF9FF;
  display: grid;
  align-items: center;
  padding-left: var(--pdg);
  padding-right: var(--pdg);
  padding-top: 8px;
  padding-bottom: 8px;
}
body#n24 div.cnt--TOPICS > a .corp_tag ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1em;
}
body#n24 div.cnt--TOPICS > a .survice_name {
  margin-left: var(--pdg);
  margin-right: var(--pdg);
  border-top: 1px #DAEEFB dotted;
}
body#n24 div.cnt--TOPICS > a .survice_name:not(:has(img)) {
  border: none;
}
body#n24 div.cnt--TOPICS > a .survice_name ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 12px;
}
body#n24 div.cnt--TOPICS > a .survice_name img {
  max-width: 132px;
  height: auto;
}

body#n24 .n24--header {
  padding: 8px;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  background-color: #fff;
  min-height: 80px;
}
@media only screen and (max-width: 1200px) {
  body#n24 .n24--header {
    gap: 12px;
    min-height: auto;
  }
}
body#n24 .n24--header .header--LEFT {
  display: grid;
  grid-template-columns: 136px 1fr;
  gap: 16px;
}
body#n24 .n24--header .header--LEFT .header--logo--img {
  align-self: center;
  padding-left: 8px;
}
body#n24 .n24--header .header--LEFT .header--logo--img a {
  display: inline-block;
  display: grid;
}
body#n24 .n24--header .header--LEFT .header--logo--img a img {
  display: block;
  width: min(100%, 128px);
}
body#n24 .n24--header .header--LEFT nav {
  display: grid;
  align-self: center;
}
body#n24 .n24--header .header--LEFT nav ul {
  display: grid;
  grid-template-columns: repeat(6, auto);
  gap: 16px;
  width: -moz-max-content;
  width: max-content;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
}
body#n24 .n24--header .header--LEFT nav ul li {
  line-height: 1;
  font-size: 15px;
  font-size: clamp(13px, 0.8vw, 15px);
}
body#n24 .n24--header .header--LEFT nav ul li a {
  display: block;
  text-decoration: none;
  transition: all 0.1s;
}
body#n24 .n24--header .header--LEFT nav ul li a:hover {
  color: #1DC9FF;
}
@media only screen and (max-width: 1440px) {
  body#n24 .n24--header .header--LEFT nav ul {
    gap: 12px;
  }
}
@media only screen and (max-width: 992px) {
  body#n24 .n24--header .header--LEFT nav {
    display: none;
  }
}
body#n24 .n24--header .header--RIGHT {
  display: grid;
  grid-template-columns: 1fr minmax(auto, auto);
  gap: 8px;
  align-content: center;
}
@media only screen and (max-width: 768px) {
  body#n24 .n24--header .header--RIGHT {
    display: block;
  }
}
body#n24 .n24--header .header--RIGHT .header--inquiry {
  display: grid;
  grid-auto-flow: column;
  justify-content: end;
  align-items: center;
  gap: 8px;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  body#n24 .n24--header .header--RIGHT .header--inquiry {
    display: none;
  }
}
body#n24 .n24--header .header--RIGHT .header--inquiry .tel {
  text-align: right;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-end;
  font-family: "Lato", sans-serif;
  align-items: center;
  color: #092A81;
  font-size: 26px;
  font-weight: 900;
}
body#n24 .n24--header .header--RIGHT .header--inquiry .tel .num {
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  gap: 0.2em;
}
body#n24 .n24--header .header--RIGHT .header--inquiry .tel .num .icon {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  aspect-ratio: 1;
  margin: 0 auto;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url('data:image/svg+xml;utf8,<svg width="22" height="22" viewBox="0 0 22 22" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M13.4246 4.82261C14.3625 5.00472 15.2245 5.46123 15.9003 6.1337C16.576 6.80617 17.0348 7.66402 17.2178 8.59743M13.4246 1C15.3733 1.21544 17.1905 2.08388 18.5778 3.46272C19.9651 4.84157 20.8401 6.64887 21.059 8.58788M20.0987 16.214V19.0809C20.0998 19.3471 20.045 19.6105 19.9379 19.8544C19.8307 20.0983 19.6736 20.3172 19.4765 20.4971C19.2794 20.677 19.0467 20.814 18.7934 20.8993C18.54 20.9845 18.2716 21.0162 18.0052 20.9922C15.0502 20.6727 12.2117 19.6678 9.71778 18.0584C7.39751 16.5911 5.43033 14.6335 3.95594 12.3245C2.333 9.83138 1.32301 6.99289 1.00779 4.03897C0.983797 3.7747 1.01536 3.50836 1.10046 3.25689C1.18557 3.00543 1.32236 2.77435 1.50213 2.57838C1.68189 2.3824 1.90069 2.22582 2.1446 2.11861C2.3885 2.0114 2.65217 1.9559 2.91881 1.95565H5.79973C6.26577 1.95109 6.71758 2.11532 7.07094 2.41774C7.42431 2.72016 7.65511 3.14013 7.72034 3.59937C7.84194 4.51686 8.06744 5.41772 8.39255 6.28476C8.52176 6.62681 8.54972 6.99855 8.47313 7.35593C8.39654 7.71331 8.21861 8.04135 7.96041 8.30118L6.74083 9.51486C8.10788 11.9074 10.0985 13.8883 12.5027 15.2488L13.7223 14.0351C13.9834 13.7782 14.313 13.6011 14.6721 13.5249C15.0312 13.4486 15.4048 13.4765 15.7485 13.6051C16.6198 13.9286 17.525 14.153 18.447 14.274C18.9134 14.3395 19.3395 14.5733 19.644 14.931C19.9486 15.2887 20.1104 15.7453 20.0987 16.214Z" stroke="%23092A81" stroke-width="1.8" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
body#n24 .n24--header .header--RIGHT .header--inquiry .tel .sub {
  font-size: 14px;
  margin-left: 8px;
}
@media only screen and (max-width: 1440px) {
  body#n24 .n24--header .header--RIGHT .header--inquiry .tel {
    display: none;
  }
}
body#n24 .n24--header .header--RIGHT .header--menuBtn {
  border-radius: 8px;
}
body#n24 .n24--header .header--RIGHT .header--menuBtn .btn#menuBtn a {
  background-color: transparent;
  min-width: 64px;
  min-height: auto;
  aspect-ratio: 1;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
body#n24 .n24--header .header--RIGHT .header--menuBtn .btn#menuBtn a span {
  display: inline-block;
  width: 32px;
  height: 32px;
  aspect-ratio: 1;
  margin: 0 auto;
  background-size: contain;
  background-image: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3 12H21" stroke="%23092A81" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M3 6H21" stroke="%23092A81" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M3 18H21" stroke="%23092A81" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
body#n24 .n24--header .header--RIGHT .header--menuBtn .btn#menuBtn a:hover {
  background-color: #DAEEFB;
}
@media only screen and (max-width: 992px) {
  body#n24 .n24--header .header--RIGHT .header--menuBtn .btn#menuBtn a {
    min-width: auto;
  }
  body#n24 .n24--header .header--RIGHT .header--menuBtn .btn#menuBtn a img {
    max-width: 24px;
    width: 100%;
  }
}

body#n24 header.n24--header.header--top {
  position: absolute;
  z-index: 20;
  top: 24px;
  left: 0;
  right: 0;
  margin: auto;
  background-color: white;
  border-radius: 6px;
  width: calc(100% - 48px);
  box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.16);
  color: #070A20;
  font-size: 14px;
}
@media only screen and (max-width: 1200px) {
  body#n24 header.n24--header.header--top {
    position: relative;
    border-radius: 0%;
    width: 100%;
    top: auto;
    left: auto;
    right: auto;
    min-height: auto;
  }
}
@media only screen and (max-height: 800px) {
  body#n24 header.n24--header.header--top {
    position: relative;
    border-radius: 0%;
    width: 100%;
    top: auto;
    left: auto;
    right: auto;
    min-height: auto;
  }
}
body#n24 header.n24--header.header--top .header--logo--img a {
  display: block;
}

body#n24 footer.n24--footer--wrap {
  font-weight: 400;
  position: relative;
}
body#n24 footer.n24--footer--wrap .footer--top {
  position: relative;
  top: 99px;
  z-index: 10;
}
@media only screen and (max-width: 1440px) {
  body#n24 footer.n24--footer--wrap .footer--top {
    top: 0;
    width: 100%;
  }
}
body#n24 footer.n24--footer--wrap .footer--top .footer--top--inner {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
}
@media only screen and (max-width: 1440px) {
  body#n24 footer.n24--footer--wrap .footer--top .footer--top--inner {
    max-width: 100%;
  }
}
@media only screen and (max-width: 992px) {
  body#n24 footer.n24--footer--wrap .footer--top .footer--top--inner {
    max-width: 100%;
  }
}
body#n24 footer.n24--footer--wrap .footer--top .footer--top--inner .divide {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background-color: #092A81;
}
@media only screen and (max-width: 992px) {
  body#n24 footer.n24--footer--wrap .footer--top .footer--top--inner .divide {
    grid-template-columns: 1fr;
  }
}
body#n24 footer.n24--footer--wrap .footer--top .footer--top--inner .divide dl {
  color: #F5FBFF;
  padding: 32px;
  background-color: #092A81;
  display: grid;
  grid-template-rows: max-content max-content minmax(32px, auto);
  align-items: start;
}
body#n24 footer.n24--footer--wrap .footer--top .footer--top--inner .divide dl:nth-child(even) {
  background-color: #0C3493;
}
@media only screen and (max-width: 992px) {
  body#n24 footer.n24--footer--wrap .footer--top .footer--top--inner .divide dl {
    padding: 24px;
  }
}
@media only screen and (max-width: 768px) {
  body#n24 footer.n24--footer--wrap .footer--top .footer--top--inner .divide dl {
    display: block;
  }
}
@media only screen and (max-width: 426px) {
  body#n24 footer.n24--footer--wrap .footer--top .footer--top--inner .divide dl {
    padding: 16px;
  }
}
body#n24 footer.n24--footer--wrap .footer--top .footer--top--inner .divide dl dt {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 1em;
  text-align: center;
  line-height: 1.2;
}
@media only screen and (max-width: 992px) {
  body#n24 footer.n24--footer--wrap .footer--top .footer--top--inner .divide dl dt {
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) {
  body#n24 footer.n24--footer--wrap .footer--top .footer--top--inner .divide dl dt {
    font-size: 16px;
  }
}
body#n24 footer.n24--footer--wrap .footer--top .footer--top--inner .divide dl dd.detail {
  font-size: 13px;
}
@media only screen and (max-width: 992px) {
  body#n24 footer.n24--footer--wrap .footer--top .footer--top--inner .divide dl dd.detail {
    font-size: 12px;
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  body#n24 footer.n24--footer--wrap .footer--top .footer--top--inner .divide dl dd.detail {
    display: none;
  }
}
body#n24 footer.n24--footer--wrap .footer--top .footer--top--inner .divide dl dd.access {
  align-self: end;
}
body#n24 footer.n24--footer--wrap .footer--top .footer--top--inner .divide dl dd.access .tel {
  display: grid;
  grid-template-rows: auto auto;
  justify-content: center;
  justify-items: center;
  margin-top: 32px;
}
@media only screen and (max-width: 768px) {
  body#n24 footer.n24--footer--wrap .footer--top .footer--top--inner .divide dl dd.access .tel {
    margin-top: 0;
  }
}
body#n24 footer.n24--footer--wrap .footer--top .footer--top--inner .divide dl dd.access .tel .num {
  font-family: "Lato", sans-serif;
  font-size: 34px;
  font-weight: 900;
  line-height: 1;
}
body#n24 footer.n24--footer--wrap .footer--top .footer--top--inner .divide dl dd.access .tel .num .icon {
  content: "";
  display: inline-block;
  width: 0.75em;
  aspect-ratio: 1;
  margin: 0 auto;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url('data:image/svg+xml;utf8,<svg width="22" height="22" viewBox="0 0 22 22" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M13.4246 4.82261C14.3625 5.00472 15.2245 5.46123 15.9003 6.1337C16.576 6.80617 17.0348 7.66402 17.2178 8.59743M13.4246 1C15.3733 1.21544 17.1905 2.08388 18.5778 3.46272C19.9651 4.84157 20.8401 6.64887 21.059 8.58788M20.0987 16.214V19.0809C20.0998 19.3471 20.045 19.6105 19.9379 19.8544C19.8307 20.0983 19.6736 20.3172 19.4765 20.4971C19.2794 20.677 19.0467 20.814 18.7934 20.8993C18.54 20.9845 18.2716 21.0162 18.0052 20.9922C15.0502 20.6727 12.2117 19.6678 9.71778 18.0584C7.39751 16.5911 5.43033 14.6335 3.95594 12.3245C2.333 9.83138 1.32301 6.99289 1.00779 4.03897C0.983797 3.7747 1.01536 3.50836 1.10046 3.25689C1.18557 3.00543 1.32236 2.77435 1.50213 2.57838C1.68189 2.3824 1.90069 2.22582 2.1446 2.11861C2.3885 2.0114 2.65217 1.9559 2.91881 1.95565H5.79973C6.26577 1.95109 6.71758 2.11532 7.07094 2.41774C7.42431 2.72016 7.65511 3.14013 7.72034 3.59937C7.84194 4.51686 8.06744 5.41772 8.39255 6.28476C8.52176 6.62681 8.54972 6.99855 8.47313 7.35593C8.39654 7.71331 8.21861 8.04135 7.96041 8.30118L6.74083 9.51486C8.10788 11.9074 10.0985 13.8883 12.5027 15.2488L13.7223 14.0351C13.9834 13.7782 14.313 13.6011 14.6721 13.5249C15.0312 13.4486 15.4048 13.4765 15.7485 13.6051C16.6198 13.9286 17.525 14.153 18.447 14.274C18.9134 14.3395 19.3395 14.5733 19.644 14.931C19.9486 15.2887 20.1104 15.7453 20.0987 16.214Z" stroke="%23fff" stroke-width="1.8" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  margin-right: 0.2em;
}
@media only screen and (max-width: 992px) {
  body#n24 footer.n24--footer--wrap .footer--top .footer--top--inner .divide dl dd.access .tel .num {
    font-size: 26px;
  }
}
body#n24 footer.n24--footer--wrap .footer--top .footer--top--inner .divide dl dd.access .tel .time {
  font-size: 13px;
  margin-top: 0.8em;
}
@media only screen and (max-width: 992px) {
  body#n24 footer.n24--footer--wrap .footer--top .footer--top--inner .divide dl dd.access .tel .time {
    font-size: 12px;
  }
}
body#n24 footer.n24--footer--wrap .footer--top .footer--top--inner .divide dl dd.access .btn a:hover {
  background-color: #1DC9FF;
}
@media only screen and (max-width: 992px) {
  body#n24 footer.n24--footer--wrap .footer--top .footer--top--inner .divide dl dd.access .btn {
    margin-top: 1em;
    display: flex;
    place-content: center;
  }
  body#n24 footer.n24--footer--wrap .footer--top .footer--top--inner .divide dl dd.access .btn a {
    max-width: 360px;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  body#n24 footer.n24--footer--wrap .footer--top .footer--top--inner .divide dl dd.access .btn {
    margin-top: 0.5em;
  }
}
body#n24 footer.n24--footer--wrap .footer--btm {
  position: relative;
  z-index: 5;
  padding-top: 163px;
  background-color: #051939;
  width: 100%;
}
@media only screen and (max-width: 1440px) {
  body#n24 footer.n24--footer--wrap .footer--btm {
    padding-top: 64px;
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media only screen and (max-width: 768px) {
  body#n24 footer.n24--footer--wrap .footer--btm {
    padding-top: 32px;
  }
}
body#n24 footer.n24--footer--wrap .footer--btm .footer--btm--inner {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 48px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 1200px) {
  body#n24 footer.n24--footer--wrap .footer--btm .footer--btm--inner {
    grid-template-columns: 1fr;
    padding-bottom: 32px;
  }
}
body#n24 footer.n24--footer--wrap .footer--btm .footer--btm--inner .btm--L {
  color: #F5FBFF;
  font-size: 14px;
}
@media only screen and (max-width: 1200px) {
  body#n24 footer.n24--footer--wrap .footer--btm .footer--btm--inner .btm--L {
    order: 2;
    border-top: 1px #F5FBFF solid solid;
    padding-top: 32px;
  }
}
@media only screen and (max-width: 768px) {
  body#n24 footer.n24--footer--wrap .footer--btm .footer--btm--inner .btm--L {
    font-size: 13px;
    display: grid;
    place-content: center;
    justify-items: center;
  }
}
body#n24 footer.n24--footer--wrap .footer--btm .footer--btm--inner .btm--L .logo {
  margin-bottom: 32px;
}
body#n24 footer.n24--footer--wrap .footer--btm .footer--btm--inner .btm--L .logo img {
  display: inline-block;
  width: 100%;
  max-width: 260px;
}
@media only screen and (max-width: 768px) {
  body#n24 footer.n24--footer--wrap .footer--btm .footer--btm--inner .btm--L .logo img {
    max-width: 200px;
  }
}
@media only screen and (max-width: 768px) {
  body#n24 footer.n24--footer--wrap .footer--btm .footer--btm--inner .btm--L .logo {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 768px) {
  body#n24 footer.n24--footer--wrap .footer--btm .footer--btm--inner .btm--L .sns {
    display: none;
  }
}
body#n24 footer.n24--footer--wrap .footer--btm .footer--btm--inner .btm--L .sns ul {
  display: flex;
  gap: 8px;
}
body#n24 footer.n24--footer--wrap .footer--btm .footer--btm--inner .btm--L .sns ul li a {
  display: block;
}
body#n24 footer.n24--footer--wrap .footer--btm .footer--btm--inner .btm--L .sns ul li a img {
  aspect-ratio: 1;
  width: 32px;
  display: block;
}
body#n24 footer.n24--footer--wrap .footer--btm .footer--btm--inner .btm--L .sns ul li a:hover {
  opacity: 0.7;
}
body#n24 footer.n24--footer--wrap .footer--btm .footer--btm--inner .btm--L .comInfo {
  margin-top: 1em;
}
@media only screen and (max-width: 768px) {
  body#n24 footer.n24--footer--wrap .footer--btm .footer--btm--inner .btm--L .comInfo {
    display: none;
  }
}
body#n24 footer.n24--footer--wrap .footer--btm .footer--btm--inner .btm--L .comInfo .comInfo--address {
  margin-top: 1em;
}
body#n24 footer.n24--footer--wrap .footer--btm .footer--btm--inner .btm--L .basicLinks {
  font-size: 13px;
  margin-top: 3em;
}
@media only screen and (max-width: 768px) {
  body#n24 footer.n24--footer--wrap .footer--btm .footer--btm--inner .btm--L .basicLinks {
    display: none;
  }
}
body#n24 footer.n24--footer--wrap .footer--btm .footer--btm--inner .btm--L .basicLinks ul {
  line-height: 1;
  display: flex;
  gap: 0.8em;
  flex-direction: column;
}
body#n24 footer.n24--footer--wrap .footer--btm .footer--btm--inner .btm--L .basicLinks ul li a {
  text-decoration: none;
  transition: all 0.2s;
}
body#n24 footer.n24--footer--wrap .footer--btm .footer--btm--inner .btm--L .basicLinks ul li a::before {
  margin-right: 0.2em;
}
body#n24 footer.n24--footer--wrap .footer--btm .footer--btm--inner .btm--L .basicLinks ul li a:hover {
  text-decoration: underline;
  color: #1DC9FF;
}
body#n24 footer.n24--footer--wrap .footer--btm .footer--btm--inner .btm--L .copyright {
  margin-top: 80px;
  font-size: 12px;
}
@media only screen and (max-width: 768px) {
  body#n24 footer.n24--footer--wrap .footer--btm .footer--btm--inner .btm--L .copyright {
    margin-top: 1em;
    line-height: 1;
    font-size: 11px;
  }
}
body#n24 footer.n24--footer--wrap .footer--btm .footer--btm--inner .btm--R {
  color: #F5FBFF;
  display: grid;
  grid-template-columns: repeat(3, minmax(200px, 1fr));
  justify-content: end;
  gap: 48px;
}
@media only screen and (max-width: 1200px) {
  body#n24 footer.n24--footer--wrap .footer--btm .footer--btm--inner .btm--R {
    order: 1;
  }
}
@media only screen and (max-width: 768px) {
  body#n24 footer.n24--footer--wrap .footer--btm .footer--btm--inner .btm--R {
    grid-template-columns: 1fr;
  }
}
body#n24 footer.n24--footer--wrap .footer--btm .footer--btm--inner .btm--R a {
  text-decoration: none;
}
body#n24 footer.n24--footer--wrap .footer--btm .footer--btm--inner .btm--R dl dt {
  font-size: 15px;
  line-height: 1;
  padding-bottom: 1em;
  margin-bottom: 2em;
  border-bottom: 1px #F5FBFF solid;
}
@media only screen and (max-width: 992px) {
  body#n24 footer.n24--footer--wrap .footer--btm .footer--btm--inner .btm--R dl dt {
    font-size: 13px;
  }
}
body#n24 footer.n24--footer--wrap .footer--btm .footer--btm--inner .btm--R dl dt > a {
  display: grid;
  grid-auto-flow: column;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  transition: all 0.2s;
}
body#n24 footer.n24--footer--wrap .footer--btm .footer--btm--inner .btm--R dl dt > a .ico--arrow-R {
  background-color: #092A81;
  display: flex;
  align-items: center;
  justify-items: center;
  border-radius: 1.4em;
  width: 1.4em;
  height: 1.4em;
  display: inline-block;
  aspect-ratio: 1;
  margin: 0 auto;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11 18L17 12L11 6" stroke="%23fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-size: 80%;
  background-position: 25% center;
  transition: all 0.2s;
}
body#n24 footer.n24--footer--wrap .footer--btm .footer--btm--inner .btm--R dl dt > a:hover {
  color: #1DC9FF;
}
body#n24 footer.n24--footer--wrap .footer--btm .footer--btm--inner .btm--R dl dt > a:hover .ico--arrow-R {
  background-color: #1DC9FF;
  background-image: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11 18L17 12L11 6" stroke="%230C3493" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
body#n24 footer.n24--footer--wrap .footer--btm .footer--btm--inner .btm--R dl dd {
  font-size: 13px;
  line-height: 1.2;
  margin-top: 1.6em;
}
@media only screen and (max-width: 992px) {
  body#n24 footer.n24--footer--wrap .footer--btm .footer--btm--inner .btm--R dl dd {
    font-size: 12px;
    margin-top: 1.2em;
  }
}
body#n24 footer.n24--footer--wrap .footer--btm .footer--btm--inner .btm--R dl dd:first-child {
  margin-top: 0;
}
body#n24 footer.n24--footer--wrap .footer--btm .footer--btm--inner .btm--R dl dd a {
  text-decoration: none;
  transition: all 0.2s;
}
body#n24 footer.n24--footer--wrap .footer--btm .footer--btm--inner .btm--R dl dd a::before {
  margin-right: 0.2em;
}
body#n24 footer.n24--footer--wrap .footer--btm .footer--btm--inner .btm--R dl dd a:hover {
  text-decoration: underline;
  color: #1DC9FF;
}

:root {
  --color--PRIMARY: #094067;
  --color--PRIMARY--LIGHT: #d8eefe;
  --color--PRIMARY-ACCENT: #ef4565;
  --color--SECONDARY: #3d8dcc;
  --color--TERTIARY: #c8a01d;
  --color--BizCOLOR: #004894;
  --color--TXT--MAIN: #333333;
  --color--TXT--LINK: var(--color--SECONDARY);
  --color--BG--LP-A: var(--color--PRIMARY--LIGHT);
  --color--BG--LP-B: #ffffff;
  --witdh--PC--MV: calc(1440px + 48px);
  --witdh--PC--cnt: 1200px;
  --witdh--PC--cnt--inner: 996px;
  --box-shadow: 6px 6px 0 0 rgba(9, 64, 103, 0.37);
  --box-shadow-S: 4px 4px 0 0 rgba(9, 64, 103, 0.37);
  --clr-gray-palette-50: #eceff1;
  --clr-gray-palette-100: #cad3d9;
  --clr-gray-palette-200: #aab5ba;
  --clr-gray-palette-300: #8c989d;
  --clr-gray-palette-400: #727e82;
  --clr-gray-palette-500: #5d676a;
  --clr-gray-palette-600: #4f5759;
  --clr-gray-palette-700: #404647;
  --clr-gray-palette-800: #2f3334;
  --clr-gray-palette-900: #1f2122;
}
@media only screen and (max-width: 426px) {
  :root {
    --box-shadow: 3px 3px 0 0 rgba(9, 64, 103, 0.37);
    --box-shadow-S: --box-shadow;
  }
}

body#n24.cnt-w-1232px {
  background-color: #ffffff;
}
body#n24.cnt-w-1232px .n24--top--mv--wrap.top--mv--wrap--sub {
  border-top: 1px solid #b6d4e7;
  background-color: #ffffff;
}
body#n24.cnt-w-1232px .n24--top--mv--wrap.top--mv--wrap--sub .n24--top--mv.top--mv--office_lp .top--mv--sub--inner {
  width: 100%;
  max-width: var(--witdh--PC--MV);
  padding-left: clamp(56px, 4vw, 96px);
  padding-right: clamp(56px, 4vw, 96px);
  margin: 0 auto;
  margin-top: 5vh;
  margin-bottom: 5vh;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  grid-template-rows: auto auto;
  row-gap: 3vh;
  -moz-column-gap: 3vh;
       column-gap: 3vh;
  justify-content: center;
}
@media only screen and (max-width: 1440px) {
  body#n24.cnt-w-1232px .n24--top--mv--wrap.top--mv--wrap--sub .n24--top--mv.top--mv--office_lp .top--mv--sub--inner {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media only screen and (max-width: 1200px) {
  body#n24.cnt-w-1232px .n24--top--mv--wrap.top--mv--wrap--sub .n24--top--mv.top--mv--office_lp .top--mv--sub--inner {
    max-width: 100%;
  }
}
@media only screen and (max-width: 992px) {
  body#n24.cnt-w-1232px .n24--top--mv--wrap.top--mv--wrap--sub .n24--top--mv.top--mv--office_lp .top--mv--sub--inner {
    grid-template-columns: 480px;
    grid-template-rows: auto;
    gap: 0.8em;
    padding-left: 6em;
    padding-right: 6em;
  }
}
@media only screen and (max-width: 768px) {
  body#n24.cnt-w-1232px .n24--top--mv--wrap.top--mv--wrap--sub .n24--top--mv.top--mv--office_lp .top--mv--sub--inner {
    padding-left: 24px;
    padding-right: 24px;
    margin-top: 32px;
    margin-bottom: 32px;
    gap: 0.5em;
    grid-template-columns: 360px;
  }
}
@media only screen and (max-width: 426px) {
  body#n24.cnt-w-1232px .n24--top--mv--wrap.top--mv--wrap--sub .n24--top--mv.top--mv--office_lp .top--mv--sub--inner {
    grid-template-columns: auto;
  }
}
body#n24.cnt-w-1232px .n24--top--mv--wrap.top--mv--wrap--sub .n24--top--mv.top--mv--office_lp .top--mv--sub--inner .MV-parts--A {
  grid-row: 1;
  container-type: inline-size;
  container-name: MV-PARTS--A;
}
body#n24.cnt-w-1232px .n24--top--mv--wrap.top--mv--wrap--sub .n24--top--mv.top--mv--office_lp .top--mv--sub--inner .MV-parts--A .MV-parts--A--inner .top--message--wrap {
  position: relative;
  margin-bottom: clamp(0.5em, 2cqw, 0.8em);
  width: 100%;
}
@media only screen and (max-width: 426px) {
  body#n24.cnt-w-1232px .n24--top--mv--wrap.top--mv--wrap--sub .n24--top--mv.top--mv--office_lp .top--mv--sub--inner .MV-parts--A .MV-parts--A--inner .top--message--wrap {
    overflow: hidden;
  }
}
body#n24.cnt-w-1232px .n24--top--mv--wrap.top--mv--wrap--sub .n24--top--mv.top--mv--office_lp .top--mv--sub--inner .MV-parts--A .MV-parts--A--inner .top--message--wrap .top--message--A {
  position: relative;
  z-index: 2;
  width: clamp(360px, 66cqw, 640px);
}
@container MV-PARTS--A (max-width: 420px) {
  body#n24.cnt-w-1232px .n24--top--mv--wrap.top--mv--wrap--sub .n24--top--mv.top--mv--office_lp .top--mv--sub--inner .MV-parts--A .MV-parts--A--inner .top--message--wrap .top--message--A {
    width: 100%;
  }
}
body#n24.cnt-w-1232px .n24--top--mv--wrap.top--mv--wrap--sub .n24--top--mv.top--mv--office_lp .top--mv--sub--inner .MV-parts--A .MV-parts--A--inner .top--message--wrap .top--message--B {
  position: absolute;
  left: 8px;
  top: 8px;
  z-index: 1;
  width: clamp(360px, 66cqw, 640px);
}
@container MV-PARTS--A (max-width: 420px) {
  body#n24.cnt-w-1232px .n24--top--mv--wrap.top--mv--wrap--sub .n24--top--mv.top--mv--office_lp .top--mv--sub--inner .MV-parts--A .MV-parts--A--inner .top--message--wrap .top--message--B {
    width: 100%;
  }
}
body#n24.cnt-w-1232px .n24--top--mv--wrap.top--mv--wrap--sub .n24--top--mv.top--mv--office_lp .top--mv--sub--inner .MV-parts--A .MV-parts--A--inner .main--message--wrap .main--message--sub {
  display: flex;
  gap: clamp(0.15em, 0.8cqw, 0.3em);
  margin-bottom: clamp(0.6em, 3.2cqw, 0.8em);
}
body#n24.cnt-w-1232px .n24--top--mv--wrap.top--mv--wrap--sub .n24--top--mv.top--mv--office_lp .top--mv--sub--inner .MV-parts--A .MV-parts--A--inner .main--message--wrap .main--message--sub .sub--text {
  background-color: var(--color--PRIMARY);
  font-weight: 600;
  color: #ffffff;
  padding: 0.5em 0.6em 0.6em;
  line-height: 1;
  font-size: clamp(16px, 4.8cqw, 32px);
}
body#n24.cnt-w-1232px .n24--top--mv--wrap.top--mv--wrap--sub .n24--top--mv.top--mv--office_lp .top--mv--sub--inner .MV-parts--A .MV-parts--A--inner .main--message--wrap .main--message--main .main--img img {
  width: 100%;
  display: block;
}
body#n24.cnt-w-1232px .n24--top--mv--wrap.top--mv--wrap--sub .n24--top--mv.top--mv--office_lp .top--mv--sub--inner .MV-parts--A .MV-parts--A--inner .main--message--wrap .main--message--main .main--txt {
  margin-top: 0.6vh;
  text-align: right;
  font-size: clamp(26px, 10cqw, 64px);
  font-weight: 800;
  color: var(--color--PRIMARY);
  margin-right: -0.15em;
}
@media only screen and (max-width: 992px) {
  body#n24.cnt-w-1232px .n24--top--mv--wrap.top--mv--wrap--sub .n24--top--mv.top--mv--office_lp .top--mv--sub--inner .MV-parts--A .MV-parts--A--inner .main--message--wrap .main--message--main .main--txt {
    margin-top: 0.1em;
  }
}
body#n24.cnt-w-1232px .n24--top--mv--wrap.top--mv--wrap--sub .n24--top--mv.top--mv--office_lp .top--mv--sub--inner .MV-parts--A .MV-parts--A--inner .main--message--wrap .main--message--main .main--txt span {
  display: inline-block;
}
body#n24.cnt-w-1232px .n24--top--mv--wrap.top--mv--wrap--sub .n24--top--mv.top--mv--office_lp .top--mv--sub--inner .MV-parts--A .MV-parts--A--inner .main--message--wrap .main--message--main .main--txt span:nth-child(1) {
  font-weight: normal;
  font-size: 90%;
  margin-right: 0.1em;
}
body#n24.cnt-w-1232px .n24--top--mv--wrap.top--mv--wrap--sub .n24--top--mv.top--mv--office_lp .top--mv--sub--inner .MV-parts--A .MV-parts--A--inner .main--message--wrap .main--message--main .main--txt span:nth-child(3) {
  color: var(--color--PRIMARY-ACCENT);
  margin-left: 0.05em;
}
body#n24.cnt-w-1232px .n24--top--mv--wrap.top--mv--wrap--sub .n24--top--mv.top--mv--office_lp .top--mv--sub--inner .MV-parts--A .MV-parts--A--inner .main--message--wrap .main--message--main .main--txt span:nth-child(4) {
  font-weight: normal;
  margin-left: 0.1em;
}
body#n24.cnt-w-1232px .n24--top--mv--wrap.top--mv--wrap--sub .n24--top--mv.top--mv--office_lp .top--mv--sub--inner .MV-parts--B {
  grid-row: 2;
}
@media only screen and (max-width: 992px) {
  body#n24.cnt-w-1232px .n24--top--mv--wrap.top--mv--wrap--sub .n24--top--mv.top--mv--office_lp .top--mv--sub--inner .MV-parts--B {
    grid-row: 3;
    text-align: center;
    margin-top: 1em;
  }
}
body#n24.cnt-w-1232px .n24--top--mv--wrap.top--mv--wrap--sub .n24--top--mv.top--mv--office_lp .top--mv--sub--inner .MV-parts--B .achievements--wrap {
  width: clamp(480px, 34vw, 560px);
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
}
@media only screen and (max-width: 1200px) {
  body#n24.cnt-w-1232px .n24--top--mv--wrap.top--mv--wrap--sub .n24--top--mv.top--mv--office_lp .top--mv--sub--inner .MV-parts--B .achievements--wrap {
    width: clamp(240px, 49vh, 400px);
  }
}
@media only screen and (max-width: 992px) {
  body#n24.cnt-w-1232px .n24--top--mv--wrap.top--mv--wrap--sub .n24--top--mv.top--mv--office_lp .top--mv--sub--inner .MV-parts--B .achievements--wrap {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 768px) {
  body#n24.cnt-w-1232px .n24--top--mv--wrap.top--mv--wrap--sub .n24--top--mv.top--mv--office_lp .top--mv--sub--inner .MV-parts--B .achievements--wrap {
    width: clamp(100%, 100%, 400px);
    gap: 3vw;
  }
}
body#n24.cnt-w-1232px .n24--top--mv--wrap.top--mv--wrap--sub .n24--top--mv.top--mv--office_lp .top--mv--sub--inner .MV-parts--B .achievements--wrap img {
  display: block;
  width: 100%;
  gap: 12px;
}
body#n24.cnt-w-1232px .n24--top--mv--wrap.top--mv--wrap--sub .n24--top--mv.top--mv--office_lp .top--mv--sub--inner .MV-parts--B .note--wrap {
  margin-top: 0.7em;
}
body#n24.cnt-w-1232px .n24--top--mv--wrap.top--mv--wrap--sub .n24--top--mv.top--mv--office_lp .top--mv--sub--inner .MV-parts--B .note--wrap .note--text {
  font-size: 11px;
  color: #4f5759;
  text-align: left;
  display: grid;
  grid-template-columns: min-content 1fr;
  gap: 0.2em;
  margin-top: 0.2em;
}
@media only screen and (max-width: 426px) {
  body#n24.cnt-w-1232px .n24--top--mv--wrap.top--mv--wrap--sub .n24--top--mv.top--mv--office_lp .top--mv--sub--inner .MV-parts--B .note--wrap .note--text {
    text-align: left;
    font-size: 10px;
  }
}
body#n24.cnt-w-1232px .n24--top--mv--wrap.top--mv--wrap--sub .n24--top--mv.top--mv--office_lp .top--mv--sub--inner .MV-parts--C {
  grid-row: 1/3;
  grid-column: 2;
  background-color: #ffffff;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1440px) {
  body#n24.cnt-w-1232px .n24--top--mv--wrap.top--mv--wrap--sub .n24--top--mv.top--mv--office_lp .top--mv--sub--inner .MV-parts--C {
    margin-right: 0;
    display: flex;
    align-items: center;
  }
}
@media only screen and (max-width: 992px) {
  body#n24.cnt-w-1232px .n24--top--mv--wrap.top--mv--wrap--sub .n24--top--mv.top--mv--office_lp .top--mv--sub--inner .MV-parts--C {
    grid-row: 2;
    grid-column: 1;
    width: clamp(320px, 100%, 420px);
    margin: 0 auto;
  }
}
@media only screen and (max-width: 426px) {
  body#n24.cnt-w-1232px .n24--top--mv--wrap.top--mv--wrap--sub .n24--top--mv.top--mv--office_lp .top--mv--sub--inner .MV-parts--C {
    width: 100%;
  }
}
body#n24.cnt-w-1232px .n24--top--mv--wrap.top--mv--wrap--sub .n24--top--mv.top--mv--office_lp .top--mv--sub--inner .MV-parts--C img {
  display: block;
  padding-top: 3.5vh;
  width: auto;
  max-width: 580px;
  margin-left: 1.3vw;
}
@media only screen and (max-width: 1440px) {
  body#n24.cnt-w-1232px .n24--top--mv--wrap.top--mv--wrap--sub .n24--top--mv.top--mv--office_lp .top--mv--sub--inner .MV-parts--C img {
    max-width: none;
    width: 100%;
  }
}
@media only screen and (max-width: 992px) {
  body#n24.cnt-w-1232px .n24--top--mv--wrap.top--mv--wrap--sub .n24--top--mv.top--mv--office_lp .top--mv--sub--inner .MV-parts--C img {
    padding: 0 1em;
    margin-top: -0.5em;
    margin-left: 0;
  }
}

body#n24.cnt-w-1232px .n24--top--mainCnt--wrap {
  display: grid;
  grid-auto-flow: row;
  grid-template-columns: 100%;
}
body#n24.cnt-w-1232px .n24--top--mainCnt--wrap .mainCnt--unit-wrap .mainCnt--unit {
  container-type: inline-size;
  container-name: MAINCNT--UNIT;
  max-width: 1232px;
  margin: 0 auto;
  padding: 16px;
  padding-top: 10vh;
  padding-bottom: 12vh;
}
@media only screen and (max-width: 1200px) {
  body#n24.cnt-w-1232px .n24--top--mainCnt--wrap .mainCnt--unit-wrap .mainCnt--unit {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media only screen and (max-width: 768px) {
  body#n24.cnt-w-1232px .n24--top--mainCnt--wrap .mainCnt--unit-wrap .mainCnt--unit {
    padding-top: 40px;
    padding-bottom: 60px;
    max-width: 100%;
  }
}
@media only screen and (max-width: 426px) {
  body#n24.cnt-w-1232px .n24--top--mainCnt--wrap .mainCnt--unit-wrap .mainCnt--unit {
    padding-left: clamp(24px, 3.5vw, 32px);
    padding-right: clamp(24px, 3.5vw, 32px);
  }
}
body#n24.cnt-w-1232px .n24--top--mainCnt--wrap .mainCnt--unit-wrap .mainCnt--unit .title--wrap {
  display: grid;
  gap: 0.6em;
  grid-auto-flow: row;
  justify-items: center;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  margin-bottom: 64px;
}
@media only screen and (max-width: 768px) {
  body#n24.cnt-w-1232px .n24--top--mainCnt--wrap .mainCnt--unit-wrap .mainCnt--unit .title--wrap {
    gap: 0.4em;
    margin-bottom: 1.2em;
    justify-items: start;
  }
}
body#n24.cnt-w-1232px .n24--top--mainCnt--wrap .mainCnt--unit-wrap .mainCnt--unit .title--wrap > .main {
  font-weight: 900;
  font-size: 64px;
  color: var(--color--PRIMARY);
  line-height: 1.3;
}
@media only screen and (max-width: 768px) {
  body#n24.cnt-w-1232px .n24--top--mainCnt--wrap .mainCnt--unit-wrap .mainCnt--unit .title--wrap > .main {
    font-size: clamp(32px, 6.5vw, 64px);
    text-align: justify;
  }
}
body#n24.cnt-w-1232px .n24--top--mainCnt--wrap .mainCnt--unit-wrap .mainCnt--unit .title--wrap > .sub {
  background-color: #ffffff;
  color: var(--color--PRIMARY-ACCENT);
  border: 1px solid var(--color--PRIMARY-ACCENT);
  line-height: 1;
  padding: 0.2em 0.8em;
  font-size: 20px;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
@media only screen and (max-width: 768px) {
  body#n24.cnt-w-1232px .n24--top--mainCnt--wrap .mainCnt--unit-wrap .mainCnt--unit .title--wrap > .sub {
    font-size: 14px;
    padding: 0.4em 0.4em;
  }
}
body#n24.cnt-w-1232px .n24--top--mainCnt--wrap .mainCnt--unit-wrap .mainCnt--unit .lead-text-wrap {
  margin-bottom: 3em;
}
@media only screen and (max-width: 768px) {
  body#n24.cnt-w-1232px .n24--top--mainCnt--wrap .mainCnt--unit-wrap .mainCnt--unit .lead-text-wrap {
    margin-bottom: 2em;
  }
}
body#n24.cnt-w-1232px .n24--top--mainCnt--wrap .mainCnt--unit-wrap .mainCnt--unit .lead-text-wrap .text {
  color: var(--color--TXT--MAIN);
  font-family: Noto Serif JP;
  font-weight: 800;
  font-size: 20px;
  text-align: center;
  line-height: 1.8;
}
@media only screen and (max-width: 768px) {
  body#n24.cnt-w-1232px .n24--top--mainCnt--wrap .mainCnt--unit-wrap .mainCnt--unit .lead-text-wrap .text {
    font-size: clamp(16px, 3.2vw, 20px);
    text-align: justify;
  }
}
body#n24.cnt-w-1232px .n24--top--mainCnt--wrap .mainCnt--unit-wrap .mainCnt--unit .lead-text-wrap .text span {
  display: block;
}
body#n24.cnt-w-1232px .n24--top--mainCnt--wrap .mainCnt--unit-wrap .mainCnt--unit .cnt--wrap .cnt--wrap--text {
  font-size: 16px;
  text-align: center;
}
body#n24.cnt-w-1232px .n24--top--mainCnt--wrap .mainCnt--unit-wrap .mainCnt--unit .cnt--wrap.cnt--wrap--devide {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
body#n24.cnt-w-1232px .n24--top--mainCnt--wrap .mainCnt--unit-wrap .mainCnt--unit .cnt--wrap.cnt--wrap--devide .devide--LEFT {
  padding-right: 24px;
}
@media only screen and (max-width: 768px) {
  body#n24.cnt-w-1232px .n24--top--mainCnt--wrap .mainCnt--unit-wrap .mainCnt--unit .cnt--wrap.cnt--wrap--devide .devide--LEFT {
    margin-bottom: 48px;
  }
}
body#n24.cnt-w-1232px .n24--top--mainCnt--wrap .mainCnt--unit-wrap .mainCnt--unit .cnt--wrap.cnt--wrap--devide .devide--RIGHT {
  padding-left: 24px;
}
@media only screen and (max-width: 768px) {
  body#n24.cnt-w-1232px .n24--top--mainCnt--wrap .mainCnt--unit-wrap .mainCnt--unit .cnt--wrap.cnt--wrap--devide {
    grid-template-columns: 1fr;
  }
  body#n24.cnt-w-1232px .n24--top--mainCnt--wrap .mainCnt--unit-wrap .mainCnt--unit .cnt--wrap.cnt--wrap--devide .devide--LEFT,
  body#n24.cnt-w-1232px .n24--top--mainCnt--wrap .mainCnt--unit-wrap .mainCnt--unit .cnt--wrap.cnt--wrap--devide .devide--RIGHT {
    padding-left: 0;
    padding-right: 0;
  }
}
body#n24.cnt-w-1232px .n24--top--mainCnt--wrap .mainCnt--unit-wrap.color--LP-A {
  background-color: var(--color--BG--LP-A);
}
body#n24.cnt-w-1232px .n24--top--mainCnt--wrap .mainCnt--unit-wrap.color--LP-B {
  background-color: var(--color--BG--LP-B);
}
body#n24.cnt-w-1232px .n24--top--mainCnt--wrap .mainCnt--insert-area {
  background-color: var(--color--PRIMARY);
}
body#n24.cnt-w-1232px .n24--top--mainCnt--wrap .mainCnt--insert-area .insert--area--innder {
  max-width: 1232px;
  margin: 0 auto;
  padding-top: 0.8em;
  padding-bottom: 0.8em;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  body#n24.cnt-w-1232px .n24--top--mainCnt--wrap .mainCnt--insert-area .insert--area--innder {
    padding-top: 0;
    padding-bottom: 0;
  }
}
body#n24.cnt-w-1232px .n24--top--mainCnt--wrap .mainCnt--insert-area .insert--area--innder a.insert--btn {
  position: relative;
  width: auto;
  display: flex;
  justify-content: center;
  align-items: anchor-center;
  line-height: 1;
  padding: 1.33em 1em;
  background-color: var(--color--PRIMARY-ACCENT);
  color: #ffffff;
  text-align: center;
  font-size: 24px;
  font-weight: 900;
  border-radius: 999px;
  margin: 1em;
  width: 100%;
  max-width: 640px;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  text-decoration: none;
}
body#n24.cnt-w-1232px .n24--top--mainCnt--wrap .mainCnt--insert-area .insert--area--innder a.insert--btn:hover {
  background-color: color-mix(in srgb, var(--color--PRIMARY-ACCENT) 100%, white 10%);
}
@media only screen and (max-width: 768px) {
  body#n24.cnt-w-1232px .n24--top--mainCnt--wrap .mainCnt--insert-area .insert--area--innder a.insert--btn {
    font-size: clamp(16px, 3.5vw, 24px);
    padding-top: clamp(0.8em, 3.5vw, 1.33em);
    padding-bottom: clamp(0.8em, 3.5vw, 1.33em);
    margin-left: clamp(24px, 3.5vw, 32px);
    margin-right: clamp(24px, 3.5vw, 32px);
    margin-top: clamp(1.6em, 5vw, 3em);
    margin-bottom: clamp(1.6em, 5vw, 3em);
  }
}
body#n24.cnt-w-1232px .n24--top--mainCnt--wrap .mainCnt--insert-area .insert--area--innder a.insert--btn span {
  font-size: 1.6em;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0.5em;
  display: flex;
  align-items: center;
  justify-content: center;
}
body#n24.cnt-w-1232px .n24--top--mainCnt--wrap .mainCnt--insert-area .insert--area--innder a.insert--btn span img {
  width: 75%;
  height: 75%;
  -o-object-fit: contain;
     object-fit: contain;
}

body#n24.cnt-w-1232px .cnt--wrap .cnt--WHYNOW--wrap .cnt--WHYNOW .cnt--WHYNOW--item--wrap {
  display: grid;
  justify-content: center;
  grid-template-columns: 486px 486px;
  gap: 24px;
}
@media only screen and (max-width: 1200px) {
  body#n24.cnt-w-1232px .cnt--wrap .cnt--WHYNOW--wrap .cnt--WHYNOW .cnt--WHYNOW--item--wrap {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}
@media only screen and (max-width: 992px) {
  body#n24.cnt-w-1232px .cnt--wrap .cnt--WHYNOW--wrap .cnt--WHYNOW .cnt--WHYNOW--item--wrap {
    grid-template-columns: repeat(auto-fill, minmax(312px, 1fr));
  }
}
@media only screen and (max-width: 768px) {
  body#n24.cnt-w-1232px .cnt--wrap .cnt--WHYNOW--wrap .cnt--WHYNOW .cnt--WHYNOW--item--wrap {
    grid-template-columns: 100%;
    gap: 1.4em;
  }
}
body#n24.cnt-w-1232px .cnt--wrap .cnt--WHYNOW--wrap .cnt--WHYNOW .cnt--WHYNOW--item--wrap .cnt--WHYNOW--item {
  position: relative;
  grid-template-rows: subgrid;
  grid-row: span 3;
  color: var(--color--TXT--MAIN);
  background-color: #ffffff;
  border: 2px solid var(--color--PRIMARY);
  padding: 60px 40px;
  border-radius: 24px;
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  box-shadow: var(--box-shadow);
}
@media only screen and (max-width: 768px) {
  body#n24.cnt-w-1232px .cnt--wrap .cnt--WHYNOW--wrap .cnt--WHYNOW .cnt--WHYNOW--item--wrap .cnt--WHYNOW--item {
    grid-template-rows: auto;
    padding: 1em;
  }
}
body#n24.cnt-w-1232px .cnt--wrap .cnt--WHYNOW--wrap .cnt--WHYNOW .cnt--WHYNOW--item--wrap .cnt--WHYNOW--item .item--date {
  --LOC--HEIGHT: 1.6em;
  height: var(--LOC--HEIGHT);
  position: absolute;
  left: 1em;
  top: calc(var(--LOC--HEIGHT) / -2);
  display: flex;
  align-items: baseline;
  background-color: var(--color--PRIMARY-ACCENT);
  border: 2px solid var(--color--PRIMARY);
  padding: 0.2em 0.6em;
  line-height: 1;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
}
@media only screen and (max-width: 768px) {
  body#n24.cnt-w-1232px .cnt--wrap .cnt--WHYNOW--wrap .cnt--WHYNOW .cnt--WHYNOW--item--wrap .cnt--WHYNOW--item .item--date {
    --LOC--HEIGHT: 1.2em;
    padding: 0.2em 0.4em;
  }
}
body#n24.cnt-w-1232px .cnt--wrap .cnt--WHYNOW--wrap .cnt--WHYNOW .cnt--WHYNOW--item--wrap .cnt--WHYNOW--item .item--date .date--inner {
  font-size: 28px;
  color: #ffffff;
  font-weight: 600;
  font-family: "Barlow Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}
@media only screen and (max-width: 768px) {
  body#n24.cnt-w-1232px .cnt--wrap .cnt--WHYNOW--wrap .cnt--WHYNOW .cnt--WHYNOW--item--wrap .cnt--WHYNOW--item .item--date .date--inner {
    font-size: 17px;
  }
}
body#n24.cnt-w-1232px .cnt--wrap .cnt--WHYNOW--wrap .cnt--WHYNOW .cnt--WHYNOW--item--wrap .cnt--WHYNOW--item .item--date .date--inner span {
  font-size: 14px;
}
body#n24.cnt-w-1232px .cnt--wrap .cnt--WHYNOW--wrap .cnt--WHYNOW .cnt--WHYNOW--item--wrap .cnt--WHYNOW--item .item--date .date--inner span:first-child {
  margin-right: 0.2em;
}
body#n24.cnt-w-1232px .cnt--wrap .cnt--WHYNOW--wrap .cnt--WHYNOW .cnt--WHYNOW--item--wrap .cnt--WHYNOW--item .item--title {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  line-height: 1;
  margin-bottom: 0.4em;
  padding-left: 0.2em;
  padding-right: 0.2em;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 992px) {
  body#n24.cnt-w-1232px .cnt--wrap .cnt--WHYNOW--wrap .cnt--WHYNOW .cnt--WHYNOW--item--wrap .cnt--WHYNOW--item .item--title {
    font-size: clamp(25px, 3.5vw, 40px);
    margin-bottom: 1em;
  }
}
body#n24.cnt-w-1232px .cnt--wrap .cnt--WHYNOW--wrap .cnt--WHYNOW .cnt--WHYNOW--item--wrap .cnt--WHYNOW--item .item--title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.25em;
  width: 100%;
  height: 0.5em;
  background: color-mix(in srgb, var(--color--TERTIARY), white 33%);
  mix-blend-mode: multiply;
  z-index: 0;
}
body#n24.cnt-w-1232px .cnt--wrap .cnt--WHYNOW--wrap .cnt--WHYNOW .cnt--WHYNOW--item--wrap .cnt--WHYNOW--item .item--list {
  font-size: 17px;
  margin-bottom: clamp(1.2em, 8vw, 2em);
}
@media only screen and (max-width: 992px) {
  body#n24.cnt-w-1232px .cnt--wrap .cnt--WHYNOW--wrap .cnt--WHYNOW .cnt--WHYNOW--item--wrap .cnt--WHYNOW--item .item--list {
    font-size: clamp(13px, 2vw, 16px);
  }
}
body#n24.cnt-w-1232px .cnt--wrap .cnt--WHYNOW--wrap .cnt--WHYNOW .cnt--WHYNOW--item--wrap .cnt--WHYNOW--item .item--list ul {
  list-style: disc;
  margin-left: 1.5em;
}
body#n24.cnt-w-1232px .cnt--wrap .cnt--WHYNOW--wrap .cnt--WHYNOW .cnt--WHYNOW--item--wrap .cnt--WHYNOW--item .item--list ul li {
  line-height: 1.4;
  margin-top: clamp(0.1em, 0.3vw, 0.5em);
}
body#n24.cnt-w-1232px .cnt--wrap .cnt--WHYNOW--wrap .cnt--WHYNOW .cnt--WHYNOW--item--wrap .cnt--WHYNOW--item .item--list ul li::marker {
  font-size: 1.2em;
}
body#n24.cnt-w-1232px .cnt--wrap .cnt--WHYNOW--wrap .cnt--WHYNOW .cnt--WHYNOW--item--wrap .cnt--WHYNOW--item .item--list ul li:first-child {
  margin-top: 0;
}
body#n24.cnt-w-1232px .cnt--wrap .cnt--WHYNOW--wrap .cnt--WHYNOW .cnt--WHYNOW--item--wrap .cnt--WHYNOW--item .item--link {
  color: var(--color--TXT--LINK);
  font-size: 16px;
  text-align: center;
}
@media only screen and (max-width: 992px) {
  body#n24.cnt-w-1232px .cnt--wrap .cnt--WHYNOW--wrap .cnt--WHYNOW .cnt--WHYNOW--item--wrap .cnt--WHYNOW--item .item--link {
    font-size: clamp(13px, 2vw, 16px);
  }
}
body#n24.cnt-w-1232px .cnt--wrap .cnt--WHYNOW--wrap .cnt--WHYNOW .cnt--WHYNOW--item--wrap .cnt--WHYNOW--item .item--link a {
  text-decoration: none;
}
body#n24.cnt-w-1232px .cnt--wrap .cnt--WHYNOW--wrap .cnt--WHYNOW .cnt--WHYNOW--item--wrap .cnt--WHYNOW--item .item--link a:hover {
  text-decoration: none;
  opacity: 0.7;
}
body#n24.cnt-w-1232px .cnt--wrap .cnt--WHYNOW--wrap .cnt--WHYNOW .cnt--WHYNOW--item--wrap .cnt--WHYNOW--item .item--link a .text {
  text-decoration: underline;
  display: inline;
}
body#n24.cnt-w-1232px .cnt--wrap .cnt--WHYNOW--wrap .cnt--WHYNOW .cnt--WHYNOW--item--wrap .cnt--WHYNOW--item .item--link a .material-symbols-outlined {
  font-family: "Material Symbols Outlined";
  font-size: 125%;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  vertical-align: bottom;
  margin-left: 0.1em;
}
body#n24.cnt-w-1232px .cnt--wrap .cnt--WHYNOW--wrap .cnt--WHYNOW .cnt--WHYNOW--message {
  color: var(--color--TXT--MAIN);
  text-align: center;
  margin-top: 3em;
  font-size: 30px;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  body#n24.cnt-w-1232px .cnt--wrap .cnt--WHYNOW--wrap .cnt--WHYNOW .cnt--WHYNOW--message {
    font-size: clamp(20px, 3.5vw, 30px);
  }
}

body#n24.cnt-w-1232px .cnt--wrap .cnt--CHALLENGES--wrap .cnt--CHALLENGES .cnt--CHALLENGES--item--wrap {
  display: grid;
  justify-content: center;
  grid-template-columns: 1fr 1fr;
  max-width: var(--witdh--PC--cnt--inner);
  margin: 0 auto;
  gap: 128px;
}
@media only screen and (max-width: 1200px) {
  body#n24.cnt-w-1232px .cnt--wrap .cnt--CHALLENGES--wrap .cnt--CHALLENGES .cnt--CHALLENGES--item--wrap {
    gap: 0.6em;
  }
}
@media only screen and (max-width: 768px) {
  body#n24.cnt-w-1232px .cnt--wrap .cnt--CHALLENGES--wrap .cnt--CHALLENGES .cnt--CHALLENGES--item--wrap {
    grid-template-columns: 1fr;
    gap: 2em;
  }
}
body#n24.cnt-w-1232px .cnt--wrap .cnt--CHALLENGES--wrap .cnt--CHALLENGES .cnt--CHALLENGES--item--wrap .cnt--CHALLENGES--item .item--title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4em;
  margin-bottom: 1.6em;
}
@media only screen and (max-width: 768px) {
  body#n24.cnt-w-1232px .cnt--wrap .cnt--CHALLENGES--wrap .cnt--CHALLENGES .cnt--CHALLENGES--item--wrap .cnt--CHALLENGES--item .item--title {
    margin-bottom: 0.8em;
  }
}
body#n24.cnt-w-1232px .cnt--wrap .cnt--CHALLENGES--wrap .cnt--CHALLENGES .cnt--CHALLENGES--item--wrap .cnt--CHALLENGES--item .item--title .item--title--partsA {
  background-color: var(--color--TXT--MAIN);
  color: #ffffff;
  font-size: clamp(14px, 2.5vw, 16px);
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.2em 0.8em 0.4em;
  border-left: 6px var(--color--TERTIARY) solid;
}
body#n24.cnt-w-1232px .cnt--wrap .cnt--CHALLENGES--wrap .cnt--CHALLENGES .cnt--CHALLENGES--item--wrap .cnt--CHALLENGES--item .item--title .item--title--partsB {
  color: var(--color--TXT--MAIN);
  font-size: clamp(32px, 4.5vw, 40px);
  font-weight: 700;
  line-height: 1;
}
body#n24.cnt-w-1232px .cnt--wrap .cnt--CHALLENGES--wrap .cnt--CHALLENGES .cnt--CHALLENGES--item--wrap .cnt--CHALLENGES--item .item--cnt ul {
  list-style: none;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 768px) {
  body#n24.cnt-w-1232px .cnt--wrap .cnt--CHALLENGES--wrap .cnt--CHALLENGES .cnt--CHALLENGES--item--wrap .cnt--CHALLENGES--item .item--cnt ul {
    align-items: center;
  }
}
@media only screen and (max-width: 426px) {
  body#n24.cnt-w-1232px .cnt--wrap .cnt--CHALLENGES--wrap .cnt--CHALLENGES .cnt--CHALLENGES--item--wrap .cnt--CHALLENGES--item .item--cnt ul li {
    width: 100%;
  }
}
body#n24.cnt-w-1232px .cnt--wrap .cnt--CHALLENGES--wrap .cnt--CHALLENGES .cnt--CHALLENGES--item--wrap .cnt--CHALLENGES--item .item--cnt ul li:nth-child(1) {
  margin-right: auto;
  margin-bottom: 1em;
}
@media only screen and (max-width: 1200px) {
  body#n24.cnt-w-1232px .cnt--wrap .cnt--CHALLENGES--wrap .cnt--CHALLENGES .cnt--CHALLENGES--item--wrap .cnt--CHALLENGES--item .item--cnt ul li:nth-child(1) {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 2em;
  }
}
@media only screen and (max-width: 768px) {
  body#n24.cnt-w-1232px .cnt--wrap .cnt--CHALLENGES--wrap .cnt--CHALLENGES .cnt--CHALLENGES--item--wrap .cnt--CHALLENGES--item .item--cnt ul li:nth-child(1) {
    margin-bottom: 1.4em;
  }
}
@media only screen and (max-width: 426px) {
  body#n24.cnt-w-1232px .cnt--wrap .cnt--CHALLENGES--wrap .cnt--CHALLENGES .cnt--CHALLENGES--item--wrap .cnt--CHALLENGES--item .item--cnt ul li:nth-child(1) {
    margin-bottom: 0.6em;
  }
}
body#n24.cnt-w-1232px .cnt--wrap .cnt--CHALLENGES--wrap .cnt--CHALLENGES .cnt--CHALLENGES--item--wrap .cnt--CHALLENGES--item .item--cnt ul li:nth-child(2) {
  margin-left: auto;
  margin-bottom: 2em;
}
@media only screen and (max-width: 1200px) {
  body#n24.cnt-w-1232px .cnt--wrap .cnt--CHALLENGES--wrap .cnt--CHALLENGES .cnt--CHALLENGES--item--wrap .cnt--CHALLENGES--item .item--cnt ul li:nth-child(2) {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 2em;
  }
}
@media only screen and (max-width: 768px) {
  body#n24.cnt-w-1232px .cnt--wrap .cnt--CHALLENGES--wrap .cnt--CHALLENGES .cnt--CHALLENGES--item--wrap .cnt--CHALLENGES--item .item--cnt ul li:nth-child(2) {
    margin-bottom: 1.4em;
  }
}
@media only screen and (max-width: 426px) {
  body#n24.cnt-w-1232px .cnt--wrap .cnt--CHALLENGES--wrap .cnt--CHALLENGES .cnt--CHALLENGES--item--wrap .cnt--CHALLENGES--item .item--cnt ul li:nth-child(2) {
    margin-bottom: 0.6em;
  }
}
body#n24.cnt-w-1232px .cnt--wrap .cnt--CHALLENGES--wrap .cnt--CHALLENGES .cnt--CHALLENGES--item--wrap .cnt--CHALLENGES--item .item--cnt ul li:nth-child(3) {
  margin-left: 56px;
}
@media only screen and (max-width: 1200px) {
  body#n24.cnt-w-1232px .cnt--wrap .cnt--CHALLENGES--wrap .cnt--CHALLENGES .cnt--CHALLENGES--item--wrap .cnt--CHALLENGES--item .item--cnt ul li:nth-child(3) {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
  }
}
body#n24.cnt-w-1232px .cnt--wrap .cnt--CHALLENGES--wrap .cnt--CHALLENGES .cnt--CHALLENGES--item--wrap .cnt--CHALLENGES--item .item--cnt ul li .fukidashi-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
}
@media only screen and (max-width: 768px) {
  body#n24.cnt-w-1232px .cnt--wrap .cnt--CHALLENGES--wrap .cnt--CHALLENGES .cnt--CHALLENGES--item--wrap .cnt--CHALLENGES--item .item--cnt ul li .fukidashi-wrap {
    align-items: stretch;
  }
}
body#n24.cnt-w-1232px .cnt--wrap .cnt--CHALLENGES--wrap .cnt--CHALLENGES .cnt--CHALLENGES--item--wrap .cnt--CHALLENGES--item .item--cnt ul li .fukidashi-wrap .fukidashi {
  width: 320px;
  position: relative;
  z-index: 2;
  background-color: #ffffff;
  border-radius: 40px 0;
  padding: 1.4em;
  padding-bottom: 1.3em;
  border: 2px solid var(--color--TXT--MAIN);
  box-shadow: var(--box-shadow);
}
@media only screen and (max-width: 768px) {
  body#n24.cnt-w-1232px .cnt--wrap .cnt--CHALLENGES--wrap .cnt--CHALLENGES .cnt--CHALLENGES--item--wrap .cnt--CHALLENGES--item .item--cnt ul li .fukidashi-wrap .fukidashi {
    padding: 0.8em;
    border-radius: 20px 0;
  }
}
@media only screen and (max-width: 426px) {
  body#n24.cnt-w-1232px .cnt--wrap .cnt--CHALLENGES--wrap .cnt--CHALLENGES .cnt--CHALLENGES--item--wrap .cnt--CHALLENGES--item .item--cnt ul li .fukidashi-wrap .fukidashi {
    width: auto;
  }
}
body#n24.cnt-w-1232px .cnt--wrap .cnt--CHALLENGES--wrap .cnt--CHALLENGES .cnt--CHALLENGES--item--wrap .cnt--CHALLENGES--item .item--cnt ul li .fukidashi-wrap .fukidashi::before {
  content: "";
  position: absolute;
  left: 8px;
  top: -16px;
  z-index: 3;
  display: block;
  width: 33px;
  height: 32px;
  background-image: url("../../office_lp/img/quote-text-top.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 768px) {
  body#n24.cnt-w-1232px .cnt--wrap .cnt--CHALLENGES--wrap .cnt--CHALLENGES .cnt--CHALLENGES--item--wrap .cnt--CHALLENGES--item .item--cnt ul li .fukidashi-wrap .fukidashi::before {
    width: 24px;
    height: 24px;
    top: -12px;
  }
}
body#n24.cnt-w-1232px .cnt--wrap .cnt--CHALLENGES--wrap .cnt--CHALLENGES .cnt--CHALLENGES--item--wrap .cnt--CHALLENGES--item .item--cnt ul li .fukidashi-wrap .fukidashi::after {
  content: "";
  position: absolute;
  right: 8px;
  bottom: -16px;
  z-index: 3;
  display: block;
  width: 33px;
  height: 32px;
  background-image: url("../../office_lp/img/quote-text-bottom.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 768px) {
  body#n24.cnt-w-1232px .cnt--wrap .cnt--CHALLENGES--wrap .cnt--CHALLENGES .cnt--CHALLENGES--item--wrap .cnt--CHALLENGES--item .item--cnt ul li .fukidashi-wrap .fukidashi::after {
    width: 24px;
    height: 24px;
    bottom: -12px;
  }
}
body#n24.cnt-w-1232px .cnt--wrap .cnt--CHALLENGES--wrap .cnt--CHALLENGES .cnt--CHALLENGES--item--wrap .cnt--CHALLENGES--item .item--cnt ul li .fukidashi-wrap .fukidashi .fukidashi--text {
  font-size: 16px;
  font-weight: 700;
  text-align: justify;
  font-family: "Noto Serif JP";
  line-height: 1.8;
}
@media only screen and (max-width: 768px) {
  body#n24.cnt-w-1232px .cnt--wrap .cnt--CHALLENGES--wrap .cnt--CHALLENGES .cnt--CHALLENGES--item--wrap .cnt--CHALLENGES--item .item--cnt ul li .fukidashi-wrap .fukidashi .fukidashi--text {
    font-size: 13px;
  }
}
body#n24.cnt-w-1232px .cnt--wrap .cnt--CHALLENGES--wrap .cnt--CHALLENGES .cnt--CHALLENGES--item--wrap .cnt--CHALLENGES--item .item--cnt ul li .fukidashi-wrap .fukidashi .fukidashi--text span {
  color: var(--color--PRIMARY-ACCENT);
  font-weight: 800;
}
body#n24.cnt-w-1232px .cnt--wrap .cnt--CHALLENGES--wrap .cnt--CHALLENGES .cnt--CHALLENGES--item--wrap .cnt--CHALLENGES--item .item--cnt ul li .fukidashi-wrap .fukidashi--arrow {
  --LOC-ARROW-SIZE: 32px;
}
@media only screen and (max-width: 426px) {
  body#n24.cnt-w-1232px .cnt--wrap .cnt--CHALLENGES--wrap .cnt--CHALLENGES .cnt--CHALLENGES--item--wrap .cnt--CHALLENGES--item .item--cnt ul li .fukidashi-wrap .fukidashi--arrow {
    display: none;
  }
}
body#n24.cnt-w-1232px .cnt--wrap .cnt--CHALLENGES--wrap .cnt--CHALLENGES .cnt--CHALLENGES--item--wrap .cnt--CHALLENGES--item .item--cnt ul li .fukidashi-wrap .fukidashi--arrow .fukidashi--arrow--inner svg:first-child {
  width: var(--LOC-ARROW-SIZE);
  height: var(--LOC-ARROW-SIZE);
  fill: var(--color--TXT--MAIN);
  position: absolute;
  left: -1px;
  bottom: -31px;
  z-index: 4;
  display: block; /* 余計な隙間防止 */
  overflow: visible;
}
body#n24.cnt-w-1232px .cnt--wrap .cnt--CHALLENGES--wrap .cnt--CHALLENGES .cnt--CHALLENGES--item--wrap .cnt--CHALLENGES--item .item--cnt ul li .fukidashi-wrap .fukidashi--arrow .fukidashi--arrow--inner svg:first-child path {
  position: absolute;
  top: 1px;
  left: 0;
  /* 形状に沿った影。数値はお好みで */
  filter: drop-shadow(calc(var(--LOC-ARROW-SIZE) - 2px) calc(var(--LOC-ARROW-SIZE) - 2px) 0px rgba(9, 64, 103, 0.37));
}
body#n24.cnt-w-1232px .cnt--wrap .cnt--CHALLENGES--wrap .cnt--CHALLENGES .cnt--CHALLENGES--item--wrap .cnt--CHALLENGES--item .item--cnt ul li .fukidashi-wrap .fukidashi--arrow .fukidashi--arrow--inner svg:last-child {
  width: var(--LOC-ARROW-SIZE);
  height: var(--LOC-ARROW-SIZE);
  fill: #ffffff;
  position: absolute;
  left: 1px;
  bottom: -26px;
  z-index: 5;
}
body#n24.cnt-w-1232px .cnt--wrap .cnt--CHALLENGES--wrap .cnt--CHALLENGES .cnt--CHALLENGES--message {
  color: var(--color--TXT--MAIN);
  text-align: center;
  margin-top: 4em;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.4;
}
@media only screen and (max-width: 768px) {
  body#n24.cnt-w-1232px .cnt--wrap .cnt--CHALLENGES--wrap .cnt--CHALLENGES .cnt--CHALLENGES--message {
    font-size: clamp(18px, 3.5vw, 30px);
    margin-top: 3em;
  }
}
body#n24.cnt-w-1232px .cnt--wrap .cnt--CHALLENGES--wrap .cnt--CHALLENGES .cnt--CHALLENGES--message span {
  vertical-align: 0.1em;
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  body#n24.cnt-w-1232px .cnt--wrap .cnt--CHALLENGES--wrap .cnt--CHALLENGES .cnt--CHALLENGES--message span {
    margin-bottom: 0.4em;
  }
}
body#n24.cnt-w-1232px .cnt--wrap .cnt--CHALLENGES--wrap .cnt--CHALLENGES .cnt--CHALLENGES--message img {
  display: inline-block;
  margin: 0 0.1em 0 0.2em;
  width: 320px;
}
@media only screen and (max-width: 426px) {
  body#n24.cnt-w-1232px .cnt--wrap .cnt--CHALLENGES--wrap .cnt--CHALLENGES .cnt--CHALLENGES--message img {
    width: 200px;
  }
}

body#n24.cnt-w-1232px .cnt--wrap .cnt--OURSOLUTION--wrap .cnt--OURSOLUTION .cnt--OURSOLUTION--item--wrap {
  max-width: var(--witdh--PC--cnt--inner);
  margin: 0 auto;
}
@media only screen and (max-width: 1200px) {
  body#n24.cnt-w-1232px .cnt--wrap .cnt--OURSOLUTION--wrap .cnt--OURSOLUTION .cnt--OURSOLUTION--item--wrap {
    padding-left: 1em;
  }
}
@media only screen and (max-width: 768px) {
  body#n24.cnt-w-1232px .cnt--wrap .cnt--OURSOLUTION--wrap .cnt--OURSOLUTION .cnt--OURSOLUTION--item--wrap {
    padding-left: 0;
  }
}
body#n24.cnt-w-1232px .cnt--wrap .cnt--OURSOLUTION--wrap .cnt--OURSOLUTION .cnt--OURSOLUTION--item--wrap .cnt--OURSOLUTION--item {
  position: relative;
  width: 100%;
  max-width: 792px;
  margin-top: 64px;
}
@media only screen and (max-width: 1200px) {
  body#n24.cnt-w-1232px .cnt--wrap .cnt--OURSOLUTION--wrap .cnt--OURSOLUTION .cnt--OURSOLUTION--item--wrap .cnt--OURSOLUTION--item {
    margin-top: 48px;
  }
}
@media only screen and (max-width: 768px) {
  body#n24.cnt-w-1232px .cnt--wrap .cnt--OURSOLUTION--wrap .cnt--OURSOLUTION .cnt--OURSOLUTION--item--wrap .cnt--OURSOLUTION--item {
    margin-top: clamp(12px, 3vw, 32px);
  }
}
body#n24.cnt-w-1232px .cnt--wrap .cnt--OURSOLUTION--wrap .cnt--OURSOLUTION .cnt--OURSOLUTION--item--wrap .cnt--OURSOLUTION--item:nth-child(1) {
  margin-top: 0;
  margin-right: auto;
}
body#n24.cnt-w-1232px .cnt--wrap .cnt--OURSOLUTION--wrap .cnt--OURSOLUTION .cnt--OURSOLUTION--item--wrap .cnt--OURSOLUTION--item:nth-child(2) {
  margin-left: auto;
  margin-right: auto;
}
body#n24.cnt-w-1232px .cnt--wrap .cnt--OURSOLUTION--wrap .cnt--OURSOLUTION .cnt--OURSOLUTION--item--wrap .cnt--OURSOLUTION--item:nth-child(3) {
  margin-left: auto;
}
body#n24.cnt-w-1232px .cnt--wrap .cnt--OURSOLUTION--wrap .cnt--OURSOLUTION .cnt--OURSOLUTION--item--wrap .cnt--OURSOLUTION--item .item--point {
  --LOC--WIDTH: 80px;
  width: var(--LOC--WIDTH);
  height: var(--LOC--WIDTH);
  position: absolute;
  left: calc(var(--LOC--WIDTH) / -2.5);
  top: calc(var(--LOC--WIDTH) / -2.5);
  background-color: var(--color--TXT--MAIN);
  color: #ffffff;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 0.05em;
  justify-content: center;
  align-items: center;
  border-radius: 999px;
  font-family: "Barlow Condensed", sans-serif;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  body#n24.cnt-w-1232px .cnt--wrap .cnt--OURSOLUTION--wrap .cnt--OURSOLUTION .cnt--OURSOLUTION--item--wrap .cnt--OURSOLUTION--item .item--point {
    background-color: transparent;
    top: 16px;
    left: 16px;
    width: auto;
    height: auto;
  }
}
body#n24.cnt-w-1232px .cnt--wrap .cnt--OURSOLUTION--wrap .cnt--OURSOLUTION .cnt--OURSOLUTION--item--wrap .cnt--OURSOLUTION--item .item--point .point--text {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
}
@media only screen and (max-width: 768px) {
  body#n24.cnt-w-1232px .cnt--wrap .cnt--OURSOLUTION--wrap .cnt--OURSOLUTION .cnt--OURSOLUTION--item--wrap .cnt--OURSOLUTION--item .item--point .point--text {
    color: var(--color--SECONDARY);
  }
}
body#n24.cnt-w-1232px .cnt--wrap .cnt--OURSOLUTION--wrap .cnt--OURSOLUTION .cnt--OURSOLUTION--item--wrap .cnt--OURSOLUTION--item .item--point .point--num {
  font-size: 36px;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  body#n24.cnt-w-1232px .cnt--wrap .cnt--OURSOLUTION--wrap .cnt--OURSOLUTION .cnt--OURSOLUTION--item--wrap .cnt--OURSOLUTION--item .item--point .point--num {
    color: var(--color--SECONDARY);
    font-size: 28px;
  }
}
body#n24.cnt-w-1232px .cnt--wrap .cnt--OURSOLUTION--wrap .cnt--OURSOLUTION .cnt--OURSOLUTION--item--wrap .cnt--OURSOLUTION--item .item--inner {
  display: grid;
  grid-template-columns: auto auto;
  gap: 0;
  box-shadow: var(--box-shadow);
  border: 2px solid var(--color--TXT--MAIN);
  border-radius: 24px;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  body#n24.cnt-w-1232px .cnt--wrap .cnt--OURSOLUTION--wrap .cnt--OURSOLUTION .cnt--OURSOLUTION--item--wrap .cnt--OURSOLUTION--item .item--inner {
    grid-template-columns: 1fr;
  }
}
body#n24.cnt-w-1232px .cnt--wrap .cnt--OURSOLUTION--wrap .cnt--OURSOLUTION .cnt--OURSOLUTION--item--wrap .cnt--OURSOLUTION--item .item--inner .item--LEFT {
  background-color: var(--color--PRIMARY--LIGHT);
  width: 224px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  body#n24.cnt-w-1232px .cnt--wrap .cnt--OURSOLUTION--wrap .cnt--OURSOLUTION .cnt--OURSOLUTION--item--wrap .cnt--OURSOLUTION--item .item--inner .item--LEFT {
    width: 100%;
    padding: 0.6em;
  }
}
body#n24.cnt-w-1232px .cnt--wrap .cnt--OURSOLUTION--wrap .cnt--OURSOLUTION .cnt--OURSOLUTION--item--wrap .cnt--OURSOLUTION--item .item--inner .item--LEFT img {
  display: block;
}
@media only screen and (max-width: 768px) {
  body#n24.cnt-w-1232px .cnt--wrap .cnt--OURSOLUTION--wrap .cnt--OURSOLUTION .cnt--OURSOLUTION--item--wrap .cnt--OURSOLUTION--item .item--inner .item--LEFT img {
    width: clamp(64px, 14vw, 80px);
  }
}
body#n24.cnt-w-1232px .cnt--wrap .cnt--OURSOLUTION--wrap .cnt--OURSOLUTION .cnt--OURSOLUTION--item--wrap .cnt--OURSOLUTION--item .item--inner .item--RIGHT {
  background-color: #ffffff;
  color: var(--color--TXT--MAIN);
  padding: 1em;
}
@media only screen and (max-width: 768px) {
  body#n24.cnt-w-1232px .cnt--wrap .cnt--OURSOLUTION--wrap .cnt--OURSOLUTION .cnt--OURSOLUTION--item--wrap .cnt--OURSOLUTION--item .item--inner .item--RIGHT {
    padding: 0.8em;
  }
}
body#n24.cnt-w-1232px .cnt--wrap .cnt--OURSOLUTION--wrap .cnt--OURSOLUTION .cnt--OURSOLUTION--item--wrap .cnt--OURSOLUTION--item .item--inner .item--RIGHT .item--title {
  font-size: 28px;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 0.8em;
  text-align: justify;
}
@media only screen and (max-width: 768px) {
  body#n24.cnt-w-1232px .cnt--wrap .cnt--OURSOLUTION--wrap .cnt--OURSOLUTION .cnt--OURSOLUTION--item--wrap .cnt--OURSOLUTION--item .item--inner .item--RIGHT .item--title {
    font-size: clamp(20px, 2.5vw, 24px);
  }
}
@media only screen and (max-width: 426px) {
  body#n24.cnt-w-1232px .cnt--wrap .cnt--OURSOLUTION--wrap .cnt--OURSOLUTION .cnt--OURSOLUTION--item--wrap .cnt--OURSOLUTION--item .item--inner .item--RIGHT .item--title {
    margin-bottom: 0.4em;
  }
}
body#n24.cnt-w-1232px .cnt--wrap .cnt--OURSOLUTION--wrap .cnt--OURSOLUTION .cnt--OURSOLUTION--item--wrap .cnt--OURSOLUTION--item .item--inner .item--RIGHT .item--text {
  font-size: 14px;
  line-height: 1.8;
  text-align: justify;
}
@media only screen and (max-width: 768px) {
  body#n24.cnt-w-1232px .cnt--wrap .cnt--OURSOLUTION--wrap .cnt--OURSOLUTION .cnt--OURSOLUTION--item--wrap .cnt--OURSOLUTION--item .item--inner .item--RIGHT .item--text {
    font-size: clamp(13px, 2vw, 16px);
  }
}
body#n24.cnt-w-1232px .cnt--wrap .cnt--OURSOLUTION--wrap .cnt--OURSOLUTION .cnt--OURSOLUTION--item--wrap .cnt--OURSOLUTION--item .item--inner .item--RIGHT .item--text span {
  color: var(--color--PRIMARY-ACCENT);
  font-weight: 600;
}

body#n24.cnt-w-1232px .cnt--wrap .cnt--LINEUP--wrap .cnt--LINEUP .cnt--LINEUP--item--wrap {
  margin: 0 auto;
  gap: 128px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
body#n24.cnt-w-1232px .cnt--wrap .cnt--LINEUP--wrap .cnt--LINEUP .cnt--LINEUP--item--wrap .cnt--LINEUP--TOParea {
  max-width: var(--witdh--PC--cnt--inner);
  position: relative;
  --LOC--ARROW-SIZE: 60px;
}
body#n24.cnt-w-1232px .cnt--wrap .cnt--LINEUP--wrap .cnt--LINEUP .cnt--LINEUP--item--wrap .cnt--LINEUP--TOParea::before {
  content: "";
  display: block;
  width: 24px;
  height: 120px;
  background-color: var(--color--TXT--MAIN);
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: calc(var(--LOC--ARROW-SIZE) * -2);
}
body#n24.cnt-w-1232px .cnt--wrap .cnt--LINEUP--wrap .cnt--LINEUP .cnt--LINEUP--item--wrap .cnt--LINEUP--TOParea::after {
  content: "";
  width: 0;
  height: 0;
  border-right: calc(var(--LOC--ARROW-SIZE) * 0.58) solid transparent;
  border-left: calc(var(--LOC--ARROW-SIZE) * 0.58) solid transparent;
  border-top: var(--LOC--ARROW-SIZE) solid var(--color--TXT--MAIN);
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: calc(var(--LOC--ARROW-SIZE) * -2.67);
}
body#n24.cnt-w-1232px .cnt--wrap .cnt--LINEUP--wrap .cnt--LINEUP .cnt--LINEUP--item--wrap .cnt--LINEUP--TOParea .TOParea--item--wrap {
  width: 100%;
  max-width: 668px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0;
  background-color: #ffffff;
  border-radius: 24px;
  border: 2px solid var(--color--TXT--MAIN);
  box-shadow: var(--box-shadow);
}
@media only screen and (max-width: 768px) {
  body#n24.cnt-w-1232px .cnt--wrap .cnt--LINEUP--wrap .cnt--LINEUP .cnt--LINEUP--item--wrap .cnt--LINEUP--TOParea .TOParea--item--wrap {
    grid-template-columns: 1fr;
  }
}
body#n24.cnt-w-1232px .cnt--wrap .cnt--LINEUP--wrap .cnt--LINEUP .cnt--LINEUP--item--wrap .cnt--LINEUP--TOParea .TOParea--item--wrap .TOParea--item {
  padding: 1em;
  border-left: 1px solid var(--color--TXT--MAIN);
}
body#n24.cnt-w-1232px .cnt--wrap .cnt--LINEUP--wrap .cnt--LINEUP .cnt--LINEUP--item--wrap .cnt--LINEUP--TOParea .TOParea--item--wrap .TOParea--item:first-child {
  border-left: none;
}
@media only screen and (max-width: 768px) {
  body#n24.cnt-w-1232px .cnt--wrap .cnt--LINEUP--wrap .cnt--LINEUP .cnt--LINEUP--item--wrap .cnt--LINEUP--TOParea .TOParea--item--wrap .TOParea--item {
    border-left: none;
    border-top: 1px solid var(--color--TXT--MAIN);
    display: grid;
    grid-template-columns: 1fr 1.62fr;
    align-items: center;
  }
  body#n24.cnt-w-1232px .cnt--wrap .cnt--LINEUP--wrap .cnt--LINEUP .cnt--LINEUP--item--wrap .cnt--LINEUP--TOParea .TOParea--item--wrap .TOParea--item:first-child {
    border-top: none;
  }
}
body#n24.cnt-w-1232px .cnt--wrap .cnt--LINEUP--wrap .cnt--LINEUP .cnt--LINEUP--item--wrap .cnt--LINEUP--TOParea .TOParea--item--wrap .TOParea--item .item--title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5em;
  margin-bottom: 24px;
}
@media only screen and (max-width: 768px) {
  body#n24.cnt-w-1232px .cnt--wrap .cnt--LINEUP--wrap .cnt--LINEUP .cnt--LINEUP--item--wrap .cnt--LINEUP--TOParea .TOParea--item--wrap .TOParea--item .item--title {
    margin-bottom: 0;
    margin-right: 24px;
  }
}
body#n24.cnt-w-1232px .cnt--wrap .cnt--LINEUP--wrap .cnt--LINEUP .cnt--LINEUP--item--wrap .cnt--LINEUP--TOParea .TOParea--item--wrap .TOParea--item .item--title .logo img {
  display: block;
  width: 100%;
  max-width: 88px;
  height: auto;
}
body#n24.cnt-w-1232px .cnt--wrap .cnt--LINEUP--wrap .cnt--LINEUP .cnt--LINEUP--item--wrap .cnt--LINEUP--TOParea .TOParea--item--wrap .TOParea--item .item--title .type img {
  height: 100%;
  max-height: 36px;
  width: auto;
}
body#n24.cnt-w-1232px .cnt--wrap .cnt--LINEUP--wrap .cnt--LINEUP .cnt--LINEUP--item--wrap .cnt--LINEUP--TOParea .TOParea--item--wrap .TOParea--item .item--text {
  font-size: 14px;
  line-height: 1.8;
  text-align: justify;
  border-top: 1px solid var(--color--TXT--MAIN);
  padding-top: 24px;
}
@media only screen and (max-width: 768px) {
  body#n24.cnt-w-1232px .cnt--wrap .cnt--LINEUP--wrap .cnt--LINEUP .cnt--LINEUP--item--wrap .cnt--LINEUP--TOParea .TOParea--item--wrap .TOParea--item .item--text {
    margin-bottom: 0;
    border-top: none;
    border-left: 1px solid var(--color--TXT--MAIN);
    padding-top: 0;
    padding-left: 24px;
    font-size: clamp(11px, 2vw, 15px);
  }
}
body#n24.cnt-w-1232px .cnt--wrap .cnt--LINEUP--wrap .cnt--LINEUP .cnt--LINEUP--item--wrap .cnt--LINEUP--BOTTOMarea {
  width: 100%;
}
body#n24.cnt-w-1232px .cnt--wrap .cnt--LINEUP--wrap .cnt--LINEUP .cnt--LINEUP--item--wrap .cnt--LINEUP--BOTTOMarea .BOTTOMarea--item--wrap {
  width: 100%;
  background-color: #ffffff;
  border-radius: 12px;
  padding: 40px 64px;
  border-style: dashed;
  border-width: 2px;
  border-color: var(--color--TXT--MAIN);
}
@media only screen and (max-width: 1200px) {
  body#n24.cnt-w-1232px .cnt--wrap .cnt--LINEUP--wrap .cnt--LINEUP .cnt--LINEUP--item--wrap .cnt--LINEUP--BOTTOMarea .BOTTOMarea--item--wrap {
    padding: 36px 64px 24px;
  }
}
@media only screen and (max-width: 992px) {
  body#n24.cnt-w-1232px .cnt--wrap .cnt--LINEUP--wrap .cnt--LINEUP .cnt--LINEUP--item--wrap .cnt--LINEUP--BOTTOMarea .BOTTOMarea--item--wrap {
    padding: clamp(16px, 3.5vw, 36px);
    padding-top: 36px;
  }
}
body#n24.cnt-w-1232px .cnt--wrap .cnt--LINEUP--wrap .cnt--LINEUP .cnt--LINEUP--item--wrap .cnt--LINEUP--BOTTOMarea .BOTTOMarea--item--wrap .BOTTOMarea--item--message {
  background-color: var(--color--TXT--MAIN);
  color: #ffffff;
  padding: 0.8em 1.2em;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 1.2em;
  font-size: 20px;
  line-height: 1.4;
  text-align: center;
}
@media only screen and (max-width: 992px) {
  body#n24.cnt-w-1232px .cnt--wrap .cnt--LINEUP--wrap .cnt--LINEUP .cnt--LINEUP--item--wrap .cnt--LINEUP--BOTTOMarea .BOTTOMarea--item--wrap .BOTTOMarea--item--message {
    font-size: clamp(12px, 2vw, 18px);
  }
}
body#n24.cnt-w-1232px .cnt--wrap .cnt--LINEUP--wrap .cnt--LINEUP .cnt--LINEUP--item--wrap .cnt--LINEUP--BOTTOMarea .BOTTOMarea--item--wrap .BOTTOMarea--item--case--wrap {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 16px;
}
@media only screen and (max-width: 1200px) {
  body#n24.cnt-w-1232px .cnt--wrap .cnt--LINEUP--wrap .cnt--LINEUP .cnt--LINEUP--item--wrap .cnt--LINEUP--BOTTOMarea .BOTTOMarea--item--wrap .BOTTOMarea--item--case--wrap {
    grid-template-columns: repeat(auto-fill, minmax(352px, 1fr));
  }
}
@media only screen and (max-width: 768px) {
  body#n24.cnt-w-1232px .cnt--wrap .cnt--LINEUP--wrap .cnt--LINEUP .cnt--LINEUP--item--wrap .cnt--LINEUP--BOTTOMarea .BOTTOMarea--item--wrap .BOTTOMarea--item--case--wrap {
    grid-template-columns: auto;
  }
}
body#n24.cnt-w-1232px .cnt--wrap .cnt--LINEUP--wrap .cnt--LINEUP .cnt--LINEUP--item--wrap .cnt--LINEUP--BOTTOMarea .BOTTOMarea--item--wrap .BOTTOMarea--item--case--wrap .case--item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  gap: 24px;
  color: var(--color--TXT--MAIN);
  border-radius: 24px;
  padding: 1em;
  border: 2px solid var(--color--TXT--MAIN);
  box-shadow: var(--box-shadow-S);
}
body#n24.cnt-w-1232px .cnt--wrap .cnt--LINEUP--wrap .cnt--LINEUP .cnt--LINEUP--item--wrap .cnt--LINEUP--BOTTOMarea .BOTTOMarea--item--wrap .BOTTOMarea--item--case--wrap .case--item:nth-child(1) {
  background-color: #ffdfff;
}
body#n24.cnt-w-1232px .cnt--wrap .cnt--LINEUP--wrap .cnt--LINEUP .cnt--LINEUP--item--wrap .cnt--LINEUP--BOTTOMarea .BOTTOMarea--item--wrap .BOTTOMarea--item--case--wrap .case--item:nth-child(2) {
  background-color: #fbf8b3;
}
body#n24.cnt-w-1232px .cnt--wrap .cnt--LINEUP--wrap .cnt--LINEUP .cnt--LINEUP--item--wrap .cnt--LINEUP--BOTTOMarea .BOTTOMarea--item--wrap .BOTTOMarea--item--case--wrap .case--item:nth-child(3) {
  background-color: #d6f5c8;
}
body#n24.cnt-w-1232px .cnt--wrap .cnt--LINEUP--wrap .cnt--LINEUP .cnt--LINEUP--item--wrap .cnt--LINEUP--BOTTOMarea .BOTTOMarea--item--wrap .BOTTOMarea--item--case--wrap .case--item:nth-child(4) {
  background-color: #cff0f3;
}
@media only screen and (max-width: 992px) {
  body#n24.cnt-w-1232px .cnt--wrap .cnt--LINEUP--wrap .cnt--LINEUP .cnt--LINEUP--item--wrap .cnt--LINEUP--BOTTOMarea .BOTTOMarea--item--wrap .BOTTOMarea--item--case--wrap .case--item {
    grid-template-columns: auto 1fr;
    grid-template-rows: auto;
    grid-row: auto;
  }
  body#n24.cnt-w-1232px .cnt--wrap .cnt--LINEUP--wrap .cnt--LINEUP .cnt--LINEUP--item--wrap .cnt--LINEUP--BOTTOMarea .BOTTOMarea--item--wrap .BOTTOMarea--item--case--wrap .case--item .case--item--num--wrap {
    grid-column: 1/2;
  }
  body#n24.cnt-w-1232px .cnt--wrap .cnt--LINEUP--wrap .cnt--LINEUP .cnt--LINEUP--item--wrap .cnt--LINEUP--BOTTOMarea .BOTTOMarea--item--wrap .BOTTOMarea--item--case--wrap .case--item .case--item--title {
    grid-column: 2/3;
  }
  body#n24.cnt-w-1232px .cnt--wrap .cnt--LINEUP--wrap .cnt--LINEUP .cnt--LINEUP--item--wrap .cnt--LINEUP--BOTTOMarea .BOTTOMarea--item--wrap .BOTTOMarea--item--case--wrap .case--item .case--item--text {
    grid-column: 1/3;
  }
  body#n24.cnt-w-1232px .cnt--wrap .cnt--LINEUP--wrap .cnt--LINEUP .cnt--LINEUP--item--wrap .cnt--LINEUP--BOTTOMarea .BOTTOMarea--item--wrap .BOTTOMarea--item--case--wrap .case--item .case--item--ex {
    grid-column: 1/3;
  }
}
body#n24.cnt-w-1232px .cnt--wrap .cnt--LINEUP--wrap .cnt--LINEUP .cnt--LINEUP--item--wrap .cnt--LINEUP--BOTTOMarea .BOTTOMarea--item--wrap .BOTTOMarea--item--case--wrap .case--item .case--item--num--wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "Barlow Condensed", sans-serif;
  gap: 0;
}
body#n24.cnt-w-1232px .cnt--wrap .cnt--LINEUP--wrap .cnt--LINEUP .cnt--LINEUP--item--wrap .cnt--LINEUP--BOTTOMarea .BOTTOMarea--item--wrap .BOTTOMarea--item--case--wrap .case--item .case--item--num--wrap .text {
  font-size: 14px;
  line-height: 1;
  text-align: center;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 0.5em;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
}
body#n24.cnt-w-1232px .cnt--wrap .cnt--LINEUP--wrap .cnt--LINEUP .cnt--LINEUP--item--wrap .cnt--LINEUP--BOTTOMarea .BOTTOMarea--item--wrap .BOTTOMarea--item--case--wrap .case--item .case--item--num--wrap .num {
  font-size: 42px;
  line-height: 1;
  text-align: center;
  font-weight: 600;
  margin-top: -0.1em;
  position: relative;
}
body#n24.cnt-w-1232px .cnt--wrap .cnt--LINEUP--wrap .cnt--LINEUP .cnt--LINEUP--item--wrap .cnt--LINEUP--BOTTOMarea .BOTTOMarea--item--wrap .BOTTOMarea--item--case--wrap .case--item .case--item--num--wrap .num::after {
  content: "";
  display: block;
  width: 0.6em;
  height: 5px;
  background-color: var(--color--TXT--MAIN);
  bottom: -0.15em;
  left: 0.1em;
  right: 0;
  margin: auto;
  position: absolute;
}
@media only screen and (max-width: 992px) {
  body#n24.cnt-w-1232px .cnt--wrap .cnt--LINEUP--wrap .cnt--LINEUP .cnt--LINEUP--item--wrap .cnt--LINEUP--BOTTOMarea .BOTTOMarea--item--wrap .BOTTOMarea--item--case--wrap .case--item .case--item--num--wrap .num::after {
    display: none;
  }
}
body#n24.cnt-w-1232px .cnt--wrap .cnt--LINEUP--wrap .cnt--LINEUP .cnt--LINEUP--item--wrap .cnt--LINEUP--BOTTOMarea .BOTTOMarea--item--wrap .BOTTOMarea--item--case--wrap .case--item .case--item--title {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
  margin-top: 1em;
  text-align: center;
}
@media only screen and (max-width: 992px) {
  body#n24.cnt-w-1232px .cnt--wrap .cnt--LINEUP--wrap .cnt--LINEUP .cnt--LINEUP--item--wrap .cnt--LINEUP--BOTTOMarea .BOTTOMarea--item--wrap .BOTTOMarea--item--case--wrap .case--item .case--item--title {
    align-items: flex-start;
    text-align: left;
    margin-top: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    font-size: 20px;
  }
}
body#n24.cnt-w-1232px .cnt--wrap .cnt--LINEUP--wrap .cnt--LINEUP .cnt--LINEUP--item--wrap .cnt--LINEUP--BOTTOMarea .BOTTOMarea--item--wrap .BOTTOMarea--item--case--wrap .case--item .case--item--text {
  font-size: 13px;
  line-height: 1.8;
  text-align: justify;
  font-weight: 600;
}
@media only screen and (max-width: 992px) {
  body#n24.cnt-w-1232px .cnt--wrap .cnt--LINEUP--wrap .cnt--LINEUP .cnt--LINEUP--item--wrap .cnt--LINEUP--BOTTOMarea .BOTTOMarea--item--wrap .BOTTOMarea--item--case--wrap .case--item .case--item--text {
    text-align: left;
    border-top: 1px solid var(--color--TXT--MAIN);
    padding-top: 1em;
  }
}
body#n24.cnt-w-1232px .cnt--wrap .cnt--LINEUP--wrap .cnt--LINEUP .cnt--LINEUP--item--wrap .cnt--LINEUP--BOTTOMarea .BOTTOMarea--item--wrap .BOTTOMarea--item--case--wrap .case--item .case--item--ex .ex--title {
  color: #ffffff;
  font-size: 11px;
  line-height: 1;
  padding: 0.5em 0.8em;
  background-color: var(--color--TXT--MAIN);
  margin-bottom: 0.5em;
  margin-left: -4px;
  margin-right: -4px;
}
body#n24.cnt-w-1232px .cnt--wrap .cnt--LINEUP--wrap .cnt--LINEUP .cnt--LINEUP--item--wrap .cnt--LINEUP--BOTTOMarea .BOTTOMarea--item--wrap .BOTTOMarea--item--case--wrap .case--item .case--item--ex .ex--list {
  font-size: 13px;
}
body#n24.cnt-w-1232px .cnt--wrap .cnt--LINEUP--wrap .cnt--LINEUP .cnt--LINEUP--item--wrap .cnt--LINEUP--BOTTOMarea .BOTTOMarea--item--wrap .BOTTOMarea--item--case--wrap .case--item .case--item--ex .ex--list .list--item {
  font-size: inherit;
  line-height: 1.5;
  display: inline-block;
  margin: 0;
  margin-right: 0.2em;
  padding: 0;
}

body#n24.cnt-w-1232px .cnt--wrap .cnt--COVERAGE--wrap .cnt--COVERAGE .cnt--COVERAGE--item--wrap {
  margin: 0 auto;
}
body#n24.cnt-w-1232px .cnt--wrap .cnt--COVERAGE--wrap .cnt--COVERAGE .cnt--COVERAGE--item--wrap .cnt--COVERAGE--item {
  width: 100%;
}
body#n24.cnt-w-1232px .cnt--wrap .cnt--COVERAGE--wrap .cnt--COVERAGE .cnt--COVERAGE--item--wrap .cnt--COVERAGE--item .item--title {
  font-size: 32px;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 1em;
  text-align: center;
  color: var(--color--BizCOLOR);
}
@media only screen and (max-width: 768px) {
  body#n24.cnt-w-1232px .cnt--wrap .cnt--COVERAGE--wrap .cnt--COVERAGE .cnt--COVERAGE--item--wrap .cnt--COVERAGE--item .item--title {
    font-size: clamp(24px, 4.5vw, 28px);
    margin-bottom: 1em;
    text-align: left;
  }
}
body#n24.cnt-w-1232px .cnt--wrap .cnt--COVERAGE--wrap .cnt--COVERAGE .cnt--COVERAGE--item--wrap .cnt--COVERAGE--item .item--table {
  max-width: var(--witdh--PC--cnt--inner);
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  body#n24.cnt-w-1232px .cnt--wrap .cnt--COVERAGE--wrap .cnt--COVERAGE .cnt--COVERAGE--item--wrap .cnt--COVERAGE--item .item--table {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; /* スマホでのスムーズスクロール */
    margin-right: -32px;
    padding-right: 32px;
  }
}
@media only screen and (max-width: 426px) {
  body#n24.cnt-w-1232px .cnt--wrap .cnt--COVERAGE--wrap .cnt--COVERAGE .cnt--COVERAGE--item--wrap .cnt--COVERAGE--item .item--table {
    margin-right: -24px;
    padding-right: 24px;
  }
}
body#n24.cnt-w-1232px .cnt--wrap .cnt--COVERAGE--wrap .cnt--COVERAGE .cnt--COVERAGE--item--wrap .cnt--COVERAGE--item .item--table table {
  width: 100%;
  border-collapse: collapse;
  color: var(--color--TXT--MAIN);
  --LOC--border-width: 8px;
}
@media only screen and (max-width: 768px) {
  body#n24.cnt-w-1232px .cnt--wrap .cnt--COVERAGE--wrap .cnt--COVERAGE .cnt--COVERAGE--item--wrap .cnt--COVERAGE--item .item--table table {
    --LOC--border-width: 1px;
    min-width: 600px; /* 必要に応じて固定幅を設定 */
    border-collapse: collapse;
  }
}
body#n24.cnt-w-1232px .cnt--wrap .cnt--COVERAGE--wrap .cnt--COVERAGE .cnt--COVERAGE--item--wrap .cnt--COVERAGE--item .item--table table thead tr th {
  font-size: 22px;
  font-weight: normal;
  background-color: var(--color--BizCOLOR);
  color: #ffffff;
  padding: 1.2em 1em;
  border-right: 1px solid #ffffff;
  line-height: 1.2;
  width: 12%;
}
body#n24.cnt-w-1232px .cnt--wrap .cnt--COVERAGE--wrap .cnt--COVERAGE .cnt--COVERAGE--item--wrap .cnt--COVERAGE--item .item--table table thead tr th:nth-child(2) {
  border-top-left-radius: 24px;
}
body#n24.cnt-w-1232px .cnt--wrap .cnt--COVERAGE--wrap .cnt--COVERAGE .cnt--COVERAGE--item--wrap .cnt--COVERAGE--item .item--table table thead tr th:last-child {
  border-top-right-radius: 24px;
  border-right-width: 0;
}
@media only screen and (max-width: 768px) {
  body#n24.cnt-w-1232px .cnt--wrap .cnt--COVERAGE--wrap .cnt--COVERAGE .cnt--COVERAGE--item--wrap .cnt--COVERAGE--item .item--table table thead tr th {
    padding-top: 0.6em;
    padding-bottom: 0.6em;
  }
}
body#n24.cnt-w-1232px .cnt--wrap .cnt--COVERAGE--wrap .cnt--COVERAGE .cnt--COVERAGE--item--wrap .cnt--COVERAGE--item .item--table table thead tr th span {
  display: block;
}
body#n24.cnt-w-1232px .cnt--wrap .cnt--COVERAGE--wrap .cnt--COVERAGE .cnt--COVERAGE--item--wrap .cnt--COVERAGE--item .item--table table thead tr th span.logo img {
  width: clamp(70px, 8cqw, 100px);
  max-width: 90px;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  margin: 0 auto;
}
body#n24.cnt-w-1232px .cnt--wrap .cnt--COVERAGE--wrap .cnt--COVERAGE .cnt--COVERAGE--item--wrap .cnt--COVERAGE--item .item--table table thead tr th span.type {
  font-size: clamp(24px, 2.8cqw, 32px);
  font-weight: bold;
  margin-top: 0.2em;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
}
body#n24.cnt-w-1232px .cnt--wrap .cnt--COVERAGE--wrap .cnt--COVERAGE .cnt--COVERAGE--item--wrap .cnt--COVERAGE--item .item--table table thead tr th:last-child {
  border-color: var(--clr-gray-palette-300);
}
body#n24.cnt-w-1232px .cnt--wrap .cnt--COVERAGE--wrap .cnt--COVERAGE .cnt--COVERAGE--item--wrap .cnt--COVERAGE--item .item--table table thead tr th:first-child {
  background-color: #ffffff;
  width: 16%;
}
body#n24.cnt-w-1232px .cnt--wrap .cnt--COVERAGE--wrap .cnt--COVERAGE .cnt--COVERAGE--item--wrap .cnt--COVERAGE--item .item--table table thead tr th:nth-child(3) {
  width: 12.5%;
}
body#n24.cnt-w-1232px .cnt--wrap .cnt--COVERAGE--wrap .cnt--COVERAGE .cnt--COVERAGE--item--wrap .cnt--COVERAGE--item .item--table table thead tr th.thead--jorudan {
  width: 14%;
  background-color: var(--color--PRIMARY-ACCENT);
  padding: 0;
  position: relative;
}
body#n24.cnt-w-1232px .cnt--wrap .cnt--COVERAGE--wrap .cnt--COVERAGE .cnt--COVERAGE--item--wrap .cnt--COVERAGE--item .item--table table thead tr th.thead--jorudan::before {
  content: "";
  display: block;
  width: calc(100% + var(--LOC--border-width));
  height: calc(100% + var(--LOC--border-width));
  background-color: var(--color--PRIMARY-ACCENT);
  position: absolute;
  top: calc(-1 * var(--LOC--border-width));
  left: calc(-1 * var(--LOC--border-width));
}
body#n24.cnt-w-1232px .cnt--wrap .cnt--COVERAGE--wrap .cnt--COVERAGE .cnt--COVERAGE--item--wrap .cnt--COVERAGE--item .item--table table thead tr th.thead--jorudan::after {
  content: "";
  display: block;
  width: var(--LOC--border-width);
  height: calc(100% + var(--LOC--border-width));
  background-color: var(--color--PRIMARY-ACCENT);
  position: absolute;
  top: calc(-1 * var(--LOC--border-width));
  right: calc(-1 * var(--LOC--border-width));
}
body#n24.cnt-w-1232px .cnt--wrap .cnt--COVERAGE--wrap .cnt--COVERAGE .cnt--COVERAGE--item--wrap .cnt--COVERAGE--item .item--table table thead tr th.thead--jorudan .inner {
  width: 100%;
  height: 100%;
  position: relative;
}
body#n24.cnt-w-1232px .cnt--wrap .cnt--COVERAGE--wrap .cnt--COVERAGE .cnt--COVERAGE--item--wrap .cnt--COVERAGE--item .item--table table thead tr th.thead--jorudan .inner img {
  display: block;
  width: 100%;
  max-width: 160px;
  height: auto;
  margin: 0 auto;
  padding-right: 8px;
}
@media only screen and (max-width: 768px) {
  body#n24.cnt-w-1232px .cnt--wrap .cnt--COVERAGE--wrap .cnt--COVERAGE .cnt--COVERAGE--item--wrap .cnt--COVERAGE--item .item--table table thead tr th.thead--jorudan .inner img {
    padding-right: 16px;
    padding-left: 12px;
  }
}
body#n24.cnt-w-1232px .cnt--wrap .cnt--COVERAGE--wrap .cnt--COVERAGE .cnt--COVERAGE--item--wrap .cnt--COVERAGE--item .item--table table tbody tr:first-child th {
  border-top-left-radius: 12px;
}
body#n24.cnt-w-1232px .cnt--wrap .cnt--COVERAGE--wrap .cnt--COVERAGE .cnt--COVERAGE--item--wrap .cnt--COVERAGE--item .item--table table tbody tr th {
  font-size: 16px;
  background-color: var(--color--SECONDARY);
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
  text-align: left;
  font-weight: 600;
  padding-left: 1.6em;
  padding-right: 1.6em;
  line-height: 1.4;
  width: -moz-fit-content;
  width: fit-content;
}
body#n24.cnt-w-1232px .cnt--wrap .cnt--COVERAGE--wrap .cnt--COVERAGE .cnt--COVERAGE--item--wrap .cnt--COVERAGE--item .item--table table tbody tr th span {
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  body#n24.cnt-w-1232px .cnt--wrap .cnt--COVERAGE--wrap .cnt--COVERAGE .cnt--COVERAGE--item--wrap .cnt--COVERAGE--item .item--table table tbody tr th {
    font-size: 12px;
    padding-left: 1.2em;
    padding-right: 1.2em;
  }
}
body#n24.cnt-w-1232px .cnt--wrap .cnt--COVERAGE--wrap .cnt--COVERAGE .cnt--COVERAGE--item--wrap .cnt--COVERAGE--item .item--table table tbody tr td {
  font-size: 24px;
  background-color: #ffffff;
  color: var(--color--TXT--MAIN);
  text-align: center;
  border-color: var(--clr-gray-palette-200);
  border-style: solid;
  border-top-width: 0;
  border-left-width: 0;
  border-right-width: 1px;
  border-bottom-width: 1px;
  position: relative;
}
body#n24.cnt-w-1232px .cnt--wrap .cnt--COVERAGE--wrap .cnt--COVERAGE .cnt--COVERAGE--item--wrap .cnt--COVERAGE--item .item--table table tbody tr td:last-child {
  border-right-width: 0;
  position: relative;
}
body#n24.cnt-w-1232px .cnt--wrap .cnt--COVERAGE--wrap .cnt--COVERAGE .cnt--COVERAGE--item--wrap .cnt--COVERAGE--item .item--table table tbody tr td:last-child::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  content: "";
  display: block;
  background-color: var(--clr-gray-palette-200);
}
body#n24.cnt-w-1232px .cnt--wrap .cnt--COVERAGE--wrap .cnt--COVERAGE .cnt--COVERAGE--item--wrap .cnt--COVERAGE--item .item--table table tbody tr td .inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.2em;
  padding-top: 0.6em;
  padding-bottom: 0.6em;
  min-height: 90px;
}
@media only screen and (max-width: 768px) {
  body#n24.cnt-w-1232px .cnt--wrap .cnt--COVERAGE--wrap .cnt--COVERAGE .cnt--COVERAGE--item--wrap .cnt--COVERAGE--item .item--table table tbody tr td .inner {
    padding-top: 0.3em;
    padding-bottom: 0.3em;
    min-height: auto;
  }
}
body#n24.cnt-w-1232px .cnt--wrap .cnt--COVERAGE--wrap .cnt--COVERAGE .cnt--COVERAGE--item--wrap .cnt--COVERAGE--item .item--table table tbody tr td .inner .judge {
  font-size: 24px;
  font-weight: 900;
  line-height: 1;
  display: flex;
  justify-content: center;
}
body#n24.cnt-w-1232px .cnt--wrap .cnt--COVERAGE--wrap .cnt--COVERAGE .cnt--COVERAGE--item--wrap .cnt--COVERAGE--item .item--table table tbody tr td .inner .judge img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (max-width: 768px) {
  body#n24.cnt-w-1232px .cnt--wrap .cnt--COVERAGE--wrap .cnt--COVERAGE .cnt--COVERAGE--item--wrap .cnt--COVERAGE--item .item--table table tbody tr td .inner .judge img {
    width: 70%;
    height: 70%;
  }
}
body#n24.cnt-w-1232px .cnt--wrap .cnt--COVERAGE--wrap .cnt--COVERAGE .cnt--COVERAGE--item--wrap .cnt--COVERAGE--item .item--table table tbody tr td .inner .detail {
  font-size: clamp(10px, 1.2cqw, 13px);
  font-weight: 400;
  line-height: 1.2;
  margin-top: 0.1em;
}
@media only screen and (max-width: 768px) {
  body#n24.cnt-w-1232px .cnt--wrap .cnt--COVERAGE--wrap .cnt--COVERAGE .cnt--COVERAGE--item--wrap .cnt--COVERAGE--item .item--table table tbody tr td .inner .detail {
    margin-top: 0.05em;
  }
}
body#n24.cnt-w-1232px .cnt--wrap .cnt--COVERAGE--wrap .cnt--COVERAGE .cnt--COVERAGE--item--wrap .cnt--COVERAGE--item .item--table table tbody tr td.tbody--jorudan::after {
  content: "";
  display: block;
  width: calc(100% + var(--LOC--border-width) + var(--LOC--border-width));
  height: calc(100% + var(--LOC--border-width));
  border: var(--LOC--border-width) solid var(--color--PRIMARY-ACCENT);
  position: absolute;
  top: 0;
  left: calc(-1 * var(--LOC--border-width));
  border-top: 0;
  border-bottom: 0;
  z-index: 4;
}
@media only screen and (max-width: 768px) {
  body#n24.cnt-w-1232px .cnt--wrap .cnt--COVERAGE--wrap .cnt--COVERAGE .cnt--COVERAGE--item--wrap .cnt--COVERAGE--item .item--table table tbody tr td.tbody--jorudan::after {
    border-width: 2px;
  }
}
body#n24.cnt-w-1232px .cnt--wrap .cnt--COVERAGE--wrap .cnt--COVERAGE .cnt--COVERAGE--item--wrap .cnt--COVERAGE--item .item--table table tbody tr td:has(img[src*="table--judge--single.svg"]) {
  background-color: color-mix(in srgb, var(--color--PRIMARY-ACCENT) 5%, white 95%);
}
body#n24.cnt-w-1232px .cnt--wrap .cnt--COVERAGE--wrap .cnt--COVERAGE .cnt--COVERAGE--item--wrap .cnt--COVERAGE--item .item--table table tbody tr td:has(img[src*="table--judge--single.svg"]) .detail {
  color: var(--color--PRIMARY-ACCENT);
  font-weight: 600;
}
body#n24.cnt-w-1232px .cnt--wrap .cnt--COVERAGE--wrap .cnt--COVERAGE .cnt--COVERAGE--item--wrap .cnt--COVERAGE--item .item--table table tbody tr:last-child th {
  border-color: var(--color--SECONDARY);
}
body#n24.cnt-w-1232px .cnt--wrap .cnt--COVERAGE--wrap .cnt--COVERAGE .cnt--COVERAGE--item--wrap .cnt--COVERAGE--item .item--table table tbody tr:last-child td.tbody--jorudan::after {
  border-bottom: var(--color--PRIMARY-ACCENT) solid var(--LOC--border-width);
}
@media only screen and (max-width: 768px) {
  body#n24.cnt-w-1232px .cnt--wrap .cnt--COVERAGE--wrap .cnt--COVERAGE .cnt--COVERAGE--item--wrap .cnt--COVERAGE--item .item--table table tbody tr:last-child td.tbody--jorudan::after {
    border-bottom-width: 2px;
  }
}

body#n24.cnt-w-1232px .cnt--wrap .cnt--CASESTUDIES--wrap .cnt--CASESTUDIES .cnt--CASESTUDIES--item--wrap {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(238px, 1fr));
  -moz-column-gap: clamp(16px, 1.2vw, 24px);
       column-gap: clamp(16px, 1.2vw, 24px);
  row-gap: clamp(16px, 1.4vw, 24px);
  max-width: var(--witdh--PC--cnt--inner);
  margin: 0 auto;
}
body#n24.cnt-w-1232px .cnt--wrap .cnt--CASESTUDIES--wrap .cnt--CASESTUDIES .cnt--CASESTUDIES--item--wrap > a {
  --pdg: 16px;
  background-color: rgb(255, 255, 255);
  box-shadow: var(--box-shadow);
  text-decoration: none;
  overflow: hidden;
  border-radius: 24px;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  gap: 0;
  border: 2px var(--color--TXT--MAIN) solid;
  transition: all 0.1s;
}
body#n24.cnt-w-1232px .cnt--wrap .cnt--CASESTUDIES--wrap .cnt--CASESTUDIES .cnt--CASESTUDIES--item--wrap > a:hover {
  opacity: 0.8;
}
body#n24.cnt-w-1232px .cnt--wrap .cnt--CASESTUDIES--wrap .cnt--CASESTUDIES .cnt--CASESTUDIES--item--wrap > a .img {
  position: relative;
  display: grid;
  align-content: center;
}
body#n24.cnt-w-1232px .cnt--wrap .cnt--CASESTUDIES--wrap .cnt--CASESTUDIES .cnt--CASESTUDIES--item--wrap > a .img img {
  width: 100%;
}
body#n24.cnt-w-1232px .cnt--wrap .cnt--CASESTUDIES--wrap .cnt--CASESTUDIES .cnt--CASESTUDIES--item--wrap > a .corp_talktype {
  font-size: 14px;
  padding: 0.2em;
  color: #fff;
  background-color: #0c1618;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
body#n24.cnt-w-1232px .cnt--wrap .cnt--CASESTUDIES--wrap .cnt--CASESTUDIES .cnt--CASESTUDIES--item--wrap > a .corp_talktype span.frame {
  font-size: 11px;
  line-height: 1;
  border: 1px #fff solid;
  padding: 0.25em 0.4em;
  margin-right: 1em;
  letter-spacing: 0.1em;
}
body#n24.cnt-w-1232px .cnt--wrap .cnt--CASESTUDIES--wrap .cnt--CASESTUDIES .cnt--CASESTUDIES--item--wrap > a .corp_talktype span.date {
  letter-spacing: 0.1em;
  font-size: 12px;
}
body#n24.cnt-w-1232px .cnt--wrap .cnt--CASESTUDIES--wrap .cnt--CASESTUDIES .cnt--CASESTUDIES--item--wrap > a .corp_name {
  line-height: 1;
  padding-left: var(--pdg);
  padding-right: var(--pdg);
  padding-top: 16px;
  padding-bottom: 16px;
}
body#n24.cnt-w-1232px .cnt--wrap .cnt--CASESTUDIES--wrap .cnt--CASESTUDIES .cnt--CASESTUDIES--item--wrap > a .corp_name .wrap {
  min-height: 3.6em;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  font-weight: 900;
}
body#n24.cnt-w-1232px .cnt--wrap .cnt--CASESTUDIES--wrap .cnt--CASESTUDIES .cnt--CASESTUDIES--item--wrap > a .corp_name .wrap .logo {
  max-width: 38%;
}
body#n24.cnt-w-1232px .cnt--wrap .cnt--CASESTUDIES--wrap .cnt--CASESTUDIES .cnt--CASESTUDIES--item--wrap > a .corp_name .wrap .logo img {
  display: inline;
  height: auto;
  max-height: 36px;
}
body#n24.cnt-w-1232px .cnt--wrap .cnt--CASESTUDIES--wrap .cnt--CASESTUDIES .cnt--CASESTUDIES--item--wrap > a .corp_name .wrap_supplier {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
body#n24.cnt-w-1232px .cnt--wrap .cnt--CASESTUDIES--wrap .cnt--CASESTUDIES .cnt--CASESTUDIES--item--wrap > a .corp_name .wrap_supplier .logo {
  max-width: 34%;
  display: grid;
  place-content: center;
}
body#n24.cnt-w-1232px .cnt--wrap .cnt--CASESTUDIES--wrap .cnt--CASESTUDIES .cnt--CASESTUDIES--item--wrap > a .corp_name .wrap_supplier .logo img {
  display: inline;
  height: auto;
  max-height: 36px;
}
body#n24.cnt-w-1232px .cnt--wrap .cnt--CASESTUDIES--wrap .cnt--CASESTUDIES .cnt--CASESTUDIES--item--wrap > a .corp_name .wrap_supplier .name {
  font-size: 10px;
  text-align: right;
  letter-spacing: -0.05em;
}
body#n24.cnt-w-1232px .cnt--wrap .cnt--CASESTUDIES--wrap .cnt--CASESTUDIES .cnt--CASESTUDIES--item--wrap > a .corp_name .wrap_supplier .name .person_name {
  display: block;
  margin-top: 0.2em;
  font-size: 17px;
}
body#n24.cnt-w-1232px .cnt--wrap .cnt--CASESTUDIES--wrap .cnt--CASESTUDIES .cnt--CASESTUDIES--item--wrap > a .corp_name .wrap_x {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.1em;
  margin-bottom: 0.3em;
}
body#n24.cnt-w-1232px .cnt--wrap .cnt--CASESTUDIES--wrap .cnt--CASESTUDIES .cnt--CASESTUDIES--item--wrap > a .corp_name .wrap_x svg {
  fill: #444444;
}
body#n24.cnt-w-1232px .cnt--wrap .cnt--CASESTUDIES--wrap .cnt--CASESTUDIES .cnt--CASESTUDIES--item--wrap > a .corp_name .wrap_our_company {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: center;
  gap: 6px;
}
body#n24.cnt-w-1232px .cnt--wrap .cnt--CASESTUDIES--wrap .cnt--CASESTUDIES .cnt--CASESTUDIES--item--wrap > a .corp_name .wrap_our_company .logo {
  max-width: 36%;
  display: grid;
  place-content: center;
}
body#n24.cnt-w-1232px .cnt--wrap .cnt--CASESTUDIES--wrap .cnt--CASESTUDIES .cnt--CASESTUDIES--item--wrap > a .corp_name .wrap_our_company .logo img {
  display: inline;
  height: auto;
  max-height: 36px;
}
body#n24.cnt-w-1232px .cnt--wrap .cnt--CASESTUDIES--wrap .cnt--CASESTUDIES .cnt--CASESTUDIES--item--wrap > a .corp_name .wrap_our_company .name {
  font-size: 16px;
}
body#n24.cnt-w-1232px .cnt--wrap .cnt--CASESTUDIES--wrap .cnt--CASESTUDIES .cnt--CASESTUDIES--item--wrap > a .corp_title {
  font-size: 16px;
  text-align: justify;
  font-weight: 900;
  line-height: 1.5;
  padding-left: var(--pdg);
  padding-right: var(--pdg);
}
body#n24.cnt-w-1232px .cnt--wrap .cnt--CASESTUDIES--wrap .cnt--CASESTUDIES .cnt--CASESTUDIES--item--wrap > a .corp_title span {
  display: block;
  padding-top: var(--pdg);
  padding-bottom: var(--pdg);
  border-top: 1px var(--color--PRIMARY--LIGHT) solid;
}
body#n24.cnt-w-1232px .cnt--wrap .cnt--CASESTUDIES--wrap .cnt--CASESTUDIES .cnt--CASESTUDIES--item--wrap > a .corp_tag {
  font-size: 12px;
  color: var(--color--TXT--MAIN);
  background-color: color-mix(in srgb, var(--color--PRIMARY--LIGHT) 50%, #ffffff 50%);
  display: grid;
  align-items: center;
  padding-left: var(--pdg);
  padding-right: var(--pdg);
  padding-top: 8px;
  padding-bottom: 8px;
}
body#n24.cnt-w-1232px .cnt--wrap .cnt--CASESTUDIES--wrap .cnt--CASESTUDIES .cnt--CASESTUDIES--item--wrap > a .corp_tag ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1em;
}

body#n24.cnt-w-1232px .cnt--wrap .cnt--MORESOLUTIONS--wrap .cnt--MORESOLUTIONS .cnt--MORESOLUTIONS--item--wrap {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(238px, 1fr));
  -moz-column-gap: clamp(16px, 1.2vw, 24px);
       column-gap: clamp(16px, 1.2vw, 24px);
  row-gap: clamp(16px, 1.4vw, 24px);
  max-width: var(--witdh--PC--cnt--inner);
  margin: 0 auto;
}
body#n24.cnt-w-1232px .cnt--wrap .cnt--MORESOLUTIONS--wrap .cnt--MORESOLUTIONS .cnt--MORESOLUTIONS--item--wrap a.cnt--MORESOLUTIONS--item {
  text-decoration: none;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  gap: 0;
  border-radius: 24px;
  border: 2px solid var(--color--TXT--MAIN);
  box-shadow: var(--box-shadow);
  background-color: color-mix(in srgb, var(--color--PRIMARY--LIGHT) 50%, #ffffff 50%);
  padding: 24px;
}
body#n24.cnt-w-1232px .cnt--wrap .cnt--MORESOLUTIONS--wrap .cnt--MORESOLUTIONS .cnt--MORESOLUTIONS--item--wrap a.cnt--MORESOLUTIONS--item:hover {
  opacity: 0.8;
}
body#n24.cnt-w-1232px .cnt--wrap .cnt--MORESOLUTIONS--wrap .cnt--MORESOLUTIONS .cnt--MORESOLUTIONS--item--wrap a.cnt--MORESOLUTIONS--item .item-title {
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 1em;
}
body#n24.cnt-w-1232px .cnt--wrap .cnt--MORESOLUTIONS--wrap .cnt--MORESOLUTIONS .cnt--MORESOLUTIONS--item--wrap a.cnt--MORESOLUTIONS--item .img--logo {
  background-color: #ffffff;
  padding: 1em;
  border-radius: 8px;
  margin-bottom: 12px;
  padding: 0px 8px;
}
body#n24.cnt-w-1232px .cnt--wrap .cnt--MORESOLUTIONS--wrap .cnt--MORESOLUTIONS .cnt--MORESOLUTIONS--item--wrap a.cnt--MORESOLUTIONS--item .img--logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
body#n24.cnt-w-1232px .cnt--wrap .cnt--MORESOLUTIONS--wrap .cnt--MORESOLUTIONS .cnt--MORESOLUTIONS--item--wrap a.cnt--MORESOLUTIONS--item .item-text {
  font-size: 14px;
  line-height: 1.8;
  text-align: justify;
}
body#n24.cnt-w-1232px .cnt--wrap .cnt--MORESOLUTIONS--wrap .cnt--MORESOLUTIONS .cnt--MORESOLUTIONS--item--wrap a.cnt--MORESOLUTIONS--item .link--text--wrap {
  margin-top: 2em;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.8;
  text-align: right;
  color: var(--color--TXT--MAIN);
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.2em;
}
body#n24.cnt-w-1232px .cnt--wrap .cnt--MORESOLUTIONS--wrap .cnt--MORESOLUTIONS .cnt--MORESOLUTIONS--item--wrap a.cnt--MORESOLUTIONS--item .link--text--wrap .text {
  line-height: 1;
  margin-bottom: 0.1em;
}
body#n24.cnt-w-1232px .cnt--wrap .cnt--MORESOLUTIONS--wrap .cnt--MORESOLUTIONS .cnt--MORESOLUTIONS--item--wrap a.cnt--MORESOLUTIONS--item .link--text--wrap img {
  height: 1.1em;
  width: 1.1em;
}/*# sourceMappingURL=style-office_lp.css.map */