@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Heebo:wght@100..900&display=swap");
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          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;
}

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

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

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

/* Lists (definition) */
/* ============================================ */
dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          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, 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; /* 2 */
  -webkit-text-decoration: underline dotted;
          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, 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;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

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

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 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. Change font properties to `inherit` in Safari.
 */
::-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] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

th {
  text-align: left;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 92px; /* ヘッダーの高さ */
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #1C1C1C;
}

main {
  display: block;
}

img {
  vertical-align: bottom;
}

a {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
a:hover {
  opacity: 0.7;
}

p {
  font-size: 16px;
  line-height: 2.0625;
}

/*======================================================
# サムネイル
====================================================== */
/*======================================================
# 円
====================================================== */
/*======================================================
# アローアイコン
====================================================== */
.l-inner {
  margin-right: auto;
  margin-left: auto;
  max-width: 1280px;
  padding: 0 55px;
}
@media screen and (max-width: 768px) {
  .l-inner {
    max-width: 100%;
    padding: 0 25px;
  }
}

.l-header {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  background: transparent;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.l-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 0 30px 0 0;
  width: 100%;
}
.l-header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 53px 0 0 27px;
  max-width: 376px;
}
@media screen and (max-width: 560px) {
  .l-header__logo {
    max-width: 100%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    padding: 82px 26px 0;
    border-radius: 0;
  }
}
.l-header__logo img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .l-header__contents {
    position: fixed;
    left: 0;
    top: 0;
    background-color: #3551C1;
    width: 100%;
    height: 100vh;
    display: none;
  }
}
.l-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 32px;
}
@media screen and (max-width: 768px) {
  .l-header__nav {
    gap: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.l-header__navitem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  height: 50px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.08em;
  border: 2px solid #FFFFFF;
  border-radius: 99px;
  margin-left: 10px;
  padding: 0 32px;
  color: #1ACAFF;
}
@media screen and (max-width: 992px) {
  .l-header__navitem {
    font-size: 11px;
  }
}
@media screen and (max-width: 768px) {
  .l-header__navitem {
    display: block;
    width: 100%;
    font-size: 17px;
    text-align: left;
  }
}
.l-header__navbutton {
  margin-left: 20px;
  width: 210px;
  height: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #000;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 114%;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 1100px) {
  .l-header__navbutton {
    width: 105px;
    height: 54px;
    font-size: 14px;
  }
}
@media screen and (max-width: 992px) {
  .l-header__navbutton {
    height: 44px;
  }
}
@media screen and (max-width: 768px) {
  .l-header__navbutton {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    margin-top: 24px;
    margin-left: 0;
  }
}
.l-header__navbutton:hover {
  background-color: #fff;
  color: #000;
  opacity: 1;
}
.l-header__navitem-wrap {
  position: relative;
  display: inline-block;
}
.l-header__megamenu {
  display: none;
  position: absolute;
  top: calc(100% + 12px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: rgb(6, 201, 108);
  padding: 20px;
  min-width: 200px;
  z-index: 100;
  gap: 10px;
  color: #fff;
  border-radius: 16px;
  display: none;
}
.l-header__megamenu a {
  display: block;
  text-align: center;
  margin: 0 auto;
}
.l-header__megamenu a + a {
  margin: 10px auto 0;
}
.l-header__megamenu::after {
  position: absolute;
  content: "";
  background-color: rgb(6, 201, 108);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -8px;
  -webkit-clip-path: polygon(0 100%, 100% 100%, 50% 0%);
          clip-path: polygon(0 100%, 100% 100%, 50% 0%);
  width: 12px;
  height: 12px;
}
.l-header__megamenu::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: calc(100% + 20px);
  z-index: -1;
}

.circle-text {
  position: relative;
  margin-top: 132px; /* 上から132px */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.circle-text span {
  display: inline-block;
  font-size: 32px;
  font-weight: bold;
  -webkit-animation: spin 10s linear infinite;
          animation: spin 10s linear infinite; /* ぐるぐる回転 */
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.l-footer {
  background-color: #000000;
  color: #fff;
}
.l-footer__inner {
  padding: 55px;
}
@media screen and (max-width: 768px) {
  .l-footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 30px 25px 30px;
  }
}
.l-footer__site-name {
  font-size: 16px;
  font-weight: 700;
}
.l-footer__textbox {
  font-size: 14px;
  line-height: 1.6666666667;
}
.l-footer small {
  display: block;
}

.l-home {
  max-width: 988px;
  margin: 0 auto;
  padding: 143px 24px 0;
}
@media screen and (max-width: 768px) {
  .l-home {
    padding: 46px 24px 0;
  }
}

.l-case {
  max-width: 1124px;
  margin: 0 auto;
  padding: 143px 24px 0;
}
@media screen and (max-width: 768px) {
  .l-case {
    padding: 46px 24px 0;
  }
}

.l-bg {
  margin: 0 calc(50% - 50vw);
  padding: 0 calc(50vw - 50%);
  width: 100vw;
}
.l-bg.-blue {
  background-color: #1ACAFF;
}
.l-bg.-white {
  background-color: #ffffff;
}
.l-bg.-overlap {
  position: relative;
  z-index: 3;
  min-height: 100vh;
}

.c-button {
  max-width: 300px;
  width: 100%;
  height: 71px;
  border-radius: 100px;
  border: #3551C1 1px solid;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  font-size: 18px;
  font-weight: 700;
  color: #3551C1;
  padding: 0 35px;
}
@media (min-width: 800px) and (max-width: 1399px) {
  .c-button {
    max-width: 23.4375vw;
    height: 5.546875vw;
    border-radius: 7.8125vw;
    border: #3551C1 0.078125vw solid;
    font-size: 1.40625vw;
    padding: 0 2.734375vw;
  }
}
@media screen and (max-width: 768px) {
  .c-button {
    height: 60px;
    max-width: 295px;
    padding: 0 28px;
    font-size: 16px;
  }
}
.c-button.-noborder {
  border: unset;
}
.c-button::after {
  position: absolute;
  content: "";
  background-image: url("../images/common/icon-white-arrow.svg");
  background-size: 5px;
  background-repeat: no-repeat;
  background-color: #3551C1;
  background-position: center;
  right: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 80px;
  height: 24px;
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (min-width: 800px) and (max-width: 1399px) {
  .c-button::after {
    right: 1.875vw;
    width: 6.25vw;
    height: 1.875vw;
    border-radius: 7.8125vw;
  }
}
.c-button:hover {
  background-color: #3551C1;
  color: #fff;
  opacity: 1;
}
.c-button:hover::after {
  background-color: #fff;
  background-image: url("../images/common/icon-blue-arrow.svg");
}

.c-burger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 93px;
  height: 93px;
  background: #b0b4b4;
  position: fixed;
  right: 0;
  top: 0;
  cursor: pointer;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}
.c-burger-inner {
  padding: 12px 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.c-footer-cta {
  margin-top: 229px;
}
@media screen and (max-width: 768px) {
  .c-footer-cta {
    margin-top: 102px;
  }
}
.c-footer-cta a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 420px;
  position: relative;
}
.c-footer-cta a::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/common/footer-cta-bg.svg) no-repeat right top;
  background-color: #203BA5;
  background-size: cover;
  border-radius: 0 300px 0 0;
  z-index: -1;
}
@media screen and (max-width: 560px) {
  .c-footer-cta a::after {
    background: url(../images/common/footer-cta-bg_sp.svg) no-repeat right top;
    background-size: cover;
    border-radius: 0 300px 0 0;
  }
}
.c-footer-cta a span {
  display: block;
  width: 406px;
  height: 66px;
  line-height: 66px;
  border: 1px solid #fff;
  background: #2C47B5;
  font-size: 24px;
  text-align: center;
}
@media screen and (max-width: 560px) {
  .c-footer-cta a span {
    width: 237px;
  }
}

.c-service {
  margin-top: -70px;
  padding-bottom: 127px;
}
@media screen and (max-width: 768px) {
  .c-service {
    margin-top: 0;
    padding-bottom: 100px;
  }
}

.c-service-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 60px;
  position: relative;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
}
.c-service-item:first-child {
  margin-top: 0;
}
.c-service-item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.c-service-item:nth-child(even) .c-service-item__image {
  margin-left: 0;
  margin-right: calc(-50vw + 50% + 10px);
}
.c-service-item:nth-child(even) .c-service-item__image img {
  border-radius: 999px 0 0 999px;
}
@media screen and (max-width: 768px) {
  .c-service-item {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    text-align: center;
  }
  .c-service-item:first-child {
    margin-top: 29px;
  }
  .c-service-item:nth-child(even) {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .c-service-item:nth-child(even) .c-service-item__image {
    margin-right: calc(-50vw + 50%);
    margin-left: calc(-50vw + 50%);
  }
}

.c-service-item__image {
  width: 55.9375vw; /* 716 / 1280 */
  height: 416px;
  margin-left: calc(-50vw + 50% + 10px);
}
@media screen and (max-width: 768px) {
  .c-service-item__image {
    background: #3551C1;
    width: calc(100vw - 21px);
    margin-left: calc(-50vw + 50%);
    height: 300px;
  }
}
.c-service-item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 999px 999px 0;
}

.c-service-item:nth-child(even) .c-service-item__image {
  margin-left: 0;
  margin-right: calc(-50vw + 50% + 10px);
}
@media screen and (max-width: 768px) {
  .c-service-item:nth-child(even) .c-service-item__image {
    width: calc(100vw - 21px);
    margin-right: calc(-50vw + 50%);
    margin-left: auto;
  }
}

.c-service-item__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 500px;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-service-item__content {
    margin-top: 32px;
    max-width: 100%;
  }
}

.c-service-item__title {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.4444444444;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .c-service-item__title {
    font-size: 24px;
    line-height: 1.3333333333;
    text-align: left;
  }
}

.c-service-item__description {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .c-service-item__description {
    text-align: left;
  }
}

.c-service02 {
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .c-service02 {
    padding: 0 0 40px;
  }
}

.c-service02-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 60px;
  position: relative;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
}
.c-service02-item.-even {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.c-service02-item.-even .c-service02-item__image {
  margin-left: 0;
  margin-right: calc(-50vw + 50% - 55px);
}
.c-service02-item.-even .c-service02-item__image img {
  border-radius: 999px 0 0 999px;
}
@media screen and (max-width: 768px) {
  .c-service02-item {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    text-align: center;
  }
  .c-service02-item:first-child {
    margin-top: 45px;
  }
  .c-service02-item:nth-child(even) {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .c-service02-item:nth-child(even) .c-service02-item__image {
    margin-right: calc(-50vw + 50%);
    margin-left: calc(-50vw + 50%);
  }
}

.c-service02-item__image {
  width: 48.2vw;
  height: 509px;
  margin-left: calc(-50vw + 50% - 7px);
}
@media screen and (max-width: 768px) {
  .c-service02-item__image {
    width: calc(100vw - 55px);
    margin-left: calc(-50vw + 50% - 55px);
    height: 249px;
  }
}
.c-service02-item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 999px 999px 0;
}

.c-service02-item:nth-child(even) .c-service02-item__image {
  margin-left: 0;
  margin-right: calc(-50vw + 50% + 10px);
}
@media screen and (max-width: 768px) {
  .c-service02-item:nth-child(even) .c-service02-item__image {
    width: calc(100vw - 21px);
    margin-right: calc(-50vw + 50%);
    margin-left: auto;
  }
}

.c-service02-item__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-service02-item__content {
    margin-top: 45px;
    max-width: 100%;
  }
}

.c-service02-item__title {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.4444444444;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .c-service02-item__title {
    font-size: 24px;
    line-height: 1.3333333333;
    text-align: left;
  }
}

.c-service02-item__description {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .c-service02-item__description {
    text-align: left;
  }
}

/* ==========================================================================
   Project
   ========================================================================== */
.p-service-section {
  background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
}

.c-voice__title {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .c-voice__title {
    font-size: 24px;
  }
}
.c-voice__swiper {
  margin-top: 45px;
}
.c-voice__swiper.desktop-mode {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-voice__swiper.desktop-mode .swiper-wrapper {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.c-voice__swiper.desktop-mode .swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 20px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.c-voice__swiper.desktop-mode .swiper-slide:last-child {
  margin-right: 0;
}
.c-voice__swiper.desktop-mode .swiper-slide.clone {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.c-voice__swiper.mobile-mode {
  overflow: hidden;
}
.c-voice__swiper.mobile-mode .swiper-wrapper {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  will-change: transform;
}
.c-voice__swiper.mobile-mode .swiper-slide {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 78vw;
  margin-right: 20px;
}
.c-voice__swiper.mobile-mode .swiper-slide.clone {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.c-voice__item {
  width: 400px;
  background: rgba(217, 217, 217, .4);
  border-radius: 12px;
  padding: 24px 60px;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, .08);
          box-shadow: 0 4px 20px rgba(0, 0, 0, .08);
  border: 1px solid #fff;
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 767px) {
  .c-voice__item {
    width: 100%;
    max-width: none;
    padding: 16px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 560px) {
  .c-voice__item {
    max-width: none;
  }
}
.c-voice__image {
  overflow: hidden;
  width: 280px;
  height: 280px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .c-voice__image {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
  }
}
.c-voice__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-voice__name {
  margin-top: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08em;
  text-align: center;
  margin-bottom: 16px;
}
.c-voice__text {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08em;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.c-flow {
  margin-top: 130px;
}
@media screen and (max-width: 768px) {
  .c-flow {
    margin-top: 66px;
  }
}
.c-flow__title {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .c-flow__title {
    font-size: 24px;
  }
}
.c-flow__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  max-width: 1028px;
  margin: 36px auto 0;
  padding: 0 24px;
  list-style: none;
}
.c-flow__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #333333;
  color: #fff;
  font-size: 24px;
  line-height: 2;
  padding: 13px 20px;
}
@media screen and (max-width: 768px) {
  .c-flow__item {
    display: block;
  }
}
.c-flow__label {
  display: inline-block;
  position: relative;
  margin-right: 16px;
  padding-right: 16px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .c-flow__label {
    font-size: 16px;
    line-height: 2;
    display: block;
    text-align: center;
  }
}
.c-flow__label::after {
  position: absolute;
  right: -12px;
  top: 0;
  content: "｜";
  display: block;
}
@media screen and (max-width: 768px) {
  .c-flow__label::after {
    display: none;
  }
}
.c-flow__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 768px) {
  .c-flow__text {
    display: block;
    font-size: 16px;
    line-height: 2;
    text-align: center;
  }
}

.c-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px 24px;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .c-card {
    display: block;
    margin-top: 0;
  }
}
.c-card__item {
  width: calc(50% - 46.5px);
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
}
@media screen and (max-width: 768px) {
  .c-card__item {
    margin-top: 66px;
    width: 100%;
  }
  .c-card__item:first-child {
    margin-top: 50px;
  }
}
.c-card__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  text-decoration: none;
  color: inherit;
}
.c-card__image {
  width: 100%;
  aspect-ratio: 846/462;
  overflow: hidden;
  border-radius: 20px;
}
.c-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 20px;
}
.c-card__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
.c-card__company {
  margin-top: 16px;
  font-size: 14px;
  line-height: 2.1428571429;
}
.c-card__title {
  font-size: 14px;
  line-height: 2.1428571429;
}
.c-card__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  width: 155px;
  height: 29px;
  border: 1px solid 0;
  background: #000000;
  font-size: 14px;
  font-weight: 700;
  border-radius: 100px;
}
@media screen and (max-width: 768px) {
  .c-card__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 16px;
    width: 100%;
  }
}
.c-card__btn:hover {
  background: #fff;
  color: #000;
}

.c-title {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.6666666667;
}

.c-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
  margin-top: 130px;
}
@media screen and (max-width: 768px) {
  .c-pagination {
    margin-top: 50px;
  }
}
.c-pagination a {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 114%;
}

.c-fadein {
  opacity: 0;
  -webkit-transform: translateY(80px);
          transform: translateY(80px);
  -webkit-transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease, -webkit-transform 0.8s ease;
}
.c-fadein.is-active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.c-cta__img {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  display: block;
}
.c-cta__img img {
  width: 100%;
  height: auto;
}

.c-banner__inner {
  max-width: 1158px;
  margin: 0 auto;
  padding: 87px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 42px 30px;
}
@media screen and (max-width: 768px) {
  .c-banner__inner {
    padding: 43px 0 54px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
  }
}
.c-banner a {
  width: calc(33.33333% - 20px);
}
@media screen and (max-width: 768px) {
  .c-banner a {
    width: 100%;
  }
}
.c-banner a img {
  width: 100%;
  height: auto;
}

.p-top__title {
  font-size: 96px;
  line-height: 1.8;
  font-weight: 700;
  letter-spacing: 0.04em;
  font-family: "Heebo", sans-serif;
}
@media screen and (max-width: 768px) {
  .p-top__title {
    font-size: 40px;
    line-height: 1.8;
  }
}
.p-top__title.-normal {
  font-weight: 400;
}
.p-top__title.-en {
  font-weight: normal;
}
.p-top__title.-white {
  color: white;
}
.p-top__title.-sm {
  font-size: 40px;
}
@media screen and (max-width: 768px) {
  .p-top__title.-sm {
    font-size: 30px;
  }
}
.p-top__title.-blue {
  color: #1ACAFF;
}
.p-top__mv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: 1;
  background: url(../images/top/mv.png) no-repeat center;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .p-top__mv-inner {
    padding-right: 25px;
    padding-left: 25px;
  }
}
.p-top__mv-title, .p-top__mv-content {
  position: relative;
  overflow: hidden;
}
.p-top__mv-title {
  font-size: 64px;
  font-weight: 700;
  font-family: "Heebo", sans-serif;
  color: #fff;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .p-top__mv-title {
    font-size: 7.5vw;
  }
}
.p-top__mv-content {
  max-width: 600px;
  margin: 40px auto 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.08em;
  color: #fff;
}
.p-top__mv-title-text, .p-top__mv-content-text {
  display: inline-block;
  position: relative;
  z-index: 0;
}
.p-top__story {
  padding: 90px 0;
  min-height: 100vh;
  position: relative;
  z-index: 2;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .p-top__story {
    padding: 50px 0;
  }
}
.p-top__story-title {
  font-size: 64px;
  color: #1ACAFF;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p-top__story-title {
    font-size: 32px;
    line-height: 1.5;
  }
}
.p-top__story-lead {
  margin-top: 20px;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .p-top__story-lead {
    font-size: 14px;
    line-height: 2.2857142857;
  }
}
.p-top__story-list {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
@media screen and (max-width: 768px) {
  .p-top__story-list {
    display: block;
  }
}
.p-top__story-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  min-width: 0;
}
@media screen and (max-width: 768px) {
  .p-top__story-item {
    margin-top: 15px;
  }
}
.p-top__story-thumbnail {
  width: 100%;
  height: 251px;
  border-radius: 0 24px 0 24px;
  position: relative;
}
.p-top__story-thumbnail img {
  position: absolute;
  border-radius: 0 24px 0 24px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-top__story-text {
  margin-top: 14px;
  font-size: 14px;
  line-height: 1.7142857143;
  word-wrap: break-word;
}
.p-top__vision {
  background: #1ACAFF;
  padding: 90px 0;
  color: #fff;
  position: relative;
  z-index: 1;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-top__vision {
    padding: 50px 0;
  }
}
.p-top__vision-title {
  font-size: 64px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p-top__vision-title {
    font-size: 32px;
    line-height: 1.5;
  }
}
.p-top__vision-content {
  max-width: 800px;
  margin-top: 45px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .p-top__vision-content {
    margin-top: 35px;
  }
}
.p-top__vision-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 686px;
}
.p-top__vision-image img {
  width: 100%;
  height: auto;
}
.p-top__vision-text {
  margin-top: 52px;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-top__vision-text {
    margin-top: 42px;
    text-align: left;
  }
}
.p-top__reason {
  padding: 90px 0;
  position: relative;
  z-index: 2;
  min-height: 100vh;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .p-top__reason {
    padding: 50px 0;
  }
}
.p-top__reason-title {
  font-size: 40px;
  line-height: 1;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-top__reason-title {
    font-size: 30px;
  }
}
.p-top__reason-lead {
  margin-top: 20px;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.08em;
}
.p-top__reason-body {
  margin-top: 30px;
}
.p-top__reason-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 20px;
}
@media screen and (max-width: 768px) {
  .p-top__reason-list {
    display: block;
  }
}
.p-top__reason-item {
  width: calc(50% - 10px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #1ACAFF;
  padding: 40px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .p-top__reason-item {
    width: 100%;
    padding: 20px;
  }
  .p-top__reason-item + .p-top__reason-item {
    margin-top: 16px;
  }
}
.p-top__reason-item-title {
  font-size: 24px;
  line-height: 1.3333333333;
  font-weight: 700;
  color: #1ACAFF;
  letter-spacing: 0.02em;
}
.p-top__reason-item-text {
  margin-top: 8px;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.02em;
  word-wrap: break-word;
}
@media screen and (max-width: 768px) {
  .p-top__reason-item-text {
    font-size: 14px;
    line-height: 2.2857142857;
  }
}
.p-top__pickup {
  padding: 90px 0;
}
@media screen and (max-width: 768px) {
  .p-top__pickup {
    padding: 50px 0;
  }
}
.p-top__pickup-title {
  line-height: 1;
  color: #1ACAFF;
}
.p-top__pickup-lead {
  margin-top: 20px;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .p-top__pickup-lead {
    font-size: 14px;
    line-height: 2.2857142857;
  }
}
.p-top__pickup-swiper {
  margin-top: 45px;
  position: relative;
}
.p-top__pickup-swiper.desktop-mode {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-top__pickup-swiper.desktop-mode .swiper-wrapper {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.p-top__pickup-swiper.desktop-mode .swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 20px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.p-top__pickup-swiper.desktop-mode .swiper-slide:last-child {
  margin-right: 0;
}
.p-top__pickup-swiper.desktop-mode .swiper-slide.clone {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.p-top__pickup-swiper.mobile-mode {
  overflow: hidden;
}
.p-top__pickup-swiper.mobile-mode .swiper-wrapper {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  will-change: transform;
}
.p-top__pickup-swiper.mobile-mode .swiper-slide {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100vw;
  margin-right: 0;
}
.p-top__pickup-swiper.mobile-mode .swiper-slide.clone {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.p-top__pickup-item {
  width: 456px;
  height: 614px;
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 768px) {
  .p-top__pickup-item {
    width: 100%;
    max-width: none;
    margin: 0 auto;
    height: auto;
  }
}
@media screen and (max-width: 560px) {
  .p-top__pickup-item {
    max-width: none;
  }
}
.p-top__pickup-image {
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-top__pickup-image {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
  }
}
.p-top__pickup-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.p-top__pickup-nav {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
  z-index: 5;
}
.p-top__pickup-nav button {
  pointer-events: auto;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-top__pickup-nav .p-top__pickup-prev {
  margin-left: 80px;
}
@media screen and (max-width: 992px) {
  .p-top__pickup-nav .p-top__pickup-prev {
    margin-left: 20px;
  }
}
.p-top__pickup-nav .p-top__pickup-next {
  margin-right: 80px;
}
@media screen and (max-width: 992px) {
  .p-top__pickup-nav .p-top__pickup-next {
    margin-right: 20px;
  }
}
.p-top__message {
  padding: 90px 0;
  background: url(../images/top/message-bg.png) no-repeat center;
  background-size: cover;
  color: #fff;
  overflow: visible;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-top__message .l-inner {
  width: 100%;
}
.p-top__message-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .p-top__message-body {
    display: block;
  }
}
.p-top__message-title {
  font-size: 64px;
  line-height: 1;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .p-top__message-title {
    font-size: 32px;
    line-height: 1.5;
  }
}
.p-top__message-sub-title {
  margin-top: 55px;
  font-size: 24px;
  line-height: 1.8;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .p-top__message-sub-title {
    margin-top: 18px;
    font-size: 18px;
    line-height: 2;
  }
}
.p-top__message-content {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 480px;
          flex: 0 1 480px;
  max-width: 480px;
  width: 100%;
  margin-right: 0;
  margin-top: 40px;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.08em;
}
.p-top__message-content p + p {
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .p-top__message-content p + p {
    margin-top: 16px;
  }
}
@media screen and (max-width: 768px) {
  .p-top__message-content {
    max-width: none;
    margin-top: 24px;
    font-size: 14px;
  }
}
.p-top__message-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 504px;
          flex: 0 1 504px;
  max-width: 504px;
  width: 100%;
  aspect-ratio: 1/1;
  height: auto;
  margin-left: 16px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: transform 0.6s ease, opacity 0.6s ease;
  transition: transform 0.6s ease, opacity 0.6s ease, -webkit-transform 0.6s ease;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  opacity: 0;
}
.p-top__message-image img {
  display: block;
  width: 161px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .p-top__message-image {
    width: 100%;
    margin-top: 32px;
    margin-right: auto;
    margin-left: auto;
  }
}
.p-top__message-image.is-inview {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .p-top__message {
    padding: 50px 0;
  }
}
@media screen and (max-width: 768px) {
  .p-top__message-text p {
    font-size: 14px;
  }
}
.p-top__company {
  padding: 90px 0;
  min-height: 100vh;
}
@media screen and (max-width: 768px) {
  .p-top__company {
    padding: 50px 0;
  }
}
.p-top__company-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 64px auto;
}
.p-top__company th {
  font-size: 14px;
  font-weight: 700;
  line-height: 3.4285714286;
  white-space: nowrap;
}
.p-top__company td {
  padding-left: 28px;
  font-size: 14px;
  line-height: 3.4285714286;
}
.p-top__recruit {
  position: relative;
  overflow: visible;
  padding: 90px 0;
  color: #fff;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p-top__recruit {
    padding: 50px 0;
  }
}
.p-top__recruit .l-inner {
  position: relative;
  z-index: 1;
}
.p-top__recruit-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 481px;
}
@media screen and (max-width: 768px) {
  .p-top__recruit-body {
    display: block;
    height: 100%;
  }
}
.p-top__recruit-title {
  font-size: clamp(48px, 6.25vw - 16px, 64px);
  line-height: 1;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .p-top__recruit-title {
    font-size: 32px;
    line-height: 1.5;
  }
}
.p-top__recruit-sub-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 16px;
  font-size: clamp(36px, 1.5625vw + 20px, 40px);
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .p-top__recruit-sub-title {
    margin-top: 16px;
    font-size: 32px;
    line-height: 1.5;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.p-top__recruit-lead {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .p-top__recruit-lead {
    margin-top: 16px;
  }
}
.p-top__recruit-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: space-between;
      -ms-flex-align: space-between;
          align-items: space-between;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 480px;
          flex: 0 1 480px;
  max-width: 480px;
  width: 100%;
  margin-right: 0;
  height: 100%;
}
.p-top__recruit-content p + p {
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .p-top__recruit-content p + p {
    margin-top: 16px;
  }
}
@media screen and (max-width: 992px) {
  .p-top__recruit-content {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 360px;
            flex: 0 1 360px;
    max-width: 360px;
  }
}
@media screen and (max-width: 768px) {
  .p-top__recruit-content {
    display: block;
    max-width: none;
    font-size: 14px;
  }
}
.p-top__recruit-image {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 45vw;
  max-width: none;
  height: 481px;
  margin-right: calc(-50vw - -50%);
}
.p-top__recruit-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}
@media (min-width: 1280px) {
  .p-top__recruit-image {
    width: 55vw;
    margin-right: calc(-50vw - -640px);
  }
}
@media screen and (max-width: 768px) {
  .p-top__recruit-image {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .p-top__recruit {
    padding: 50px 0;
  }
}
.p-top-faq {
  padding: 90px 0;
  max-width: 980px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-top-faq {
    padding: 50px 0;
  }
}
.p-top-faq-title {
  color: #fff;
}
.p-top-faq__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  margin-top: 54px;
}
@media screen and (max-width: 768px) {
  .p-top-faq__list {
    margin-top: unset;
  }
}
.p-top-faq__item {
  border: 1px solid #fff;
  position: relative;
  min-height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 25px 85px 25px 25px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-top-faq__item {
    padding: unset;
  }
}
.p-top-faq__q {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .p-top-faq__q {
    position: relative;
    padding: 14px 14px 45px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-faq__q span {
    display: block;
  }
}
.p-top-faq__a {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.08em;
  padding-left: 1.5em;
  display: none;
}
@media screen and (max-width: 768px) {
  .p-top-faq__a {
    padding: 14px;
  }
}
.p-top-faq__button {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 60px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .p-top-faq__button {
    top: unset;
    bottom: -5px;
    width: 100%;
    height: 28px;
  }
}
.p-top-faq__button.is-open img {
  rotate: 180deg;
}
.p-top-faq__button figure {
  width: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-top-faq__button figure {
    width: 22px;
  }
}
.p-top-faq__button figure img {
  width: 100%;
  height: auto;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.p-top-contact {
  padding: 65px 0;
  min-height: 100vh;
}
@media screen and (max-width: 768px) {
  .p-top-contact {
    padding: 65px 0;
    font-size: 14px;
  }
}
.p-top-contact__lead {
  text-align: center;
  margin-top: 72px;
  margin-bottom: 46px;
  font-size: 14px;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .p-top-contact__lead {
    margin-top: 24px;
    margin-bottom: 24px;
  }
}
.p-top-contact__lead strong {
  font-size: 20px;
  line-height: 1.8;
  font-weight: 700;
}
.p-top-contact__bg {
  background: #D9D9D9;
  aspect-ratio: 980/594;
  margin-top: 26px;
}
@media screen and (max-width: 768px) {
  .p-top-contact__bg {
    aspect-ratio: 320/594;
    margin-top: 22px;
  }
}

@-webkit-keyframes slideSteps {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  25% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  50% {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
  75% {
    -webkit-transform: translateX(-300%);
            transform: translateX(-300%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  } /* ループ */
}

@keyframes slideSteps {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  25% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  50% {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
  75% {
    -webkit-transform: translateX(-300%);
            transform: translateX(-300%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  } /* ループ */
}
.c-heading-set__main {
  display: inline-block;
  overflow: hidden;
}

.c-heading-set__main .line {
  display: block;
}

.c-heading-set__main .char {
  display: inline-block;
  opacity: 0;
  -webkit-transform: translateY(8px);
          transform: translateY(8px);
}

/* JS で is-visible が付いた文字だけ点滅しながら出る */
.c-heading-set__main .char.is-visible {
  -webkit-animation: blinkIn 0.45s ease-out forwards;
          animation: blinkIn 0.45s ease-out forwards;
}

@-webkit-keyframes blinkIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  40% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  60% {
    opacity: 0.4; /* 一瞬だけ暗くして点滅感 */
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes blinkIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  40% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  60% {
    opacity: 0.4; /* 一瞬だけ暗くして点滅感 */
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* ============================================
   円形展開アニメーション用CSS
   これをstyle.cssの該当箇所に上書きしてください
   ============================================ */
@property --circle-size {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 0%;
}
.white-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 10000;
  pointer-events: none;
  -webkit-mask-image: radial-gradient(circle at 50% 50%, transparent 0%, transparent var(--circle-size), #fff var(--circle-size));
  mask-image: radial-gradient(circle at 50% 50%, transparent 0%, transparent var(--circle-size), #fff var(--circle-size));
}

.white-screen.animate {
  -webkit-animation: expandCircleMask 1.8s cubic-bezier(0.77, 0, 0.175, 1) forwards;
  animation: expandCircleMask 1.8s cubic-bezier(0.77, 0, 0.175, 1) forwards;
}

.white-screen.hide {
  display: none;
}

@-webkit-keyframes expandCircleMask {
  0% {
    --circle-size: 0%;
  }
  100% {
    --circle-size: 150%;
  }
}
@keyframes expandCircleMask {
  0% {
    --circle-size: 0%;
  }
  100% {
    --circle-size: 150%;
  }
}
/* 共通フェード */
.c-fade,
.c-fade-no-shift > * {
  opacity: 0;
  -webkit-transform: translateX(-24px);
          transform: translateX(-24px);
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease, -webkit-transform 0.6s ease;
  will-change: opacity, transform;
}

/* 通常の inview */
.c-fade.is-inview,
.c-fade-no-shift.is-inview > * {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.u-pt0 {
  padding-top: 0 !important;
}

.u-mr16 {
  margin-right: 16px !important;
}

.u-mt0 {
  margin-top: 0 !important;
}

.u-mt5 {
  margin-top: 5px !important;
}

.u-mt10 {
  margin-top: 10px !important;
}

.u-mt15 {
  margin-top: 15px !important;
}

.u-mt20 {
  margin-top: 20px !important;
}

.u-mt25 {
  margin-top: 25px !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

.u-mt35 {
  margin-top: 35px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-mt50 {
  margin-top: 50px !important;
}

.u-mb0 {
  margin-bottom: 0 !important;
}

.u-mb5 {
  margin-bottom: 5px !important;
}

.u-mb10 {
  margin-bottom: 10px !important;
}

.u-mb15 {
  margin-bottom: 15px !important;
}

.u-mb20 {
  margin-bottom: 20px !important;
}

.u-mb25 {
  margin-bottom: 25px !important;
}

.u-mb30 {
  margin-bottom: 30px !important;
}

.u-mb35 {
  margin-bottom: 35px !important;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

.u-mr0 {
  margin-right: 0 !important;
}

@media screen and (max-width: 768px) {
  .u-smt0 {
    margin-top: 0 !important;
  }
  .u-smt5 {
    margin-top: 5px !important;
  }
  .u-smt10 {
    margin-top: 10px !important;
  }
  .u-smt15 {
    margin-top: 15px !important;
  }
  .u-smt20 {
    margin-top: 20px !important;
  }
  .u-smb0 {
    margin-bottom: 0 !important;
  }
  .u-smb5 {
    margin-bottom: 5px !important;
  }
  .u-smb10 {
    margin-bottom: 10px !important;
  }
  .u-smb15 {
    margin-bottom: 15px !important;
  }
  .u-smb20 {
    margin-bottom: 20px !important;
  }
  .u-sml0 {
    margin-left: 0 !important;
  }
}
.u-w03per {
  width: 3% !important;
}

.u-w05per {
  width: 5% !important;
}

.u-w10per {
  width: 10% !important;
}

.u-w13per {
  width: 13% !important;
}

.u-w15per {
  width: 15% !important;
}

.u-w20per {
  width: 20% !important;
}

.u-w23per {
  width: 23% !important;
}

.u-w25per {
  width: 25% !important;
}

.u-w30per {
  width: 30% !important;
}

.u-w33per {
  width: 33% !important;
}

.u-w35per {
  width: 35% !important;
}

.u-w40per {
  width: 40% !important;
}

.u-w43per {
  width: 43% !important;
}

.u-w45per {
  width: 45% !important;
}

.u-w50per {
  width: 50% !important;
}

.u-w53per {
  width: 53% !important;
}

.u-w55per {
  width: 55% !important;
}

.u-w60per {
  width: 60% !important;
}

.u-w63per {
  width: 63% !important;
}

.u-w65per {
  width: 65% !important;
}

.u-w70per {
  width: 70% !important;
}

.u-w73per {
  width: 73% !important;
}

.u-w75per {
  width: 75% !important;
}

.u-w80per {
  width: 80% !important;
}

.u-w83per {
  width: 83% !important;
}

.u-w85per {
  width: 85% !important;
}

.u-w90per {
  width: 90% !important;
}

.u-w93per {
  width: 93% !important;
}

.u-w95per {
  width: 95% !important;
}

.u-table-fixed {
  table-layout: fixed;
}

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

.u-text-left {
  text-align: left;
}

@media screen and (max-width: 768px) {
  .s-text-center {
    text-align: center;
  }
}

/* background
--------------------------------------------------------------*/
.u-bg-blue {
  background: #F4F8FF;
}

/* hidden
--------------------------------------------------------------*/
.u-xl-only {
  display: none;
}
@media screen and (max-width: 992px) {
  .u-xl-only {
    display: block;
  }
}

.u-xl-hidden {
  display: block;
}
@media screen and (max-width: 992px) {
  .u-xl-hidden {
    display: none;
  }
}

.u-md-only {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-md-only {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .u-md-only--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.u-md-hidden {
  display: block;
}
@media screen and (max-width: 768px) {
  .u-md-hidden {
    display: none;
  }
}
.u-md-hidden--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .u-md-hidden--flex {
    display: none;
  }
}