@charset "UTF-8";
/*
see: http://html5doctor.com/html-5-reset-stylesheet/
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
lists,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
lists,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

.filter-img {
  position: relative;
  overflow: hidden;
}
.filter-img:after {
  content: "";
  opacity: 0.15;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 500;
  width: 100%;
  height: 100%;
  display: inline-block;
  mix-blend-mode: screen;
  background-color: rgb(33, 73, 140);
}

.comp-cta-text {
  line-height: calc(16 / 12);
  letter-spacing: calc(70 / 1000 * 1em);
  margin-bottom: 15px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  white-space: nowrap;
}
.comp-cta-text.green {
  color: rgb(33, 140, 124);
}
.comp-cta-text.blue {
  color: rgb(33, 73, 140);
}

.comp-cta-btn {
  border-radius: 9999px;
  height: 60px;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media (max-width:1024px) {
  .comp-cta-btn {
    width: 100%;
  }
}
.comp-cta-btn a {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 74px;
  padding-right: 74px;
}
@media (max-width:1024px) {
  .comp-cta-btn a {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
}
.comp-cta-btn__text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.comp-cta-btn__text span {
  color: rgb(255, 255, 255);
  font-size: calc(1.6rem * 1.125);
  letter-spacing: calc(70 / 1000 * 1em);
  line-height: calc(18 / 12);
  white-space: nowrap;
}
.comp-cta-btn__arrow {
  border-radius: 9999px;
  width: 50px;
  height: 50px;
  background-color: white;
  position: absolute;
  right: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.comp-cta-btn.green {
  background-color: rgb(33, 140, 124);
}
.comp-cta-btn.green .comp-cta-btn__arrow {
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(33, 140, 124)), to(rgb(17, 37, 70)));
  background: -webkit-linear-gradient(top, rgb(33, 140, 124) 0%, rgb(17, 37, 70) 100%);
  background: linear-gradient(180deg, rgb(33, 140, 124) 0%, rgb(17, 37, 70) 100%);
}
.comp-cta-btn.green .comp-cta-btn__arrow .icon-arrow {
  width: 8px;
}
.comp-cta-btn.blue {
  background-color: rgb(33, 73, 140);
}
.comp-cta-btn.blue .comp-cta-btn__arrow {
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(33, 73, 140)), to(rgb(17, 37, 70)));
  background: -webkit-linear-gradient(top, rgb(33, 73, 140) 0%, rgb(17, 37, 70) 100%);
  background: linear-gradient(180deg, rgb(33, 73, 140) 0%, rgb(17, 37, 70) 100%);
}
.comp-cta-btn.blue .comp-cta-btn__arrow .icon-arrow {
  width: 8px;
}

.cta-sp {
  display: none;
}
@media (max-width:1024px) {
  .cta-sp {
    width: 100%;
    height: 110px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 100;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(245, 246, 248, 0.7)), to(rgba(245, 246, 248, 0.9)));
    background: -webkit-linear-gradient(top, rgba(245, 246, 248, 0.7) 0%, rgba(245, 246, 248, 0.9) 100%);
    background: linear-gradient(180deg, rgba(245, 246, 248, 0.7) 0%, rgba(245, 246, 248, 0.9) 100%);
    -webkit-backdrop-filter: blur(10px) brightness(1.3);
            backdrop-filter: blur(10px) brightness(1.3);
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    justify-content: center;
  }
}
.cta-sp__button {
  width: 168px;
  height: 60px;
  border-radius: 9999px;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
}
.cta-sp__button.left {
  background-color: rgb(33, 73, 140);
}
.cta-sp__button.right {
  background-color: rgb(33, 140, 124);
}
.cta-sp__button a {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cta-sp__button a span {
  color: rgb(255, 255, 255);
  font-size: calc(1.6rem * 0.75);
  letter-spacing: calc(70 / 1000 * 1em);
}

.heads {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.heads__subhead {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 50px;
  margin-bottom: 10px;
  letter-spacing: calc(70 / 1000 * 1em);
}
@media (max-width:1024px) {
  .heads__subhead {
    margin-left: 20px;
  }
}
.heads__subhead:before {
  content: "";
  width: 12px;
  height: 12px;
  background-color: rgb(33, 73, 140);
  display: inline-block;
  margin-right: 20px;
  border-radius: 9999px;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}
@media (max-width:1024px) {
  .heads__subhead:before {
    margin-right: 10px;
  }
}
.heads__head {
  background-color: rgb(33, 73, 140);
  color: rgb(255, 255, 255);
  font-weight: 500;
  line-height: calc(24 / 12);
  letter-spacing: calc(70 / 1000 * 1em);
  font-size: calc(1.6rem * 1.5);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 50px;
  padding-right: 150px;
}
@media (max-width:1024px) {
  .heads__head {
    padding-top: 10px;
    padding-bottom: 12px;
    padding-left: 20px;
    padding-right: 100px;
    font-size: calc(1.6rem * 1);
    line-height: calc(12 / 16);
  }
}
@media (max-width:1024px) {
  .heads__head span {
    white-space: nowrap;
  }
}

.cta-box {
  -webkit-filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.2));
  -webkit-transform: translateZ(0px);
          transform: translateZ(0px);
  background-color: rgb(255, 255, 255);
  overflow: hidden;
  width: 800px;
  margin-inline: auto;
}
@media (max-width:1024px) {
  .cta-box {
    width: 89.333%;
  }
}
.cta-box__head {
  color: rgb(33, 73, 140);
  font-weight: 700;
  padding-top: 16px;
  padding-bottom: 16px;
  background-color: rgb(255, 255, 255);
  text-align: center;
  -webkit-filter: drop-shadow(0 0 10px rgba(51, 51, 51, 0.2));
          filter: drop-shadow(0 0 10px rgba(51, 51, 51, 0.2));
  -webkit-transform: translateZ(0px);
          transform: translateZ(0px);
  font-size: calc(1.6rem * 1.125);
  line-height: calc(18 / 12);
}
@media (max-width:1024px) {
  .cta-box__head {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: calc(1.6rem * 1.125);
    letter-spacing: calc(70 / 1000 * 1em);
    line-height: calc(28 / 18);
  }
}
.cta-box__content {
  padding: 32px 10px 10px 10px;
}
@media (max-width:1024px) {
  .cta-box__content {
    padding: 30px 10px 10px 10px;
  }
}
@media (max-width:1024px) {
  .cta-box__content__btnsWr {
    margin-bottom: 30px;
  }
}
.cta-box__content__btns {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  width: fit-content;
  margin-inline: auto;
}
@media (max-width:1024px) {
  .cta-box__content__btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
    width: 100%;
  }
}
.cta-box__content__btns .btns__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width:1024px) {
  .cta-box__content__btns .btns__btn {
    width: 100%;
  }
}
.cta-box__content__btns .btns__btn__text {
  letter-spacing: calc(70 / 1000 * 1em);
}
.cta-box__content__btns .btns__btn__button {
  -webkit-filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.3));
  -webkit-transform: translateZ(0px);
          transform: translateZ(0px);
}
@media (max-width:1024px) {
  .cta-box__content__btns .btns__btn__button {
    max-width: 300px;
  }
}
@media (max-width:1024px) {
  .cta-box__content__btns .btns__btn__button a {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.cta-box__content__points {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 50px;
  padding-bottom: 21px;
  background-color: rgba(51, 51, 51, 0.1);
  margin-top: -30px;
}
@media (max-width:1024px) {
  .cta-box__content__points {
    padding-top: 21px;
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cta-box__content__points span {
  padding-right: 24px;
  padding-left: 24px;
  font-weight: 700;
  font-size: calc(1.6rem * 1.125);
  letter-spacing: calc(70 / 1000 * 1em);
  position: relative;
}
@media (max-width:1024px) {
  .cta-box__content__points span {
    font-size: calc(1.6rem * 0.75);
    line-height: calc(21 / 12);
    text-align: center;
    padding-right: 20px;
    padding-left: 20px;
    white-space: nowrap;
  }
}
.cta-box__content__points span:after {
  content: "";
  width: 1px;
  height: 100%;
  display: inline-block;
  background-color: rgba(51, 51, 51, 0.4);
  position: absolute;
  right: 0;
  top: 60%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width:1024px) {
  .cta-box__content__points span:after {
    top: 55%;
  }
}
.cta-box__content__points span:first-child {
  padding-left: 0;
}
.cta-box__content__points span:last-child {
  border: none;
  padding-right: 0;
}
.cta-box__content__points span:last-child:after {
  display: none;
}

.slider-root {
  width: 100%;
  margin: 0 auto;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.slider-viewport {
  overflow: hidden;
}

.slider-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  will-change: transform;
}

.slide {
  width: 300px;
  height: 221px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  background-color: rgb(255, 255, 255);
  padding: 16px 21px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 20px;
}

.slide-label {
  color: rgb(33, 73, 140);
  letter-spacing: calc(70 / 1000 * 1em);
  font-weight: 700;
  margin-bottom: 56px;
}

.slide-title {
  font-size: calc(1.6rem * 1.25);
  letter-spacing: calc(70 / 1000 * 1em);
  line-height: calc(34 / 20);
  text-align: center;
}

.indicators {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  margin-top: 32px;
  margin-bottom: 50px;
}

.dot {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 12px;
  height: 12px;
  border-radius: 9999px;
  background: rgb(226, 229, 234);
  border: 1px #ffffff solid;
  padding: 0;
  cursor: pointer;
}
.dot.active {
  background: rgb(33, 73, 140);
}

@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/NotoSansJP-Regular.woff2") format("woff2"), url("../fonts/NotoSansJP-Regular.woff") format("woff");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/NotoSansJP-Medium.woff2") format("woff2"), url("../fonts/NotoSansJP-Medium.woff") format("woff");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/NotoSansJP-Bold.woff2") format("woff2"), url("../fonts/NotoSansJP-Bold.woff") format("woff");
  font-weight: 700;
  font-display: swap;
}
html {
  font-size: 62.5%;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width:1024px) {
  html {
    scroll-padding-top: 80px;
  }
}

.body {
  margin: 0 auto;
  color: rgb(51, 51, 51);
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
  font-size: calc(1.6rem * 1);
  line-height: 1;
  text-align: center;
  position: relative;
  z-index: -9999;
}

.main {
  margin: 0 auto;
  position: relative;
  z-index: 0;
  background-color: rgb(255, 255, 255);
}

.inner {
  max-width: 1400px;
  margin: 0 auto;
}
@media (max-width:1024px) {
  .inner {
    max-width: 768px;
  }
}

a {
  text-decoration: none;
  color: rgb(51, 51, 51);
  -webkit-transition: opacity 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition: opacity 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  display: block;
}

@media (any-hover: hover) {
  a:hover {
    opacity: 0.7;
  }
}

span {
  line-height: 1;
  display: inline-block;
}

img {
  vertical-align: top;
}

ol,
ul {
  list-style: none;
}

img,
svg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

button {
  all: unset;
  display: inline-block;
  cursor: pointer;
  font: inherit;
  color: inherit;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  text-align: inherit;
  text-decoration: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  /*IE(Internet Explorer)・Microsoft Edgeへの対応*/
  -ms-overflow-style: none;
  scrollbar-width: none;
}
*::-webkit-scrollbar {
  display: none;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
}

br.brXSp {
  display: none;
}
@media (max-width:374px) {
  br.brXSp {
    display: block;
  }
}

br.brSp {
  display: none;
}
@media (max-width:600px) {
  br.brSp {
    display: block;
  }
}

br.brTab {
  display: none;
}
@media (max-width:1024px) {
  br.brTab {
    display: block;
  }
}

br.brPc {
  display: block;
}
@media (max-width:1024px) {
  br.brPc {
    display: none;
  }
}

br.brPcTab {
  display: none;
}
@media (min-width:1023px) {
  br.brPcTab {
    display: block;
  }
}
@media (max-width:1024px) {
  br.brPcTab {
    display: none;
  }
}

br.brPcSp {
  display: block;
}
@media (max-width:600px) {
  br.brPcSp {
    display: none;
  }
}

.visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.headerWr {
  opacity: 1;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
@media (max-width:1024px) {
  .headerWr {
    height: 80px;
  }
}
.headerWr.menu-open .header__contents {
  -webkit-backdrop-filter: none;
          backdrop-filter: none;
}
.headerWr.menu-open .header__contents__navWr {
  visibility: visible;
  opacity: 1;
}
.headerWr.menu-open .header__contents__btnMenu .btnMenu__shapes span {
  background-color: rgb(255, 255, 255);
}
.headerWr.menu-open .header__contents__btnMenu .btnMenu__shapes span:first-child {
  -webkit-transform: translateY(8.5px) rotate(-45deg);
          transform: translateY(8.5px) rotate(-45deg);
}
.headerWr.menu-open .header__contents__btnMenu .btnMenu__shapes span:nth-child(2) {
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0;
}
.headerWr.menu-open .header__contents__btnMenu .btnMenu__shapes span:last-child {
  -webkit-transform: translateY(-8.5px) rotate(45deg);
          transform: translateY(-8.5px) rotate(45deg);
}
.headerWr.menu-open .header__contents__btnMenu:after {
  opacity: 0;
}
.headerWr.menu-open .header__contents__btnMenu:before {
  opacity: 1;
}
.headerWr.menu-open .header__contents__logo {
  background-color: transparent;
}
.headerWr.menu-open .header__contents__logo .logo__image .logo-white {
  opacity: 1;
}
.headerWr.menu-open .header__contents__logo .logo__image .logo-normal {
  opacity: 0;
}
.headerWr.menu-open .header__contents__logo .logo__text {
  color: rgb(255, 255, 255);
}
.headerWr.menu-open .header__contents__logo .logo__text:before {
  background-color: rgb(255, 255, 255);
}

.header {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width:1024px) {
  .header {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.header__contents {
  width: 100%;
  height: 100px;
  padding-right: min(calc(34 / 1400 * 100vw), 34px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(245, 246, 248, 0.7)), to(rgba(245, 246, 248, 0.9)));
  background: -webkit-linear-gradient(top, rgba(245, 246, 248, 0.7) 0%, rgba(245, 246, 248, 0.9) 100%);
  background: linear-gradient(180deg, rgba(245, 246, 248, 0.7) 0%, rgba(245, 246, 248, 0.9) 100%);
  -webkit-backdrop-filter: blur(10px) brightness(1.3);
          backdrop-filter: blur(10px) brightness(1.3);
}
@media (max-width:1024px) {
  .header__contents {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 80px;
    padding-right: max(calc(20 / 600 * 100vw), 20px);
    padding-left: max(calc(10 / 600 * 100vw), 10px);
  }
}
.header__contents__logo {
  width: 308px;
  height: 122px;
  -webkit-transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), background-color 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), background-color 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: absolute;
  z-index: 5000;
  top: 0;
  left: min(calc(30 / 1400 * 100vw), 30px);
  padding: 20px 30px 0 30px;
  background-color: rgb(255, 255, 255);
  border-radius: 0 0 20px 20px;
  -webkit-filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.1));
  -webkit-transform: translateZ(0px);
          transform: translateZ(0px);
}
@media (max-width:1024px) {
  .header__contents__logo {
    background-color: unset;
    position: static;
    width: 206px;
    height: 59px;
    padding: 0;
  }
}
.header__contents__logo a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.header__contents__logo .logo__image {
  margin-bottom: 4px;
  position: relative;
}
.header__contents__logo .logo__image .logo-normal {
  display: block;
}
.header__contents__logo .logo__image .logo-white {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.header__contents__logo .logo__text {
  width: 100%;
  font-size: calc(1.6rem * 1);
  letter-spacing: calc(70 / 1000 * 1em);
  color: rgb(33, 73, 140);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 9px;
  -webkit-transition: color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media (max-width:1024px) {
  .header__contents__logo .logo__text {
    font-size: calc(1.6rem * 0.8125);
    gap: 7px;
  }
}
.header__contents__logo .logo__text:before {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  content: "";
  width: 82px;
  height: 1px;
  display: inline-block;
  background-color: rgb(33, 73, 140);
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
  -webkit-transition: background-color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: background-color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media (max-width:1024px) {
  .header__contents__logo .logo__text:before {
    width: 68px;
  }
}
.header__contents__btnsWr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media (max-width:1024px) {
  .header__contents__btnsWr {
    margin-bottom: auto;
    margin-top: 16px;
  }
}
.header__contents__btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
@media (max-width:1024px) {
  .header__contents__btns {
    display: none;
  }
}
.header__contents__btns .btns__btn {
  height: 48px;
}
.header__contents__btns .btns__btn a {
  padding-left: 53px;
  padding-right: 63px;
}
.header__contents__btns .btns__btn__text span {
  font-size: calc(1.6rem * 0.8125);
  letter-spacing: calc(70 / 1000 * 1em);
  line-height: calc(13 / 8);
}
.header__contents__btns .btns__btn__arrow {
  width: 38px;
  height: 38px;
}
.header__contents__btnMenu {
  width: 30px;
  height: 20px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  cursor: pointer;
  position: relative;
  z-index: 500;
}
@media (any-hover: hover) {
  .header__contents__btnMenu:hover {
    opacity: 0.5;
  }
}
.header__contents__btnMenu:after {
  content: "MENU";
  width: 100%;
  height: 100%;
  display: inline-block;
  font-size: calc(1.6rem * 0.75);
  letter-spacing: calc(70 / 1000 * 1em);
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(10px);
          transform: translateX(-50%) translateY(10px);
  -webkit-transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: rgb(33, 73, 140);
}
@media (max-width:1024px) {
  .header__contents__btnMenu:after {
    -webkit-transform: translateX(-50%) translateY(8px);
            transform: translateX(-50%) translateY(8px);
  }
}
.header__contents__btnMenu:before {
  content: "CLOSE";
  width: 100%;
  height: 100%;
  display: inline-block;
  font-size: calc(1.6rem * 0.75);
  letter-spacing: calc(70 / 1000 * 1em);
  position: absolute;
  bottom: -24px;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(10px);
          transform: translateX(-50%) translateY(10px);
  -webkit-transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: rgb(255, 255, 255);
  transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  opacity: 0;
}
@media (max-width:1024px) {
  .header__contents__btnMenu:before {
    -webkit-transform: translateX(-50%) translateY(8px);
            transform: translateX(-50%) translateY(8px);
  }
}
.header__contents__btnMenu .btnMenu__shapes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}
.header__contents__btnMenu .btnMenu__shapes span {
  height: 2px;
  border-radius: 9999px;
  background-color: rgb(33, 73, 140);
  -webkit-transition: background-color 0.9s, -webkit-transform 0.3s;
  transition: background-color 0.9s, -webkit-transform 0.3s;
  transition: transform 0.3s, background-color 0.9s;
  transition: transform 0.3s, background-color 0.9s, -webkit-transform 0.3s;
}
.header__contents__navWr {
  position: absolute;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  opacity: 0;
  z-index: 5;
  top: 0;
  left: 0;
  background: -webkit-linear-gradient(315deg, rgba(33, 73, 140, 0.7) 0%, rgba(0, 38, 100, 0.7) 100%);
  background: linear-gradient(135deg, rgba(33, 73, 140, 0.7) 0%, rgba(0, 38, 100, 0.7) 100%);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  -webkit-transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  overflow-y: scroll;
  visibility: hidden;
}
@media (max-width:1024px) {
  .header__contents__navWr {
    width: 100%;
  }
}
.header__contents__nav {
  height: 100%;
  position: relative;
}
.header__contents__nav .nav__logo__image {
  width: 250px;
}
@media (max-width:1024px) {
  .header__contents__nav .nav__logo__image {
    width: 208px;
  }
}
.header__contents__nav .nav__logo__text {
  width: 100%;
  font-size: calc(1.6rem * 0.9375);
  letter-spacing: calc(70 / 1000 * 1em);
  color: rgb(255, 255, 255);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  gap: 9px;
}
@media (max-width:1024px) {
  .header__contents__nav .nav__logo__text {
    font-size: calc(1.6rem * 0.75);
  }
}
.header__contents__nav .nav__logo__text:before {
  content: "";
  width: 94px;
  height: 1px;
  display: inline-block;
  background-color: rgb(255, 255, 255);
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}
@media (max-width:1024px) {
  .header__contents__nav .nav__logo__text:before {
    width: 79px;
  }
}
.header__contents__nav .nav__ctaCloseWr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 29px;
  padding-top: 11.5px;
}
.header__contents__nav .nav__ctaWr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media (max-width:1024px) {
  .header__contents__nav .nav__ctaWr {
    display: none;
  }
}
.header__contents__nav .nav__cta {
  height: 48px;
}
.header__contents__nav .nav__cta .comp-cta-btn__arrow {
  width: 38px;
  height: 38px;
}
.header__contents__nav .nav__cta .comp-cta-btn__arrow .icon-arrow {
  width: 6px;
  height: 12px;
}
.header__contents__nav .nav__cta .comp-cta-btn__text a {
  padding-left: 63px;
  padding-right: 63px;
}
.header__contents__nav .nav__cta .comp-cta-btn__text span {
  font-size: calc(1.6rem * 0.8125);
}
.header__contents__nav .nav__close {
  width: 22px;
  height: 22px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  cursor: pointer;
  position: relative;
  background-image: url(../images/shape-navclose.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (any-hover: hover) {
  .header__contents__nav .nav__close:hover {
    opacity: 0.5;
  }
}
.header__contents__nav .nav__close:after {
  content: "CLOSE";
  width: 100%;
  height: 100%;
  display: inline-block;
  font-size: calc(1.6rem * 0.75);
  letter-spacing: calc(70 / 1000 * 1em);
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(10px);
          transform: translateX(-50%) translateY(10px);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: rgb(255, 255, 255);
}
@media (max-width:1024px) {
  .header__contents__nav .nav__close:after {
    -webkit-transform: translateX(-50%) translateY(8px);
            transform: translateX(-50%) translateY(8px);
  }
}
.header__contents__nav .nav__close__shapes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}
.header__contents__nav .nav__close__shapes span {
  height: 2px;
  border-radius: 9999px;
  background-color: rgb(33, 73, 140);
  -webkit-transition: background-color 0.9s, -webkit-transform 0.3s;
  transition: background-color 0.9s, -webkit-transform 0.3s;
  transition: transform 0.3s, background-color 0.9s;
  transition: transform 0.3s, background-color 0.9s, -webkit-transform 0.3s;
}
.header__contents__nav .nav__mainlistsWr {
  margin-top: 171.52px;
  margin-bottom: 60px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media (max-width:1024px) {
  .header__contents__nav .nav__mainlistsWr {
    margin-top: 119.94px;
    margin-bottom: 50px;
    padding-left: 30px;
    margin-inline: unset;
  }
}
.header__contents__nav .nav__mainlists {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(4, 1fr);
  gap: 20px 112px;
}
@media (max-width:1024px) {
  .header__contents__nav .nav__mainlists {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: unset;
    gap: 30px 30px;
  }
}
@media (min-width:1023px) {
  .header__contents__nav .nav__mainlists__list:first-child {
    grid-column: span 2;
  }
}
.header__contents__nav .nav__mainlists__list {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.header__contents__nav .nav__mainlists__list a {
  padding-top: 10px;
  padding-bottom: 10px;
}
.header__contents__nav .nav__mainlists__list span {
  color: rgb(255, 255, 255);
  letter-spacing: calc(70 / 1000 * 1em);
}
.header__contents__nav .nav__mainlists__list span:before {
  content: "";
  width: 12px;
  height: 12px;
  display: inline-block;
  background-color: rgb(255, 255, 255);
  opacity: 30%;
  border-radius: 9999px;
  margin-right: 20px;
}
.header__contents__nav .nav__lists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 3px rgb(33, 73, 140) solid;
  margin-bottom: 24px;
}
.header__contents__nav .nav__lists__list {
  width: 100%;
  border-bottom: 3px rgb(33, 73, 140) solid;
}
.header__contents__nav .nav__lists__list > a {
  background-color: rgba(33, 73, 140, 0.05);
}
.header__contents__nav .nav__lists__list a {
  width: 100%;
  height: 100%;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 64px;
  text-align: left;
}
@media (max-width:1024px) {
  .header__contents__nav .nav__lists__list a {
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 32px;
  }
}
.header__contents__nav .nav__lists__list span {
  color: rgb(33, 73, 140);
  font-weight: 700;
  font-size: calc(1.6rem * 1.25);
}
@media (max-width:1024px) {
  .header__contents__nav .nav__lists__list span {
    font-size: calc(1.6rem * 1);
  }
}
.header__contents__nav .nav__lists__list .list__items {
  border-top: 1px #dddddd solid;
}
.header__contents__nav .nav__lists__list .list__items__item {
  border-bottom: 1px #dddddd solid;
}
.header__contents__nav .nav__lists__list .list__items__item a span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
@media (max-width:1024px) {
  .header__contents__nav .nav__lists__list .list__items__item a span {
    gap: 8px;
  }
}
.header__contents__nav .nav__lists__list .list__items__item a span:before {
  content: "";
  width: 16px;
  height: 1.5px;
  background-color: rgb(33, 73, 140);
  display: inline-block;
}
@media (max-width:1024px) {
  .header__contents__nav .nav__lists__list .list__items__item a span:before {
    width: 12px;
  }
}
.header__contents__nav .nav__lists__list .list__items__item:last-child {
  border-bottom: 0;
}
.header__contents__nav .nav__linksWr {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding-bottom: 48px;
}
.header__contents__nav .nav__links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
@media (max-width:1024px) {
  .header__contents__nav .nav__links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
  }
}
.header__contents__nav .nav__links__list a span {
  color: rgb(33, 73, 140);
  border-bottom: 1px rgb(33, 73, 140) solid;
  font-size: calc(1.6rem * 0.875);
}
.header__contents__nav .nav__cta-box {
  margin-bottom: 40px;
}
@media (max-width:1024px) {
  .header__contents__nav .nav__cta-box {
    margin-bottom: 20px;
  }
}
.header__contents__nav .nav__otherlistsWr {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-bottom: 50px;
}
@media (max-width:1024px) {
  .header__contents__nav .nav__otherlistsWr {
    margin-inline: unset;
    width: 100%;
  }
}
.header__contents__nav .nav__otherlists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media (max-width:1024px) {
  .header__contents__nav .nav__otherlists {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
@media (max-width:1024px) {
  .header__contents__nav .nav__otherlists__list {
    border-bottom: 1px rgba(255, 255, 255, 0.1) solid;
  }
}
.header__contents__nav .nav__otherlists__list a {
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (max-width:1024px) {
  .header__contents__nav .nav__otherlists__list a {
    position: relative;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
  }
}
@media (max-width:1024px) {
  .header__contents__nav .nav__otherlists__list a:after {
    content: "";
    width: 6px;
    height: 10px;
    display: inline-block;
    background-image: url(../images/shape-arrow-nav.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: 37px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.header__contents__nav .nav__otherlists__list span {
  font-size: calc(1.6rem * 0.875);
  letter-spacing: calc(70 / 1000 * 1em);
  opacity: 0.7;
  color: rgb(255, 255, 255);
}
.header__contents__nav .nav__closeBottomWr {
  padding-bottom: 80px;
}
@media (max-width:1024px) {
  .header__contents__nav .nav__closeBottomWr {
    padding-bottom: 100px;
  }
}
.header__contents__nav .nav__closeBottom {
  border: 1px rgba(255, 255, 255, 0.4) solid;
  border-radius: 9999px;
  width: 200px;
  height: 40px;
  margin-inline: auto;
  opacity: 0.7;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (any-hover: hover) {
  .header__contents__nav .nav__closeBottom:hover {
    opacity: 0.5;
  }
}
.header__contents__nav .nav__closeBottom:before {
  position: absolute;
  content: "";
  display: inline-block;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 16px;
  height: 16px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  background-image: url(../images/shape-navclose.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.header__contents__nav .nav__closeBottom span {
  font-size: calc(1.6rem * 0.875);
  letter-spacing: calc(70 / 1000 * 1em);
  color: rgb(255, 255, 255);
}

.headerWr.menu-open + .main {
  position: relative;
}
.headerWr.menu-open + .main:after {
  content: "";
  width: 100%;
  height: 200%;
  display: inline-block;
  background-color: rgba(33, 73, 140, 0.75);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 8888;
  -webkit-animation: fadeIn 0.225s cubic-bezier(0.46, 0.03, 0.52, 0.96) forwards;
          animation: fadeIn 0.225s cubic-bezier(0.46, 0.03, 0.52, 0.96) forwards;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.footer {
  position: relative;
  z-index: 100;
  background-color: rgb(51, 51, 51);
  padding-top: 80px;
}
@media (max-width:1024px) {
  .footer {
    padding-top: 100px;
  }
}
@media (max-width:1024px) {
  .footer__contentsWr {
    padding-bottom: 110px;
  }
}
.footer__contents {
  padding-bottom: 100px;
}
@media (max-width:1024px) {
  .footer__contents {
    padding-bottom: 0;
  }
}
.footer__contents__logo {
  margin-inline: auto;
  margin-bottom: 80px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width:1024px) {
  .footer__contents__logo {
    margin-bottom: 50px;
  }
}
.footer__contents__logo img {
  width: 351.12px;
  height: 71.65px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width:1024px) {
  .footer__contents__logo img {
    width: 276px;
    height: 77.43px;
  }
}
.footer__contents__logo .logo__text {
  width: 100%;
  font-size: calc(1.6rem * 1.3125);
  letter-spacing: calc(70 / 1000 * 1em);
  color: rgb(255, 255, 255);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  gap: 9px;
}
@media (max-width:1024px) {
  .footer__contents__logo .logo__text {
    font-size: calc(1.6rem * 1);
  }
}
.footer__contents__logo .logo__text:before {
  content: "";
  width: 116px;
  height: 1px;
  display: inline-block;
  background-color: rgb(255, 255, 255);
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}
@media (max-width:1024px) {
  .footer__contents__logo .logo__text:before {
    width: 107px;
  }
}
.footer__contents__nav {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media (max-width:1024px) {
  .footer__contents__nav {
    width: 100%;
  }
}
.footer__contents__nav .nav__lists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media (max-width:1024px) {
  .footer__contents__nav .nav__lists {
    width: 100%;
    gap: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    border-top: 1px rgba(255, 255, 255, 0.1) solid;
  }
}
@media (max-width:1024px) {
  .footer__contents__nav .nav__lists__list {
    border-bottom: 1px rgba(255, 255, 255, 0.1) solid;
  }
}
@media (max-width:1024px) {
  .footer__contents__nav .nav__lists__list a {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    position: relative;
  }
}
@media (max-width:1024px) {
  .footer__contents__nav .nav__lists__list a:after {
    content: "";
    width: 6px;
    height: 10px;
    display: inline-block;
    background-image: url(../images/shape-arrow-nav.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: 37px;
    top: 50%;
    z-index: 1000;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.footer__contents__nav .nav__lists__list span {
  color: rgba(255, 255, 255, 0.7);
  font-size: calc(1.6rem * 0.875);
  letter-spacing: calc(70 / 1000 * 1em);
  line-height: calc(20 / 14);
}
.footer .copyright {
  padding-bottom: 30px;
  position: relative;
}
.footer .copyright:after {
  content: "";
  width: 100vw;
  height: 10px;
  display: inline-block;
  background-color: rgb(33, 73, 140);
  position: absolute;
  bottom: 0;
  left: 0;
}
.footer .copyright__contentsWr {
  background-color: rgba(85, 85, 85, 0.5);
}
.footer .copyright__contents {
  padding-top: 32px;
  padding-bottom: 31px;
  padding-right: min(calc(220 / 1400 * 100vw), 220px);
  display: block;
  width: 100%;
  font-size: calc(1.6rem * 0.6875);
  letter-spacing: calc(70 / 1000 * 1em);
  line-height: calc(20 / 11);
  color: rgba(255, 255, 255, 0.4);
  text-align: right;
}
@media (max-width:1024px) {
  .footer .copyright__contents {
    padding-right: max(calc(20 / 600 * 100vw), 20px);
  }
}

.comp-cta-btn {
  overflow: hidden;
  position: relative;
  z-index: 10;
}
.comp-cta-btn.blue {
  border: 2px rgb(33, 73, 140) solid;
}
.comp-cta-btn.green {
  border: 2px rgb(33, 140, 124) solid;
}
.comp-cta-btn__text span {
  position: relative;
  z-index: 100;
  -webkit-transition: color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.comp-cta-btn__arrow {
  z-index: 100;
}
.comp-cta-btn__arrow .icon-arrow {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: -webkit-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.comp-cta-btn a:after {
  content: "";
  width: 100%;
  height: 100%;
  display: inline-block;
  background-color: rgb(255, 255, 255);
  position: absolute;
  top: 0;
  left: -100%;
  z-index: 0;
  -webkit-transition: left 0.24s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: left 0.24s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  border-radius: 9999px;
}
@media (any-hover: hover) {
  .comp-cta-btn a:hover {
    opacity: 1;
  }
  .comp-cta-btn a:hover:after {
    left: 0;
  }
  .comp-cta-btn a:hover .comp-cta-btn__text span {
    color: rgb(33, 73, 140);
  }
  .comp-cta-btn a:hover .comp-cta-btn__arrow .icon-arrow {
    -webkit-transform: translateX(3px);
            transform: translateX(3px);
  }
}
@media (any-hover: hover) {
  .comp-cta-btn.green a:hover span {
    color: rgb(33, 140, 124);
  }
}

.casestudy__contents__btnMore {
  overflow: hidden;
  position: relative;
  z-index: 10;
}
.casestudy__contents__btnMore span {
  position: relative;
  z-index: 100;
  -webkit-transition: color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.casestudy__contents__btnMore .icon-arrow {
  z-index: 100;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: -webkit-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.casestudy__contents__btnMore .icon-arrow img {
  -webkit-transition: -webkit-filter 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: -webkit-filter 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: filter 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: filter 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-filter 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.casestudy__contents__btnMore a:after {
  content: "";
  width: 100%;
  height: 100%;
  display: inline-block;
  background-color: rgb(33, 73, 140);
  position: absolute;
  top: 0;
  left: -100%;
  z-index: 0;
  -webkit-transition: left 0.24s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: left 0.24s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  border-radius: 9999px;
}
@media (any-hover: hover) {
  .casestudy__contents__btnMore a:hover {
    opacity: 1;
  }
  .casestudy__contents__btnMore a:hover:after {
    left: 0;
  }
  .casestudy__contents__btnMore a:hover span {
    color: rgb(255, 255, 255);
  }
  .casestudy__contents__btnMore a:hover .icon-arrow {
    -webkit-transform: translateX(3px) translateY(-50%);
            transform: translateX(3px) translateY(-50%);
  }
  .casestudy__contents__btnMore a:hover .icon-arrow img {
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
  }
}
@media (any-hover: hover) {
  .casestudy__contents__btnMore.green a:hover span {
    color: rgb(33, 140, 124);
  }
}

.trig-fadein01 {
  opacity: 0;
  -webkit-transform: translateY(5%);
          transform: translateY(5%);
  -webkit-transition: opacity 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.trig-fadein01.js-fadein01 {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.trig-fadein02 {
  opacity: 0;
  -webkit-transition: opacity 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
  transition: opacity 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
}
.trig-fadein02.js-fadein02 {
  opacity: 1;
}
.trig-fadein02.cta-box {
  -webkit-transition-delay: 0.525s;
          transition-delay: 0.525s;
}

.trig-fadein02-fv {
  opacity: 0;
  -webkit-transition: opacity 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
  transition: opacity 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
}
.trig-fadein02-fv.js-fadein02-fv {
  opacity: 1;
}
.trig-fadein02-fv.cta-box {
  -webkit-transition-delay: 0.4875s;
          transition-delay: 0.4875s;
}

.trig-fadein03 {
  opacity: 0;
  -webkit-transform: translateX(-2%);
          transform: translateX(-2%);
  -webkit-transition: opacity 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.trig-fadein03.js-fadein03 {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.trig-fadein03-fv {
  opacity: 0;
  -webkit-transform: translateX(-2%);
          transform: translateX(-2%);
  -webkit-transition: opacity 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.trig-fadein03-fv.js-fadein03-fv {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.trig-movein01 {
  width: 100vw;
  height: 100vh;
  height: 100lvh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -5;
  background-image: url(../images/fv-bg-shape-black.webp);
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  -webkit-transition: -webkit-clip-path 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.525s;
  transition: -webkit-clip-path 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.525s;
  transition: clip-path 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.525s;
  transition: clip-path 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.525s, -webkit-clip-path 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.525s;
}
@media (max-width:1024px) {
  .trig-movein01 {
    background-image: url(../images/fv-bg-shape-black-sp.webp);
  }
}
.trig-movein01.js-movein {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}

.trig-movein02:after {
  content: "";
  width: 100%;
  aspect-ratio: 1400/500;
  display: inline-block;
  background-image: url(../images/cta-bg-shape-bottom-black.webp);
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 1;
  top: 145px;
  right: 0;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  -webkit-transition: -webkit-clip-path 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: -webkit-clip-path 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: clip-path 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: clip-path 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-clip-path 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media (max-width:1024px) {
  .trig-movein02:after {
    background-image: url(../images/cta-bg-shape-bottom-black-sp.webp);
    background-position: center;
    top: auto;
    bottom: 0;
    height: 100%;
  }
}
.trig-movein02.js-movein:after {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}

.trig-movein03:before {
  content: "";
  width: 100%;
  aspect-ratio: 1400/500;
  display: inline-block;
  background-image: url(../images/cta-bg-shape-green-black.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  -webkit-transition: -webkit-clip-path 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: -webkit-clip-path 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: clip-path 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: clip-path 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-clip-path 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media (max-width:1024px) {
  .trig-movein03:before {
    background-image: url(../images/cta-bg-shape-green-black-sp.webp);
    aspect-ratio: unset;
    height: 100%;
    background-position: top;
  }
}
.trig-movein03.js-movein:before {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}

.trig-extend {
  position: relative;
  background-color: transparent !important;
  overflow: hidden;
}
.trig-extend:after {
  content: "";
  width: 100%;
  height: 100%;
  display: inline-block;
  background-color: rgb(33, 73, 140);
  position: absolute;
  top: 0;
  left: -100%;
  z-index: 0;
  -webkit-transition: left 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: left 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.trig-extend span {
  position: relative;
  z-index: 10;
  opacity: 0;
  -webkit-transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.27s;
  transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.27s;
}
.trig-extend.js-extend span {
  opacity: 1;
}
.trig-extend.js-extend:after {
  left: 0;
}

.trig-extend02 {
  position: relative;
  background-color: transparent !important;
  overflow: hidden;
}
.trig-extend02:after {
  content: "";
  width: 100%;
  height: 100%;
  display: inline-block;
  background-color: rgb(33, 140, 124);
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%) scale(0, 1);
          transform: translate(-50%) scale(0, 1);
  z-index: 0;
  -webkit-transition: -webkit-transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: -webkit-transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.trig-extend02 p {
  position: relative;
  z-index: 10;
  opacity: 0;
  -webkit-transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.51s;
  transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.51s;
}
.trig-extend02.js-extend02 p {
  opacity: 1;
}
.trig-extend02.js-extend02:after {
  -webkit-transform: translate(-50%) scale(1, 1);
          transform: translate(-50%) scale(1, 1);
}

@-webkit-keyframes loop {
  0% {
    -webkit-transform: translateX(200%);
            transform: translateX(200%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes loop {
  0% {
    -webkit-transform: translateX(200%);
            transform: translateX(200%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes loop2 {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
@keyframes loop2 {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
@-webkit-keyframes loop3 {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  to {
    -webkit-transform: translateX(-300%);
            transform: translateX(-300%);
  }
}
@keyframes loop3 {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  to {
    -webkit-transform: translateX(-300%);
            transform: translateX(-300%);
  }
}
.slider1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.slider1__contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.slider1__contents:first-child {
  -webkit-animation: loop 150s linear infinite;
          animation: loop 150s linear infinite;
}
.slider1__contents:nth-child(2) {
  -webkit-animation: loop2 150s -100s linear infinite;
          animation: loop2 150s -100s linear infinite;
}
.slider1__contents:last-child {
  -webkit-animation: loop3 150s -50s linear infinite;
          animation: loop3 150s -50s linear infinite;
}

#viewport {
  overflow: hidden;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  cursor: -webkit-grab;
  cursor: grab;
}

#track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  will-change: transform;
}

.slide {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.body {
  position: relative;
}
.body.hidden {
  overflow: hidden;
}

.main {
  position: relative;
  background-color: rgb(245, 246, 248);
  overflow: hidden;
}

.fv {
  padding-top: calc(200 / 1400 * 100vw);
  padding-bottom: calc(132 / 1400 * 100vw);
  position: relative;
}
@media (max-width:1024px) {
  .fv {
    padding-left: 20px;
    padding-top: 250px;
    padding-bottom: 50px;
  }
}
.fv__contents {
  position: relative;
}
.fv__contents__copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: calc(20 / 1400 * 100vw);
  padding-left: calc(230 / 1400 * 100vw);
  gap: 6px;
  position: relative;
  z-index: 10;
}
@media (max-width:1024px) {
  .fv__contents__copy {
    padding-left: 0;
    margin-bottom: 20px;
  }
}
.fv__contents__copy .copy__top span,
.fv__contents__copy .copy__middle span,
.fv__contents__copy .copy__bottom span {
  font-size: calc(24 / 1400 * 100vw);
  color: rgb(33, 73, 140);
  letter-spacing: calc(70 / 1000 * 1em);
  line-height: 2;
  font-weight: 700;
  position: relative;
}
@media (max-width:1024px) {
  .fv__contents__copy .copy__top span,
  .fv__contents__copy .copy__middle span,
  .fv__contents__copy .copy__bottom span {
    font-size: calc(1.6rem * 1.5);
  }
}
.fv__contents__copy .copy__top span.bold,
.fv__contents__copy .copy__middle span.bold,
.fv__contents__copy .copy__bottom span.bold {
  font-size: calc(32 / 1400 * 100vw);
  letter-spacing: calc(70 / 1000 * 1em);
  line-height: calc(40 / 40);
}
@media (max-width:1024px) {
  .fv__contents__copy .copy__top span.bold,
  .fv__contents__copy .copy__middle span.bold,
  .fv__contents__copy .copy__bottom span.bold {
    font-size: calc(1.6rem * 2);
  }
}
.fv__contents__copy .copy__top span.bold.shape,
.fv__contents__copy .copy__middle span.bold.shape,
.fv__contents__copy .copy__bottom span.bold.shape {
  font-size: calc(40 / 1400 * 100vw);
  margin-right: calc(8 / 1400 * 100vw);
}
@media (max-width:1024px) {
  .fv__contents__copy .copy__top span.bold.shape,
  .fv__contents__copy .copy__middle span.bold.shape,
  .fv__contents__copy .copy__bottom span.bold.shape {
    font-size: calc(1.6rem * 2.5);
    margin-right: 8px;
  }
}
.fv__contents__copy .copy__top span.shape:before, .fv__contents__copy .copy__top span.shape:after,
.fv__contents__copy .copy__middle span.shape:before,
.fv__contents__copy .copy__middle span.shape:after,
.fv__contents__copy .copy__bottom span.shape:before,
.fv__contents__copy .copy__bottom span.shape:after {
  content: "";
  width: calc(10 / 1400 * 100vw);
  height: calc(22 / 1400 * 100vw);
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  display: inline-block;
  background-image: url(../images/shape-kagi-front.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: calc(4 / 1400 * 100vw);
}
@media (max-width:1024px) {
  .fv__contents__copy .copy__top span.shape:before, .fv__contents__copy .copy__top span.shape:after,
  .fv__contents__copy .copy__middle span.shape:before,
  .fv__contents__copy .copy__middle span.shape:after,
  .fv__contents__copy .copy__bottom span.shape:before,
  .fv__contents__copy .copy__bottom span.shape:after {
    width: 10px;
    height: 22px;
    margin-right: 4px;
  }
}
.fv__contents__copy .copy__top span.shape:after,
.fv__contents__copy .copy__middle span.shape:after,
.fv__contents__copy .copy__bottom span.shape:after {
  background-image: url(../images/shape-kagi-back.svg);
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
  margin-right: 0;
  margin-left: calc(4 / 1400 * 100vw);
}
@media (max-width:1024px) {
  .fv__contents__copy .copy__top span.shape:after,
  .fv__contents__copy .copy__middle span.shape:after,
  .fv__contents__copy .copy__bottom span.shape:after {
    margin-left: 4px;
  }
}
@media (max-width:1024px) {
  .fv__contents__copy .copy__bottom span.bold.shape {
    font-size: calc(1.6rem * 2.5);
  }
}
.fv__contents__subcopy {
  padding-left: calc(230 / 1400 * 100vw);
  font-size: calc(14 / 1400 * 100vw);
  letter-spacing: calc(70 / 1000 * 1em);
  line-height: calc(24 / 14);
}
@media (max-width:1024px) {
  .fv__contents__subcopy {
    padding-left: 0;
    font-size: calc(1.6rem * 0.875);
  }
}
.fv__contents__images {
  width: calc(792 / 1400 * 100vw);
  height: calc(514 / 1400 * 100vw);
  position: absolute;
  top: calc(-200 / 1400 * 100vw);
  right: calc(200 / 1400 * 100vw);
  z-index: 0;
}
@media (max-width:1024px) {
  .fv__contents__images {
    width: clamp(calc(356 * calc(320 / 375) * 1px), calc(356 / 375 * 100vw), 356px);
    aspect-ratio: 356/244;
    height: auto;
    top: clamp(calc(-220 * calc(320 / 375) * 1px), calc(-220 / 375 * 100vw), -220px);
    right: 0;
  }
}
@media (max-width:600px) {
  .fv__contents__images {
    top: -220px;
  }
}

.fv-bg {
  width: 100vw;
  height: 100vh;
  height: 100lvh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -10;
  background-image: url(../images/fv-bg-shape.webp);
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}
@media (max-width:1024px) {
  .fv-bg {
    background-image: url(../images/fv-bg-shape-sp.webp);
  }
}

.fv-text {
  width: calc(80 / 1400 * 100vw);
  height: calc(424 / 1400 * 100vw);
  background-image: url(../images/text-auditor.webp);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: fixed;
  z-index: -1;
  top: calc(120 / 1400 * 100vw);
  left: calc(-3 / 1400 * 100vw);
}
@media (max-width:1024px) {
  .fv-text {
    display: none;
  }
}

.fv-cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: calc(-96 / 1400 * 100vw);
  padding-bottom: 246px;
}
@media (max-width:1024px) {
  .fv-cta {
    margin-top: 0;
    padding-bottom: 50px;
  }
}

.Wr {
  background-color: rgb(245, 246, 248);
}

.intro__contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 18px;
  padding-top: 96px;
  padding-bottom: 184px;
  background-image: url(../images/intro-bg.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
@media (max-width:1024px) {
  .intro__contents {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.intro__contents:after {
  content: "";
  width: 100%;
  height: 100%;
  display: inline-block;
  background-color: rgba(33, 73, 140, 0.7);
  position: absolute;
  top: 0;
  left: 0;
}
.intro__contents .vcol {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 5000;
}
@media (max-width:1024px) {
  .intro__contents .vcol {
    gap: 6px;
  }
}
.intro__contents .vcol span {
  font-size: calc(1.6rem * 1.5);
  color: rgb(255, 255, 255);
  font-weight: 500;
}
@media (max-width:1024px) {
  .intro__contents .vcol span {
    font-size: calc(1.6rem * 1);
  }
}

.about {
  margin-bottom: -224px;
  position: relative;
}
.about:after {
  content: "";
  width: 100%;
  aspect-ratio: 1400/200;
  display: inline-block;
  background-image: url(../images/about-bg-shape.webp);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
@media (max-width:1024px) {
  .about:after {
    background-image: url(../images/about-bg-shape-sp.webp);
    aspect-ratio: 376/200;
  }
}
@media (max-width:1024px) {
  .about {
    padding-top: 50px;
    margin-bottom: 0;
    margin-bottom: -50px;
  }
}
.about__contents {
  position: relative;
  z-index: 10;
}
.about__contents__content {
  padding-top: 72px;
  padding-bottom: 80px;
  padding-left: 50px;
  padding-right: 50px;
  width: 960px;
  height: auto;
  margin-inline: auto;
  border-radius: 20px;
  background-color: white;
  -webkit-transform: translateY(-64px);
          transform: translateY(-64px);
}
@media (max-width:1024px) {
  .about__contents__content {
    width: 94.667%;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    padding: 30px 20px 20px 20px;
  }
}
.about__contents__content .content__heads {
  margin-left: -50px;
  margin-bottom: 30px;
}
@media (max-width:1024px) {
  .about__contents__content .content__heads {
    margin-left: -20px;
  }
}
.about__contents__content .content__copy {
  font-size: calc(1.6rem * 2);
  line-height: calc(54 / 32);
  letter-spacing: calc(70 / 1000 * 1em);
  margin-bottom: 50px;
}
@media (max-width:1024px) {
  .about__contents__content .content__copy {
    font-size: calc(1.6rem * 1);
    line-height: calc(28 / 16);
    margin-bottom: 30px;
  }
}
.about__contents__content .content__textsImg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 38px;
  margin-bottom: 50px;
}
@media (max-width:1024px) {
  .about__contents__content .content__textsImg {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 51px;
    margin-bottom: 30px;
  }
}
.about__contents__content .content__textsImg__para {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  gap: 24px;
}
@media (max-width:1024px) {
  .about__contents__content .content__textsImg__para {
    gap: 14px;
  }
}
.about__contents__content .content__textsImg__para p {
  font-size: calc(1.6rem * 0.875);
  letter-spacing: calc(70 / 1000 * 1em);
  line-height: calc(24 / 14);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.about__contents__content .content__textsImg__para p span {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  line-height: calc(21 / 12);
  margin-right: 2px;
}
.about__contents__content .content__textsImg__para p.small {
  margin-top: 26px;
  font-size: calc(1.6rem * 0.75);
  letter-spacing: calc(70 / 1000 * 1em);
  line-height: calc(21 / 12);
  color: rgba(51, 51, 51, 0.7);
}
@media (max-width:1024px) {
  .about__contents__content .content__textsImg__para p.small {
    margin-top: 16px;
    letter-spacing: calc(0 / 1000 * 1em);
  }
}
.about__contents__content .content__textsImg__image {
  width: 403px;
  height: 532px;
}
@media (max-width:1024px) {
  .about__contents__content .content__textsImg__image {
    width: 100%;
    height: auto;
    aspect-ratio: 315/400;
  }
}
.about__contents__content .content__textsImg__image img {
  border-radius: 0 50px;
}
@media (max-width:1024px) {
  .about__contents__content .content__textsImg__image img {
    border-radius: 0 30px;
  }
}
.about__contents__content .content__job {
  background-color: rgb(245, 246, 248);
  padding-top: 41px;
  padding-left: 100px;
  padding-right: 100px;
  padding-bottom: 52.5px;
  border-radius: 20px;
}
@media (max-width:1024px) {
  .about__contents__content .content__job {
    padding: 40px 20px 50px 20px;
  }
}
.about__contents__content .content__job__head {
  font-size: calc(1.6rem * 1.5);
  letter-spacing: calc(70 / 1000 * 1em);
  margin-bottom: 50px;
  margin-inline: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width:1024px) {
  .about__contents__content .content__job__head {
    margin-bottom: 30px;
  }
}
.about__contents__content .content__job__texts .texts__para {
  text-align: center;
  margin-bottom: 30px;
  line-height: calc(28 / 16);
  letter-spacing: calc(70 / 1000 * 1em);
  margin-bottom: 50px;
}
@media (max-width:1024px) {
  .about__contents__content .content__job__texts .texts__para {
    text-align: center;
    font-size: calc(1.6rem * 0.875);
    line-height: calc(24 / 14);
    margin-bottom: 30px;
  }
}
.about__contents__content .content__job__texts .texts__listsWr {
  background-color: rgb(255, 255, 255);
  padding: 50px 77px 50px 100px;
  margin-bottom: 50px;
}
@media (max-width:1024px) {
  .about__contents__content .content__job__texts .texts__listsWr {
    padding: 30px 13px 30px 13px;
  }
}
.about__contents__content .content__job__texts .texts__lists {
  margin-bottom: 50px;
}
@media (max-width:1024px) {
  .about__contents__content .content__job__texts .texts__lists {
    margin-bottom: 30px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-inline: auto;
  }
}
.about__contents__content .content__job__texts .texts__lists li {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width:1024px) {
  .about__contents__content .content__job__texts .texts__lists li {
    width: auto;
    margin-inline: unset;
  }
}
@media (max-width:1024px) {
  .about__contents__content .content__job__texts .texts__lists li:last-child {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.about__contents__content .content__job__texts .texts__lists li p {
  font-size: calc(1.6rem * 1.25);
  letter-spacing: calc(70 / 1000 * 1em);
  line-height: calc(34 / 20);
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width:1024px) {
  .about__contents__content .content__job__texts .texts__lists li p {
    font-size: calc(1.6rem * 1);
    line-height: calc(28 / 16);
  }
}
@media (max-width: 360px) {
  .about__contents__content .content__job__texts .texts__lists li p {
    font-size: calc(1.6rem * 0.875);
  }
}
.about__contents__content .content__job__texts .texts__lists li p:before {
  content: "";
  width: 12px;
  height: 12px;
  background: rgb(33, 73, 140);
  border-radius: 50%;
  left: 0;
  top: 8px;
  display: block;
  margin-right: 10px;
}
@media (max-width:1024px) {
  .about__contents__content .content__job__texts .texts__lists li p:before {
    width: 8px;
    height: 8px;
  }
}
.about__contents__content .content__job__texts .texts__lists li span {
  font-size: calc(1.6rem * 1);
  letter-spacing: calc(70 / 1000 * 1em);
  line-height: calc(34 / 16);
  margin-bottom: -4px;
}
@media (max-width:1024px) {
  .about__contents__content .content__job__texts .texts__lists li span.ml-11 {
    margin-left: 11px;
  }
}
@media (max-width:1024px) {
  .about__contents__content .content__job__texts .texts__lists li span {
    font-size: calc(1.6rem * 0.75);
    line-height: calc(28 / 12);
  }
}
@media (max-width: 360px) {
  .about__contents__content .content__job__texts .texts__lists li span {
    font-size: calc(1.6rem * 0.675);
  }
}
.about__contents__content .content__job__texts .texts__note {
  font-size: calc(1.6rem * 0.875);
  line-height: calc(28 / 14);
  letter-spacing: calc(70 / 1000 * 1em);
  color: rgba(51, 51, 51, 0.7);
  text-align: center;
}
@media (max-width:1024px) {
  .about__contents__content .content__job__texts .texts__note {
    text-align: center;
    font-size: calc(1.6rem * 0.75);
  }
}
.about__contents__content .content__job__texts .texts__bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media (max-width:1024px) {
  .about__contents__content .content__job__texts .texts__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
.about__contents__content .content__job__texts .texts__bottom__left {
  padding-right: 25px;
  height: 100%;
  font-weight: 700;
  white-space: nowrap;
}
@media (max-width:1024px) {
  .about__contents__content .content__job__texts .texts__bottom__left {
    padding-left: 0;
    padding-bottom: 15px;
  }
}
.about__contents__content .content__job__texts .texts__bottom__right {
  padding-left: 25px;
  border-left: 1px rgb(51, 51, 51) solid;
}
@media (max-width:1024px) {
  .about__contents__content .content__job__texts .texts__bottom__right {
    border-left: none;
    border-top: 1px rgb(51, 51, 51) solid;
    padding-top: 15px;
    padding-left: 0;
  }
}
.about__contents__content .content__job__texts .texts__bottom__right ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.about__contents__content .content__job__texts .texts__bottom__right li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.about__contents__content .content__job__texts .texts__bottom__right li div {
  -webkit-transform: translateY(6px);
          transform: translateY(6px);
}
@media (max-width:1024px) {
  .about__contents__content .content__job__texts .texts__bottom__right li div {
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
  }
}
.about__contents__content .content__job__texts .texts__bottom__right li p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  font-size: calc(1.6rem * 0.875);
  letter-spacing: calc(70 / 1000 * 1em);
  line-height: calc(28 / 14);
}
@media (max-width:1024px) {
  .about__contents__content .content__job__texts .texts__bottom__right li p {
    white-space: wrap;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    font-size: calc(1.6rem * 0.75);
  }
}
.about__contents__content .content__job__texts .texts__bottom__right li span {
  font-size: calc(1.6rem * 0.75);
  letter-spacing: calc(70 / 1000 * 1em);
  white-space: nowrap;
}
@media (max-width:1024px) {
  .about__contents__content .content__job__texts .texts__bottom__right li span {
    white-space: nowrap;
    font-size: calc(1.6rem * 0.75);
  }
}

.concern {
  background-image: url(../images/concern-bg.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 0;
}
@media (max-width:1024px) {
  .concern {
    background-image: url(../images/concern-bg-sp.webp);
    background-position: top;
  }
}
.concern:after {
  content: "";
  width: 100%;
  height: 100%;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(38, 66, 112, 0.7);
  z-index: 1;
}
@media (max-width:1024px) {
  .concern:after {
    height: 40%;
    top: auto;
    bottom: 0;
    background-color: unset;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #21498c), to(rgba(33, 73, 140, 0)));
    background: -webkit-linear-gradient(bottom, #21498c 50%, rgba(33, 73, 140, 0) 100%);
    background: linear-gradient(0deg, #21498c 50%, rgba(33, 73, 140, 0) 100%);
  }
}
.concern__contents {
  padding-top: 302px;
  padding-bottom: 170px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 10;
}
@media (max-width:1024px) {
  .concern__contents {
    padding-top: 150px;
    padding-bottom: 100px;
  }
}
.concern__contents__head {
  color: rgb(255, 255, 255);
  font-size: calc(1.6rem * 1.5);
  letter-spacing: calc(70 / 1000 * 1em);
  line-height: calc(41 / 24);
  margin-bottom: 50px;
  margin-inline: auto;
  font-weight: 500;
}
@media (max-width:1024px) {
  .concern__contents__head {
    text-align: center;
    font-size: calc(1.6rem * 0.875);
    line-height: calc(28 / 14);
  }
}
.concern__contents__listsWr {
  margin-bottom: 68px;
}
@media (max-width:1024px) {
  .concern__contents__listsWr {
    margin-bottom: 48px;
    width: 89.333%;
  }
}
.concern__contents__lists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.concern__contents__lists .lists__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 11.5px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 18px 50px;
  min-width: 600px;
}
@media (max-width:1024px) {
  .concern__contents__lists .lists__list {
    gap: 16px;
    min-width: unset;
    padding: 13.3px 20px;
    width: 100%;
    max-width: 335px;
  }
}
.concern__contents__lists .lists__list .icon-check {
  width: 16px;
  height: 16.5px;
  background-image: url(../images/shape-checkbox.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.concern__contents__lists .lists__list .icon-check img {
  -o-object-fit: contain;
     object-fit: contain;
}
.concern__contents__lists .lists__list p {
  letter-spacing: calc(70 / 1000 * 1em);
  line-height: calc(30 / 16);
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width:1024px) {
  .concern__contents__lists .lists__list p {
    font-size: calc(1.6rem * 0.875);
    letter-spacing: calc(70 / 1000 * 1em);
    line-height: calc(24 / 14);
  }
}
.concern__contents__answer {
  background-color: rgb(33, 140, 124);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
  padding: 26px 126px 30px 126px;
}
@media (max-width:1024px) {
  .concern__contents__answer {
    padding: 20px 26px 20px 26px;
    gap: 0;
  }
}
.concern__contents__answer p {
  color: rgb(255, 255, 255);
  font-size: calc(1.6rem * 1.5);
  letter-spacing: calc(70 / 1000 * 1em);
}
@media (max-width:1024px) {
  .concern__contents__answer p {
    font-size: calc(1.6rem * 1);
    line-height: calc(28 / 16);
  }
}
.concern__contents__answer p span {
  font-size: 1.333em;
  margin-right: 3px;
  margin-left: 3px;
}
@media (max-width:1024px) {
  .concern__contents__answer p:last-child {
    line-height: 2.15;
  }
}

.strong {
  padding-top: 200px;
  padding-bottom: 200px;
  position: relative;
}
@media (max-width:1024px) {
  .strong {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.strong .strong-text {
  width: 80px;
  height: 396px;
  background-image: url(../images/text-strong.webp);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
  position: absolute;
  top: 22px;
  right: 0;
}
@media (max-width:1024px) {
  .strong .strong-text {
    width: 50px;
    height: 201px;
    top: 0;
  }
}
.strong__contents {
  padding-left: min(calc(200 / 1400 * 100vw), 200px);
  padding-right: min(calc(200 / 1400 * 100vw), 200px);
  position: relative;
  z-index: 200;
}
@media (max-width:1024px) {
  .strong__contents {
    padding-left: max(calc(20 / 600 * 100vw), 20px);
    padding-right: max(calc(20 / 600 * 100vw), 20px);
  }
}
.strong__contents__heads {
  margin-bottom: 50px;
}
@media (max-width:1024px) {
  .strong__contents__heads {
    margin-left: min(calc(-20 / 600 * 100vw), -20px);
  }
}
.strong__contents__heads .heads__head {
  padding-right: 220px;
}
@media (max-width:1024px) {
  .strong__contents__heads .heads__head {
    padding-right: 133px;
  }
}
.strong__contents__listsWr {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width:1024px) {
  .strong__contents__listsWr {
    padding: 0;
  }
}
.strong__contents__lists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 30px 20px;
}
@media (max-width:1024px) {
  .strong__contents__lists {
    gap: 20px;
  }
}
.strong__contents__lists .lists__list {
  width: 48.4468085106%;
  padding: 16px 38px 30px 38px;
  background-color: rgb(255, 255, 255);
  border-radius: 20px;
}
@media (max-width:1024px) {
  .strong__contents__lists .lists__list {
    padding: 20px;
    width: 100%;
  }
}
.strong__contents__lists .lists__list__num {
  color: rgb(33, 73, 140);
  margin-top: -26px;
  margin-bottom: 24px;
  margin-left: -10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 11px;
  font-weight: 700;
}
@media (max-width:1024px) {
  .strong__contents__lists .lists__list__num {
    gap: 9px;
    margin-bottom: 30px;
    margin-left: 0;
  }
}
.strong__contents__lists .lists__list__num span {
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}
.strong__contents__lists .lists__list__num span[num-data="1"] {
  width: 20px;
}
.strong__contents__lists .lists__list__num span[num-data="2"] {
  width: 30px;
}
.strong__contents__lists .lists__list__num span[num-data="3"] {
  width: 28px;
}
.strong__contents__lists .lists__list__num span[num-data="4"] {
  width: 30px;
}
.strong__contents__lists .lists__list__head {
  font-size: calc(1.6rem * 1.25);
  letter-spacing: calc(70 / 1000 * 1em);
  font-weight: 500;
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width:1024px) {
  .strong__contents__lists .lists__list__head {
    font-size: calc(1.6rem * 1);
    margin-bottom: 30px;
  }
}
.strong__contents__lists .lists__list__para {
  font-size: calc(1.6rem * 0.875);
  line-height: calc(24 / 14);
}

.consult {
  padding-top: 128.5px;
  padding-bottom: 200px;
  background-color: rgb(226, 229, 234);
  position: relative;
}
@media (max-width:1024px) {
  .consult {
    padding-top: 97px;
    padding-bottom: 111px;
  }
}
.consult__contents {
  padding-left: min(calc(200 / 1400 * 100vw), 200px);
  padding-right: min(calc(200 / 1400 * 100vw), 200px);
}
@media (max-width:1024px) {
  .consult__contents {
    padding-left: max(calc(20 / 600 * 100vw), 20px);
    padding-right: max(calc(20 / 600 * 100vw), 20px);
  }
}
.consult__contents__heads {
  margin-bottom: 45.5px;
}
@media (max-width:1024px) {
  .consult__contents__heads {
    margin-left: min(calc(-20 / 600 * 100vw), -20px);
    margin-bottom: 30px;
  }
}
@media (max-width:1024px) {
  .consult__contents__heads .heads__head {
    padding-right: 82px;
  }
}
.consult__contents__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width:1024px) {
  .consult__contents__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.consult__contents__content .content__texts {
  padding-left: 56px;
}
@media (max-width:1024px) {
  .consult__contents__content .content__texts {
    padding-left: 0;
    display: contents;
  }
}
.consult__contents__content .content__texts__copy {
  width: 480px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 50px;
}
@media (max-width:1024px) {
  .consult__contents__content .content__texts__copy {
    gap: 2px;
    margin-bottom: 31px;
  }
}
.consult__contents__content .content__texts__copy p {
  font-size: calc(1.6rem * 2);
  line-height: calc(54 / 32);
  letter-spacing: calc(70 / 1000 * 1em);
}
@media (max-width:1024px) {
  .consult__contents__content .content__texts__copy p {
    font-size: calc(1.6rem * 1);
    line-height: calc(28 / 16);
  }
}
.consult__contents__content .content__texts__copy p:last-child {
  margin-left: 8px;
}
.consult__contents__content .content__texts__para {
  width: 480px;
  font-size: calc(1.6rem * 0.875);
  letter-spacing: calc(70 / 1000 * 1em);
  line-height: calc(24 / 14);
  margin-bottom: 22px;
  padding-right: 60px;
}
@media (max-width:1024px) {
  .consult__contents__content .content__texts__para {
    width: 100%;
    padding-right: 30px;
    margin-bottom: 0;
  }
}
.consult__contents__content .content__texts__name {
  margin-left: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width:1024px) {
  .consult__contents__content .content__texts__name {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
    padding-right: 10px;
  }
}
.consult__contents__content .content__texts__name .name__company {
  margin-bottom: 8px;
  letter-spacing: calc(70 / 1000 * 1em);
  line-height: calc(24 / 16);
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width:1024px) {
  .consult__contents__content .content__texts__name .name__company {
    font-size: calc(1.6rem * 0.875);
    line-height: calc(24 / 14);
  }
}
.consult__contents__content .content__texts__name .name__full {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  font-size: calc(1.6rem * 1.5);
  letter-spacing: calc(70 / 1000 * 1em);
}
@media (max-width:1024px) {
  .consult__contents__content .content__texts__name .name__full {
    font-size: calc(1.6rem * 1.125);
  }
}
.consult__contents__content .content__image {
  width: 490px;
  height: 440px;
  margin-top: auto;
  -webkit-transform: translateX(-18px);
          transform: translateX(-18px);
}
@media (max-width:1024px) {
  .consult__contents__content .content__image {
    width: 95%;
    height: auto;
    margin-inline: auto;
    -webkit-transform: unset;
            transform: unset;
    margin-top: 48px;
    margin-bottom: 24px;
  }
}
.consult__contents__content .content__image img {
  -o-object-fit: contain;
     object-fit: contain;
}
.consult .consult-text {
  width: 80px;
  height: 630px;
  background-image: url(../images/text-consultant.webp);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 10;
  position: absolute;
  top: 40px;
  left: 0;
}
@media (max-width:1024px) {
  .consult .consult-text {
    width: 50px;
    height: 315px;
    top: 0;
    left: auto;
    right: -4px;
  }
}

.casestudy {
  padding-top: 144px;
  padding-bottom: 200px;
  position: relative;
}
@media (max-width:1024px) {
  .casestudy {
    padding-top: 100px;
    padding-bottom: 104px;
  }
}
.casestudy .casestudy-text {
  width: 80px;
  height: 595px;
  background-image: url(../images/text-case.webp);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
  position: absolute;
  top: 5px;
  right: 0;
}
@media (max-width:1024px) {
  .casestudy .casestudy-text {
    width: 50px;
    height: 300px;
    right: 0px;
  }
}
.casestudy__contents {
  position: relative;
  z-index: 10;
}
.casestudy__contents__heads {
  margin-bottom: 50px;
  padding-left: min(calc(200 / 1400 * 100vw), 200px);
  padding-right: min(calc(200 / 1400 * 100vw), 200px);
}
@media (max-width:1024px) {
  .casestudy__contents__heads {
    padding-left: 0;
  }
}
@media (max-width:1024px) {
  .casestudy__contents__heads .heads__head {
    padding-right: 82px;
  }
}
.casestudy__contents__listsAllWr {
  margin-bottom: 48px;
  height: 220px;
  position: relative;
}
.casestudy__contents__listsWr {
  margin-bottom: 48px;
  height: 220px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.casestudy__contents__lists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-bottom: 32px;
}
.casestudy__contents__lists .lists__list {
  background-color: rgb(255, 255, 255);
  width: 320px;
  height: 220px;
  border-radius: 20px;
  padding: 16px 21px;
}
.casestudy__contents__lists .lists__list span {
  line-height: calc(12 / 16);
  letter-spacing: calc(70 / 1000 * 1em);
  font-weight: 700;
  color: rgb(33, 73, 140);
}
.casestudy__contents__lists .lists__list p {
  font-size: calc(1.6rem * 1.25);
  letter-spacing: calc(70 / 1000 * 1em);
  line-height: calc(34 / 20);
}
.casestudy__contents__btnMore {
  border-radius: 9999px;
  border: 1px rgb(33, 73, 140) solid;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-bottom: 50px;
  width: 300px;
  height: 60px;
}
.casestudy__contents__btnMore a {
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.casestudy__contents__btnMore span {
  color: rgb(33, 73, 140);
  font-size: calc(1.6rem * 1.125);
  letter-spacing: calc(70 / 1000 * 1em);
  line-height: calc(12 / 18);
}
.casestudy__contents__btnMore .icon-arrow {
  width: 12px;
  height: 16px;
  position: absolute;
  right: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.casestudy__contents__btnMore .icon-arrow img {
  -o-object-fit: contain;
     object-fit: contain;
}
.casestudy__contents__para {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 100px;
  margin-inline: auto;
}
@media (max-width:1024px) {
  .casestudy__contents__para {
    max-width: 312px;
  }
}
.casestudy__contents__para {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.casestudy__contents__para span {
  font-size: calc(1.6rem * 0.75);
  letter-spacing: calc(70 / 1000 * 1em);
  line-height: calc(21 / 12);
  color: rgba(51, 51, 51, 0.7);
}
.casestudy__contents__imagesAllWr {
  height: 340px;
  position: relative;
}
.casestudy__contents__imagesWr {
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.casestudy__contents__images {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.casestudy__contents .images__image {
  width: 375px;
  height: 250px;
}
.casestudy__contents .images__image:last-child {
  margin-right: 20px;
}
.casestudy__contents .images__image.small {
  width: 226px;
  height: 300px;
  margin-top: 40px;
}
.casestudy__contents .images__image img {
  border-radius: 0 50px;
}
.casestudy .indicator {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-bottom: 52px;
}
.casestudy .indicator-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.casestudy .indicator-dot {
  width: 12px;
  height: 12px;
  background-color: rgb(226, 229, 234);
  border-radius: 9999px;
}
.casestudy .indicator-dot.active {
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(33, 73, 140)), to(rgb(17, 37, 70)));
  background: -webkit-linear-gradient(top, rgb(33, 73, 140) 0%, rgb(17, 37, 70) 100%);
  background: linear-gradient(180deg, rgb(33, 73, 140) 0%, rgb(17, 37, 70) 100%);
}

.flow {
  padding-top: 106px;
  padding-bottom: 200px;
  background-color: rgb(226, 229, 234);
  position: relative;
  z-index: 0;
}
@media (max-width:1024px) {
  .flow {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.flow .flow-text {
  width: 80px;
  height: 274px;
  background-image: url(../images/text-flow.webp);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 10;
  position: absolute;
  top: 26px;
  left: 0;
}
@media (max-width:1024px) {
  .flow .flow-text {
    width: 50px;
    height: 140px;
    left: auto;
    right: -4px;
    top: 0;
  }
}
.flow__contents {
  padding-left: min(calc(200 / 1400 * 100vw), 200px);
  padding-right: min(calc(200 / 1400 * 100vw), 200px);
  position: relative;
  z-index: 200;
}
@media (max-width:1024px) {
  .flow__contents {
    padding-left: max(calc(20 / 600 * 100vw), 20px);
    padding-right: 0;
  }
}
@media (max-width:1024px) {
  .flow__contents.inner {
    max-width: unset;
  }
}
.flow__contents__heads {
  margin-bottom: 51.5px;
  padding-right: 142px;
}
@media (max-width:1024px) {
  .flow__contents__heads {
    margin-bottom: 50px;
    padding-right: 48px;
    margin-left: min(calc(-20 / 600 * 100vw), -20px);
  }
}
.flow__contents__heads .heads__head {
  padding-right: 48px;
}
.flow__contents__listsWr {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width:1024px) {
  .flow__contents__listsWr {
    padding: 0;
    position: relative;
    height: 238px;
  }
}
.flow__contents__lists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media (max-width:1024px) {
  .flow__contents__lists {
    width: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    overflow-x: scroll;
  }
}
.flow__contents__lists .lists__list {
  background-color: rgb(255, 255, 255);
  border-radius: 20px;
  padding: 16px 16px 30px 16px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  z-index: 10;
}
@media (max-width:1024px) {
  .flow__contents__lists .lists__list {
    width: 220px;
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    padding: 16px 20px 32px 20px;
  }
}
.flow__contents__lists .lists__list:after {
  content: "";
  width: 10px;
  height: 20px;
  display: inline-block;
  background-image: url(../images/shape-tri.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: -10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 0;
}
.flow__contents__lists .lists__list:last-child:after {
  display: none;
}
.flow__contents__lists .lists__list__num {
  text-align: left;
  color: rgb(33, 73, 140);
  font-weight: 700;
  letter-spacing: calc(70 / 1000 * 1em);
  line-height: calc(12 / 16);
  margin-bottom: 30px;
}
@media (max-width:1024px) {
  .flow__contents__lists .lists__list__num {
    margin-left: -4px;
  }
}
.flow__contents__lists .lists__list__step {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-bottom: 30px;
}
.flow__contents__lists .lists__list__step .large {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  font-size: calc(1.6rem * 1.125);
  letter-spacing: calc(70 / 1000 * 1em);
  line-height: calc(24 / 18);
}
.flow__contents__lists .lists__list__step .small {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  font-size: calc(1.6rem * 0.875);
  letter-spacing: calc(70 / 1000 * 1em);
  line-height: calc(24 / 14);
}
@media (max-width:1024px) {
  .flow__contents__lists .lists__list__step .small {
    font-size: calc(1.6rem * 0.75);
    line-height: calc(20 / 12);
  }
}
.flow__contents__lists .lists__list__para {
  font-size: calc(1.6rem * 0.75);
  line-height: calc(20 / 12);
}

.faq {
  padding-top: 100px;
  padding-bottom: 215px;
  background-color: rgb(245, 246, 248);
  position: relative;
  z-index: 0;
}
@media (max-width:1024px) {
  .faq {
    padding-bottom: 100px;
  }
}
.faq .faq-text {
  width: 80px;
  height: 190px;
  background-image: url(../images/text-faq.webp);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 10;
  position: absolute;
  top: 8px;
  right: 0;
}
@media (max-width:1024px) {
  .faq .faq-text {
    width: 50px;
    height: 98px;
    top: 4px;
  }
}
.faq__contents {
  padding-left: min(calc(200 / 1400 * 100vw), 200px);
  padding-right: min(calc(200 / 1400 * 100vw), 200px);
}
@media (max-width:1024px) {
  .faq__contents {
    padding-left: max(calc(20 / 600 * 100vw), 20px);
    padding-right: max(calc(20 / 600 * 100vw), 20px);
  }
}
.faq__contents__heads {
  margin-bottom: 50px;
}
@media (max-width:1024px) {
  .faq__contents__heads {
    margin-left: min(calc(-20 / 600 * 100vw), -20px);
  }
}
.faq__contents__heads .heads__head {
  padding-right: 220px;
}
@media (max-width:1024px) {
  .faq__contents__heads .heads__head {
    padding-right: 133px;
  }
}
.faq__contents__listsWr {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  position: relative;
  z-index: 5000;
}
.faq__contents__lists {
  gap: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.faq__contents__lists .lists__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  border-radius: 10px;
  overflow: hidden;
  background-color: rgb(255, 255, 255);
}
.faq__contents__lists .lists__list:hover {
  opacity: 0.25;
}
@media (max-width:1024px) {
  .faq__contents__lists .lists__list:has(.active) .qa__q {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.faq__contents__lists .lists__list:has(.active) .qa__q__shape {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.faq__contents__lists .lists__list:has(.active):hover {
  opacity: 1;
}
.faq__contents__lists .lists__list__qa {
  width: 100%;
}
.faq__contents__lists .lists__list__qa .qa__q,
.faq__contents__lists .lists__list__qa .qa__a {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (max-width:1024px) {
  .faq__contents__lists .lists__list__qa .qa__q,
  .faq__contents__lists .lists__list__qa .qa__a {
    gap: 4px;
    position: relative;
  }
}
.faq__contents__lists .lists__list__qa .qa__q__cap,
.faq__contents__lists .lists__list__qa .qa__a__cap {
  color: rgb(33, 73, 140);
  margin-right: 20px;
  font-size: calc(1.6rem * 1.25);
  line-height: calc(30 / 20);
  letter-spacing: calc(70 / 1000 * 1em);
}
.faq__contents__lists .lists__list__qa .qa__q__para,
.faq__contents__lists .lists__list__qa .qa__a__para {
  width: 100%;
  line-height: calc(30 / 16);
  letter-spacing: calc(70 / 1000 * 1em);
  color: rgb(33, 73, 140);
}
@media (max-width:1024px) {
  .faq__contents__lists .lists__list__qa .qa__q__para,
  .faq__contents__lists .lists__list__qa .qa__a__para {
    line-height: calc(28 / 16);
  }
}
.faq__contents__lists .lists__list__qa .qa__q__shape,
.faq__contents__lists .lists__list__qa .qa__a__shape {
  width: 20px;
  height: 1px;
  background-color: rgb(51, 51, 51);
  position: relative;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: -webkit-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  opacity: 0.4;
}
@media (max-width:1024px) {
  .faq__contents__lists .lists__list__qa .qa__q__shape,
  .faq__contents__lists .lists__list__qa .qa__a__shape {
    width: 16px;
    height: 2px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(0);
            transform: translateY(-50%) rotate(0);
    right: max(calc(16 / 600 * 100vw), 16px);
  }
}
.faq__contents__lists .lists__list__qa .qa__q__shape:after,
.faq__contents__lists .lists__list__qa .qa__a__shape:after {
  width: 1px;
  height: 20px;
  background-color: inherit;
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: -webkit-transform 0.225s;
  transition: -webkit-transform 0.225s;
  transition: transform 0.225s;
  transition: transform 0.225s, -webkit-transform 0.225s;
  -webkit-transform-origin: center;
          transform-origin: center;
}
@media (max-width:1024px) {
  .faq__contents__lists .lists__list__qa .qa__q__shape:after,
  .faq__contents__lists .lists__list__qa .qa__a__shape:after {
    height: 16px;
    width: 2px;
  }
}
.faq__contents__lists .lists__list__qa .qa__q a,
.faq__contents__lists .lists__list__qa .qa__a a {
  display: inline-block;
  border-bottom: 1px rgba(51, 51, 51, 0.15) solid;
}
.faq__contents__lists .lists__list__qa .qa__q {
  padding: 25px 40px;
}
@media (max-width:1024px) {
  .faq__contents__lists .lists__list__qa .qa__q {
    padding: 20px 21px;
  }
}
.faq__contents__lists .lists__list__qa .qa__a {
  overflow: hidden;
  opacity: 0;
  -webkit-transition: max-height 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s, opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), padding 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: max-height 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s, opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), padding 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 40px;
  padding-left: 40px;
  height: 0;
  position: relative;
}
@media (max-width:1024px) {
  .faq__contents__lists .lists__list__qa .qa__a {
    padding-right: 21px;
    padding-left: 21px;
  }
}
.faq__contents__lists .lists__list__qa .qa__a:after {
  content: "";
  width: 91%;
  height: 1px;
  background-color: rgba(51, 51, 51, 0.4);
  display: inline-block;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.faq__contents__lists .lists__list__qa .qa__a.active {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  opacity: 1;
  padding-top: 25px;
  padding-bottom: 25px;
}
.faq__contents__lists .lists__list__qa .qa__a__cap {
  color: rgb(33, 140, 124);
}
.faq__contents__lists .lists__list__qa .qa__a__para {
  font-size: calc(1.6rem * 0.875);
  letter-spacing: calc(70 / 1000 * 1em);
  line-height: calc(24 / 14);
  color: rgb(51, 51, 51);
}

.cta__contents {
  position: relative;
}
.cta__contents:after {
  content: "";
  width: 100%;
  height: 20%;
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  background-color: rgb(33, 73, 140);
}
.cta__contents__contentCtaAllWr {
  position: relative;
  z-index: 100;
}
.cta__contents__contentCtaAllWr:before {
  content: "";
  width: 100%;
  aspect-ratio: 1400/272;
  display: inline-block;
  background-image: url(../images/cta-bg-shape-top.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
}
@media (max-width:1024px) {
  .cta__contents__contentCtaAllWr:before {
    background-image: url(../images/cta-bg-shape-bottom-sp.webp);
    aspect-ratio: unset;
    height: 100%;
  }
}
.cta__contents__contentCtaAllWr:after {
  content: "";
  width: 100%;
  aspect-ratio: 1400/500;
  display: inline-block;
  background-image: url(../images/cta-bg-shape-bottom.webp);
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 0;
  top: 145px;
  right: 0;
}
@media (max-width:1024px) {
  .cta__contents__contentCtaAllWr:after {
    display: none;
  }
}
.cta__contents__contentCtaWr {
  padding-bottom: 94px;
  position: relative;
  z-index: 10;
}
.cta__contents__texts {
  background-color: rgb(38, 66, 112);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 96px;
  padding-bottom: 80px;
  position: relative;
}
@media (max-width:1024px) {
  .cta__contents__texts {
    padding-top: 60px;
    padding-bottom: 70px;
  }
}
.cta__contents__texts:after {
  content: "";
  width: 1px;
  height: 100px;
  background-color: rgb(255, 255, 255);
  position: absolute;
  top: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%) scaleY(0);
          transform: translateX(-50%) scaleY(0);
  -webkit-transform-origin: top center;
          transform-origin: top center;
  -webkit-animation: lineMove 1.8s ease-in-out infinite;
          animation: lineMove 1.8s ease-in-out infinite;
}
@media (max-width:1024px) {
  .cta__contents__texts:after {
    height: 60px;
    top: -30px;
  }
}
@-webkit-keyframes lineMove {
  0% {
    -webkit-transform: translateX(-50%) scaleY(0);
            transform: translateX(-50%) scaleY(0);
    -webkit-transform-origin: top center;
            transform-origin: top center;
  }
  42% {
    -webkit-transform: translateX(-50%) scaleY(1);
            transform: translateX(-50%) scaleY(1);
    -webkit-transform-origin: top center;
            transform-origin: top center;
  }
  58% {
    -webkit-transform: translateX(-50%) scaleY(1);
            transform: translateX(-50%) scaleY(1);
    -webkit-transform-origin: bottom center;
            transform-origin: bottom center;
  }
  100% {
    -webkit-transform: translateX(-50%) scaleY(0);
            transform: translateX(-50%) scaleY(0);
    -webkit-transform-origin: bottom center;
            transform-origin: bottom center;
  }
}
@keyframes lineMove {
  0% {
    -webkit-transform: translateX(-50%) scaleY(0);
            transform: translateX(-50%) scaleY(0);
    -webkit-transform-origin: top center;
            transform-origin: top center;
  }
  42% {
    -webkit-transform: translateX(-50%) scaleY(1);
            transform: translateX(-50%) scaleY(1);
    -webkit-transform-origin: top center;
            transform-origin: top center;
  }
  58% {
    -webkit-transform: translateX(-50%) scaleY(1);
            transform: translateX(-50%) scaleY(1);
    -webkit-transform-origin: bottom center;
            transform-origin: bottom center;
  }
  100% {
    -webkit-transform: translateX(-50%) scaleY(0);
            transform: translateX(-50%) scaleY(0);
    -webkit-transform-origin: bottom center;
            transform-origin: bottom center;
  }
}
.cta__contents__texts .texts__head {
  color: rgb(255, 255, 255);
  font-weight: 500;
  font-size: calc(1.6rem * 1.5);
  letter-spacing: calc(70 / 1000 * 1em);
  margin-bottom: 50px;
}
@media (max-width:1024px) {
  .cta__contents__texts .texts__head {
    font-size: calc(1.6rem * 1);
    margin-bottom: 30px;
  }
}
.cta__contents__texts .texts__para {
  color: rgb(255, 255, 255);
  font-size: calc(1.6rem * 0.875);
  line-height: calc(24 / 14);
  letter-spacing: calc(70 / 1000 * 1em);
  text-align: center;
}
@media (max-width:1024px) {
  .cta__contents__texts .texts__para {
    padding-left: max(calc(20 / 600 * 100vw), 20px);
    padding-right: max(calc(20 / 600 * 100vw), 20px);
  }
}
.cta__contents__content {
  padding-top: 40px;
  padding-bottom: 50px;
}
@media (max-width:1024px) {
  .cta__contents__content {
    padding-top: 200px;
  }
}
.cta__contents__content .content__copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 20px;
  padding-left: min(calc(230 / 1400 * 100vw), 230px);
}
@media (max-width:1024px) {
  .cta__contents__content .content__copy {
    padding-left: max(calc(20 / 600 * 100vw), 20px);
  }
}
.cta__contents__content .content__copy {
  gap: 6px;
}
.cta__contents__content .content__copy__topMiddleWr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width:1024px) {
  .cta__contents__content .content__copy__topMiddleWr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.cta__contents__content .content__copy__top span, .cta__contents__content .content__copy__middle span, .cta__contents__content .content__copy__bottom span {
  font-size: calc(1.6rem * 1.5);
  color: rgb(33, 73, 140);
  letter-spacing: calc(70 / 1000 * 1em);
  line-height: 2;
  font-weight: 700;
}
.cta__contents__content .content__copy__top span.bold, .cta__contents__content .content__copy__middle span.bold, .cta__contents__content .content__copy__bottom span.bold {
  font-size: calc(1.6rem * 2);
  letter-spacing: calc(70 / 1000 * 1em);
  line-height: calc(40 / 40);
}
.cta__contents__content .content__copy__top span.bold.shape, .cta__contents__content .content__copy__middle span.bold.shape, .cta__contents__content .content__copy__bottom span.bold.shape {
  font-size: calc(1.6rem * 2.5);
}
.cta__contents__content .content__copy__top span.shape, .cta__contents__content .content__copy__middle span.shape, .cta__contents__content .content__copy__bottom span.shape {
  margin-right: 8px;
}
.cta__contents__content .content__copy__top span.shape:before, .cta__contents__content .content__copy__top span.shape:after, .cta__contents__content .content__copy__middle span.shape:before, .cta__contents__content .content__copy__middle span.shape:after, .cta__contents__content .content__copy__bottom span.shape:before, .cta__contents__content .content__copy__bottom span.shape:after {
  content: "";
  width: 10px;
  height: 22px;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  display: inline-block;
  background-image: url(../images/shape-kagi-front.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 4px;
}
.cta__contents__content .content__copy__top span.shape:after, .cta__contents__content .content__copy__middle span.shape:after, .cta__contents__content .content__copy__bottom span.shape:after {
  background-image: url(../images/shape-kagi-back.svg);
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
  margin-right: 0;
  margin-left: 4px;
}
.cta__contents__content .content__subcopy {
  line-height: 1.75;
  padding-left: min(calc(230 / 1400 * 100vw), 230px);
  font-size: calc(1.6rem * 0.875);
  letter-spacing: calc(70 / 1000 * 1em);
  line-height: calc(24 / 14);
}
@media (max-width:1024px) {
  .cta__contents__content .content__subcopy {
    padding-left: max(calc(20 / 600 * 100vw), 20px);
    padding-right: max(calc(20 / 600 * 100vw), 20px);
  }
}
.cta__contents__content .content__images {
  width: min(calc(521 / 1400 * 100vw), 521px);
  aspect-ratio: 521/356;
  position: absolute;
  right: 0;
  top: -50px;
  z-index: -1;
  margin-right: min(calc(200 / 1400 * 100vw), 200px);
}
@media (max-width:1024px) {
  .cta__contents__content .content__images {
    width: 302px;
    height: 244px;
    margin-right: 0;
    top: -20px;
    width: max(calc(302 / 600 * 100vw), 302px);
    height: auto;
    aspect-ratio: 302/244;
  }
}

.others {
  background-color: rgb(226, 229, 234);
  padding-top: 200px;
  padding-bottom: 155px;
  position: relative;
  z-index: 5000;
}
@media (max-width:1024px) {
  .others {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.others:after {
  content: "";
  width: 100%;
  aspect-ratio: 1400/500;
  display: inline-block;
  background-image: url(../images/cta-bg-shape-green.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
}
@media (max-width:1024px) {
  .others:after {
    background-image: url(../images/cta-bg-shape-green-sp.webp);
    aspect-ratio: unset;
    height: 100%;
    background-position: top;
  }
}
.others .others-text {
  width: 80px;
  height: 392px;
  background-image: url(../images/text-others.webp);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width:1024px) {
  .others .others-text {
    width: 50px;
    height: 196px;
    left: -8px;
  }
}
.others__contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 10;
}
.others__contents__head {
  color: rgba(38, 66, 112, 0.7);
  margin-bottom: 109px;
  font-size: calc(1.6rem * 1.5);
  letter-spacing: calc(70 / 1000 * 1em);
}
@media (max-width:1024px) {
  .others__contents__head {
    margin-bottom: 80px;
    font-size: calc(1.6rem * 1);
  }
}
.others__contents__content {
  width: 960px;
  background-color: rgb(255, 255, 255);
  -webkit-filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.1));
  -webkit-transform: translateZ(0px);
          transform: translateZ(0px);
  padding: 50px;
  border-radius: 20px;
}
@media (max-width:1024px) {
  .others__contents__content {
    width: 89.333%;
    max-width: 336px;
    padding: 255px 20px 30px 20px;
  }
}
.others__contents__content .content__paras {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  margin-bottom: 50px;
  padding-left: 39px;
  font-size: calc(1.6rem * 1.125);
  letter-spacing: calc(70 / 1000 * 1em);
  font-weight: 700;
}
@media (max-width:1024px) {
  .others__contents__content .content__paras {
    padding-left: 0;
    margin-bottom: 39px;
    gap: 20px;
  }
}
.others__contents__content .content__paras span {
  color: rgb(33, 140, 124);
  font-size: calc(1.6rem * 2);
  letter-spacing: calc(70 / 1000 * 1em);
  margin-right: 8px;
}
.others__contents__content .content__paras span.shape:before, .others__contents__content .content__paras span.shape:after {
  content: "";
  width: 10px;
  height: 22px;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  display: inline-block;
  background-image: url(../images/shape-kagi-front-green.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 4px;
}
.others__contents__content .content__paras span.shape:after {
  background-image: url(../images/shape-kagi-back-green.svg);
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
  margin-right: 0;
  margin-left: 4px;
}
.others__contents__content .content__btn {
  width: 477px;
  height: 155px;
  border-radius: 20px;
  background-color: rgb(245, 246, 248);
  position: relative;
  z-index: 1000;
}
@media (max-width:1024px) {
  .others__contents__content .content__btn {
    width: 100%;
    height: 91px;
    border-radius: 10px;
  }
}
.others__contents__content .content__btn a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-left: 50px;
  padding-right: 97px;
  height: 100%;
}
@media (max-width:1024px) {
  .others__contents__content .content__btn a {
    padding-left: 20px;
    padding-right: 0;
  }
}
.others__contents__content .content__btn__logo {
  margin-bottom: 4px;
  width: 330px;
}
@media (max-width:1024px) {
  .others__contents__content .content__btn__logo {
    width: 209px;
  }
}
.others__contents__content .content__btn__text {
  width: 100%;
  font-size: calc(1.6rem * 1.3125);
  letter-spacing: calc(70 / 1000 * 1em);
  color: rgb(33, 140, 124);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  gap: 9px;
}
@media (max-width:1024px) {
  .others__contents__content .content__btn__text {
    font-size: calc(1.6rem * 0.875);
    gap: 4.5px;
  }
}
.others__contents__content .content__btn__text:before {
  content: "";
  width: 90px;
  height: 1px;
  display: inline-block;
  background-color: rgb(33, 140, 124);
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}
@media (max-width:1024px) {
  .others__contents__content .content__btn__text:before {
    width: 52px;
  }
}
.others__contents__content .content__btn__arrow {
  width: 18px;
  height: 18px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(33, 140, 124)), to(rgb(17, 37, 70)));
  background: -webkit-linear-gradient(top, rgb(33, 140, 124) 0%, rgb(17, 37, 70) 100%);
  background: linear-gradient(180deg, rgb(33, 140, 124) 0%, rgb(17, 37, 70) 100%);
  border-radius: 9999px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.others__contents__content .content__btn__arrow div {
  width: 5px;
  height: 6px;
  background-image: url(../images/shape-arrow2.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.others__contents__content .content__images {
  width: 416px;
  height: 429px;
  position: absolute;
  top: -59px;
  right: 50px;
}
@media (max-width:1024px) {
  .others__contents__content .content__images {
    width: 296px;
    height: 305px;
    right: auto;
    left: 50%;
    top: -30px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}/*# sourceMappingURL=index.css.map */