@charset "UTF-8";

body {
  font-size: inherit;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: normal;
  color: #1A1A1A;
}

* {
  box-sizing: border-box;
}

sup {
  position: relative;
  top: 0.05em;
  vertical-align: top;
  font-size: 0.75em;
}

.poppins-thin {
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-style: italic;
}

a:hover,
button:hover {
  opacity: 1;
}

.hidden-copy {
  display: flex;
  overflow: hidden;
  opacity: 0;
}

.hidden-copy.show {
  opacity: 1;
}

.hidden-copy span {
  display: block;
  transform: translate(0, 105%);
  transition: transform 800ms cubic-bezier(0.23, 1, 0.32, 1);
}

.hidden-copy span:nth-child(1) {
  transition-delay: 400ms;
}

.hidden-copy span:nth-child(2) {
  transition-delay: 460ms;
}

.hidden-copy span:nth-child(3) {
  transition-delay: 520ms;
}

.hidden-copy span:nth-child(4) {
  transition-delay: 580ms;
}

.hidden-copy span:nth-child(5) {
  transition-delay: 640ms;
}

.hidden-copy span:nth-child(6) {
  transition-delay: 700ms;
}

.hidden-copy span:nth-child(7) {
  transition-delay: 760ms;
}

.hidden-copy span:nth-child(8) {
  transition-delay: 820ms;
}

.hidden-copy span:nth-child(9) {
  transition-delay: 880ms;
}

.hidden-copy span:nth-child(10) {
  transition-delay: 940ms;
}

.hidden-copy span:nth-child(11) {
  transition-delay: 1000ms;
}

.hidden-copy span:nth-child(12) {
  transition-delay: 1060ms;
}

.hidden-copy span:nth-child(13) {
  transition-delay: 1120ms;
}

.hidden-copy span:nth-child(14) {
  transition-delay: 1180ms;
}

.hidden-copy span:nth-child(15) {
  transition-delay: 1240ms;
}

.hidden-copy span:nth-child(16) {
  transition-delay: 1300ms;
}

.hidden-copy span:nth-child(17) {
  transition-delay: 1360ms;
}

.hidden-copy span:nth-child(18) {
  transition-delay: 1420ms;
}

.hidden-copy span:nth-child(19) {
  transition-delay: 1480ms;
}

.hidden-copy span:nth-child(20) {
  transition-delay: 1540ms;
}

.hidden-copy span:nth-child(21) {
  transition-delay: 1600ms;
}

.hidden-copy span:nth-child(22) {
  transition-delay: 1660ms;
}

.hidden-copy span:nth-child(23) {
  transition-delay: 1720ms;
}

.hidden-copy span:nth-child(24) {
  transition-delay: 1780ms;
}

.hidden-copy span:nth-child(25) {
  transition-delay: 1840ms;
}

.hidden-copy span:nth-child(26) {
  transition-delay: 1900ms;
}

.hidden-copy span:nth-child(27) {
  transition-delay: 1960ms;
}

.hidden-copy span:nth-child(28) {
  transition-delay: 2020ms;
}

.hidden-copy span:nth-child(29) {
  transition-delay: 2080ms;
}

.hidden-copy span:nth-child(30) {
  transition-delay: 2140ms;
}

.hidden-copy span:nth-child(31) {
  transition-delay: 2200ms;
}

.hidden-copy span:nth-child(32) {
  transition-delay: 2260ms;
}

.hidden-copy span:nth-child(33) {
  transition-delay: 2320ms;
}

.hidden-copy span:nth-child(34) {
  transition-delay: 2380ms;
}

.hidden-copy span:nth-child(35) {
  transition-delay: 2440ms;
}

.hidden-copy span:nth-child(36) {
  transition-delay: 2500ms;
}

.hidden-copy span:nth-child(37) {
  transition-delay: 2560ms;
}

.hidden-copy span:nth-child(38) {
  transition-delay: 2620ms;
}

.hidden-copy span:nth-child(39) {
  transition-delay: 2680ms;
}

.hidden-copy span:nth-child(40) {
  transition-delay: 2740ms;
}

.hidden-copy.show span {
  transform: translate(0, 0);
}

@keyframes normal-animation {
  0% {
    transform: translateX(-110%);
  }

  100% {
    transform: translateX(0);
  }
}

@keyframes close-animation {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(110%);
  }
}

@keyframes show-animation {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes mask-animation {
  0% {
    mask-position: 100% 0;
    -webkit-mask-position: 100% 0;
  }

  100% {
    mask-position: 0 0;
    -webkit-mask-position: 0 0;
  }
}

@keyframes mask-animation-reverse {
  0% {
    mask-position: 0 0;
    -webkit-mask-position: 0 0;
  }

  100% {
    mask-position: 100% 0;
    -webkit-mask-position: 100% 0;
  }
}

@keyframes floating-animation {
  0% {
    transform: translateY(0) rotate(0) scale(1);
  }

  50% {
    transform: translateY(-5%) rotate(3deg) scale(1.05);
  }

  100% {
    transform: translateY(0) rotate(0) scale(1);
  }
}

@keyframes circle-animation {
  0% {
    transform: translate(0, 0) rotate(0) scale(1);
  }

  50% {
    transform: translate(-8%, -3%) rotate(0) scale(1.05);
  }

  100% {
    transform: translate(0, 0) rotate(0) scale(1);
  }
}

@keyframes circle-animation-sp {
  0% {
    transform: translate(0, 0) rotate(0) scale(1, 1);
  }

  50% {
    transform: translate(-20%, -10%) rotate(0) scale(1.2, 1.1);
  }

  100% {
    transform: translate(0, 0) rotate(0) scale(1, 1);
  }
}

@keyframes bnr-rotate {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes bar-updown {
  0% {
    transform: translateY(-100%);
  }

  80% {
    transform: translateY(100%);
  }

  100% {
    transform: translateY(100%);
  }
}

@font-face {
  font-family: 'icomoon';
  src: url("/business/research/assets/font/icomoon.eot?xx1350");
  src: url("/business/research/assets/font/icomoon.eot?xx1350#iefix") format("embedded-opentype"), url("/business/research/assets/font/icomoon.ttf?xx1350") format("truetype"), url("/business/research/assets/font/icomoon.woff?xx1350") format("woff"), url("/business/research/assets/font/icomoon.svg?xx1350#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-ic-filter:before {
  content: "\e92c";
}

.icon-ic-search-report:before {
  content: "\e92b";
}

.icon-ic-arrow-left-rounded:before {
  content: "\e900";
}

.icon-ic-arrow-right-rounded:before {
  content: "\e901";
}

.icon-ic-blank-rounded:before {
  content: "\e902";
}

.icon-ic-chevron-down-rounded:before {
  content: "\e903";
}

.icon-ic-chevron-up-rounded:before {
  content: "\e904";
}

.icon-ic-close-rounded:before {
  content: "\e905";
}

.icon-ic-linkcopy:before {
  content: "\e906";
}

.icon-ic-mail:before {
  content: "\e907";
}

.icon-ic-menu-rounded:before {
  content: "\e908";
}

.icon-ic-search-rounded:before {
  content: "\e909";
}

.icon-ic-stop2:before {
  content: "\e90a";
}

.icon-ic-triangle-right2:before {
  content: "\e90b";
}

.icon-ic-arrow-left:before {
  content: "\e90c";
}

.icon-ic-arrow-right:before {
  content: "\e90d";
}

.icon-ic-check:before {
  content: "\e90e";
}

.icon-ic-chevron-down:before {
  content: "\e90f";
}

.icon-ic-chevron-left:before {
  content: "\e910";
}

.icon-ic-chevron-right:before {
  content: "\e911";
}

.icon-ic-chevron-up:before {
  content: "\e912";
}

.icon-ic-close:before {
  content: "\e913";
}

.icon-ic-drag:before {
  content: "\e914";
}

.icon-ic-menu:before {
  content: "\e915";
}

.icon-ic-minus:before {
  content: "\e916";
}

.icon-ic-no1:before {
  content: "\e917";
}

.icon-ic-no2:before {
  content: "\e918";
}

.icon-ic-no3:before {
  content: "\e919";
}

.icon-ic-no4:before {
  content: "\e91a";
}

.icon-ic-no5:before {
  content: "\e91b";
}

.icon-ic-no6:before {
  content: "\e91c";
}

.icon-ic-no7:before {
  content: "\e91d";
}

.icon-ic-no8:before {
  content: "\e91e";
}

.icon-ic-no9:before {
  content: "\e91f";
}

.icon-ic-no10:before {
  content: "\e920";
}

.icon-ic-open_in_new:before {
  content: "\e921";
}

.icon-ic-pdf:before {
  content: "\e922";
}

.icon-ic-plus:before {
  content: "\e923";
}

.icon-ic-search:before {
  content: "\e924";
}

.icon-ic-stop:before {
  content: "\e925";
}

.icon-ic-triangle-down:before {
  content: "\e926";
}

.icon-ic-triangle-left:before {
  content: "\e927";
}

.icon-ic-triangle-right:before {
  content: "\e928";
}

.icon-ic-triangle-up:before {
  content: "\e929";
}

.icon-ic-reset:before {
  content: "\e92a";
}

*[class*="title-JP-"] {
  margin-top: -0.1em;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.4;
  font-weight: 700;
  color: #08287F;
  letter-spacing: 0;
}

*[class*="title-ENG-"] {
  margin-top: -0.05em;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  line-height: 1.2;
  font-weight: 600;
  color: #08287F;
  letter-spacing: 0;
}

*[class*="title-JP"].center,
*[class*="title-ENG"].center {
  text-align: center;
}

*[class*="title-JP"].left,
*[class*="title-ENG"].left {
  text-align: left;
}

*[class*="title-JP"].right,
*[class*="title-ENG"].right {
  text-align: right;
}

*[class*="title-JP"].black,
*[class*="title-ENG"].black {
  color: #1A1A1A;
}

*[class*="title-JP"].gray,
*[class*="title-ENG"].gray {
  color: #4D4D4D;
}

*[class*="title-JP"].blue,
*[class*="title-ENG"].blue {
  color: #08287F;
}

*[class*="title-JP"].red,
*[class*="title-ENG"].red {
  color: #FF0000;
}

*[class*="-R"] {
  font-weight: 400;
}

*[class*="-M"] {
  font-weight: 500;
}

*[class*="text-JP-"] {
  margin-top: -0.3em;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
  color: #1A1A1A;
  letter-spacing: 0;
}

*[class*="text-JP-"] a {
  color: #08287F;
  text-decoration: underline;
}

*[class*="text-ENG-"] {
  margin-top: -0.25em;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  line-height: 1.75;
  color: #1A1A1A;
  letter-spacing: 0;
}

*[class*="text-JP"].center,
*[class*="text-ENG"].center {
  text-align: center;
}

*[class*="text-JP"].left,
*[class*="text-ENG"].left {
  text-align: left;
}

*[class*="text-JP"].right,
*[class*="text-ENG"].right {
  text-align: right;
}

*[class*="text-JP"].black,
*[class*="text-ENG"].black {
  color: #1A1A1A;
}

*[class*="text-JP"].gray,
*[class*="text-ENG"].gray {
  color: #4D4D4D;
}

*[class*="text-JP"].blue,
*[class*="text-ENG"].blue {
  color: #08287F;
}

*[class*="text-JP"].red,
*[class*="text-ENG"].red {
  color: #FF0000;
}

.btn {
  display: block;
  position: relative;
  width: 280px;
  overflow: hidden;
  padding: 18px;
  background: #4b76d2;
  background: linear-gradient(120deg, #4B76D2 0%, #08287F 50%);
  border: 1px solid #4B76D2;
  border-radius: 40px;
  text-align: center;
  transition: border 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.btn:focus-visible {
  outline-offset: 3px;
}

.btn[disabled] .btn-text-JP,
.btn[disabled] .btn-text-ENG,
.btn[disabled] *[class^="icon-"] {
  opacity: 0.3;
}

.btn.white {
  border: 1px solid #08287F;
  background: #fff;
}

.btn.white .btn-text-JP,
.btn.white .btn-text-ENG,
.btn.white *[class^="icon-"] {
  color: #08287F;
}

.btn.close .btn-text-ENG,
.btn.search .btn-text-ENG {
  font-size: 13px;
}

.btn.close {
  width: 120px;
  padding: 8px;
  background: #666666;
  border-color: #666666;
}

.btn.close *[class^="icon-"] {
  display: none;
}

.btn.search {
  width: 200px;
  padding: 8px;
}

.btn.search *[class^="icon-"] {
  font-size: 20px;
}

.btn-text-JP,
.btn-text-ENG,
.btn *[class^="icon-"] {
  color: #FFF;
  transition: color 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.btn-text-JP,
.btn-text-ENG {
  position: relative;
  top: -0.1em;
  line-height: 1;
  letter-spacing: 0.06em;
}

.btn-text-JP {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-weight: 700;
}

.btn-text-ENG {
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 600;
}

.btn .icon-blank {
  background: url(/business/research/assets/img/common/icon-blank.svg) no-repeat 0 0;
  background-size: 100% 100%;
  height: 17px;
  width: 17px;
}

.btn *[class^="icon-"] {
  display: block;
  position: absolute;
  top: 50%;
  right: 16px;
  font-size: 28px;
  transform: translateY(-50%);
}

.textlink {
  display: flex;
  align-items: center;
  gap: 20px;
}

.textlink:focus {
  outline-offset: -1px;
}

.textlink:focus-visible {
  outline-offset: 0;
}

.textlink-text-JP,
.textlink-text-ENG {
  position: relative;
  vertical-align: middle;
  line-height: 2;
  color: #08287F;
}

.textlink-text-JP::after,
.textlink-text-ENG::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #08287F;
  transform: scaleX(0);
  transform-origin: 100% 50%;
  transition: transform 500ms ease;
}

.textlink-text-JP {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.textlink-text-JP::after {
  bottom: 0;
}

.textlink-text-ENG {
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.textlink-text-ENG::after {
  bottom: 3px;
}

.textlink-icon {
  display: inline-block;
  flex-shrink: 0;
  position: relative;
  width: 28px;
  height: 28px;
  border: 1px solid #CCCCCC;
  border-radius: 100%;
  vertical-align: middle;
  transition: transform 500ms ease, border 500ms ease;
}

.textlink *[class^="icon-"] {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 20px;
  color: #08287F;
  transform: translate(-50%, -50%);
}

.input-check {
  position: relative;
}

.input-check input {
  position: absolute;
}

.input-check input:focus-visible + .input-check-inner {
  color: #08287F;
}

.input-check input:focus-visible + .input-check-inner .input-check-icon {
  margin-right: 5px;
}

.input-check input:focus-visible + .input-check-inner .input-check-text-JP span,
.input-check input:focus-visible + .input-check-inner .input-check-text-ENG span {
  padding: 0 5px;
  outline: auto;
}

.input-check input:checked + .input-check-inner {
  color: #08287F;
}

.input-check input:checked + .input-check-inner .input-check-text-JP {
  font-weight: 600;
}

.input-check input:checked + .input-check-inner .input-check-icon {
  background: #4b76d2;
  background: linear-gradient(160deg, #4b76d2 0%, #08287f 50%);
}

.input-check input:checked + .input-check-inner .input-radio-icon {
  border-color: #08287F;
  background-color: #fff;
}

.input-check input:checked + .input-check-inner *[class^='icon-'],
.input-check input:checked + .input-check-inner .input-radio-icon::after {
  visibility: visible;
}

.input-check input:checked + .input-check-inner .input-toggle-icon {
  background: #4b76d2;
  background: linear-gradient(160deg, #4b76d2 0%, #08287f 50%);
}

.input-check input:checked + .input-check-inner .input-toggle-icon::after {
  left: calc(100% - 1px);
  transform: translate(-100%, -50%);
}

.input-check input:disabled + .input-check-inner {
  color: #CCCCCC;
  cursor: default;
}

.input-check input:disabled + .input-check-inner .input-toggle-icon::after {
  background: #CCCCCC;
}

.input-check-inner {
  display: flex;
  line-height: 0.5;
  font-weight: 500;
  color: #4D4D4D;
  cursor: pointer;
}

.input-check-text-JP,
.input-check-text-ENG {
  width: calc(100% - 20px - 10px);
  line-height: 1.4;
}

.input-check-text-JP {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
}

.input-check-text-ENG {
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-size: 14px;
}

.input-check-icon,
.input-check .input-radio-icon,
.input-check .input-toggle-icon {
  display: block;
  position: relative;
  width: 20px;
  height: 20px;
  background-color: #CCCCCC;
}

.input-check-icon {
  border-radius: 4px;
}

.input-check-icon:not(:last-child) {
  margin-right: 10px;
}

.input-check *[class^='icon-'] {
  visibility: hidden;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 20px;
  color: #fff;
  transform: translate(-50%, -50%);
}

.input-check .input-radio-icon::after,
.input-check .input-toggle-icon::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  border-radius: 100%;
}

.input-check .input-radio-icon {
  border: 1px solid #CCCCCC;
  border-radius: 100%;
}

.input-check .input-radio-icon::after {
  visibility: hidden;
  left: 50%;
  width: 12px;
  height: 12px;
  background: #4b76d2;
  background: linear-gradient(160deg, #4b76d2 0%, #08287f 50%);
  transform: translate(-50%, -50%);
}

.input-check .input-toggle-icon {
  width: 34px;
  background: #666666;
  border-radius: 25px;
}

.input-check .input-toggle-icon::after {
  left: 1px;
  width: 18px;
  height: 18px;
  background: #fff;
  transform: translateY(-50%);
  transition: left 400ms ease, transform 400ms ease;
}

.btn-check {
  display: inline-block;
  position: relative;
  min-width: 70px;
  overflow: hidden;
  padding: 0 15px 5px;
  background: #fff;
  border-radius: 30px;
  text-align: center;
  line-height: 1.4;
  transform: translate3d(0, 0, 0);
}

.btn-check:focus-visible {
  outline-offset: 2px;
}

.btn-check::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 300%;
  height: 300%;
  background: #08287F;
  background: linear-gradient(120deg, #4B76D2 0%, #08287F 47%, #fff 53%);
  transform: translate(-55%, -50%);
}

.btn-check::after {
  box-sizing: border-box;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #08287F;
  border-radius: 30px;
}

.btn-check.cu::before,
.btn-check[data-current='true']::before {
  transform: translate(0, -50%);
}

.btn-check.cu::after,
.btn-check[data-current='true']::after {
  border-color: transparent;
}

.btn-check.cu .btn-check-text-JP,
.btn-check.cu .btn-check-text-ENG,
.btn-check[data-current='true'] .btn-check-text-JP,
.btn-check[data-current='true'] .btn-check-text-ENG {
  color: #fff;
}

.btn-check-text-JP,
.btn-check-text-ENG {
  position: relative;
  line-height: inherit;
  color: #08287F;
}

.btn-check-text-JP {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-weight: 700;
}

.btn-check-text-ENG {
  position: relative;
  top: 1px;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.breadcrumb-wrap {
  padding: 11px 4vw 14px;
  border-top: 1px solid #CCCCCC;
}

#top .breadcrumb-wrap {
  display: none;
}

.breadcrumb-wrap.--bottom {
  background-color: #fff;
}

.breadcrumb-item {
  display: inline;
  line-height: 2.5;
  color: #08287F;
}

.breadcrumb-item.en {
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.06em;
}

.breadcrumb-item.en a {
  font-weight: 500;
}

.breadcrumb-item:not(.en) {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-weight: 700;
}

.breadcrumb-item:not(.en) a {
  font-weight: 500;
}

.breadcrumb-item a {
  position: relative;
  line-height: 1;
  color: #4D4D4D;
}

.breadcrumb-item a::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -7px;
  left: 0;
  width: 100%;
  border-top: 1px solid #4D4D4D;
}

.breadcrumb-item *[class^="icon-"] {
  position: relative;
  top: 1px;
  padding-right: 6px;
  padding-left: 10px;
  font-size: 16px;
  color: #4D4D4D;
}

.pager {
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  /* Safari */
}

.pager-vertical {
  flex-direction: column;
}

.pager-vertical .pager-indicator {
  flex-direction: column;
}

.pager-vertical.pager-slide .pager-arrow:not(:last-child),
.pager-vertical.pager-slide .pager-indicator.swiper-pagination-bullets:not(:last-child),
.pager-vertical.pager-slide .pager-control:not(:last-child) {
  margin-right: 0;
  margin-bottom: 10px;
}

.pager-vertical.pager-slide .pager-indicator.swiper-pagination-bullets .pager-indicator-item {
  margin: 0;
}

.pager-vertical.pager-slide .pager-indicator.swiper-pagination-bullets .pager-indicator-item:not(:last-child) {
  margin-right: 0;
  margin-bottom: 10px;
}

.pager-slide .pager-arrow {
  font-size: 28px;
}

.pager-slide .pager-arrow:not(:last-child) {
  margin-right: 10px;
}

.pager-slide .pager-indicator.swiper-pagination-bullets {
  transform: none;
}

.pager-slide .pager-indicator.swiper-pagination-bullets:not(:last-child) {
  margin-right: 10px;
}

.pager-slide .pager-indicator.swiper-pagination-bullets .pager-indicator-item {
  position: relative;
  width: 20px;
  height: 20px;
  overflow: hidden;
  margin: 0;
  background: none;
  border-radius: 50%;
  cursor: pointer;
  opacity: 1 !important;
}

.pager-slide .pager-indicator.swiper-pagination-bullets .pager-indicator-item:not(:last-child) {
  margin: 0;
  margin-right: 10px;
}

.pager-slide .pager-indicator.swiper-pagination-bullets .pager-indicator-item.swiper-pagination-bullet-active::after {
  border-color: #fff;
  background: #08287F;
}

.pager-slide .pager-indicator.swiper-pagination-bullets .pager-indicator-item::after {
  content: '';
  display: block;
  position: absolute;
  inset: 0;
  margin: auto;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  border: 1px solid #08287F;
  background: #fff;
  transition: background-color 1000ms ease;
}

.pager-slide .pager-indicator.swiper-pagination-bullets .pager-indicator-progress {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: conic-gradient(transparent 0deg, transparent 360deg, #08287F 360deg, #08287F 360deg, transparent 360deg, transparent 360deg);
}

.pager-slide .pager-control:not(:last-child) {
  margin-right: 10px;
}

.pager-num {
  justify-content: center;
}

.pager-num .pager-arrow {
  align-items: center;
  -webkit-align-items: center;
  /* Safari */
  display: flex;
  font-size: 36px;
  height: 36px;
  justify-content: center;
  width: 36px;
}

.pager-num .pager-arrow:not(:last-child) {
  margin-right: 0px;
}

.pager-num .pager-arrow button {
  line-height: 1;
}

.pager-num .pager-arrow[data-current='true'] {
  pointer-events: none;
}

.pager-num .pager-arrow[data-current='true'] *[class^='icon-'] {
  color: #4B76D2;
}

.pager-num .pager-indicator:not(:last-child) {
  margin-right: 0px;
}

.pager-num .pager-indicator-item {
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 36px;
  min-width: 1.2em;
}

.pager-num .pager-indicator-item:not(:last-child) {
  margin-right: 10px;
}

.pager-num .pager-indicator-item[data-current='true'] {
  font-weight: 700;
  color: #08287F;
  pointer-events: none;
}

.pager-num .pager-control:not(:last-child) {
  margin-right: 0px;
}

.pager-arrow *[class^='icon-'] {
  color: #08287F;
}

.stop .pager-arrow {
  pointer-events: none;
}

.pager-control {
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  /* Safari */
  justify-content: center;
  width: 20px;
  height: 20px;
  border: 1px solid #08287F;
  background: #F0F0F0;
  border-radius: 100%;
}

.pager-control.non-border {
  border-color: transparent;
}

.pager-control *[class^='icon-'] {
  display: block;
  font-size: 18px;
  color: #08287F;
}

.pager-control:not(.stop) .icon-ic-triangle-right {
  display: none;
}

.pager-control.stop .icon-ic-stop {
  display: none;
}

.pager-indicator {
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  /* Safari */
}

.pager-indicator-item {
  display: block;
  text-align: center;
}

@keyframes progress {
  0% {
    background: conic-gradient(transparent 0%, transparent 0%, #08287F 0%, #08287F 0%, transparent 0%, transparent 0%);
  }

  50% {
    background: conic-gradient(transparent 0%, transparent 0%, #08287F 0%, #08287F 50%, transparent 50%, transparent 50%);
  }

  100% {
    background: conic-gradient(transparent 0%, transparent 0%, #08287F 0%, #08287F 100%, transparent 100%, transparent 100%);
  }
}

.parts-arrow {
  position: relative;
  width: 30px;
  height: 30px;
  overflow: hidden;
  border: 1px solid #CCCCCC;
  border-radius: 100%;
  transition: border 500ms ease;
}

.parts-arrow *[class^="icon-"] {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  overflow: hidden;
  font-size: 20px;
  color: #08287F;
  transform: translate(-50%, -50%);
  transition: color 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.parts-arrow *[class^="icon-"]::before,
.parts-arrow *[class^="icon-"]::after {
  display: block;
  transition: transform 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.parts-arrow *[class^="icon-"]::before {
  transform: translateX(0);
}

.scrollbar_track {
  display: none;
  position: absolute;
  box-sizing: border-box;
  top: 0;
  right: 0;
  padding: 4px;
  height: 100%;
  mix-blend-mode: difference;
  opacity: 0;
  transition: opacity 200ms;
}

.scrollbar_track[data-active='true'] {
  display: block;
}

.scrollbar_track[data-visible='true'] {
  opacity: 1;
}

body > .scrollbar_track {
  position: fixed;
  z-index: 9999;
}

.scrollbar_thumb {
  position: relative;
  width: 5px;
  opacity: 0.5;
  border-radius: 10px;
  background: #fff;
  cursor: pointer;
  transition: opacity 200ms;
}

.scrollbar_thumb[data-dragging='true'] {
  opacity: 0.7;
}

.copylink {
  position: relative;
  width: 100%;
  max-width: 676px;
  margin-right: auto;
  margin-left: auto;
}

.copylink::after {
  content: "コピーしました";
  display: block;
  position: absolute;
  top: -26px;
  right: -10px;
  padding: 7px 16px;
  background: #666666;
  border-radius: 4px;
  font-size: 13px;
  color: #fff;
  opacity: 0;
  transition: opacity 400ms ease;
}

.copylink.copy::after {
  opacity: 1;
  transition: color 400ms ease;
}

.copylink-btn {
  display: block;
  width: 100%;
  padding: 24px 26px;
  background: #F0F0F0;
  border-radius: 8px;
  cursor: pointer;
  transition: border 400ms ease, color 400ms ease;
}

.copylink-text {
  display: block;
  width: 100%;
}

.copylink-icon {
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  line-height: 1;
  transform: translateY(-50%);
}

.copylink-icon::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  border: 1px solid #CCCCCC;
  background-color: #FFF;
  border-radius: 100%;
  transform: translate(-50%, -50%);
  transition: border 400ms ease;
}

.copylink *[class*="icon-ic-"] {
  position: relative;
  font-size: 40px;
  color: #08287F;
  transition: color 400ms ease;
}

.sp-gnav-open .l-header-nav {
  z-index: 10001;
}

.sp-gnav-open .l-header-nav-btn-item.search {
  z-index: -1;
}

.l-header {
  position: sticky;
  top: 0;
  z-index: 10002;
  height: 60px;
}

.l-header-inner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  padding-top: 15px;
  padding-left: 10px;
  background: #fff;
}

.l-header-logo {
  width: 260px;
  line-height: 1;
}

.l-header-label {
  display: none;
}

.l-header-nav {
  position: fixed;
  top: 60px;
  right: 0;
  z-index: 10003;
  width: 100%;
}

.gnav-search-open .l-header-nav {
  z-index: 10003;
}

.l-header-nav-btn {
  position: relative;
  padding-right: 15px;
}

.l-header-nav-btn-inner {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  position: relative;
  z-index: 1;
}

.global-nav {
  display: none;
  position: fixed;
  top: 60px;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.95);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.5s ease;
}

.global-nav.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  display: block;
  /* 表示時にブロック化 */
}

.global-nav-inner {
  height: 100%;
}

.global-nav-inner ul {
  display: flex;
  flex-direction: column;
  gap: 3.89805vh;
  height: 100%;
  padding-top: 16.7916vh;
  padding-left: 30px;
  padding-right: 30px;
}

.global-nav-inner li {
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.06em;
}

.global-nav-inner a,
.global-nav-inner button {
  display: inline-block;
  position: relative;
  color: #08287F;
}

.global-nav-inner a:focus,
.global-nav-inner button:focus {
  outline-offset: -1px;
}

.global-nav-inner a:not(.cu)::after,
.global-nav-inner button:not(.cu)::after {
  transform-origin: 100% 50%;
  transition: transform 400ms ease;
}

.global-nav-inner a::after,
.global-nav-inner button::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #08287F;
  transform: scaleX(0);
}

.global-nav-inner a.cu::after,
.global-nav-inner button.cu::after {
  transform: scaleX(1);
  transform-origin: 0 50%;
}

.l-header-nav-btn-item {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 36px;
  height: 36px;
  background: #08287F;
  border-radius: 100%;
  font-size: 20px;
  color: #FFF;
}

.l-header-nav-btn-item:focus-visible {
  outline-offset: 2px;
}

.l-header-nav-btn-item.search {
  position: relative;
}

.l-header-nav-btn-item.search *[class*="icon-ic-"] {
  transition: opacity 400ms ease;
}

.l-header-nav-btn-item.search .icon-ic-search-report {
  position: relative;
  z-index: 1;
  opacity: 1;
}

.l-header-nav-btn-item.search .icon-ic-close {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}

.global-nav-search {
  display: none;
  opacity: 0;
  position: fixed;
  top: -60px;
  right: 0;
  z-index: 10;
  width: 100%;
  height: calc(100% + 60px);
  pointer-events: none;
  transition: opacity 500ms ease;
}

.global-nav-search.show {
  display: block;
  pointer-events: auto;
}

.global-nav-search.show-end {
  opacity: 1;
}

.global-nav-search.show-end .global-nav-search-box {
  transform: translateY(0);
}

.global-nav-search.hide {
  display: block;
  opacity: 0;
  pointer-events: none;
}

.global-nav-search.hide .global-nav-search-box {
  transform: translateY(100%);
}

.global-nav-search.hide-end {
  display: none;
}

.global-nav-search-bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(26, 26, 26, 0.2);
}

.global-nav-search-box {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  width: 100%;
  padding: 46px 24px 16px;
  background: #FFF;
  border-radius: 24px 24px 0 0;
  box-shadow: 0 -4px 6px rgba(0, 0, 0, 0.2);
  transform: translateY(100%);
  transition: transform 700ms cubic-bezier(0.23, 1, 0.32, 1) 400ms;
}

.global-nav-search-hd {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin-bottom: -8px;
}

.global-nav-search-hd .text-JP-002-M {
  line-height: 1.75;
}

.global-nav-search .inlinecard-item-tags {
  position: relative;
}

.global-nav-search-close {
  position: absolute;
  top: 16px;
  left: 16px;
  font-size: 24px;
  line-height: 1;
  color: #08287F;
}

.sp-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 36px;
  height: 36px;
  background: #08287F;
  border-radius: 100%;
  font-size: 24px;
  color: #FFF;
}

.sp-menu.show b::before {
  content: "\e913";
}

.footer {
  margin-top: 0;
}

.pagetop-btn {
  font-size: 0.5rem;
}

.l-footer-obj {
  position: relative;
  width: 100%;
  pointer-events: none;
}

.l-footer-obj-inner {
  position: absolute;
  top: 0;
  right: 0;
  width: 48%;
  overflow: hidden;
  margin-top: -48.28571%;
}

.l-footer-obj-item {
  -webkit-mask-image: linear-gradient(90deg, black 20%, rgba(0, 0, 0, 0.4) 35%, rgba(0, 0, 0, 0) 50%);
  mask-image: linear-gradient(90deg, black 20%, rgba(0, 0, 0, 0.4) 35%, rgba(0, 0, 0, 0) 50%);
  -webkit-mask-size: 450% 100%;
  mask-size: 450% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: 100% 0;
  mask-position: 100% 0;
}

.show .l-footer-obj-item {
  animation: 1000ms ease-out 200ms forwards mask-animation;
}

.l-footer-share {
  width: 84%;
  margin-left: auto;
  margin-right: auto;
}

.l-footer-share-list {
  display: flex;
  gap: 30px;
}

.l-footer-share-item {
  width: 30px;
}

.l-footer-bnr {
  padding: 30px;
  background: #F0F0F0;
}

.l-footer-bnr-list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5.33333vw;
  margin-left: auto;
  margin-right: auto;
}

.l-footer-bnr-item {
  width: 100%;
}

.l-footer-bnr-item a {
  display: block;
}

.parts-contact {
  position: relative;
  width: 84vw;
  margin-left: auto;
  margin-right: auto;
}

.parts-contact-list {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.parts-contact-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  opacity: 0;
  transform: translate3d(0, 20%, 0);
}

.show .parts-contact-item {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: opacity 600ms cubic-bezier(0.55, 0.085, 0.68, 0.53), transform 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.parts-contact-item-img {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.parts-contact-item-img img {
  position: relative;
  transform: scale(1);
  transition: opacity 0ms linear 400ms, transform 500ms ease;
}

.parts-contact-item-content {
  width: 100%;
}

.parts-contact-note {
  padding-left: 1.1em;
  text-indent: -1.1em;
}

.parts-contact-note a {
  text-indent: 0;
}

.parts-contact .copylink {
  display: inline-flex;
  width: auto;
  margin-left: 0;
}

.parts-contact .copylink::after {
  top: -42px;
  background: #4D4D4D;
}

.parts-contact .copylink-btn {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  width: auto;
  padding: 0;
  background: transparent;
}

.parts-contact .copylink .text-JP-002-M {
  line-height: 1;
}

.parts-contact .copylink-icon {
  position: relative;
  top: auto;
  right: auto;
  width: 30px;
  height: 30px;
  transform: translateY(0);
}

.parts-contact .copylink *[class*="icon-ic-"] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.parts-contact .copylink-icon::before {
  width: 28px;
  height: 28px;
}

.parts-contact .textlink {
  display: inline-flex;
}

.card-item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  row-gap: 0;
  opacity: 0;
  transform: translate3d(0, 10%, 0);
}

.card-item[data-visible='true'] {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: opacity 500ms cubic-bezier(0.55, 0.085, 0.68, 0.53), transform 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.card-item-link {
  display: block;
}

.card-item-img {
  position: relative;
  aspect-ratio: 1;
  overflow: hidden;
}

.card-item-img img {
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transform: scale(1);
  transition: transform 500ms;
}

.card-item-num {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 42px;
  height: 42px;
  background: #08287F;
  border-radius: 100%;
  z-index: 1;
  transform: translate(-50%, -50%);
}

.card-item-num *[class^='icon-'] {
  font-size: 36px;
  color: #fff;
}

.no1 .card-item-num {
  background: #f0bf2d;
  background: linear-gradient(120deg, #f0bf2d 0%, #e1462d 100%);
}

.card-item-date {
  display: flex;
  gap: 10px;
  height: 1.75em;
}

.card-item-new {
  display: block;
  width: 12px;
  height: 12px;
  margin-top: 0.47em;
  background-color: #FF0000;
  border-radius: 100%;
}

.card-item-categories {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 10px;
  margin-top: 28px;
}

.card-item-tag {
  display: flex;
  padding: 0px 8px 2px;
  border: 1px solid #08287F;
  border-radius: 4px;
  transition: opacity 500ms;
}

.card-item-tag span {
  margin: 0;
  line-height: 23px;
}

.inlinecard-item {
  position: relative;
  padding: 30px 0;
  border-bottom: solid 1px #CCCCCC;
  opacity: 0;
  transform: translate3d(10%, 0, 0);
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
}

.inlinecard-item[data-visible='true'] {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: opacity 500ms cubic-bezier(0.55, 0.085, 0.68, 0.53), transform 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.inlinecard-item-img {
  display: block;
  position: relative;
}

.inlinecard-item-img figure {
  position: relative;
  overflow: hidden;
}

.inlinecard-item-img figure img {
  transition: transform 500ms;
}

.inlinecard-item-link {
  display: block;
  position: relative;
}

.inlinecard-item-info::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #08287F;
  transform: scaleX(0);
  transform-origin: 100% 50%;
  transition: transform 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.inlinecard-item-info .card-item-new {
  margin-top: 0.62em;
}

.inlinecard-item-categories {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 10px;
  margin-top: 28px;
}

.inlinecard-item-tags {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 10px;
  margin-top: 20px;
}

.inlinecard-item-tags .inlinecard-item-tag {
  border: none;
  background: #F0F0F0;
}

.inlinecard-item-tag {
  display: flex;
  padding: 0px 8px 2px;
  border: 1px solid #08287F;
  border-radius: 4px;
  transition: opacity 500ms;
}

.inlinecard-item-tag span {
  margin: 0;
  line-height: 23px;
}

.inlinecard-item:has(.inlinecard-item-img:hover) .parts-arrow,
.inlinecard-item:has(.inlinecard-item-link:hover) .parts-arrow,
.inlinecard-item:has(.parts-arrow:hover) .parts-arrow {
  border-color: #08287F;
}

.inlinecard-item .parts-arrow {
  position: absolute;
  top: 20px;
  right: 0;
}

.inlinecard-item .parts-arrow[target='_blank'] .icon-ic-arrow-right {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.inlinecard-item .parts-arrow .pdf {
  color: #08287F;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.under-head {
  position: relative;
  width: 84vw;
  margin-top: 76px;
  margin-left: auto;
  margin-right: auto;
}

.under-head .textlink {
  display: inline-flex;
}

html:has(#modalcontact[data-visible='true']),
html:has(#modalsearch) {
  overflow: hidden;
  padding-right: var(--scroll-bar-width);
}

html:has(#modalcontact[data-visible='true']) .l-header-nav,
html:has(#modalsearch) .l-header-nav {
  margin-right: var(--scroll-bar-width);
}

.scrollbar-width-checker1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  overflow-x: hidden;
  overflow-y: scroll;
  visibility: hidden;
}

.scrollbar-width-checker2 {
  height: 1px;
}

.modal-overlay {
  display: none;
}

.modal-wrap {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100000;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 100%;
  padding: 0;
  background-color: #08287F;
  overflow: hidden;
  transition: opacity 400ms ease;
  opacity: 0;
  height: 0;
}

.modal-wrap.enter {
  display: flex;
  height: 100%;
  padding: 48px 10px;
  opacity: 0;
}

.modal-wrap.enter-active,
.modal-wrap.enter-done {
  display: flex;
  height: 100%;
  padding: 48px 10px;
  opacity: 1;
}

.modal-wrap.exit {
  display: flex;
  height: 100%;
  padding: 48px 10px;
  opacity: 0;
}

.modal-wrap.exit-active,
.modal-wrap.exit-done {
  display: none;
  opacity: 0;
}

.modal-content {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #fff;
  border-radius: 8px;
}

.modal-content .scrollbar_track {
  z-index: 1;
}

#modalcontact .modal-content {
  max-width: 355px;
  max-height: 445px;
}

.modal-inner {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden auto;
  overscroll-behavior: contain;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.modal-inner::-webkit-scrollbar {
  display: none;
}

#modalcontact .modal-inner {
  overflow: hidden;
}

.modal-close {
  display: none;
}

#modalcontact .modal-close {
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 40px;
  line-height: 1;
  color: #08287F;
}

.modal-header {
  padding: 26px 20px 17px;
  border-bottom: solid 1px #08287F;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.75;
  color: #08287F;
}

.modal-nav {
  display: none;
}

.modal-nav nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.modal-block {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 10px 4vw 30px;
}

#modalcontact .modal-block {
  height: 100%;
  gap: 0;
  justify-content: center;
  padding: 80px 20px 80px;
}

.modal-block.featured {
  background: rgba(8, 40, 127, 0.03);
}

.modal-block-line {
  border-top: solid 1px #08287F;
}

.modal-block-item {
  display: flex;
  flex-direction: column;
}

.modal-block-item *[class*='title-'] {
  width: 100%;
}

.modal-block-item *[class*='title-']:not(:last-child) {
  margin-bottom: 20px;
}

.modal-block-item-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 4%;
  width: 100%;
}

.modal-block-item-content .input-check[data-span='2'] {
  grid-column: span 2;
}

.modal-block-item-content .input-check[data-span='full'] {
  grid-column: 1 / -1;
}

.modal-block-item-content .input-check-all .input-check-inner {
  color: #08287F;
}

.modal-block-item-content .input-check-all input[data-state='all'] + .input-check-inner .icon-ic-check {
  visibility: visible;
  color: #fff;
}

.modal-block-item-content .input-check-all input[data-state='all'] + .input-check-inner .icon-ic-check::before {
  content: '\e909';
}

.modal-block-item-content .input-check-all input[data-state='any'] + .input-check-inner .icon-ic-check {
  visibility: visible;
  color: #08287F;
}

.modal-block-item-content .input-check-all input[data-state='any'] + .input-check-inner .icon-ic-check::before {
  content: '\e911';
}

.modal-bottom {
  position: sticky;
  bottom: 0;
  padding: 10px 0 10px;
  background: rgba(240, 240, 240, 0.9);
}

.modal-bottom-count {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  line-height: 28px;
  font-weight: 700;
  color: #08287F;
  text-align: center;
  margin-bottom: 10px;
}

.modal-bottom-count strong {
  padding: 0 4px;
  font-size: 150%;
}

.modal-bottom-btns {
  display: flex;
  justify-content: center;
  gap: 2.66667vw;
}

.modal-bottom-btns .btn:focus-visible {
  outline-offset: 3px;
}

#modalcontact .text-JP-004-R {
  padding-left: 1em;
  text-indent: -1em;
}

#modalcontact .text-JP-004-R a {
  text-indent: 0;
}

@media screen and (min-width: 768px) {
  .sp-only {
    display: none;
  }

  .hidden-copy-pc-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 0.25em;
  }

  .title-JP-001 {
    font-size: 56px;
    font-size: clamp(40px, calc(56 / 1400 * 100vw), 56px);
  }

  .title-JP-002 {
    font-size: 48px;
    font-size: clamp(34px, calc(48 / 1400 * 100vw), 48px);
  }

  .title-JP-003 {
    font-size: 36px;
    font-size: clamp(24px, calc(36 / 1400 * 100vw), 36px);
  }

  .title-JP-004,
  .title-JP-005,
  .title-JP-006,
  .title-JP-007,
  .title-JP-008 {
    margin-top: -0.25em;
    line-height: 1.75;
  }

  .title-JP-004 {
    font-size: 24px;
    font-size: clamp(18px, calc(24 / 1400 * 100vw), 24px);
  }

  .title-JP-005 {
    font-size: 18px;
  }

  .title-JP-006 {
    font-size: 16px;
  }

  .title-JP-007 {
    font-size: 14px;
  }

  .title-JP-008 {
    font-size: 13px;
  }

  .title-ENG-001 {
    font-size: 62px;
    font-size: clamp(46px, calc(56 / 1400 * 100vw), 62px);
  }

  .title-ENG-002 {
    font-size: 54px;
    font-size: clamp(40px, calc(54 / 1400 * 100vw), 54px);
  }

  .title-ENG-003 {
    font-size: 42px;
    font-size: clamp(30px, calc(54 / 1400 * 100vw), 42px);
  }

  .title-ENG-004,
  .title-ENG-005,
  .title-ENG-006,
  .title-ENG-007,
  .title-ENG-008 {
    margin-top: -0.1em;
    line-height: 1.4;
  }

  .title-ENG-004 {
    font-size: 28px;
    font-size: clamp(22px, calc(54 / 1400 * 100vw), 28px);
  }

  .title-ENG-005 {
    font-size: 22px;
    font-size: clamp(18px, calc(54 / 1400 * 100vw), 22px);
  }

  .title-ENG-006 {
    font-size: 18px;
  }

  .title-ENG-007 {
    font-size: 16px;
  }

  .title-ENG-008 {
    font-size: 14px;
  }

  .text-JP-001-R,
  .text-JP-001-M {
    font-size: 18px;
  }

  .text-JP-002-R,
  .text-JP-002-M {
    font-size: 16px;
  }

  .text-JP-003-R,
  .text-JP-003-M {
    font-size: 14px;
  }

  .text-JP-004-R,
  .text-JP-004-M {
    font-size: 13px;
    line-height: 1.75;
  }

  .text-ENG-001-R,
  .text-ENG-001-M {
    font-size: 20px;
  }

  .text-ENG-002-R,
  .text-ENG-002-M {
    font-size: 18px;
  }

  .text-ENG-003-R,
  .text-ENG-003-M {
    font-size: 16px;
  }

  .text-ENG-004-R,
  .text-ENG-004-M {
    font-size: 13px;
  }

  .btn {
    width: 360px;
    padding: 23px;
  }

  .btn.white {
    background: transparent;
  }

  .btn.close .btn-text-ENG,
  .btn.search .btn-text-ENG {
    font-size: 16px;
  }

  .btn.close {
    width: 200px;
    padding: 23px;
  }

  .btn.close *[class^="icon-"] {
    display: block;
  }

  .btn.search {
    width: 360px;
    padding: 23px;
  }

  .btn.search *[class^="icon-"] {
    font-size: 28px;
  }

  .btn-text-JP {
    font-size: 14px;
  }

  .btn-text-ENG {
    font-size: 16px;
  }

  .btn *[class^="icon-"] {
    right: 21px;
  }

  .btn-check {
    padding: 0 21px 5px;
  }

  .breadcrumb-wrap {
    padding: 0;
    border-top: none;
  }

  .breadcrumb-wrap.--bottom {
    border-top: 1px solid #ccc;
    padding-bottom: 19px;
    padding-top: 16px;
  }

  .breadcrumb-wrap.--bottom .breadcrumb {
    margin-left: auto;
    margin-right: auto;
    width: 84vw;
  }

  .breadcrumb-item {
    line-height: 1.75;
  }

  .breadcrumb-item *[class^="icon-"] {
    top: 2px;
  }

  .breadcrumb-overflow {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }

  .pager-vertical.pager-slide .pager-arrow:not(:last-child),
  .pager-vertical.pager-slide .pager-indicator.swiper-pagination-bullets:not(:last-child),
  .pager-vertical.pager-slide .pager-control:not(:last-child) {
    margin-bottom: 0;
  }

  .pager-vertical.pager-slide .pager-indicator.swiper-pagination-bullets .pager-indicator-item:not(:last-child) {
    margin-bottom: 10px;
  }

  .pager-slide .pager-indicator.swiper-pagination-bullets .pager-indicator-item {
    width: 16px;
    height: 16px;
  }

  .pager-slide .pager-indicator.swiper-pagination-bullets .pager-indicator-item::after {
    width: 10px;
    height: 10px;
  }

  .pager-num .pager-arrow:not(:last-child) {
    margin-right: 12px;
  }

  .pager-num .pager-indicator:not(:last-child) {
    margin-right: 12px;
  }

  .pager-num .pager-indicator-item:not(:last-child) {
    margin-right: 12px;
  }

  .pager-num .pager-control:not(:last-child) {
    margin-right: 12px;
  }

  .pager-control *[class^='icon-'] {
    font-size: 14px;
  }

  .mb2 {
    margin-bottom: 2px;
  }

  .mb4 {
    margin-bottom: 4px;
  }

  .mb6 {
    margin-bottom: 6px;
  }

  .mb8 {
    margin-bottom: 8px;
  }

  .mb12 {
    margin-bottom: 12px;
  }

  .mb14 {
    margin-bottom: 14px;
  }

  .mb16 {
    margin-bottom: 16px;
  }

  .mb18 {
    margin-bottom: 18px;
  }

  .mb22 {
    margin-bottom: 22px;
  }

  .mb24 {
    margin-bottom: 24px;
  }

  .mb26 {
    margin-bottom: 26px;
  }

  .mb28 {
    margin-bottom: 28px;
  }

  .mb32 {
    margin-bottom: 32px;
  }

  .mb34 {
    margin-bottom: 34px;
  }

  .mb36 {
    margin-bottom: 36px;
  }

  .mb38 {
    margin-bottom: 38px;
  }

  .mb42 {
    margin-bottom: 42px;
  }

  .mb44 {
    margin-bottom: 44px;
  }

  .mb46 {
    margin-bottom: 46px;
  }

  .mb48 {
    margin-bottom: 48px;
  }

  .mb52 {
    margin-bottom: 52px;
  }

  .mb54 {
    margin-bottom: 54px;
  }

  .mb56 {
    margin-bottom: 56px;
  }

  .mb58 {
    margin-bottom: 58px;
  }

  .mb62 {
    margin-bottom: 62px;
  }

  .mb64 {
    margin-bottom: 64px;
  }

  .mb66 {
    margin-bottom: 66px;
  }

  .mb68 {
    margin-bottom: 68px;
  }

  .mb72 {
    margin-bottom: 72px;
  }

  .mb74 {
    margin-bottom: 74px;
  }

  .mb5 {
    margin-bottom: 5px;
  }

  .mb10 {
    margin-bottom: 10px;
  }

  .mb15 {
    margin-bottom: 15px;
  }

  .mb20 {
    margin-bottom: 20px;
  }

  .mb25 {
    margin-bottom: 25px;
  }

  .mb30 {
    margin-bottom: 30px;
  }

  .mb35 {
    margin-bottom: 35px;
  }

  .mb40 {
    margin-bottom: 40px;
  }

  .mb45 {
    margin-bottom: 45px;
  }

  .mb50 {
    margin-bottom: 50px;
  }

  .mb55 {
    margin-bottom: 55px;
  }

  .mb60 {
    margin-bottom: 60px;
  }

  .mb65 {
    margin-bottom: 65px;
  }

  .mb70 {
    margin-bottom: 70px;
  }

  .mb75 {
    margin-bottom: 75px;
  }

  .mb80 {
    margin-bottom: 80px;
  }

  .mb85 {
    margin-bottom: 85px;
  }

  .mb90 {
    margin-bottom: 90px;
  }

  .mb95 {
    margin-bottom: 95px;
  }

  .mb100 {
    margin-bottom: 100px;
  }

  .mb105 {
    margin-bottom: 105px;
  }

  .mb110 {
    margin-bottom: 110px;
  }

  .mb115 {
    margin-bottom: 115px;
  }

  .mb120 {
    margin-bottom: 120px;
  }

  .mb125 {
    margin-bottom: 125px;
  }

  .mb130 {
    margin-bottom: 130px;
  }

  .mb135 {
    margin-bottom: 135px;
  }

  .mb140 {
    margin-bottom: 140px;
  }

  .mb145 {
    margin-bottom: 145px;
  }

  .mb150 {
    margin-bottom: 150px;
  }

  .mb155 {
    margin-bottom: 155px;
  }

  .mb160 {
    margin-bottom: 160px;
  }

  .mb165 {
    margin-bottom: 165px;
  }

  .mb170 {
    margin-bottom: 170px;
  }

  .mb175 {
    margin-bottom: 175px;
  }

  .mb180 {
    margin-bottom: 180px;
  }

  .mb185 {
    margin-bottom: 185px;
  }

  .mb190 {
    margin-bottom: 190px;
  }

  .mb195 {
    margin-bottom: 195px;
  }

  .mb200 {
    margin-bottom: 200px;
  }

  .mb205 {
    margin-bottom: 205px;
  }

  .mb210 {
    margin-bottom: 210px;
  }

  .mb215 {
    margin-bottom: 215px;
  }

  .mb220 {
    margin-bottom: 220px;
  }

  .mb225 {
    margin-bottom: 225px;
  }

  .mb230 {
    margin-bottom: 230px;
  }

  .mb235 {
    margin-bottom: 235px;
  }

  .mb240 {
    margin-bottom: 240px;
  }

  .mb245 {
    margin-bottom: 245px;
  }

  .mb250 {
    margin-bottom: 250px;
  }

  .mb255 {
    margin-bottom: 255px;
  }

  .mb260 {
    margin-bottom: 260px;
  }

  .mb265 {
    margin-bottom: 265px;
  }

  .mb270 {
    margin-bottom: 270px;
  }

  .mb275 {
    margin-bottom: 275px;
  }

  .mb280 {
    margin-bottom: 280px;
  }

  .mb285 {
    margin-bottom: 285px;
  }

  .mb290 {
    margin-bottom: 290px;
  }

  .mb295 {
    margin-bottom: 295px;
  }

  .mb300 {
    margin-bottom: 300px;
  }

  .mb305 {
    margin-bottom: 305px;
  }

  .mb310 {
    margin-bottom: 310px;
  }

  .mb315 {
    margin-bottom: 315px;
  }

  .mb320 {
    margin-bottom: 320px;
  }

  .mb325 {
    margin-bottom: 325px;
  }

  .mb330 {
    margin-bottom: 330px;
  }

  .mb335 {
    margin-bottom: 335px;
  }

  .mb340 {
    margin-bottom: 340px;
  }

  .mb345 {
    margin-bottom: 345px;
  }

  .mb350 {
    margin-bottom: 350px;
  }

  .mb355 {
    margin-bottom: 355px;
  }

  .mb360 {
    margin-bottom: 360px;
  }

  .mb365 {
    margin-bottom: 365px;
  }

  .mb370 {
    margin-bottom: 370px;
  }

  .mb375 {
    margin-bottom: 375px;
  }

  .mb380 {
    margin-bottom: 380px;
  }

  .mb385 {
    margin-bottom: 385px;
  }

  .mb390 {
    margin-bottom: 390px;
  }

  .mb395 {
    margin-bottom: 395px;
  }

  .mb400 {
    margin-bottom: 400px;
  }

  .mb405 {
    margin-bottom: 405px;
  }

  .mb410 {
    margin-bottom: 410px;
  }

  .mb415 {
    margin-bottom: 415px;
  }

  .mb420 {
    margin-bottom: 420px;
  }

  .scrollbar_track {
    padding: 4px;
  }

  .scrollbar_thumb {
    width: 6px;
  }

  .copylink::after {
    right: -20px;
  }

  .copylink-btn {
    padding: 23px;
  }

  .copylink-icon {
    right: 16px;
  }

  .footer {
    margin-top: 0;
  }

  .pagetop-btn {
    font-size: 0.625rem;
  }

  .l-footer-bnr {
    padding: 50px;
  }

  .l-footer-bnr-list {
    max-width: 902px;
  }

  .l-footer-bnr-list {
    flex-direction: row;
    gap: 2.14286%;
  }

  .l-footer-bnr-item {
    width: 53.21508%;
  }

  .parts-contact {
    width: 84%;
  }

  .parts-contact-item {
    flex-direction: row;
    gap: 4.7619%;
  }

  .parts-contact-item-img {
    width: 28.57143%;
  }

  .parts-contact-item-content {
    width: 66.66667%;
  }

  .parts-contact .copylink::after {
    right: -32px;
  }

  .card-item-num {
    width: 70px;
    height: 70px;
  }

  .card-item-num *[class^='icon-'] {
    font-size: 56px;
  }

  .card-item-date {
    height: 2em;
  }

  .card-item-new {
    margin-top: 0.61em;
  }

  .card-item-tag {
    padding: 1px 10px 2px;
  }

  .card-item-tag span {
    line-height: 25px;
  }

  .inlinecard-item {
    gap: 2.7027%;
  }

  .inlinecard-item-info {
    padding-right: 10.81081%;
  }

  .inlinecard-item-info .card-item-new {
    margin-top: 0.61em;
  }

  .inlinecard-item-tag {
    padding: 3px 10px 3px;
  }

  .inlinecard-item-tag span {
    line-height: 25px;
  }

  .inlinecard-item .parts-arrow {
    top: 50%;
    transform: translateY(-50%);
  }

  .under-head {
    width: 84%;
    margin-top: 100px;
  }

  .modal-overlay {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .modal-content {
    display: flex;
    width: 84%;
    min-height: 34.28571vw;
    max-height: 100%;
    margin: auto;
  }

  #modalcontact .modal-content {
    max-width: 1176px;
    min-height: 0;
    max-height: 398px;
  }

  .modal-close {
    display: flex;
    position: absolute;
    top: 15px;
    right: 4vw;
    top: 26px;
    right: 26px;
  }

  #modalcontact .modal-close {
    top: 16px;
    right: 16px;
    font-size: 48px;
  }

  .modal-header {
    padding: 40px 56px 30px;
    font-size: 24px;
  }

  .modal-nav {
    display: block;
    position: sticky;
    top: 0;
    padding: 80px 4.7619% 30px;
    border-bottom: 1px solid #08287F;
    background: #fff;
    border-radius: 8px 8px 0 0;
    z-index: 1;
  }

  .modal-block {
    gap: 50px;
    padding: 50px 4.7619%;
  }

  #modalcontact .modal-block {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .modal-block-item {
    flex-direction: row;
  }

  .modal-block-item *[class*='title-'] {
    width: 168px;
  }

  .modal-block-item *[class*='title-']:not(:last-child) {
    margin-bottom: 0;
  }

  .modal-block-item-content {
    width: calc(100% - 168px);
  }

  .modal-bottom {
    padding: 20px 0 30px;
    border-radius: 0 0 8px 8px;
  }

  .modal-bottom-count {
    font-size: 16px;
    line-height: 33px;
    margin-bottom: 20px;
  }

  .modal-bottom-btns {
    gap: 10px;
  }
}

@media screen and (min-width: 768px) and (max-height: 600px) {
  .modal-wrap {
    padding-top: 4vh;
    padding-bottom: 4vh;
  }

  .modal-nav {
    padding-top: 6.66667vh;
    padding-bottom: 2.5vh;
  }

  .modal-block {
    padding-top: 4.16667vh;
    padding-bottom: 4.16667vh;
  }

  #modalcontact .modal-block {
    padding-top: 6.66667vh;
    padding-bottom: 6.66667vh;
  }

  .modal-bottom {
    padding-top: 1.66667vh;
    padding-bottom: 2.5vh;
  }

  .modal-bottom-count {
    margin-bottom: 1.66667vh;
  }

  .modal-bottom-btns .btn {
    padding-top: 1.91667vh;
    padding-bottom: 1.91667vh;
  }
}

@media screen and (min-width: 967px) {
  .s966-only {
    display: none;
  }

  .parts-arrow {
    width: 70px;
    height: 70px;
  }

  .parts-arrow *[class^="icon-"] {
    font-size: 30px;
  }

  .l-header {
    height: 75px;
  }

  .l-header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 75px;
    padding-top: 0;
    padding-left: 16px;
    padding-right: 40px;
  }

  .l-header-logo {
    width: 340px;
  }

  .l-header-label {
    display: inline-block;
    margin-top: 0;
    padding-left: 0;
    font-size: 14px;
    font-weight: 700;
    color: #08287F;
  }

  .l-header-nav {
    top: 75px;
    z-index: 10002;
    padding-top: 16px;
    padding-right: 46px;
  }

  .gnav-search-open .l-header-nav {
    z-index: 10002;
  }

  .l-header-nav-btn {
    padding-right: 0;
  }

  .l-header-nav-btn-inner {
    gap: 20px;
  }

  .global-nav {
    display: block;
    position: relative;
    top: auto;
    width: auto;
    height: auto;
    margin-right: -8px;
    padding: 17px 2.85714vw;
    background: #08287F;
    border-radius: 50px;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .global-nav-inner {
    height: auto;
  }

  .global-nav-inner ul {
    flex-direction: row;
    justify-content: flex-end;
    gap: 2.28571vw;
    height: auto;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .global-nav-inner li {
    font-size: 14px;
  }

  .global-nav-inner li:last-child {
    display: none;
  }

  .global-nav-inner a,
  .global-nav-inner button {
    color: #FFF;
  }

  .global-nav-inner a::after,
  .global-nav-inner button::after {
    background-color: #fff;
  }

  .l-header-nav-btn-item {
    width: 54px;
    height: 54px;
    font-size: 26px;
  }

  .l-header-nav-btn-item.search.show .icon-ic-search-report {
    opacity: 0;
  }

  .l-header-nav-btn-item.search.show .icon-ic-close {
    opacity: 1;
  }

  .global-nav-search {
    position: absolute;
    top: 70px;
    right: -8px;
    z-index: 0;
    width: 467px;
    height: auto;
    padding: 18px 32px 24px;
    transform: translateY(0);
  }

  .global-nav-search.hide .global-nav-search-box {
    transform: translateY(0);
  }

  .global-nav-search-bg {
    position: absolute;
    top: -79px;
    right: -1px;
    width: 100%;
    height: 239px;
    background: url(/business/research/assets/img/common/gnav-search-bg.svg) 0 0/100% auto no-repeat;
  }

  .global-nav-search-box {
    position: static;
    padding: 0;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    transform: translateY(0);
    transition: none;
  }

  .global-nav-search-hd {
    align-items: flex-end;
    margin-bottom: -5px;
  }

  .sp-menu {
    width: 54px;
    height: 54px;
    font-size: 26px;
  }
}

@media screen and (min-width: 1025px) {
  .copylink::after {
    right: -50px;
  }

  .modal-block-item-content {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (min-width: 1366px) {
  .global-nav {
    padding-right: 40px;
    padding-left: 40px;
  }

  .global-nav-inner ul {
    gap: 32px;
  }

  .modal-block-item-content {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media screen and (max-width: 966.8px) {
  .sp-gnav-open {
    height: 100%;
  }

  .sp-gnav-open body {
    position: fixed;
    left: 0;
    width: 100%;
  }

  .l-header {
    pointer-events: none;
  }

  .l-header-logo a {
    pointer-events: auto;
  }

  .l-header-nav-btn-item.mail {
    display: none;
  }
}

@media screen and (max-width: 966px) and (max-height: 50vw) {
  .global-nav-inner ul {
    padding-top: 8.3958vh;
  }
}

@media screen and (max-width: 767.8px) {
  .pc-only {
    display: none;
  }

  .hidden-copy-sp-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 0.25em;
  }

  .sp-title-JP-001 {
    font-size: 56px;
  }

  .sp-title-JP-002 {
    font-size: 48px;
  }

  .sp-title-JP-003 {
    font-size: 36px;
  }

  .sp-title-JP-004,
  .sp-title-JP-005,
  .sp-title-JP-006,
  .sp-title-JP-007,
  .sp-title-JP-008 {
    margin-top: -0.25em;
    line-height: 1.75;
  }

  .sp-title-JP-004 {
    font-size: 24px;
  }

  .sp-title-JP-005 {
    font-size: 18px;
  }

  .sp-title-JP-006 {
    font-size: 16px;
  }

  .sp-title-JP-007 {
    font-size: 14px;
  }

  .sp-title-JP-008 {
    font-size: 13px;
  }

  .sp-title-ENG-001 {
    font-size: 62px;
  }

  .sp-title-ENG-002 {
    font-size: 54px;
  }

  .sp-title-ENG-003 {
    font-size: 42px;
  }

  .sp-title-ENG-004,
  .sp-title-ENG-005,
  .sp-title-ENG-006,
  .sp-title-ENG-007,
  .sp-title-ENG-008 {
    margin-top: -0.1em;
    line-height: 1.4;
  }

  .sp-title-ENG-004 {
    font-size: 28px;
  }

  .sp-title-ENG-005 {
    font-size: 22px;
  }

  .sp-title-ENG-006 {
    font-size: 18px;
  }

  .sp-title-ENG-007 {
    font-size: 16px;
  }

  .sp-title-ENG-008 {
    font-size: 14px;
  }

  *[class*="title-JP"].sp-center,
  *[class*="title-ENG"].sp-center {
    text-align: center;
  }

  *[class*="title-JP"].sp-left,
  *[class*="title-ENG"].sp-left {
    text-align: left;
  }

  *[class*="title-JP"].sp-right,
  *[class*="title-ENG"].sp-right {
    text-align: right;
  }

  *[class*="sp-text-JP-001"] {
    font-size: 18px;
  }

  *[class*="sp-text-JP-002"] {
    font-size: 16px;
  }

  *[class*="sp-text-JP-003"] {
    font-size: 14px;
  }

  *[class*="sp-text-JP-004"] {
    font-size: 13px;
    line-height: 1.75;
  }

  *[class*="sp-text-ENG-001"] {
    font-size: 20px;
  }

  *[class*="sp-text-ENG-002"] {
    font-size: 18px;
  }

  *[class*="sp-text-ENG-003"] {
    font-size: 16px;
  }

  *[class*="sp-text-ENG-004"] {
    font-size: 13px;
  }

  *[class*="text-JP"].sp-center,
  *[class*="text-ENG"].sp-center {
    text-align: center;
  }

  *[class*="text-JP"].sp-left,
  *[class*="text-ENG"].sp-left {
    text-align: left;
  }

  *[class*="text-JP"].sp-right,
  *[class*="text-ENG"].sp-right {
    text-align: right;
  }

  .sp-mb2 {
    margin-bottom: 2px;
  }

  .sp-mb4 {
    margin-bottom: 4px;
  }

  .sp-mb6 {
    margin-bottom: 6px;
  }

  .sp-mb8 {
    margin-bottom: 8px;
  }

  .sp-mb12 {
    margin-bottom: 12px;
  }

  .sp-mb14 {
    margin-bottom: 14px;
  }

  .sp-mb16 {
    margin-bottom: 16px;
  }

  .sp-mb18 {
    margin-bottom: 18px;
  }

  .sp-mb22 {
    margin-bottom: 22px;
  }

  .sp-mb24 {
    margin-bottom: 24px;
  }

  .sp-mb26 {
    margin-bottom: 26px;
  }

  .sp-mb28 {
    margin-bottom: 28px;
  }

  .sp-mb32 {
    margin-bottom: 32px;
  }

  .sp-mb34 {
    margin-bottom: 34px;
  }

  .sp-mb36 {
    margin-bottom: 36px;
  }

  .sp-mb38 {
    margin-bottom: 38px;
  }

  .sp-mb42 {
    margin-bottom: 42px;
  }

  .sp-mb44 {
    margin-bottom: 44px;
  }

  .sp-mb46 {
    margin-bottom: 46px;
  }

  .sp-mb48 {
    margin-bottom: 48px;
  }

  .sp-mb52 {
    margin-bottom: 52px;
  }

  .sp-mb54 {
    margin-bottom: 54px;
  }

  .sp-mb56 {
    margin-bottom: 56px;
  }

  .sp-mb58 {
    margin-bottom: 58px;
  }

  .sp-mb62 {
    margin-bottom: 62px;
  }

  .sp-mb64 {
    margin-bottom: 64px;
  }

  .sp-mb66 {
    margin-bottom: 66px;
  }

  .sp-mb68 {
    margin-bottom: 68px;
  }

  .sp-mb72 {
    margin-bottom: 72px;
  }

  .sp-mb74 {
    margin-bottom: 74px;
  }

  .sp-mb5 {
    margin-bottom: 5px;
  }

  .sp-mb10 {
    margin-bottom: 10px;
  }

  .sp-mb15 {
    margin-bottom: 15px;
  }

  .sp-mb20 {
    margin-bottom: 20px;
  }

  .sp-mb25 {
    margin-bottom: 25px;
  }

  .sp-mb30 {
    margin-bottom: 30px;
  }

  .sp-mb35 {
    margin-bottom: 35px;
  }

  .sp-mb40 {
    margin-bottom: 40px;
  }

  .sp-mb45 {
    margin-bottom: 45px;
  }

  .sp-mb50 {
    margin-bottom: 50px;
  }

  .sp-mb55 {
    margin-bottom: 55px;
  }

  .sp-mb60 {
    margin-bottom: 60px;
  }

  .sp-mb65 {
    margin-bottom: 65px;
  }

  .sp-mb70 {
    margin-bottom: 70px;
  }

  .sp-mb75 {
    margin-bottom: 75px;
  }

  .sp-mb80 {
    margin-bottom: 80px;
  }

  .sp-mb85 {
    margin-bottom: 85px;
  }

  .sp-mb90 {
    margin-bottom: 90px;
  }

  .sp-mb95 {
    margin-bottom: 95px;
  }

  .sp-mb100 {
    margin-bottom: 100px;
  }

  .sp-mb105 {
    margin-bottom: 105px;
  }

  .sp-mb110 {
    margin-bottom: 110px;
  }

  .sp-mb115 {
    margin-bottom: 115px;
  }

  .sp-mb120 {
    margin-bottom: 120px;
  }

  .sp-mb125 {
    margin-bottom: 125px;
  }

  .sp-mb130 {
    margin-bottom: 130px;
  }

  .sp-mb135 {
    margin-bottom: 135px;
  }

  .sp-mb140 {
    margin-bottom: 140px;
  }

  .sp-mb145 {
    margin-bottom: 145px;
  }

  .sp-mb150 {
    margin-bottom: 150px;
  }

  .sp-mb155 {
    margin-bottom: 155px;
  }

  .sp-mb160 {
    margin-bottom: 160px;
  }

  .sp-mb165 {
    margin-bottom: 165px;
  }

  .sp-mb170 {
    margin-bottom: 170px;
  }

  .sp-mb175 {
    margin-bottom: 175px;
  }

  .sp-mb180 {
    margin-bottom: 180px;
  }

  .sp-mb185 {
    margin-bottom: 185px;
  }

  .sp-mb190 {
    margin-bottom: 190px;
  }

  .sp-mb195 {
    margin-bottom: 195px;
  }

  .sp-mb200 {
    margin-bottom: 200px;
  }

  .sp-mb205 {
    margin-bottom: 205px;
  }

  .sp-mb210 {
    margin-bottom: 210px;
  }

  .sp-mb215 {
    margin-bottom: 215px;
  }

  .sp-mb220 {
    margin-bottom: 220px;
  }

  .sp-mb225 {
    margin-bottom: 225px;
  }

  .sp-mb230 {
    margin-bottom: 230px;
  }

  .sp-mb235 {
    margin-bottom: 235px;
  }

  .sp-mb240 {
    margin-bottom: 240px;
  }

  .sp-mb245 {
    margin-bottom: 245px;
  }

  .sp-mb250 {
    margin-bottom: 250px;
  }

  .sp-mb255 {
    margin-bottom: 255px;
  }

  .sp-mb260 {
    margin-bottom: 260px;
  }

  .sp-mb265 {
    margin-bottom: 265px;
  }

  .sp-mb270 {
    margin-bottom: 270px;
  }

  .sp-mb275 {
    margin-bottom: 275px;
  }

  .sp-mb280 {
    margin-bottom: 280px;
  }

  .sp-mb285 {
    margin-bottom: 285px;
  }

  .sp-mb290 {
    margin-bottom: 290px;
  }

  .sp-mb295 {
    margin-bottom: 295px;
  }

  .sp-mb300 {
    margin-bottom: 300px;
  }

  .sp-mb305 {
    margin-bottom: 305px;
  }

  .sp-mb310 {
    margin-bottom: 310px;
  }

  .sp-mb315 {
    margin-bottom: 315px;
  }

  .sp-mb320 {
    margin-bottom: 320px;
  }

  .sp-mb325 {
    margin-bottom: 325px;
  }

  .sp-mb330 {
    margin-bottom: 330px;
  }

  .sp-mb335 {
    margin-bottom: 335px;
  }

  .sp-mb340 {
    margin-bottom: 340px;
  }

  .sp-mb345 {
    margin-bottom: 345px;
  }

  .sp-mb350 {
    margin-bottom: 350px;
  }

  .sp-mb355 {
    margin-bottom: 355px;
  }

  .sp-mb360 {
    margin-bottom: 360px;
  }

  .sp-mb365 {
    margin-bottom: 365px;
  }

  .sp-mb370 {
    margin-bottom: 370px;
  }

  .sp-mb375 {
    margin-bottom: 375px;
  }

  .sp-mb380 {
    margin-bottom: 380px;
  }

  .sp-mb385 {
    margin-bottom: 385px;
  }

  .sp-mb390 {
    margin-bottom: 390px;
  }

  .sp-mb395 {
    margin-bottom: 395px;
  }

  .sp-mb400 {
    margin-bottom: 400px;
  }

  .sp-mb405 {
    margin-bottom: 405px;
  }

  .sp-mb410 {
    margin-bottom: 410px;
  }

  .sp-mb415 {
    margin-bottom: 415px;
  }

  .sp-mb420 {
    margin-bottom: 420px;
  }
}

@media (hover: hover) {
  .btn {
    background: #FFF;
  }

  .btn:hover {
    border-color: #08287F;
  }

  .btn:hover::before {
    transform: translate(0, -50%);
  }

  .btn:hover .btn-text-JP,
  .btn:hover .btn-text-ENG,
  .btn:hover *[class^="icon-"] {
    color: #08287F;
  }

  .btn::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 240.27778%;
    height: 347.14286%;
    background: #08287F;
    background: linear-gradient(120deg, #fff 0%, #fff 50%, #4B76D2 55%, #08287F 75%);
    transform: translate(-58%, -50%);
    transition: transform 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  }

  .btn.white:hover .btn-text-JP,
  .btn.white:hover .btn-text-ENG,
  .btn.white:hover *[class^="icon-"] {
    color: #08287F;
  }

  .btn.white::before {
    background: #FFF;
    color: #08287F;
  }

  .btn.close {
    background: #FFF;
  }

  .btn.close:hover {
    border-color: #666666;
  }

  .btn.close:hover .btn-text-JP,
  .btn.close:hover .btn-text-ENG,
  .btn.close:hover *[class^="icon-"] {
    color: #4D4D4D;
  }

  .btn.close::before {
    background: #666666;
    background: linear-gradient(120deg, #fff 0%, #fff 45%, #666666 50%);
  }

  .btn:hover .icon-blank {
    background-image: url(/business/research/assets/img/common/icon-blank-blue.svg);
  }

  a:hover .textlink-text-JP::after,
  a:hover .textlink-text-ENG::after,
  button:hover .textlink-text-JP::after,
  button:hover .textlink-text-ENG::after {
    transform: scaleX(1);
    transform-origin: 0 50%;
  }

  .textlink:hover .textlink-text-JP::after,
  .textlink:hover .textlink-text-ENG::after {
    transform: scaleX(1);
    transform-origin: 0 50%;
  }

  .textlink:hover .textlink-icon {
    border-color: #08287F;
  }

  .input-check-inner:hover {
    color: #08287F;
  }

  .btn-check::before {
    transition: transform 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  }

  .btn-check::after {
    transition: border 500ms ease;
  }

  .btn-check:hover {
    border-color: transparent;
  }

  .btn-check:hover::before {
    transform: translate(0, -50%);
  }

  .btn-check:hover .btn-check-text-JP,
  .btn-check:hover .btn-check-text-ENG {
    color: #fff;
  }

  .btn-check-text-JP,
  .btn-check-text-ENG {
    transition: color 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  }

  a:hover .parts-arrow,
  button:hover .parts-arrow,
  .inlinecard-item:hover .parts-arrow {
    border-color: #08287F;
  }

  .scrollbar_thumb:hover {
    opacity: 0.6;
  }

  .copylink-btn:hover {
    color: #08287F;
  }

  .copylink-btn:hover .copylink-text {
    color: #08287F;
  }

  .copylink-btn:hover .copylink-icon::before {
    border-color: #08287F;
  }

  .global-nav-inner a:hover,
  .global-nav-inner button:hover {
    opacity: 1;
  }

  .global-nav-inner a:not(.cu):hover::after,
  .global-nav-inner button:not(.cu):hover::after {
    transform: scaleX(1);
    transform-origin: 0 50%;
  }

  .l-header-nav-btn-item.search:hover {
    opacity: 1;
  }

  .global-nav-search:hover {
    opacity: 1;
  }

  .sp-menu:hover {
    opacity: 1;
  }

  .card-item-link:hover .card-item-img img {
    transform: scale(1.1);
  }

  .card-item-tag:hover {
    opacity: 0.7;
  }

  .inlinecard-item:hover .inlinecard-item-img img {
    transform: scale(1.1);
  }

  .inlinecard-item:hover .inlinecard-item-info::after {
    transform: scaleX(1);
    transform-origin: 0 50%;
  }

  .inlinecard-item-tag:hover {
    opacity: 0.7;
  }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .btn:hover {
    border-color: #08287F;
  }

  .btn:hover::before {
    transform: translate(0, -50%);
  }

  .btn:hover .btn-text-JP,
  .btn:hover .btn-text-ENG,
  .btn:hover *[class^="icon-"] {
    color: #08287F;
  }

  .btn.white:hover .btn-text-JP,
  .btn.white:hover .btn-text-ENG,
  .btn.white:hover *[class^="icon-"] {
    color: #08287F;
  }

  .btn.close:hover {
    border-color: #666666;
  }

  .btn.close:hover .btn-text-JP,
  .btn.close:hover .btn-text-ENG,
  .btn.close:hover *[class^="icon-"] {
    color: #4D4D4D;
  }

  .btn:hover .icon-blank {
    background-image: url(/business/research/assets/img/common/icon-blank-blue.svg);
  }

  a:hover .textlink-text-JP::after,
  a:hover .textlink-text-ENG::after,
  button:hover .textlink-text-JP::after,
  button:hover .textlink-text-ENG::after {
    transform: scaleX(1);
    transform-origin: 0 50%;
  }

  .textlink:hover .textlink-text-JP::after,
  .textlink:hover .textlink-text-ENG::after {
    transform: scaleX(1);
    transform-origin: 0 50%;
  }

  .textlink:hover .textlink-icon {
    border-color: #08287F;
  }

  .input-check-inner:hover {
    color: #08287F;
  }

  .btn-check:hover {
    border-color: transparent;
  }

  .btn-check:hover::before {
    transform: translate(0, -50%);
  }

  .btn-check:hover .btn-check-text-JP,
  .btn-check:hover .btn-check-text-ENG {
    color: #fff;
  }

  a:hover .parts-arrow,
  button:hover .parts-arrow,
  .inlinecard-item:hover .parts-arrow {
    border-color: #08287F;
  }

  .scrollbar_thumb:hover {
    opacity: 0.6;
  }

  .copylink-btn:hover {
    color: #08287F;
  }

  .copylink-btn:hover .copylink-text {
    color: #08287F;
  }

  .copylink-btn:hover .copylink-icon::before {
    border-color: #08287F;
  }

  .global-nav-inner a:hover,
  .global-nav-inner button:hover {
    opacity: 1;
  }

  .global-nav-inner a:not(.cu):hover::after,
  .global-nav-inner button:not(.cu):hover::after {
    transform: scaleX(1);
    transform-origin: 0 50%;
  }

  .l-header-nav-btn-item.search:hover {
    opacity: 1;
  }

  .global-nav-search:hover {
    opacity: 1;
  }

  .sp-menu:hover {
    opacity: 1;
  }

  .card-item-link:hover .card-item-img img {
    transform: scale(1.1);
  }

  .card-item-tag:hover {
    opacity: 0.7;
  }

  .inlinecard-item:hover .inlinecard-item-img img {
    transform: scale(1.1);
  }

  .inlinecard-item:hover .inlinecard-item-info::after {
    transform: scaleX(1);
    transform-origin: 0 50%;
  }

  .inlinecard-item-tag:hover {
    opacity: 0.7;
  }
}

.section__column {
  margin-top: 2em;
}

.section__column--2 .section__column-col:not(:first-of-type) {
  margin-top: 32px;
}

@media screen and (min-width: 768px) {
  .section__column--2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .section__column--2 .section__column-col:not(:first-of-type) {
    margin-top: 0;
  }

  .section__column--2 .section__column-col:first-of-type {
    margin-right: 16px;
  }
}

.section__column-col h3 {
  text-align: center;
}

.aln-center {
  text-align: center;
}
