@charset "UTF-8";
/** @format */
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
  overflow: hidden;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/** @format */
/** @format */
/** @format */
html {
  scroll-behavior: smooth;
}

body {
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-size: 16px;
  font-weight: 500;
  font-family: "Yu Gothic", "游ゴシック", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", "Noto Sans JP", sans-serif;
  color: #333;
  box-sizing: border-box;
}

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

.link {
  color: #0077AA;
  font-weight: bold;
}
.link:hover {
  border-bottom: 1px solid #0077AA;
}
@media screen and (max-width: 1120px) {
  .link:hover {
    border-bottom: none;
  }
}

.wrapper {
  width: 100%;
  max-width: 1024px;
  padding: 80px 40px;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .wrapper {
    padding: 40px 16px;
  }
}

.headingInner {
  background-color: #eee;
  margin-top: 64px;
}
@media screen and (max-width: 767px) {
  .headingInner {
    margin-top: 49px;
  }
}

.post-password-form input {
  border: 1px solid #ccc;
}

.iframe_wrap {
  position: relative;
  width: 100%;
  height: 800px;
  overflow-y: scroll;
}
.iframe_wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.firstView__inner {
  margin-top: 64px;
  height: 560px;
  position: relative;
  background: linear-gradient(91deg, #2d4072 0%, #29547a 16.72%, #36717c 58.97%, #335a53 76.88%, #2d4072 101.1%);
}
@media screen and (max-width: 768px) {
  .firstView__inner {
    margin-top: 49px;
  }
}

#particles-js {
  height: 560px;
  margin-left: 20%;
  background: transparent;
}

.firstView__wrapper {
  position: absolute;
  top: 0;
  left: 49%;
  transform: translateX(-49%);
}
@media screen and (max-width: 480px) {
  .firstView__wrapper {
    top: 129px;
    left: 0;
    transform: translateX(0);
  }
}

.firstView__text {
  font-size: 40px;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .firstView__text {
    font-size: 6.4vw;
  }
}
.firstView__text:nth-of-type(2) {
  margin-top: 24px;
}

.firstView__text--span {
  display: block;
  margin-top: 24px;
}

/** @format */
.about__title.heading--top::after {
  content: "About us";
}

.about__inner {
  margin: 100px auto;
}
@media screen and (max-width: 768px) {
  .about__inner {
    margin: 64px auto;
  }
}

.about__container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .about__container {
    flex-direction: column-reverse;
    margin-top: 40px;
  }
}

.about__content {
  width: 100%;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .about__content {
    width: 100%;
    margin-top: 0px;
  }
}

.about__img {
  width: 100%;
  max-width: 400px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .about__img {
    position: inherit;
    margin: 0 auto;
  }
}
.about__img > img {
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
}

.about__contentText {
  line-height: 1.8;
}
.about__contentText > p {
  margin-bottom: 1rem;
}
.about__contentText > p:last-of-type {
  margin-bottom: 0;
}
.about__contentText > p > span {
  font-weight: 700;
}
/** @format */
.service {
  background: linear-gradient(122deg, rgba(18, 41, 64, 0.02) 0%, rgba(0, 54, 111, 0.02) 100%);
}

.service__inner {
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .service__inner {
    padding: 58px 0 64px;
  }
}

.service__title.heading--top::after {
  content: "Service";
}

.service__list {
  margin-top: 40px;
}

.service__listTitle {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 1.2px;
  background: var(--gradation-main, linear-gradient(91deg, #2d4072 0%, #29547a 16.72%, #36717c 58.97%, #335a53 76.88%, #2d4072 101.1%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 768px) {
  .service__listTitle {
    letter-spacing: 1px;
  }
}

.service__listContent--wrapper {
  display: flex;
  justify-content: space-between;
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .service__listContent--wrapper {
    flex-direction: column;
  }
}

.service__listContent {
  width: 48.4375%;
  transition: all 0.5s;
}
.service__listContent:hover {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .service__listContent {
    width: 100%;
  }
  .service__listContent:last-of-type {
    margin-top: 32px;
  }
}
.service__listContent img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
  border-radius: 8px;
  box-shadow: 0px 0px 8px 0px rgba(188, 188, 188, 0.4);
  transition: all 0.5s;
}
.service__listContent:hover img {
  box-shadow: 14px 14px 15px -5px rgba(0, 54, 111, 0.4);
}

.service__listContent--details {
  margin-top: 12px;
}
.service__listContent--details > p {
  font-size: 14px;
  letter-spacing: 0.7px;
}
.service__listContent--details > h4 {
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .service__listContent--details > h4 {
    font-size: 16px;
  }
}

.service__listContent__CL-icon {
  position: relative;
  padding-left: 30px;
}
.service__listContent__CL-icon::before {
  content: "";
  display: inline-block;
  background-image: url(../img/pages/front-page/service/CL-icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 17px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.service__listContent__TM-icon {
  position: relative;
  padding-left: 30px;
}
.service__listContent__TM-icon::before {
  content: "";
  display: inline-block;
  background-image: url(../img/pages/front-page/service/TM-icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 17px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.service__listFlex {
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .service__listFlex {
    flex-direction: column;
    gap: 0;
  }
}
.service__listFlex .service__list:first-of-type {
  margin-top: 40px;
}
.service__listFlex .service__list {
  flex: 1;
}
.service__listFlex .service__listContent {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .service__listFlex .service__listContent {
    margin-top: 0;
  }
}

@media screen and (max-width: 768px) {
  .service__listContent--wrapper .service__listContentWeb3 {
    margin-top: 0;
  }
}

/** @format */
.worksSlide__inner {
  margin: 80px auto;
}
@media screen and (max-width: 768px) {
  .worksSlide__inner {
    margin: 64px auto;
  }
}

.worksSlide__title.heading--top::after {
  content: "Works";
}

.worksSlide__btn {
  margin: 0 auto;
}

/** @format */
.splide {
  width: 100%;
  height: auto;
  max-height: 540px;
  margin: 40px 0;
}

.splide__slide {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 480px) {
  .splide__slide {
    height: 540px;
  }
}
.splide__slide > img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 480px) {
  .splide__slide > img {
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}

/** @format */
.devCase {
  background: #fafbfc;
}
@media screen and (max-width: 768px) {
  .devCase {
    padding: 64px auto;
  }
}

.devCase__title.heading--top::after {
  content: "Achievements";
}

.newsList__titleWrapper {
  margin-bottom: 40px;
}

.devCase .entrusted_development-interview__swiper {
  margin: 0;
}

/** @format */
.newsList {
  background: #fafbfc;
}
@media screen and (max-width: 768px) {
  .newsList {
    padding: 64px auto;
  }
}

.newsList__inner {
  background: #fff;
  position: relative;
}

.newsList__titleWrapper {
  margin-bottom: 40px;
}

.newsList__title.heading--top::after {
  content: "News";
}

.newsList__container {
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  background-color: #fff;
  border-radius: 16px;
}
@media screen and (max-width: 480px) {
  .newsList__container {
    padding: 24px 16px;
  }
}

.newsList__item {
  border-radius: 8px;
}

.newsList__itemLink {
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.5s;
  gap: 24px;
  border-radius: 8px;
}
.newsList__itemLink:hover {
  opacity: 0.6;
  box-shadow: 14px 14px 15px -5px rgba(0, 54, 111, 0.4);
}
@media screen and (max-width: 768px) {
  .newsList__itemLink {
    flex-direction: column;
    gap: 12px;
  }
}

.newsList__itemImg {
  width: 100%;
  max-width: 320px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .newsList__itemImg {
    width: 100%;
    max-width: 100%;
  }
}
.newsList__itemImg > img {
  border-radius: 8px 0 0 8px;
  object-fit: cover;
  object-position: center;
  height: 164px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .newsList__itemImg > img {
    border-radius: 8px 8px 0 0;
  }
}

.newsList__itemTag {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 8px 0px 0px 0px;
}

.newsList__itemContent {
  width: 100%;
  padding-right: 16px;
  overflow-wrap: break-word;
}
@media screen and (max-width: 768px) {
  .newsList__itemContent {
    padding: 0 12px 12px;
    width: 100%;
  }
}
.newsList__itemContent time {
  font-size: 12px;
  color: rgba(51, 51, 51, 0.5);
}
.newsList__itemContent > h3 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 4px;
}
@media screen and (max-width: 768px) {
  .newsList__itemContent > h3 {
    font-size: 16px;
  }
}
.newsList__itemContent > p {
  margin-top: 16px;
  letter-spacing: 0.7px;
}
@media screen and (max-width: 768px) {
  .newsList__itemContent > p {
    margin-top: 4px;
  }
}

.newsList__btn {
  margin: 0 auto;
}

/** @format */
.partners {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.partnersList {
  background: #fafbfc;
}
@media screen and (max-width: 768px) {
  .partnersList {
    padding: 64px auto;
  }
}

.partnersList__inner {
  background: #fff;
  position: relative;
}

.newsList__titleWrapper {
  margin-bottom: 40px;
}

.partnersList__title.heading--top::after {
  content: "Partners";
}

.partnersLogo {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .partnersLogo {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }
}
.partnersLogo .partnersImg {
  margin: auto;
  object-fit: contain;
}

/** @format */
.companyContact__inner {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .companyContact__inner {
    flex-direction: column;
  }
}

.CompanyContact__link {
  width: 48.046875%;
  box-shadow: 0px 0px 8px 0px rgba(140, 140, 140, 0.4);
  transition: all 0.5s;
  border-radius: 8px;
}
.CompanyContact__link > img {
  border-radius: 8px;
  width: 100%;
  height: 100%;
  aspect-ratio: 2.05;
  object-fit: cover;
  object-position: center;
}
.CompanyContact__link:hover {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .CompanyContact__link {
    width: 100%;
  }
}/*# sourceMappingURL=front-page.css.map */