@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600&family=Noto+Sans+JP:wght@300;400;500;600;700&display=swap");
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body, h1, h2, h3, h4, h5, p,
figure, blockquote, dl, dd, ul, ol {
  margin: 0;
}

ul, ol {
  list-style: none;
  padding: 0;
}

h1, h2, h3, h4, h5,
button, input, label {
  line-height: 1.1;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img,
picture {
  max-width: 100%;
  vertical-align: bottom;
}

input, button,
textarea, select {
  font: inherit;
  appearance: none;
}

textarea:not([rows]) {
  min-height: 10em;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 3.75rem;
}
@media (max-width: 767px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media (min-width: 768px) {
  html {
    font-size: 1.28vw;
  }
}
@media (min-width: 1280px) {
  html {
    font-size: 100%;
  }
}

body {
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  line-height: 1.7;
  font-size: 0.875rem;
}
@media (max-width: 767px) {
  body {
    font-size: 0.78125rem;
  }
}

.l-inner {
  max-width: 1160px;
  margin: 0 auto;
}

.l-inner-m {
  max-width: 920px;
  margin: 0 auto;
}

.l-inner-s {
  max-width: 865px;
  margin: 0 auto;
}

.l-inner-ss {
  max-width: 52.5rem;
  margin: 0 auto;
}

.l-breadcrumb {
  padding: 1rem 1.25rem 0 1.25rem;
  font-weight: 400;
}
@media (max-width: 767px) {
  .l-breadcrumb {
    padding: 0.5rem 1rem 0 1rem;
  }
}
.l-breadcrumb ul {
  display: flex;
  max-width: 1160px;
  margin: 0 auto;
}
.l-breadcrumb li {
  font-size: 0.6875rem;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .l-breadcrumb li {
    font-size: 0.5rem;
  }
}
.l-breadcrumb li:not(:last-child) {
  margin-right: 0.25rem;
}
.l-breadcrumb li:not(:last-child)::after {
  padding-left: 0.25rem;
  content: " / ";
  display: inline-block;
}
.l-breadcrumb a {
  color: #666;
  text-decoration: none;
}
.l-breadcrumb a:hover {
  color: #0123E2;
}

.l-head-secondary {
  padding: 3.75rem 1.25rem 5rem;
}
@media (max-width: 767px) {
  .l-head-secondary {
    padding: 3.75rem 1rem 2.5rem;
  }
}
.l-head-secondary__inner {
  display: flex;
  align-items: center;
  gap: 2.5rem;
  max-width: 1160px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .l-head-secondary__inner {
    display: block;
  }
}
.l-head-secondary__inner > div:first-child:has(+ .l-head-secondary__lead) {
  flex: 0 1 40%;
}
.l-head-secondary__ttl {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  line-height: 1;
  font-size: 6.25rem;
}
@media (max-width: 767px) {
  .l-head-secondary__ttl {
    font-size: 3.125rem;
    font-weight: 200;
  }
}
.l-head-secondary__ttl span {
  display: inline-block;
  white-space: nowrap;
  background: linear-gradient(270deg, #9AFEB6 0%, #4D65EB 84.62%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}
.l-head-secondary__subttl {
  margin-top: 1.25rem;
  font-size: 1.125rem;
  color: #0123E2;
}
@media (max-width: 767px) {
  .l-head-secondary__subttl {
    margin-top: 0.625rem;
  }
}
.l-head-secondary__lead {
  flex: 1;
  font-size: 1.125rem;
  font-weight: 500;
}
@media (min-width: 768px) {
  .l-head-secondary__inner {
    align-items: center;
  }
  .l-head-secondary__lead {
    display: flex;
    align-items: center;
  }
  .l-head-secondary__lead p {
    margin: 0;
    line-height: 1.6;
  }
  .l-head-secondary--results .l-head-secondary__inner {
    align-items: flex-start;
  }
  .l-head-secondary--results .l-head-secondary__lead {
    display: block;
    padding-top: calc((6.25rem - (1.125rem * 1.6 * 2)) / 2);
  }
  .l-head-secondary--results .l-head-secondary__lead p {
    margin: 0;
    line-height: 1.6;
  }
}
@media (max-width: 767px) {
  .l-head-secondary__lead {
    font-size: 1rem;
    margin-top: 2.5rem;
  }
}

.l-main-secondary {
  padding: 0 1.25rem 7.5rem 1.25rem;
  overflow-x: hidden;
}
@media (max-width: 767px) {
  .l-main-secondary {
    padding: 0 1rem 3.75rem 1rem;
  }
}
.l-main-secondary:has(> .p-companyinfo) {
  padding-bottom: 0;
}
.js-scroll_effect {
  opacity: 0;
  transform: translateY(10%);
  transition: opacity 1s ease, transform 1s ease;
}
.js-scroll_effect.inview {
  opacity: 1;
  transform: translateY(0);
}

.loader-wheel {
  font-size: 64px; /* change size here */
  position: relative;
  height: 1em;
  width: 1em;
  padding-left: 0.45em;
  overflow: hidden;
  margin: 0 auto;
  animation: loader-wheel-rotate 0.5s steps(12) infinite;
}

.loader-wheel i {
  display: block;
  position: absolute;
  height: 0.3em;
  width: 0.1em;
  border-radius: 0.05em;
  background: #333; /* change color here */
  opacity: 0.8;
  transform: rotate(-30deg);
  transform-origin: center 0.5em;
}

@keyframes loader-wheel-rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.inf-load {
  opacity: 0;
  animation: inf-fade forwards 1s ease 0.5s;
}

@keyframes inf-fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.l-header {
  position: sticky;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99;
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid #ebebeb;
}
.l-header-inner {
  padding: 1.0625rem 2.5rem;
  display: flex;
  align-items: center;
  position: relative;
}
@media (max-width: 1350px) {
  .l-header-inner {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media (max-width: 767px) {
  .l-header-inner {
    padding: 0.625rem;
  }
}
.l-header-logo {
  margin-right: auto;
}
.l-header-logo img {
  width: 14.375rem;
}
@media (max-width: 767px) {
  .l-header-logo img {
    width: 10.9375rem;
  }
}
@media (max-width: 767px) {
  .l-header nav {
    display: none;
  }
}
.l-header-nav {
  display: flex;
  gap: 2.1875rem;
  margin-right: 2.5rem;
}
@media (max-width: 1350px) {
  .l-header-nav {
    margin-right: 1.25rem;
  }
}
.l-header-nav a {
  text-decoration: none;
  font-size: 0.9375rem;
  display: block;
  color: #0123E2;
  font-weight: 500;
}
@media (max-width: 767px) {
  .l-header-btn {
    display: none;
  }
}

.l-menu-btn {
  border: none;
  width: 5.25rem;
  height: 2.875rem;
  display: none;
  position: relative;
  z-index: 4;
  padding: 0;
  cursor: pointer;
  background-color: transparent;
}
@media (max-width: 767px) {
  .l-menu-btn {
    width: 3.125rem;
    height: 2.25rem;
    display: block;
  }
}
.l-menu-btn span,
.l-menu-btn span::before,
.l-menu-btn span::after {
  display: block;
  position: absolute;
  width: 2.5rem;
  height: 2px;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  transition: 0.2s ease;
}
@media (max-width: 767px) {
  .l-menu-btn span,
  .l-menu-btn span::before,
  .l-menu-btn span::after {
    width: 1.5rem;
  }
}
.l-menu-btn span::before {
  top: -0.25rem;
  background-color: #0123E2;
}
@media (max-width: 767px) {
  .l-menu-btn span::before {
    top: -0.125rem;
  }
}
.l-menu-btn span::after {
  top: 0.25rem;
  background-color: #0123E2;
}
@media (max-width: 767px) {
  .l-menu-btn span::after {
    top: 0.125rem;
  }
}
.l-menu-btn[aria-expanded=true] span::before {
  top: 0;
  transform: rotate(45deg);
}
.l-menu-btn[aria-expanded=true] span::after {
  top: 0;
  transform: rotate(-45deg);
}

.l-menu {
  z-index: 3;
  min-width: 17.5rem;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0.25rem 0.25rem 1.25rem rgba(0, 0, 0, 0.1);
  border-radius: 0.5rem;
  top: 1.0625rem;
  right: 2.5rem;
  padding: 3.75rem 2.375rem 2.375rem;
}
@media (max-width: 767px) {
  .l-menu {
    top: 100%;
    height: calc(100vh - 3.5rem);
    right: auto;
    left: 0;
    width: 100%;
    background-color: rgba(77, 101, 235, 0.95);
    padding: 1.5625rem 1rem 3.75rem 1rem;
    box-shadow: none;
    border-radius: 0;
    overflow-y: auto;
  }
}
.l-menu > ul > li {
  margin-bottom: 0.625rem;
  text-align: center;
}
@media (max-width: 767px) {
  .l-menu > ul > li {
    text-align: left;
    border-bottom: 1px solid #fff;
    margin-bottom: 0;
  }
  .l-menu > ul > li > a:not(.c-btn-contact__sp) {
    padding: 1.5625rem 2.5rem 1.5625rem 0.875rem;
    position: relative;
  }
  .l-menu > ul > li > a:not(.c-btn-contact__sp)::after {
    background-color: #fff;
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    mask: url(../images/icon_arrow_line.svg) no-repeat;
    mask-size: 1.4375rem 0.4375rem;
    width: 1.4375rem;
    height: 0.4375rem;
  }
  .l-menu > ul > li > a:not(.c-btn-contact__sp):not(:has([class*=icon])) {
    padding-left: 2.125rem;
  }
  .l-menu > ul > li:last-child, .l-menu > ul > li:nth-last-child(2) {
    border: none;
  }
  .l-menu > ul > li .js-menutoggle::after {
    display: none;
  }
}
.l-menu > ul > li:last-child {
  margin-bottom: 0;
}
.l-menu a {
  font-size: 0.9375rem;
  color: unset;
  text-decoration: none;
}
@media (max-width: 767px) {
  .l-menu a {
    font-size: 1.125rem;
    line-height: 1.4;
    display: block;
    color: #fff;
    font-weight: 400;
  }
}
@media (any-hover: hover) {
  .l-menu a:hover {
    color: #0123E2;
    font-weight: 500;
    text-decoration: underline;
  }
}
@media (max-width: 767px) {
  .l-menu .u-icon-about {
    color: #fff;
  }
  .l-menu .u-icon-about::before {
    mask: url(../images/icon_about.svg) no-repeat center;
    mask-size: 100% auto;
    background: #fff;
  }
}
@media (max-width: 767px) {
  .l-menu .u-icon-system {
    color: #fff;
  }
  .l-menu .u-icon-system::before {
    mask: url(../images/icon_system.svg) no-repeat center;
    mask-size: 100% auto;
    background: #fff;
  }
}
@media (max-width: 767px) {
  .l-menu .u-icon-voice {
    color: #fff;
  }
  .l-menu .u-icon-voice::before {
    mask: url(../images/icon_voice.svg) no-repeat center;
    mask-size: 100% auto;
    background: #fff;
  }
}
@media (max-width: 767px) {
  .l-menu .u-icon-science {
    color: #fff;
  }
  .l-menu .u-icon-science::before {
    mask: url(../images/icon_science.svg) no-repeat center;
    mask-size: auto 100%;
    background: #fff;
    left: 0;
  }
}
.l-menu-sub {
  margin-top: 1.25rem;
}
@media (max-width: 767px) {
  .l-menu-sub {
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 0.25rem;
    padding: 0.9375rem 0;
    margin-top: 0;
    margin-bottom: 1.875rem;
  }
}
.l-menu-sub > li {
  text-align: center;
  margin-bottom: 0.625rem;
}
@media (max-width: 767px) {
  .l-menu-sub > li {
    margin-bottom: 0;
    text-align: left;
  }
}
.l-menu-sub > li:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .l-menu-sub > li a {
    display: block;
    padding: 0.9375rem 3.75rem 0.9375rem 2.125rem;
    color: unset;
    position: relative;
  }
  .l-menu-sub > li a::after {
    background-color: #000;
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0.625rem;
    mask: url(../images/icon_arrow_line.svg) no-repeat;
    mask-size: 1.4375rem 0.4375rem;
    width: 1.4375rem;
    height: 0.4375rem;
  }
}

.menu-open .l-menu {
  opacity: 1;
  visibility: visible;
}

.js-menutoggle.open + .l-menu-sub {
  display: block;
}

@media (max-width: 767px) {
  .grid-toggle {
    display: grid;
    grid-template-rows: 4.6875rem 0fr;
    transition: grid-template-rows 0.3s ease;
  }
  .grid-toggle.open {
    grid-template-rows: 4.6875rem 1fr;
  }
}

@media (max-width: 767px) {
  .toggle-contents {
    overflow-y: hidden;
  }
}

.l-footer {
  padding: 3.75rem;
  font-size: 0.625rem;
  border-top: 1px solid #ebebeb;
}
@media (max-width: 767px) {
  .l-footer {
    padding: 2.5rem 1rem;
  }
}
.l-footer-inner {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .l-footer-inner {
    display: block;
  }
}
.l-footer a {
  color: #000;
  text-decoration: none;
}
@media (any-hover: hover) {
  .l-footer a:hover {
    text-decoration: underline;
  }
}
.l-footer-list {
  display: flex;
  gap: 3.75rem;
  justify-content: space-between;
  font-weight: 400;
}
@media (max-width: 767px) {
  .l-footer-list {
    display: block;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .l-footer-list > li {
    margin-bottom: 1rem;
  }
}
.l-footer-copy {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
}
@media (max-width: 767px) {
  .l-footer-copy {
    margin-top: 1.875rem;
    text-align: center;
  }
}

.p-mv {
  text-align: center;
  position: relative;
  aspect-ratio: 725/241;
}
@media (max-width: 767px) {
  .p-mv {
    aspect-ratio: 25/14;
  }
}
.p-mv img {
  width: 100%;
}
.p-mv video {
  width: 100%;
  display: block;
}
.p-mv-loading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #EEE;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 1.125rem;
  color: #0123E2;
  transition: opacity 0.3s ease;
}
.p-mv-loading.loaded {
  opacity: 0;
  visibility: hidden;
}
.p-mv-loading__icon {
  --animation-timing-function: linear;
  --animation-duration: 2s;
  position: relative;
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
}
.p-mv-loading__icon::before, .p-mv-loading__icon::after {
  content: "";
  position: absolute;
  width: 50%;
  height: 50%;
  background-color: #4D65EB;
}
.p-mv-loading__icon::before {
  top: 0;
  left: 0;
  transform: translate(0%, 0%);
  animation: var(--animation-timing-function) var(--animation-duration) infinite square-move-animation-before;
}
.p-mv-loading__icon::after {
  right: 0;
  bottom: 0;
  transform: translate(0%, 0%);
  animation: var(--animation-timing-function) var(--animation-duration) infinite square-move-animation-after;
}

@keyframes square-move-animation-before {
  0% {
    transform: translate(0%, 0%);
  }
  25% {
    transform: translate(100%, 0%);
  }
  50% {
    transform: translate(100%, 100%);
  }
  75% {
    transform: translate(0%, 100%);
  }
  100% {
    transform: translate(0%, 0%);
  }
}
@keyframes square-move-animation-after {
  0% {
    transform: translate(0%, 0%);
  }
  25% {
    transform: translate(-100%, 0%);
  }
  50% {
    transform: translate(-100%, -100%);
  }
  75% {
    transform: translate(0%, -100%);
  }
  100% {
    transform: translate(0%, 0%);
  }
}
/* scroll indicator */
.p-mv-scroll {
  position: absolute;
  bottom: 1.5rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
  z-index: 10;
  opacity: 0;
  transition: opacity 0.5s ease;
  animation: scrollBounce 1.5s ease-in-out infinite;
}
.p-mv-scroll.is-visible {
  opacity: 1;
}
.p-mv-scroll.is-hidden {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}
.p-mv-scroll__text {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  color: #fff;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
}
.p-mv-scroll__arrow {
  display: block;
  width: 0.75rem;
  height: 0.75rem;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.4));
}
@keyframes scrollBounce {
  0%, 100% {
    transform: translateX(-50%) translateY(0);
  }
  50% {
    transform: translateX(-50%) translateY(0.5rem);
  }
}
@media (max-width: 767px) {
  .p-mv-scroll {
    bottom: 1rem;
  }
  .p-mv-scroll__text {
    font-size: 0.625rem;
  }
}

.p-pointTop {
  position: relative;
  min-height: 40rem;
  margin-bottom: 3.75rem;
  padding-top: 2.5rem;
}
@media (max-width: 767px) {
  .p-pointTop {
    margin-bottom: 1.875rem;
    min-height: 0;
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .p-pointTop-txt {
    display: flex;
    flex-direction: column;
    /*&::after {
        content: "";
        display: block;
        clear: both;
    }*/
  }
}
.p-pointTop-ttl {
  font-size: 1.75rem;
  font-weight: 400;
  margin-bottom: 2.5rem;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .p-pointTop-ttl {
    font-size: 1.375rem;
    margin-bottom: 0;
    order: 3;
  }
}
.p-pointTop-ttl .num {
  font-size: 4rem;
  color: #4D65EB;
  font-weight: 500;
  display: inline-block;
  line-height: 1;
  padding-right: 0.25rem;
  vertical-align: text-bottom;
}
@media (max-width: 767px) {
  .p-pointTop-ttl .num {
    font-size: 3.125rem;
  }
}
.p-pointTop-ttl .bold {
  font-weight: 700;
  font-size: 2.625rem;
}
@media (max-width: 767px) {
  .p-pointTop-ttl .bold {
    font-size: 2rem;
  }
}
.p-pointTop-ttl .grad {
  background: linear-gradient(90.69deg, #7287FF 0.28%, #4D65EB 79.15%);
  background-clip: text;
  color: transparent;
}
.p-pointTop-lead {
  line-height: 2;
}
@media (max-width: 767px) {
  .p-pointTop-lead {
    margin-bottom: 1.875rem;
    font-weight: 400;
  }
}
.p-pointTop-img {
  width: 40rem;
  position: absolute;
  top: 0;
  right: -6.25rem;
}
@media (max-width: 767px) {
  .p-pointTop-img {
    display: none;
  }
}

.p-newsHead {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .p-newsHead {
    align-items: center;
  }
}
.p-newsHead-category {
  display: flex;
  gap: 0.625rem;
}
@media (max-width: 767px) {
  .p-newsHead-category {
    gap: 0.375rem;
  }
}
.p-newsHead-r {
  margin-left: auto;
}

.p-newsList-wrap {
  margin: 1.25rem 0;
  position: relative;
}
@media (max-width: 767px) {
  .p-newsList-wrap {
    margin: 1.25rem -1rem 1.25rem;
  }
}

.p-newsList {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.p-newsList.__all {
  flex-wrap: wrap;
  gap: 1.25rem;
  margin-top: 1.25rem;
}
@media (max-width: 767px) {
  .p-newsList.__all {
    display: block;
  }
}
.p-newsList.__all > div {
  flex: 0 1 calc(50% - 0.625rem);
  padding: 0;
  margin: 0;
  border: none;
}
.p-newsList.__all a {
  padding: 1.875rem 1.25rem;
  border-radius: 0.25rem;
  background-color: #fbfbfb;
  border: 1px solid #fdfdfd;
  transition: 0.3s ease;
  height: 100%;
}
@media (any-hover: hover) {
  .p-newsList.__all a:hover {
    color: #0123E2;
    border-color: #0123E2;
  }
  .p-newsList.__all a:hover .c-list-eventInfo dt {
    color: #0123E2;
  }
}
@media (min-width: 768px) {
  .p-newsList > div {
    border-right: 1px solid #999;
    padding-right: 1.25rem;
    margin-right: 1.25rem;
  }
}
@media (max-width: 767px) {
  .p-newsList > div {
    padding: 0 2.5rem;
  }
}
.p-newsList a {
  color: unset;
  text-decoration: none;
  display: block;
  transition: color 0.3s ease;
}
@media (any-hover: hover) {
  .p-newsList a:hover {
    color: #0123E2;
  }
  .p-newsList a:hover .c-list-eventInfo dt {
    color: #0123E2;
  }
}

.p-slide-arrows .splide__arrow {
  background: none;
  padding: 0;
  border-radius: 0;
  width: 1.25rem;
  height: 1.25rem;
  border-top: 2px solid #0123E2;
  border-right: 2px solid #0123E2;
  transform: rotate(45deg) translateY(-50%);
  top: 50%;
}
.p-slide-arrows .splide__arrow--prev {
  left: -1.875rem;
  transform: scale(-1, 1) rotate(45deg) translateY(-50%);
}
@media (max-width: 767px) {
  .p-slide-arrows .splide__arrow--prev {
    left: 1rem;
  }
}
.p-slide-arrows .splide__arrow--next {
  right: -1.875rem;
}
@media (max-width: 767px) {
  .p-slide-arrows .splide__arrow--next {
    right: 1rem;
  }
}

.p-purpose-lead {
  font-weight: 500;
  font-size: 1.25rem;
  margin-bottom: 1.875rem;
}
@media (max-width: 767px) {
  .p-purpose-lead {
    font-size: 1.125rem;
    margin-bottom: 1.25rem;
  }
}

.p-mission {
  max-width: 770px;
}

.p-companyinfo {
  padding: 10rem 1.25rem;
  margin: 10rem -1.25rem 0;
  background-color: #FBFBFB;
}
@media (max-width: 767px) {
  .p-companyinfo {
    padding: 7.5rem 1rem;
    margin: 7.5rem -1rem 0;
  }
}
.p-companyinfo-col {
  display: flex;
  gap: 2.5rem;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .p-companyinfo-col {
    display: block;
  }
}
@media (max-width: 767px) {
  .p-companyinfo-col.__access > div {
    margin-bottom: 2.5rem;
  }
  .p-companyinfo-col.__access > div:last-child {
    margin-bottom: 0;
  }
}
.p-companyinfo-col > div {
  flex: 0 1 calc(50% - 1.25rem);
}
.p-companyinfo h3 {
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.4;
  margin-bottom: 0.625rem;
}

.p-article {
  max-width: 840px;
  margin: 0 auto;
}
.p-article-head {
  margin-bottom: 1.25rem;
  display: flex;
  align-items: center;
  gap: 0.625rem;
}
.p-article-footer {
  margin-top: 7.5rem;
  text-align: center;
}
@media (max-width: 767px) {
  .p-article-footer {
    margin-top: 2.5rem;
  }
}
.p-article-date {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 0.8125rem;
  color: #0123E2;
}
.p-article-ttl {
  font-size: 1.75rem;
  line-height: 1.3;
  color: #0123E2;
  margin-bottom: 1.25rem;
  font-weight: 400;
}
@media (max-width: 767px) {
  .p-article-ttl {
    font-size: 1.5rem;
  }
}
.p-article-mv {
  margin-bottom: 5rem;
}
@media (max-width: 767px) {
  .p-article-mv {
    margin-bottom: 3.75rem;
  }
}
.p-article-mv figcaption {
  font-size: 0.6875rem;
  margin-top: 0.5rem;
}
@media (max-width: 767px) {
  .p-article-mv figcaption {
    font-size: 0.625rem;
  }
}
.p-article-mv img {
  width: 100%;
  height: auto;
}
.p-article-body {
  padding: 0 6.25rem;
}
@media (max-width: 767px) {
  .p-article-body {
    padding: 0;
  }
}
.p-article-body h2 {
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 1.4;
  margin-bottom: 2.5rem;
}
.p-article-body ul {
  list-style: disc;
  margin: 0 0 2.5rem 1.25rem;
}
.p-article-body ul li:not(:last-child) {
  margin-bottom: 0.75rem;
}
.p-article-body p {
  margin-bottom: 1.25rem;
  line-height: 2;
}
.p-article-body .wp-block-image {
  margin-bottom: 3.75rem;
}
@media (max-width: 767px) {
  .p-article-body .wp-block-image {
    margin-bottom: 2.5rem;
  }
}
.p-article-body .wp-block-image img {
  display: block;
  width: 100%;
  height: auto;
}
.p-article-body .wp-block-columns :where(figure) {
  margin-bottom: 0 !important;
}
.p-article-body .wp-block-table table tr td:first-child {
  background-color: #4D65EB;
  color: #fff;
}
.p-article-body .wp-block-table table tr:nth-of-type(n + 2) td:first-child {
  border-top: 2px solid #fff;
}
@media (max-width: 767px) {
  .p-article-body .wp-block-table table tr:nth-of-type(n + 2) td:first-child {
    border-top: none;
  }
}
.p-article-body .wp-block-spacer {
  height: 60px !important;
}
@media (max-width: 767px) {
  .p-article-body .wp-block-spacer {
    height: 40px;
  }
}
.p-article-imgs {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  margin: 3.75rem -2.5rem;
}
@media (max-width: 767px) {
  .p-article-imgs {
    display: block;
    margin: 3.75rem 0;
    padding: 0 1rem;
  }
}
.p-article-imgs > div {
  flex: 0 1 calc(50% - 0.625rem);
}
@media (max-width: 767px) {
  .p-article-imgs > div {
    margin-bottom: 0.625rem;
  }
  .p-article-imgs > div:last-child {
    margin-bottom: 0;
  }
}
.p-article hr {
  width: 100%;
  padding: 0;
  margin: 7.5rem 0;
  border-top: 1px solid #0123E2;
}
@media (max-width: 767px) {
  .p-article hr {
    margin: 5rem 0;
  }
}
.p-article table {
  width: 100%;
}
@media (min-width: 768px) {
  .p-article table tr:last-child th {
    border-bottom: 1px solid #4D65EB;
  }
}
.p-article table th {
  background-color: #4D65EB;
  border-top: 1px solid #4D65EB;
  border-bottom: 1px solid #fff;
  padding: 0.625rem 1.875rem;
  color: #fff;
  font-weight: unset;
  text-align: left;
}
@media (max-width: 767px) {
  .p-article table th {
    display: block;
    text-align: center;
    padding: 0.625rem;
    border: none;
  }
}
.p-article table td {
  border: 1px solid #4D65EB;
  padding: 0.625rem 1.875rem;
}
@media (max-width: 767px) {
  .p-article table td {
    display: block;
    padding: 0.625rem;
  }
}

.p-formstep {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(5, 1fr);
}
@media (max-width: 767px) {
  .p-formstep {
    display: block;
  }
}
.p-formstep-wrap {
  background: url(../images/bg_formstep.png) no-repeat top center;
  background-size: cover;
  padding: 2.5rem 1.25rem;
  margin: 2.5rem -1.25rem 7.5rem;
}
@media (max-width: 767px) {
  .p-formstep-wrap {
    background: none;
    padding: 0;
    margin: 2.5rem 0 5rem;
  }
}
.p-formstep-order {
  position: absolute;
  right: -3.75rem;
  top: 48%;
  padding-top: 12.5rem;
}
@media (max-width: 767px) {
  .p-formstep-order {
    right: auto;
    left: 1.625rem;
    padding: 0 3.125rem 0 0;
    top: auto;
    bottom: -1.5625rem;
  }
}
.p-formstep-order span {
  color: #fff;
  text-align: center;
  width: 6.25rem;
  border-radius: 0.125rem;
  background-color: #FD9854;
  padding: 0.375rem;
  display: block;
  font-weight: 500;
  position: relative;
}
@media (max-width: 767px) {
  .p-formstep-order span {
    width: 3rem;
    padding: 0.125rem;
  }
}
.p-formstep-order span::before {
  content: "";
  width: 0.75rem;
  height: 0.75rem;
  background-color: #FD9854;
  border-radius: 50%;
  top: -12.5rem;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
@media (max-width: 767px) {
  .p-formstep-order span::before {
    top: 0;
    bottom: 0;
    width: 0.375rem;
    height: 0.375rem;
    left: auto;
    right: -5rem;
  }
}
.p-formstep-order span::after {
  content: "";
  width: 2px;
  height: 12.5rem;
  background-color: #FD9854;
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  margin: auto;
}
@media (max-width: 767px) {
  .p-formstep-order span::after {
    width: 5rem;
    height: 2px;
    bottom: 0;
    top: 0;
    left: auto;
    right: -5rem;
  }
}
.p-formstep-child {
  background-color: #FBFBFB;
  border-radius: 0.5rem;
  padding: 1.5625rem 0.9375rem;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  gap: 0;
  position: relative;
}
@media (max-width: 767px) {
  .p-formstep-child {
    display: flex;
    padding: 0.3125rem 0.625rem 0.3125rem 0;
    align-items: center;
    margin-bottom: 0.875rem;
    font-size: 0.625rem;
  }
  .p-formstep-child::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.375rem 0.625rem 0 0.625rem;
    border-color: #4F66DD transparent transparent transparent;
    position: absolute;
    bottom: -0.625rem;
    left: 0;
    right: 0;
    margin: auto;
  }
  .p-formstep-child:last-child {
    margin-bottom: 0;
  }
  .p-formstep-child:last-child::after {
    display: none;
  }
  .p-formstep-child:has(.p-formstep-order) {
    margin-bottom: 1.8125rem;
  }
  .p-formstep-child:has(.p-formstep-order)::after {
    bottom: -1.125rem;
  }
}
.p-formstep__num {
  font-family: "Poppins", sans-serif;
  color: #0123E2;
  font-weight: 400;
  margin-bottom: 0.625rem;
  line-height: 1;
}
@media (max-width: 767px) {
  .p-formstep__num {
    position: absolute;
    background-color: #4F66DD;
    top: 0;
    left: 0;
    width: 1.25rem;
    height: 100%;
    color: #fff;
    border-radius: 0.5rem 0 0 0.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    font-size: 0.625rem;
  }
  .p-formstep__num span {
    display: none;
  }
}
.p-formstep__ttl {
  font-size: 1.5rem;
  line-height: 1.2;
  margin-bottom: 1.25rem;
}
@media (max-width: 767px) {
  .p-formstep__ttl {
    font-size: 0.75rem;
    padding-left: 1.5625rem;
    margin: 0 0.3125rem 0 0;
    font-weight: 400;
    flex: 0 1 30%;
    text-align: center;
  }
}
.p-formstep__img {
  text-align: center;
  margin: 0 -0.9375rem 1.25rem -0.9375rem;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 8.125rem;
}
@media (max-width: 767px) {
  .p-formstep__img {
    display: none;
  }
}
@media (max-width: 767px) {
  .p-formstep__img + p {
    flex: 1;
  }
}

.p-results-head {
  max-width: 52.5rem;
  margin: 0 auto 2.125rem;
}
@media (max-width: 767px) {
  .p-results-head {
    margin-bottom: 1.25rem;
  }
}
.p-results-ttl {
  font-size: 2rem;
  line-height: 1.7;
  letter-spacing: 0.02em;
  font-weight: 500;
  margin-bottom: 0.625rem;
}
.p-results-meta {
  margin-top: 0.625rem;
  color: #999;
  font-size: 0.625rem;
  font-weight: 400;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
}
.p-results-address {
  color: #999;
}
.p-results-date {
  color: #999;
}
@media (max-width: 767px) {
  .p-results-ttl {
    font-size: 1.5rem;
  }
}
.p-results-subttl {
  font-size: 0.75rem;
  font-weight: 500;
  color: #0123E2;
  margin-bottom: 0.25rem;
}
@media (max-width: 767px) {
  .p-results-subttl {
    font-size: 0.625rem;
  }
}
.p-results-name {
  font-size: 1.125rem;
  font-weight: 500;
  display: flex;
  line-height: 1.1;
}
@media (max-width: 767px) {
  .p-results-name {
    font-size: 0.875rem;
  }
}
.p-results-name span:first-child {
  color: #0123E2;
  padding-right: 0.625rem;
  margin-right: 0.625rem;
  border-right: 1px solid #000;
}
.p-results-url {
  margin-top: 0.625rem;
  color: #999;
  font-size: 0.625rem;
  font-weight: 400;
}
.p-results-url a {
  color: #999;
}
.p-results-mv {
  max-width: 67.5rem;
  margin: 0 auto 3.75rem;
  text-align: center;
}
@media (max-width: 767px) {
  .p-results-mv {
    margin: 0 -0.5rem 1.25rem -0.5rem;
  }
}
.p-results-mv img {
  border-radius: 1rem;
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .p-results-mv img {
    border-radius: 0.5rem;
  }
}
.p-results-body {
  max-width: 57.5rem;
  margin: 0 auto 3.75rem;
}
@media (max-width: 767px) {
  .p-results-body {
    margin-bottom: 5rem;
  }
}
.p-results-appeal {
  border-radius: 0.5rem;
  padding: 1.875rem 2.5rem;
  background-color: #FBFBFB;
  margin-bottom: 2.5rem;
  font-size: 1rem;
  line-height: 2;
  font-weight: 400;
}
@media (max-width: 767px) {
  .p-results-appeal {
    padding: 0.9375rem;
  }
}
.p-results-appeal__ttl {
  color: #0123E2;
  font-size: 1.25rem;
  margin-bottom: 0.9375rem;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}
.p-results-faq {
  padding: 0 2.5rem;
}
@media (max-width: 767px) {
  .p-results-faq {
    padding: 0;
  }
}
.p-results-faq dt {
  color: #0123E2;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 2;
  margin-bottom: 0.625rem;
  position: relative;
  padding-left: 1.875rem;
}
@media (max-width: 767px) {
  .p-results-faq dt {
    padding-left: 1.5625rem;
    margin-bottom: 0.3125rem;
  }
}
.p-results-faq dt::before {
  content: "Q";
  font-family: "Poppins", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  position: absolute;
  top: 0;
  left: 0;
}
.p-results-faq dd {
  font-size: 1rem;
  font-weight: 500;
  line-height: 2;
  margin-bottom: 1.875rem;
  position: relative;
  padding-left: 1.875rem;
}
@media (max-width: 767px) {
  .p-results-faq dd {
    padding-left: 1.5625rem;
    margin-bottom: 1.25rem;
  }
}
.p-results-faq dd::before {
  content: "";
  position: absolute;
  top: 0.9375rem;
  left: 0;
  width: 1.25rem;
  height: 1px;
  background-color: #999;
}
@media (max-width: 767px) {
  .p-results-faq dd::before {
    width: 0.9375rem;
  }
}

.p-navi-prev_next {
  display: flex;
  justify-content: center;
  gap: 1.875rem;
}
@media (max-width: 767px) {
  .p-navi-prev_next {
    justify-content: space-between;
  }
}
.p-navi-prev_next a {
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
  color: #0123E2;
  display: block;
  position: relative;
}
.p-navi-prev_next a:hover {
  text-decoration: underline;
}
.p-navi-prev_next a.next {
  padding-right: 1.875rem;
}
.p-navi-prev_next a.next::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1.5rem;
  height: 0.5rem;
  mask: url(../images/icon_arrow_line.svg) no-repeat;
  mask-size: 100% 100%;
  background-color: #0123E2;
}
.p-navi-prev_next a.prev {
  padding-left: 1.875rem;
}
.p-navi-prev_next a.prev::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1.5rem;
  height: 0.5rem;
  mask: url(../images/icon_arrow_line_l.svg) no-repeat;
  mask-size: 100% 100%;
  background-color: #0123E2;
}

.p-telinduction {
  color: #4D65EB;
  text-align: center;
  margin: 3.125rem 0 5.375rem;
  padding: 0 1.25rem;
  font-size: 1rem;
  font-weight: 400;
}
.p-telinduction__ttl {
  margin-bottom: 1rem;
  font-weight: 600;
}
.p-telinduction__link {
  font-family: "Poppins", sans-serif;
  text-decoration: none;
  font-size: 2.25rem;
  line-height: 1;
  color: #4D65EB;
  font-weight: 600;
  display: inline-block;
  background: url(../images/icon_tel.svg) no-repeat;
  background-size: 2.25rem;
  padding-left: 2.5rem;
  min-height: 2.25rem;
}
.p-telinduction__note {
  margin: 1.25rem 0 2.5rem;
}
.p-telinduction__note span {
  font-size: 0.78125rem;
}

.p-area__head {
  text-align: center;
  margin-bottom: 2.5rem;
  line-height: 2;
  font-weight: 400;
}
.p-area__head .c-ttl-area {
  font-size: clamp(1.1rem, 0.9vw + 0.9rem, 1.3rem);
  letter-spacing: 0;
}
@media (min-width: 768px) {
  .p-area__head .c-ttl-area {
    white-space: nowrap;
  }
}
@media (max-width: 767px) {
  .p-area__head {
    text-align: left;
  }
}
.p-area__note {
  margin-top: 1.25rem;
  font-weight: 400;
}
.p-area__note--head {
  color: #0123E2;
  font-weight: 600;
  font-size: clamp(1rem, 0.7vw + 0.8rem, 1.15rem);
}

.p-as {
  max-width: 52.5rem;
  margin: 0 auto;
}
.p-as__head {
  margin-bottom: 2.5rem;
  display: flex;
  align-items: center;
  gap: 0.625rem;
}
@media (max-width: 767px) {
  .p-as__head {
    display: block;
  }
}
.p-as__head .u-icon-vol {
  min-width: 4.375rem;
  font-size: 1.25rem;
}
.p-as__footer {
  margin-top: 2.5rem;
  padding-top: 2.5rem;
  border-top: 1px solid #ccc;
}
.p-as__ttl {
  font-size: 2rem;
  letter-spacing: 0.02em;
  line-height: 1.7;
  font-weight: 500;
}
@media (max-width: 767px) {
  .p-as__ttl {
    font-size: 1.5rem;
    margin-top: 0.625rem;
  }
}
.p-as__block {
  margin-bottom: 3.75rem;
}
.p-as__block:last-child {
  margin-bottom: 0;
}
.p-as__img {
  text-align: center;
}
.p-as__body {
  line-height: 2;
  font-weight: 400;
}
@media (max-width: 767px) {
  .p-as__body {
    font-size: 1rem;
  }
}
.p-as__body h3 {
  color: #213FE6;
  font-size: 1.125rem;
  line-height: 1.4;
  margin-bottom: 1.25rem;
  font-weight: 700;
  background: url(../images/icon_science_fill.svg) no-repeat 0 0.375rem;
  background-size: 0.625rem auto;
  padding-left: 1.25rem;
}
.p-as__body p {
  margin-bottom: 3.75rem;
}
@media (max-width: 767px) {
  .p-as__body p {
    margin-bottom: 2.5rem;
  }
}
.p-as__body .wp-block-image {
  margin-bottom: 3.75rem;
}
@media (max-width: 767px) {
  .p-as__body .wp-block-image {
    margin-bottom: 2.5rem;
  }
}
.p-as__body .wp-block-image img {
  display: block;
  width: 100%;
  height: auto;
}
.p-as__body .wp-block-columns :where(figure) {
  margin-bottom: 0 !important;
}
.p-as__body .wp-block-spacer {
  height: 60px !important;
}
@media (max-width: 767px) {
  .p-as__body .wp-block-spacer {
    height: 40px;
  }
}
.p-as__flex {
  display: flex;
  gap: 1.875rem;
}
@media (max-width: 767px) {
  .p-as__flex {
    display: block;
  }
}
.p-as__flex-txt {
  flex: 1;
}
@media (max-width: 767px) {
  .p-as__flex-txt {
    margin-bottom: 2.5rem;
  }
}
.p-as__flex-img {
  text-align: center;
}
@media (min-width: 768px) {
  .p-as__flex-img.w260 {
    width: 16.25rem;
  }
}
@media (max-width: 767px) {
  .p-as__relation {
    margin-bottom: 2.5rem;
  }
}
.p-as__relation li {
  margin-bottom: 0.625rem;
  font-size: 1.125rem;
  letter-spacing: 0.02em;
  font-weight: 500;
  line-height: 1.7;
}
.p-as__relation li:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .p-as__relation li {
    margin-bottom: 1.25rem;
  }
}
.p-as__relation a {
  color: unset;
  text-decoration: none;
  display: flex;
  gap: 0.625rem;
  align-items: center;
}
@media (max-width: 767px) {
  .p-as__relation a {
    display: block;
  }
  .p-as__relation a span:last-child {
    display: block;
    margin-top: 0.3125rem;
  }
}
@media (any-hover: hover) {
  .p-as__relation a:hover {
    color: #0123E2;
  }
}

.p-policy-lead {
  margin-bottom: 3.75rem;
}
@media (max-width: 767px) {
  .p-policy-lead {
    font-size: 0.875rem;
    margin-bottom: 2.5rem;
  }
}

.p-sitemap {
  max-width: 56.875rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-flow: column;
  grid-template-rows: repeat(3, auto);
  gap: 0 5.75rem;
}
@media (max-width: 767px) {
  .p-sitemap {
    grid-template-columns: auto auto;
    gap: 2.5rem 1.25rem;
    grid-template-rows: none;
    grid-auto-flow: row;
  }
}
.p-sitemap dl {
  border-bottom: 1px solid #ccc;
  margin-bottom: 1.875rem;
  padding-bottom: 1.875rem;
}
.p-sitemap dl:nth-of-type(3n) {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .p-sitemap dl {
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
.p-sitemap dt {
  font-size: 1.125rem;
  color: #0123E2;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  margin-bottom: 0.625rem;
}
.p-sitemap dd {
  font-weight: 500;
}
.p-sitemap li {
  margin-bottom: 0.75rem;
  line-height: 2;
}
.p-sitemap li:last-child {
  margin-bottom: 0;
}
.p-sitemap a {
  color: unset;
  text-decoration: none;
}
@media (max-width: 767px) {
  .p-sitemap a {
    font-size: 0.875rem;
  }
}
@media (any-hover: hover) {
  .p-sitemap a:hover {
    color: #0123E2;
  }
}

.p-service-main {
  margin: 7.1875rem 0 5rem;
  text-align: center;
}
@media (max-width: 767px) {
  .p-service-main {
    margin: 3.75rem 0 2.5rem;
  }
}
.p-service-main__lead {
  text-align: center;
  font-size: 1.5rem;
  color: #3c3c3c;
  margin-top: 3.125rem;
}
@media (max-width: 767px) {
  .p-service-main__lead {
    text-align: left;
    font-size: 0.875rem;
    margin-top: 1.875rem;
    font-weight: 500;
  }
}
.p-service-main__img {
  margin-top: 3.125rem;
}
@media (max-width: 767px) {
  .p-service-main__img {
    margin: 1.25rem -1rem 0;
  }
}
/* 吹き出しバルーン */
.p-service-balloon {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin: 0;
  padding: 1.875rem 0 0;
  list-style: none;
}
.p-service-balloon__item {
  position: relative;
  background: #00b0dd;
  color: #ffffff;
  width: 11.25rem;
  height: 11.25rem;
  flex-shrink: 0;
  border-radius: 50%;
  padding: 0 1.5rem;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0.125rem 0.5rem rgba(0, 176, 221, 0.2);
  margin-left: -1.25rem;
}
.p-service-balloon__item:first-child {
  margin-left: 0;
}
.p-service-balloon__item:nth-child(even) {
  background: #43bfe3;
  margin-top: 5.625rem;
}
.p-service-balloon__item::before {
  content: "";
  position: absolute;
  bottom: 0.375rem;
  right: 2.25rem;
  width: 0.75rem;
  height: 1.25rem;
  background: inherit;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  transform-origin: 0% 50%;
  transform: rotate(60deg);
}
.p-service-balloon__em {
  color: #ffe45f;
  font-weight: 700;
}
@media (max-width: 767px) {
  .p-service-balloon {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
    padding: 1.25rem 1rem 0;
  }
  .p-service-balloon__item {
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: auto;
    border-radius: 1.25rem;
    font-size: 0.75rem;
    padding: 0.625rem 0.625rem;
    margin-left: 0;
    text-align: left;
    letter-spacing: 0;
    box-shadow: 0 0.0625rem 0.25rem rgba(0, 176, 221, 0.15);
  }
  .p-service-balloon__item br {
    display: none;
  }
  .p-service-balloon__item:nth-child(even) {
    align-self: auto;
    margin-top: 0;
  }
  .p-service-balloon__item:first-child {
    margin-left: 0;
  }
  .p-service-balloon__item::before {
    display: block;
    width: 0;
    height: 0;
    clip-path: none;
    background: none;
    transform: none;
    border-style: solid;
    bottom: -0.375rem;
    left: 1rem;
    right: auto;
    border-width: 0.4375rem 0.4375rem 0 0.4375rem;
    border-color: #00b0dd transparent transparent transparent;
  }
  .p-service-balloon__item:nth-child(even)::before {
    left: 1rem;
    right: auto;
    border-color: #43bfe3 transparent transparent transparent;
  }
}
.p-service-main__ttl {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-size: 6.25rem;
  display: inline-block;
  position: relative;
}
@media (max-width: 767px) {
  .p-service-main__ttl {
    font-size: 1.875rem;
  }
}
.p-service-main__ttl::before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  background-color: #4D65EB;
  left: 0;
  bottom: 0.5rem;
}
@media (max-width: 767px) {
  .p-service-main__ttl::before {
    bottom: 0.125rem;
  }
}
.p-service-main__ttl::after {
  content: "";
  width: 1.25rem;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: 0.5rem;
  left: 20rem;
  z-index: 1;
}
@media (max-width: 767px) {
  .p-service-main__ttl::after {
    bottom: 0.125rem;
    left: 7.6875rem;
    width: 0.625rem;
  }
}
.p-service-main__ttl > span {
  display: inline-block;
  background: linear-gradient(270deg, #9AFEB6 0%, #4D65EB 84.62%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  position: relative;
  z-index: 2;
}
.p-service-main__ttl sup {
  vertical-align: middle;
  font-size: 3.75rem;
}
@media (max-width: 767px) {
  .p-service-main__ttl sup {
    font-size: 1.75rem;
  }
}
.p-service-main__subttl {
  color: #0123E2;
  margin-top: 0.3125rem;
  font-size: 1.125rem;
}
@media (max-width: 767px) {
  .p-service-main__subttl {
    font-size: 0.75rem;
  }
}
.p-service__lead {
  line-height: 2;
  font-size: 1.125rem;
  font-weight: 400;
}
@media (max-width: 767px) {
  .p-service__lead {
    font-size: 1rem;
    line-height: 1.7;
  }
}
.p-service__lead + .c-ttl-service04 {
  margin-top: 3.75rem;
}
@media (max-width: 767px) {
  .p-service__lead + .c-ttl-service04 {
    margin-top: 1.875rem;
  }
}
.p-service__lead .large {
  font-size: 1.5rem;
}
.p-service__lead02 {
  line-height: 1.7;
  font-size: 1rem;
  font-weight: 400;
}
.p-service__space {
  margin-bottom: 3.75rem;
}
.p-service__wideimg {
  margin-bottom: 3.75rem;
}
.p-service__wideimg video,
.c-flex-service__img video {
  max-width: 100%;
  width: auto;
  height: auto;
  display: block;
}
@media (max-width: 767px) {
  .p-service__wideimg {
    margin-bottom: 2.5rem;
  }
}
.p-service-design {
  text-align: center;
  font-weight: 700;
  line-height: 2;
  margin: 3.75rem 0 -2.5rem;
  position: relative;
  font-size: 2rem;
}
@media (max-width: 767px) {
  .p-service-design {
    font-size: 1rem;
    margin: 2.5rem 0 -2.5rem;
  }
}
.p-service-design::after {
  position: relative;
  margin-top: 1.875rem;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2.5rem 3.4375rem 0 3.4375rem;
  border-color: #0123E2 transparent transparent transparent;
}
@media (max-width: 767px) {
  .p-service-design::after {
    margin-top: 1.25rem;
    border-width: 1.875rem 2.5rem 0 2.5rem;
  }
}
.p-service-burden {
  margin-bottom: 5rem;
  text-align: center;
}
@media (max-width: 767px) {
  .p-service-burden {
    margin-bottom: 3.75rem;
  }
}
.p-service-burden__img {
  margin-bottom: 2.5rem;
}
@media (max-width: 767px) {
  .p-service-burden__img {
    margin-left: -1rem;
    margin-right: -1rem;
  }
}
.p-service-burden__txt01 {
  font-weight: 500;
  font-size: 1.3125rem;
  line-height: 1.4;
  margin-bottom: 3.125rem;
  color: #6e84fd;
}
@media (max-width: 767px) {
  .p-service-burden__txt01 {
    font-size: 1.125rem;
    text-align: left;
    margin-bottom: 1.25rem;
  }
}
.p-service-burden__txt01 span {
  display: inline-block;
  position: relative;
  text-decoration: underline 1px #6e84fd;
  text-underline-offset: 0.3125rem;
  padding-left: 1.25rem;
}
.p-service-burden__txt01 span::before {
  content: "";
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: 0.4em;
  left: 0;
  background-color: #0123E2;
}
.p-service-burden__txt02 {
  font-weight: 700;
  font-size: 1.3125rem;
  line-height: 2;
}
@media (max-width: 767px) {
  .p-service-burden__txt02 {
    font-size: 1.125rem;
    line-height: 1.7;
  }
}

.c-section-news {
  padding: 2.5rem 3.75rem;
  background-color: #FBFBFB;
}
.c-section-news .l-inner {
  max-width: none;
}
@media (max-width: 767px) {
  .c-section-news {
    padding: 2.5rem 1rem;
  }
}

.c-section-voice {
  padding: 7.5rem 3.75rem;
}
@media (max-width: 767px) {
  .c-section-voice {
    padding: 3.75rem 1rem;
  }
}

.c-section-point {
  overflow: hidden;
  padding: 4.375rem 3.75rem 7.5rem 3.75rem;
}
@media (max-width: 767px) {
  .c-section-point {
    padding: 3.75rem 1rem;
  }
}

.c-section-top02 {
  padding: 5rem 3.75rem;
}
@media (max-width: 767px) {
  .c-section-top02 {
    padding: 3.75rem 1rem 0 1rem;
  }
  .c-section-top02 + .c-section-top02 {
    padding-top: 1rem;
  }
}
@media (max-width: 767px) {
  .c-section-top02.u-bg-grad02 {
    background: none;
  }
}

.c-section-secondary {
  margin-bottom: 7.5rem;
}
@media (max-width: 767px) {
  .c-section-secondary {
    margin-bottom: 5rem;
  }
}
.c-section-secondary:last-child {
  margin-bottom: 0;
}

.c-ttl-sectiontop {
  font-size: 1.5rem;
  color: rgba(1, 35, 226, 0.7);
  margin-bottom: 2.5rem;
  font-weight: 400;
}
@media (max-width: 767px) {
  .c-ttl-sectiontop {
    font-size: 1rem;
    margin-bottom: 1.25rem;
  }
}

.c-ttl-sectionnews {
  font-size: 1.5rem;
  color: #889391;
  font-weight: 500;
}
@media (max-width: 767px) {
  .c-ttl-sectionnews {
    font-size: 1rem;
  }
}

.c-ttl-sectiontop__eng {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  line-height: 1;
  font-size: 6.25rem;
}
@media (max-width: 767px) {
  .c-ttl-sectiontop__eng {
    font-size: 2.625rem;
    font-weight: 200;
  }
}
.c-ttl-sectiontop__eng span {
  display: inline-block;
  white-space: nowrap;
  background: linear-gradient(270deg, #9AFEB6 0%, #4D65EB 84.62%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}
@media (max-width: 767px) {
  .c-ttl-sectiontop__eng.__system {
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
  }
}

.c-ttl-sectionnews__eng {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  line-height: 1;
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .c-ttl-sectionnews__eng {
    font-size: 1rem;
  }
}

.c-ttl-section {
  font-size: 1.5rem;
  color: #0123E2;
  margin-bottom: 2.5rem;
  line-height: 1.2;
  font-weight: 400;
}
@media (max-width: 767px) {
  .c-ttl-section {
    font-size: 1.125rem;
    margin-bottom: 1.875rem;
  }
}
.c-ttl-section__eng {
  font-size: 1rem;
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  display: inline-block;
  line-height: 1;
  vertical-align: bottom;
}
@media (max-width: 767px) {
  .c-ttl-section__eng {
    font-size: 0.75rem;
  }
}
.c-ttl-section__eng::before {
  content: "";
  width: 11.25rem;
  height: 1px;
  background-color: #0123E2;
  display: inline-block;
  vertical-align: bottom;
  margin: 0 0.625rem 0.1875rem;
}
@media (max-width: 767px) {
  .c-ttl-section__eng::before {
    width: 3.75rem;
  }
}
.c-ttl-section:has(+ .c-box-thanks) {
  padding-left: 2.5rem;
}
@media (max-width: 767px) {
  .c-ttl-section:has(+ .c-box-thanks) {
    padding-left: 0.9375rem;
  }
}
* + .c-ttl-sectionsub {
  margin-top: 3.75rem;
}
@media (max-width: 767px) {
  * + .c-ttl-sectionsub {
    margin-top: 2.5rem;
  }
}

.c-ttl-sectionsub {
  font-weight: 500;
  line-height: 1.4;
  font-size: 1.25rem;
  margin-bottom: 1.25rem;
}
@media (max-width: 767px) {
  .c-ttl-sectionsub {
    font-size: 1.125rem;
  }
}

.c-ttl-area {
  text-align: center;
  font-size: 2rem;
  letter-spacing: 0.02em;
  line-height: 1.7;
  margin-bottom: 0.5rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  .c-ttl-area {
    font-size: 1.5rem;
    text-align: left;
  }
}

.c-ttl-service01 {
  text-align: center;
  margin-bottom: 3.75rem;
  color: #0123E2;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.4;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
@media (max-width: 767px) {
  .c-ttl-service01 {
    font-size: 1.875rem;
    margin-bottom: 1.25rem;
    gap: 0.5rem;
  }
}
.c-ttl-service01 sup {
  font-size: 1.3125rem;
  line-height: 1.2;
  font-family: "Poppins", sans-serif;
  margin-right: 0.625rem;
  vertical-align: text-top;
}
@media (max-width: 767px) {
  .c-ttl-service01 sup {
    font-size: 1rem;
    margin-right: 0.375rem;
  }
}
.c-ttl-service01::before, .c-ttl-service01::after {
  content: "";
  flex: 1;
  height: 1px;
  background-color: #0123E2;
}

.c-ttl-service02 {
  background: linear-gradient(270deg, #77B8CE 0%, #4D65EB 76.92%);
  border-radius: 0.25rem;
  color: #fff;
  text-align: center;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1.4;
  padding: 0.5rem 1rem;
  margin-bottom: 3.75rem;
}
@media (max-width: 767px) {
  .c-ttl-service02 {
    font-size: 1.125rem;
    text-align: left;
    margin-bottom: 1.25rem;
  }
}

.c-ttl-service03 {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4;
  color: #0123E2;
  margin-bottom: 2.5rem;
  letter-spacing: -0.01em;
}
@media (max-width: 767px) {
  .c-ttl-service03 {
    font-size: 1.3125rem;
    margin-bottom: 1.25rem;
  }
}

.c-ttl-service04 {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4;
  color: #0123E2;
  margin-bottom: 2.5rem;
  color: #0123E2;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
}
@media (max-width: 767px) {
  .c-ttl-service04 {
    font-size: 1.125rem;
    gap: 0.375rem;
    margin-bottom: 1.25rem;
  }
}
.c-ttl-service04::before, .c-ttl-service04::after {
  content: "";
  background-color: #0123E2;
  height: 1px;
  width: 6.25rem;
}
@media (max-width: 767px) {
  .c-ttl-service04::before, .c-ttl-service04::after {
    flex: 1;
    width: auto;
  }
}

.c-card-point {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.875rem;
}
.c-card-point--full {
  width: 75vw;
  max-width: none;
  margin-left: calc(50% - 37.5vw);
  margin-right: calc(50% - 37.5vw);
  padding: 0 1.25rem;
}
@media (max-width: 767px) {
  .c-card-point--full {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .c-card-point {
    display: block;
  }
}
.c-card-point > div {
  padding: 2.5rem 1.25rem 2.5rem;
  border: 1px solid #0123E2;
  border-radius: 0.75rem;
  text-align: center;
  position: relative;
}
@media (max-width: 767px) {
  .c-card-point > div {
    padding: 1rem 1rem 2rem;
    margin-bottom: 1.875rem;
  }
  .c-card-point > div::after {
    content: "";
    left: 50%;
    transform: translateX(-50%);
    bottom: -1.5rem;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.9375rem 1.5rem 0 1.5rem;
    border-color: #4D65EB transparent transparent transparent;
  }
  .c-card-point > div:last-child {
    margin-bottom: 0;
  }
  .c-card-point > div:last-child::after {
    display: none;
  }
}
.c-card-point__ttl {
  font-size: 1.5625rem;
  color: #0123E2;
  font-weight: 500;
  margin-bottom: 0.9375rem;
}
@media (max-width: 767px) {
  .c-card-point__ttl {
    font-size: 1.75rem;
  }
}
.c-card-point__ttl .num {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-size: 0.8125rem;
  vertical-align: text-top;
  margin-top: -0.5em;
  display: inline-block;
}
@media (min-width: 768px) {
  .c-card-point__ttl .num {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 0;
    background-color: #4D65EB;
    color: #fff;
    width: 2.625rem;
    height: 2.625rem;
    font-size: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0.75rem 0 0.375rem 0;
  }
}
@media (max-width: 767px) {
  .c-card-point__ttl .num {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 0;
    background-color: #4D65EB;
    color: #fff;
    width: 2.625rem;
    height: 2.625rem;
    font-size: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0.75rem 0 0.375rem 0;
  }
}
.c-card-point p {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2;
}
@media (max-width: 767px) {
  .c-card-point p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.7;
    text-align: left;
  }
}
.c-card-point__img {
  background: rgba(1, 35, 226, 0.03);
  border-radius: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  aspect-ratio: 35/18;
  margin-top: 1.25rem;
}
@media (min-width: 768px) {
  .c-card-point__img {
    aspect-ratio: 16/9;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .c-card-point__img {
    aspect-ratio: 16/9;
    margin-top: 1rem;
  }
}
.c-card-point__img.__point01 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.c-card-point__img.__point01 video {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
@media (min-width: 768px) {
  .c-card-point__img.__point01 img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .c-card-point__img.__point01 video {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .c-card-point__img.__point01 img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .c-card-point__img.__point01 video {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}
.c-card-point__img.__point02 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.c-card-point__img.__point02 video {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
@media (min-width: 768px) {
  .c-card-point__img.__point02 img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .c-card-point__img.__point02 video {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .c-card-point__img.__point02 img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .c-card-point__img.__point02 video {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}
.c-card-point__img.__point03 {
  display: block;
  border-radius: 0.75rem;
  background-color: transparent;
}
.c-card-point__img.__point03 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.c-card-point__img.__point03 video {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.c-card-point__img.__point04 {
  align-items: flex-end;
}
.c-card-point__img.__point04 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.c-card-point__img.__point04 video {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
@media (min-width: 768px) {
  .c-card-point__img.__point04 img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .c-card-point__img.__point04 video {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .c-card-point__img.__point04 img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .c-card-point__img.__point04 video {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}

@media (max-width: 767px) {
  .c-card-voiceWrap {
    margin: 0 -1rem 0 -2.5rem;
  }
}

.c-card-voice {
  gap: 0.625rem;
}
@media (min-width: 768px) {
  .c-card-voice {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
  }
}
@media (max-width: 767px) {
  .c-card-voice.__all {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
  }
  .c-card-voice.__all > a {
    padding: 0.375rem;
  }
  .c-card-voice.__all .c-card-voice__txt,
  .c-card-voice.__all .c-card-voice__ttl {
    font-size: unset;
    margin-bottom: 0.5rem;
    font-weight: 400;
  }
  .c-card-voice.__all .c-card-voice__thumb {
    margin-bottom: 0.5rem;
  }
  .c-card-voice.__all .c-card-voice__name {
    font-size: 0.625rem;
  }
}
.c-card-voice > a {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: unset;
  padding: 0.9375rem;
  border-radius: 0.5rem;
  background-color: #fff;
  border: 2px solid #fff;
  transition: color 0.3s ease, border-color 0.3s ease;
  box-shadow: 0.125rem 0.25rem 0.75rem rgba(0, 0, 0, 0.08);
}
@media (any-hover: hover) {
  .c-card-voice > a:hover {
    color: #0123E2;
    border-color: #0123E2;
  }
  .c-card-voice > a:hover .c-card-voice__name {
    color: #0123E2;
  }
}
.c-card-voice__thumb {
  margin-bottom: 0.75rem;
  border-radius: 0.25rem;
  overflow: hidden;
  text-align: center;
  aspect-ratio: 3/2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-card-voice__thumb.__border {
  border: 1px solid #D9D9D9;
  padding: 0.75rem;
}
@media (max-width: 767px) {
  .c-card-voice__thumb.__border {
    padding: 0.375rem;
  }
}
.c-card-voice__thumb img {
  width: 100%;
  height: auto;
}
.c-card-voice__cat {
  margin-bottom: 0.625rem;
}
.c-card-voice__txt, .c-card-voice__ttl {
  font-size: 1.125rem;
  margin-bottom: 1.25rem;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
.c-card-voice__name {
  margin-top: auto;
  font-weight: 600;
  color: #666;
  transition: color 0.3s ease;
}
.c-card-voice__director {
  font-size: 0.875rem;
  color: #666;
  margin-top: 0.25rem;
}
@media (max-width: 767px) {
  .c-card-voice.__all .c-card-voice__director {
    font-size: 0.625rem;
  }
}

.c-pagination {
  margin-top: 2rem;
}
.c-pagination__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
}
.c-pagination__list li {
  list-style: none;
}
.c-pagination__list a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2rem;
  height: 2rem;
  padding: 0 0.5rem;
  border-radius: 999px;
  border: 1px solid #D9D9D9;
  background-color: #fff;
  color: #333;
  text-decoration: none;
  transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
}
.c-pagination__list a.current {
  border-color: #0123E2;
  background-color: #0123E2;
  color: #fff;
}
.c-pagination__list a:hover {
  border-color: #0123E2;
  color: #0123E2;
}

.c-card-topmenu {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.875rem;
}
@media (max-width: 767px) {
  .c-card-topmenu {
    display: block;
  }
}
.c-card-topmenu > div {
  padding: 3.75rem 1.25rem;
  text-align: center;
  border: 1px solid #0123E2;
  border-radius: 0.75rem;
  font-size: 1.125rem;
  background-color: #fff;
}
@media (max-width: 767px) {
  .c-card-topmenu > div {
    padding: 1.25rem 1rem;
    font-size: 0.78125rem;
    margin-bottom: 1rem;
  }
  .c-card-topmenu > div:last-child {
    margin-bottom: 0;
  }
}
.c-card-topmenu__ttl {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4;
  color: #0123E2;
  margin-bottom: 1.875rem;
}
@media (max-width: 767px) {
  .c-card-topmenu__ttl {
    margin-bottom: 0.625rem;
    font-size: 1.3125rem;
  }
}
.c-card-topmenu__ttleng {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  line-height: 1.4;
  color: #0123E2;
  font-size: 2rem;
}
.c-card-topmenu__ttleng + h2 {
  font-size: 0.875rem;
}
@media (max-width: 767px) {
  .c-card-topmenu__ttleng + h2 {
    font-size: 0.75rem;
  }
}
.c-card-topmenu__btn {
  margin-top: 1.875rem;
}
@media (max-width: 767px) {
  .c-card-topmenu__btn {
    margin-top: 1.25rem;
  }
  .c-card-topmenu__btn .c-btn-more {
    min-width: 11.25rem;
    padding: 0.5rem 1.125rem;
    font-size: 0.875rem;
  }
}

.c-list-eventInfo {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.625rem 1.5625rem;
  padding: 0.3125rem 0;
}
@media (max-width: 767px) {
  .c-list-eventInfo {
    gap: 0.375rem 0.75rem;
    padding: 0;
  }
}
.c-list-eventInfo dt {
  color: #889391;
  font-size: 0.625rem;
  font-weight: 700;
  align-self: center;
  transition: color 0.3s ease;
}
.c-list-eventInfo dt:first-child {
  color: #0123E2;
}
.c-list-eventInfo dd:first-of-type {
  font-size: 0.9rem;
  font-weight: 400;
}
@media (max-width: 767px) {
  .c-list-eventInfo dd:first-of-type {
    font-size: 0.8125rem;
  }
}
.c-list-corpnfo {
  max-width: 865px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .c-list-corpnfo {
    margin-top: 1.25rem;
  }
}
.c-list-corpnfo.__all {
  margin-top: 1.25rem;
}
.c-list-corpnfo.__all a {
  padding: 1.625rem 3.125rem 1.625rem 1.625rem;
  background-color: #fbfbfb;
}
@media (max-width: 767px) {
  .c-list-corpnfo.__all a {
    padding: 1rem 3.125rem 1rem 1rem;
    display: block;
  }
  .c-list-corpnfo.__all a .c-list-corpnfo__date {
    margin-bottom: 0.5rem;
  }
}
.c-list-corpnfo li:not(:last-child) {
  border-bottom: 1px solid #0123E2;
}
.c-list-corpnfo a {
  color: #666;
  text-decoration: none;
  display: flex;
  gap: 1.25rem;
  padding: 0.625rem 3.125rem 0.625rem 1rem;
  font-weight: 400;
  transition: color 0.3s ease, background-color 0.3s ease;
  position: relative;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .c-list-corpnfo a {
    gap: 0.75rem;
    padding: 0.5rem 3.125rem 0.5rem 0.5rem;
  }
}
@media (any-hover: hover) {
  .c-list-corpnfo a:hover {
    background-color: #fff;
    color: #0123E2;
  }
}
.c-list-corpnfo a::after {
  background-color: #0123E2;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.125rem;
  mask: url(../images/icon_arrow_line.svg) no-repeat;
  mask-size: 1.4375rem 0.4375rem;
  width: 1.4375rem;
  height: 0.4375rem;
}
.c-list-corpnfo__ttl {
  flex: 1;
}

.c-list-companyinfo {
  display: grid;
  grid-template-columns: 9.375rem auto;
  gap: 1rem;
}
@media (max-width: 767px) {
  .c-list-companyinfo {
    grid-template-columns: 5rem auto;
    margin-bottom: 1rem;
  }
}
.c-list-companyinfo dt {
  font-weight: 700;
  text-box-trim: trim-both;
}
.c-list-companyinfo dd {
  line-height: 2;
  text-box-trim: trim-both;
}

.c-list-resultsCat {
  display: grid;
  gap: 0.625rem;
  grid-template-columns: repeat(5, 1fr);
}
@media (max-width: 767px) {
  .c-list-resultsCat {
    grid-template-columns: repeat(4, 1fr);
    gap: 0.3125rem;
  }
}
.c-list-resultsCat a {
  display: block;
  text-align: center;
  border-radius: 0.25rem;
  background-color: #EFEFEF;
  padding: 0.625rem;
  color: unset;
  text-decoration: none;
  font-weight: 400;
  transition: color 0.3s ease, background-color 0.3s ease;
}
.c-list-resultsCat a.current {
  background-color: #4D65EB;
  color: #fff;
}
@media (any-hover: hover) {
  .c-list-resultsCat a:hover {
    background-color: #4D65EB;
    color: #fff;
  }
}
@media (max-width: 767px) {
  .c-list-resultsCat a {
    padding: 0.3125rem;
    font-size: 0.75rem;
  }
}

p + .c-list-disc {
  margin-top: 1.25rem;
}

.c-list-disc {
  list-style: disc;
  margin-left: 1.25rem;
}
.c-list-disc li:not(:last-child) {
  margin-bottom: 0.625rem;
}

.c-list-faq {
  max-width: 52.5rem;
  margin: 0 auto;
  border-bottom: 1px solid #ccc;
  padding-bottom: 2.5rem;
}
.c-list-faq dt {
  border-top: 1px solid #ccc;
  margin-top: 2.5rem;
  padding: 2.5rem 0 0 2.5rem;
  position: relative;
  min-height: 4.5rem;
}
@media (max-width: 767px) {
  .c-list-faq dt {
    padding-top: 1.875rem;
    margin-top: 1.875rem;
  }
}
.c-list-faq dt:first-child {
  border-top: none;
  margin-top: 0;
}
.c-list-faq dt::before {
  content: "Q";
  border-radius: 50%;
  position: absolute;
  top: 2.5rem;
  left: 0;
  width: 2rem;
  height: 2rem;
  background-color: #4D65EB;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  .c-list-faq dt::before {
    top: 1.875rem;
  }
}
.c-list-faq dt.open button::after {
  opacity: 0;
}
.c-list-faq dt button {
  background-color: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  display: block;
  width: 100%;
  font-size: 1.125rem;
  font-weight: 700;
  color: #0123E2;
  line-height: 1.4;
  text-align: left;
  position: relative;
  padding-right: 1.875rem;
  margin-top: 0.25rem;
}
.c-list-faq dt button::before, .c-list-faq dt button::after {
  position: absolute;
  content: "";
  width: 1.125rem;
  height: 1px;
  background-color: #0123E2;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
}
.c-list-faq dt button::after {
  transform: rotate(90deg);
  transition: opacity 0.3s ease;
}
.c-list-faq dd {
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease;
}
.c-list-faq dd p:not(:last-child) {
  margin-bottom: 1.25rem;
}
.c-list-faq__txt {
  line-height: 2;
  font-weight: 500;
  position: relative;
  padding: 0.875rem 0 0 2.5rem;
  min-height: 2.875rem;
  font-size: 0.875rem;
}
.c-list-faq__txt strong {
  color: #0123E2;
  font-weight: 700;
}
.c-list-faq__txt::before {
  content: "A";
  border-radius: 50%;
  position: absolute;
  top: 0.875rem;
  left: 0;
  width: 2rem;
  height: 2rem;
  background-color: #87D7C4;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
}

.c-list-area {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
@media (max-width: 767px) {
  .c-list-area {
    display: block;
  }
  .c-list-area ~ .p-telinduction {
    margin: 5.375rem 0 1.625rem 0;
  }
}
.c-list-area > div {
  padding: 1.25rem;
  background: #FFFFFF;
  box-shadow: 0.25rem 0.25rem 1.5rem rgba(0, 0, 0, 0.06);
  border-radius: 0.5rem;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  gap: 1.25rem 0;
}
@media (max-width: 767px) {
  .c-list-area > div {
    margin-bottom: 1.875rem;
    display: block;
  }
  .c-list-area > div:last-child {
    margin-bottom: 0;
  }
}
.c-list-area > div:first-child {
  order: 3;
}
.c-list-area > div:nth-child(2) {
  order: 2;
}
.c-list-area > div:last-child {
  order: 1;
}
.c-list-area__ttl {
  color: #0123E2;
  text-align: center;
  border-radius: 0.25rem;
  border: 1px solid #0123E2;
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: 0.01em;
  padding: 0.5rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  .c-list-area__ttl {
    font-size: 1.25rem;
  }
}
.c-list-area__map {
  background-color: #fbfbfb;
  border-radius: 0.5rem;
  text-align: center;
  padding: 1.875rem;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .c-list-area__map {
    margin-bottom: 1.25rem;
  }
}
.c-list-area__map img {
  height: 100%;
}
.c-list-area__map.__tokai {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.c-list-area__pref {
  font-size: 1.125rem;
  font-weight: 400;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #ccc;
}
@media (max-width: 767px) {
  .c-list-area__pref {
    font-size: 1rem;
    margin-bottom: 1.25rem;
  }
}
.c-list-area__txt {
  font-weight: 400;
}
.c-list-area__txt strong {
  font-weight: 500;
}
.c-list-area__txt p:not(:last-child) {
  margin-bottom: 0.375rem;
}

@media (max-width: 767px) {
  .c-list-privacy + .u-txt-r {
    font-size: 0.625rem;
  }
}
.c-list-privacy dt {
  color: #0123E2;
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .c-list-privacy dt {
    margin-bottom: 0.75rem;
  }
}
.c-list-privacy dt:has(.u-icon-num) {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.c-list-privacy dd {
  font-weight: 400;
  line-height: 2;
  margin-bottom: 2.5rem;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid #ccc;
}
@media (max-width: 767px) {
  .c-list-privacy dd {
    margin-bottom: 1.875rem;
    padding-bottom: 1.875rem;
    font-size: 0.875rem;
  }
}

.c-list-factor {
  display: flex;
  gap: 0.9375rem;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 767px) {
  .c-list-factor {
    gap: 0.25rem;
  }
}
.c-list-factor + .c-list-factor {
  margin-top: 0.9375rem;
}
@media (max-width: 767px) {
  .c-list-factor + .c-list-factor {
    margin-top: 0.25rem;
  }
}
.c-list-factor + p {
  margin-top: 1.875rem;
}
.c-list-factor li {
  flex: 0 1 calc(33.3333333333% - 0.625rem);
  border: 1px dashed #0123E2;
  border-radius: 0.5rem;
  background-color: #FBFBFB;
}
@media (max-width: 767px) {
  .c-list-factor li {
    flex: 0 1 calc(33.3333333333% - 0.1875rem);
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .c-list-factor li:nth-child(3) .c-list-factor__ttl {
    margin-bottom: 1.5625rem;
  }
}
.c-list-factor li:nth-child(3) .c-list-factor__img {
  text-align: right;
}
.c-list-factor li:nth-child(3) .c-list-factor__img img {
  height: 5.8125rem;
}
@media (max-width: 767px) {
  .c-list-factor li:nth-child(3) .c-list-factor__img img {
    height: auto;
  }
}
.c-list-factor__ttl {
  text-align: center;
  color: #0123E2;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3;
  padding: 1.25rem 0.5rem 0 0.5rem;
  margin-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .c-list-factor__ttl {
    font-size: 0.625rem;
    padding: 0.625rem 0.25rem 0 0.25rem;
  }
}
.c-list-factor__ttl span {
  font-size: 1.3125rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .c-list-factor__ttl span {
    font-size: 0.75rem;
  }
}
.c-list-factor__img {
  text-align: center;
}
@media (max-width: 767px) {
  .c-list-factor__img {
    margin-top: auto;
  }
}
.c-list-factor__img img {
  width: auto;
  height: 8.75rem;
}
@media (max-width: 767px) {
  .c-list-factor__img img {
    height: 4.1875rem;
  }
}

.c-box-resultsSearch {
  margin-bottom: 2.5rem;
  padding: 1.875rem 1rem;
  display: flex;
  background-color: #FBFBFB;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .c-box-resultsSearch {
    display: block;
    padding: 1.25rem 0.625rem;
    margin-bottom: 1.25rem;
  }
}
.c-box-resultsSearch__ttl {
  font-size: 1.5rem;
  color: #0123E2;
  font-weight: 400;
  padding-left: 1.5rem;
}
@media (max-width: 767px) {
  .c-box-resultsSearch__ttl {
    padding: 0;
    font-size: 1.125rem;
    margin-bottom: 0.625rem;
  }
}

.c-box-thanks {
  padding: 2.5rem;
  background-color: #FBFBFB;
  border-radius: 0.25rem;
}
@media (max-width: 767px) {
  .c-box-thanks {
    padding: 1.25rem 0.9375rem;
  }
}
.c-box-thanks__ttl {
  font-size: 1.75rem;
  line-height: 1.4;
  font-weight: 500;
  margin-bottom: 1.25rem;
}
@media (max-width: 767px) {
  .c-box-thanks__ttl {
    font-size: 1.5rem;
  }
}

.c-btnwrap-all {
  max-width: 25rem;
  text-align: center;
  margin: 3.75rem auto 0;
}
@media (max-width: 767px) {
  .c-btnwrap-all {
    margin-top: 2.5rem;
    max-width: 20rem;
  }
}
.c-btnwrap-all .c-btn-more {
  display: block;
}

.c-btn-contact {
  display: block;
  border-radius: 0.5rem;
  text-align: center;
  color: #fff;
  text-decoration: none;
  background-color: #4D65EB;
  border: 1px solid #4D65EB;
  padding: 0.625rem 1.25rem;
  font-size: 0.9375rem;
  font-weight: 400;
  transition: color 0.3s ease, background-color 0.3s ease;
}
.c-btn-contact.__shine {
  position: relative;
  overflow: hidden;
  background-image: linear-gradient(110deg, #3b5be8 0%, #4D65EB 55%, #2aa7ff 100%);
  background-size: 200% 200%;
  animation: btn-shimmer-base 6s ease-in-out infinite;
}
.c-btn-contact.__shine::before {
  content: "";
  position: absolute;
  inset: -30% -60%;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.4) 48%, rgba(160, 235, 255, 0.25) 55%, rgba(255, 255, 255, 0) 70%);
  transform: translateX(-120%);
  animation: btn-shimmer-sweep 2.8s ease-in-out infinite;
  pointer-events: none;
}
@media (max-width: 767px) {
  .c-btn-contact {
    font-size: 0.8125rem;
    padding: 0.4375rem 1rem;
  }
}
@media (any-hover: hover) {
  .c-btn-contact:hover {
    color: #4D65EB;
    background-color: #fff;
  }
  .c-btn-contact.__shine:hover {
    color: #fff;
    background-color: #4D65EB;
  }
}

@media (max-width: 767px) {
  a.c-btn-contact__sp {
    margin-top: 2.1875rem;
    display: block;
    border-radius: 0.5rem;
    text-align: center;
    font-size: 1.125rem;
    color: #4D65EB;
    padding: 0.75rem;
    background-color: #fff;
  }
}

.c-btn-more {
  min-width: 12.5rem;
  display: inline-block;
  border-radius: 0.5rem;
  text-align: center;
  color: #fff;
  text-decoration: none;
  font-size: 1rem;
  background-color: #4D65EB;
  border: 1px solid #4D65EB;
  padding: 0.75rem 1.125rem;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  transition: color 0.3s ease, background-color 0.3s ease;
}
.c-btn-more.__shine {
  position: relative;
  overflow: hidden;
  background-image: linear-gradient(110deg, #3b5be8 0%, #4D65EB 55%, #2aa7ff 100%);
  background-size: 200% 200%;
  animation: btn-shimmer-base 6s ease-in-out infinite;
}
.c-btn-more.__shine::before {
  content: "";
  position: absolute;
  inset: -30% -60%;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.4) 48%, rgba(160, 235, 255, 0.25) 55%, rgba(255, 255, 255, 0) 70%);
  transform: translateX(-120%);
  animation: btn-shimmer-sweep 2.8s ease-in-out infinite;
  pointer-events: none;
}
.c-btn-more.__shine span {
  position: relative;
  z-index: 1;
}
@keyframes btn-shimmer-base {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes btn-shimmer-sweep {
  0% {
    transform: translateX(-120%);
    opacity: 0.1;
  }
  40% {
    transform: translateX(120%);
    opacity: 0.6;
  }
  100% {
    transform: translateX(120%);
    opacity: 0;
  }
}
@media (any-hover: hover) {
  .c-btn-more:hover {
    color: #4D65EB;
    background-color: #fff;
  }
  .c-btn-more:hover span::after {
    background-color: #4D65EB;
  }
  .c-btn-more.__shine:hover {
    color: #fff;
    background-color: #4D65EB;
  }
  .c-btn-more.__shine:hover span::after {
    background-color: #fff;
  }
}
.c-btn-more.__v2 {
  letter-spacing: 0.3em;
  font-weight: 400;
}
.c-btn-more.__back {
  min-width: 25rem;
}
@media (max-width: 767px) {
  .c-btn-more.__back {
    min-width: 100%;
  }
}
.c-btn-more span {
  display: block;
  position: relative;
  padding: 0 1.875rem 0 1.25rem;
}
.c-btn-more span::after {
  content: "";
  mask: url(../images/icon_arrow_line.svg) no-repeat;
  mask-size: 100% 100%;
  background-color: #fff;
  width: 1.5rem;
  height: 0.5rem;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.c-btn-more__s {
  font-size: 0.625rem;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  text-decoration: none;
  padding-right: 0.75rem;
  position: relative;
  line-height: 1.1;
  display: inline-block;
  color: unset;
}
.c-btn-more__s::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.25rem 0 0.25rem 0.43125rem;
  border-color: transparent transparent transparent #0123E2;
  position: absolute;
  right: 0;
  top: 0.125rem;
}

.c-btn-newsCat {
  display: inline-block;
  text-align: center;
  min-width: 6.25rem;
  text-decoration: none;
  color: #4F6060;
  border: 1px solid #4F6060;
  padding: 0.375rem;
  line-height: 1;
  border-radius: 0.25rem;
  font-size: 0.625rem;
  font-weight: 500;
  background-color: #fff;
  cursor: pointer;
  transition: color 0.3s ease, background-color 0.3s ease;
}
@media (max-width: 767px) {
  .c-btn-newsCat {
    min-width: 5rem;
    font-size: 0.5rem;
  }
}
.c-btn-newsCat.current, .c-btn-newsCat[aria-selected=true] {
  background-color: #4D65EB;
  border-color: #4D65EB;
  color: #fff;
}
@media (any-hover: hover) {
  .c-btn-newsCat:hover {
    background-color: #4D65EB;
    color: #fff;
  }
}

.c-btns-form {
  display: flex;
  justify-content: center;
  gap: 2.5rem;
  margin-top: 3.75rem;
}
@media (max-width: 767px) {
  .c-btns-form {
    gap: 0.625rem;
  }
}
.c-btns-form:has(> :nth-child(-n+1):last-child) input {
  min-width: 23.125rem;
}
@media (max-width: 767px) {
  .c-btns-form:has(> :nth-child(-n+1):last-child) input {
    min-width: 80%;
  }
}
.c-btns-form input {
  cursor: pointer;
  background-color: #4D65EB;
  border: 1px solid #4D65EB;
  border-radius: 0.5rem;
  display: inline-block;
  min-width: 13.75rem;
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  padding: 1rem;
  transition: 0.3s ease;
}
@media (max-width: 767px) {
  .c-btns-form input {
    min-width: 0;
    display: block;
    flex: 0 1 50%;
    font-size: 0.875rem;
    padding: 0.625rem;
  }
}
.c-btns-form input.submit {
  background: #4D65EB url(../images/icon_arrow_line.svg) no-repeat right 1.25rem center;
  background-size: 1.4375rem 0.4375rem;
}
@media (max-width: 767px) {
  .c-btns-form input.submit {
    background-position: right 0.625rem center;
  }
}
@media (any-hover: hover) {
  .c-btns-form input.submit:hover {
    background-image: url(../images/icon_arrow_line_blue.svg);
    background-color: #fff;
    color: #4D65EB;
  }
}
.c-btns-form input.back {
  background: #4D65EB url(../images/icon_arrow_line_l.svg) no-repeat left 1.25rem center;
  background-size: 1.4375rem 0.4375rem;
}
@media (max-width: 767px) {
  .c-btns-form input.back {
    background-position: left 0.625rem center;
  }
}
@media (any-hover: hover) {
  .c-btns-form input.back:hover {
    background-image: url(../images/icon_arrow_line_l_blue.svg);
    background-color: #fff;
    color: #4D65EB;
  }
}

.c-tab-panel {
  display: none;
}
.c-tab-panel[aria-hidden=false] {
  display: block;
  animation: show 0.4s ease;
}

@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.c-tb-form {
  width: 100%;
  margin-top: 2.5rem;
}
.c-tb-form caption {
  padding-left: 30%;
  padding-bottom: 0.5rem;
  color: #F77720;
  font-weight: 400;
  text-align: left;
}
@media (max-width: 767px) {
  .c-tb-form caption {
    padding: 0;
    margin-bottom: 0.625rem;
  }
}
.c-tb-form th {
  padding: 0.9375rem 2.5rem;
  vertical-align: top;
  text-align: left;
  font-weight: 400;
  width: 30%;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .c-tb-form th {
    display: block;
    font-size: 0.875rem;
    padding: 0;
    margin-bottom: 0.5rem;
    width: auto;
  }
}
.c-tb-form td {
  vertical-align: top;
  padding: 0 2.5rem 1.875rem 0;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .c-tb-form td {
    display: block;
    padding: 0;
    margin-bottom: 0.9375rem;
  }
}
.c-tb-form input[type=text],
.c-tb-form input[type=tel],
.c-tb-form input[type=email],
.c-tb-form textarea {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 0.25rem;
  padding: 1.125rem 1.25rem;
}
@media (max-width: 767px) {
  .c-tb-form input[type=text],
  .c-tb-form input[type=tel],
  .c-tb-form input[type=email],
  .c-tb-form textarea {
    padding: 0.75rem;
    font-size: 0.75rem;
  }
}
.c-tb-form__privacy {
  text-align: center;
  font-weight: 400;
  margin: 3.125rem 0 5rem;
  color: #F77720;
}
@media (max-width: 767px) {
  .c-tb-form__privacy {
    margin: 2.5rem 0;
  }
}
.c-tb-form__privacy a {
  color: #F77720;
}

.c-tb-confirm {
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  margin-top: 2.5rem;
  border-radius: 0.25rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .c-tb-confirm {
    font-size: unset;
  }
}
.c-tb-confirm tr:first-child th {
  padding-top: 1.875rem;
}
@media (max-width: 767px) {
  .c-tb-confirm tr:first-child th {
    padding-top: 1.25rem;
  }
}
.c-tb-confirm tr:first-child td {
  padding-top: 1.875rem;
  border-radius: 0.25rem 0 0 0;
}
@media (max-width: 767px) {
  .c-tb-confirm tr:first-child td {
    padding-top: 1.25rem;
  }
}
.c-tb-confirm tr:last-child th {
  padding-bottom: 1.875rem;
}
@media (max-width: 767px) {
  .c-tb-confirm tr:last-child th {
    padding-bottom: 1.25rem;
  }
}
.c-tb-confirm tr:last-child td {
  padding-bottom: 1.875rem;
  border-radius: 0 0 0 0.25rem;
}
@media (max-width: 767px) {
  .c-tb-confirm tr:last-child td {
    padding-bottom: 1.25rem;
  }
}
.c-tb-confirm th {
  font-weight: 400;
  text-align: left;
  padding: 0.9375rem 0.9375rem 0.9375rem 0;
  vertical-align: top;
  width: 24%;
}
@media (max-width: 767px) {
  .c-tb-confirm th {
    font-size: 0.625rem;
    padding: 0.3125rem 0.625rem 0.3125rem 0;
  }
}
.c-tb-confirm td {
  color: #333;
  background-color: #FBFBFB;
  padding: 0.9375rem 1.875rem 0.9375rem 1.875rem;
  vertical-align: top;
}
@media (max-width: 767px) {
  .c-tb-confirm td {
    padding: 0.3125rem 0.625rem;
  }
}

.c-tb-point {
  width: 100%;
  font-size: 1.125rem;
  border-radius: 0.5rem;
  border-collapse: separate;
  border-spacing: 0;
  border-left: 1px solid #4D65EB;
  border-top: 1px solid #4D65EB;
  margin-top: 1.25rem;
}
@media (max-width: 767px) {
  .c-tb-point {
    font-size: 0.875rem;
  }
}
.c-tb-point tr:first-child th {
  border-radius: 0.5rem 0 0 0;
}
@media (max-width: 767px) {
  .c-tb-point tr:first-child th {
    border-radius: 0.5rem 0.5rem 0 0;
  }
}
@media (min-width: 768px) {
  .c-tb-point tr:first-child td {
    border-radius: 0 0.5rem 0 0;
  }
}
@media (min-width: 768px) {
  .c-tb-point tr:last-child th {
    border-radius: 0 0 0 0.5rem;
  }
}
.c-tb-point tr:last-child td {
  border-radius: 0 0 0.5rem 0;
}
@media (max-width: 767px) {
  .c-tb-point tr:last-child td {
    border-radius: 0 0 0.5rem 0.5rem;
  }
}
.c-tb-point th {
  color: #0123E2;
  border-right: 1px solid #4D65EB;
  border-bottom: 1px solid #4D65EB;
  padding: 0.625rem 1.25rem;
  font-weight: 400;
  text-align: left;
}
@media (max-width: 767px) {
  .c-tb-point th {
    display: block;
    border-bottom-style: dashed;
    padding: 0.625rem 1rem;
    font-size: 1rem;
  }
}
.c-tb-point td {
  border-right: 1px solid #4D65EB;
  border-bottom: 1px solid #4D65EB;
  padding: 0.625rem 1.25rem;
  font-weight: 400;
}
@media (max-width: 767px) {
  .c-tb-point td {
    display: block;
    padding: 0.625rem 1rem;
  }
}
.c-tb-point .num {
  align-items: center;
  justify-content: center;
  display: inline-flex;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background-color: #4D65EB;
  text-align: center;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  margin-right: 0.75rem;
  font-size: 1.125rem;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .c-tb-point .num {
    margin-right: 0.5rem;
  }
}


.c-input-check {
  opacity: 0;
  position: absolute;
  cursor: pointer;
}
.c-input-check:checked + label::after {
  content: "";
  position: absolute;
  top: 0.375rem;
  left: 0.375rem;
  width: 0.75rem;
  height: 0.375rem;
  border-bottom: 2px solid #F77720;
  border-left: 2px solid #F77720;
  transform: rotate(-45deg);
}
.c-input-check:focus-visible + label::before {
  border-color: #000;
}
.c-input-check + label {
  position: relative;
  padding-left: 2.125rem;
  cursor: pointer;
}
.c-input-check + label::before {
  left: 0;
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  border: 1px solid #ccc;
  border-radius: 0.25rem;
  background-color: #fff;
  position: absolute;
}

.c-flex-service {
  display: flex;
  align-items: center;
  gap: 4.375rem;
}
@media (max-width: 767px) {
  .c-flex-service {
    display: block;
  }
}
.c-flex-service + * {
  margin-top: 3.75rem;
}
.c-flex-service.__rv {
  flex-direction: row-reverse;
}
.c-flex-service__txt {
  flex: 1;
  font-weight: 400;
  line-height: 1.7;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .c-flex-service__txt {
    font-size: 0.875rem;
  }
}
.c-flex-service__txt p:not(:last-child) {
  margin-bottom: 2.5rem;
}
@media (max-width: 767px) {
  .c-flex-service__txt p:not(:last-child) {
    margin-bottom: 1.25rem;
  }
}
.c-flex-service__img {
  flex: 0 1 34.0625rem;
}
@media (max-width: 767px) {
  .c-flex-service__img {
    margin-bottom: 1.25rem;
  }
}
@media (max-width: 767px) {
  .c-flex-service__btn .c-btn-more {
    display: block;
  }
}

.u-bg-grad01 {
  background: url(../images/bg_grad01.png) no-repeat center top;
  background-size: cover;
}
@media (max-width: 767px) {
  .u-bg-grad01 {
    background-image: url(../images/bg_grad01_sp.png);
  }
}

.u-bg-grad02 {
  background: url(../images/bg_grad02.png) no-repeat center top;
  background-size: cover;
}
@media (max-width: 767px) {
  .u-bg-grad02 {
    background-image: url(../images/bg_grad02_sp.png);
  }
}

.u-bg-grad03 {
  background: url(../images/bg_grad03.png) no-repeat center top;
  background-size: cover;
}
@media (max-width: 767px) {
  .u-bg-grad03 {
    background-image: url(../images/bg_grad03_sp.png);
  }
}

.u-bg-grad04 {
  background: url(../images/bg_grad04.png) no-repeat center top;
  background-size: cover;
}
@media (max-width: 767px) {
  .u-bg-grad04 {
    background-image: url(../images/bg_grad04_sp.png);
  }
}

@media (max-width: 767px) {
  .u-bg-grad05_sp {
    background-image: url(../images/bg_grad05_sp.png);
    background-size: cover;
  }
}

@media (max-width: 767px) {
  .u-bg-grad06_sp {
    background-image: url(../images/bg_grad06_sp.png);
    background-size: cover;
  }
}

.u-icon-plus {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1.25rem;
  height: 1.25rem;
}
.u-icon-plus::before, .u-icon-plus::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #fff;
  top: 50%;
  left: 0;
  transition: transform 0.3s ease;
}
.u-icon-plus::after {
  transform: rotate(90deg);
}

.open .u-icon-plus::after {
  transform: rotate(0deg);
}

.u-icon-about {
  display: inline-block;
  position: relative;
  padding-left: 1.25rem;
  font-weight: 500;
  color: #0123E2;
  line-height: 1.2;
}
.u-icon-about::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  content: "";
  width: 0.9375rem;
  height: 0.9375rem;
  background: url(../images/icon_about.svg) no-repeat center;
  background-size: 100% auto;
}

.u-icon-system {
  display: inline-block;
  position: relative;
  padding-left: 1.25rem;
  font-weight: 500;
  color: #0123E2;
  line-height: 1.2;
}
.u-icon-system::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  content: "";
  width: 0.9375rem;
  height: 0.9375rem;
  background: url(../images/icon_system.svg) no-repeat center;
  background-size: 100% auto;
}

.u-icon-voice {
  display: inline-block;
  position: relative;
  padding-left: 1.25rem;
  font-weight: 500;
  color: #0123E2;
  line-height: 1.2;
}
.u-icon-voice::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  content: "";
  width: 0.9375rem;
  height: 0.9375rem;
  background: url(../images/icon_voice.svg) no-repeat center;
  background-size: 100% auto;
}

.u-icon-science {
  display: inline-block;
  position: relative;
  padding-left: 1.25rem;
  font-weight: 500;
  color: #0123E2;
  line-height: 1.2;
}
.u-icon-science::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0.25rem;
  content: "";
  width: 0.6875rem;
  height: 0.9375rem;
  background: url(../images/icon_science.svg) no-repeat center;
  background-size: auto 100%;
}

.u-icon-voicecat {
  display: inline-block;
  min-width: 4.375rem;
  background-color: #4D65EB;
  border-radius: 0.125rem;
  font-size: 0.6875rem;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  padding: 0.25rem;
  text-align: center;
}
@media (max-width: 767px) {
  .u-icon-voicecat {
    font-size: 0.625rem;
  }
}

.u-icon-newscat {
  display: inline-block;
  text-align: center;
  min-width: 6.25rem;
  text-decoration: none;
  color: #0123E2;
  border: 1px solid #0123E2;
  padding: 0.375rem;
  line-height: 1;
  border-radius: 0.25rem;
  font-size: 0.625rem;
  font-weight: 500;
}

.u-icon-service {
  background-color: #4D65EB;
  display: inline-block;
  text-align: center;
  color: #fff;
  padding: 0.5rem 0.75rem;
  line-height: 1;
  border-radius: 0.125rem;
  font-size: 0.875rem;
  font-weight: 400;
  margin-top: 0.625rem;
}
@media (max-width: 767px) {
  .u-icon-service {
    font-size: 0.75rem;
  }
}

.u-icon-vol {
  background-color: #4D65EB;
  color: #fff;
  text-align: center;
  display: inline-block;
  border-radius: 0.25rem;
  padding: 0.375rem;
  font-size: 0.875rem;
  font-family: "Poppins", sans-serif;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.02em;
  min-width: 3.75rem;
}

.u-icon-num {
  background-color: #4D65EB;
  color: #fff;
  display: inline-flex;
  font-weight: 700;
  font-size: 1.125rem;
  font-family: "Poppins", sans-serif;
  width: 1.75rem;
  height: 1.75rem;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.u-txt-c {
  text-align: center;
}

@media (min-width: 768px) {
  .u-txt-c_pc {
    text-align: center;
  }
}

.u-txt-r {
  text-align: right;
}

.u-fw-regular {
  font-weight: 400;
}

.u-fw-bold {
  font-weight: 700;
}

.u-fc-orange {
  color: #F77720;
}

.u-fc-blue {
  color: #0123E2;
}

.u-hide {
  display: none;
}

.u-lh-200 {
  line-height: 2;
}
@media (max-width: 767px) {
  .u-lh-200 {
    line-height: 1.7;
  }
}

.u-radius {
  border-radius: 0.75rem;
}

.u-shadow {
  box-shadow: 0.25rem 0.25rem 0.53125rem rgba(0, 0, 0, 0.1);
}

.u-border {
  border: 1px solid #ccc;
}

@media (max-width: 767px) {
  .u-pc {
    display: none;
  }
}

.u-sp {
  display: none;
}
@media (max-width: 767px) {
  .u-sp {
    display: block;
  }
}

.smf-form--simple-table .smf-item__col--label {
  padding: 0.9375rem 2.5rem;
  vertical-align: top;
  text-align: left;
  font-weight: 400;
  width: 30%;
  font-size: 1rem;
  flex: none;
  max-width: none;
}
@media (max-width: 767px) and (min-width: 640px) {
  .smf-form--simple-table .smf-item__col--label {
    flex: 0 0 14em;
    max-width: 14em;
  }
}
@media (max-width: 767px) {
  .smf-form--simple-table .smf-item__col--label {
    display: block;
    font-size: 0.875rem;
    padding: 0;
    margin-bottom: 0.5rem;
    width: auto;
  }
}

.smf-form--simple-table .smf-item__col--controls {
  vertical-align: top;
  padding: 0 2.5rem 1.875rem 0;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .smf-form--simple-table .smf-item__col--controls {
    display: block;
    padding: 0;
    margin-bottom: 0.9375rem;
  }
}

.smf-item__description {
  text-align: left;
  font-weight: 400;
  font-size: 1rem;
  color: #000;
  margin-top: 0;
}
@media (max-width: 767px) {
  .smf-item__description {
    font-size: 0.875rem;
  }
}

.smf-action .smf-button-control__control {
  cursor: pointer;
  background-color: #4d65eb;
  border: 1px solid #4d65eb;
  border-radius: 0.5rem;
  display: inline-block;
  min-width: 13.75rem;
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  padding: 1rem;
  transition: 0.3s ease;
  background: #4d65eb url(../images/icon_arrow_line.svg) no-repeat right 1.25rem center;
  background-size: 1.4375rem 0.4375rem;
  min-width: 23.125rem;
}
@media (max-width: 767px) {
  .smf-action .smf-button-control__control {
    min-width: 0;
    display: block;
    flex: 0 1 50%;
    font-size: 0.875rem;
    padding: 0.625rem;
    background-position: right 0.625rem center;
    min-width: 80%;
  }
}
@media (any-hover: hover) {
  .smf-action .smf-button-control__control:hover {
    background-image: url(../images/icon_arrow_line_blue.svg);
    background-color: #fff;
    color: #4d65eb;
  }
}

@media (max-width: 767px) {
  .smf-button-control {
    display: flex;
    justify-content: center;
  }
}

.smf-form--simple-table .smf-item {
  padding: 0;
}

.smf-item__label__text {
  position: relative;
}

.smf-item:has([data-validations~=required]) .smf-item__label__text::after {
  position: absolute;
  top: 50%;
  right: -8px;
  transform: translateY(-50%);
  content: "*";
  font-size: 12px;
  color: #f77720;
  font-weight: 400;
  font-size: 1rem;
}

.c-tb-form-caption {
  padding-left: 30%;
  padding-bottom: 0.5rem;
  color: #f77720;
  font-weight: 400;
  text-align: left;
}
@media (max-width: 767px) {
  .c-tb-form-caption {
    padding: 0;
    margin-bottom: 0.625rem;
  }
}

@media (max-width: 767px) {
  .smf-form--simple-table .smf-item__col--label {
    display: flex;
  }
}

.smf-checkbox-control__label {
  display: none;
}

.c-tb-form-privacy {
  text-align: center;
  font-weight: 400;
  margin: 3.125rem 0 5rem;
  color: #f77720;
  justify-content: center;
}
.c-tb-form-privacy p a {
  color: #f77720;
}

.smf-form .smf-checkbox-control__control {
  width: 1.5rem;
  height: 1.5rem;
  border: 1px solid #ccc;
}
.smf-form .smf-checkbox-control__control:checked {
  border: 1px solid #ccc;
  border-radius: 0.25rem;
  background-color: #fff;
}
.smf-form .smf-checkbox-control__control:checked:before {
  content: "";
  position: absolute;
  top: 0.375rem;
  left: 0.375rem;
  width: 0.75rem;
  height: 0.375rem;
  border-bottom: 2px solid #f77720;
  border-left: 2px solid #f77720;
  transform: rotate(-45deg);
}

.p-formstep-contents {
  padding: 0 1.25rem 0 1.25rem;
  overflow-x: hidden;
}

.c-tb-form {
  overflow-x: hidden;
  max-width: 920px;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .c-tb-form {
    padding-inline: 1rem;
  }
}

.c-tb-form-confirm {
  display: none;
}

.smf-form--simple-table + .smf-action {
  margin-top: 0;
  margin-bottom: 7.5rem;
}
@media (max-width: 767px) {
  .smf-form--simple-table + .smf-action {
    margin-block: 3.75rem 3.75rem;
  }
}

@media (max-width: 767px) {
  .p-form-annotation {
    padding-inline: 1rem;
  }
}

.c-tb-form__privacy {
  justify-content: center;
}
@media (max-width: 767px) {
  .c-tb-form__privacy {
    margin-bottom: 0;
  }
}

.snow-monkey-form[data-screen=confirm] .p-formstep-contents {
  display: none;
}
.snow-monkey-form[data-screen=confirm] .p-form-annotation {
  display: none;
}
.snow-monkey-form[data-screen=confirm] .c-tb-form-caption {
  display: none;
}
.snow-monkey-form[data-screen=confirm] .c-tb-form__privacy {
  display: none;
}
.snow-monkey-form[data-screen=confirm] .c-tb-form-confirm {
  display: block;
  padding-inline: 1.25rem;
  max-width: 920px;
  margin-inline: auto;
  margin-bottom: 0;
}
.snow-monkey-form[data-screen=confirm] .c-tb-form {
  padding-inline: 1.25rem;
}
@media (max-width: 767px) {
  .snow-monkey-form[data-screen=confirm] .smf-form--simple-table .smf-item {
    display: flex;
  }
}
.snow-monkey-form[data-screen=confirm] .smf-form--simple-table .smf-item__col--label {
  padding: 0.9375rem 0.9375rem 0.9375rem 0;
  width: 24%;
}
@media (max-width: 767px) {
  .snow-monkey-form[data-screen=confirm] .smf-form--simple-table .smf-item__col--label {
    font-size: 0.625rem;
    padding: 0.3125rem 0.625rem 0.3125rem 0;
    margin-bottom: 0;
    display: block;
  }
}
.snow-monkey-form[data-screen=confirm] .smf-item__col.smf-item__col--controls {
  padding: 0.9375rem 1.875rem 0.9375rem 1.875rem;
  color: #333;
  background-color: #fbfbfb;
  vertical-align: top;
  font-weight: 400;
}
@media (max-width: 767px) {
  .snow-monkey-form[data-screen=confirm] .smf-item__col.smf-item__col--controls {
    padding: 0.3125rem 0.625rem;
    width: 76%;
    margin-bottom: 0;
    font-size: 0.78125rem;
  }
}
.snow-monkey-form[data-screen=confirm] .smf-item:has([data-validations~=required]) .smf-item__label__text::after {
  display: none;
}
.snow-monkey-form[data-screen=confirm] .smf-form--simple-table + .smf-action {
  margin-top: 3.75rem;
}
@media (max-width: 767px) {
  .snow-monkey-form[data-screen=confirm] .smf-form--simple-table + .smf-action {
    display: flex;
    justify-content: center;
    gap: 0.625rem;
    margin-top: 3.75rem;
    padding-inline: 1rem;
  }
}
.snow-monkey-form[data-screen=confirm] .smf-action .smf-button-control__control {
  min-width: 13.75rem;
}
@media (max-width: 767px) {
  .snow-monkey-form[data-screen=confirm] .smf-action .smf-button-control__control {
    width: 100%;
    min-width: 0;
  }
}
.snow-monkey-form[data-screen=confirm] .smf-action .smf-button-control__control[data-action=back] {
  background: #4d65eb url(../images/icon_arrow_line_l.svg) no-repeat left 1.25rem center;
  background-size: 1.4375rem 0.4375rem;
}
@media (max-width: 767px) {
  .snow-monkey-form[data-screen=confirm] .smf-action .smf-button-control__control[data-action=back] {
    background-position: left 0.625rem center;
  }
}
@media (any-hover: hover) {
  .snow-monkey-form[data-screen=confirm] .smf-action .smf-button-control__control[data-action=back]:hover {
    background-image: url(../images/icon_arrow_line_blue.svg);
    background-color: #fff;
    color: #4d65eb;
  }
}
.snow-monkey-form[data-screen=confirm] .smf-action .smf-button-control + .smf-button-control {
  margin-left: 2.5rem;
}
@media (max-width: 767px) {
  .snow-monkey-form[data-screen=confirm] .smf-action .smf-button-control + .smf-button-control {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .snow-monkey-form[data-screen=confirm] .smf-button-control {
    display: block;
    min-width: 0;
    display: block;
    flex: 0 1 50%;
    font-size: 0.875rem;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .snow-monkey-form[data-screen=confirm] .smf-item__description {
    font-size: 0.625rem;
  }
}