@charset "UTF-8";



/************************************************************************
* reset
************************************************************************/
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  -webkit-print-color-adjust: exact;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-underline-offset: .2em;
  background: #fff;
  min-height: 100vh;
  color: #000;
  font-family: 'IBM Plex Sans JP', '游ゴシック体', '游ゴシック', 'Yu Gothic', 'YuGothic', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN', 'メイリオ', 'Meiryo', sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0;
  line-break: strict;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  word-break: normal;
  overflow-wrap: anywhere;
}

article,
aside,
footer,
header,
nav,
section,
main {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span,
em,
small,
strong,
sub,
sup,
mark,
del,
ins,
strike,
abbr,
dfn,
blockquote,
q,
cite,
code,
pre,
ol,
ul,
li,
dl,
dt,
dd,
div,
section,
article,
main,
aside,
nav,
header,
hgroup,
footer,
img,
figure,
figcaption,
address,
time,
audio,
video,
canvas,
iframe,
details,
summary,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  vertical-align: baseline;
  margin: 0;
  border: 0;
  padding: 0;
  font: inherit;
  font-size: 100%;
}

a {
  display: inline-block;
  -webkit-transition: opacity .3s ease 0s;
  transition: opacity .3s ease 0s;
  color: inherit;
  text-decoration: none;
}

a[href='*'] {
  cursor: pointer;
}

a[href='*']:hover, a[href='*']:focus-visible {
  opacity: .7;
}

img,
svg {
  display: inline-block;
  vertical-align: top;
  border: none;
  width: 100%;
  max-width: 100%;
  height: auto;
}

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

code,
kbd,
pre,
samp {
  font-size: inherit;
}

ul,
ol {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote::after,
blockquote::before,
q::after,
q::before {
  content: '';
  content: none;
}

address {
  font-style: italic;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  margin: 0;
  border: none;
  background: transparent;
  padding: 0;
  font: inherit;
}

abbr,
acronym {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

cite {
  font-style: italic;
}

code,
kbd {
  background-color: #F8F8F8;
  padding: .25em .5em;
}

em {
  font-style: italic;
  font-weight: 700;
}

pre {
  display: block;
  background-color: #F8F8F8;
  padding: 1em 2em;
}

sub {
  vertical-align: sub;
  font-size: smaller;
}

sup {
  vertical-align: super;
  font-size: smaller;
}

var {
  background-color: #F8F8F8;
  padding: .25em .5em;
  font-style: italic;
}

/************************************************************************
* end reset
************************************************************************/
@-webkit-keyframes fadeIn {

  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
@keyframes fadeIn {

  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {

  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}
@keyframes fadeOut {

  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeIn,
.fadeOut {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

.fadeIn {
  -webkit-animation-name: fadein;
  animation-name: fadeIn;
}

.fadeOut {
  opacity: 1;
  -webkit-animation-name: fadeout;
  animation-name: fadeOut;
}

[data-target] {
  cursor: pointer;
}

html {
  scrollbar-gutter: stable;
  font-size: 100%;
}

button {
  color: #000;
}

/************************************************************************
* layout
************************************************************************/
body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  min-height: 100dvh;
}

body.fadeIn {
  opacity: 0;
}

main {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

footer {
  margin-top: auto;
}

/************************************************************************
* base
************************************************************************/
a[target=_blank]:not([class]) {
  -webkit-transition: color .3s;
  transition: color .3s;
}

a[target=_blank]:not([class])::after {
  display: inline-block;
  -webkit-mask-image: url('../img/common/icon-outerLink.svg');
  mask-image: url('../img/common/icon-outerLink.svg');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  margin-left: .7647058824em;
  background-color: currentColor;
  width: .8529411765em;
  height: .7647058824em;
  font-weight: 900;
  content: '';
}

a:not([class]):hover {
  text-decoration: underline;
}

table {
  margin-right: auto;
  margin-left: auto;
  border-collapse: collapse;
  border-spacing: 0;
  width: auto;
  min-width: 100%;
  table-layout: fixed;
}

th,
td {
  border: 1px solid;
}

address {
  font-style: normal;
}

details .icon {
  aspect-ratio: 1;
  display: block;
  position: relative;
  width: 24px;
  width: 1.5rem;
}

details .icon::before, details .icon::after {
  inset: 0;
  position: absolute;
  margin: auto;
  background-color: #000;
  width: 13px;
  width: .8125rem;
  height: 1px;
  content: '';
}

details .icon::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

details[open] > summary .icon::after {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

details.is-closing[open] > summary .icon::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

summary {

  /* display: list-item;以外を指定してデフォルトの三角形アイコンを消します */
  display: block;
  cursor: pointer;
}

summary::-webkit-details-marker {

  /* Safariで表示されるデフォルトの三角形アイコンを消します */
  display: none;
}

/************************************************************************
* end base
************************************************************************/

/**
 * General Sans Variable Font
 * https://www.fontshare.com/fonts/general-sans
 * Weight range: 200-700
 */
@font-face {
  src: url('../fonts/GeneralSans-Variable.woff2') format('woff2'), url('../fonts/GeneralSans-Variable.woff') format('woff');
  font-display: swap;
  font-family: 'General Sans';
  font-style: normal;
  font-weight: 200 700;
}

:root {

  /* ウィンドウサイズ */
  --vw: 100vw;
  --vh: 100vh;

  /* 三角形 */
  --clip-triangle-top: polygon(50% 0, 100% 100%, 0 100%);
  --clip-triangle-bottom: polygon(0 0, 100% 0, 50% 100%);
  --clip-triangle-right: polygon(0 0, 100% 50%, 0 100%);
  --clip-triangle-left: polygon(0 50%, 100% 0, 100% 100%);
  --clip-triangle-lower-left: polygon(0 0, 100% 100%, 0 100%);
  --clip-triangle-upper-left: polygon(0 0, 100% 0, 0 100%);
  --clip-triangle-lower-right: polygon(100% 0, 100% 100%, 0 100%);
  --clip-triangle-upper-right: polygon(0 0, 100% 0, 100% 100%);

  /**
     * svgをbackgroundで使う
     * 色：#ffffff -> %23ffffff
     */
  --icon-btn-arrow: url('data:image/svg+xml;utf8,<svg width="37" height="6" viewBox="0 0 37 6" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 5H36L26.2703 1" stroke="%230C4A6E"/></svg>');

  /* ヘッダー高さ */
  --header-height: 60px;
}

.l-container {
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  max-width: 500px;
  max-width: 31.25rem;
}

.l-container.l-container--full {
  margin-left: calc((100% - 100vw) / 2);
  width: 100vw;
  max-width: none;
}

.l-main {
  padding-top: 130px;
  padding-top: 8.125rem;
  padding-bottom: 130px;
  padding-bottom: 8.125rem;
}

.l-section {
  margin-top: 130px;
  margin-top: 8.125rem;
}

.l-section--lg {
  margin-top: 192px;
  margin-top: 12rem;
}

.c-section-title {
  border-bottom: 1px solid #BFBFBF;
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
  color: #000;
  font-family: 'General Sans', sans-serif;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 500;
  letter-spacing: -.01em;
  line-height: 1;
  text-transform: capitalize;
}

.c-section-title--center {
  text-align: center;
}

/************************************************************************
* 基本形
************************************************************************/
.c-btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  -webkit-transition: .3s ease 0s;
  transition: .3s ease 0s;
  -webkit-transition-property: color, background-color, border-color;
  transition-property: color, background-color, border-color;
  margin: 0;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
  border: 1px solid transparent;
  border-radius: 10px;
  background-color: #070d28;
  background-image: none;
  padding: 1em 2em;
  color: #fff;
  font: inherit;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
}

.c-btn:hover, .c-btn:focus-visible {
  outline: none;
  border-color: currentColor;
  background-color: #fff;
  color: #070d28;
}

/************************************************************************
* modifier
************************************************************************/
.c-btn.c-btn--shine {
  position: relative;
  overflow: hidden;
}

.c-btn.c-btn--shine::before {

  /*絶対配置でキラッと光るの位置を決める*/
  position: absolute;
  top: 0;
  left: -75%;
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .8)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .8) 100%);

  /*キラッと光る形状*/
  width: 50%;
  height: 100%;
  content: '';
}

.c-btn.c-btn--shine:hover, .c-btn.c-btn--shine:focus-visible {
  opacity: 1;
  border-color: #070d28;
  background-color: #070d28;
  color: #fff;
}

.c-btn.c-btn--shine:hover::before, .c-btn.c-btn--shine:focus-visible::before {
  -webkit-animation: shine .7s;
  animation: shine .7s;
}

@-webkit-keyframes shine {

  100% {
    left: 125%;
  }
}

@keyframes shine {

  100% {
    left: 125%;
  }
}

.c-btn--yellow {
  background-color: yellow;
  color: #222;
}

.c-btn--yellow:hover, .c-btn--yellow:focus {
  border-color: yellow;
  color: #222;
}

/************************************************************************
* バリエーション:角丸ボタン
************************************************************************/
.c-roundedBtn {
  display: inline-block;
  -webkit-transition: .25s;
  transition: .25s;
  border: 2px solid transparent;
  border-radius: 10px;
  border-bottom-color: hsl(229.0909090909, 70.2127659574%, -.7843137255%);
  background-color: #070d28;
  padding: 15px 10px;
  width: 236px;
  max-width: 100%;
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  text-align: center;
  text-decoration: none;
}

.c-roundedBtn:hover, .c-roundedBtn:focus {
  border-color: currentColor;
  background-color: #fff;
  color: #070d28;
}

/************************************************************************
* p-mv
************************************************************************/
.p-mv {
  position: relative;
  border-radius: 0 0 1.25rem 1.25rem;
  width: 100%;
  height: 100svh;
  min-height: 600px;
  min-height: 37.5rem;
  overflow: hidden;
}

/************************************************************************
* Background Image
************************************************************************/
.p-mv__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.p-mv__bg picture {
  display: block;
  width: 100%;
  height: 100%;
}

.p-mv__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/************************************************************************
* Inner
************************************************************************/
.p-mv__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 100px 20px 50px;
  padding: 6.25rem 20px 3.125rem;
  height: 100%;
}

/************************************************************************
* Content
************************************************************************/
.p-mv__content {
  gap: 30px;
  gap: 1.875rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: auto;
}

.p-mv__title {
  color: #fff;
  font-family: 'General Sans', sans-serif;
  font-size: 60px;
  font-size: 3.75rem;
  font-weight: 500;
  letter-spacing: -.01em;
  line-height: 1;
  text-transform: capitalize;
}

.p-mv__subtitle {
  color: #fff;
  font-family: 'IBM Plex Sans JP', '游ゴシック体', '游ゴシック', 'Yu Gothic', 'YuGothic', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN', 'メイリオ', 'Meiryo', sans-serif;
  font-size: 15px;
  font-size: .9375rem;
  font-weight: 600;
  line-height: 1.5;
}

/************************************************************************
* Scroll Indicator
************************************************************************/
@-webkit-keyframes scrollDown {

  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }

  70% {
    -webkit-transform: translateY(1.25rem);
    transform: translateY(1.25rem);
    opacity: 0;
  }

  71% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes scrollDown {

  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }

  70% {
    -webkit-transform: translateY(1.25rem);
    transform: translateY(1.25rem);
    opacity: 0;
  }

  71% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

.p-mv__scroll {
  gap: 10px;
  gap: .625rem;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: auto;
}

.p-mv__scroll::before {
  display: block;
  -webkit-animation: scrolldown 3s ease-out infinite;
  animation: scrollDown 3s ease-out infinite;
  background: url('../img/common/icon_arrow.svg') no-repeat center/contain;
  width: 22px;
  width: 1.375rem;
  height: 22px;
  height: 1.375rem;
  content: '';
}

.p-mv__scrollText {
  color: #fff;
  font-family: 'General Sans', sans-serif;
  font-size: 14px;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1;
}

.p-top-news__inner {
  padding-right: 20px;
  padding-left: 20px;
}

.p-top-news__item {
  border-bottom: 1px solid #BFBFBF;
}

.p-top-news__item:first-child .p-top-news__item__link {
  padding-top: 0;
}

.p-top-news__link {
  gap: 48px;
  gap: 3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  padding-top: 25px;
  padding-top: 1.5625rem;
  padding-bottom: 25px;
  padding-bottom: 1.5625rem;
  width: 100%;
}

.p-top-news__link:focus-visible {
  opacity: .6;
}

.p-top-news__link::after {
  aspect-ratio: 1;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: url('../img/common/icon_arrow_black.svg') no-repeat center/contain;
  width: 27px;
  width: 1.6875rem;
  content: '';
}

.p-top-news__content {
  gap: 8px;
  gap: .5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.p-top-news__date {
  color: #000;
  font-family: 'General Sans', sans-serif;
  font-size: max(10px, 14px);
  font-size: max(10px, .875rem);
  font-weight: 600;
  line-height: 1.2;
}

.p-top-news__title {
  color: #000;
  font-size: max(10px, 14px);
  font-size: max(10px, .875rem);
  line-height: 1.6;
}

.p-top-client__inner {
  padding-right: 20px;
  padding-left: 20px;
}

.p-top-client__header {
  width: 100%;
}

.p-top-client__body {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.p-top-client__text {
  color: #000;
  font-size: max(10px, 14px);
  font-size: max(10px, .875rem);
  line-height: 1.6;
  text-align: justify;
}

.p-top-client__contact {
  margin-top: 50px;
  margin-top: 3.125rem;
}

.p-top-client__contactLink {
  gap: 15px;
  gap: .9375rem;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.p-top-client__contactLink:focus-visible {
  opacity: .6;
}

.p-top-client__contactLink::before {
  aspect-ratio: 1;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: url('../img/common/icon_plus.svg') no-repeat center/contain;
  width: 27px;
  width: 1.6875rem;
  content: '';
}

.p-top-client__contactText {
  color: #00002d;
  font-family: 'General Sans', sans-serif;
  font-size: max(10px, 18px);
  font-size: max(10px, 1.125rem);
  font-weight: 500;
  line-height: 1;
  text-decoration: underline;
}

.p-top-client__logos {
  gap: 20px 40px;
  gap: 1.25rem 2.5rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  justify-items: center;
  margin-top: 60px;
  margin-top: 3.75rem;
}

.p-top-client__logoItem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-top-client__logoItem img {
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-top-about__body {
  margin-top: 30px;
  margin-top: 1.875rem;
  text-align: center;
}

.p-top-about__text {
  color: #000;
  font-size: max(10px, 14px);
  font-size: max(10px, .875rem);
  line-height: 1.6;
}

.p-top-about__text + .p-top-about__text {
  margin-top: 1lh;
}

.p-top-about__highlight {
  font-family: 'IBM Plex Sans', sans-serif;
  font-style: italic;
  font-weight: 600;
}

.p-top-about__img {
  margin-inline: -10px;
  margin-inline: -.625rem;
  aspect-ratio: 355/420;
  margin-top: 50px;
  margin-top: 3.125rem;
  border-radius: 1.25rem;
  width: calc(100% + 1.25rem);
  overflow: hidden;
}

.p-top-about__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-top-about__inner {
  position: relative;
}

.p-top-about__catch {
  position: absolute;
  right: 20px;
  right: 1.25rem;
  bottom: -62px;
  bottom: -3.875rem;
  color: #070d28;
  font-family: 'General Sans', sans-serif;
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 500;
  letter-spacing: -.01em;
  line-height: 1;
  text-transform: capitalize;
}

.p-top-service__header {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.p-top-service__lead {
  color: #070d28;
  font-size: max(10px, 14px);
  font-size: max(10px, .875rem);
  line-height: 1.6;
}

.p-top-service__link {
  gap: 15px;
  gap: .9375rem;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  margin-top: 50px;
  margin-top: 3.125rem;
}

.p-top-service__link:focus-visible {
  opacity: .6;
}

.p-top-service__link::before {
  aspect-ratio: 1;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: url('../img/common/icon_plus.svg') no-repeat center/contain;
  width: 27px;
  width: 1.6875rem;
  content: '';
}

.p-top-service__linkText {
  color: #070d28;
  font-family: 'General Sans', sans-serif;
  font-size: max(10px, 18px);
  font-size: max(10px, 1.125rem);
  font-weight: 500;
  line-height: 1;
  text-decoration: underline;
  text-transform: capitalize;
}

.p-top-service__list {
  margin-top: 70px;
  margin-top: 4.375rem;
}

.p-top-service__item {
  position: relative;
  border: 1px solid #070d28;
  border-radius: .9375rem;
  padding: 34px 20px 40px;
  padding: 2.125rem 1.25rem 2.5rem;
  min-height: 327px;
  min-height: 20.4375rem;
}

.p-top-service__item + .p-top-service__item {
  margin-top: 11px;
  margin-top: .6875rem;
}

.p-top-service__itemTitle {
  color: #070d28;
  font-family: 'General Sans', sans-serif;
  font-size: 35px;
  font-size: 2.1875rem;
  font-weight: 500;
  letter-spacing: -.01em;
  line-height: 1;
  text-transform: capitalize;
}

.p-top-service__itemText {
  margin-top: 11px;
  margin-top: .6875rem;
  color: #070d28;
  font-size: max(10px, 14px);
  font-size: max(10px, .875rem);
  line-height: 1.6;
}

.p-top-service__itemImg {
  aspect-ratio: 1;
  position: absolute;
  right: 30px;
  right: 1.875rem;
  bottom: 40px;
  bottom: 2.5rem;
  width: 117px;
  width: 7.3125rem;
}

.p-top-service__itemImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-top-work__header {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.p-top-work__lead {
  color: #000;
  font-size: max(10px, 14px);
  font-size: max(10px, .875rem);
  line-height: 1.5;
}

.p-top-work__link {
  gap: 15px;
  gap: .9375rem;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  margin-top: 30px;
  margin-top: 1.875rem;
}

.p-top-work__link:focus-visible {
  opacity: .6;
}

.p-top-work__link::before {
  aspect-ratio: 1;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: url('../img/common/icon_plus.svg') no-repeat center/contain;
  width: 27px;
  width: 1.6875rem;
  content: '';
}

.p-top-work__linkText {
  color: #070d28;
  font-family: 'General Sans', sans-serif;
  font-size: max(10px, 18px);
  font-size: max(10px, 1.125rem);
  font-weight: 500;
  line-height: 1;
  text-decoration: underline;
  text-transform: capitalize;
}

.p-top-work__cards {
  margin-top: 50px;
  margin-top: 3.125rem;
}

.p-top-work__card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: .625rem;
  padding: 30px 20px 6px;
  padding: 1.875rem 1.25rem .375rem;
  min-height: 280px;
  min-height: 17.5rem;
  overflow: hidden;
}

.p-top-work__card + .p-top-work__card {
  margin-top: 11px;
  margin-top: .6875rem;
}

.p-top-work__card--dark {
  background-color: #070d28;
}

.p-top-work__card--light {
  border: 1px solid #070d28;
  background-color: #fff;
}

.p-top-work__cardContent {
  position: relative;
  z-index: 1;
}

.p-top-work__cardClient {
  display: inline-block;
  border-bottom: 1px solid #fff;
  padding-bottom: 6px;
  padding-bottom: .375rem;
  color: #fff;
  font-size: max(10px, 14px);
  font-size: max(10px, .875rem);
  line-height: 1.6;
}

.p-top-work__cardClient--dark {
  border-bottom-color: #070d28;
  color: #070d28;
}

.p-top-work__cardResult {
  margin-top: 6px;
  margin-top: .375rem;
  color: #fff;
  font-size: max(10px, 12px);
  font-size: max(10px, .75rem);
  font-weight: 500;
  line-height: 1.6;
}

.p-top-work__cardResult--dark {
  width: 185px;
  width: 11.5625rem;
  color: #070d28;
  font-size: max(10px, 12px);
  font-size: max(10px, .75rem);
  font-weight: 400;
}

.p-top-work__cardNote {
  margin-top: 6px;
  margin-top: .375rem;
  color: #000;
  font-size: max(10px, 10px);
  font-size: max(10px, .625rem);
  line-height: 1;
}

.p-top-work__cardNumber {
  position: relative;
  z-index: 1;
  color: #fff;
  font-family: 'General Sans', sans-serif;
  font-weight: 500;
  line-height: 1;
}

.p-top-work__cardNumber--dark {
  position: absolute;
  top: 10px;
  top: .625rem;
  right: 20px;
  right: 1.25rem;
  margin-top: 0;
  color: #070d28;
}

.p-top-work__cardNumberValue {
  font-size: 50px;
  font-size: 3.125rem;
  letter-spacing: -.01em;
  line-height: 1.6;
}

.p-top-work__cardNumberUnit {
  font-size: 25px;
  font-size: 1.5625rem;
  letter-spacing: -.01em;
}

.p-top-work__cardImg {
  aspect-ratio: 119/164;
  position: absolute;
  right: 20px;
  right: 1.25rem;
  bottom: 30px;
  bottom: 1.875rem;
  width: 119px;
  width: 7.4375rem;
}

.p-top-work__cardImg--dark {
  aspect-ratio: 335/138;
  position: static;
  margin-top: 10px;
  margin-top: .625rem;
  width: 100%;
}

.p-top-work__cardImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-top-lab__header {
  margin-top: 30px;
  margin-top: 1.875rem;
  text-align: center;
}

.p-top-lab__lead {
  color: #000;
  font-size: max(10px, 14px);
  font-size: max(10px, .875rem);
  line-height: 1.6;
}

.p-top-lab__link {
  gap: 15px;
  gap: .9375rem;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  margin-top: 30px;
  margin-top: 1.875rem;
}

.p-top-lab__link:focus-visible {
  opacity: .6;
}

.p-top-lab__link::before {
  aspect-ratio: 1;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: url('../img/common/icon_plus.svg') no-repeat center/contain;
  width: 27px;
  width: 1.6875rem;
  content: '';
}

.p-top-lab__linkText {
  color: #070d28;
  font-family: 'General Sans', sans-serif;
  font-size: max(10px, 18px);
  font-size: max(10px, 1.125rem);
  font-weight: 500;
  line-height: 1;
  text-decoration: underline;
  text-transform: capitalize;
}

.p-top-lab__list {
  margin-top: 70px;
  margin-top: 4.375rem;
}

.p-top-lab__item + .p-top-lab__item {
  margin-top: 33px;
  margin-top: 2.0625rem;
}

.p-top-lab__itemLink {
  display: block;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.p-top-lab__itemLink:focus-visible {
  opacity: .6;
}

.p-top-lab__itemImg {
  aspect-ratio: 335/188;
  border-radius: .9375rem;
  overflow: hidden;
}

.p-top-lab__itemImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-top-lab__itemTitle {
  margin-top: 25px;
  margin-top: 1.5625rem;
  color: #000;
  font-size: max(10px, 16px);
  font-size: max(10px, 1rem);
  line-height: 1.6;
}

/************************************************************************
* visible device
************************************************************************/
.u-mobile {
  display: block;
}

.u-pc {
  display: none;
}

@media screen and (min-width: 768px) {

  html {
    font-size: 1.1764705882vw;
    font-size: calc(var(--vw-unitless) / 1360 * 100%);
  }

  :root {
    --header-height: 80px;
  }

  .l-container {
    padding-right: 30px;
    padding-left: 30px;
    max-width: 1420px;
  }

  .l-container.l-container--narrow {
    max-width: 1148px;
  }

  .l-container.l-container--wide {
    max-width: 1692px;
  }

  .l-container.l-container--top {
    max-width: calc(84.375rem + 60px);
  }

  .l-main {
    padding-top: 300px;
    padding-top: 18.75rem;
    padding-bottom: 300px;
    padding-bottom: 18.75rem;
  }

  .l-section {
    margin-top: 300px;
    margin-top: 18.75rem;
  }

  .l-section--lg {
    margin-top: 424px;
    margin-top: 26.5rem;
  }

  .c-section-title {
    padding-bottom: 60px;
    padding-bottom: 3.75rem;
    font-size: 90px;
    font-size: 5.625rem;
    letter-spacing: -.01em;
  }

  .p-mv__inner {
    padding: 100px 62px 60px;
    padding: 6.25rem 3.875rem 3.75rem;
  }

  .p-mv__content {
    gap: 30px;
    gap: 1.875rem;
  }

  .p-mv__title {
    font-size: 60px;
    font-size: 3.75rem;
    letter-spacing: -1.5px;
  }

  .p-mv__subtitle {
    font-size: 20px;
    font-size: 1.25rem;
  }

  .p-mv__scroll {
    gap: 15px;
    gap: .9375rem;
    position: absolute;
    right: 50px;
    right: 3.125rem;
    bottom: 80px;
    bottom: 5rem;
    margin-top: 0;
  }

  .p-mv__scroll::before {
    width: 27px;
    width: 1.6875rem;
    height: 27px;
    height: 1.6875rem;
  }

  .p-mv__scrollText {
    font-size: 18px;
    font-size: 1.125rem;
  }

  .p-top-news__inner {
    margin-right: auto;
    margin-left: auto;
    padding-right: 30px;
    padding-left: 30px;
    max-width: 1350px;
    max-width: 84.375rem;
  }

  .p-top-news__list {
    margin-top: 35px;
    margin-top: 2.1875rem;
    margin-left: auto;
    max-width: 755px;
    max-width: 47.1875rem;
  }

  .p-top-news__date {
    font-size: max(10px, 14px);
    font-size: max(10px, .875rem);
  }

  .p-top-news__title {
    font-size: max(10px, 14px);
    font-size: max(10px, .875rem);
  }

  .p-top-client__inner {
    gap: 60px;
    gap: 3.75rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-right: auto;
    margin-left: auto;
    padding-right: 30px;
    padding-left: 30px;
    max-width: 1350px;
    max-width: 84.375rem;
  }

  .p-top-client__body {
    margin-top: 60px;
    margin-top: 3.75rem;
    margin-left: auto;
    max-width: 716px;
    max-width: 44.75rem;
  }

  .p-top-client__text {
    font-size: max(10px, 14px);
    font-size: max(10px, .875rem);
  }

  .p-top-client__contactText {
    font-size: max(10px, 18px);
    font-size: max(10px, 1.125rem);
  }

  .p-top-client__logos {
    gap: 40px 160px;
    gap: 2.5rem 10rem;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 20px;
    margin-top: 1.25rem;
    padding-top: 80px;
    padding-top: 5rem;
    width: 100%;
  }

  .p-top-about__body {
    margin-top: 60px;
    margin-top: 3.75rem;
  }

  .p-top-about__text {
    font-size: max(10px, 14px);
    font-size: max(10px, .875rem);
  }

  .p-top-about__img {
    margin-inline: 0;
    aspect-ratio: 1440/800;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-top: 100px;
    margin-top: 6.25rem;
    margin-left: 50%;
    width: 1440px;
    width: 90rem;
    max-width: calc(100vw - 60px);
  }

  .p-top-about__catch {
    right: 180px;
    right: 11.25rem;
    bottom: -2lh;
    font-size: 35px;
    font-size: 2.1875rem;
    letter-spacing: -.01em;
    line-height: 1.4;
  }

  .p-top-service__header {
    margin-top: 64px;
    margin-top: 4rem;
    margin-left: auto;
    max-width: 644px;
    max-width: 40.25rem;
  }

  .p-top-service__lead {
    font-size: max(10px, 14px);
    font-size: max(10px, .875rem);
  }

  .p-top-service__linkText {
    font-size: max(10px, 18px);
    font-size: max(10px, 1.125rem);
  }

  .p-top-service__list {
    gap: 15px;
    gap: .9375rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 100px;
    margin-top: 6.25rem;
  }

  .p-top-service__item {
    border-radius: 1.25rem;
    padding: 44px 35px 60px;
    padding: 2.75rem 2.1875rem 3.75rem;
    min-height: 430px;
    min-height: 26.875rem;
  }

  .p-top-service__item + .p-top-service__item {
    margin-top: 0;
  }

  .p-top-service__itemTitle {
    font-size: 50px;
    font-size: 3.125rem;
    letter-spacing: -.01em;
  }

  .p-top-service__itemText {
    margin-top: 15px;
    margin-top: .9375rem;
    font-size: max(10px, 16px);
    font-size: max(10px, 1rem);
    line-height: 1.5;
  }

  .p-top-service__itemImg {
    right: 58px;
    right: 3.625rem;
    bottom: 60px;
    bottom: 3.75rem;
    width: 155px;
    width: 9.6875rem;
  }

  .p-top-work__header {
    margin-top: 64px;
    margin-top: 4rem;
    margin-left: auto;
    max-width: 655px;
    max-width: 40.9375rem;
  }

  .p-top-work__lead {
    font-size: max(10px, 14px);
    font-size: max(10px, .875rem);
  }

  .p-top-work__linkText {
    font-size: max(10px, 18px);
    font-size: max(10px, 1.125rem);
  }

  .p-top-work__cards {
    gap: 14px;
    gap: .875rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 100px;
    margin-top: 6.25rem;
  }

  .p-top-work__card {
    border-radius: 1.25rem;
    padding: 43px 42px 60px;
    padding: 2.6875rem 2.625rem 3.75rem;
    min-height: 383px;
    min-height: 23.9375rem;
  }

  .p-top-work__card + .p-top-work__card {
    margin-top: 0;
  }

  .p-top-work__cardClient {
    padding-right: 40px;
    padding-right: 2.5rem;
    padding-bottom: 12px;
    padding-bottom: .75rem;
    font-size: 23px;
    font-size: 1.4375rem;
  }

  .p-top-work__cardResult {
    margin-top: 12px;
    margin-top: .75rem;
    font-size: max(10px, 18px);
    font-size: max(10px, 1.125rem);
  }

  .p-top-work__cardResult--dark {
    width: auto;
    font-size: max(10px, 14px);
    font-size: max(10px, .875rem);
  }

  .p-top-work__cardNote {
    margin-top: 12px;
    margin-top: .75rem;
    font-size: max(10px, 12px);
    font-size: max(10px, .75rem);
  }

  .p-top-work__cardNumber--dark {
    top: 37px;
    top: 2.3125rem;
    right: 42px;
    right: 2.625rem;
  }

  .p-top-work__cardNumberValue {
    font-size: 100px;
    font-size: 6.25rem;
    letter-spacing: -.01em;
    line-height: 1;
  }

  .p-top-work__cardNumberUnit {
    font-size: 50px;
    font-size: 3.125rem;
    letter-spacing: -.01em;
  }

  .p-top-work__cardImg {
    aspect-ratio: 205/282;
    right: 40px;
    right: 2.5rem;
    bottom: 50px;
    bottom: 3.125rem;
    width: 205px;
    width: 12.8125rem;
  }

  .p-top-work__cardImg--dark {
    aspect-ratio: 463/179;
    margin-top: 0;
    margin-left: auto;
    width: 463px;
    width: 28.9375rem;
  }

  .p-top-lab__header {
    margin-top: 60px;
    margin-top: 3.75rem;
  }

  .p-top-lab__lead {
    font-size: max(10px, 14px);
    font-size: max(10px, .875rem);
  }

  .p-top-lab__linkText {
    font-size: max(10px, 18px);
    font-size: max(10px, 1.125rem);
  }

  .p-top-lab__list {
    gap: 33px;
    gap: 2.0625rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 100px;
    margin-top: 6.25rem;
  }

  .p-top-lab__item + .p-top-lab__item {
    margin-top: 0;
  }

  .p-top-lab__itemImg {
    aspect-ratio: 428/240;
    border-radius: 1.25rem;
  }

  .p-top-lab__itemTitle {
    margin-top: 20px;
    margin-top: 1.25rem;
  }

  .u-mobile {
    display: none;
  }

  .u-pc {
    display: block;
  }
}

@media (min-width: 1360px) {

  html {
    font-size: 100%;
  }
}

@media (max-width: 375px) {

  html {
    font-size: 4.2666666667vw;
    font-size: calc(var(--vw-unitless) / 375 * 100%);
  }
}

@media (any-hover: hover) {

  .p-top-news__link:hover {
    opacity: .6;
  }

  .p-top-client__contactLink:hover {
    opacity: .6;
  }

  .p-top-service__link:hover {
    opacity: .6;
  }

  .p-top-work__link:hover {
    opacity: .6;
  }

  .p-top-lab__link:hover {
    opacity: .6;
  }

  .p-top-lab__itemLink:hover {
    opacity: .6;
  }
}
/*# sourceMappingURL=map/top.css.map */