/*! destyle.css v4.0.1 | 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;
  min-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;
  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, 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, 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 */
}

/**
 * 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;
}

/**
 * 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 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * 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;
}

:root {
  interpolate-size: allow-keywords;
}

html {
  scroll-behavior: smooth;
  font-size: 0.7320644217vw;
}
@media (min-width: 1367px) {
  html {
    font-size: 62.5%;
  }
}
@media (max-width: 990px) {
  html {
    font-size: 2.5641025641vw;
  }
}

body {
  color: #1a1a1a;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
}
@media (max-width: 990px) {
  body.is-open {
    overflow: hidden;
  }
}

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

.is-pc {
  display: block;
}
@media (max-width: 990px) {
  .is-pc {
    display: none;
  }
}

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

.skip-link {
  position: absolute;
  top: -2em;
  left: 0;
  z-index: -1;
  padding: 0.2rem 0.4rem;
  background: #3d3d3d;
  color: #fff;
  font-size: 1.2rem;
}
.skip-link:focus {
  top: 0;
  z-index: 1;
}

.fadeInUp {
  opacity: 0;
  transition: opacity 1s ease-out, transform 0.5s ease-out;
  transform: translateY(2rem);
}
.fadeInUp.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.fadeIn {
  opacity: 0;
  transition: opacity 1s ease-out;
}
.fadeIn.is-visible {
  opacity: 1;
}

.fv {
  position: relative;
  margin-top: 80px;
  padding: 7.7rem 0 0 0;
  height: calc(100svh - 80px);
}
@media (max-width: 990px) {
  .fv {
    margin-top: 60px;
    padding: 4.4rem 0 0 0;
    min-height: calc(100svh - 60px);
  }
}
.fv::before {
  position: absolute;
  top: -0.3rem;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: url(../img/fv_bg.webp) no-repeat center top/100% auto;
  content: "";
}
@media (max-width: 990px) {
  .fv::before {
    background: url(../img/fv_bg_sp.webp) no-repeat center top/cover;
  }
}

.fv__titleJ {
  margin-left: 9.9rem;
  background: linear-gradient(90deg, #1273d9 1.02%, #1273d9 4.63%, #1a1a1a 50.11%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-weight: 700;
  font-size: 7.342rem;
}
@media (max-width: 990px) {
  .fv__titleJ {
    margin-left: 3.1rem;
    font-size: 4.8rem;
    line-height: 1.25;
  }
}

.fv__text {
  margin: 2.5rem auto 4.4rem 10.1rem;
  font-weight: 700;
  font-size: 2.2rem;
}
@media (max-width: 990px) {
  .fv__text {
    margin: 1.4rem auto 6.1rem 3.4rem;
    font-size: 2rem;
    line-height: 1.5;
  }
}

.fv__titleE {
  margin: 0 0 -13.9rem 9.9rem;
  color: #fff;
  letter-spacing: -0.02em;
  font-weight: 500;
  font-size: 12.5rem;
  font-family: "Roboto Condensed", sans-serif;
}
@media (max-width: 990px) {
  .fv__titleE {
    margin: 0 0 -12.8rem 2.1rem;
    font-size: 5rem;
    line-height: 1.08;
  }
}

.fv__image {
  position: absolute;
  z-index: -1;
  display: block;
  width: calc(100% - 5.1rem);
  aspect-ratio: 1315/768;
}
@media (max-width: 990px) {
  .fv__image {
    width: calc(100% - 2.4rem);
    aspect-ratio: auto;
  }
}
.fv__image::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 42.2rem;
  border-radius: 0 3rem 0 0;
  background: linear-gradient(180deg, #1273d9 0%, rgba(255, 255, 255, 0) 68.48%);
  content: "";
}
.fv__image.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
}
.fv__image img {
  min-height: 100vh;
  width: 100%;
  border-top-right-radius: 3rem;
  object-fit: cover;
}

.about {
  position: relative;
  background: linear-gradient(180deg, rgba(18, 115, 217, 0) 0%, #1273d9 40%);
}

.about__anchor {
  position: absolute;
  top: -16rem;
}
@media (max-width: 990px) {
  .about__anchor {
    top: -10rem;
  }
}

.about__inner {
  margin: 0 auto;
  max-width: 112rem;
}

.about__boxTitle {
  display: flex;
  gap: 1.2rem;
  align-items: center;
  flex-direction: column;
}
@media (max-width: 990px) {
  .about__boxTitle {
    gap: 0.9rem;
  }
}
.about__boxTitle .about__titleJ {
  order: 2;
  color: #fff;
  font-weight: 700;
  font-size: 2.4rem;
}
@media (max-width: 990px) {
  .about__boxTitle .about__titleJ {
    font-size: 2rem;
  }
}
.about__boxTitle .about__titleE {
  order: 1;
  color: #fff;
  letter-spacing: -0.02em;
  font-weight: 500;
  font-size: 8rem;
  font-family: "Roboto Condensed", sans-serif;
}
@media (max-width: 990px) {
  .about__boxTitle .about__titleE {
    font-size: 5rem;
  }
}

.about__boxText {
  display: flex;
  gap: 3.3rem;
  flex-direction: column;
  margin-top: 6.7rem;
}
@media (max-width: 990px) {
  .about__boxText {
    gap: 3rem;
    margin-top: 3.5rem;
  }
}
.about__boxText .about__titleSub {
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 1.5;
}
@media (max-width: 990px) {
  .about__boxText .about__titleSub {
    font-size: 2.4rem;
    line-height: 1.4166666667;
  }
}
.about__boxText .about__text {
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.6666666667;
}
@media (max-width: 990px) {
  .about__boxText .about__text {
    font-size: 2rem;
    line-height: 1.6;
  }
}

.about__titleList {
  margin-top: 6.8rem;
  padding: 1.45rem;
  border-radius: 0.6rem;
  background: #e8ff16;
  text-align: center;
  font-weight: 700;
  font-size: 3.2rem;
}
@media (max-width: 990px) {
  .about__titleList {
    margin: 4.5rem 2.4rem 0;
    padding: 1.6rem;
    font-size: 1.8rem;
  }
}

.about__list {
  display: flex;
  gap: 2.2rem 2.4rem;
  flex-wrap: wrap;
  margin: 5.5rem auto 5.1rem;
}
@media (max-width: 990px) {
  .about__list {
    gap: 0.8rem;
    margin: 2.3rem 2.4rem 3.3rem;
  }
}
.about__list .about__list__item {
  display: flex;
  gap: 2.2rem;
  align-items: center;
  padding: 1.9rem 4rem 1.9rem 3.5rem;
  border: 1px solid #fff;
  border-radius: 2rem 2rem 2rem 0;
  color: #fff;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.4166666667;
}
@media (max-width: 990px) {
  .about__list .about__list__item {
    gap: 1.6rem;
    margin: 0 auto !important;
    padding: 1.4rem 2.4rem;
    font-size: 2rem;
    line-height: 1.5;
  }
}
.about__list .about__list__item::before {
  flex-shrink: 0;
  width: 4rem;
  height: 4rem;
  background: url(../img/icon_check_yellow.svg) no-repeat center center/contain;
  content: "";
}
@media (max-width: 990px) {
  .about__list .about__list__item::before {
    width: 3.2rem;
    height: 3.2rem;
  }
}
.about__list .about__list__item:nth-child(3) {
  margin-left: 12rem;
}

.about__result {
  position: relative;
  display: flex;
  justify-content: center;
  max-height: 62rem;
  width: 100%;
  background: url(../img/about_bg.webp) no-repeat center top/100% auto;
  aspect-ratio: 1366/620;
}
@media (max-width: 990px) {
  .about__result {
    aspect-ratio: 390/177;
  }
}

.about__result__text {
  position: relative;
  z-index: 1;
  padding-top: 16.5rem;
  background: linear-gradient(90deg, #1273d9 0.06%, #1a1a1a 48.08%, #1273d9 97.06%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-align: center;
  font-weight: 700;
  font-size: 4.8rem;
  line-height: 1.4375;
}
@media (max-width: 990px) {
  .about__result__text {
    padding-top: 5.4rem;
    font-size: 2.4rem;
    line-height: 1.5416666667;
  }
}

.service {
  position: relative;
  margin-top: -10.3rem;
  padding: 0 0 16rem;
  background-color: #fff;
}
@media (max-width: 990px) {
  .service {
    margin-top: 4.8rem;
    padding: 0 2.4rem 5.8rem;
  }
}
.service::before {
  position: absolute;
  top: -33.1rem;
  left: 0;
  width: 100%;
  height: 33.1rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
  content: "";
}
@media (max-width: 990px) {
  .service::before {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 60%, #fff 85%);
  }
}

.service__anchor {
  position: absolute;
  top: -20rem;
}
@media (max-width: 990px) {
  .service__anchor {
    top: -10rem;
  }
}

.service__inner {
  margin: 0 auto;
  max-width: 112rem;
}

.service__boxTitle {
  position: relative;
  display: inline-flex;
  gap: 1.2rem;
  flex-direction: column;
  flex-shrink: 0;
}
@media (max-width: 990px) {
  .service__boxTitle {
    display: flex;
    gap: 0.9rem;
    align-items: center;
  }
}
.service__boxTitle .service__titleJ {
  order: 2;
  color: #1273d9;
  font-weight: 700;
  font-size: 2.4rem;
}
@media (max-width: 990px) {
  .service__boxTitle .service__titleJ {
    font-size: 2rem;
  }
}
.service__boxTitle .service__titleE {
  order: 1;
  background: linear-gradient(90deg, #1273d9 1.02%, #1273d9 4.63%, #1a1a1a 50.11%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  letter-spacing: -0.02em;
  font-weight: 500;
  font-size: 8rem;
  font-family: "Roboto Condensed", sans-serif;
}
@media (max-width: 990px) {
  .service__boxTitle .service__titleE {
    font-size: 5rem;
  }
}

.service__text {
  position: absolute;
  bottom: -0.9rem;
  left: 35rem;
  order: 3;
  white-space: nowrap;
  font-size: 2rem;
  line-height: 1.8;
}
@media (max-width: 990px) {
  .service__text {
    position: relative;
    bottom: auto;
    left: auto;
    margin-top: 3.3rem;
    white-space: normal;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}

.service__category {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.6rem;
  margin: 4.6rem auto 0;
}
@media (max-width: 990px) {
  .service__category {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.6rem;
    margin: 1.7rem auto 0;
  }
}
.service__category .service__category__item {
  display: flex;
  align-items: center;
  padding: 0 0.7rem 0 1.4rem;
  background-color: #ecf2f7;
}
@media (max-width: 990px) {
  .service__category .service__category__item {
    padding: 0.6rem 0.8rem 0.6rem 0.6rem;
  }
}
.service__category .service__category__item .title {
  flex: 1;
  text-align: center;
  font-weight: 700;
  font-size: 1.6rem;
}
@media (max-width: 990px) {
  .service__category .service__category__item .title {
    font-size: 1.2rem;
  }
}
@media (max-width: 990px) {
  .service__category .service__category__item .icon {
    width: 2.8rem;
    height: 2.8rem;
  }
}

.service__list {
  display: flex;
  gap: 3.5rem;
  flex-direction: column;
  margin: 3.1rem auto 0;
}
@media (max-width: 990px) {
  .service__list {
    gap: 6.4rem;
    margin: 6.3rem auto 0;
  }
}
.service__list .service__list__item {
  display: flex;
  gap: 7rem;
  justify-content: space-between;
}
@media (max-width: 990px) {
  .service__list .service__list__item {
    gap: 2.7rem;
    flex-direction: column;
  }
}
.service__list .service__list__item .boxImage {
  flex-shrink: 0;
}
.service__list .service__list__item .boxImage img {
  border-radius: 1rem;
}
.service__list .service__list__item .boxText {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.service__list .service__list__item .number {
  color: #1273d9;
  letter-spacing: -0.02em;
  font-weight: 500;
  font-size: 3rem;
  font-family: "Roboto Condensed", sans-serif;
}
@media (max-width: 990px) {
  .service__list .service__list__item .number {
    font-size: 2rem;
  }
}
.service__list .service__list__item .title {
  margin-top: 1.2rem;
  color: #1a1a1a;
  white-space: nowrap;
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 1.3125;
}
@media (max-width: 990px) {
  .service__list .service__list__item .title {
    margin-top: 0.5rem;
    white-space: normal;
    font-size: 2.4rem;
    line-height: 1.4166666667;
  }
}
.service__list .service__list__item .text {
  margin-top: 1.6rem;
  font-size: 1.6rem;
  line-height: 1.625;
}
@media (max-width: 990px) {
  .service__list .service__list__item .text {
    margin-top: 0.8rem;
    font-size: 1.4rem;
    line-height: 1.5714285714;
  }
}
.service__list .service__list__item .text-border {
  margin-top: 1.8rem;
  padding: 2rem 0;
  border: 1px solid #d4d4d4;
  text-align: center;
  font-weight: bold;
  font-size: 1.6rem;
}
@media (max-width: 990px) {
  .service__list .service__list__item .text-border {
    margin-top: 2.4rem;
    padding: 1.2rem 2.5rem;
    text-align: left;
    font-size: 1.4rem;
    line-height: 1.5714285714;
  }
}
.service__list .service__list__item .link a {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin-top: 2.4rem;
  padding: 1.9rem 5.8rem;
  border: 1px solid #1273d9;
  border-radius: 5rem;
  text-align: center;
  font-weight: bold;
  font-size: 1.6rem;
  transition: 0.3s ease-in-out;
}
@media (max-width: 990px) {
  .service__list .service__list__item .link a {
    display: flex;
    justify-content: center;
    margin-top: 3rem;
  }
}
.service__list .service__list__item .link a::after {
  position: absolute;
  right: 1.8rem;
  width: 1.6rem;
  height: 1.6rem;
  background: url(../img/icon_arrow_blue.svg) no-repeat center center/contain;
  content: "";
  transition: 0.3s ease-in-out;
}
@media (max-width: 990px) {
  .service__list .service__list__item .link a::after {
    right: 2.2rem;
  }
}
@media (hover: hover) {
  .service__list .service__list__item .link a:hover {
    background-color: #1273d9;
    color: #fff;
  }
  .service__list .service__list__item .link a:hover::after {
    background: url(../img/icon_arrow_white.svg) no-repeat center center/contain;
  }
}
@media (min-width: 991px) {
  .service__list .service__list__item:nth-child(odd) .boxImage {
    order: 2;
  }
  .service__list .service__list__item:nth-child(odd) .boxText {
    order: 1;
  }
}

.strength {
  position: relative;
  padding: 8.8rem 0 11.6rem;
  border-radius: 1rem;
  background: #1273d9 url(../img/strength_bg.webp) no-repeat center top/100% auto;
}
@media (max-width: 990px) {
  .strength {
    padding: 6.6rem 2.4rem 7.4rem;
    background-image: url(../img/strength_bg_sp.webp);
  }
}

.strength__anchor {
  position: absolute;
  top: -8rem;
}
@media (max-width: 990px) {
  .strength__anchor {
    top: -3.2rem;
  }
}

.strength__inner {
  margin: 0 auto;
  max-width: 112rem;
}

.strength__boxTitle {
  display: flex;
  gap: 1.2rem;
  flex-direction: column;
}
@media (max-width: 990px) {
  .strength__boxTitle {
    gap: 0.9rem;
    align-items: center;
  }
}
.strength__boxTitle .strength__titleJ {
  order: 2;
  color: #fff;
  font-weight: 700;
  font-size: 2.4rem;
}
@media (max-width: 990px) {
  .strength__boxTitle .strength__titleJ {
    font-size: 2rem;
  }
}
.strength__boxTitle .strength__titleE {
  order: 1;
  color: #fff;
  letter-spacing: -0.02em;
  font-weight: 500;
  font-size: 8rem;
  font-family: "Roboto Condensed", sans-serif;
}
@media (max-width: 990px) {
  .strength__boxTitle .strength__titleE {
    font-size: 5rem;
  }
}

.strength__list {
  display: flex;
  gap: 3rem;
  flex-direction: column;
  margin-top: 5.3rem;
}
@media (max-width: 990px) {
  .strength__list {
    margin-top: 3.6rem;
  }
}
.strength__list .strength__list__item {
  position: relative;
  padding: 7.1rem 7.5rem 0;
  border-radius: 1rem;
  background: linear-gradient(141deg, #fff 22.5%, #dae8fe 105.01%);
  box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.25);
}
@media (max-width: 990px) {
  .strength__list .strength__list__item {
    padding: 3.4rem 2.4rem 0;
  }
}
.strength__list .strength__list__item .boxText {
  display: flex;
  gap: 1.4rem;
  flex-direction: column;
}
@media (max-width: 990px) {
  .strength__list .strength__list__item .boxText {
    gap: 0.6rem;
  }
}
.strength__list .strength__list__item .number {
  color: #1273d9;
  letter-spacing: -0.02em;
  font-weight: 500;
  font-size: 3rem;
  font-family: "Roboto Condensed", sans-serif;
}
@media (max-width: 990px) {
  .strength__list .strength__list__item .number {
    font-size: 2rem;
  }
}
.strength__list .strength__list__item .title {
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 1.3125;
}
@media (max-width: 990px) {
  .strength__list .strength__list__item .title {
    white-space: nowrap;
    font-size: 2.4rem;
    line-height: 1.4166666667;
  }
}
.strength__list .strength__list__item .title strong {
  color: #1273d9;
  font-weight: 700;
}
.strength__list .strength__list__item .text {
  white-space: nowrap;
  font-size: 1.6rem;
  line-height: 1.625;
}
@media (max-width: 990px) {
  .strength__list .strength__list__item .text {
    white-space: normal;
    font-size: 1.4rem;
    line-height: 1.5714285714;
  }
}
.strength__list .strength__list__item .image {
  flex-shrink: 0;
}
.strength__list .strength__list__item--01 {
  padding-bottom: 6rem;
}
@media (max-width: 990px) {
  .strength__list .strength__list__item--01 {
    padding-bottom: 3.2rem;
  }
}
@media (max-width: 990px) {
  .strength__list .strength__list__item--01 .title {
    letter-spacing: -0.03em;
  }
}
.strength__list .strength__list__item--01 .cause {
  position: relative;
  display: flex;
  gap: 1.9rem;
  flex-direction: column;
  margin: 3.5rem auto 0;
  padding: 4.9rem 3.4rem 4.2rem 5.9rem;
  min-height: 39.4rem;
  border-radius: 1rem;
  background-color: #fff;
}
@media (max-width: 990px) {
  .strength__list .strength__list__item--01 .cause {
    gap: 1.4rem;
    margin: 2rem auto 0;
    padding: 3.4rem 2.4rem 3.5rem 2.4rem;
  }
}
.strength__list .strength__list__item--01 .cause .cause__item {
  display: flex;
  gap: 1.6rem;
}
.strength__list .strength__list__item--01 .cause .cause__title {
  color: #1273d9;
  font-weight: 700;
  font-size: 2.4rem;
}
@media (max-width: 990px) {
  .strength__list .strength__list__item--01 .cause .cause__title {
    font-size: 2rem;
    line-height: 1.2;
  }
}
.strength__list .strength__list__item--01 .cause .cause__text {
  font-weight: 700;
  font-size: 2rem;
}
@media (max-width: 990px) {
  .strength__list .strength__list__item--01 .cause .cause__text {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.strength__list .strength__list__item--01 .cause .cause__list {
  display: flex;
  gap: 1rem;
  flex-direction: column;
}
@media (max-width: 990px) {
  .strength__list .strength__list__item--01 .cause .cause__list {
    gap: 1.5rem;
  }
}
.strength__list .strength__list__item--01 .cause .cause__list__item {
  display: flex;
  gap: 1.6rem;
  align-items: center;
}
@media (max-width: 990px) {
  .strength__list .strength__list__item--01 .cause .cause__list__item {
    gap: 0.4rem;
    flex-direction: column;
  }
}
.strength__list .strength__list__item--01 .cause .cause__list__title {
  display: grid;
  min-width: 13rem;
  min-height: 4.8rem;
  border-radius: 0.6rem;
  background-color: #1a1a1a;
  color: #fff;
  font-weight: 700;
  font-size: 2.4rem;
  place-items: center;
}
@media (max-width: 990px) {
  .strength__list .strength__list__item--01 .cause .cause__list__title {
    min-height: 2.9rem;
    max-width: inherit;
    width: 100%;
    font-size: 1.6rem;
  }
}
.strength__list .strength__list__item--01 .cause .cause__list__text {
  font-weight: 700;
  font-size: 2rem;
}
@media (max-width: 990px) {
  .strength__list .strength__list__item--01 .cause .cause__list__text {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.strength__list .strength__list__item--01 .cause .cause__list__text strong {
  color: #1273d9;
}
.strength__list .strength__list__item--01 .cause .cause__image {
  position: absolute;
  top: 5.8rem;
  right: 3.4rem;
}
@media (max-width: 990px) {
  .strength__list .strength__list__item--01 .cause .cause__image {
    position: relative;
    top: auto;
    right: auto;
    margin-top: 1rem;
    width: 23.8rem;
  }
}
.strength__list .strength__list__item--01 .cause .cause__image figcaption {
  margin-top: 1.5rem;
  text-align: center;
  font-size: 1.4rem;
}
@media (max-width: 990px) {
  .strength__list .strength__list__item--01 .cause .cause__image figcaption {
    margin-top: 1.8rem;
    font-size: 1.2rem;
  }
}
.strength__list .strength__list__item--01 .textResult {
  margin: 3rem 0 0;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.5;
}
@media (max-width: 990px) {
  .strength__list .strength__list__item--01 .textResult {
    margin: 2.6rem auto 0 2.5rem;
    font-size: 2rem;
    line-height: 1.5;
  }
}
.strength__list .strength__list__item--02 {
  display: flex;
  gap: 7.2rem;
  padding-bottom: 3.7rem;
}
@media (max-width: 990px) {
  .strength__list .strength__list__item--02 {
    gap: 1.3rem;
    flex-direction: column;
    padding-bottom: 4.3rem;
  }
}
.strength__list .strength__list__item--02 .image {
  margin-top: -5rem;
  text-align: center;
}
@media (max-width: 990px) {
  .strength__list .strength__list__item--02 .image {
    margin: 0 auto;
    width: 27.2rem;
  }
}
.strength__list .strength__list__item--02 .image figcaption {
  margin-top: 0.8rem;
  font-weight: 700;
  font-size: 1.6rem;
}
.strength__list .strength__list__item--02 .image a {
  text-decoration: underline;
}
@media (hover: hover) {
  .strength__list .strength__list__item--02 .image a:hover {
    text-decoration: none;
  }
}
.strength__list .strength__list__item--03 {
  padding-bottom: 12.9rem;
  min-height: 88rem;
}
@media (max-width: 990px) {
  .strength__list .strength__list__item--03 {
    padding-bottom: 4rem;
  }
}
.strength__list .strength__list__item--03 .image {
  position: absolute;
  right: 8.8rem;
  bottom: 11.7rem;
}
@media (max-width: 990px) {
  .strength__list .strength__list__item--03 .image {
    position: relative;
    right: auto;
    bottom: auto;
    margin: 0.4rem auto 0;
    width: 20.6rem;
  }
}
.strength__list .strength__list__item--03 .bases {
  display: flex;
  gap: 2.2rem;
  flex-direction: column;
  margin-top: 4.8rem;
}
@media (max-width: 990px) {
  .strength__list .strength__list__item--03 .bases {
    gap: 1.5rem;
    margin-top: 2rem;
  }
}
.strength__list .strength__list__item--03 .bases .bases__item {
  display: flex;
  gap: 0.9rem;
  flex-direction: column;
}
@media (max-width: 990px) {
  .strength__list .strength__list__item--03 .bases .bases__item {
    gap: 0.4rem;
  }
}
.strength__list .strength__list__item--03 .bases .bases__title {
  color: #1273d9;
  font-weight: 700;
  font-size: 2rem;
}
@media (max-width: 990px) {
  .strength__list .strength__list__item--03 .bases .bases__title {
    font-size: 1.6rem;
  }
}
.strength__list .strength__list__item--03 .bases .bases__text {
  font-size: 1.6rem;
  line-height: 1.5;
}
@media (max-width: 990px) {
  .strength__list .strength__list__item--03 .bases .bases__text {
    font-size: 1.4rem;
    line-height: 1.5714285714;
  }
}

.company {
  position: relative;
  padding: 16.2rem 0 15.4rem;
  background-color: #fff;
}
@media (max-width: 990px) {
  .company {
    padding: 6.8rem 2.4rem 6.2rem;
  }
}

.company__anchor {
  position: absolute;
  top: 0;
}
@media (max-width: 990px) {
  .company__anchor {
    top: -4.8rem;
  }
}

.company__inner {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 112rem;
}
@media (max-width: 990px) {
  .company__inner {
    flex-direction: column;
  }
}

.company__boxTitle {
  display: inline-flex;
  gap: 1.2rem;
  flex-direction: column;
  flex-shrink: 0;
}
@media (max-width: 990px) {
  .company__boxTitle {
    gap: 0.9rem;
    align-items: center;
  }
}
.company__boxTitle .company__titleJ {
  order: 2;
  color: #1273d9;
  font-weight: 700;
  font-size: 2.4rem;
}
@media (max-width: 990px) {
  .company__boxTitle .company__titleJ {
    font-size: 2rem;
  }
}
.company__boxTitle .company__titleE {
  order: 1;
  background: linear-gradient(90deg, #1273d9 1.02%, #1273d9 4.63%, #1a1a1a 50.11%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  letter-spacing: -0.02em;
  font-weight: 500;
  font-size: 8rem;
  font-family: "Roboto Condensed", sans-serif;
}
@media (max-width: 990px) {
  .company__boxTitle .company__titleE {
    font-size: 5rem;
  }
}

.company__list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 7rem;
  max-width: 67.5rem;
}
@media (max-width: 990px) {
  .company__list {
    flex-direction: column;
    margin-top: 4.2rem;
  }
}
.company__list .company__list__title {
  padding: 2.2rem 0;
  width: 15.4rem;
  border-bottom: 1px solid #d3d3d3;
  color: #1273d9;
  font-weight: 700;
  font-size: 2rem;
}
@media (max-width: 990px) {
  .company__list .company__list__title {
    padding: 0;
    border: none;
    font-size: 1.6rem;
  }
}
.company__list .company__list__text {
  padding: 2.15rem 0;
  width: calc(100% - 15.4rem);
  border-bottom: 1px solid #d3d3d3;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media (max-width: 990px) {
  .company__list .company__list__text {
    margin-bottom: 1.2rem;
    padding: 0.8rem 0 1.2rem;
    width: auto;
    font-size: 1.4rem;
    line-height: 1.5714285714;
  }
}
.company__list .company__list__text ul {
  margin-left: 1.5em;
  list-style: disc;
}

.contact {
  background-color: #fff;
}
@media (max-width: 990px) {
  .contact {
    padding: 0 2.4rem;
  }
}

.contact__inner {
  display: flex;
  gap: 4.7rem;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  padding-bottom: 1.6rem;
  min-height: 43.5rem;
  max-width: 112rem;
  border-radius: 1rem;
  background: #1273d9 url(../img/contact_bg.webp) no-repeat center center/cover;
}
@media (max-width: 990px) {
  .contact__inner {
    gap: 3.3rem;
    padding-bottom: 1.3rem;
    min-height: 35.6rem;
    background-image: url(../img/contact_bg_sp.webp);
  }
}

.contact__title {
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 3.8rem;
  line-height: 1.6052631579;
}
@media (max-width: 990px) {
  .contact__title {
    font-size: 2.4rem;
    line-height: 1.5416666667;
  }
}

.contact__button {
  margin: 0 auto;
  width: 38.9rem;
  height: 7.4rem;
}
@media (max-width: 990px) {
  .contact__button {
    max-width: 29.4rem;
    height: 7.6rem;
  }
}
.contact__button a {
  display: flex;
  gap: 0.7rem;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border: 1px solid #e8ff16;
  border-radius: 5rem;
  background: #e8ff16;
  box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.25);
  font-weight: 700;
  font-size: 2rem;
  transition: 0.3s ease-in-out;
}
@media (max-width: 990px) {
  .contact__button a {
    font-size: 1.6rem;
  }
}
.contact__button a::before {
  top: 0;
  left: 0;
  width: 2rem;
  height: 2rem;
  background: url(../img/icon_email_black.svg) no-repeat center center/contain;
  content: "";
  transition: 0.3s ease-in-out;
}
@media (hover: hover) {
  .contact__button a:hover {
    border: 1px solid #fff;
    background-color: #1273d9;
    color: #fff;
  }
  .contact__button a:hover::before {
    background: url(../img/icon_email_white.svg) no-repeat center center/contain;
  }
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 80px;
  background-color: #fff;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
}
@media (max-width: 990px) {
  .l-header {
    height: 60px;
  }
}

.l-header__boxMenu {
  display: flex;
  gap: min(60px, 6rem);
  align-items: center;
}

.l-header__logo {
  margin: 0 26px;
  width: 75px;
  height: 46px;
}
@media (max-width: 990px) {
  .l-header__logo {
    margin: 0 16px;
    width: 55px;
    height: 34px;
  }
}
.l-header__logo img {
  width: 100%;
  height: auto;
}

.l-header__button {
  position: fixed;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  cursor: pointer;
}
@media (max-width: 990px) {
  .l-header__button {
    display: flex;
  }
}
.l-header__button span {
  position: absolute;
  display: block;
  width: 24px;
  height: 2px;
  background: #1a1a1a;
  transition: 0.3s ease-in-out;
}
.l-header__button span:nth-child(1) {
  margin-bottom: 16px;
}
.l-header__button span:nth-child(2) {
  margin-right: 6px;
  width: 18px;
}
.l-header__button span:nth-child(3) {
  margin-top: 16px;
  margin-right: 12px;
  width: 12px;
}
.is-open .l-header__button span:nth-child(1) {
  margin: 0;
  width: 24px;
  transform: rotate(135deg);
}
.is-open .l-header__button span:nth-child(2) {
  width: 0;
}
.is-open .l-header__button span:nth-child(3) {
  margin: 0;
  width: 24px;
  transform: rotate(-135deg);
}

.l-header__nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media (max-width: 990px) {
  .l-header__nav {
    position: fixed;
    position: fixed;
    top: 60px;
    left: 0;
    overflow-y: auto;
    max-height: calc(100dvh - 60px);
    width: 100%;
    opacity: 0;
    pointer-events: none;
  }
  .is-open .l-header__nav {
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
    pointer-events: all;
  }
}

@media (max-width: 990px) {
  .l-header__nav__inner {
    padding: 44px min(48px, 4.8rem) 54px;
    width: 100%;
    background-color: #1162b8;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
  }
}

.l-header__nav__list {
  display: flex;
  gap: min(60px, 6rem);
}
@media (max-width: 990px) {
  .l-header__nav__list {
    gap: 35px;
    flex-direction: column;
  }
}
.l-header__nav__list .l-header__nav__item a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 500;
  font-size: 16px;
  transition: color 0.3s ease-in-out;
}
@media (max-width: 990px) {
  .l-header__nav__list .l-header__nav__item a {
    color: #fff;
    font-size: 20px;
  }
  .l-header__nav__list .l-header__nav__item a::after {
    width: 20px;
    height: 20px;
    background: url(../img/icon_arrow_white.svg) no-repeat center center/contain;
    content: "";
  }
}
@media (hover: hover) {
  .l-header__nav__list .l-header__nav__item a:hover {
    color: #1273d9;
  }
}

.l-header__contact {
  display: flex;
  gap: 11px;
  align-items: center;
  justify-content: flex-end;
  padding: 25px;
  width: 205px;
  height: 80px;
  background-color: #e8ff16;
  font-weight: 700;
  font-size: 16px;
  transition: 0.3s ease-in-out;
  clip-path: polygon(20% 0%, 100% 0, 100% 100%, 0% 100%);
}
.l-header__contact::before {
  width: 20px;
  height: 20px;
  background: url(../img/icon_email_black.svg) no-repeat center center/contain;
  content: "";
  transition: 0.3s ease-in-out;
}
@media (hover: hover) {
  .l-header__contact:hover {
    background-color: #1273d9;
    color: #fff;
  }
  .l-header__contact:hover::before {
    background: url(../img/icon_email_white.svg) no-repeat center center/contain;
  }
}
@media (max-width: 990px) {
  .l-header__contact {
    position: absolute;
    top: 0;
    right: 60px;
    justify-content: center;
    padding: 0;
    width: 60px;
    height: 60px;
    clip-path: none;
  }
  .l-header__contact span {
    display: none;
  }
}

.l-footer {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 6.6rem 0 6.7rem;
  background-color: #fff;
}
@media (max-width: 990px) {
  .l-footer {
    padding: 4.1rem 0;
  }
}

.l-footer__logo {
  margin: 0 auto;
  width: 7.5rem;
  height: 4.6rem;
}
@media (max-width: 990px) {
  .l-footer__logo {
    width: 5.5rem;
    height: 3.4rem;
  }
}
.l-footer__logo img {
  width: 100%;
  height: auto;
}

.l-footer__link {
  display: flex;
  gap: 6rem;
  justify-content: center;
  margin: 3.9rem auto 0;
}
@media (max-width: 990px) {
  .l-footer__link {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem 6rem;
  }
}
.l-footer__link .l-footer__link__item a {
  font-size: 1.6rem;
}

.l-footer__copyright {
  margin: 6.6rem auto 0;
  color: #b8b0b0;
  font-size: 1.4rem;
}
@media (max-width: 990px) {
  .l-footer__copyright {
    margin: 3.8rem auto 0;
    font-size: 1rem;
  }
}

.l-footer__pagetop {
  position: fixed;
  right: 1.2rem;
  bottom: 1.4rem;
  display: grid;
  width: 5rem;
  height: 5rem;
  border-radius: 0.6rem;
  background-color: #767676;
  transition: 0.3s ease-in-out;
  place-items: center;
}
@media (max-width: 990px) {
  .l-footer__pagetop {
    bottom: 2.4rem;
    width: 3.6rem;
    height: 3.6rem;
  }
}
.l-footer__pagetop img {
  width: 0.8rem;
  height: auto;
}
@media (hover: hover) {
  .l-footer__pagetop:hover {
    background-color: #bbbaba;
  }
}