@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=LINE+Seed+JP:wght@400;700;800&display=swap");
.u-truncate {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  /* 制限したい行数が3の場合 */
  overflow: hidden;
}

/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default padding */
ul[class],
ol[class] {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul[class],
ol[class] {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

button {
  background-color: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  outline: none;
  appearance: none;
}

/* Blur images when they have no alt attribute */
/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
html {
  width: 100%;
  font-family: "LINE Seed JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "游ゴシック  Medium", meiryo, sans-serif;
  color: #334654;
  font-size: 16px;
  background-image: linear-gradient(126.252deg, rgb(248, 250, 252) 0%, rgb(255, 255, 255) 50%, rgba(239, 246, 255, 0.3) 100%);
  background-attachment: fixed;
  margin: 0;
}

body {
  width: 100%;
  overflow-x: hidden;
  font-family: "LINE Seed JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "游ゴシック  Medium", meiryo, sans-serif;
  color: #334654;
  font-size: 16px;
  background-image: linear-gradient(126.252deg, rgb(248, 250, 252) 0%, rgb(255, 255, 255) 50%, rgba(239, 246, 255, 0.3) 100%);
  background-attachment: fixed;
  margin: 0;
}
@supports (-webkit-touch-callout: none) {
  body {
    min-height: -webkit-fill-available;
  }
}

input,
button,
textarea,
select {
  appearance: none;
  border: none;
  background: none;
  color: #334654;
  outline: none;
}

fieldset {
  padding: 0;
  margin: 0;
  border: none;
}

button {
  outline: none;
  cursor: pointer;
  padding: 0;
}

img {
  width: 100%;
  height: auto;
}

section {
  position: relative;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  opacity: 0.8;
}

.js-fade {
  opacity: 0;
  will-change: opacity, transform;
  transition: opacity 0.9s cubic-bezier(0.25, 1, 0.5, 1), transform 0.9s cubic-bezier(0.25, 1, 0.5, 1);
}
.js-fade.fade-up {
  transform: translateY(40px);
}
.js-fade.fade-left {
  transform: translateX(-40px);
}
.js-fade.fade-right {
  transform: translateX(40px);
}
.js-fade.fade-in {
  transform: scale(0.98);
}
.js-fade.is-animated {
  opacity: 1;
  transform: none !important;
}

.l-primaryTemplate {
  padding-top: 100px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .l-primaryTemplate {
    padding-top: 70px;
  }
}
@media (max-width: 560px) {
  .l-primaryTemplate {
    padding-top: 50px;
  }
}
.l-primaryTemplate__header {
  z-index: 1000;
}
@media (min-width: 560px) {
  .l-primaryTemplate__body {
    width: 1100px;
    margin: 0 auto 100px;
  }
}
@media (max-width: 1100px) and (min-width: 768px) {
  .l-primaryTemplate__body {
    width: initial;
    margin: 0 30px 50px;
  }
}
@media (max-width: 560px) {
  .l-primaryTemplate__body {
    margin: 0 15px 50px;
  }
}
@media (min-width: 560px) {
  .l-primaryTemplate__section + .l-primaryTemplate__section {
    margin-top: 100px;
  }
}
@media (max-width: 1100px) and (min-width: 768px) {
  .l-primaryTemplate__section + .l-primaryTemplate__section {
    margin-top: 70px;
  }
}
@media (max-width: 560px) {
  .l-primaryTemplate__section + .l-primaryTemplate__section {
    margin-top: 50px;
  }
}
@media (min-width: 560px) {
  .l-primaryTemplate__footer {
    width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 1100px) and (min-width: 768px) {
  .l-primaryTemplate__footer {
    width: 100%;
  }
}

.l-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1500;
  display: none;
}

.l-twoColumnLayout {
  display: flex;
  align-items: stretch;
  position: relative;
  gap: 50px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .l-twoColumnLayout {
    gap: 30px;
  }
}
@media (max-width: 560px) {
  .l-twoColumnLayout {
    flex-direction: column-reverse;
    gap: 32px;
  }
}
@media (min-width: 560px) {
  .l-twoColumnLayout__subColumn {
    width: 250px;
    min-width: 250px;
  }
}
@media (max-width: 1100px) and (min-width: 768px) {
  .l-twoColumnLayout__subColumn {
    width: 200px;
    min-width: 200px;
  }
}
@media (max-width: 560px) {
  .l-twoColumnLayout__subColumn {
    width: 100%;
    min-width: initial;
  }
}
.l-twoColumnLayout__subColumnInner {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 560px) {
  .l-twoColumnLayout__subColumnInner {
    position: sticky;
    top: 130px;
  }
}
@media (max-width: 1100px) and (min-width: 768px) {
  .l-twoColumnLayout__subColumnInner {
    position: sticky;
    top: 100px;
    gap: 20px;
  }
}
@media (max-width: 560px) {
  .l-twoColumnLayout__subColumnInner {
    gap: 16px;
  }
}
.l-twoColumnLayout__mainColumn {
  flex-grow: 1;
  min-width: 0;
}
@media (min-width: 560px) {
  .l-twoColumnLayout__mainColumn {
    width: 800px;
    max-width: 100%;
    box-sizing: border-box;
  }
}
@media (min-width: 560px) {
  .l-twoColumnLayout__row + .l-twoColumnLayout__row {
    margin-top: 50px;
  }
}
@media (max-width: 560px) {
  .l-twoColumnLayout__row + .l-twoColumnLayout__row {
    margin-top: 30px;
  }
}
.l-twoColumnLayout__row.align-center {
  text-align: center;
}
@media (min-width: 560px) {
  .l-twoColumnLayout__row.is-closing {
    margin-top: 100px !important;
  }
}
@media (max-width: 1100px) and (min-width: 768px) {
  .l-twoColumnLayout__row.is-closing {
    margin-top: 70px !important;
  }
}
@media (max-width: 560px) {
  .l-twoColumnLayout__row.is-closing {
    margin-top: 50px !important;
  }
}
@media (min-width: 560px) {
  .l-twoColumnLayout__row.is-related-articles {
    margin-top: 100px !important;
  }
}
@media (max-width: 560px) {
  .l-twoColumnLayout__row.is-related-articles {
    margin-top: 50px !important;
  }
}

.l-primarySectionLayout__title {
  margin-bottom: 40px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .l-primarySectionLayout__title {
    margin-bottom: 30px;
  }
}
@media (max-width: 560px) {
  .l-primarySectionLayout__title {
    margin-bottom: 25px;
  }
}
.l-primarySectionLayout__description {
  line-height: 1.8;
  font-size: 16px;
}
.l-primarySectionLayout__description.size-large {
  font-weight: 500;
}
@media (min-width: 560px) {
  .l-primarySectionLayout__description.size-large {
    font-size: 20px;
  }
}
@media (max-width: 560px) {
  .l-primarySectionLayout__description.size-large {
    font-size: 18px;
    text-align: left;
  }
  .l-primarySectionLayout__description.size-large br {
    display: none;
  }
}
.l-primarySectionLayout__description.size-medium {
  font-size: 16px;
}
.l-primarySectionLayout__description.align-center {
  text-align: center;
}
.l-primarySectionLayout__row.is-flex {
  display: flex;
}
@media (min-width: 560px) {
  .l-primarySectionLayout__row.is-flex {
    align-items: center;
  }
}
@media (max-width: 1100px) and (min-width: 768px) {
  .l-primarySectionLayout__row.is-flex {
    flex-direction: column;
  }
}
@media (max-width: 560px) {
  .l-primarySectionLayout__row.is-flex {
    flex-direction: column;
  }
}
@media (min-width: 560px) {
  .l-primarySectionLayout__row.is-flex .l-primarySectionLayout__image {
    margin-right: 50px;
  }
}
@media (max-width: 1100px) and (min-width: 768px) {
  .l-primarySectionLayout__row.is-flex .l-primarySectionLayout__image {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
@media (max-width: 560px) {
  .l-primarySectionLayout__row.is-flex .l-primarySectionLayout__image {
    margin-bottom: 20px;
  }
}
.l-primarySectionLayout__row.is-flex-reverse {
  display: flex;
  flex-direction: row-reverse;
}
@media (min-width: 560px) {
  .l-primarySectionLayout__row.is-flex-reverse {
    align-items: center;
  }
}
@media (max-width: 1100px) and (min-width: 768px) {
  .l-primarySectionLayout__row.is-flex-reverse {
    flex-direction: column;
  }
}
@media (max-width: 560px) {
  .l-primarySectionLayout__row.is-flex-reverse {
    flex-direction: column;
  }
}
@media (min-width: 560px) {
  .l-primarySectionLayout__row.is-flex-reverse .l-primarySectionLayout__image {
    margin-left: 50px;
  }
}
@media (max-width: 1100px) and (min-width: 768px) {
  .l-primarySectionLayout__row.is-flex-reverse .l-primarySectionLayout__image {
    margin-left: 0;
    margin-bottom: 20px;
  }
}
@media (max-width: 560px) {
  .l-primarySectionLayout__row.is-flex-reverse .l-primarySectionLayout__image {
    margin-bottom: 20px;
  }
}
.l-primarySectionLayout__row + .l-primarySectionLayout__row {
  margin-top: 20px;
}
@media (min-width: 560px) {
  .l-primarySectionLayout__image {
    width: 48%;
    min-width: 48%;
  }
}
@media (max-width: 1100px) and (min-width: 768px) {
  .l-primarySectionLayout__image {
    width: 100%;
    min-width: initial;
  }
}
.l-primarySectionLayout__footer {
  text-align: right;
  margin-top: 20px;
}

.l-primaryTemplate__section:has(.c-pageTitle) {
  padding: 0 !important;
  margin-top: 0 !important;
}

@media (min-width: 560px) {
  .l-primaryTemplate__section:has(.c-pageTitle) + .l-primaryTemplate__section {
    margin-top: 60px !important;
  }
}
@media (max-width: 1100px) and (min-width: 768px) {
  .l-primaryTemplate__section:has(.c-pageTitle) + .l-primaryTemplate__section {
    margin-top: 50px !important;
  }
}
@media (max-width: 560px) {
  .l-primaryTemplate__section:has(.c-pageTitle) + .l-primaryTemplate__section {
    margin-top: 40px !important;
  }
}

.p-worksAdvantageSection + .p-worksAdvantageSection,
.p-cultureInterviewSection + .p-cultureOfficeSection,
.p-cultureOfficeSection + .p-cultureInterviewSection,
.p-worksAdvantageSection + .p-cultureInterviewSection,
.p-worksAdvantageSection + .p-cultureOfficeSection,
.p-cultureInterviewSection + .p-worksAdvantageSection,
.p-cultureOfficeSection + .p-worksAdvantageSection,
.p-cultureOfficeSection + .p-cultureSupportSection,
.p-cultureSupportSection + .p-cultureActivitySection {
  margin-top: 0 !important;
}

.l-primaryHeader {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.85);
  border-bottom: 1px solid rgba(226, 232, 240, 0.5);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.l-primaryHeader__inner {
  display: flex;
  align-items: center;
}
@media (min-width: 560px) {
  .l-primaryHeader__inner {
    width: 1100px;
    margin: 0 auto;
    justify-content: space-between;
    height: 100px;
  }
}
@media (max-width: 1100px) and (min-width: 768px) {
  .l-primaryHeader__inner {
    width: 100%;
    padding: 0 30px;
    height: 70px;
  }
}
@media (max-width: 560px) {
  .l-primaryHeader__inner {
    padding: 0 15px;
    height: 50px;
    justify-content: space-between;
  }
}
@media (min-width: 560px) {
  .l-primaryHeader__logo {
    width: 230px;
  }
}
@media (max-width: 1100px) and (min-width: 561px) {
  .l-primaryHeader__logo {
    width: 180px;
  }
}
@media (max-width: 560px) {
  .l-primaryHeader__logo {
    width: 120px;
  }
}
.l-primaryHeader__logo img {
  width: 100%;
  height: auto;
}
@media (max-width: 1100px) {
  .l-primaryHeader__menu {
    display: none;
  }
}
.l-primaryHeader__toggle {
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #334654;
}
@media (min-width: 1101px) {
  .l-primaryHeader__toggle {
    display: none;
  }
}
@media (max-width: 1100px) {
  .l-primaryHeader__toggle {
    display: block;
    font-size: 24px;
  }
}
.l-primaryHeader__toggle input {
  display: none;
}

.l-primaryFooter {
  background: linear-gradient(168.93deg, #36517d 0%, #2a427c 50%, #163fb7 100%);
  color: #cad5e2;
  box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, 0.1), 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
}
@media (min-width: 560px) {
  .l-primaryFooter {
    border-radius: 48px 48px 0 0;
  }
}
@media (max-width: 560px) {
  .l-primaryFooter {
    border-radius: 30px 30px 0 0;
  }
}
.l-primaryFooter__body {
  display: flex;
  max-width: 1100px;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
}
@media (min-width: 560px) {
  .l-primaryFooter__body {
    padding: 64px 24px;
    justify-content: space-between;
    align-items: flex-start;
  }
}
@media (max-width: 1100px) and (min-width: 768px) {
  .l-primaryFooter__body {
    padding: 50px 24px;
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 560px) {
  .l-primaryFooter__body {
    flex-direction: column;
    align-items: center;
    padding: 30px 16px 10px 16px;
  }
}
@media (max-width: 1100px) and (min-width: 768px) {
  .l-primaryFooter__content {
    text-align: center;
  }
}
@media (min-width: 560px) {
  .l-primaryFooter__logo {
    width: 250px;
    margin-bottom: 16px;
  }
}
@media (max-width: 1100px) and (min-width: 768px) {
  .l-primaryFooter__logo {
    margin: 0 auto 10px;
  }
}
@media (max-width: 560px) {
  .l-primaryFooter__logo {
    width: 230px;
    margin: 0 auto 10px;
  }
}
.l-primaryFooter__description {
  line-height: 1.5;
  color: #cad5e2;
}
@media (max-width: 560px) {
  .l-primaryFooter__description {
    font-size: 13px;
    text-align: center;
    margin-bottom: 20px;
  }
}
@media (max-width: 1100px) and (min-width: 768px) {
  .l-primaryFooter__menu {
    margin-top: 30px;
  }
}
@media (max-width: 560px) {
  .l-primaryFooter__menu {
    width: 100%;
  }
}
.l-primaryFooter__copyright {
  text-align: center;
  border-top: 1px solid #314158;
  color: #90a1b9;
  max-width: 1100px;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
}
@media (min-width: 560px) {
  .l-primaryFooter__copyright {
    padding: 33px 0 24px 0;
    font-size: 14px;
  }
}
@media (max-width: 560px) {
  .l-primaryFooter__copyright {
    padding: 20px 0;
    font-size: 12px;
  }
}

.p-keyVisualTop {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
@media (min-width: 560px) {
  .p-keyVisualTop {
    height: 680px;
  }
}
@media (max-width: 1100px) and (min-width: 768px) {
  .p-keyVisualTop {
    height: 580px;
  }
}
@media (max-width: 560px) {
  .p-keyVisualTop {
    height: 560px;
  }
}
.p-keyVisualTop__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}
.p-keyVisualTop__slides {
  position: absolute;
  inset: 0;
}
.p-keyVisualTop__slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  will-change: opacity;
  z-index: 0;
}
.p-keyVisualTop__slide.is-active {
  opacity: 1;
  z-index: 1;
}
.p-keyVisualTop__slide.is-active .p-keyVisualTop__bgImage {
  animation: kvKenBurns 7s ease-out forwards;
}
.p-keyVisualTop__slide.is-leaving {
  opacity: 0;
  z-index: 2;
  transition: opacity 1.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.p-keyVisualTop__slide.is-leaving .p-keyVisualTop__bgImage {
  animation: kvKenBurns 7s ease-out forwards;
}
.p-keyVisualTop__bgGradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(154.797deg, rgba(239, 246, 255, 0.5) 0%, rgba(207, 227, 255, 0) 50%, rgba(238, 242, 255, 0.3) 100%);
  z-index: 2;
}
.p-keyVisualTop__bgPicture {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 0;
}
.p-keyVisualTop__bgImage {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  transform-origin: center center;
  transform: scale(1) translateZ(0);
  will-change: transform;
  transition: transform 1.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.p-keyVisualTop__bgOverlay {
  position: absolute;
  inset: 0;
  background: rgba(21, 31, 59, 0.59);
  z-index: 3;
}
.p-keyVisualTop__indicators {
  position: absolute;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  z-index: 20;
}
@media (max-width: 560px) {
  .p-keyVisualTop__indicators {
    bottom: 16px;
  }
}
.p-keyVisualTop__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: flex-start;
  justify-content: center;
}
@media (min-width: 560px) {
  .p-keyVisualTop__inner {
    width: 1100px;
    margin: 0 auto;
  }
}
@media (max-width: 1100px) and (min-width: 768px) {
  .p-keyVisualTop__inner {
    width: 100%;
    padding: 0 30px;
    gap: 24px;
  }
}
@media (max-width: 560px) {
  .p-keyVisualTop__inner {
    padding: 60px 20px 40px;
    gap: 20px;
  }
}
.p-keyVisualTop__text {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
}
.p-keyVisualTop__mainCopyWrap, .p-keyVisualTop__subCopyWrap {
  mix-blend-mode: color-dodge;
  display: inline-block;
  width: auto;
  will-change: mix-blend-mode;
}
.p-keyVisualTop__mainCopy {
  font-weight: 700;
  font-style: normal;
  line-height: 1.2;
  padding-bottom: 0.1em;
  background: linear-gradient(90deg, #95c8ff 0%, #009ddb 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin: 0;
}
@media (min-width: 560px) {
  .p-keyVisualTop__mainCopy {
    font-size: 77px;
  }
}
@media (max-width: 1100px) and (min-width: 768px) {
  .p-keyVisualTop__mainCopy {
    font-size: 54px;
  }
}
@media (max-width: 560px) {
  .p-keyVisualTop__mainCopy {
    font-size: 48px;
  }
}
.p-keyVisualTop__subCopy {
  font-weight: 700;
  line-height: 1.4;
  padding-bottom: 0.1em;
  letter-spacing: 0.1em;
  background: linear-gradient(90deg, #7fbdff 0%, #009ddb 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin: 0;
}
.p-keyVisualTop__subCopy br {
  display: none;
}
@media (max-width: 560px) {
  .p-keyVisualTop__subCopy br {
    display: block;
  }
}
@media (min-width: 560px) {
  .p-keyVisualTop__subCopy {
    font-size: 28px;
  }
}
@media (max-width: 1100px) and (min-width: 768px) {
  .p-keyVisualTop__subCopy {
    font-size: 20px;
  }
}
@media (max-width: 560px) {
  .p-keyVisualTop__subCopy {
    font-size: 20px;
  }
}
.p-keyVisualTop__description {
  font-weight: 400;
  color: #fff;
  line-height: 1.6;
}
@media (min-width: 560px) {
  .p-keyVisualTop__description {
    font-size: 18px;
    max-width: 826px;
  }
}
@media (max-width: 1100px) and (min-width: 768px) {
  .p-keyVisualTop__description {
    font-size: 16px;
  }
}
@media (max-width: 560px) {
  .p-keyVisualTop__description {
    font-size: 14px;
  }
}
.p-keyVisualTop__description p {
  margin: 0;
}
.p-keyVisualTop__description p + p {
  margin-top: 0;
}
.p-keyVisualTop__button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 32px;
  border-radius: 999px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%), linear-gradient(90deg, rgb(21, 144, 252) 0%, rgb(0, 105, 218) 100%);
  box-shadow: 0px 10px 7px rgba(43, 127, 255, 0.3), 0px 4px 3px rgba(43, 127, 255, 0.3);
  transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}
.p-keyVisualTop__button:hover {
  transform: translateY(-2px);
  box-shadow: 0px 14px 12px rgba(43, 127, 255, 0.35), 0px 6px 5px rgba(43, 127, 255, 0.35);
  opacity: 0.95;
}
.p-keyVisualTop__button:hover .p-keyVisualTop__buttonIcon {
  transform: translateX(4px);
}
.p-keyVisualTop__button:active {
  transform: translateY(0);
}
@media (max-width: 560px) {
  .p-keyVisualTop__button {
    font-size: 14px;
    padding: 14px 24px;
  }
}
.p-keyVisualTop__buttonIcon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  transition: transform 0.2s ease;
}
.p-keyVisualTop__buttonIcon img {
  width: 100%;
  height: 100%;
}
.p-keyVisualTop__blogBanner {
  position: fixed;
  z-index: 1010;
}
@media (min-width: 560px) {
  .p-keyVisualTop__blogBanner {
    right: 40px;
    bottom: 40px;
  }
}
@media (max-width: 1100px) and (min-width: 768px) {
  .p-keyVisualTop__blogBanner {
    right: 30px;
    bottom: 30px;
  }
}
@media (max-width: 560px) {
  .p-keyVisualTop__blogBanner {
    right: 16px;
    bottom: 16px;
  }
}

.p-kvBlogBanner {
  display: flex;
  gap: 16px;
  align-items: center;
  background: #fff;
  border-radius: 16px;
  padding: 16px;
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1), 0px 4px 6px rgba(0, 0, 0, 0.1);
  animation: kvBannerFloat 3s ease-in-out infinite;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.p-kvBlogBanner.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
@media (max-width: 560px) {
  .p-kvBlogBanner {
    gap: 6px;
    padding: 6px;
    width: max-content;
    border-radius: 12px;
  }
}
.p-kvBlogBanner__icon {
  position: relative;
  width: 110px;
  height: 110px;
  flex-shrink: 0;
  background: linear-gradient(135deg, #007bff 0%, #009ddb 100%);
  border-radius: 15%;
  padding: 20px;
}
@media (max-width: 560px) {
  .p-kvBlogBanner__icon {
    width: 48px;
    height: 48px;
    padding: 8px;
  }
}
.p-kvBlogBanner__content {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 167px;
}
@media (max-width: 560px) {
  .p-kvBlogBanner__content {
    width: auto;
    min-width: 0;
    gap: 4px;
    justify-content: center;
  }
}
.p-kvBlogBanner__title {
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 18px;
  font-style: normal;
  line-height: 1;
  background: linear-gradient(90deg, #007bff 0%, #009ddb 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin: 0;
}
@media (max-width: 560px) {
  .p-kvBlogBanner__title {
    font-size: 15px;
  }
}
.p-kvBlogBanner__desc {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #334654;
  line-height: 1.4;
  margin: 0;
}
@media (max-width: 560px) {
  .p-kvBlogBanner__desc {
    display: none;
  }
}
.p-kvBlogBanner__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 4px 16px;
  border-radius: 999px;
  border: 1px solid rgba(21, 125, 252, 0.3);
  background-color: transparent;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 12px;
  color: #1461e6;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  outline: none;
  margin: 0;
  box-shadow: 0px 1px 4px rgba(40, 64, 103, 0.24), 0px 8px 16px rgba(47, 65, 101, 0.1);
  transition: background 0.2s ease, color 0.2s ease;
}
.p-kvBlogBanner__link i.uil {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease;
}
.p-kvBlogBanner__link:hover {
  background: rgba(21, 125, 252, 0.06);
}
.p-kvBlogBanner__link:hover i.uil {
  transform: translateX(4px);
}
@media (max-width: 560px) {
  .p-kvBlogBanner__link {
    padding: 2px 8px;
    gap: 4px;
    font-size: 10px;
  }
  .p-kvBlogBanner__link i.uil {
    font-size: 10px;
  }
}

@keyframes kvBannerFloat {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
}
.p-kvIndicator {
  display: block;
  width: 10px;
  height: 10px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  outline: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.p-kvIndicator:hover {
  background-color: rgba(255, 255, 255, 0.8);
}
.p-kvIndicator.is-active {
  width: 28px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 0 6px rgba(255, 255, 255, 0.4);
}

@keyframes kvKenBurns {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.08);
  }
}
.c-sectionTitle {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  font-weight: 700;
  line-height: 1.4;
  background: linear-gradient(90deg, #007bff 0%, #009ddb 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  margin: 0;
  padding: 0;
  letter-spacing: 0.02em;
  border: none;
}
@media (min-width: 560px) {
  .c-sectionTitle {
    font-size: 38px;
  }
}
@media (max-width: 1100px) and (min-width: 768px) {
  .c-sectionTitle {
    font-size: 32px;
  }
}
@media (max-width: 560px) {
  .c-sectionTitle {
    font-size: 28px;
    gap: 12px;
  }
}
.c-sectionTitle::after {
  content: "";
  display: block;
  background-color: #eeeeee;
  height: 5px;
  flex-shrink: 0;
  border-radius: 99px;
  position: static;
  border: none;
}
@media (min-width: 560px) {
  .c-sectionTitle::after {
    width: 50px;
  }
}
@media (max-width: 1100px) and (min-width: 768px) {
  .c-sectionTitle::after {
    width: 40px;
  }
}
@media (max-width: 560px) {
  .c-sectionTitle::after {
    width: 30px;
    height: 4px;
  }
}
.c-sectionTitle.align-center {
  justify-content: flex-start;
  text-align: left;
}
.c-sectionTitle.align-center::after {
  left: auto;
  margin-left: 0;
}

.c-badge {
  background: linear-gradient(90deg, #007bff 0%, #009ddb 100%);
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  line-height: 1;
  padding: 5px 10px;
  border-radius: 6px;
  display: inline-block;
}

.c-pageTitle {
  background-color: transparent;
  background-image: linear-gradient(170.56deg, rgba(239, 246, 255, 0.5) 0%, rgba(207, 227, 255, 0) 50%, rgba(238, 242, 255, 0.3) 100%);
  background-size: auto;
  border-radius: 0;
  box-shadow: none;
  border: none;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  letter-spacing: 0.05em;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  box-sizing: border-box;
  gap: 16px;
}
@media (min-width: 560px) {
  .c-pageTitle {
    height: 266px;
    margin-bottom: 60px;
    padding: 0;
    gap: 16px;
  }
}
@media (max-width: 1100px) and (min-width: 768px) {
  .c-pageTitle {
    height: 230px;
    margin-bottom: 50px;
    padding: 0;
    gap: 16px;
  }
}
@media (max-width: 560px) {
  .c-pageTitle {
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
    height: 120px;
    margin-bottom: 40px;
    padding: 0;
    gap: 8px;
  }
}
.c-pageTitle:after {
  display: none;
  content: none;
}
.c-pageTitle:before {
  display: block;
  background: none;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-weight: 700;
  color: #0f172b;
  opacity: 0.02;
  line-height: 1;
  white-space: nowrap;
  pointer-events: none;
  user-select: none;
  width: auto;
  height: auto;
  right: auto;
  bottom: auto;
  z-index: 1;
}
@media (min-width: 560px) {
  .c-pageTitle:before {
    font-size: 200px;
  }
}
@media (max-width: 1100px) and (min-width: 768px) {
  .c-pageTitle:before {
    font-size: 160px;
  }
}
@media (max-width: 560px) {
  .c-pageTitle:before {
    font-size: 70px;
  }
}
.c-pageTitle__caption, .c-pageTitle__label {
  position: relative;
  z-index: 2;
  line-height: 1;
}
.c-pageTitle__caption {
  background: linear-gradient(90deg, #155dfc 0%, #0092b8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  letter-spacing: 0.1em;
  font-weight: 700;
  margin-bottom: 0;
  padding-bottom: 0;
}
@media (min-width: 560px) {
  .c-pageTitle__caption {
    font-size: 24px;
  }
}
@media (max-width: 1100px) and (min-width: 768px) {
  .c-pageTitle__caption {
    font-size: 20px;
  }
}
@media (max-width: 560px) {
  .c-pageTitle__caption {
    font-size: 16px;
  }
}
.c-pageTitle__caption:before {
  display: none;
  content: none;
}
.c-pageTitle__label {
  color: #334654;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.2;
}
@media (min-width: 560px) {
  .c-pageTitle__label {
    font-size: 48px;
    gap: 20px;
  }
}
@media (max-width: 1100px) and (min-width: 768px) {
  .c-pageTitle__label {
    font-size: 38px;
    gap: 16px;
  }
}
@media (max-width: 560px) {
  .c-pageTitle__label {
    font-size: 32px;
    gap: 12px;
  }
}
.c-pageTitle__label:after {
  content: "";
  display: block;
  width: 80px;
  height: 4px;
  border-radius: 2px;
  background: linear-gradient(90deg, #155dfc 0%, #00b8db 50%, rgba(0, 0, 0, 0) 100%);
}
@media (max-width: 560px) {
  .c-pageTitle__label:after {
    width: 60px;
    height: 3px;
  }
}
.c-pageTitle.is-news:before {
  content: "NEWS";
}
.c-pageTitle.is-blog:before {
  content: "BLOG";
}
.c-pageTitle.is-works:before {
  content: "WORKS";
}
.c-pageTitle.is-culture:before {
  content: "CULTURE";
}
.c-pageTitle.is-company:before {
  content: "COMPANY";
}
.c-pageTitle.is-recruit:before {
  content: "RECRUIT";
}
.c-pageTitle__sub {
  color: #959CA1;
  font-size: 24px;
}
@media (max-width: 560px) {
  .c-pageTitle__sub {
    font-size: 18px;
  }
}

.c-sectionTitle.is-large {
  font-size: 72px;
  line-height: 1;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .c-sectionTitle.is-large {
    font-size: 48px;
  }
}
@media (max-width: 560px) {
  .c-sectionTitle.is-large {
    font-size: 36px;
  }
}

.c-sectionTitle.is-light {
  color: #fff;
  -webkit-text-fill-color: #fff;
  background: none;
}
.c-sectionTitle.is-light::after {
  background-color: #51a8e5;
}

.c-sectionTitle.is-dark {
  font-family: "Noto Sans CJK JP", sans-serif;
  font-weight: 700;
  color: #334654;
  -webkit-text-fill-color: #334654;
  background: none;
}
.c-sectionTitle.is-dark::after {
  display: none;
  content: none;
}
@media (min-width: 560px) {
  .c-sectionTitle.is-dark {
    margin-bottom: 30px;
  }
}
@media (max-width: 1100px) and (min-width: 768px) {
  .c-sectionTitle.is-dark {
    margin-bottom: 25px;
  }
}
@media (max-width: 560px) {
  .c-sectionTitle.is-dark {
    margin-bottom: 20px;
  }
}

.c-card {
  box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, 0.1), 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
  background: #fff;
}
@media (min-width: 560px) {
  .c-card {
    border-radius: 20px;
    padding: 50px;
  }
}
@media (max-width: 1100px) and (min-width: 768px) {
  .c-card {
    padding: 30px;
  }
}
@media (max-width: 560px) {
  .c-card {
    border-radius: 10px;
    padding: 25px;
  }
}
.c-card.is-article {
  box-shadow: none;
  border: none;
  display: flex;
  flex-direction: column;
  background-color: #fff;
}
@media (min-width: 560px) {
  .c-card.is-article {
    border-radius: 16px;
    padding: 50px;
  }
}
@media (max-width: 1100px) and (min-width: 768px) {
  .c-card.is-article {
    padding: 20px;
  }
}
@media (max-width: 560px) {
  .c-card.is-article {
    border-radius: 12px;
    padding: 20px;
  }
}
@media (min-width: 560px) {
  .c-card.is-article.is-condensed {
    padding: 20px 50px;
  }
}
.c-card.with-bg {
  background: url(../img/top/bg_endorsement.png);
  background-size: cover;
  background-position: right top;
}

.c-featureCard {
  border-radius: 10px;
  box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, 0.1), 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
  background: #fff;
}
@media (min-width: 560px) {
  .c-featureCard {
    padding: 30px;
    height: 100%;
  }
}
@media (max-width: 560px) {
  .c-featureCard {
    padding: 25px;
  }
}
.c-featureCard.is-outline {
  border: 1px solid #bac9db;
  border-radius: 0;
  box-shadow: none;
  background-color: #fff;
}
@media (min-width: 560px) {
  .c-featureCard.is-outline {
    padding: 30px;
  }
}
@media (max-width: 1100px) and (min-width: 768px) {
  .c-featureCard.is-outline {
    padding: 20px;
  }
}
@media (max-width: 560px) {
  .c-featureCard.is-outline {
    padding: 20px;
  }
}
.c-featureCard__label {
  font-weight: 600;
  text-align: center;
  font-size: 28px;
  margin-bottom: 20px;
}
.c-featureCard__icon {
  margin: 0 auto;
  width: 180px;
  margin-bottom: 20px;
  aspect-ratio: 640/520;
}
@media (min-width: 560px) {
  .c-featureCard__icon.size-large {
    width: 80%;
  }
}
@media (max-width: 1100px) and (min-width: 768px) {
  .c-featureCard__icon.size-large {
    width: 100%;
  }
}
.c-featureCard__title {
  text-align: left;
  font-weight: 600;
  line-height: 1.4;
  font-size: 18px;
  margin-bottom: 15px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .c-featureCard__title {
    text-align: center;
  }
}
.c-featureCard__title.align-center {
  text-align: center;
}
.c-featureCard__description {
  line-height: 1.8;
}

.c-comingSoonCard {
  background: #fff;
  border-radius: 4px;
  border: 2px dotted #007bff;
  display: inline-block;
  text-align: center;
  line-height: 1;
}
@media (min-width: 560px) {
  .c-comingSoonCard {
    padding: 20px 30px;
  }
}
@media (max-width: 560px) {
  .c-comingSoonCard {
    padding: 15px 30px;
  }
}
.c-comingSoonCard__label {
  font-weight: 600;
}
@media (min-width: 560px) {
  .c-comingSoonCard__label {
    font-size: 24px;
    margin-bottom: 10px;
  }
}
@media (max-width: 560px) {
  .c-comingSoonCard__label {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.c-comingSoonCard__caption {
  color: #007bff;
}
@media (min-width: 560px) {
  .c-comingSoonCard__caption {
    font-size: 18px;
  }
}
@media (max-width: 560px) {
  .c-comingSoonCard__caption {
    font-size: 12px;
  }
}

.c-blogCard {
  border-radius: 16px;
  box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, 0.1), 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
  background: #fff;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  height: 100%;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  width: 100%;
}
.c-blogCard:hover {
  transform: translateY(-4px);
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.15), 0px 20px 25px -5px rgba(0, 0, 0, 0.15);
}
.c-blogCard:hover .c-blogCard__image img {
  transform: scale(1.05);
}
.c-blogCard__image {
  width: 100%;
  aspect-ratio: 300/200;
  height: auto;
  overflow: hidden;
  position: relative;
  background-color: #d9d9d9;
}
.c-blogCard__image:before {
  display: none;
}
.c-blogCard__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.c-blogCard__body {
  padding: 20px 24px 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex-grow: 1;
}
@media (max-width: 560px) {
  .c-blogCard__body {
    padding: 16px 20px 20px;
    gap: 10px;
  }
}
.c-blogCard__info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  width: 100%;
}
.c-blogCard__category {
  display: flex;
  width: 100%;
}
.c-blogCard__category .c-categoryList {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.c-blogCard__category .c-categoryList__item + .c-blogCard__category .c-categoryList__item {
  margin-left: 0;
}
.c-blogCard__date {
  font-size: 12px;
  line-height: 1;
  color: #959ca1;
}
.c-blogCard__title {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.4;
  color: #334654;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 0;
}
.c-blogCard__description {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.6;
  color: #334654;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  flex-grow: 1;
}
.c-blogCard.is-large {
  position: relative;
  border: 1px solid #79c2e9;
  padding: 20px;
  gap: 24px;
  height: auto;
}
.c-blogCard.is-large .c-blogCard__image {
  aspect-ratio: 1.6;
  height: auto;
}
@media (min-width: 560px) {
  .c-blogCard.is-large {
    flex-direction: row;
    overflow: hidden;
  }
  .c-blogCard.is-large .c-blogCard__image {
    flex: 1 1 0%;
    width: auto;
    min-width: 0;
    border-radius: 16px;
    overflow: hidden;
    aspect-ratio: 1.3;
  }
  .c-blogCard.is-large .c-blogCard__body {
    flex: 1 1 0%;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
  }
  .c-blogCard.is-large .c-blogCard__info {
    margin-bottom: 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .c-blogCard.is-large .c-blogCard__title {
    font-size: 24px;
    line-height: 1.4;
    font-weight: 700;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .c-blogCard.is-large .c-blogCard__description {
    font-size: 14px;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    flex-grow: 0; /* フレックスアイテムとして引き伸ばされるのを防ぎ省略記号を効かせる */
  }
}
@media (max-width: 1100px) and (min-width: 768px) {
  .c-blogCard.is-large .c-blogCard__image {
    width: 100%;
    border-radius: 16px;
    overflow: hidden;
  }
  .c-blogCard.is-large .c-blogCard__title {
    font-size: 18px;
  }
}
@media (max-width: 560px) {
  .c-blogCard.is-large {
    flex-direction: column;
    overflow: hidden;
    padding: 0;
    gap: 0;
  }
  .c-blogCard.is-large .c-blogCard__image {
    width: 100%;
    min-width: 100%;
    aspect-ratio: 300/200;
    border-radius: 16px 16px 0 0;
  }
  .c-blogCard.is-large .c-blogCard__body {
    padding: 20px;
  }
  .c-blogCard.is-large .c-blogCard__info {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
}
.c-blogCard.is-large .c-blogCard__moreBtn {
  border: 1px solid #9cccff;
  border-radius: 999px;
  padding: 8px 16px;
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #1461e6;
  font-weight: 700;
  font-size: 14px;
  background-color: transparent;
  transition: all 0.2s ease;
  text-decoration: none;
}
.c-blogCard.is-large .c-blogCard__moreBtn i {
  font-size: 16px;
  transition: transform 0.2s ease;
}
.c-blogCard.is-large .c-blogCard__moreBtn:hover {
  background-color: rgba(20, 97, 230, 0.05);
  border-color: #1461e6;
}
.c-blogCard.is-large .c-blogCard__moreBtn:hover i {
  transform: translateX(3px);
}
.c-blogCard.is-large .c-blogCard__badge {
  position: absolute;
  background: linear-gradient(90deg, #007bff 0%, #009ddb 100%);
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
}
@media (min-width: 560px) {
  .c-blogCard.is-large .c-blogCard__badge {
    left: -28px;
    top: 35px;
    width: 186px;
    height: 48px;
    transform: none;
  }
  .c-blogCard.is-large .c-blogCard__badge span {
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
  }
}
@media (max-width: 560px) {
  .c-blogCard.is-large .c-blogCard__badge {
    left: -15px;
    top: 15px;
    width: 120px;
    height: 32px;
    transform: none;
  }
  .c-blogCard.is-large .c-blogCard__badge span {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
  }
}

.c-sideMenuCard {
  background-color: #fff;
  border-radius: 16px;
  border: none;
  padding: 30px 24px;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .c-sideMenuCard {
    padding: 20px 15px;
  }
}
@media (max-width: 560px) {
  .c-sideMenuCard {
    padding: 20px 16px;
  }
}
.c-sideMenuCard {
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 4px 6px -4px rgba(0, 0, 0, 0.1);
}
.c-sideMenuCard__title {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 24px;
}
@media (min-width: 560px) {
  .c-sideMenuCard__title {
    font-size: 16px;
  }
}
@media (max-width: 560px) {
  .c-sideMenuCard__title {
    font-size: 14px;
  }
}
.c-sideMenuCard__titleBar {
  width: 6px;
  background: linear-gradient(180deg, #007bff 0%, #009ddb 100%);
  border-radius: 100px;
  align-self: stretch;
}
.c-sideMenuCard__title p {
  font-weight: 700;
  font-size: 16px;
  color: #334654;
  margin: 0;
  line-height: 1.6;
}
.c-sideMenuCard__title .c-sideMenuCard__titleIcon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  margin-right: -8px;
  color: #007bff;
}
.c-sideMenuCard__title .c-sideMenuCard__titleIcon i {
  font-family: "unicons", "Unicons", "unicons-line";
  font-size: 20px;
  color: #334654;
  line-height: 1;
  font-style: normal;
}
.c-sideMenuCard__about {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.c-sideMenuCard__aboutTitle {
  font-weight: 700;
  font-size: 18px;
  background: linear-gradient(90deg, #007bff 0%, #009ddb 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  margin: 0;
  line-height: 1.6;
}
.c-sideMenuCard__aboutText {
  font-weight: 400;
  font-size: 16px;
  color: #334654;
  line-height: 1.6;
  margin: 0;
}
.c-sideMenuCard__tags {
  width: 100%;
}
.c-sideMenuCard__menu {
  padding: 0;
}
.c-sideMenuCard__option {
  border-top: 1px solid #C6D1D7;
}
@media (min-width: 560px) {
  .c-sideMenuCard__option {
    padding: 30px;
  }
}
@media (max-width: 1100px) and (min-width: 768px) {
  .c-sideMenuCard__option {
    padding: 20px;
  }
}
@media (max-width: 560px) {
  .c-sideMenuCard__option {
    padding: 15px;
  }
}
@media (min-width: 560px) {
  .c-sideMenuCard__toc {
    padding: 20px 30px;
  }
}
@media (max-width: 1100px) and (min-width: 768px) {
  .c-sideMenuCard__toc {
    padding: 20px;
  }
}
@media (max-width: 560px) {
  .c-sideMenuCard__toc {
    padding: 15px;
  }
}

.c-profileCard {
  background: #fff;
  box-shadow: none;
  border: 1px solid #e2e8f0;
  display: flex;
}
@media (min-width: 560px) {
  .c-profileCard {
    border-radius: 16px;
    padding: 30px;
    align-items: center;
  }
}
@media (max-width: 560px) {
  .c-profileCard {
    border-radius: 10px;
    padding: 20px;
    align-items: flex-start;
  }
}
.c-profileCard__image {
  border-radius: 999px;
  overflow: hidden;
  aspect-ratio: 1/1;
}
.c-profileCard__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 560px) {
  .c-profileCard__image {
    width: 80px;
    min-width: 80px;
    margin-right: 20px;
  }
}
@media (max-width: 560px) {
  .c-profileCard__image {
    width: 60px;
    min-width: 60px;
    margin-right: 15px;
  }
}
.c-profileCard__name {
  font-weight: 600;
  display: block;
}
@media (min-width: 560px) {
  .c-profileCard__name {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
@media (max-width: 560px) {
  .c-profileCard__name {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
.c-profileCard__description {
  line-height: 1.6;
}
@media (min-width: 560px) {
  .c-profileCard__description {
    font-size: 14px;
  }
}
@media (max-width: 560px) {
  .c-profileCard__description {
    font-size: 12px;
  }
}

.c-advantageCard {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, 0.1), 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  display: flex;
}
@media (min-width: 560px) {
  .c-advantageCard {
    align-items: center;
    flex-direction: row-reverse;
  }
}
@media (max-width: 1100px) and (min-width: 768px) {
  .c-advantageCard {
    flex-direction: column;
  }
}
@media (max-width: 560px) {
  .c-advantageCard {
    flex-direction: column;
  }
}
.c-advantageCard__image {
  background-color: rgba(202, 205, 206, 0.5);
  background-image: linear-gradient(-90deg, transparent 30%, white 20%), linear-gradient(transparent 30%, white 20%);
  background-size: 6px 6px;
}
@media (min-width: 560px) {
  .c-advantageCard__image {
    width: 50%;
    min-width: 50%;
    padding: 30px;
  }
}
@media (max-width: 1100px) and (min-width: 768px) {
  .c-advantageCard__image {
    width: 100%;
    min-width: initial;
  }
}
@media (max-width: 560px) {
  .c-advantageCard__image {
    padding: 15px;
  }
}
@media (min-width: 560px) {
  .c-advantageCard__content {
    padding: 50px;
  }
}
@media (max-width: 1100px) and (min-width: 768px) {
  .c-advantageCard__content {
    padding: 30px;
  }
}
@media (max-width: 560px) {
  .c-advantageCard__content {
    padding: 30px;
  }
}
.c-advantageCard__title {
  font-weight: 600;
  line-height: 1.4;
}
@media (min-width: 560px) {
  .c-advantageCard__title {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
@media (max-width: 560px) {
  .c-advantageCard__title {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.c-advantageCard__description {
  line-height: 1.8;
}

.c-closingCard {
  background: linear-gradient(90deg, #007bff 0%, #009ddb 100%);
  border-radius: 16px;
  border: none;
  box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, 0.1), 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
  color: #fff;
  display: flex;
  gap: 30px;
}
@media (min-width: 560px) {
  .c-closingCard {
    padding: 50px;
    align-items: center;
  }
}
@media (max-width: 1100px) and (min-width: 768px) {
  .c-closingCard {
    padding: 30px;
    align-items: center;
    gap: 20px;
  }
}
@media (max-width: 560px) {
  .c-closingCard {
    flex-direction: column;
    padding: 30px;
    align-items: flex-start;
    gap: 20px;
  }
}
@media (max-width: 1100px) and (min-width: 768px) {
  .c-closingCard__content {
    flex-grow: 1;
  }
}
.c-closingCard__title {
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  margin: 0;
}
@media (min-width: 560px) {
  .c-closingCard__title {
    font-size: 32px;
    margin-bottom: 20px;
  }
}
@media (max-width: 560px) {
  .c-closingCard__title {
    font-size: 24px;
    margin-bottom: 12px;
  }
}
.c-closingCard__description {
  color: #fff;
  line-height: 1.6;
  font-size: 16px;
  margin: 0;
}
@media (max-width: 560px) {
  .c-closingCard__description br {
    display: none;
  }
}
.c-closingCard__button {
  flex-shrink: 0;
}
@media (min-width: 560px) {
  .c-closingCard__button {
    margin-left: auto;
  }
}
@media (max-width: 1100px) and (min-width: 768px) {
  .c-closingCard__button {
    margin-left: 40px;
  }
}
@media (max-width: 560px) {
  .c-closingCard__button {
    width: 100%;
  }
}
.c-closingCard__button a {
  text-decoration: none;
  display: inline-block;
}
@media (max-width: 560px) {
  .c-closingCard__button a {
    width: 100%;
  }
}
.c-closingCard__button .c-solidButton, .c-closingCard__button button {
  background-color: #fff;
  color: #1461e6;
}
.c-closingCard__button .c-solidButton.theme-primary, .c-closingCard__button .c-solidButton.theme-secondary, .c-closingCard__button button.theme-primary, .c-closingCard__button button.theme-secondary {
  background-color: #fff;
  color: #1461e6;
}
.c-closingCard__button .c-solidButton, .c-closingCard__button button {
  border-radius: 100px;
  padding: 16px 36px;
  font-size: 20px;
  font-weight: 700;
  border: none;
  box-shadow: 0px 15px 20px rgba(112, 135, 151, 0.4);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: auto;
  min-width: 210px;
  transition: all 0.2s ease;
  cursor: pointer;
}
@media (max-width: 560px) {
  .c-closingCard__button .c-solidButton, .c-closingCard__button button {
    width: 100%;
    min-width: initial;
    font-size: 16px;
    padding: 12px 24px;
  }
}
.c-closingCard__button .c-solidButton i, .c-closingCard__button button i {
  color: #1461e6;
  font-size: 22px;
  transition: transform 0.2s ease;
}
@media (max-width: 560px) {
  .c-closingCard__button .c-solidButton i, .c-closingCard__button button i {
    font-size: 18px;
  }
}
.c-closingCard__button .c-solidButton:hover, .c-closingCard__button button:hover {
  background-color: #f0f7ff;
  transform: translateY(-2px);
  box-shadow: 0px 18px 25px rgba(112, 135, 151, 0.5);
}
.c-closingCard__button .c-solidButton:hover i, .c-closingCard__button button:hover i {
  transform: translateX(4px);
}

@media (max-width: 1100px) and (min-width: 768px) {
  .l-twoColumnLayout__mainColumn .c-closingCard {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .l-twoColumnLayout__mainColumn .c-closingCard .c-closingCard__button {
    margin-left: 0;
  }
}

.c-solidButton {
  white-space: nowrap;
}
.c-solidButton.theme-primary {
  background: #007bff;
}
.c-solidButton.theme-secondary {
  background: #4a4a4a;
}
.c-solidButton.theme-muted {
  background: #fff;
  color: #334654;
}
@media (min-width: 560px) {
  .c-solidButton.size-large {
    font-size: 24px;
    padding: 20px 40px;
  }
}
@media (max-width: 1100px) and (min-width: 768px) {
  .c-solidButton.size-large {
    font-size: 22px;
    padding: 15px 20px;
  }
}
@media (max-width: 560px) {
  .c-solidButton.size-large {
    font-size: 20px;
    padding: 15px 30px;
  }
}
@media (min-width: 560px) {
  .c-solidButton.size-medium {
    font-size: 18px;
    padding: 15px 30px;
  }
}
@media (min-width: 560px) {
  .c-solidButton.size-medium {
    font-size: 16px;
    padding: 15px 20px;
  }
}
@media (max-width: 560px) {
  .c-solidButton.size-medium {
    font-size: 16px;
    padding: 10px 20px;
  }
}
.c-solidButton.is-blocked {
  width: 100%;
}
.c-solidButton:hover {
  opacity: 0.9;
}
.c-solidButton i {
  margin: 0 5px;
}
.c-solidButton {
  color: #fff;
  border-radius: 10px;
  box-shadow: 0px 15px 40px rgba(112, 135, 151, 0.4);
  font-weight: 600;
}

.c-linkButton {
  display: inline-flex;
  align-items: center;
}
@media (min-width: 560px) {
  .c-linkButton.size-small .c-linkButton__label {
    font-size: 14px;
  }
}
@media (max-width: 560px) {
  .c-linkButton.size-small .c-linkButton__label {
    font-size: 12px;
  }
}
@media (min-width: 560px) {
  .c-linkButton.size-small .c-linkButton__icon {
    width: 14px;
    height: 14px;
    font-size: 12px;
  }
}
@media (max-width: 560px) {
  .c-linkButton.size-small .c-linkButton__icon {
    width: 12px;
    height: 12px;
    font-size: 10px;
  }
}
.c-linkButton__label {
  color: #007bff;
  font-weight: 600;
}
@media (min-width: 560px) {
  .c-linkButton__label {
    font-size: 18px;
  }
}
@media (max-width: 560px) {
  .c-linkButton__label {
    font-size: 16px;
  }
}
.c-linkButton__icon {
  background: #007bff;
  color: #fff;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 5px;
}
@media (min-width: 560px) {
  .c-linkButton__icon {
    width: 18px;
    height: 18px;
    font-size: 14px;
  }
}
@media (max-width: 560px) {
  .c-linkButton__icon {
    width: 16px;
    height: 16px;
    font-size: 12px;
  }
}

.c-paginationButton {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  min-width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid #e2e8f0;
  background-color: #fff;
  color: #314158;
  font-weight: 700;
  font-size: 14px;
  cursor: pointer;
  box-sizing: border-box;
  padding: 0;
  box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, 0.1), 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease;
}
.c-paginationButton:hover {
  border-color: #007bff;
  color: #007bff;
  transform: translateY(-1px);
}
.c-paginationButton i {
  font-family: "unicons", "Unicons", "unicons-line";
  font-size: 24px;
  color: inherit;
  line-height: 1;
  display: inline-block;
  font-style: normal;
  font-weight: normal;
}
.c-paginationButton.is-arrow {
  width: 48px;
  min-width: 48px;
  height: 48px;
}
.c-paginationButton.is-active {
  width: 52px;
  min-width: 52px;
  height: 52px;
  background: linear-gradient(90deg, #007bff 0%, #009ddb 100%);
  color: #fff;
  border: none;
  font-size: 15px;
  box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, 0.15), 0px 11px 16px -3px rgba(0, 0, 0, 0.15);
  transform: none;
  pointer-events: none;
}

.c-tagButton {
  background-color: transparent;
  border: 1px solid rgba(21, 125, 252, 0.3);
  border-radius: 10px;
  padding: 7px 13px;
}
@media (max-width: 560px) {
  .c-tagButton {
    padding: 4px 10px;
  }
}
.c-tagButton {
  font-weight: 500;
  font-size: 12px;
  color: #1461e6;
  line-height: 1;
  cursor: pointer;
  box-sizing: border-box;
  display: inline-block;
  text-decoration: none;
  box-shadow: 0px 1px 4px 0px rgba(40, 64, 103, 0.24), 0px 8px 16px 0px rgba(47, 65, 101, 0.1);
  transition: all 0.2s ease;
}
.c-tagButton:hover {
  background-color: rgba(21, 125, 252, 0.05);
  border-color: rgba(21, 125, 252, 0.6);
  transform: translateY(-1px);
  box-shadow: 0px 4px 8px 0px rgba(40, 64, 103, 0.24), 0px 12px 24px 0px rgba(47, 65, 101, 0.15);
}

.c-backToTopButton {
  display: inline-block;
  background-color: #fff;
  color: #334654;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  border-radius: 999px;
  padding: 15px 30px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  box-shadow: 0px 1px 4px 0px rgba(40, 64, 103, 0.24), 0px 8px 16px 0px rgba(47, 65, 101, 0.1);
  transition: all 0.3s ease;
}
.c-backToTopButton:hover {
  transform: translateY(-2px);
  box-shadow: 0px 4px 8px 0px rgba(40, 64, 103, 0.24), 0px 12px 24px 0px rgba(47, 65, 101, 0.15);
  opacity: 0.95;
}

.c-backToTopButtonContainer {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
}
@media (min-width: 560px) {
  .c-backToTopButtonContainer {
    margin-top: 100px;
    margin-bottom: 0;
  }
}
@media (max-width: 1100px) and (min-width: 768px) {
  .c-backToTopButtonContainer {
    margin-top: 50px;
    margin-bottom: 0;
  }
}
@media (max-width: 560px) {
  .c-backToTopButtonContainer {
    margin-top: 40px;
    margin-bottom: 0;
  }
}

.c-capsuleButton {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  background-color: #f9fcff;
  border: 1px solid #9cccff;
  border-radius: 999px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0px 1px 4px 0px rgba(40, 64, 103, 0.24), 0px 8px 16px 0px rgba(47, 65, 101, 0.1);
}
@media (min-width: 560px) {
  .c-capsuleButton {
    padding: 13px 24px;
  }
}
@media (max-width: 1100px) and (min-width: 768px) {
  .c-capsuleButton {
    padding: 11px 20px;
  }
}
@media (max-width: 560px) {
  .c-capsuleButton {
    padding: 10px 18px;
    width: 100%;
  }
}
.c-capsuleButton span {
  font-weight: 700;
  font-size: 14px;
  color: #1461e6;
  line-height: 20px;
  transition: color 0.3s ease;
}
.c-capsuleButton i, .c-capsuleButton__icon {
  font-size: 20px;
  color: #1461e6;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}
.c-capsuleButton:hover {
  background-color: #ebf5ff;
  border-color: #60a5fa;
  box-shadow: 0px 4px 8px 0px rgba(40, 64, 103, 0.24), 0px 12px 24px 0px rgba(47, 65, 101, 0.15);
  transform: translateY(-2px);
}
.c-capsuleButton:hover i, .c-capsuleButton:hover__icon {
  transform: translateX(4px);
}
.c-capsuleButton:active {
  transform: translateY(0);
}

.c-gradientEntryButton {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: linear-gradient(90deg, #1590fc 0%, #0069da 100%);
  border-radius: 999px;
  text-decoration: none;
  width: 100%;
  box-sizing: border-box;
  transition: all 0.3s ease;
  box-shadow: 0px 4px 6px rgba(43, 127, 255, 0.3), 0px 10px 15px rgba(43, 127, 255, 0.25);
}
@media (min-width: 560px) {
  .c-gradientEntryButton {
    padding: 16px 32px;
  }
}
@media (max-width: 1100px) and (min-width: 768px) {
  .c-gradientEntryButton {
    padding: 14px 28px;
  }
}
@media (max-width: 560px) {
  .c-gradientEntryButton {
    padding: 12px 24px;
  }
}
.c-gradientEntryButton span {
  font-family: "Noto Sans CJK JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  line-height: 1;
  text-align: center;
  transition: color 0.3s ease;
}
@media (max-width: 560px) {
  .c-gradientEntryButton span {
    font-size: 15px;
  }
}
.c-gradientEntryButton__icon {
  font-size: 24px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}
@media (max-width: 560px) {
  .c-gradientEntryButton__icon {
    font-size: 20px;
  }
}
.c-gradientEntryButton:hover {
  background: linear-gradient(90deg, #38a2ff 0%, #157dfc 100%);
  box-shadow: 0px 6px 10px rgba(43, 127, 255, 0.35), 0px 14px 20px rgba(43, 127, 255, 0.3);
  transform: translateY(-2px);
}
.c-gradientEntryButton:hover__icon {
  transform: translateX(4px);
}
.c-gradientEntryButton:active {
  transform: translateY(0);
  box-shadow: 0px 4px 6px rgba(43, 127, 255, 0.3), 0px 10px 15px rgba(43, 127, 255, 0.25);
}

.c-headerMenu {
  display: flex;
}
.c-headerMenu__item {
  font-size: 16px;
}
.c-headerMenu__item a:hover {
  text-decoration: underline;
}
.c-headerMenu__item + .c-headerMenu__item {
  margin-left: 20px;
}

.c-footerMenu {
  display: flex;
  align-items: center;
  gap: 32px;
}
@media (max-width: 560px) {
  .c-footerMenu {
    flex-wrap: wrap;
    width: 100%;
    gap: 0;
  }
}
.c-footerMenu__item {
  line-height: 1.428;
}
.c-footerMenu__item a {
  color: #cad5e2;
  font-size: 14px;
}
.c-footerMenu__item a:hover {
  text-decoration: underline;
}
@media (max-width: 560px) {
  .c-footerMenu__item {
    border-top: 1px dotted #5F7A98;
    width: 50%;
    font-size: 14px;
  }
  .c-footerMenu__item:nth-of-type(2n) {
    border-left: 1px dotted #5F7A98;
  }
  .c-footerMenu__item:nth-child(odd):last-child {
    width: 100%;
  }
  .c-footerMenu__item a {
    display: block;
    padding: 15px 0;
    text-align: center;
  }
}
@media (min-width: 560px) {
  .c-footerMenu__item + .c-footerMenu__item {
    margin-left: 0;
    padding-left: 0;
    border-left: none;
  }
}

.c-drawer {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  transform: translateX(100%);
  transition: all 0.3s;
  z-index: 2000;
  pointer-events: none;
}
.c-drawer.is-open {
  transform: translateX(0%);
}
.c-drawer__body {
  width: 70%;
  max-width: 360px;
  margin-left: auto;
  background: linear-gradient(135deg, #007bff 0%, #009ddb 100%);
  padding: 50px 30px;
  height: 100%;
  color: #fff;
  position: relative;
  pointer-events: all;
}
.c-drawer__close {
  font-size: 20px;
  line-height: 1;
  border: 1px solid #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  position: absolute;
  right: 15px;
  top: 15px;
}
.c-drawer__title {
  font-weight: 600;
  font-size: 24px;
  letter-spacing: 0.2em;
  text-align: center;
  margin-bottom: 20px;
}
.c-drawer__menu {
  text-align: left;
}

.c-drawerMenu__item {
  border-top: 1px dotted rgba(255, 255, 255, 0.25);
}
.c-drawerMenu__item a {
  display: block;
  padding: 14px 0;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}
.c-drawerMenu__item a:hover {
  text-decoration: underline;
}
.c-drawerMenu__item:last-child {
  border-bottom: 1px dotted rgba(255, 255, 255, 0.25);
}
.c-drawerMenu__item + .c-drawerMenu__item {
  margin-top: 0;
}

.c-sideMenu {
  display: flex;
  flex-direction: column;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 560px) {
  .c-sideMenu {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
  }
}
.c-sideMenu__item {
  width: 100%;
  border-left: none;
  padding: 0;
  margin-top: 0;
}
@media (max-width: 560px) {
  .c-sideMenu__item {
    width: auto;
  }
}
.c-sideMenu__item + .c-sideMenu__item {
  margin-top: 8px;
}
@media (max-width: 560px) {
  .c-sideMenu__item + .c-sideMenu__item {
    margin-top: 0;
  }
}
.c-sideMenu__link {
  display: block;
  padding: 10px 16px;
  border-radius: 12px;
  color: #334654;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  text-decoration: none;
  transition: all 0.2s ease;
  box-sizing: border-box;
}
@media (max-width: 560px) {
  .c-sideMenu__link {
    padding: 8px;
    font-size: 12px;
  }
}
.c-sideMenu__link:hover {
  background-color: rgba(0, 123, 255, 0.05);
  color: #007bff;
}
.c-sideMenu__item.is-active .c-sideMenu__link {
  background: linear-gradient(90deg, #007bff 0%, #009ddb 100%);
  color: #fff;
  font-weight: 400;
  border-radius: 10px;
  box-shadow: 0px 10px 7px rgba(0, 0, 0, 0.1), 0px 4px 3px rgba(0, 0, 0, 0.1);
}
.c-sideMenu__item.is-active .c-sideMenu__link:hover {
  background: linear-gradient(90deg, #007bff 0%, #009ddb 100%);
  color: #fff;
}

.c-paginationMenu {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 11px;
  margin-top: 50px;
  padding: 0;
  list-style: none;
}
.c-paginationMenu__item {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 0;
}
.c-paginationMenu__link {
  text-decoration: none;
  display: block;
}

.c-cardList {
  display: flex;
}
@media (min-width: 560px) {
  .c-cardList {
    align-items: stretch;
  }
}
@media (max-width: 1100px) and (min-width: 768px) {
  .c-cardList {
    flex-direction: column;
  }
}
@media (max-width: 560px) {
  .c-cardList {
    flex-direction: column;
  }
}
@media (max-width: 1100px) and (min-width: 768px) {
  .c-cardList.is-summary {
    flex-direction: row;
  }
}
@media (max-width: 1100px) and (min-width: 768px) {
  .c-cardList.is-summary .c-cardList__item {
    margin-top: 0;
    margin-left: 15px;
  }
}
@media (max-width: 1100px) and (min-width: 768px) {
  .c-cardList.is-summary .c-cardList__item:nth-of-type(1) {
    margin-left: 0;
  }
}
.c-cardList__item {
  width: 100%;
}
@media (min-width: 560px) {
  .c-cardList__item + .c-cardList__item {
    margin-left: 20px;
  }
}
@media (max-width: 1100px) and (min-width: 768px) {
  .c-cardList__item + .c-cardList__item {
    margin-top: 20px;
    margin-left: auto;
  }
}
@media (max-width: 560px) {
  .c-cardList__item + .c-cardList__item {
    margin-top: 20px;
  }
}

.p-topNewsList {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (max-width: 560px) {
  .p-topNewsList {
    gap: 0;
  }
}
.p-topNewsList__item {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.p-topNewsList__item a {
  text-decoration: none;
  color: inherit;
  display: block;
  width: 100%;
}

.c-newsList__item + .c-newsList__item {
  border-top: 1px dotted #C6D1D7;
}
@media (min-width: 560px) {
  .c-newsList__item + .c-newsList__item {
    padding-top: 30px;
    margin-top: 30px;
  }
}
@media (max-width: 560px) {
  .c-newsList__item + .c-newsList__item {
    padding-top: 12px;
    margin-top: 12px;
  }
}

.c-tagList {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 5px;
}
@media (max-width: 560px) {
  .c-tagList {
    gap: 6px 4px;
  }
}
.c-tagList {
  padding: 0;
  margin: 0;
  list-style: none;
}
.c-tagList__item {
  list-style: none;
  margin-left: 0;
  margin-top: 0;
}
.c-tagList__link {
  text-decoration: none;
  display: block;
}

.c-categoryList {
  display: flex;
  gap: 5px;
}
.c-categoryList__item + .c-categoryList__item {
  margin-left: 0;
}

.c-blogList {
  display: grid;
  width: 100%;
  padding: 0;
  margin: 0;
}
@media (min-width: 560px) {
  .c-blogList {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}
@media (max-width: 1100px) and (min-width: 768px) {
  .c-blogList {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media (max-width: 560px) {
  .c-blogList {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.c-blogList__item {
  width: 100%;
  margin: 0 !important;
  list-style: none;
}
@media (min-width: 560px) {
  .c-blogList__item.is-large {
    grid-column: span 3;
  }
}
@media (max-width: 1100px) and (min-width: 768px) {
  .c-blogList__item.is-large {
    grid-column: span 2;
  }
}

.p-topNewsItem {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 12px;
  text-decoration: none;
  color: inherit;
  box-sizing: border-box;
  transition: background-color 0.2s ease;
  width: 100%;
}
@media (max-width: 560px) {
  .p-topNewsItem {
    padding: 8px 12px;
    gap: 12px;
  }
}
a:hover .p-topNewsItem {
  background-color: #f1f5f9;
}
a:hover .p-topNewsItem .p-topNewsItem__arrow {
  transform: translateX(4px);
}
.p-topNewsItem__date {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 96px;
  height: 24px;
  background: linear-gradient(90deg, #1590fc 0%, #0069da 100%);
  border-radius: 4px;
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  line-height: 1;
  flex-shrink: 0;
  box-sizing: border-box;
  padding: 0 4px;
}
.p-topNewsItem__title {
  flex-grow: 1;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #314158;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.p-topNewsItem__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  width: 16px;
  height: 16px;
  color: #1461e6;
  flex-shrink: 0;
  transition: transform 0.2s ease;
}
.p-topNewsItem__externalIcon {
  font-size: 1em;
  color: #007bff;
  display: inline-block;
  vertical-align: middle;
  font-weight: normal;
}
@media (max-width: 560px) {
  .p-topNewsItem {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    position: relative;
    padding: 12px 36px 12px 12px;
  }
  a:hover .p-topNewsItem .p-topNewsItem__arrow {
    transform: translateY(-50%) translateX(4px);
  }
  .p-topNewsItem__title {
    white-space: normal;
    width: 100%;
    overflow: visible;
    text-overflow: clip;
  }
  .p-topNewsItem__arrow {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
  }
}

.c-newsItem {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 30px 0;
  border-bottom: 1px dashed #c6d1d7;
  box-sizing: border-box;
  transition: background-color 0.2s ease;
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}
@media (max-width: 560px) {
  .c-newsItem {
    padding: 16px 0;
    gap: 10px;
  }
}
.c-newsItem:last-child {
  border-bottom: none;
}
.c-newsItem__info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.c-newsItem__date {
  color: #959ca1;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
}
@media (max-width: 560px) {
  .c-newsItem__date {
    font-size: 12px;
  }
}
.c-newsItem__title {
  line-height: 1.6;
  font-weight: 700;
  font-size: 16px;
  color: #334654;
  margin: 0;
}
@media (max-width: 560px) {
  .c-newsItem__title {
    font-size: 14px;
  }
}
.c-newsItem__titleLink {
  text-decoration: none;
  color: inherit;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: 16px;
  box-sizing: border-box;
}
.c-newsItem__titleLink[href] {
  cursor: pointer;
}
.c-newsItem__titleLink[href]:hover {
  color: #007bff;
}
.c-newsItem__titleLink[href]:hover .c-newsItem__arrow {
  transform: translateX(4px);
}
.c-newsItem__titleText {
  flex-grow: 1;
}
.c-newsItem__externalIcon {
  font-size: 1em;
  color: #007bff;
  display: inline-block;
  vertical-align: middle;
  font-weight: normal;
  transition: color 0.2s ease;
}
.c-newsItem__arrow {
  font-size: 16px;
  color: #007bff;
  transition: transform 0.2s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.c-profileItem {
  display: flex;
  align-items: center;
}
.c-profileItem__image {
  border-radius: 999px;
  overflow: hidden;
  width: 26px;
  aspect-ratio: 1/1;
  margin-right: 5px;
}
.c-profileItem__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-profileItem__name {
  font-size: 14px;
}

@media (min-width: 560px) {
  .c-articleHeader {
    margin-bottom: 50px;
  }
}
@media (max-width: 560px) {
  .c-articleHeader {
    margin-bottom: 30px;
  }
}
.c-articleHeader__info {
  display: flex;
  align-items: center;
}
@media (min-width: 560px) {
  .c-articleHeader__info {
    margin-bottom: 15px;
  }
}
@media (max-width: 1100px) and (min-width: 768px) {
  .c-articleHeader__info {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}
@media (max-width: 560px) {
  .c-articleHeader__info {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 10px;
    gap: 10px;
  }
}
.c-articleHeader__date {
  color: #959CA1;
  font-weight: 700;
}
@media (min-width: 560px) {
  .c-articleHeader__date {
    font-size: 16px;
    margin-right: 20px;
  }
}
@media (max-width: 560px) {
  .c-articleHeader__date {
    font-size: 12px;
    margin-right: 10px;
  }
}
@media (min-width: 560px) {
  .c-articleHeader__tags {
    margin-left: auto;
  }
}
@media (max-width: 1100px) and (min-width: 768px) {
  .c-articleHeader__tags {
    margin-left: 0;
  }
}
.c-articleHeader__title {
  font-weight: 700;
  line-height: 1.4;
  color: #334654;
}
@media (min-width: 560px) {
  .c-articleHeader__title {
    font-size: 32px;
  }
}
@media (max-width: 1100px) and (min-width: 768px) {
  .c-articleHeader__title {
    font-size: 28px;
  }
}
@media (max-width: 560px) {
  .c-articleHeader__title {
    font-size: 22px;
  }
}
@media (min-width: 560px) {
  .c-articleHeader__author {
    margin-top: 20px;
  }
}
@media (max-width: 560px) {
  .c-articleHeader__author {
    margin-top: 15px;
  }
}
.c-articleHeader__image {
  border-radius: 16px;
  overflow: hidden;
  aspect-ratio: 1.6;
  height: auto;
}
.c-articleHeader__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 560px) {
  .c-articleHeader__image {
    margin-top: 20px;
  }
}
@media (max-width: 560px) {
  .c-articleHeader__image {
    margin-top: 15px;
  }
}
@media (max-width: 560px) {
  .c-articleHeader__toc {
    margin-top: 20px;
    padding: 15px;
    background: #EEF1F3;
  }
}

.c-articleBody p {
  line-height: 1.8;
  margin-bottom: 1em;
}
.c-articleBody p a {
  color: #007bff;
  text-decoration: underline;
}
.c-articleBody img {
  margin: 1em 0;
  border-radius: 16px;
}
.c-articleBody h2 {
  line-height: 1.4;
  border-bottom: 2px solid #e2e8f0;
  position: relative;
  margin-top: 3em;
  margin-bottom: 1em;
  padding-bottom: 10px;
  color: #334654;
}
@media (min-width: 560px) {
  .c-articleBody h2 {
    font-size: 26px;
  }
}
@media (max-width: 1100px) and (min-width: 768px) {
  .c-articleBody h2 {
    font-size: 24px;
  }
}
@media (max-width: 560px) {
  .c-articleBody h2 {
    font-size: 20px;
  }
}
.c-articleBody h2:before {
  content: "";
  height: 2px;
  width: 50px;
  background: #007bff;
  position: absolute;
  left: 0;
  bottom: -2px;
  display: block;
}
.c-articleBody h3 {
  color: #1461e6;
  margin-top: 1.5em;
  margin-bottom: 1em;
}
@media (min-width: 560px) {
  .c-articleBody h3 {
    font-size: 20px;
  }
}
@media (max-width: 560px) {
  .c-articleBody h3 {
    font-size: 18px;
  }
}
.c-articleBody ul,
.c-articleBody ol {
  margin-left: -1em;
}
.c-articleBody ul li,
.c-articleBody ol li {
  line-height: 1.6;
}
.c-articleBody ul li:nth-of-type(n+1),
.c-articleBody ol li:nth-of-type(n+1) {
  margin-top: 0.5em;
}
.c-articleBody table {
  border-collapse: collapse;
  border-top: 1px solid #e2e8f0;
  border-left: 1px solid #e2e8f0;
  line-height: 1.4;
  width: 100%;
  margin: 1em 0;
}
@media (max-width: 560px) {
  .c-articleBody table {
    font-size: 14px;
  }
}
.c-articleBody table th,
.c-articleBody table td {
  text-align: left;
  border-right: 1px solid #e2e8f0;
  border-bottom: 1px solid #e2e8f0;
  color: #334654;
}
@media (min-width: 560px) {
  .c-articleBody table th,
  .c-articleBody table td {
    padding: 10px;
  }
}
@media (max-width: 560px) {
  .c-articleBody table th,
  .c-articleBody table td {
    padding: 7px;
  }
}
.c-articleBody table th {
  background: #f8fafc;
  color: #334654;
}
.c-articleBody table td {
  background: #fff;
}
.c-articleBody blockquote {
  background: #f8fafc;
  border-left: 5px solid #007bff;
  position: relative;
  margin: 1em 0;
  font-size: 14px;
  color: #334654;
}
@media (min-width: 560px) {
  .c-articleBody blockquote {
    padding: 20px 20px 20px 50px;
  }
}
@media (max-width: 560px) {
  .c-articleBody blockquote {
    padding: 15px 15px 15px 45px;
  }
}
.c-articleBody blockquote p {
  margin: 0;
}
.c-articleBody blockquote cite {
  text-align: right;
  display: block;
  margin-top: 1em;
  text-decoration: underline;
  font-size: 12px;
  color: #959ca1;
}
.c-articleBody blockquote cite a {
  color: #1461e6;
}
.c-articleBody blockquote:before {
  content: "“";
  font-size: 4em;
  color: rgba(21, 125, 252, 0.2);
  display: inline-block;
  position: absolute;
  left: 10px;
  top: 10px;
  line-height: 1;
}
.c-articleBody figcaption {
  font-size: 10px;
  word-break: break-all;
}
.c-articleBody iframe {
  width: 100%;
}
.c-articleBody .hcb_wrap {
  max-width: 100%;
}
.c-articleBody .c-blogLinkCard {
  background: #f8fafc;
  border-radius: 10px;
  border: 2px solid #e2e8f0;
  box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, 0.1), 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  margin: 24px 0;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
@media (min-width: 560px) {
  .c-articleBody .c-blogLinkCard {
    padding: 20px;
  }
}
@media (max-width: 560px) {
  .c-articleBody .c-blogLinkCard {
    padding: 15px;
  }
}
.c-articleBody .c-blogLinkCard:hover {
  transform: translateY(-2px);
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.15), 0px 20px 25px -5px rgba(0, 0, 0, 0.15);
}
.c-articleBody .c-blogLinkCard__image {
  font-size: 0;
  border-radius: 8px;
  border: 1px solid #c6d1d7;
  overflow: hidden;
  aspect-ratio: 1.2;
}
.c-articleBody .c-blogLinkCard__image:before {
  display: none;
}
.c-articleBody .c-blogLinkCard__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
}
@media (min-width: 560px) {
  .c-articleBody .c-blogLinkCard__image {
    width: 135px;
    min-width: 135px;
    height: auto;
    margin-right: 20px;
  }
}
@media (max-width: 560px) {
  .c-articleBody .c-blogLinkCard__image {
    width: 90px;
    min-width: 90px;
    height: 72px;
    margin-right: 15px;
  }
}
.c-articleBody .c-blogLinkCard__content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.c-articleBody .c-blogLinkCard__title {
  font-weight: 700;
  color: #334654;
  line-height: 1.6;
  margin: 0;
}
@media (min-width: 560px) {
  .c-articleBody .c-blogLinkCard__title {
    font-size: 16px;
  }
}
@media (max-width: 560px) {
  .c-articleBody .c-blogLinkCard__title {
    font-size: 14px;
  }
}
.c-articleBody .c-blogLinkCard__description {
  color: #334654;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin: 0;
}
@media (min-width: 560px) {
  .c-articleBody .c-blogLinkCard__description {
    font-size: 14px;
  }
}
@media (max-width: 560px) {
  .c-articleBody .c-blogLinkCard__description {
    font-size: 12px;
  }
}
.c-articleBody .c-blogLinkCard__link {
  text-align: right;
  margin-top: 5px;
}
.c-articleBody .c-blogLinkCard__link .c-linkButton {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  text-decoration: none;
  cursor: pointer;
}
.c-articleBody .c-blogLinkCard__link .c-linkButton__label {
  font-weight: 700;
  color: #1461e6;
  font-size: 14px;
  line-height: 1;
}
.c-articleBody .c-blogLinkCard__link .c-linkButton__icon {
  background-color: #1461e6;
  border-radius: 100px;
  width: 16px;
  height: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.c-articleBody .c-blogLinkCard__link .c-linkButton__icon i {
  color: #fff;
  font-size: 10px;
  line-height: 1;
  transition: transform 0.2s ease;
}
.c-articleBody .c-blogLinkCard__link .c-linkButton:hover .c-linkButton__icon i {
  transform: translateX(2px);
}

.c-relatedLinkMenu {
  display: flex;
  align-items: center;
}
@media (max-width: 560px) {
  .c-relatedLinkMenu {
    flex-wrap: wrap;
  }
}
.c-relatedLinkMenu button, .c-relatedLinkMenu .c-solidButton {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 15px 30px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  border: none;
  box-shadow: 0px 1px 4px 0px rgba(40, 64, 103, 0.24), 0px 8px 16px 0px rgba(47, 65, 101, 0.1);
  transition: all 0.2s ease;
  cursor: pointer;
  width: 100%;
  box-sizing: border-box;
}
.c-relatedLinkMenu button i, .c-relatedLinkMenu .c-solidButton i {
  font-size: 20px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
}
.c-relatedLinkMenu button:hover, .c-relatedLinkMenu .c-solidButton:hover {
  transform: translateY(-2px);
  box-shadow: 0px 4px 8px 0px rgba(40, 64, 103, 0.24), 0px 12px 24px 0px rgba(47, 65, 101, 0.15);
}
@media (min-width: 560px) {
  .c-relatedLinkMenu__side {
    width: 20%;
    min-width: 20%;
  }
}
@media (max-width: 1100px) and (min-width: 768px) {
  .c-relatedLinkMenu__side {
    width: auto;
  }
}
@media (max-width: 560px) {
  .c-relatedLinkMenu__side {
    width: 49%;
    min-width: 49%;
  }
}
@media (max-width: 560px) {
  .c-relatedLinkMenu__side:last-child {
    margin-left: 2%;
  }
}
.c-relatedLinkMenu__side button, .c-relatedLinkMenu__side .c-solidButton {
  background-color: #444a51;
  color: #fff;
  gap: 5px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .c-relatedLinkMenu__side button, .c-relatedLinkMenu__side .c-solidButton {
    font-size: 16px;
  }
}
@media (max-width: 560px) {
  .c-relatedLinkMenu__side button, .c-relatedLinkMenu__side .c-solidButton {
    font-size: 16px;
  }
}
.c-relatedLinkMenu__side button i, .c-relatedLinkMenu__side .c-solidButton i {
  color: #fff;
  margin: 0;
}
.c-relatedLinkMenu__side button:hover, .c-relatedLinkMenu__side .c-solidButton:hover {
  background-color: #33383e;
}
.c-relatedLinkMenu__center {
  flex-grow: 1;
}
@media (min-width: 560px) {
  .c-relatedLinkMenu__center {
    margin: 0 20px;
  }
}
@media (max-width: 1100px) and (min-width: 768px) {
  .c-relatedLinkMenu__center {
    flex-grow: 0;
    margin: 0 10px;
  }
}
@media (max-width: 560px) {
  .c-relatedLinkMenu__center {
    order: 3;
    width: 100%;
    margin-top: 10px;
  }
}
.c-relatedLinkMenu__center button, .c-relatedLinkMenu__center .c-solidButton {
  background-color: #fff;
  color: #334654;
}
.c-relatedLinkMenu__center button:hover, .c-relatedLinkMenu__center .c-solidButton:hover {
  background-color: #f8fafc;
}

.ez-toc-container {
  background: #fff;
  box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, 0.1), 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
@media (min-width: 560px) {
  .ez-toc-container {
    padding: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 560px) {
  .ez-toc-container {
    padding: 10px 20px;
  }
}
.ez-toc-title {
  font-weight: 600;
  border-bottom: 1px solid #C6D1D7;
  font-size: 16px;
  padding-bottom: 10px;
}
@media (min-width: 560px) {
  .ez-toc-list {
    font-size: 14px;
  }
}
@media (max-width: 560px) {
  .ez-toc-list {
    font-size: 13px;
  }
}
.ez-toc-list {
  margin-left: -1.5em;
}
.ez-toc-list li {
  line-height: 1.4;
}
.ez-toc-list li:nth-of-type(n+1) {
  margin-top: 10px;
}
.ez-toc-list li ul {
  margin-left: 1em;
}

.p-keyVisualTop,
.p-techBlogSection,
.p-missionSection,
.p-dataSection,
.p-officeGallerySection {
  width: 100vw !important;
  margin-left: calc(-50vw + 50%) !important;
  margin-right: calc(-50vw + 50%) !important;
  box-sizing: border-box !important;
}

.l-primaryTemplate__keyVisual.is-top {
  width: 100%;
}

.l-topNewsLayout__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}
@media (max-width: 560px) {
  .l-topNewsLayout__header {
    margin-bottom: 16px;
  }
}
.l-topNewsLayout__titleArea {
  display: flex;
  align-items: center;
  gap: 12px;
}
.l-topNewsLayout__titleArea .c-sectionTitle {
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
  background: linear-gradient(90deg, #1590fc 0%, #0069da 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin: 0;
  padding: 0;
  border: none;
}
.l-topNewsLayout__moreBtn {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 8px 16px;
  border: 1px solid rgba(21, 125, 252, 0.3);
  border-radius: 999px;
  background-color: #fff;
  color: #1461e6;
  font-family: inherit;
  cursor: pointer;
  outline: none;
  margin: 0;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  box-shadow: 0px 1px 4px 0px rgba(40, 64, 103, 0.24), 0px 8px 16px 0px rgba(47, 65, 101, 0.1);
  transition: background-color 0.2s, border-color 0.2s, transform 0.1s, box-shadow 0.2s;
}
.l-topNewsLayout__moreBtn:hover {
  background-color: rgba(21, 125, 252, 0.05);
  border-color: rgba(21, 125, 252, 0.5);
  box-shadow: 0px 4px 8px 0px rgba(40, 64, 103, 0.24), 0px 12px 24px 0px rgba(47, 65, 101, 0.15);
}
.l-topNewsLayout__moreBtn:active {
  transform: scale(0.98);
}
@media (max-width: 560px) {
  .l-topNewsLayout__moreBtn {
    padding: 6px 12px;
    font-size: 12px;
  }
}
.l-topNewsLayout__moreIcon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  width: 16px;
  height: 16px;
}
@media (min-width: 560px) {
  .c-card:has(.l-topNewsLayout) {
    padding: 32px;
    border-radius: 16px;
  }
}
@media (max-width: 1100px) and (min-width: 768px) {
  .c-card:has(.l-topNewsLayout) {
    padding: 32px;
  }
}
@media (max-width: 560px) {
  .c-card:has(.l-topNewsLayout) {
    padding: 24px 16px;
    border-radius: 12px;
  }
}

@media (min-width: 560px) {
  .p-techBlogSection,
  .l-primaryTemplate__section:has(.l-topAboutLayout),
  .p-missionSection,
  .p-dataSection,
  .p-valuesSection {
    margin-top: 100px;
  }
}
@media (max-width: 1100px) and (min-width: 768px) {
  .p-techBlogSection,
  .l-primaryTemplate__section:has(.l-topAboutLayout),
  .p-missionSection,
  .p-dataSection,
  .p-valuesSection {
    margin-top: 70px;
  }
}
@media (max-width: 560px) {
  .p-techBlogSection,
  .l-primaryTemplate__section:has(.l-topAboutLayout),
  .p-missionSection,
  .p-dataSection,
  .p-valuesSection {
    margin-top: 50px;
  }
}

@media (min-width: 560px) {
  .l-primaryTemplate__section:has(.l-topNewsLayout) {
    margin-top: 50px;
  }
}
@media (max-width: 1100px) and (min-width: 768px) {
  .l-primaryTemplate__section:has(.l-topNewsLayout) {
    margin-top: 40px;
  }
}
@media (max-width: 560px) {
  .l-primaryTemplate__section:has(.l-topNewsLayout) {
    margin-top: 25px;
  }
}

@media (min-width: 560px) {
  .l-primaryTemplate__section:has(.l-topNewsLayout) + .p-techBlogSection {
    margin-top: 50px;
  }
}
@media (max-width: 1100px) and (min-width: 768px) {
  .l-primaryTemplate__section:has(.l-topNewsLayout) + .p-techBlogSection {
    margin-top: 40px;
  }
}
@media (max-width: 560px) {
  .l-primaryTemplate__section:has(.l-topNewsLayout) + .p-techBlogSection {
    margin-top: 25px;
  }
}

.p-techBlogSection {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 560px) {
  .p-techBlogSection {
    padding: 100px 0;
  }
}
@media (max-width: 1100px) and (min-width: 768px) {
  .p-techBlogSection {
    padding: 70px 24px;
  }
}
@media (max-width: 560px) {
  .p-techBlogSection {
    padding: 50px 16px;
  }
}
.p-techBlogSection__bg {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, #155dfc 0%, #009ac2 100%);
}
.p-techBlogSection__bgOverlay {
  position: absolute;
  inset: 0;
  background-image: url("../img/top/img_bg_blog.png");
  background-size: cover;
  background-position: center;
  opacity: 0.2;
}
.p-techBlogSection__container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1100px;
  display: flex;
  flex-direction: column;
  gap: 48px;
  box-sizing: border-box;
}
@media (max-width: 560px) {
  .p-techBlogSection__container {
    gap: 24px;
  }
}
.p-techBlogSection__header {
  display: flex;
  align-items: center;
  gap: 16px;
  height: 72px;
}
@media (max-width: 560px) {
  .p-techBlogSection__header {
    height: auto;
  }
}
.p-techBlogSection__grid {
  display: flex;
  gap: 32px;
  align-items: stretch;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .p-techBlogSection__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}
@media (max-width: 560px) {
  .p-techBlogSection__grid {
    flex-direction: column;
    gap: 20px;
  }
}
.p-techBlogSection__introCard {
  width: 417px;
  background: linear-gradient(133deg, #193cb8 0%, #1c278e 100%);
  border-radius: 16px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-shrink: 0;
  box-sizing: border-box;
  box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, 0.1), 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1100px) and (min-width: 768px) {
  .p-techBlogSection__introCard {
    width: 100%;
    grid-column: span 2;
  }
}
@media (max-width: 560px) {
  .p-techBlogSection__introCard {
    width: 100%;
    padding: 24px;
  }
}
.p-techBlogSection__card {
  flex: 1;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .p-techBlogSection__card {
    width: 100%;
    flex: none;
  }
}
.p-techBlogSection__card a {
  display: flex;
  flex-direction: column;
  flex: 1;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: inherit;
}

.p-kvBlogIntro {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
  height: 100%;
  justify-content: space-between;
}
.p-kvBlogIntro__heading {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.33;
  color: #fff;
  margin: 0;
}
@media (max-width: 560px) {
  .p-kvBlogIntro__heading {
    font-size: 20px;
    line-height: 1.4;
  }
}
.p-kvBlogIntro__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.625;
  color: #dbeafe;
  margin: 0;
}
@media (max-width: 560px) {
  .p-kvBlogIntro__text {
    line-height: 1.6;
  }
}
.p-kvBlogIntro__btn {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 8px 16px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 999px;
  background-color: transparent;
  color: #fff;
  font-family: inherit;
  cursor: pointer;
  outline: none;
  margin: 0;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  text-decoration: none;
  transition: background-color 0.2s, border-color 0.2s, transform 0.1s;
}
.p-kvBlogIntro__btn:hover {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.8);
}
.p-kvBlogIntro__btn:active {
  transform: scale(0.98);
}
@media (max-width: 560px) {
  .p-kvBlogIntro__btn {
    font-size: 14px;
    padding: 6px 12px;
  }
}
.p-kvBlogIntro__btnIcon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  width: 20px;
  height: 20px;
}

.l-topAboutLayout {
  display: flex;
  align-items: center;
  gap: 48px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .l-topAboutLayout {
    gap: 32px;
    text-align: left;
  }
}
@media (max-width: 560px) {
  .l-topAboutLayout {
    flex-direction: column;
    gap: 24px;
    text-align: left;
  }
}
.l-topAboutLayout__image {
  width: 256px;
  aspect-ratio: 1/1;
  height: auto;
  border-radius: 16px;
  overflow: hidden;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .l-topAboutLayout__image {
    width: 200px;
    margin: 0;
  }
}
@media (max-width: 560px) {
  .l-topAboutLayout__image {
    width: 160px;
    margin: 0;
  }
}
.l-topAboutLayout__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  mix-blend-mode: darken;
}
.l-topAboutLayout__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 560px) {
  .l-topAboutLayout__content {
    gap: 12px;
  }
}
.l-topAboutLayout__title {
  display: flex;
  align-items: center;
  gap: 16px;
  height: 36px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .l-topAboutLayout__title {
    justify-content: flex-start;
  }
}
.l-topAboutLayout__title .c-sectionTitle {
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
  background: linear-gradient(90deg, #1590fc 0%, #0069da 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin: 0;
  padding: 0;
  border: none;
}
@media (max-width: 560px) {
  .l-topAboutLayout__title .c-sectionTitle {
    font-size: 22px;
    line-height: 28px;
  }
}
.l-topAboutLayout__description {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #314158;
  margin: 0;
  text-align: justify;
}
@media (max-width: 560px) {
  .l-topAboutLayout__description {
    line-height: 22px;
  }
}

@media (min-width: 560px) {
  .c-card:has(.l-topAboutLayout) {
    padding: 48px;
    border-radius: 24px;
  }
}
@media (max-width: 1100px) and (min-width: 768px) {
  .c-card:has(.l-topAboutLayout) {
    padding: 32px;
  }
}
@media (max-width: 560px) {
  .c-card:has(.l-topAboutLayout) {
    padding: 24px 16px;
    border-radius: 16px;
  }
}

.p-missionSection {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  background: linear-gradient(160.01deg, #F8FAFC 0%, #EFF6FF 100%);
}
@media (min-width: 560px) {
  .p-missionSection {
    padding: 100px 24px;
  }
}
@media (max-width: 1100px) and (min-width: 768px) {
  .p-missionSection {
    padding: 70px 20px;
  }
}
@media (max-width: 560px) {
  .p-missionSection {
    padding: 50px 16px;
  }
}
.p-missionSection__container {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 64px;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .p-missionSection__container {
    gap: 40px;
  }
}
@media (max-width: 560px) {
  .p-missionSection__container {
    flex-direction: column;
    gap: 32px;
  }
}
.p-missionSection__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  flex: 1 1 0%;
  min-width: 0;
}
@media (max-width: 560px) {
  .p-missionSection__content {
    width: 100%;
    gap: 20px;
  }
}
.p-missionSection__header {
  display: flex;
  align-items: center;
  gap: 16px;
  height: 72px;
}
@media (max-width: 560px) {
  .p-missionSection__header {
    height: auto;
  }
}
.p-missionSection__lead {
  font-weight: 700;
  font-size: 30px;
  line-height: 1.25;
  color: #1D293D;
  margin: 0;
  word-break: break-word;
}
@media (max-width: 560px) {
  .p-missionSection__lead {
    font-size: 22px;
    line-height: 1.3;
  }
}
.p-missionSection__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.625;
  color: #314158;
  margin: 0;
  word-break: break-word;
}
@media (max-width: 560px) {
  .p-missionSection__text {
    line-height: 1.6;
  }
}
.p-missionSection__imageWrapper {
  position: relative;
  flex-shrink: 0;
  width: 516px;
  aspect-ratio: 516/390;
  border-radius: 24px;
  overflow: hidden;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .p-missionSection__imageWrapper {
    width: 340px;
    height: auto;
  }
}
@media (max-width: 560px) {
  .p-missionSection__imageWrapper {
    width: 100%;
    height: auto;
  }
}
.p-missionSection__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.p-valuesSection {
  position: relative;
}
.p-valuesSection__container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0;
}
.p-valuesSection__header {
  margin-bottom: 64px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .p-valuesSection__header {
    margin-bottom: 48px;
    align-items: flex-start;
    text-align: left;
  }
}
@media (max-width: 560px) {
  .p-valuesSection__header {
    margin-bottom: 16px;
    gap: 8px;
  }
}
.p-valuesSection__titleWrap {
  display: flex;
  align-items: center;
  gap: 16px;
  height: 72px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .p-valuesSection__titleWrap {
    justify-content: flex-start;
  }
}
@media (max-width: 560px) {
  .p-valuesSection__titleWrap {
    height: auto;
  }
}
.p-valuesSection__titleJa {
  font-weight: 700;
  font-size: 28px;
  line-height: 1.4;
  color: #1D293D;
  margin: 0;
}
@media (max-width: 560px) {
  .p-valuesSection__titleJa {
    font-size: 20px;
  }
}
.p-valuesSection__contentGrid {
  display: flex;
  align-items: flex-start;
  gap: 64px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .p-valuesSection__contentGrid {
    flex-direction: column;
    gap: 48px;
  }
}
@media (max-width: 560px) {
  .p-valuesSection__contentGrid {
    flex-direction: column;
    gap: 48px;
  }
}
.p-valuesSection__visualArea {
  position: relative;
  flex-shrink: 0;
  width: 516px;
  aspect-ratio: 516/454;
  height: auto;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .p-valuesSection__visualArea {
    width: 100%;
    height: auto;
    max-width: 516px;
  }
}
@media (max-width: 560px) {
  .p-valuesSection__visualArea {
    width: 100%;
    height: auto;
    max-width: 516px;
    margin: 0 auto;
  }
}
.p-valuesSection__shadowBg {
  position: absolute;
  top: 24px;
  left: 24px;
  width: 100%;
  height: 100%;
  border-radius: 40px;
  background: linear-gradient(138.18deg, #155dfc 0%, #00d3f3 100%);
  filter: blur(24px);
  opacity: 0.25;
  transform: rotate(3deg);
  z-index: 1;
}
@media (max-width: 560px) {
  .p-valuesSection__shadowBg {
    border-radius: 24px;
    top: 16px;
    left: 16px;
  }
}
.p-valuesSection__colorBg {
  position: absolute;
  top: 16px;
  left: 16px;
  width: 100%;
  height: 100%;
  border-radius: 40px;
  background: linear-gradient(138.18deg, #155dfc 0%, #00d3f3 100%);
  z-index: 2;
}
@media (max-width: 560px) {
  .p-valuesSection__colorBg {
    border-radius: 24px;
    top: 10px;
    left: 10px;
  }
}
.p-valuesSection__imageCard {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 40px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  z-index: 3;
}
@media (max-width: 560px) {
  .p-valuesSection__imageCard {
    border-radius: 24px;
  }
}
.p-valuesSection__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.p-valuesSection__textArea {
  position: relative;
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 36px;
  z-index: 4;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .p-valuesSection__textArea {
    width: 100%;
    gap: 28px;
  }
}
@media (max-width: 560px) {
  .p-valuesSection__textArea {
    width: 100%;
    gap: 28px;
  }
}
.p-valuesSection__decorBgText {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 700;
  font-size: 16vw;
  line-height: 1;
  color: rgba(29, 41, 61, 0.02);
  white-space: nowrap;
  user-select: none;
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 560px) {
  .p-valuesSection__decorBgText {
    display: none;
  }
}
.p-valuesSection__catchphrase {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (max-width: 560px) {
  .p-valuesSection__catchphrase {
    gap: 4px;
  }
}
.p-valuesSection__catchJa {
  font-weight: 700;
  font-size: 36px;
  line-height: 1.25;
  color: #1D293D;
  margin: 0;
}
@media (max-width: 560px) {
  .p-valuesSection__catchJa {
    font-size: 26px;
  }
}
.p-valuesSection__catchEn {
  font-weight: 700;
  font-size: 28px;
  line-height: 1.3;
  margin: 0;
  background: linear-gradient(90deg, #007bff 0%, #009ddb 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
@media (max-width: 560px) {
  .p-valuesSection__catchEn {
    font-size: 20px;
  }
}
.p-valuesSection__lead {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5;
  color: #45556C;
  margin: 0;
}
@media (max-width: 560px) {
  .p-valuesSection__lead {
    font-size: 16px;
  }
}
.p-valuesSection__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.p-valuesSection__listItem {
  display: flex;
  align-items: center;
  gap: 16px;
}
.p-valuesSection__listNum {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 14px;
  border: 1px solid #f1f5f9;
  background-color: #fff;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
  font-weight: 700;
  font-size: 14px;
  color: #90a1b9;
}
.p-valuesSection__listText {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.625;
  color: #314158;
}
@media (max-width: 560px) {
  .p-valuesSection__listText {
    line-height: 1.5;
  }
}
.p-valuesSection__summaryCard {
  background-color: #0f172b;
  padding: 32px;
  border-radius: 24px;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
@media (max-width: 560px) {
  .p-valuesSection__summaryCard {
    padding: 24px 20px;
    border-radius: 16px;
  }
}
.p-valuesSection__summaryText {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5;
  color: #fff;
  margin: 0;
}
@media (max-width: 560px) {
  .p-valuesSection__summaryText {
    line-height: 1.6;
  }
}
.p-valuesSection__highlight {
  font-weight: 700;
  color: #10ebff;
  margin: 0 2px;
}

.p-dataSection {
  position: relative;
  width: 100%;
  background: linear-gradient(160.57deg, rgba(239, 246, 255, 0.5) 0%, rgba(207, 227, 255, 0) 50%, rgba(238, 242, 255, 0.3) 100%);
  overflow: hidden;
}
@media (min-width: 560px) {
  .p-dataSection {
    padding: 100px 0;
  }
}
@media (max-width: 1100px) and (min-width: 768px) {
  .p-dataSection {
    padding: 70px 0;
  }
}
@media (max-width: 560px) {
  .p-dataSection {
    padding: 50px 0;
  }
}
.p-dataSection__container {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
}
@media (max-width: 560px) {
  .p-dataSection__container {
    padding: 0 16px;
  }
}
.p-dataSection__header {
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .p-dataSection__header {
    align-items: flex-start;
    text-align: left;
  }
}
@media (max-width: 560px) {
  .p-dataSection__header {
    margin-bottom: 16px;
    gap: 12px;
  }
}
.p-dataSection__titleWrap {
  display: flex;
  align-items: center;
  gap: 16px;
  height: 72px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .p-dataSection__titleWrap {
    justify-content: flex-start;
  }
}
@media (max-width: 560px) {
  .p-dataSection__titleWrap {
    height: auto;
  }
}
.p-dataSection__titleJa {
  font-weight: 700;
  font-size: 30px;
  line-height: 1.25;
  color: #1D293D;
  margin: 0;
}
@media (max-width: 560px) {
  .p-dataSection__titleJa {
    font-size: 20px;
  }
}
.p-dataSection__cards {
  display: flex;
  gap: 50px;
  justify-content: center;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .p-dataSection__cards {
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }
}
@media (max-width: 560px) {
  .p-dataSection__cards {
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
  }
}

.p-dataStatsCard {
  width: 525px;
  background-color: #fff;
  border-radius: 16px;
  padding: 30px;
  box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, 0.1), 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .p-dataStatsCard {
    width: 100%;
    max-width: 525px;
  }
}
@media (max-width: 560px) {
  .p-dataStatsCard {
    width: 100%;
    max-width: none;
    padding: 24px 20px;
  }
}
.p-dataStatsCard__info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  align-self: stretch;
  gap: 16px;
  min-width: 0;
  flex: 1;
}
@media (max-width: 560px) {
  .p-dataStatsCard__info {
    gap: 12px;
    width: 100%;
    align-self: auto;
  }
}
.p-dataStatsCard__title {
  font-weight: 700;
  font-size: 22px;
  line-height: 1.4;
  color: #334654;
  margin: 0;
}
@media (max-width: 560px) {
  .p-dataStatsCard__title {
    font-size: 18px;
  }
}
.p-dataStatsCard__value {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 4px;
}
.p-dataStatsCard__number {
  font-weight: 700;
  font-size: 62px;
  line-height: 1;
  background: linear-gradient(90deg, #007bff 0%, #009ddb 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
@media (max-width: 560px) {
  .p-dataStatsCard__number {
    font-size: 48px;
  }
}
.p-dataStatsCard__unit {
  font-weight: 700;
  font-size: 27px;
  color: #007bff;
}
@media (max-width: 560px) {
  .p-dataStatsCard__unit {
    font-size: 20px;
  }
}
.p-dataStatsCard__note {
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  color: #959CA1;
  margin: 0;
}
@media (max-width: 560px) {
  .p-dataStatsCard__note {
    font-size: 13px;
  }
}
.p-dataStatsCard__visual {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 156px;
  aspect-ratio: 1;
  height: auto;
}
.p-dataStatsCard__visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 560px) {
  .p-dataStatsCard__visual {
    width: 120px;
    height: auto;
  }
}

.p-officeGallerySection {
  width: 100%;
  overflow: hidden;
  background-color: #f5ebe0;
}
.p-officeGallerySection__inner {
  width: 100%;
  display: block;
  aspect-ratio: 1600/565;
}
.p-officeGallerySection__picture {
  display: block;
  width: 100%;
  height: 100%;
}
.p-officeGallerySection__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.l-topEndorsementLayout__body {
  display: flex;
}
@media (max-width: 560px) {
  .l-topEndorsementLayout__body {
    flex-direction: column;
  }
}
.l-topEndorsementLayout__item {
  width: 100%;
  align-items: stretch;
}
@media (min-width: 560px) {
  .l-topEndorsementLayout__item + .l-topEndorsementLayout__item {
    margin-left: 30px;
    padding-left: 30px;
    border-left: 1px dotted #C6D1D7;
  }
}
@media (max-width: 560px) {
  .l-topEndorsementLayout__item + .l-topEndorsementLayout__item {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px dotted #C6D1D7;
  }
}

.p-endorsement {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.p-endorsement__description {
  line-height: 1.8;
  flex-grow: 1;
}
.p-endorsement__name {
  font-weight: 600;
  margin-top: 15px;
}
@media (min-width: 560px) {
  .p-endorsement__name {
    text-align: right;
  }
}
@media (max-width: 560px) {
  .p-endorsement__name {
    text-align: left;
  }
}

.l-topCompanyLayout__body {
  display: flex;
}
@media (min-width: 560px) {
  .l-topCompanyLayout__body {
    margin-bottom: 30px;
    align-items: center;
  }
}
@media (max-width: 560px) {
  .l-topCompanyLayout__body {
    flex-direction: column;
  }
}
@media (min-width: 560px) {
  .l-topCompanyLayout__content {
    margin-right: 50px;
    flex-grow: 1;
  }
}
@media (max-width: 560px) {
  .l-topCompanyLayout__content {
    margin-bottom: 10px;
  }
}
.l-topCompanyLayout__image {
  box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, 0.1), 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
}
@media (min-width: 560px) {
  .l-topCompanyLayout__image {
    border: 10px solid #fff;
    border-radius: 20px;
    width: 45%;
    min-width: 45%;
  }
}
@media (max-width: 560px) {
  .l-topCompanyLayout__image {
    border: 5px solid #fff;
    border-radius: 10px;
    width: 100%;
    margin-bottom: 30px;
  }
}
.l-topCompanyLayout__map {
  box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, 0.1), 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
}
@media (min-width: 560px) {
  .l-topCompanyLayout__map {
    border-radius: 10px;
    border: 10px solid #fff;
  }
}
@media (max-width: 560px) {
  .l-topCompanyLayout__map {
    border-radius: 5px;
    border: 5px solid #fff;
    height: 250px;
  }
}
.l-topCompanyLayout__map iframe {
  width: 100%;
}
@media (max-width: 560px) {
  .l-topCompanyLayout__map iframe {
    height: 100%;
  }
}

.p-dataTable {
  border-collapse: collapse;
  text-align: left;
  width: 100%;
}
.p-dataTable th,
.p-dataTable td {
  padding: 10px 0;
  border-top: 1px solid #C6D1D7;
  vertical-align: top;
}
.p-dataTable tr > *:nth-child(n+2) {
  padding-left: 15px;
}

.l-topAssociateLayout__logos {
  display: flex;
}
@media (min-width: 560px) {
  .l-topAssociateLayout__logos {
    justify-content: center;
    width: 800px;
    margin: 0 auto;
  }
}
@media (max-width: 1100px) and (min-width: 768px) {
  .l-topAssociateLayout__logos {
    width: 100%;
  }
}
@media (max-width: 560px) {
  .l-topAssociateLayout__logos {
    flex-direction: column;
  }
}
.l-topAssociateLayout__item {
  width: 100%;
}
@media (min-width: 560px) {
  .l-topAssociateLayout__item + .l-topAssociateLayout__item {
    margin-left: 30px;
  }
}
@media (max-width: 560px) {
  .l-topAssociateLayout__item + .l-topAssociateLayout__item {
    margin-top: 20px;
  }
}

.p-topNavigationSection {
  max-width: 1100px;
  margin: 64px auto;
  width: 100%;
  padding: 0 24px;
  box-sizing: border-box;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .p-topNavigationSection {
    margin: 48px auto;
    padding: 0 24px;
  }
}
@media (max-width: 560px) {
  .p-topNavigationSection {
    margin: 40px auto;
    padding: 0 16px;
  }
}
.p-topNavigationSection__list {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 24px;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .p-topNavigationSection__list {
    gap: 16px;
  }
}
@media (max-width: 560px) {
  .p-topNavigationSection__list {
    flex-direction: column;
    gap: 16px;
  }
}
.p-topNavigationSection__item {
  flex: 1;
  max-width: 350px;
  width: 100%;
  min-width: 0;
}
@media (max-width: 560px) {
  .p-topNavigationSection__item {
    max-width: none;
  }
}

.p-topNavigationCardLink {
  display: block;
  text-decoration: none;
  width: 100%;
}
.p-topNavigationCardLink:hover .p-topNavigationCard {
  transform: translateY(-2px);
  border-color: #e2e8f0;
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.15), 0px 20px 25px -5px rgba(0, 0, 0, 0.15);
}
.p-topNavigationCardLink:hover .p-topNavigationCard .p-topNavigationCard__arrow {
  transform: translateX(4px);
}
.p-topNavigationCardLink:active .p-topNavigationCard {
  transform: translateY(0);
}

.p-topNavigationCard {
  display: flex;
  align-items: center;
  background-color: #fff;
  border: 1px solid #f1f5f9;
  border-radius: 14px;
  min-height: 98px;
  padding: 24px;
  box-sizing: border-box;
  text-decoration: none;
  box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, 0.1), 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.3s cubic-bezier(0.25, 1, 0.5, 1), border-color 0.3s ease;
}
.p-topNavigationCard__iconWrapper {
  width: 48px;
  height: 48px;
  border-radius: 10px;
  background: linear-gradient(90deg, #007bff 0%, #009ddb 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 4px 10px rgba(0, 123, 255, 0.2);
}
.p-topNavigationCard__icon {
  width: 24px;
  height: 24px;
  object-fit: contain;
  display: block;
}
.p-topNavigationCard__title {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
  color: #1d293d;
  margin-left: 16px;
  margin-right: 16px;
  flex-grow: 1;
  word-break: break-word;
}
@media (max-width: 560px) {
  .p-topNavigationCard__title {
    font-size: 16px;
  }
}
.p-topNavigationCard__arrow {
  font-size: 24px;
  color: #1461e6;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.l-worksAboutLayout {
  display: flex;
}
@media (min-width: 560px) {
  .l-worksAboutLayout {
    align-items: center;
    justify-content: space-between;
    gap: 50px;
  }
}
@media (max-width: 1100px) and (min-width: 768px) {
  .l-worksAboutLayout {
    gap: 30px;
  }
}
@media (max-width: 560px) {
  .l-worksAboutLayout {
    flex-direction: column;
    gap: 30px;
  }
}
.l-worksAboutLayout__image {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, 0.1), 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
  aspect-ratio: 606/472;
}
@media (min-width: 560px) {
  .l-worksAboutLayout__image {
    width: 55%;
    min-width: 55%;
  }
}
@media (max-width: 1100px) and (min-width: 768px) {
  .l-worksAboutLayout__image {
    width: 40%;
    max-width: 40%;
    min-width: 40%;
    margin: 0 auto;
  }
}
@media (max-width: 560px) {
  .l-worksAboutLayout__image {
    width: 100%;
    margin-bottom: 0;
  }
}
.l-worksAboutLayout__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.l-worksAboutLayout__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (max-width: 560px) {
  .l-worksAboutLayout__content {
    gap: 20px;
    text-align: left;
    align-items: flex-start;
  }
}
.l-worksAboutLayout__title {
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 0;
  background: linear-gradient(90deg, #007bff 0%, #009ddb 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
@media (min-width: 560px) {
  .l-worksAboutLayout__title {
    font-size: 42px;
  }
}
@media (max-width: 1100px) and (min-width: 768px) {
  .l-worksAboutLayout__title {
    font-size: 32px;
  }
}
@media (max-width: 560px) {
  .l-worksAboutLayout__title {
    font-size: 28px;
  }
}
.l-worksAboutLayout__description {
  color: #334654;
  font-size: 16px;
  line-height: 1.6;
}

.l-primarySectionLayout__description {
  color: #334654 !important;
  font-size: 16px !important;
  line-height: 1.6 !important;
  margin-bottom: 40px !important;
}
@media (max-width: 560px) {
  .l-primarySectionLayout__description {
    margin-bottom: 25px !important;
  }
}
.l-primarySectionLayout .c-cardList.is-summary {
  display: flex;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
}
@media (min-width: 560px) {
  .l-primarySectionLayout .c-cardList.is-summary {
    flex-direction: row;
  }
}
@media (max-width: 1100px) and (min-width: 768px) {
  .l-primarySectionLayout .c-cardList.is-summary {
    flex-direction: row;
  }
}
@media (max-width: 560px) {
  .l-primarySectionLayout .c-cardList.is-summary {
    flex-direction: column;
  }
}
.l-primarySectionLayout .c-cardList.is-summary .c-cardList__item {
  flex: 1;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  margin-left: 0;
  margin-top: 0;
}
@media (min-width: 560px) {
  .l-primarySectionLayout .c-cardList.is-summary .c-cardList__item {
    margin-right: -1px;
  }
  .l-primarySectionLayout .c-cardList.is-summary .c-cardList__item:last-child {
    margin-right: 0;
  }
}
@media (max-width: 1100px) and (min-width: 768px) {
  .l-primarySectionLayout .c-cardList.is-summary .c-cardList__item {
    margin-right: -1px;
  }
  .l-primarySectionLayout .c-cardList.is-summary .c-cardList__item:last-child {
    margin-right: 0;
  }
}
@media (max-width: 560px) {
  .l-primarySectionLayout .c-cardList.is-summary .c-cardList__item {
    margin-bottom: -1px;
  }
  .l-primarySectionLayout .c-cardList.is-summary .c-cardList__item:last-child {
    margin-bottom: 0;
  }
}

.c-featureCard {
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: 100%;
  align-items: flex-start;
  text-align: left;
}
.c-featureCard__image {
  width: 100%;
  aspect-ratio: 1.3;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 20px;
}
@media (max-width: 560px) {
  .c-featureCard__image {
    margin-bottom: 15px;
  }
}
.c-featureCard__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.c-featureCard__icon.size-large {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-bottom: 10px;
  background: none;
}
.c-featureCard__icon.size-large img {
  width: 100%;
  max-width: 292px;
  aspect-ratio: 292/251;
  object-fit: cover;
  display: block;
  height: auto;
}
.c-featureCard__title {
  color: #334654;
  font-weight: 700;
  line-height: 1.4;
  text-align: left;
  margin: 0;
}
@media (min-width: 560px) {
  .c-featureCard__title {
    font-size: 20px;
  }
}
@media (max-width: 1100px) and (min-width: 768px) {
  .c-featureCard__title {
    font-size: 18px;
  }
}
@media (max-width: 560px) {
  .c-featureCard__title {
    font-size: 18px;
    text-align: left;
    align-self: flex-start;
  }
}
.c-featureCard__description {
  color: #334654;
  font-size: 16px;
  line-height: 1.6;
  text-align: left;
  margin-top: 0;
}
@media (max-width: 560px) {
  .c-featureCard__description {
    text-align: justify;
  }
}

.l-worksModelLayout {
  display: flex;
  box-sizing: border-box;
}
@media (min-width: 560px) {
  .l-worksModelLayout {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
  }
}
@media (max-width: 1100px) and (min-width: 768px) {
  .l-worksModelLayout {
    flex-direction: column;
    gap: 30px;
  }
}
@media (max-width: 560px) {
  .l-worksModelLayout {
    flex-direction: column;
    gap: 30px;
  }
}
.l-worksModelLayout__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (max-width: 560px) {
  .l-worksModelLayout__content {
    gap: 20px;
    text-align: left;
    align-items: flex-start;
  }
}
.l-worksModelLayout__description {
  color: #334654;
  font-size: 16px;
  line-height: 1.6;
  text-align: left;
}
.l-worksModelLayout__image {
  aspect-ratio: 500/400;
  flex-shrink: 0;
}
@media (min-width: 560px) {
  .l-worksModelLayout__image {
    width: 45%;
    max-width: 500px;
  }
}
@media (max-width: 1100px) and (min-width: 768px) {
  .l-worksModelLayout__image {
    width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 560px) {
  .l-worksModelLayout__image {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
}
.l-worksModelLayout__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.p-worksAdvantageSection {
  background: linear-gradient(90deg, #007bff 0%, #009ddb 100%) !important;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 50px 0px rgba(112, 135, 151, 0.19);
}
@media (min-width: 560px) {
  .p-worksAdvantageSection {
    padding: 100px 0;
  }
}
@media (max-width: 1100px) and (min-width: 768px) {
  .p-worksAdvantageSection {
    padding: 80px 0;
  }
}
@media (max-width: 560px) {
  .p-worksAdvantageSection {
    padding: 50px 0;
  }
}
.p-worksAdvantageSection__bgVector {
  position: absolute;
  pointer-events: none;
  user-select: none;
  z-index: 1;
  opacity: 0.5;
}
.p-worksAdvantageSection__bgVector--1 {
  width: 1689px;
  height: 1420px;
  left: -122px;
  top: 50px;
}
.p-worksAdvantageSection__bgVector--2 {
  width: 2513px;
  height: 2113px;
  left: -615px;
  top: 400px;
  transform: rotate(180deg);
}
.p-worksAdvantageSection__bgVector img {
  width: 100%;
  height: 100%;
  display: block;
}
.p-worksAdvantageSection__container {
  width: 100%;
  max-width: 1100px;
  padding: 0 15px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
  position: relative;
  z-index: 5;
}
@media (max-width: 560px) {
  .p-worksAdvantageSection__container {
    gap: 30px;
  }
}
.p-worksAdvantageSection__title {
  width: 100%;
  display: flex;
  justify-content: flex-start;
}

.p-worksAdvantageGrid {
  display: grid;
  width: 100%;
  box-sizing: border-box;
  position: relative;
}
@media (min-width: 560px) {
  .p-worksAdvantageGrid {
    grid-template-columns: repeat(2, 1fr);
    gap: 100px 100px;
  }
  .p-worksAdvantageGrid::before, .p-worksAdvantageGrid::after {
    content: "";
    position: absolute;
    background-color: rgba(255, 255, 255, 0.15);
    z-index: 1;
  }
  .p-worksAdvantageGrid::before {
    top: 0;
    bottom: 0;
    left: calc(50% - 0px);
    width: 1px;
  }
  .p-worksAdvantageGrid::after {
    left: 0;
    right: 0;
    top: calc(50% - 0px);
    height: 1px;
  }
}
@media (max-width: 1100px) and (min-width: 768px) {
  .p-worksAdvantageGrid {
    grid-template-columns: repeat(2, 1fr);
    gap: 50px 30px;
  }
  .p-worksAdvantageGrid::before, .p-worksAdvantageGrid::after {
    content: "";
    position: absolute;
    background-color: rgba(255, 255, 255, 0.15);
    z-index: 1;
  }
  .p-worksAdvantageGrid::before {
    top: 0;
    bottom: 0;
    left: calc(50% - 0px);
    width: 1px;
  }
  .p-worksAdvantageGrid::after {
    left: 0;
    right: 0;
    top: calc(50% - 0px);
    height: 1px;
  }
}
@media (max-width: 560px) {
  .p-worksAdvantageGrid {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
  .p-worksAdvantageGrid::before, .p-worksAdvantageGrid::after {
    display: none;
  }
}

.p-worksAdvantageCard {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 100%;
  max-width: 502px;
  box-sizing: border-box;
  text-align: left;
  position: relative;
  z-index: 2;
}
@media (max-width: 560px) {
  .p-worksAdvantageCard {
    gap: 15px;
    max-width: 100%;
  }
}
.p-worksAdvantageCard__num {
  font-size: 88px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  margin: 0;
}
@media (max-width: 560px) {
  .p-worksAdvantageCard__num {
    font-size: 60px;
  }
}
.p-worksAdvantageCard__imageBox {
  background-color: #fff;
  padding: 30px;
  box-sizing: border-box;
  border-radius: 16px;
  width: 100%;
  aspect-ratio: 606/472;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  box-shadow: 0px 0px 50px 0px rgba(112, 135, 151, 0.19);
}
@media (max-width: 1100px) and (min-width: 768px) {
  .p-worksAdvantageCard__imageBox {
    height: auto;
    padding: 20px;
  }
}
@media (max-width: 560px) {
  .p-worksAdvantageCard__imageBox {
    height: auto;
    padding: 15px;
  }
}
.p-worksAdvantageCard__image {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-worksAdvantageCard__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.p-worksAdvantageCard__content {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  color: #fff;
}
.p-worksAdvantageCard__title {
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
  margin: 0;
}
@media (min-width: 560px) {
  .p-worksAdvantageCard__title {
    font-size: 24px;
  }
}
@media (max-width: 1100px) and (min-width: 768px) {
  .p-worksAdvantageCard__title {
    font-size: 20px;
  }
}
@media (max-width: 560px) {
  .p-worksAdvantageCard__title {
    font-size: 18px;
  }
}
.p-worksAdvantageCard__description {
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
}
@media (min-width: 560px) {
  .l-twoColumnLayout__mainColumn > :first-child {
    margin-bottom: 50px;
  }
}
@media (max-width: 560px) {
  .l-twoColumnLayout__mainColumn > :first-child {
    margin-bottom: 30px;
  }
}
.l-twoColumnLayout__mainColumn .l-twoColumnLayout__row.align-center {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  width: 100%;
}
.l-twoColumnLayout__mainColumn .l-twoColumnLayout__row.align-center .c-solidButton.theme-muted {
  background-color: #fff;
  color: #334654;
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  border-radius: 999px;
  border: none;
  padding: 15px 30px;
  cursor: pointer;
  box-sizing: border-box;
  box-shadow: 0px 1px 4px 0px rgba(40, 64, 103, 0.24), 0px 8px 16px 0px rgba(47, 65, 101, 0.1);
  transition: all 0.2s ease;
}
.l-twoColumnLayout__mainColumn .l-twoColumnLayout__row.align-center .c-solidButton.theme-muted:hover {
  transform: translateY(-2px);
  box-shadow: 0px 4px 12px 0px rgba(40, 64, 103, 0.2), 0px 12px 24px 0px rgba(47, 65, 101, 0.15);
}

.l-cultureAboutLayout {
  display: flex;
}
@media (min-width: 560px) {
  .l-cultureAboutLayout {
    align-items: center;
    justify-content: space-between;
    gap: 50px;
  }
}
@media (max-width: 1100px) and (min-width: 768px) {
  .l-cultureAboutLayout {
    align-items: center;
    justify-content: space-between;
    gap: 30px;
  }
}
@media (max-width: 560px) {
  .l-cultureAboutLayout {
    flex-direction: column;
    gap: 30px;
  }
}
.l-cultureAboutLayout__image {
  aspect-ratio: 522/450;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, 0.1), 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
}
@media (min-width: 560px) {
  .l-cultureAboutLayout__image {
    width: 48%;
    min-width: 48%;
  }
}
@media (max-width: 1100px) and (min-width: 768px) {
  .l-cultureAboutLayout__image {
    width: 40%;
    min-width: 40%;
  }
}
@media (max-width: 560px) {
  .l-cultureAboutLayout__image {
    width: 100%;
  }
}
.l-cultureAboutLayout__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.l-cultureAboutLayout__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (max-width: 560px) {
  .l-cultureAboutLayout__content {
    gap: 20px;
    text-align: left;
    align-items: flex-start;
  }
}
.l-cultureAboutLayout__title {
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 0;
  background: linear-gradient(90deg, #007bff 0%, #009ddb 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
@media (min-width: 560px) {
  .l-cultureAboutLayout__title {
    font-size: 58px;
  }
}
@media (max-width: 1100px) and (min-width: 768px) {
  .l-cultureAboutLayout__title {
    font-size: 42px;
  }
}
@media (max-width: 560px) {
  .l-cultureAboutLayout__title {
    font-size: 32px;
  }
}
.l-cultureAboutLayout__description {
  color: #334654;
  font-size: 16px;
  line-height: 1.6;
}

.p-cultureInterviewSection {
  background: linear-gradient(90deg, #155dfc 0%, #009ac2 100%) !important;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 50px 0px rgba(112, 135, 151, 0.19);
}
@media (min-width: 560px) {
  .p-cultureInterviewSection {
    padding: 100px 0;
  }
}
@media (max-width: 1100px) and (min-width: 768px) {
  .p-cultureInterviewSection {
    padding: 80px 0;
  }
}
@media (max-width: 560px) {
  .p-cultureInterviewSection {
    padding: 50px 0;
  }
}
.p-cultureInterviewSection__bgOverlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
  user-select: none;
  z-index: 1;
  opacity: 0.3;
}
.p-cultureInterviewSection__bgOverlay img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.p-cultureInterviewSection__container {
  width: 100%;
  max-width: 1100px;
  padding: 0 15px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
  position: relative;
  z-index: 5;
}
@media (max-width: 560px) {
  .p-cultureInterviewSection__container {
    gap: 30px;
  }
}
.p-cultureInterviewSection__header {
  display: flex;
  width: 100%;
  box-sizing: border-box;
  align-items: flex-start;
  gap: 20px;
}
@media (min-width: 560px) {
  .p-cultureInterviewSection__header {
    flex-direction: row;
    justify-content: space-between;
  }
}
@media (max-width: 1100px) and (min-width: 768px) {
  .p-cultureInterviewSection__header {
    flex-direction: row;
    justify-content: space-between;
  }
}
@media (max-width: 560px) {
  .p-cultureInterviewSection__header {
    flex-direction: column;
    gap: 15px;
  }
}
.p-cultureInterviewSection__title {
  flex: 1;
  display: flex;
  justify-content: flex-start;
}
.p-cultureInterviewSection__intro {
  flex: 1;
  color: #fff;
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
}
.p-cultureInterviewGrid {
  display: grid;
  width: 100%;
  box-sizing: border-box;
  gap: 30px;
}
@media (min-width: 560px) {
  .p-cultureInterviewGrid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 1100px) and (min-width: 768px) {
  .p-cultureInterviewGrid {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }
}
@media (max-width: 560px) {
  .p-cultureInterviewGrid {
    grid-template-columns: 1fr;
    gap: 25px;
  }
}

.p-cultureInterviewCard {
  background-color: #fff;
  border-radius: 16px;
  padding: 30px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 16px;
  text-align: left;
  box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, 0.1), 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
@media (max-width: 1100px) and (min-width: 768px) {
  .p-cultureInterviewCard {
    padding: 20px;
    gap: 12px;
  }
}
@media (max-width: 560px) {
  .p-cultureInterviewCard {
    padding: 20px;
    gap: 12px;
  }
}
.p-cultureInterviewCard:hover {
  transform: translateY(-8px);
  box-shadow: 0px 8px 12px -4px rgba(0, 0, 0, 0.15), 0px 20px 25px -3px rgba(0, 0, 0, 0.15);
}
.p-cultureInterviewCard:hover .p-cultureInterviewCard__btn {
  background-color: #e6f2ff;
  border-color: #1461e6;
}
.p-cultureInterviewCard:hover .p-cultureInterviewCard__btn .p-cultureInterviewCard__btnIcon {
  transform: translateX(4px);
}
.p-cultureInterviewCard__thumbnail {
  width: 100%;
  aspect-ratio: 280/240;
  height: auto;
  border-radius: 16px;
  overflow: hidden;
}
.p-cultureInterviewCard__thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.p-cultureInterviewCard__title {
  color: #334654;
  font-weight: 700;
  line-height: 1.4;
  margin: 0;
}
@media (min-width: 560px) {
  .p-cultureInterviewCard__title {
    font-size: 18px;
    flex: 1;
  }
}
@media (max-width: 1100px) and (min-width: 768px) {
  .p-cultureInterviewCard__title {
    font-size: 16px;
  }
}
@media (max-width: 560px) {
  .p-cultureInterviewCard__title {
    font-size: 16px;
  }
}
.p-cultureInterviewCard__meta {
  display: flex;
  flex-direction: column;
  gap: 4px;
  color: #959ca1;
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}
.p-cultureInterviewCard__meta p {
  margin: 0;
}
.p-cultureInterviewCard__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  width: 100%;
  padding: 8px 16px;
  box-sizing: border-box;
  background-color: #f9fcff;
  border: 1px solid #9cccff;
  border-radius: 999px;
  color: #1461e6;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0px 1px 4px 0px rgba(40, 64, 103, 0.24), 0px 8px 16px 0px rgba(47, 65, 101, 0.1);
  transition: all 0.3s ease;
}
.p-cultureInterviewCard__btn p {
  margin: 0;
}
.p-cultureInterviewCard__btnIcon {
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}

.p-cultureOfficeSection {
  background-image: linear-gradient(160.813deg, rgba(239, 246, 255, 0.5) 0%, rgba(207, 227, 255, 0) 50%, rgba(238, 242, 255, 0.3) 100%);
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (min-width: 560px) {
  .p-cultureOfficeSection {
    padding: 100px 0;
  }
}
@media (max-width: 1100px) and (min-width: 768px) {
  .p-cultureOfficeSection {
    padding: 80px 0;
  }
}
@media (max-width: 560px) {
  .p-cultureOfficeSection {
    padding: 50px 0;
  }
}
.p-cultureOfficeSection__container {
  width: 100%;
  max-width: 1100px;
  padding: 0 15px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  position: relative;
  z-index: 5;
}
@media (max-width: 560px) {
  .p-cultureOfficeSection__container {
    gap: 20px;
  }
}
.p-cultureOfficeSection__header {
  display: flex;
  width: 100%;
  box-sizing: border-box;
  align-items: flex-start;
  gap: 40px;
}
@media (min-width: 560px) {
  .p-cultureOfficeSection__header {
    flex-direction: row;
    justify-content: space-between;
  }
}
@media (max-width: 1100px) and (min-width: 768px) {
  .p-cultureOfficeSection__header {
    flex-direction: row;
    justify-content: space-between;
  }
}
@media (max-width: 560px) {
  .p-cultureOfficeSection__header {
    flex-direction: column;
    gap: 15px;
  }
}
.p-cultureOfficeSection__left {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-shrink: 0;
}
@media (min-width: 560px) {
  .p-cultureOfficeSection__left {
    width: 280px;
  }
}
@media (max-width: 1100px) and (min-width: 768px) {
  .p-cultureOfficeSection__left {
    width: 240px;
  }
}
@media (max-width: 560px) {
  .p-cultureOfficeSection__left {
    width: 100%;
    gap: 12px;
  }
}
.p-cultureOfficeSection__description {
  flex: 1;
  color: #334654 !important;
  font-family: "Noto Sans CJK JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
}
.p-cultureOfficeGrid {
  display: grid;
  width: 100%;
  box-sizing: border-box;
  gap: 30px;
}
@media (min-width: 560px) {
  .p-cultureOfficeGrid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 1100px) and (min-width: 768px) {
  .p-cultureOfficeGrid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media (max-width: 560px) {
  .p-cultureOfficeGrid {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}
.p-cultureOfficeGrid__item {
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  aspect-ratio: 250/250;
  box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, 0.1), 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.p-cultureOfficeGrid__item:hover {
  transform: translateY(-6px);
  box-shadow: 0px 8px 12px -4px rgba(0, 0, 0, 0.15), 0px 20px 25px -3px rgba(0, 0, 0, 0.15);
}
.p-cultureOfficeGrid__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.p-cultureSupportSection {
  background-image: linear-gradient(160.813deg, rgba(239, 246, 255, 0.5) 0%, rgba(207, 227, 255, 0) 50%, rgba(238, 242, 255, 0.3) 100%) !important;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (min-width: 560px) {
  .p-cultureSupportSection {
    padding: 100px 0;
  }
}
@media (max-width: 1100px) and (min-width: 768px) {
  .p-cultureSupportSection {
    padding: 70px 0;
  }
}
@media (max-width: 560px) {
  .p-cultureSupportSection {
    padding: 50px 0;
  }
}
.p-cultureSupportSection__container {
  width: 100%;
  max-width: 1100px;
  padding: 0 15px;
  box-sizing: border-box;
  display: flex;
  position: relative;
  z-index: 5;
}
@media (min-width: 560px) {
  .p-cultureSupportSection__container {
    flex-direction: row;
    gap: 50px;
    justify-content: center;
    align-items: flex-start;
  }
}
@media (max-width: 1100px) and (min-width: 768px) {
  .p-cultureSupportSection__container {
    flex-direction: column;
    gap: 40px;
  }
}
@media (max-width: 560px) {
  .p-cultureSupportSection__container {
    flex-direction: column;
    gap: 30px;
  }
}
.p-cultureSupportSection__intro {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (min-width: 560px) {
  .p-cultureSupportSection__intro {
    flex: 1;
  }
}
@media (max-width: 1100px) and (min-width: 768px) {
  .p-cultureSupportSection__intro {
    flex: 1;
  }
}
@media (max-width: 560px) {
  .p-cultureSupportSection__intro {
    width: 100%;
    gap: 20px;
  }
}
.p-cultureSupportSection__title {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-shrink: 0;
}
.p-cultureSupportSection__description {
  color: #334654 !important;
  font-family: "Noto Sans CJK JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
}
.p-cultureSupportList {
  display: flex;
  flex-direction: column;
  gap: 30px;
  flex-shrink: 0;
}
@media (min-width: 560px) {
  .p-cultureSupportList {
    width: 500px;
  }
}
@media (max-width: 1100px) and (min-width: 768px) {
  .p-cultureSupportList {
    width: 100%;
  }
}
@media (max-width: 560px) {
  .p-cultureSupportList {
    width: 100%;
    gap: 20px;
  }
}

.p-cultureSupportCard {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  box-sizing: border-box;
}
@media (min-width: 560px) {
  .p-cultureSupportCard {
    gap: 30px;
  }
}
@media (max-width: 1100px) and (min-width: 768px) {
  .p-cultureSupportCard {
    gap: 20px;
  }
}
@media (max-width: 560px) {
  .p-cultureSupportCard {
    align-items: flex-start;
    gap: 15px;
  }
}
.p-cultureSupportCard__icon {
  width: 140px;
  height: 140px;
  position: relative;
  flex-shrink: 0;
  padding: 20px;
}
@media (max-width: 560px) {
  .p-cultureSupportCard__icon {
    width: 120px;
    height: 120px;
    padding: 10px;
  }
}
.p-cultureSupportCard__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
  color: #334654;
  line-height: 1.6;
}
.p-cultureSupportCard__title {
  font-weight: 700 !important;
  font-size: 20px !important;
  margin: 0 !important;
}
@media (max-width: 560px) {
  .p-cultureSupportCard__title {
    font-size: 18px !important;
  }
}
.p-cultureSupportCard__description {
  font-family: "Noto Sans CJK JP", sans-serif;
  font-weight: 400;
  font-size: 16px !important;
  margin: 0 !important;
}
.p-cultureActivitySection {
  background-image: linear-gradient(138.457deg, rgb(235, 239, 255) 5.672%, rgb(255, 255, 255) 53.278%, rgb(225, 247, 255) 99.087%) !important;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (min-width: 560px) {
  .p-cultureActivitySection {
    padding: 100px 0;
  }
}
@media (max-width: 1100px) and (min-width: 768px) {
  .p-cultureActivitySection {
    padding: 80px 0;
  }
}
@media (max-width: 560px) {
  .p-cultureActivitySection {
    padding: 50px 0;
  }
}
.p-cultureActivitySection__container {
  width: 100%;
  max-width: 1100px;
  padding: 0 15px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 50px;
  position: relative;
  z-index: 5;
}
@media (max-width: 560px) {
  .p-cultureActivitySection__container {
    gap: 30px;
  }
}
.p-cultureActivitySection__header {
  display: flex;
  align-items: center;
  width: 100%;
}
.p-cultureActivitySection__title {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-shrink: 0;
}

.p-cultureActivityTopic {
  display: flex;
  flex-direction: column;
  width: 100%;
  box-sizing: border-box;
  gap: 30px;
}
@media (max-width: 560px) {
  .p-cultureActivityTopic {
    gap: 20px;
  }
}
.p-cultureActivityTopic__label {
  align-self: flex-start;
  background: linear-gradient(90deg, #007bff 0%, #009ddb 100%);
  padding: 10px 30px;
  border-radius: 4px;
  box-shadow: 0px 4px 10px rgba(0, 123, 255, 0.25);
}
.p-cultureActivityTopic__label h3 {
  font-weight: 700;
  font-size: 28px;
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 1;
  margin: 0;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .p-cultureActivityTopic__label h3 {
    font-size: 24px;
  }
}
@media (max-width: 560px) {
  .p-cultureActivityTopic__label h3 {
    font-size: 20px;
  }
}
@media (max-width: 560px) {
  .p-cultureActivityTopic__label {
    padding: 8px 20px;
  }
}
.p-cultureActivityTopic__description {
  color: #334654;
  font-family: "Noto Sans CJK JP", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
}
@media (min-width: 560px) {
  .p-cultureActivityTopic.is-lt {
    flex-direction: row;
    gap: 50px;
    align-items: center;
  }
}
@media (max-width: 1100px) and (min-width: 768px) {
  .p-cultureActivityTopic.is-lt {
    flex-direction: row;
    gap: 30px;
    align-items: center;
  }
}
@media (max-width: 560px) {
  .p-cultureActivityTopic.is-lt {
    flex-direction: column;
    gap: 25px;
  }
}
.p-cultureActivityTopic.is-lt .p-cultureActivityTopic__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.p-cultureActivityTopic.is-lt .p-cultureActivityTopic__images {
  display: flex;
  gap: 20px;
  flex-shrink: 0;
}
@media (max-width: 560px) {
  .p-cultureActivityTopic.is-lt .p-cultureActivityTopic__images {
    width: 100%;
    justify-content: center;
  }
}
.p-cultureActivityTopic.is-lt .p-cultureActivityTopic__imgItem {
  width: 230px;
  aspect-ratio: 1;
  height: auto;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.25);
  transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.p-cultureActivityTopic.is-lt .p-cultureActivityTopic__imgItem:hover {
  transform: scale(1.05);
}
.p-cultureActivityTopic.is-lt .p-cultureActivityTopic__imgItem img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .p-cultureActivityTopic.is-lt .p-cultureActivityTopic__imgItem {
    width: 200px;
    aspect-ratio: 1.6;
    height: auto;
  }
}
@media (max-width: 560px) {
  .p-cultureActivityTopic.is-lt .p-cultureActivityTopic__imgItem {
    width: 48%;
    height: auto;
  }
}
.p-wakuwakuGrid {
  display: flex;
  width: 100%;
  box-sizing: border-box;
}
@media (min-width: 560px) {
  .p-wakuwakuGrid {
    flex-direction: row;
    gap: 50px;
    align-items: flex-start;
  }
}
@media (max-width: 1100px) and (min-width: 768px) {
  .p-wakuwakuGrid {
    flex-direction: row;
    gap: 30px;
    align-items: flex-start;
  }
}
@media (max-width: 560px) {
  .p-wakuwakuGrid {
    flex-direction: column;
    gap: 30px;
  }
}
.p-wakuwakuGrid__column {
  display: flex;
  flex-direction: column;
}
@media (min-width: 560px) {
  .p-wakuwakuGrid__column {
    flex: 1;
    gap: 50px;
  }
}
@media (max-width: 1100px) and (min-width: 768px) {
  .p-wakuwakuGrid__column {
    flex: 1;
    gap: 30px;
  }
}
@media (max-width: 560px) {
  .p-wakuwakuGrid__column {
    width: 100%;
    gap: 30px;
  }
}
@media (min-width: 560px) {
  .p-wakuwakuGrid__column.col-2 {
    margin-top: 83px;
  }
}
@media (max-width: 1100px) and (min-width: 768px) {
  .p-wakuwakuGrid__column.col-2 {
    margin-top: 60px;
  }
}
@media (max-width: 560px) {
  .p-wakuwakuGrid__column.col-2 {
    margin-top: 0;
  }
}
@media (min-width: 560px) {
  .p-wakuwakuGrid__column.col-3 {
    margin-top: 168px;
  }
}
@media (max-width: 1100px) and (min-width: 768px) {
  .p-wakuwakuGrid__column.col-3 {
    margin-top: 120px;
  }
}
@media (max-width: 560px) {
  .p-wakuwakuGrid__column.col-3 {
    margin-top: 0;
  }
}

.p-wakuwakuCard {
  display: flex;
  flex-direction: column;
  width: 100%;
  box-sizing: border-box;
}
.p-wakuwakuCard__image {
  width: 100%;
  aspect-ratio: 353/264;
  overflow: hidden;
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 4px 6px -4px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  overflow: hidden;
  transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.p-wakuwakuCard__image:hover {
  transform: translateY(-8px);
  box-shadow: 0px 20px 25px -5px rgba(0, 0, 0, 0.15), 0px 10px 10px -5px rgba(0, 0, 0, 0.1);
}
.p-wakuwakuCard__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.p-wakuwakuCard__content {
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  box-sizing: border-box;
}
.p-wakuwakuCard__title {
  font-weight: 700;
  font-size: 20px;
  color: #334654;
  letter-spacing: 0.1em;
  margin: 0;
}
@media (max-width: 560px) {
  .p-wakuwakuCard__title {
    font-size: 18px;
  }
}
.p-wakuwakuCard__description {
  font-family: "Noto Sans CJK JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #334654;
  line-height: 1.6;
  margin: 0;
}
.l-companyMessageLayout {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  box-sizing: border-box;
}
.l-companyMessageLayout__row {
  display: flex;
  width: 100%;
  box-sizing: border-box;
}
@media (min-width: 560px) {
  .l-companyMessageLayout__row {
    flex-direction: row;
    gap: 70px;
    align-items: flex-end;
  }
}
@media (max-width: 1100px) and (min-width: 768px) {
  .l-companyMessageLayout__row {
    flex-direction: row;
    gap: 40px;
    align-items: center;
  }
}
@media (max-width: 560px) {
  .l-companyMessageLayout__row {
    flex-direction: column;
    gap: 30px;
    align-items: flex-start;
  }
}
.l-companyMessageLayout__content {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
@media (min-width: 560px) {
  .l-companyMessageLayout__content {
    flex: 1;
    gap: 20px;
  }
}
@media (max-width: 1100px) and (min-width: 768px) {
  .l-companyMessageLayout__content {
    flex: 1;
    gap: 20px;
  }
}
@media (max-width: 560px) {
  .l-companyMessageLayout__content {
    width: 100%;
    gap: 10px;
  }
}
.l-companyMessageLayout__title {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-shrink: 0;
}
.l-companyMessageLayout__lead {
  font-weight: 700;
  color: #334654;
  line-height: 1.4;
}
@media (min-width: 560px) {
  .l-companyMessageLayout__lead {
    font-size: 34px;
  }
}
@media (max-width: 1100px) and (min-width: 768px) {
  .l-companyMessageLayout__lead {
    font-size: 28px;
  }
}
@media (max-width: 560px) {
  .l-companyMessageLayout__lead {
    font-size: 22px;
    text-align: left;
  }
}
.l-companyMessageLayout__lead p {
  margin: 0;
}
.l-companyMessageLayout__description {
  font-family: "Noto Sans CJK JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #334654;
  line-height: 1.6;
}
.l-companyMessageLayout__description p {
  margin: 0 0 20px 0;
}
.l-companyMessageLayout__description p:last-child {
  margin-bottom: 0;
}
.l-companyMessageLayout__image {
  flex-shrink: 0;
  position: relative;
}
@media (min-width: 560px) {
  .l-companyMessageLayout__image {
    width: 313px;
  }
}
@media (max-width: 1100px) and (min-width: 768px) {
  .l-companyMessageLayout__image {
    width: 200px;
  }
}
@media (max-width: 560px) {
  .l-companyMessageLayout__image {
    width: 100%;
    max-width: none;
    margin-top: 24px;
  }
}
.l-companyMessageLayout__imgWrapper {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 4px 6px -4px rgba(0, 0, 0, 0.1);
}
.l-companyMessageLayout__imgWrapper img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-companyCareerCard {
  background-color: #fff;
  border: 1px solid #bac9db;
  border-radius: 16px;
  padding: 30px;
  box-sizing: border-box;
  margin-top: 40px;
  color: #334654;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 560px) {
  .p-companyCareerCard {
    padding: 20px;
    margin-top: 30px;
    gap: 12px;
  }
}
.p-companyCareerCard__title {
  font-weight: 700;
  font-size: 16px;
  margin: 0;
  line-height: 1.6;
}
.p-companyCareerCard__profile {
  font-size: 12px;
  line-height: 1.6;
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin: 0;
}
.p-companyCareerCard__profile p {
  margin: 0;
}
.p-companyCareerCard__name {
  font-weight: 700;
}
.p-companyCareerCard__detail {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.6;
  margin: 0;
}

.l-companyDataLayout {
  width: 100%;
  max-width: 1098px;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
}
@media (min-width: 560px) {
  .l-companyDataLayout {
    flex-direction: row;
    gap: 20px;
    justify-content: center;
    align-items: flex-start;
  }
}
@media (max-width: 1100px) and (min-width: 768px) {
  .l-companyDataLayout {
    flex-direction: row;
    gap: 30px;
    justify-content: center;
    align-items: flex-start;
  }
}
@media (max-width: 560px) {
  .l-companyDataLayout {
    flex-direction: column;
    gap: 30px;
  }
}
.l-companyDataLayout__left {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
}
@media (min-width: 560px) {
  .l-companyDataLayout__left {
    flex: 1;
    min-width: 280px;
    gap: 30px;
  }
}
@media (max-width: 1100px) and (min-width: 768px) {
  .l-companyDataLayout__left {
    flex: none;
    width: 180px;
    gap: 20px;
  }
}
@media (max-width: 560px) {
  .l-companyDataLayout__left {
    width: 100%;
    gap: 15px;
  }
}
.l-companyDataLayout__title {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-shrink: 0;
}
.l-companyDataLayout__right {
  min-width: 0;
}
@media (min-width: 560px) {
  .l-companyDataLayout__right {
    width: 709px;
    flex: none;
  }
}
@media (max-width: 1100px) and (min-width: 768px) {
  .l-companyDataLayout__right {
    width: auto;
    max-width: none;
    flex: 1;
  }
}
@media (max-width: 560px) {
  .l-companyDataLayout__right {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
}
.l-companyDataLayout__image {
  width: 100%;
  max-width: 251px;
  box-sizing: border-box;
}
.l-companyDataLayout__image.is-pcOnly {
  display: block;
}
@media (max-width: 560px) {
  .l-companyDataLayout__image.is-pcOnly {
    display: none !important;
  }
}
.l-companyDataLayout__image.is-spOnly {
  display: none;
}
@media (max-width: 560px) {
  .l-companyDataLayout__image.is-spOnly {
    display: block !important;
    margin: 0 auto;
    max-width: none;
  }
}
.l-companyDataLayout__imgWrapper {
  width: 100%;
  aspect-ratio: 251/224;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0px 0px 50px 0px rgba(112, 135, 151, 0.19);
}
.l-companyDataLayout__imgWrapper img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-companyDataList {
  width: 100%;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  border-bottom: 1px solid #c6d1d7;
}
.p-companyDataList__row {
  display: flex;
  width: 100%;
  border-top: 1px solid #c6d1d7;
  box-sizing: border-box;
  font-size: 16px;
  color: #334654;
  line-height: 1.6;
}
@media (min-width: 560px) {
  .p-companyDataList__row {
    padding: 16px 0;
    flex-direction: row;
    gap: 20px;
  }
}
@media (max-width: 1100px) and (min-width: 768px) {
  .p-companyDataList__row {
    padding: 16px 0;
    flex-direction: row;
    gap: 20px;
  }
}
@media (max-width: 560px) {
  .p-companyDataList__row {
    padding: 14px 0;
    flex-direction: column;
    gap: 6px;
  }
}
.p-companyDataList__term {
  font-weight: 700;
  flex-shrink: 0;
}
@media (min-width: 560px) {
  .p-companyDataList__term {
    width: 150px;
  }
}
@media (max-width: 1100px) and (min-width: 768px) {
  .p-companyDataList__term {
    width: 130px;
  }
}
@media (max-width: 560px) {
  .p-companyDataList__term {
    width: 100%;
  }
}
.p-companyDataList__desc {
  flex: 1;
  font-weight: 400;
}
.p-companyDataList__desc p {
  margin: 0 0 6px 0;
}
.p-companyDataList__desc p:last-child {
  margin-bottom: 0;
}

.l-companyHistoryLayout {
  width: 100%;
  max-width: 1098px;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
}
@media (min-width: 560px) {
  .l-companyHistoryLayout {
    flex-direction: row;
    gap: 20px;
    justify-content: center;
    align-items: flex-start;
  }
}
@media (max-width: 1100px) and (min-width: 768px) {
  .l-companyHistoryLayout {
    flex-direction: row;
    gap: 30px;
    justify-content: center;
    align-items: flex-start;
  }
}
@media (max-width: 560px) {
  .l-companyHistoryLayout {
    flex-direction: column;
    gap: 30px;
  }
}
.l-companyHistoryLayout__left {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
}
@media (min-width: 560px) {
  .l-companyHistoryLayout__left {
    flex: 1;
    min-width: 280px;
  }
}
@media (max-width: 1100px) and (min-width: 768px) {
  .l-companyHistoryLayout__left {
    flex: none;
    width: 180px;
  }
}
@media (max-width: 560px) {
  .l-companyHistoryLayout__left {
    width: 100%;
  }
}
.l-companyHistoryLayout__title {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-shrink: 0;
}
.l-companyHistoryLayout__right {
  min-width: 0;
}
@media (min-width: 560px) {
  .l-companyHistoryLayout__right {
    width: 709px;
    flex: none;
  }
}
@media (max-width: 1100px) and (min-width: 768px) {
  .l-companyHistoryLayout__right {
    width: auto;
    max-width: none;
    flex: 1;
  }
}
@media (max-width: 560px) {
  .l-companyHistoryLayout__right {
    width: 100%;
  }
}

.p-timelineList {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
@media (min-width: 560px) {
  .p-timelineList {
    gap: 24px;
  }
}
@media (max-width: 1100px) and (min-width: 768px) {
  .p-timelineList {
    gap: 24px;
  }
}
@media (max-width: 560px) {
  .p-timelineList {
    gap: 20px;
  }
}
.p-timelineList::before {
  content: "";
  position: absolute;
  width: 2px;
  background-color: #eeeeee;
  z-index: 1;
}
@media (min-width: 560px) {
  .p-timelineList::before {
    left: 121px;
    top: 17px;
    bottom: 12px;
  }
}
@media (max-width: 1100px) and (min-width: 768px) {
  .p-timelineList::before {
    left: 109px;
    top: 15px;
    bottom: 12px;
  }
}
@media (max-width: 560px) {
  .p-timelineList::before {
    left: 10px;
    top: 12px;
    bottom: 12px;
  }
}
.p-timelineList__item {
  display: grid;
  width: 100%;
  box-sizing: border-box;
  position: relative;
}
@media (min-width: 560px) {
  .p-timelineList__item {
    grid-template-columns: 86px 1fr;
    column-gap: 20px;
  }
}
@media (max-width: 1100px) and (min-width: 768px) {
  .p-timelineList__item {
    grid-template-columns: 76px 1fr;
    column-gap: 20px;
  }
}
@media (max-width: 560px) {
  .p-timelineList__item {
    display: block;
  }
}
.p-timelineList__item.has-border::after {
  content: "";
  position: absolute;
  height: 1px;
  background-color: #c6d1d7;
  bottom: 0;
}
@media (min-width: 560px) {
  .p-timelineList__item.has-border::after {
    left: 156px;
    width: calc(100% - 156px);
  }
}
@media (max-width: 1100px) and (min-width: 768px) {
  .p-timelineList__item.has-border::after {
    left: 142px;
    width: calc(100% - 142px);
  }
}
@media (max-width: 560px) {
  .p-timelineList__item.has-border::after {
    left: 32px;
    width: calc(100% - 32px);
  }
}
@media (min-width: 560px) {
  .p-timelineList__item.has-border {
    padding-bottom: 24px;
    margin-bottom: 16px;
  }
}
@media (max-width: 1100px) and (min-width: 768px) {
  .p-timelineList__item.has-border {
    padding-bottom: 24px;
    margin-bottom: 16px;
  }
}
@media (max-width: 560px) {
  .p-timelineList__item.has-border {
    padding-bottom: 20px;
    margin-bottom: 14px;
  }
}
.p-timelineList__item:last-child .p-timelineList__event:last-child .p-timelineList__marker::after {
  content: "";
  position: absolute;
  width: 4px;
  background-color: #fff;
  z-index: 2;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
@media (min-width: 560px) {
  .p-timelineList__item:last-child .p-timelineList__event:last-child .p-timelineList__marker::after {
    top: 17px;
  }
}
@media (max-width: 1100px) and (min-width: 768px) {
  .p-timelineList__item:last-child .p-timelineList__event:last-child .p-timelineList__marker::after {
    top: 15px;
  }
}
@media (max-width: 560px) {
  .p-timelineList__item:last-child .p-timelineList__event:last-child .p-timelineList__marker::after {
    top: 12px;
  }
}
.p-timelineList__events {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 560px) {
  .p-timelineList__events {
    gap: 24px;
  }
}
@media (max-width: 1100px) and (min-width: 768px) {
  .p-timelineList__events {
    gap: 24px;
  }
}
@media (max-width: 560px) {
  .p-timelineList__events {
    gap: 20px;
  }
}
.p-timelineList__event {
  display: grid;
  width: 100%;
  box-sizing: border-box;
}
@media (min-width: 560px) {
  .p-timelineList__event {
    grid-template-columns: 30px 1fr;
    column-gap: 20px;
    padding-bottom: 8px;
  }
}
@media (max-width: 1100px) and (min-width: 768px) {
  .p-timelineList__event {
    grid-template-columns: 26px 1fr;
    column-gap: 20px;
    padding-bottom: 8px;
  }
}
@media (max-width: 560px) {
  .p-timelineList__event {
    grid-template-columns: 20px 1fr;
    column-gap: 12px;
    padding-bottom: 6px;
  }
}
@media (max-width: 560px) {
  .p-timelineList__event:first-child .p-timelineList__marker {
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 100%;
  }
}
.p-timelineList__event:not(:first-child) .p-timelineList__dot {
  visibility: hidden;
}
.p-timelineList__year {
  font-weight: 700;
  line-height: 1.2;
  background: linear-gradient(90deg, #007bff 0%, #009ddb 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  flex-shrink: 0;
  grid-column: 1;
}
@media (min-width: 560px) {
  .p-timelineList__year {
    font-size: 28px;
    text-align: right;
    margin-top: 2px;
  }
}
@media (max-width: 1100px) and (min-width: 768px) {
  .p-timelineList__year {
    font-size: 24px;
    text-align: right;
    margin-top: 2px;
  }
}
@media (max-width: 560px) {
  .p-timelineList__year {
    display: block;
    font-size: 20px;
    margin-bottom: 12px;
    padding-left: 32px;
    text-align: left;
  }
}
.p-timelineList__marker {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  flex-shrink: 0;
  align-self: stretch;
  height: auto;
  grid-column: 1;
  grid-row: 1;
}
.p-timelineList__dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(90deg, #007bff 0%, #009ddb 100%);
  z-index: 3;
  flex-shrink: 0;
}
@media (min-width: 560px) {
  .p-timelineList__dot {
    margin-top: 12px;
  }
}
@media (max-width: 1100px) and (min-width: 768px) {
  .p-timelineList__dot {
    margin-top: 10px;
  }
}
@media (max-width: 560px) {
  .p-timelineList__dot {
    margin-top: 7px;
  }
}
.p-timelineList__line {
  display: none !important;
}
.p-timelineList__eventContent {
  grid-column: 2;
  display: grid;
  width: 100%;
}
@media (min-width: 560px) {
  .p-timelineList__eventContent {
    grid-template-columns: 44px 1fr;
    column-gap: 20px;
  }
}
@media (max-width: 1100px) and (min-width: 768px) {
  .p-timelineList__eventContent {
    grid-template-columns: 38px 1fr;
    column-gap: 20px;
  }
}
@media (max-width: 560px) {
  .p-timelineList__eventContent {
    display: flex;
    flex-direction: column;
    gap: 4px;
    width: auto;
  }
}
.p-timelineList__month {
  font-weight: 700;
  color: #334654;
  line-height: 1.4;
  flex-shrink: 0;
  grid-column: 1;
  grid-row: 1;
}
@media (min-width: 560px) {
  .p-timelineList__month {
    font-size: 18px;
    margin-top: 5px;
  }
}
@media (max-width: 1100px) and (min-width: 768px) {
  .p-timelineList__month {
    font-size: 16px;
    margin-top: 4px;
  }
}
@media (max-width: 560px) {
  .p-timelineList__month {
    font-size: 14px;
    margin-top: 3px;
  }
}
.p-timelineList__detail {
  font-weight: 400;
  color: #334654;
  line-height: 1.4;
  min-width: 0;
  grid-column: 2;
  grid-row: 1;
}
@media (min-width: 560px) {
  .p-timelineList__detail {
    font-size: 16px;
    margin-top: 7px;
  }
}
@media (max-width: 1100px) and (min-width: 768px) {
  .p-timelineList__detail {
    font-size: 15px;
    margin-top: 5px;
  }
}
@media (max-width: 560px) {
  .p-timelineList__detail {
    grid-column: 1;
    grid-row: 2;
    font-size: 16px;
    margin-top: 0;
  }
}

.l-companyAccessLayout {
  width: 100%;
  max-width: 1098px;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
}
@media (min-width: 560px) {
  .l-companyAccessLayout {
    flex-direction: row;
    gap: 20px;
    justify-content: center;
    align-items: flex-start;
  }
}
@media (max-width: 1100px) and (min-width: 768px) {
  .l-companyAccessLayout {
    flex-direction: row;
    gap: 30px;
    justify-content: center;
    align-items: flex-start;
  }
}
@media (max-width: 560px) {
  .l-companyAccessLayout {
    flex-direction: column;
    gap: 30px;
  }
}
.l-companyAccessLayout__left {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
}
@media (min-width: 560px) {
  .l-companyAccessLayout__left {
    flex: 1;
    min-width: 280px;
  }
}
@media (max-width: 1100px) and (min-width: 768px) {
  .l-companyAccessLayout__left {
    flex: none;
    width: 180px;
  }
}
@media (max-width: 560px) {
  .l-companyAccessLayout__left {
    width: 100%;
  }
}
.l-companyAccessLayout__title {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-shrink: 0;
}
.l-companyAccessLayout__right {
  min-width: 0;
  display: flex;
  flex-direction: column;
}
@media (min-width: 560px) {
  .l-companyAccessLayout__right {
    width: 716px;
    flex: none;
    gap: 30px;
  }
}
@media (max-width: 1100px) and (min-width: 768px) {
  .l-companyAccessLayout__right {
    width: auto;
    max-width: none;
    flex: 1;
    gap: 24px;
  }
}
@media (max-width: 560px) {
  .l-companyAccessLayout__right {
    width: 100%;
    gap: 20px;
  }
}
.l-companyAccessLayout__address {
  font-weight: 400;
  color: #334654;
  margin: 0;
  line-height: 1.4;
}
@media (min-width: 560px) {
  .l-companyAccessLayout__address {
    font-size: 16px;
  }
}
@media (max-width: 1100px) and (min-width: 768px) {
  .l-companyAccessLayout__address {
    font-size: 15px;
  }
}
.l-companyAccessLayout__mapContainer {
  position: relative;
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, 0.1), 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
  background-color: #eee;
}
@media (min-width: 560px) {
  .l-companyAccessLayout__mapContainer {
    height: 427px;
  }
}
@media (max-width: 1100px) and (min-width: 768px) {
  .l-companyAccessLayout__mapContainer {
    height: 380px;
  }
}
@media (max-width: 560px) {
  .l-companyAccessLayout__mapContainer {
    height: 250px;
  }
}
.l-companyAccessLayout__mapContainer iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: none;
}

.l-companyRelatedLayout {
  width: 100%;
  max-width: 1098px;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
}
@media (min-width: 560px) {
  .l-companyRelatedLayout {
    flex-direction: row;
    gap: 20px;
    justify-content: center;
    align-items: flex-start;
  }
}
@media (max-width: 1100px) and (min-width: 768px) {
  .l-companyRelatedLayout {
    flex-direction: row;
    gap: 30px;
    justify-content: center;
    align-items: flex-start;
  }
}
@media (max-width: 560px) {
  .l-companyRelatedLayout {
    flex-direction: column;
    gap: 30px;
  }
}
.l-companyRelatedLayout__left {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
}
@media (min-width: 560px) {
  .l-companyRelatedLayout__left {
    flex: 1;
    min-width: 280px;
  }
}
@media (max-width: 1100px) and (min-width: 768px) {
  .l-companyRelatedLayout__left {
    flex: none;
    width: 180px;
  }
}
@media (max-width: 560px) {
  .l-companyRelatedLayout__left {
    width: 100%;
  }
}
.l-companyRelatedLayout__title {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-shrink: 0;
}
.l-companyRelatedLayout__right {
  min-width: 0;
  display: flex;
  flex-direction: column;
}
@media (min-width: 560px) {
  .l-companyRelatedLayout__right {
    flex: none;
  }
}
@media (max-width: 1100px) and (min-width: 768px) {
  .l-companyRelatedLayout__right {
    width: auto;
    max-width: none;
    flex: 1;
  }
}
@media (max-width: 560px) {
  .l-companyRelatedLayout__right {
    width: 100%;
  }
}
.l-companyRelatedLayout__card {
  background-color: #fff;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  border: 1px solid #e2e8f0;
  box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, 0.1), 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
}
@media (min-width: 560px) {
  .l-companyRelatedLayout__card {
    padding: 30px;
    height: auto;
  }
}
@media (max-width: 1100px) and (min-width: 768px) {
  .l-companyRelatedLayout__card {
    padding: 30px;
  }
}
@media (max-width: 560px) {
  .l-companyRelatedLayout__card {
    padding: 20px;
  }
}
.l-companyRelatedLayout__logoWrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.l-companyRelatedLayout__logoWrapper img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.l-companyIntroLayout {
  width: 100%;
  max-width: 1098px;
  margin: 0 auto;
  box-sizing: border-box;
}
.l-companyIntroLayout__container {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 20px;
}
@media (max-width: 560px) {
  .l-companyIntroLayout__container {
    gap: 16px;
  }
}
.l-companyIntroLayout__title {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 100%;
}
.l-companyIntroLayout__body {
  width: 100%;
}
.l-companyIntroLayout__text {
  font-family: "Noto Sans CJK JP", sans-serif;
  font-weight: 400;
  color: #334654;
  line-height: 1.6;
  margin: 0;
}
@media (min-width: 560px) {
  .l-companyIntroLayout__text {
    font-size: 16px;
  }
}
@media (max-width: 1100px) and (min-width: 768px) {
  .l-companyIntroLayout__text {
    font-size: 15px;
  }
}
@media (max-width: 560px) {
  .l-companyIntroLayout__text {
    line-height: 1.5;
  }
}

.l-companyWorkstyleLayout {
  width: 100%;
  max-width: 1098px;
  margin: 0 auto;
  box-sizing: border-box;
}
.l-companyWorkstyleLayout__title {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 100%;
  margin-bottom: 30px;
}
@media (max-width: 560px) {
  .l-companyWorkstyleLayout__title {
    margin-bottom: 20px;
  }
}
.l-companyWorkstyleLayout__content {
  display: flex;
  width: 100%;
  box-sizing: border-box;
}
@media (min-width: 560px) {
  .l-companyWorkstyleLayout__content {
    flex-direction: row;
    gap: 50px;
    align-items: center;
  }
}
@media (max-width: 1100px) and (min-width: 768px) {
  .l-companyWorkstyleLayout__content {
    flex-direction: row;
    gap: 30px;
    align-items: flex-start;
  }
}
@media (max-width: 560px) {
  .l-companyWorkstyleLayout__content {
    flex-direction: column;
    gap: 24px;
    align-items: flex-start;
  }
}
.l-companyWorkstyleLayout__image {
  flex-shrink: 0;
  border-radius: 16px;
  overflow: hidden;
  background-color: #f1f5f9;
  aspect-ratio: 1.2;
}
@media (min-width: 560px) {
  .l-companyWorkstyleLayout__image {
    width: 240px;
    height: auto;
  }
}
@media (max-width: 1100px) and (min-width: 768px) {
  .l-companyWorkstyleLayout__image {
    width: 200px;
  }
}
@media (max-width: 560px) {
  .l-companyWorkstyleLayout__image {
    width: 100%;
    height: auto;
  }
}
.l-companyWorkstyleLayout__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.l-companyWorkstyleLayout__body {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (max-width: 560px) {
  .l-companyWorkstyleLayout__body {
    gap: 20px;
    width: 100%;
  }
}
.l-companyWorkstyleLayout__text {
  font-family: "Noto Sans CJK JP", sans-serif;
  font-weight: 400;
  color: #334654;
  line-height: 1.6;
  margin: 0;
}
@media (min-width: 560px) {
  .l-companyWorkstyleLayout__text {
    font-size: 16px;
  }
}
@media (max-width: 1100px) and (min-width: 768px) {
  .l-companyWorkstyleLayout__text {
    font-size: 15px;
  }
}
@media (max-width: 560px) {
  .l-companyWorkstyleLayout__text {
    line-height: 1.5;
  }
}
.l-companyWorkstyleLayout__buttonArea {
  display: flex;
  justify-content: flex-start;
}

.l-companyEntryLayout {
  width: 100%;
  max-width: 1098px;
  margin: 0 auto;
  box-sizing: border-box;
}
.l-companyEntryLayout__container {
  display: flex;
  flex-direction: column;
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
}
.l-companyEntryLayout__header {
  position: relative;
  background: linear-gradient(90deg, #1590fc 0%, #0069da 100%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  overflow: hidden;
  box-sizing: border-box;
  border-radius: 16px 16px 0 0;
}
@media (min-width: 560px) {
  .l-companyEntryLayout__header {
    padding: 26px 50px;
    gap: 20px;
  }
}
@media (max-width: 1100px) and (min-width: 768px) {
  .l-companyEntryLayout__header {
    padding: 22px 40px;
    gap: 15px;
  }
}
@media (max-width: 560px) {
  .l-companyEntryLayout__header {
    padding: 16px 20px;
    gap: 10px;
  }
}
.l-companyEntryLayout__headerBgText {
  font-weight: 700;
  font-size: 54px;
  color: rgba(255, 255, 255, 0.24);
  line-height: 1;
  pointer-events: none;
  user-select: none;
  white-space: nowrap;
}
@media (max-width: 560px) {
  .l-companyEntryLayout__headerBgText {
    font-size: 38px;
  }
}
.l-companyEntryLayout__headerTitle {
  position: relative;
  z-index: 2;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  margin: 0;
}
@media (min-width: 560px) {
  .l-companyEntryLayout__headerTitle {
    font-size: 26px;
  }
}
@media (max-width: 1100px) and (min-width: 768px) {
  .l-companyEntryLayout__headerTitle {
    font-size: 22px;
  }
}
@media (max-width: 560px) {
  .l-companyEntryLayout__headerTitle {
    font-size: 18px;
  }
}
.l-companyEntryLayout__cardsWrapper {
  width: 100%;
  background: linear-gradient(90deg, #007bff 0%, #009ddb 100%);
  padding: 10px;
  box-sizing: border-box;
  border-radius: 0 0 16px 16px;
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 4px 6px -4px rgba(0, 0, 0, 0.1);
  display: flex;
}
@media (min-width: 560px) {
  .l-companyEntryLayout__cardsWrapper {
    flex-direction: row;
  }
}
@media (max-width: 1100px) and (min-width: 768px) {
  .l-companyEntryLayout__cardsWrapper {
    flex-direction: column;
  }
}
@media (max-width: 560px) {
  .l-companyEntryLayout__cardsWrapper {
    flex-direction: column;
  }
}

.p-companyEntryCard {
  flex: 1;
  background-color: #fff;
  box-sizing: border-box;
  display: flex;
}
@media (min-width: 560px) {
  .p-companyEntryCard {
    flex-direction: row;
    gap: 30px;
    padding: 50px;
    align-items: flex-start;
  }
  .p-companyEntryCard:nth-child(2) {
    border-left: 1px solid #bac9db;
  }
}
@media (max-width: 1100px) and (min-width: 768px) {
  .p-companyEntryCard {
    flex-direction: row;
    gap: 24px;
    padding: 40px;
    align-items: flex-start;
  }
  .p-companyEntryCard:nth-child(2) {
    border-left: none;
    border-top: 1px solid #bac9db;
  }
}
@media (max-width: 560px) {
  .p-companyEntryCard {
    flex-direction: column;
    gap: 20px;
    padding: 30px 20px;
    align-items: flex-start;
    text-align: left;
  }
  .p-companyEntryCard:nth-child(2) {
    border-left: none;
    border-top: 1px solid #bac9db;
  }
}
.p-companyEntryCard__icon {
  flex-shrink: 0;
  background-color: transparent;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  aspect-ratio: 1/1;
  height: auto;
}
@media (min-width: 560px) {
  .p-companyEntryCard__icon {
    width: 130px;
  }
}
@media (max-width: 1100px) and (min-width: 768px) {
  .p-companyEntryCard__icon {
    width: 110px;
  }
}
@media (max-width: 560px) {
  .p-companyEntryCard__icon {
    width: 100px;
    margin: 0;
  }
}
.p-companyEntryCard__icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.p-companyEntryCard__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
  height: 100%;
}
@media (max-width: 560px) {
  .p-companyEntryCard__content {
    width: 100%;
  }
}
.p-companyEntryCard__title {
  font-weight: 700;
  background: linear-gradient(90deg, #007bff 0%, #009ddb 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1.2;
  margin: 0;
}
@media (min-width: 560px) {
  .p-companyEntryCard__title {
    font-size: 24px;
    text-align: left;
  }
}
@media (max-width: 1100px) and (min-width: 768px) {
  .p-companyEntryCard__title {
    font-size: 20px;
    text-align: left;
  }
}
@media (max-width: 560px) {
  .p-companyEntryCard__title {
    font-size: 20px;
    text-align: left;
  }
}
.p-companyEntryCard__copy {
  background-color: #f5f5f5;
  padding: 10px 14px;
  border-radius: 8px;
  box-sizing: border-box;
}
.p-companyEntryCard__copy p {
  font-family: "Noto Sans CJK JP", sans-serif;
  font-weight: 500;
  color: #334654;
  line-height: 1.4;
  margin: 0;
}
@media (min-width: 560px) {
  .p-companyEntryCard__copy p {
    font-size: 16px;
    text-align: left;
  }
}
@media (max-width: 1100px) and (min-width: 768px) {
  .p-companyEntryCard__copy p {
    font-size: 14px;
    text-align: left;
  }
}
@media (max-width: 560px) {
  .p-companyEntryCard__copy p {
    font-size: 14px;
    text-align: left;
  }
}
.p-companyEntryCard__text {
  font-family: "Noto Sans CJK JP", sans-serif;
  font-weight: 400;
  color: #334654;
  line-height: 1.6;
  margin: 0;
}
@media (min-width: 560px) {
  .p-companyEntryCard__text {
    font-size: 16px;
    text-align: left;
  }
}
@media (max-width: 1100px) and (min-width: 768px) {
  .p-companyEntryCard__text {
    text-align: left;
  }
}
@media (max-width: 560px) {
  .p-companyEntryCard__text {
    text-align: left;
  }
}
.p-companyEntryCard__buttonArea {
  display: flex;
  margin-top: auto;
  width: 100%;
}
.p-companyEntryCard__buttonArea a {
  display: block;
  width: 100%;
}
@media (max-width: 560px) {
  .p-companyEntryCard__buttonArea {
    width: 100%;
    justify-content: flex-start;
    margin-top: 10px;
  }
}

.p-interviewTop {
  display: flex;
}
@media (min-width: 560px) {
  .p-interviewTop {
    justify-content: space-between;
    gap: 50px;
  }
}
@media (max-width: 1100px) and (min-width: 768px) {
  .p-interviewTop {
    justify-content: space-between;
    gap: 30px;
  }
}
@media (max-width: 560px) {
  .p-interviewTop {
    flex-direction: column;
    gap: 30px;
  }
}
.p-interviewTop__image {
  aspect-ratio: 1/1;
  border-radius: 16px;
  overflow: hidden;
  flex-shrink: 0;
  box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, 0.1), 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
  height: auto;
}
@media (min-width: 560px) {
  .p-interviewTop__image {
    width: 410px;
  }
}
@media (max-width: 1100px) and (min-width: 768px) {
  .p-interviewTop__image {
    width: 40%;
    min-width: 40%;
  }
}
@media (max-width: 560px) {
  .p-interviewTop__image {
    width: 100%;
  }
}
.p-interviewTop__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.p-interviewTop__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (max-width: 560px) {
  .p-interviewTop__content {
    gap: 20px;
    text-align: left;
    align-items: flex-start;
  }
}
.p-interviewTop__title {
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 0;
  background: linear-gradient(90deg, #007bff 0%, #009ddb 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
@media (min-width: 560px) {
  .p-interviewTop__title {
    font-size: 34px;
  }
}
@media (max-width: 1100px) and (min-width: 768px) {
  .p-interviewTop__title {
    font-size: 28px;
  }
}
@media (max-width: 560px) {
  .p-interviewTop__title {
    font-size: 24px;
  }
}
.p-interviewTop__meta {
  color: #959ca1;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 0;
}
.p-interviewTop__meta p {
  margin-bottom: 0;
}
.p-interviewTop__description {
  color: #334654;
  font-size: 16px;
  line-height: 1.6;
  font-family: "Noto Sans CJK JP", sans-serif;
}

.l-interviewArticleLayout {
  max-width: 1100px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media (min-width: 560px) {
  .l-interviewArticleLayout {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
@media (max-width: 1100px) and (min-width: 768px) {
  .l-interviewArticleLayout {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
@media (max-width: 560px) {
  .l-interviewArticleLayout {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

.p-interviewQuestion {
  display: block;
  margin-top: 2em;
  margin-bottom: 1em;
  font-weight: 700;
  font-size: 16px;
  color: #334654;
  line-height: 1.6;
}
.p-interviewQuestion::before {
  content: "";
  display: inline-block;
  height: 2px;
  background-color: #334654;
  vertical-align: middle;
  margin-right: 10px;
}
@media (min-width: 560px) {
  .p-interviewQuestion::before {
    width: 40px;
  }
}
@media (max-width: 1100px) and (min-width: 768px) {
  .p-interviewQuestion::before {
    width: 40px;
  }
}
@media (max-width: 560px) {
  .p-interviewQuestion::before {
    width: 20px;
  }
}

.l-interviewOtherLayout {
  max-width: 1100px;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
@media (min-width: 560px) {
  .l-interviewOtherLayout {
    margin-bottom: 80px;
  }
}
@media (max-width: 1100px) and (min-width: 768px) {
  .l-interviewOtherLayout {
    margin-bottom: 60px;
  }
}
@media (max-width: 560px) {
  .l-interviewOtherLayout {
    margin-bottom: 40px;
  }
}

.p-interviewOtherTitleContainer {
  display: flex;
  width: 100%;
  margin-bottom: 20px;
}

.p-interviewOtherCards {
  display: flex;
  width: 100%;
  gap: 30px;
}
@media (min-width: 560px) {
  .p-interviewOtherCards {
    flex-direction: row;
    align-items: stretch;
  }
}
@media (max-width: 1100px) and (min-width: 768px) {
  .p-interviewOtherCards {
    flex-direction: column;
  }
}
@media (max-width: 560px) {
  .p-interviewOtherCards {
    flex-direction: column;
  }
}

.p-interviewOtherCardLink {
  flex: 1;
  display: flex;
  text-decoration: none;
  min-width: 0;
}
.p-interviewOtherCardLink:hover .p-interviewOtherCard {
  transform: translateY(-2px);
  box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.12), 0px 14px 10px rgba(0, 0, 0, 0.12);
}

.p-interviewOtherCard {
  background-color: #fff;
  border-radius: 16px;
  padding: 30px;
  display: flex;
  gap: 30px;
  width: 100%;
  box-sizing: border-box;
  text-decoration: none;
  box-shadow: 0px 4px 3px rgba(0, 0, 0, 0.1), 0px 10px 7px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
@media (min-width: 560px) {
  .p-interviewOtherCard {
    flex-direction: row;
    align-items: center;
  }
}
@media (max-width: 560px) {
  .p-interviewOtherCard {
    flex-direction: column;
    padding: 20px;
    gap: 20px;
  }
}
.p-interviewOtherCard__image {
  width: 185px;
  aspect-ratio: 1/1;
  height: auto;
  border-radius: 16px;
  overflow: hidden;
  flex-shrink: 0;
}
@media (max-width: 560px) {
  .p-interviewOtherCard__image {
    width: 100%;
  }
}
.p-interviewOtherCard__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-interviewOtherCard__content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex: 1;
  align-items: flex-start;
}
.p-interviewOtherCard__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.6;
  color: #334654;
  margin: 0;
}
.p-interviewOtherCard__meta {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.6;
  color: #959ca1;
}
.p-interviewOtherCard__meta p {
  margin: 0;
}
.p-interviewOtherCard__button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 8px 16px;
  width: 100%;
  box-sizing: border-box;
  background-color: #f9fcff;
  border: 1px solid #9cccff;
  border-radius: 999px;
  box-shadow: 0px 1px 4px 0px rgba(40, 64, 103, 0.24), 0px 8px 16px 0px rgba(47, 65, 101, 0.1);
  transition: all 0.2s ease;
}
.p-interviewOtherCard__button:hover {
  background-color: #eef7ff;
}
.p-interviewOtherCard__buttonLabel {
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #1461e6;
}
.p-interviewOtherCard__buttonIcon {
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-interviewOtherCard__buttonIcon i {
  font-size: 14px;
  color: #1461e6;
  line-height: 1;
}

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