@charset "UTF-8";
/* resset.dev • v5.0.2 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
  color: inherit; /* Correct border color in Firefox. */
}

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

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

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

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

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

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

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

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit; /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0; /* Remove text indentation in Chrome, Edge, and Safari */
}

iframe {
  border-style: none;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

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

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

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

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

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

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

/* # =================================================================
  # add
  # ================================================================= */
ul {
  list-style: none;
}

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

a {
  display: block;
}

html {
  scroll-behavior: smooth;
}

body {
  position: relative;
  color: #222222;
  background-color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

a {
  text-decoration: none;
}
@media (hover: hover) {
  a:hover {
    opacity: 0.7;
  }
}

.pcVer {
  display: block;
}
@media screen and (max-width: 768px) {
  .pcVer {
    display: none;
  }
}

.spVer {
  display: block;
}
@media screen and (min-width: 769px) {
  .spVer {
    display: none;
  }
}

.page__title {
  display: grid;
  justify-items: center;
  gap: 0.625rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  font-size: 2.75rem;
  line-height: 1.3;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page__title {
    font-size: 1.875rem;
  }
}
.page__title::after {
  content: "";
  display: inline-block;
  width: 10rem;
  height: 0.375rem;
  background-color: #064A96;
}
@media screen and (max-width: 768px) {
  .page__title::after {
    width: 6.25rem;
  }
}

.head {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 5.625rem;
  z-index: 1000;
}
@media screen and (max-width: 768px) {
  .head {
    top: -2.5rem;
    height: 2.5rem;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
  }
}
@media screen and (max-width: 768px) {
  .head.is-active {
    top: 0;
  }
}
.head__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.875rem;
  width: 100%;
  height: 100%;
  padding: 1.25rem 1.875rem 1.25rem 1.25rem;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
@media screen and (max-width: 768px) {
  .head__inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
  }
}
.head__logo {
  width: 9.9375rem;
}
@media screen and (max-width: 768px) {
  .head__logo {
    width: 19.75rem;
  }
}
.head__nav {
  display: grid;
  grid-template-columns: 1fr minmax(auto, 15.625rem);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.875rem;
}
@media screen and (max-width: 768px) {
  .head__nav {
    display: none;
  }
}
.head__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.875rem;
}
.head__item a {
  color: #222222;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.04em;
}
.head__cta {
  position: relative;
  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;
  width: 100%;
  max-width: 15.625rem;
  height: 2.375rem;
  border: 2px solid transparent;
  border-radius: 9999px;
  color: #fff;
  background-color: #fff;
  letter-spacing: 0.05em;
  z-index: 2;
  overflow: hidden;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
.head__cta::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 0;
  margin: auto;
  padding-top: 100%;
  border-radius: 50%;
  background-image: -webkit-gradient(linear, left top, right top, from(#FF824B), to(#F25200));
  background-image: linear-gradient(to right, #FF824B, #F25200);
  opacity: 1;
  -webkit-transform: translateY(-50%) scale(1.1);
          transform: translateY(-50%) scale(1.1);
  -webkit-transition-delay: 0s, 0.4s;
          transition-delay: 0s, 0.4s;
  -webkit-transition: opacity 0.8s, -webkit-transform 0.6s ease-in-out;
  transition: opacity 0.8s, -webkit-transform 0.6s ease-in-out;
  transition: opacity 0.8s, transform 0.6s ease-in-out;
  transition: opacity 0.8s, transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
  z-index: -1;
  pointer-events: none;
}
.head__cta::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 11%;
  display: inline-block;
  width: 0.5625rem;
  height: 0.5625rem;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
@media (hover: hover) {
  .head__cta:hover {
    border-color: #FF824B;
    color: #FF824B;
    opacity: 1;
  }
  .head__cta:hover::before {
    opacity: 0;
    -webkit-transform: translateY(-50%) scale(0.1);
            transform: translateY(-50%) scale(0.1);
    -webkit-transition-delay: 0s, 0.4s;
            transition-delay: 0s, 0.4s;
    -webkit-transition: opacity 0.8s, -webkit-transform 0.6s ease-in-out;
    transition: opacity 0.8s, -webkit-transform 0.6s ease-in-out;
    transition: opacity 0.8s, transform 0.6s ease-in-out;
    transition: opacity 0.8s, transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
  }
  .head__cta:hover::after {
    border-color: #FF824B;
  }
}

.cta {
  padding: 2.5rem 1.25rem 3.75rem;
  background-color: #2362C1;
}
@media screen and (max-width: 768px) {
  .cta {
    padding: 1.25rem 0 1.5625rem;
  }
}
.cta__inner {
  text-align: center;
}
.cta__title {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding-inline: 1.25rem;
  color: #fff;
  font-size: 1.75rem;
}
@media screen and (max-width: 768px) {
  .cta__title {
    font-size: 1.5rem;
    line-height: 1.3;
  }
}
.cta__title .f-sm {
  font-size: 1.25rem;
  line-height: 1;
}
.cta__title .f-sm:nth-of-type(1) {
  margin-right: 0.625rem;
}
@media screen and (max-width: 768px) {
  .cta__title .f-sm:nth-of-type(1) {
    margin-right: 0.5rem;
  }
}
.cta__title .f-sm:nth-of-type(2) {
  margin-right: 0.25rem;
  margin-left: 0.625rem;
}
@media screen and (max-width: 768px) {
  .cta__title .f-sm:nth-of-type(2) {
    margin-right: 0;
    margin-left: 0.5rem;
  }
}
.cta__title::before, .cta__title::after {
  position: absolute;
  bottom: 0.125rem;
  content: "";
  display: inline-block;
  width: 0.0625rem;
  height: 1.5rem;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .cta__title::before, .cta__title::after {
    bottom: -0.25rem;
    height: 3.75rem;
  }
}
.cta__title::before {
  left: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (max-width: 768px) {
  .cta__title::before {
    -webkit-transform: rotate(-40deg);
            transform: rotate(-40deg);
  }
}
.cta__title::after {
  right: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .cta__title::after {
    -webkit-transform: rotate(40deg);
            transform: rotate(40deg);
  }
}
.cta__link {
  position: relative;
  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;
  width: 100%;
  max-width: 46.875rem;
  height: 4.5rem;
  margin: 1.75rem auto 0;
  border-radius: 9999px;
  color: #fff;
  background-color: #fff;
  font-size: 1.875rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  z-index: 2;
  overflow: hidden;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
@media screen and (max-width: 768px) {
  .cta__link {
    max-width: 20.625rem;
    height: 3.9375rem;
    font-size: 1.3125rem;
    font-weight: 500;
  }
}
.cta__link::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 0;
  margin: auto;
  padding-top: 100%;
  border-radius: 50%;
  background-image: -webkit-gradient(linear, left top, right top, from(#FF824B), to(#F25200));
  background-image: linear-gradient(to right, #FF824B, #F25200);
  opacity: 1;
  -webkit-transform: translateY(-50%) scale(1.1);
          transform: translateY(-50%) scale(1.1);
  -webkit-transition-delay: 0s, 0.4s;
          transition-delay: 0s, 0.4s;
  -webkit-transition: opacity 0.8s, -webkit-transform 0.6s ease-in-out;
  transition: opacity 0.8s, -webkit-transform 0.6s ease-in-out;
  transition: opacity 0.8s, transform 0.6s ease-in-out;
  transition: opacity 0.8s, transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
  z-index: -1;
  pointer-events: none;
}
.cta__link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 11%;
  display: inline-block;
  width: 0.875rem;
  height: 0.875rem;
  border-right: 4px solid #fff;
  border-bottom: 4px solid #fff;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
@media screen and (max-width: 768px) {
  .cta__link::after {
    right: 9%;
    width: 0.625rem;
    height: 0.625rem;
    border-width: 2px;
  }
}
@media (hover: hover) {
  .cta__link:hover {
    color: #FF824B;
    opacity: 1;
  }
  .cta__link:hover::before {
    opacity: 0;
    -webkit-transform: translateY(-50%) scale(0.1);
            transform: translateY(-50%) scale(0.1);
    -webkit-transition-delay: 0s, 0.4s;
            transition-delay: 0s, 0.4s;
    -webkit-transition: opacity 0.8s, -webkit-transform 0.6s ease-in-out;
    transition: opacity 0.8s, -webkit-transform 0.6s ease-in-out;
    transition: opacity 0.8s, transform 0.6s ease-in-out;
    transition: opacity 0.8s, transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
  }
  .cta__link:hover::after {
    border-color: #FF824B;
  }
}

.float-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  background-color: #064A96;
  -webkit-transform: translateY(4.375rem);
          transform: translateY(4.375rem);
  -webkit-transition: -webkit-transform 0.8s;
  transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s;
  -webkit-box-shadow: 0 -10px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 -10px 6px rgba(0, 0, 0, 0.16);
  z-index: 1000;
}
@media screen and (max-width: 768px) {
  .float-cta {
    -webkit-transform: translateY(5.625rem);
            transform: translateY(5.625rem);
  }
}
.float-cta.is-active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.float-cta__inner {
  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;
  gap: 0.875rem;
  height: 4.375rem;
}
@media screen and (max-width: 768px) {
  .float-cta__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.5rem;
    height: 5.625rem;
  }
}
.float-cta__text {
  color: #fff;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .float-cta__text {
    font-size: 0.75rem;
  }
}
.float-cta__link {
  position: relative;
  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;
  width: 100%;
  max-width: 18.75rem;
  height: 2.375rem;
  border-radius: 9999px;
  color: #fff;
  background-color: #fff;
  font-weight: 700;
  letter-spacing: 0.05em;
  z-index: 2;
  overflow: hidden;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
@media screen and (max-width: 768px) {
  .float-cta__link {
    max-width: 20.625rem;
    height: 2.5rem;
    font-size: 0.875rem;
    font-weight: 500;
  }
}
.float-cta__link::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 0;
  margin: auto;
  padding-top: 100%;
  border-radius: 50%;
  background-image: -webkit-gradient(linear, left top, right top, from(#FF824B), to(#F25200));
  background-image: linear-gradient(to right, #FF824B, #F25200);
  opacity: 1;
  -webkit-transform: translateY(-50%) scale(1.1);
          transform: translateY(-50%) scale(1.1);
  -webkit-transition-delay: 0s, 0.4s;
          transition-delay: 0s, 0.4s;
  -webkit-transition: opacity 0.8s, -webkit-transform 0.6s ease-in-out;
  transition: opacity 0.8s, -webkit-transform 0.6s ease-in-out;
  transition: opacity 0.8s, transform 0.6s ease-in-out;
  transition: opacity 0.8s, transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
  z-index: -1;
  pointer-events: none;
}
.float-cta__link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 11%;
  display: inline-block;
  width: 0.5625rem;
  height: 0.5625rem;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
@media (hover: hover) {
  .float-cta__link:hover {
    color: #FF824B;
    opacity: 1;
  }
  .float-cta__link:hover::before {
    opacity: 0;
    -webkit-transform: translateY(-50%) scale(0.1);
            transform: translateY(-50%) scale(0.1);
    -webkit-transition-delay: 0s, 0.4s;
            transition-delay: 0s, 0.4s;
    -webkit-transition: opacity 0.8s, -webkit-transform 0.6s ease-in-out;
    transition: opacity 0.8s, -webkit-transform 0.6s ease-in-out;
    transition: opacity 0.8s, transform 0.6s ease-in-out;
    transition: opacity 0.8s, transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
  }
  .float-cta__link:hover::after {
    border-color: #FF824B;
  }
}

.pageTop {
  position: fixed;
  right: 0;
  bottom: 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;
  width: 3.75rem;
  height: 3.75rem;
  background-color: #064A96;
  -webkit-transform: translateX(5rem);
          transform: translateX(5rem);
  -webkit-transition: -webkit-transform 0.8s;
  transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s;
  z-index: 1000;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .pageTop {
    bottom: 110px;
    width: 2.5rem;
    height: 2.5rem;
    -webkit-transform: translateX(3.75rem);
            transform: translateX(3.75rem);
  }
}
.pageTop.is-active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
@media (hover: hover) {
  .pageTop:hover {
    opacity: 0.8;
  }
  .pageTop:hover .pageTop__img {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
  }
}
.pageTop__img {
  position: relative;
  width: 1.125rem;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
@media screen and (max-width: 768px) {
  .pageTop__img {
    width: 0.625rem;
  }
}

.mv {
  position: relative;
  overflow: hidden;
}
.mv::before {
  content: "";
  position: absolute;
  bottom: 2.96875vw;
  right: 65.625vw;
  display: inline-block;
  width: 72.9166666667vw;
  height: 72.9166666667vw;
  background-image: url(../image/contents/common/shape_blue.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  opacity: 0.4;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .mv::before {
    top: -4.8717948718vw;
    right: 58.4615384615vw;
    bottom: auto;
    width: 135.8974358974vw;
    height: 135.8974358974vw;
    -webkit-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
    -webkit-transform-origin: center;
            transform-origin: center;
    opacity: 0.5;
    z-index: 1;
  }
}
.mv::after {
  content: "";
  position: absolute;
  bottom: 25.5208333333vw;
  left: 38.6979166667vw;
  display: inline-block;
  width: 83.3333333333vw;
  height: 83.3333333333vw;
  background-image: url(../image/contents/common/shape_blue.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  -webkit-transform-origin: center;
          transform-origin: center;
  opacity: 0.8;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .mv::after {
    left: 0vw;
    bottom: 25.641025641vw;
    width: 143.5897435897vw;
    height: 143.5897435897vw;
    -webkit-transform: none;
            transform: none;
    opacity: 0.5;
    z-index: 0;
  }
}
.mv__inner {
  position: relative;
  width: 100%;
  height: 38.0208333333vw;
  height: calc(5.625rem + 33.3333333333vw);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.7)), to(rgba(194, 238, 255, 0.7)));
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.7), rgba(194, 238, 255, 0.7));
}
@media screen and (max-width: 768px) {
  .mv__inner {
    height: 192.3076923077vw;
    background-image: none;
    background-color: #E6F8FF;
  }
}
.mv__title {
  position: absolute;
  left: 13.5416666667vw;
  top: 6.25vw;
  top: calc(5.625rem + 1.5625vw);
  width: 23.6458333333vw;
  height: 1.8229166667vw;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .mv__title {
    left: 11.2820512821vw;
    top: 2.0512820513vw;
    width: 77.4358974359vw;
    height: 5.8974358974vw;
  }
}
.mv__catch-top {
  position: absolute;
  left: 13.5416666667vw;
  top: 9.1145833333vw;
  top: calc(5.625rem + 4.4270833333vw);
  width: 38.59375vw;
  height: 4.6875vw;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .mv__catch-top {
    left: 5.1282051282vw;
    top: 81.5384615385vw;
    width: 89.7435897436vw;
    height: 14.358974359vw;
  }
}
.mv__catch-bottom {
  position: absolute;
  left: 13.5416666667vw;
  top: 14.375vw;
  top: calc(5.625rem + 9.6875vw);
  width: 47.2395833333vw;
  height: 4.6875vw;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .mv__catch-bottom {
    left: 19.2307692308vw;
    top: 98.7179487179vw;
    width: 61.5384615385vw;
    height: 26.1538461538vw;
  }
}
.mv__benefit-01 {
  position: absolute;
  left: 13.5416666667vw;
  top: 20.78125vw;
  top: calc(5.625rem + 16.09375vw);
  width: 9.375vw;
  height: 9.375vw;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .mv__benefit-01 {
    left: 7.6923076923vw;
    top: 128.9743589744vw;
    width: 26.9230769231vw;
    height: 26.9230769231vw;
  }
}
.mv__benefit-01 img {
  -webkit-filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
}
.mv__benefit-02 {
  position: absolute;
  left: 23.6979166667vw;
  top: 20.78125vw;
  top: calc(5.625rem + 16.09375vw);
  width: 9.375vw;
  height: 9.375vw;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .mv__benefit-02 {
    left: 36.4102564103vw;
    top: 128.9743589744vw;
    width: 26.9230769231vw;
    height: 26.9230769231vw;
  }
}
.mv__benefit-02 img {
  -webkit-filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
}
.mv__benefit-03 {
  position: absolute;
  left: 33.6458333333vw;
  top: 20.78125vw;
  top: calc(5.625rem + 16.09375vw);
  width: 9.375vw;
  height: 9.375vw;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .mv__benefit-03 {
    left: 65.1282051282vw;
    top: 128.9743589744vw;
    width: 26.9230769231vw;
    height: 26.9230769231vw;
  }
}
.mv__benefit-03 img {
  -webkit-filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
}
.mv__cta {
  position: absolute;
  left: 13.5416666667vw;
  top: 31.5625vw;
  top: calc(5.625rem + 26.875vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 23.4375vw;
  height: 4.4791666667vw;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 2px solid transparent;
  border-radius: 9999px;
  color: #fff;
  background-color: #fff;
  font-size: 1.5625vw;
  letter-spacing: 0.05em;
  z-index: 2;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .mv__cta {
    left: 7.6923076923vw;
    top: 165.8974358974vw;
    width: 84.6153846154vw;
    height: 16.1538461538vw;
    font-size: 5.3846153846vw;
  }
}
.mv__cta::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 0;
  margin: auto;
  padding-top: 100%;
  border-radius: 50%;
  background-image: -webkit-gradient(linear, left top, right top, from(#FF824B), to(#F25200));
  background-image: linear-gradient(to right, #FF824B, #F25200);
  opacity: 1;
  -webkit-transform: translateY(-50%) scale(1.1);
          transform: translateY(-50%) scale(1.1);
  -webkit-transition-delay: 0s, 0.4s;
          transition-delay: 0s, 0.4s;
  -webkit-transition: opacity 0.8s, -webkit-transform 0.6s ease-in-out;
  transition: opacity 0.8s, -webkit-transform 0.6s ease-in-out;
  transition: opacity 0.8s, transform 0.6s ease-in-out;
  transition: opacity 0.8s, transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
  z-index: -1;
  pointer-events: none;
}
.mv__cta::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 11%;
  display: inline-block;
  width: 0.6770833333vw;
  height: 0.6770833333vw;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
@media screen and (max-width: 768px) {
  .mv__cta::after {
    width: 2.5641025641vw;
    height: 2.5641025641vw;
  }
}
@media (hover: hover) {
  .mv__cta:hover {
    border-color: #FF824B;
    color: #FF824B;
    opacity: 1;
  }
  .mv__cta:hover::before {
    opacity: 0;
    -webkit-transform: translateY(-50%) scale(0.1);
            transform: translateY(-50%) scale(0.1);
    -webkit-transition-delay: 0s, 0.4s;
            transition-delay: 0s, 0.4s;
    -webkit-transition: opacity 0.8s, -webkit-transform 0.6s ease-in-out;
    transition: opacity 0.8s, -webkit-transform 0.6s ease-in-out;
    transition: opacity 0.8s, transform 0.6s ease-in-out;
    transition: opacity 0.8s, transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
  }
  .mv__cta:hover::after {
    border-color: #FF824B;
  }
}
.mv__photo {
  position: absolute;
  left: 47.2916666667vw;
  top: 0vw;
  top: calc(5.625rem - 4.6875vw);
  width: 52.7083333333vw;
  height: 38.0208333333vw;
  z-index: 1;
  -webkit-mask-image: url(../image/contents/mv/mask_mv-pc.svg);
          mask-image: url(../image/contents/mv/mask_mv-pc.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
@media screen and (max-width: 768px) {
  .mv__photo {
    left: 0vw;
    top: 0vw;
    width: 100vw;
    height: 120.5128205128vw;
    -webkit-mask-image: url(../image/contents/mv/mask_mv-sp.svg);
            mask-image: url(../image/contents/mv/mask_mv-sp.svg);
  }
}

.about {
  position: relative;
  background-color: rgba(238, 252, 255, 0.5);
  overflow: hidden;
}
.about::before {
  content: "";
  position: absolute;
  top: -25.5208333333vw;
  left: 38.6979166667vw;
  display: inline-block;
  width: 83.3333333333vw;
  height: 83.3333333333vw;
  background-image: url(../image/contents/common/shape_blue.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transform-origin: center;
          transform-origin: center;
  opacity: 0.8;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .about::before {
    display: none;
  }
}
.about::after {
  content: "";
  position: absolute;
  top: -2.96875vw;
  right: 65.625vw;
  display: inline-block;
  width: 72.9166666667vw;
  height: 72.9166666667vw;
  background-image: url(../image/contents/common/shape_blue.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0.4;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .about::after {
    top: auto;
    bottom: -5%;
    right: 50%;
    width: 181.2820512821vw;
    height: 181.2820512821vw;
    -webkit-transform: translate(50%, 50%);
            transform: translate(50%, 50%);
    -webkit-transform-origin: center;
            transform-origin: center;
    opacity: 0.5;
  }
}
.about__inner {
  position: relative;
  padding: 2rem 1.25rem 6.75rem;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  .about__inner {
    padding: 0.75rem 0 3.125rem;
  }
}
.about__lead {
  color: #064A96;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .about__lead {
    font-size: 1.125rem;
    line-height: 1.3;
  }
}
.about-solution__title {
  margin-top: 0.625rem;
  font-size: 2.75rem;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .about-solution__title {
    margin-top: 1.25rem;
    font-size: 1.875rem;
    line-height: 1.5;
  }
}
.about-solution__title span {
  display: inline-block;
  padding-inline: 0.625rem;
  color: #fff;
  background-color: #F88400;
  font-size: 3.125rem;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .about-solution__title span {
    font-size: 2.25rem;
  }
}
.about-solution__container {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.875rem;
  width: 100%;
  max-width: 75rem;
  margin: 4.5rem auto 0;
  padding-inline: 1.25rem;
}
@media screen and (max-width: 768px) {
  .about-solution__container {
    grid-template-columns: 1fr;
    max-width: 89.7435897436vw;
    margin: 2rem auto 0;
    padding-inline: 0;
  }
}
.about-solution__container::after {
  content: "";
  position: absolute;
  bottom: -7.4375rem;
  left: 50%;
  display: inline-block;
  width: 9.8125rem;
  height: 4.9375rem;
  background-image: url(../image/contents/about/ico_about_arrow-down.svg);
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .about-solution__container::after {
    bottom: -4.5625rem;
    width: 7.5rem;
    height: 3.3125rem;
  }
}
.about-solution__item {
  display: grid;
  grid-template-rows: 5rem 11.875rem auto;
  justify-items: center;
  padding: 1.5rem 1.25rem 1.25rem;
  border-radius: 0.625rem;
  background-color: #F6F6F6;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media (width <= 1155px) {
  .about-solution__item {
    grid-template-rows: 6.5rem 11.875rem auto;
  }
}
@media screen and (max-width: 768px) {
  .about-solution__item {
    grid-template-columns: 1fr auto;
    grid-template-rows: repeat(2, auto);
    padding: 1.25rem 0.625rem;
  }
}
.about-solution__subtitle {
  -ms-flex-item-align: center;
      align-self: center;
  font-size: 1.625rem;
  line-height: 1.3;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .about-solution__subtitle {
    grid-column: 1;
    grid-row: 1;
    justify-self: start;
    font-size: 1.375rem;
    line-height: 1.45;
    text-align: left;
  }
}
.about-solution__img {
  width: 10rem;
}
@media screen and (max-width: 768px) {
  .about-solution__img {
    grid-column: 2;
    grid-row: 1;
    width: 5.1875rem;
    margin-right: 7.6923076923vw;
  }
}
.about-solution__check-list {
  display: grid;
  gap: 0.625rem;
  margin-top: 0.625rem;
}
@media screen and (max-width: 768px) {
  .about-solution__check-list {
    grid-column: 1/-1;
    grid-row: 2;
    width: 100%;
  }
}
.about-solution__check-item {
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  min-height: 3.75rem;
  padding: 0.5rem 0.75rem;
  border-radius: 0.375rem;
  background-color: #fff;
  font-weight: 600;
  line-height: 1.5;
}
.about-solution__check-item::before {
  content: "";
  display: inline-block;
  width: 2rem;
  height: 1.6875rem;
  background-image: url(../image/contents/about/icon_about_check.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .about-solution__check-item::before {
    width: 1.5rem;
    height: 1.25rem;
  }
}
.about-realize__title {
  margin-top: 10.75rem;
  font-size: 2.75rem;
  letter-spacing: 0.02em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .about-realize__title {
    margin-top: 6.25rem;
    font-size: 1.875rem;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
}
.about-realize__title span {
  display: inline-block;
  padding-inline: 0.625rem;
  color: #fff;
  background-color: #F88400;
  font-size: 3.125rem;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .about-realize__title span {
    font-size: 2.25rem;
  }
}
.about-realize__container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
  width: 100%;
  max-width: 87.5rem;
  margin: 5rem auto 0;
  padding-inline: 1.25rem;
}
@media screen and (max-width: 768px) {
  .about-realize__container {
    grid-template-columns: 1fr;
    width: 89.7435897436vw;
    margin: 1.875rem auto 0;
    padding-inline: 0;
  }
}
.about-realize__item {
  display: grid;
  grid-template-rows: 1fr auto;
}
.about-realize__top {
  -webkit-filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.about-realize__top-inner {
  display: grid;
  grid-template-rows: minmax(11.875rem, auto) 13.75rem 1fr 1.875rem 5.3125rem;
  height: 100%;
  border-radius: 1.25rem 1.25rem 0 0;
  background-color: #fff;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 85px), 50% 100%, 0% calc(100% - 85px));
          clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 85px), 50% 100%, 0% calc(100% - 85px));
}
@media screen and (max-width: 768px) {
  .about-realize__top-inner {
    grid-template-rows: minmax(7.8125rem, auto) 10.625rem 1fr 1.25rem 20vw;
  }
}
.about-realize__subtitle {
  display: grid;
  place-items: center;
  padding: 1.125rem 0.625rem 1.25rem;
  border-radius: 1.25rem 1.25rem 0 0;
  color: #fff;
  background-color: #064A96;
  text-align: center;
}
.about-realize__subtitle span {
  font-size: 1.875rem;
  font-size: clamp(1.25rem, 0.8333333333rem + 0.8680555556vw, 1.875rem);
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .about-realize__subtitle span {
    font-size: 1.375rem;
  }
}
.about-realize__subtitle .u-accent {
  position: relative;
  display: inline;
  margin-inline: 0.25rem;
  padding: 0.25rem;
  color: #064A96;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, transparent), color-stop(20%, #fff), color-stop(85%, #fff), color-stop(85%, transparent));
  background-image: linear-gradient(to bottom, transparent 20%, #fff 20%, #fff 85%, transparent 85%);
  line-height: 1;
}
.about-realize__img {
  width: 100%;
  max-width: 13.625rem;
  margin: 0.5rem auto 0;
}
@media screen and (max-width: 768px) {
  .about-realize__img {
    max-width: 10.625rem;
  }
}
.about-realize__text {
  margin-top: 0.5rem;
  padding-inline: 10%;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .about-realize__text {
    padding-inline: 0.625rem;
    font-size: 1rem;
  }
}
.about-realize__bottom {
  position: relative;
  display: grid;
  -ms-flex-line-pack: center;
      align-content: center;
  justify-items: center;
  margin-top: -7.5rem;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  .about-realize__bottom {
    margin-top: -4.75rem;
  }
}
.about-realize__list-title img {
  display: block;
  width: 100%;
  max-width: 13.75rem;
}
@media screen and (max-width: 768px) {
  .about-realize__list-title img {
    max-width: 10.625rem;
  }
}
.about-realize__list-container {
  display: grid;
  gap: 0.625rem;
  width: 100%;
}
.about-realize__list-item {
  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;
  min-height: 6.875rem;
  border: 4px solid #207EC7;
  border-radius: 0.625rem;
  background-color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 768px) {
  .about-realize__list-item {
    min-height: 4.375rem;
    font-size: 1rem;
  }
}

.strength {
  position: relative;
  overflow: hidden;
}
.strength::before {
  content: "";
  position: absolute;
  top: 0%;
  left: 50%;
  display: inline-block;
  width: 72.9166666667vw;
  height: 72.9166666667vw;
  background-image: url(../image/contents/common/shape_blue.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transform-origin: center;
          transform-origin: center;
  opacity: 0.3;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .strength::before {
    width: 181.2820512821vw;
    height: 181.2820512821vw;
  }
}
.strength::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 79.1666666667vw;
  display: inline-block;
  width: 72.9166666667vw;
  height: 72.9166666667vw;
  background-image: url(../image/contents/common/shape_blue.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  opacity: 0.5;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .strength::after {
    left: 64.8717948718vw;
    width: 181.2820512821vw;
    height: 181.2820512821vw;
  }
}
.strength__inner {
  padding: 5rem 1.25rem 7.5rem;
}
@media screen and (max-width: 768px) {
  .strength__inner {
    padding: 3.75rem 0 5rem;
  }
}
.strength__lead {
  font-size: 2.75rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .strength__lead {
    font-size: 1.75rem;
  }
}
.strength__title {
  margin-top: 0.75rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .strength__title {
    margin-top: 0.9375rem;
  }
}
.strength__title img {
  width: 100%;
  max-width: 51.75rem;
}
@media screen and (max-width: 768px) {
  .strength__title img {
    max-width: 21.875rem;
  }
}
.strength__list {
  display: grid;
  gap: 2.5rem;
  width: 100%;
  max-width: 75rem;
  margin: 2.5rem auto 0;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .strength__list {
    max-width: 89.7435897436vw;
    margin: 1.875rem auto 0;
  }
}
.strength__item {
  display: grid;
  grid-template-columns: auto 1fr auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.25rem 1.25rem 1.25rem 0;
  border-radius: 0.625rem;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 768px) {
  .strength__item {
    grid-template-columns: 1fr;
    padding: 0.75rem 0;
  }
}
.strength__num {
  margin-right: 1.875rem;
}
.strength__num img {
  width: 7.5rem;
}
@media screen and (max-width: 768px) {
  .strength__num img {
    width: 9.375rem;
  }
}
.strength__textArea {
  display: grid;
  gap: 1.25rem;
}
@media screen and (max-width: 768px) {
  .strength__textArea {
    margin-top: 1.25rem;
  }
}
.strength__subtitle {
  font-size: 1.875rem;
}
@media screen and (max-width: 768px) {
  .strength__subtitle {
    font-size: 1.375rem;
    line-height: 1.5;
    letter-spacing: 0.03em;
    text-align: center;
  }
}
.strength__subtitle span {
  color: #064A96;
  font-size: 2.25rem;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .strength__subtitle span {
    font-size: 1.625rem;
  }
}
.strength__text {
  max-width: 43.75rem;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .strength__text {
    margin-inline: auto;
    padding-inline: 1.25rem;
    line-height: 1.5;
  }
}
.strength__img {
  width: 15.75rem;
}
@media screen and (max-width: 768px) {
  .strength__img {
    width: 11.875rem;
    margin: 0.5rem auto 0;
  }
}

.case {
  position: relative;
  background-color: rgba(206, 239, 254, 0.7);
  overflow: hidden;
}
.case::before {
  content: "";
  position: absolute;
  top: 0;
  left: 79.1666666667vw;
  display: inline-block;
  width: 72.9166666667vw;
  height: 72.9166666667vw;
  background-image: url(../image/contents/common/shape_blue.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0.5;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .case::before {
    left: 64.8717948718vw;
    width: 181.2820512821vw;
    height: 181.2820512821vw;
  }
}
.case::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 79.1666666667vw;
  display: inline-block;
  width: 72.9166666667vw;
  height: 72.9166666667vw;
  background-image: url(../image/contents/common/shape_green.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  opacity: 0.5;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .case::after {
    right: 64.8717948718vw;
    width: 181.2820512821vw;
    height: 181.2820512821vw;
  }
}
.case__inner {
  padding: 4.5rem 1.25rem 8rem;
}
@media screen and (max-width: 768px) {
  .case__inner {
    padding: 5rem 0;
  }
}
.case__container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem;
  max-width: 75rem;
  margin: 5rem auto 0;
}
@media screen and (max-width: 768px) {
  .case__container {
    grid-template-columns: 1fr;
    max-width: 89.7435897436vw;
    margin-top: 2.5rem;
    gap: 1.75rem;
  }
}
.case__item {
  padding: 0.625rem;
  background-image: linear-gradient(135deg, #3BBAE7, #0085BE);
  border-radius: 0.625rem;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 768px) {
  .case__item {
    background-image: none;
    background-color: #82C9FF;
  }
}
.case__item-inner {
  display: grid;
  grid-template-rows: repeat(3, auto) 1fr;
  gap: 1.25rem;
  height: 100%;
  padding: 2.5rem;
  border-radius: 0.5rem;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .case__item-inner {
    padding: 1.25rem;
  }
}
.case__img {
  position: relative;
}
.case__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.case__img figcaption {
  position: absolute;
  right: 0.5rem;
  bottom: 0.5rem;
  color: #fff;
  font-size: 0.6875rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .case__img figcaption {
    bottom: 0.25rem;
  }
}
.case__category {
  font-size: 1.125rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .case__category {
    font-size: 0.75rem;
  }
}
.case__subtitle {
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .case__subtitle {
    font-size: 1.375rem;
    line-height: 1.5;
  }
}
.case__text {
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .case__text {
    font-weight: 600;
    line-height: 1.5;
  }
}

.flow {
  position: relative;
  background-color: rgba(255, 255, 255, 0.5);
  overflow: hidden;
}
.flow::before {
  content: "";
  position: absolute;
  top: 0;
  right: 79.1666666667vw;
  display: inline-block;
  width: 72.9166666667vw;
  height: 72.9166666667vw;
  background-image: url(../image/contents/common/shape_green.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0.5;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .flow::before {
    right: 64.8717948718vw;
    width: 181.2820512821vw;
    height: 181.2820512821vw;
  }
}
.flow__inner {
  padding: 5rem 1.25rem 7.5rem;
}
@media screen and (max-width: 768px) {
  .flow__inner {
    padding: 5rem 5.1282051282vw;
  }
}
.flow__list {
  max-width: 75rem;
  margin: 4.375rem auto 0;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .flow__list {
    margin-top: 2.5rem;
  }
}
.flow__item {
  position: relative;
  display: grid;
  grid-template-columns: 120fr 300fr 615fr 105fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 4.375rem;
  padding: 1.25rem 2rem;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media screen and (max-width: 768px) {
  .flow__item {
    grid-template-columns: 40fr 220fr 70fr;
    grid-template-rows: 3.125rem auto;
    row-gap: 0.625rem;
    height: auto;
    padding: 1.25rem 0.625rem 1.75rem;
  }
}
.flow__item:nth-of-type(odd) {
  background-color: #E2F9FE;
}
.flow__item:nth-of-type(odd):not(:last-of-type)::after {
  content: "";
  position: absolute;
  bottom: -1.25rem;
  left: 50%;
  display: inline-block;
  width: 12.5rem;
  height: 1.25rem;
  background-color: #E2F9FE;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .flow__item:nth-of-type(odd):not(:last-of-type)::after {
    width: 3.75rem;
  }
}
.flow__item:nth-of-type(even) {
  background-color: #CEF5FE;
}
.flow__item:nth-of-type(even):not(:last-of-type)::after {
  content: "";
  position: absolute;
  bottom: -1.25rem;
  left: 50%;
  display: inline-block;
  width: 12.5rem;
  height: 1.25rem;
  background-color: #CEF5FE;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .flow__item:nth-of-type(even):not(:last-of-type)::after {
    width: 3.75rem;
  }
}
.flow__item:not(:first-of-type) {
  padding-top: 2.25rem;
}
@media screen and (max-width: 768px) {
  .flow__item:not(:first-of-type) {
    padding-top: 1.25rem;
  }
}
.flow__num {
  position: relative;
  color: #064A96;
  font-family: "Inter", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .flow__num {
    grid-column: 1;
    grid-row: 1;
    font-size: 2.25rem;
  }
}
.flow__num::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  width: 2px;
  height: 100%;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .flow__num::after {
    content: none;
  }
}
.flow__subtitle {
  color: #064A96;
  font-size: 1.5rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .flow__subtitle {
    grid-column: 2;
    grid-row: 1;
    font-size: 1.25rem;
    text-align: left;
  }
}
.flow__text {
  grid-column: 3/-1;
  grid-row: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 4.375rem;
  padding-left: 2.5rem;
  border-radius: 0.5rem;
  background-color: #fff;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .flow__text {
    grid-column: 1/-1;
    grid-row: 2;
    height: auto;
    padding: 0.625rem 1.25rem;
    line-height: 1.5;
  }
}
.flow__icon {
  grid-column: 4;
  grid-row: 1;
  display: grid;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 4.375rem;
  border-radius: 0 0.5rem 0.5rem 0;
  color: #fff;
  background-color: #064A96;
}
@media screen and (max-width: 768px) {
  .flow__icon {
    grid-column: 3;
    grid-row: 1;
    height: 3.125rem;
    border-radius: 0.625rem;
  }
}
.flow__icon img {
  width: 1.625rem;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .flow__icon img {
    width: 1.375rem;
  }
}
.flow__icon span {
  font-size: 1.125rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .flow__icon span {
    font-size: 0.875rem;
  }
}

.questions {
  position: relative;
  background-color: rgba(238, 252, 255, 0.9);
  overflow: hidden;
}
.questions::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 79.1666666667vw;
  display: inline-block;
  width: 72.9166666667vw;
  height: 72.9166666667vw;
  background-image: url(../image/contents/common/shape_green.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .questions::after {
    left: 64.8717948718vw;
    width: 181.2820512821vw;
    height: 181.2820512821vw;
  }
}
.questions__inner {
  display: grid;
  gap: 5rem;
  max-width: 77.5rem;
  margin-inline: auto;
  padding: 5rem 1.25rem 7.5rem;
}
@media screen and (max-width: 768px) {
  .questions__inner {
    gap: 2.5rem;
    max-width: 89.7435897436vw;
    padding: 5rem 0;
  }
}
.questions__list {
  display: grid;
  width: 100%;
  gap: 0.625rem;
  margin-inline: auto;
}
.questions__item {
  display: grid;
  padding: 2rem 2.5rem 2rem 1.75rem;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .questions__item {
    padding: 0.75rem 0.9375rem 1rem 0.625rem;
  }
}
.questions__q {
  display: grid;
  grid-template-columns: 2.5em 1fr auto;
  gap: 1.25rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .questions__q {
    grid-template-columns: 2.5rem 1fr 2.5rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0.5rem;
  }
}
.questions__q-label {
  color: #064A96;
  font-family: "Inter", sans-serif;
  font-size: 1.875rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .questions__q-label {
    font-size: 1.5rem;
  }
}
.questions__q-text {
  display: inline-block;
  margin-block: calc((1em - 1lh) / 2);
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .questions__q-text {
    font-size: 1rem;
  }
}
.questions__q-btn {
  position: relative;
  justify-self: end;
  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;
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  border: 2px solid #76A4D8;
  border-radius: 9999px;
  background-color: #76A4D8;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .questions__q-btn {
    width: 1.75rem;
    height: 1.75rem;
  }
}
.questions__q-btn::before, .questions__q-btn::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 1.125rem;
  left: 0.75rem;
  width: 1rem;
  height: 0.1875rem;
  background-color: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-animation: 0.4s close-animation;
          animation: 0.4s close-animation;
}
@media screen and (max-width: 768px) {
  .questions__q-btn::before, .questions__q-btn::after {
    top: 0.75rem;
    left: 0.5rem;
    width: 0.75rem;
  }
}
.questions__q-btn::after {
  -webkit-animation: 0.4s close-animation forwards;
          animation: 0.4s close-animation forwards;
}
@-webkit-keyframes close-animation {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
@keyframes close-animation {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
.questions__content {
  overflow: hidden;
}
.questions__a {
  display: grid;
  grid-template-columns: 2.5em 1fr 2.5rem;
  gap: 1.25rem;
}
@media screen and (max-width: 768px) {
  .questions__a {
    grid-template-columns: 2.5rem 1fr 2.5rem;
    gap: 0.5rem;
  }
}
.questions__a-label {
  color: #BB0000;
  font-family: "Inter", sans-serif;
  font-size: 1.875rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .questions__a-label {
    font-size: 1.5rem;
  }
}
.questions__a-text {
  display: inline-block;
  margin-block: calc((1em - 1lh) / 2);
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .questions__a-text {
    font-size: 1rem;
  }
}

summary {
  display: block;
  cursor: pointer;
}
summary::-webkit-details-marker {
  display: none;
}

details {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

details[open] .questions__q-btn::before {
  opacity: 0;
}
details[open] .questions__q-btn::after {
  -webkit-animation: 0.4s open-animation forwards;
          animation: 0.4s open-animation forwards;
}
@-webkit-keyframes open-animation {
  from {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  to {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes open-animation {
  from {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  to {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
details[open] .questions__a {
  margin-top: 3.75rem;
}
@media screen and (max-width: 768px) {
  details[open] .questions__a {
    margin-top: 2rem;
  }
}

.services {
  position: relative;
  background-color: rgba(206, 239, 254, 0.7);
  overflow: hidden;
}
.services::before {
  content: "";
  position: absolute;
  top: 0;
  left: 79.1666666667vw;
  display: inline-block;
  width: 72.9166666667vw;
  height: 72.9166666667vw;
  background-image: url(../image/contents/common/shape_green.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .services::before {
    left: 64.8717948718vw;
    width: 181.2820512821vw;
    height: 128.2051282051vw;
  }
}
.services::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 79.1666666667vw;
  display: inline-block;
  width: 72.9166666667vw;
  height: 72.9166666667vw;
  background-image: url(../image/contents/common/shape_blue.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .services::after {
    right: 64.8717948718vw;
    width: 181.2820512821vw;
    height: 181.2820512821vw;
  }
}
.services__inner {
  display: grid;
  gap: 5rem;
  max-width: 77.5rem;
  margin-inline: auto;
  padding: 5rem 1.25rem;
}
@media screen and (max-width: 768px) {
  .services__inner {
    gap: 2.5rem;
    max-width: 89.7435897436vw;
    padding: 5rem 0;
  }
}
.services__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.875rem;
}
@media screen and (max-width: 768px) {
  .services__list {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, auto);
    gap: 1.25rem;
  }
}
.services__item {
  display: grid;
  grid-template-rows: auto 1fr;
  height: 100%;
  border-radius: 0.625rem;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  overflow: hidden;
}
.services__subtitle {
  display: grid;
  place-items: center;
  padding: 1.25rem;
  color: #fff;
  background-color: #064A96;
  font-size: 1.5rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .services__subtitle {
    padding: 0.875rem;
    font-size: 1.375rem;
  }
}
.services__text {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .services__text {
    padding: 1.25rem 0.875rem 1.875rem;
  }
}
.services__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 1.125rem;
  color: #064A96;
}
@media screen and (max-width: 768px) {
  .services__link {
    margin-top: 0.625rem;
  }
}
.services__link::after {
  content: "";
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: 0.625rem;
  background-image: url(/lp/image/common/icon_link.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .services__link::after {
    width: 1rem;
    height: 1rem;
  }
}

.introduction {
  position: relative;
  background-color: rgba(238, 252, 255, 0.7);
  overflow: hidden;
}
.introduction::before {
  content: "";
  position: absolute;
  top: 0;
  right: 79.1666666667vw;
  display: inline-block;
  width: 72.9166666667vw;
  height: 72.9166666667vw;
  background-image: url(../image/contents/common/shape_blue.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .introduction::before {
    right: 64.8717948718vw;
    width: 181.2820512821vw;
    height: 181.2820512821vw;
  }
}
.introduction__inner {
  display: grid;
  gap: 5rem;
  max-width: 65rem;
  margin-inline: auto;
  padding: 5rem 1.25rem 7.5rem;
}
@media screen and (max-width: 768px) {
  .introduction__inner {
    gap: 2.5rem;
    max-width: 89.7435897436vw;
    padding: 5rem 0;
  }
}
.introduction__video iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

.foot {
  width: 100%;
  color: #fff;
  background-color: #064A96;
}
.foot__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 3.125rem 4.0625rem 6.09375rem 3.125rem;
}
@media screen and (max-width: 768px) {
  .foot__inner {
    -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;
    gap: 1.875rem;
    padding: 1.875rem 1.25rem 7.5rem;
  }
}
.foot__logo {
  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-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.875rem;
}
@media (width >= 1024px) {
  .foot__logo {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 3.59375rem;
  }
}
.foot__logo-itec {
  width: 14.5rem;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.foot__logo-hhtg {
  width: 8.25rem;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.foot__nav {
  display: grid;
  gap: 1.6875rem;
}
@media screen and (max-width: 768px) {
  .foot__nav {
    gap: 1.875rem;
  }
}
.foot__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.875rem;
}
@media screen and (max-width: 768px) {
  .foot__nav-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0.625rem;
  }
}
.foot__nav-link {
  color: #fff;
  font-size: 0.75rem;
}
.foot__nav-copyright {
  font-family: "Arial", sans-serif;
  font-size: 0.5625rem;
  justify-self: flex-end;
}
@media screen and (max-width: 768px) {
  .foot__nav-copyright {
    justify-self: center;
  }
}/*# sourceMappingURL=contents.css.map */