@charset "UTF-8";
html {
  box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

*,
::before,
::after {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
}

em {
  font-style: normal;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden],
template {
  display: none;
}

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  text-decoration: none;
}

a:active,
a:hover {
  outline-width: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

b,
strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: 0;
}

sup {
  top: -0.5em;
}

input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
}

button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

[type=number] {
  width: auto;
}

[type=search] {
  -webkit-appearance: textfield;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
}

optgroup {
  font-weight: bold;
}

button {
  overflow: visible;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}

button,
select {
  text-transform: none;
}

button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

img {
  border-style: none;
  max-width: 100%;
  vertical-align: top;
}

progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
}

audio,
canvas,
progress,
video {
  display: inline-block;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    -webkit-clip-path: rect(0 0 0 0) !important;
            clip-path: rect(0 0 0 0) !important;
  }
}
[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-50% - 4rem));
  }
}
@keyframes scrollAgent {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@keyframes reveal {
  0% {
    -webkit-clip-path: inset(0 0 100% 0);
            clip-path: inset(0 0 100% 0);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
}
html, body {
  font-size: 0.625em;
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt" on;
  box-sizing: border-box;
  max-width: 100vw;
  overflow-x: hidden;
}

ul, ol {
  list-style: none;
}

button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

img {
  height: auto;
}

#wpadminbar.nojq {
  position: fixed;
}

.grecaptcha-badge {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}

.wpcf7-response-output,
.wpcf7-spinner {
  display: none !important;
}

.l-contents {
  min-height: calc(100vh - 43rem);
}
.l-contents::before {
  margin: auto;
  background: url(../images/img_fv_bg.webp) center/cover no-repeat;
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -4;
}
@media screen and (max-width: 768px) {
  .l-contents::before {
    background: none;
  }
}
@media screen and (max-width: 768px) {
  .l-contents:not(:has(.l-contents-fv__bg))::before {
    background: url(../images/img_bg_main_sp.webp) center/cover no-repeat;
  }
}
.l-contents.is-scrolled::after {
  width: 100%;
  height: 100%;
  margin: auto;
  background: rgba(0, 0, 0, 0.15);
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -3;
}
@media screen and (max-width: 768px) {
  .l-contents.is-scrolled::after {
    background: url(../images/img_bg_main_sp.webp) center/cover no-repeat;
  }
}
.l-contents-fv {
  position: relative;
}
.l-contents-fv__cont {
  max-width: 136.6rem;
  margin: auto;
  padding-top: 15.3001464129vw;
  padding-left: 4rem;
  padding-right: 4rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1367px) {
  .l-contents-fv__cont {
    padding-top: 20.9rem;
  }
}
@media screen and (max-width: 768px) {
  .l-contents-fv__cont {
    padding-top: 18.3333333333vw;
    padding-left: 4.4444444444vw;
    padding-right: 4.4444444444vw;
  }
}
.l-contents-fv__title {
  margin-bottom: 3.2rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-contents-fv__title {
    margin-bottom: 4.1666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .l-contents-fv__title img {
    width: 17.5vw;
    height: auto;
  }
}
.l-contents-fv__text {
  margin-bottom: 0.84rem;
  color: #fff;
  text-align: center;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
  letter-spacing: 0.018rem;
}
@media screen and (max-width: 768px) {
  .l-contents-fv__text {
    margin-top: 2.2527777778vw;
    margin-bottom: 4.4444444444vw;
    color: #2E3180;
    font-size: 3.6111111111vw;
  }
}
.l-contents-fv__small {
  margin-bottom: 3.8rem;
  color: #fff;
  text-align: center;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 155%;
  letter-spacing: 0.012rem;
}
@media screen and (max-width: 768px) {
  .l-contents-fv__small {
    margin-bottom: 4.4444444444vw;
    color: #2E3180;
    font-size: 3.3333333333vw;
  }
}
.l-contents-fv__cta {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 1.3335%;
}
.l-contents-fv__cta::before {
  width: 100%;
  margin-right: auto;
  flex: 0 0 32%;
  height: 100%;
  display: block;
  content: "";
}
@media screen and (max-width: 768px) {
  .l-contents-fv__cta::before {
    content: none;
  }
}
.l-contents-fv__cta__wrap {
  flex: 0 0 33.333%;
  max-width: 36rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l-contents-fv__cta__wrap {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
.l-contents-fv__cta .c-button {
  max-height: 8rem;
  font-size: 1.6rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .l-contents-fv__cta .c-button {
    max-height: 22.2222222222vw;
    font-size: 4.4444444444vw;
  }
}
.l-contents-fv__tagline {
  margin-bottom: 1rem;
  color: #fff;
  text-align: center;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 155%;
  letter-spacing: 0.012rem;
}
@media screen and (max-width: 768px) {
  .l-contents-fv__tagline {
    margin-bottom: 2.2222222222vw;
    color: #2E3180;
    font-size: 3.3333333333vw;
  }
}
.l-contents-fv__authlist {
  flex: 0 0 32%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0.6rem;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .l-contents-fv__authlist {
    width: 81.4805555556vw;
    flex: 0 0 auto;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
  }
}
@media screen and (min-width: 769px) {
  .l-contents-fv__authlist--sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .l-contents-fv__authlist--pc {
    display: none;
  }
}
.l-contents-fv__auth {
  flex: 0 1 auto;
}
@media screen and (max-width: 768px) {
  .l-contents-fv__auth {
    flex: 0 0 26vw;
  }
}
.l-contents-fv__auth img {
  width: 100%;
  height: auto;
}
.l-contents-fv__footer {
  width: 100%;
  margin-top: 1.5rem;
  padding-bottom: 2.3rem;
}
@media screen and (max-width: 768px) {
  .l-contents-fv__footer {
    margin-top: 2.2222222222vw;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
.l-contents-fv__footer__text {
  color: #fff;
  text-align: right;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 155%;
  letter-spacing: 0.012rem;
}
@media screen and (max-width: 768px) {
  .l-contents-fv__footer__text {
    color: #2E3180;
    font-size: 3.3333333333vw;
    text-align: left;
  }
  .l-contents-fv__footer__text br {
    display: none;
  }
}
.l-contents-fv__bg, .l-contents-fv__persons {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -2;
}
.l-contents-fv__persons {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .l-contents-fv__persons {
    height: 90.5555555556vw;
  }
}
.l-contents-fv__persons > div {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  opacity: 0;
  transition: opacity 1.5s ease-in-out;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.l-contents-fv__persons > div.is-visible {
  opacity: 1;
}
.l-contents-fv__persons > div img {
  width: 50rem;
  height: auto;
}
@media screen and (max-width: 768px) {
  .l-contents-fv__persons > div img {
    width: 47.7777777778vw;
  }
}
.l-contents-fv__bg {
  width: 100%;
  height: auto;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .l-contents-fv__bg {
    background-color: #fff;
  }
}
.l-contents-fv__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: bottom;
}
@media screen and (max-width: 768px) {
  .l-contents-fv__bg img {
    height: auto;
  }
}
.l-contents-company {
  max-width: 100%;
  padding: 4.6rem 0;
  background: #fff;
  overflow: hidden;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .l-contents-company {
    padding-top: 15.5555555556vw;
    padding-bottom: 15.5555555556vw;
  }
}
.l-contents-company__clientlist {
  max-width: none;
  width: -moz-max-content;
  width: max-content;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  gap: 8rem;
  white-space: nowrap;
  animation: scroll 30s linear infinite;
}
@media screen and (max-width: 768px) {
  .l-contents-company__clientlist {
    gap: 12.6972222222vw;
  }
}
.l-contents-company__client {
  flex: 0 0 auto;
}
.l-contents-intro {
  padding: 9.6rem 4rem 0;
  background: #fff;
  border-radius: 0 0 4rem 4rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .l-contents-intro {
    padding-top: 0;
    padding-left: 4.4444444444vw;
    padding-right: 4.4444444444vw;
  }
}
.l-contents-intro__title01 {
  margin-bottom: 5.6rem;
}
@media screen and (max-width: 768px) {
  .l-contents-intro__title01 {
    margin-bottom: 11.1111111111vw;
  }
}
.l-contents-intro__title01 .c-title__medium {
  display: block;
  margin-top: 1.6rem;
}
@media screen and (max-width: 768px) {
  .l-contents-intro__title01 .c-title__medium {
    margin-top: 1.1111111111vw;
  }
}
.l-contents-intro__title02 {
  text-align: center;
}
.l-contents-intro__title02__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.l-contents-intro__title02__logo {
  flex: 0 0 auto;
  display: inline-block;
  max-width: 100%;
  width: 40.1rem;
  margin-left: 0.8rem;
  margin-right: 1.6rem;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  .l-contents-intro__title02__logo {
    width: 100%;
    max-width: 77.7777777778vw;
    margin: 2.2222222222vw auto;
  }
}
.l-contents-intro__title02__logo img {
  width: 100%;
}
.l-contents-intro__title02 .c-title__main {
  flex: 0 0 auto;
}
.l-contents-intro__title02 .c-title__medium {
  margin-bottom: 1.6rem;
  display: block;
}
@media screen and (max-width: 768px) {
  .l-contents-intro__title02 .c-title__medium {
    margin-bottom: 2.2222222222vw;
  }
}
.l-contents-intro__cardlist {
  max-width: 127.2rem;
  margin: 0 auto 12rem;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 3.6rem;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .l-contents-intro__cardlist {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .l-contents-intro__cardlist {
    margin-bottom: 22.2222222222vw;
    flex-direction: column;
    gap: 7.6944444444vw;
  }
}
.l-contents-intro__card {
  flex: 0 0 31.4465408805%;
}
@media screen and (min-width: 769px) {
  .l-contents-intro__card {
    min-width: 35rem;
  }
}
@media screen and (max-width: 768px) {
  .l-contents-intro__card {
    width: 100%;
    flex: 0 0 auto;
  }
}
.l-contents-intro__card:nth-child(2) {
  margin-top: 4.1rem;
}
@media screen and (max-width: 768px) {
  .l-contents-intro__card:nth-child(2) {
    margin-top: 0;
  }
}
.l-contents-intro__card:nth-child(odd) .c-card {
  transform: rotate(-2deg);
}
.l-contents-intro__card:nth-child(even) .c-card {
  transform: rotate(2deg);
}
.l-contents-intro__card.js-scroll-trigger {
  transform: translateY(30%);
  opacity: 0;
}
.l-contents-intro__card.js-scroll-trigger .c-card__underline::after {
  transform: scaleX(0);
  transform-origin: left;
}
.l-contents-intro__card.is-on-view {
  transition: transform 0.35s linear, opacity 0.35s linear;
  transform: translateY(0);
  opacity: 1;
}
@media screen and (min-width: 769px) {
  .l-contents-intro__card.is-on-view:nth-of-type(1) {
    transition-delay: 0.35s;
  }
  .l-contents-intro__card.is-on-view:nth-of-type(1) .c-card__underline:nth-of-type(1)::after {
    transition-delay: 0.7s;
  }
  .l-contents-intro__card.is-on-view:nth-of-type(1) .c-card__underline:nth-of-type(2)::after {
    transition-delay: 1.05s;
  }
  .l-contents-intro__card.is-on-view:nth-of-type(1) .c-card__underline:nth-of-type(3)::after {
    transition-delay: 1.4s;
  }
  .l-contents-intro__card.is-on-view:nth-of-type(1) .c-card__underline:nth-of-type(4)::after {
    transition-delay: 1.75s;
  }
  .l-contents-intro__card.is-on-view:nth-of-type(1) .c-card__underline:nth-of-type(5)::after {
    transition-delay: 2.1s;
  }
  .l-contents-intro__card.is-on-view:nth-of-type(1) .c-card__underline:nth-of-type(6)::after {
    transition-delay: 2.45s;
  }
  .l-contents-intro__card.is-on-view:nth-of-type(2) {
    transition-delay: 0.7s;
  }
  .l-contents-intro__card.is-on-view:nth-of-type(2) .c-card__underline:nth-of-type(1)::after {
    transition-delay: 1.05s;
  }
  .l-contents-intro__card.is-on-view:nth-of-type(2) .c-card__underline:nth-of-type(2)::after {
    transition-delay: 1.4s;
  }
  .l-contents-intro__card.is-on-view:nth-of-type(2) .c-card__underline:nth-of-type(3)::after {
    transition-delay: 1.75s;
  }
  .l-contents-intro__card.is-on-view:nth-of-type(2) .c-card__underline:nth-of-type(4)::after {
    transition-delay: 2.1s;
  }
  .l-contents-intro__card.is-on-view:nth-of-type(2) .c-card__underline:nth-of-type(5)::after {
    transition-delay: 2.45s;
  }
  .l-contents-intro__card.is-on-view:nth-of-type(2) .c-card__underline:nth-of-type(6)::after {
    transition-delay: 2.8s;
  }
  .l-contents-intro__card.is-on-view:nth-of-type(3) {
    transition-delay: 1.05s;
  }
  .l-contents-intro__card.is-on-view:nth-of-type(3) .c-card__underline:nth-of-type(1)::after {
    transition-delay: 1.4s;
  }
  .l-contents-intro__card.is-on-view:nth-of-type(3) .c-card__underline:nth-of-type(2)::after {
    transition-delay: 1.75s;
  }
  .l-contents-intro__card.is-on-view:nth-of-type(3) .c-card__underline:nth-of-type(3)::after {
    transition-delay: 2.1s;
  }
  .l-contents-intro__card.is-on-view:nth-of-type(3) .c-card__underline:nth-of-type(4)::after {
    transition-delay: 2.45s;
  }
  .l-contents-intro__card.is-on-view:nth-of-type(3) .c-card__underline:nth-of-type(5)::after {
    transition-delay: 2.8s;
  }
  .l-contents-intro__card.is-on-view:nth-of-type(3) .c-card__underline:nth-of-type(6)::after {
    transition-delay: 3.15s;
  }
}
@media screen and (max-width: 768px) {
  .l-contents-intro__card.is-on-view .c-card__underline:nth-of-type(1)::after {
    transition-delay: 0.35s;
  }
  .l-contents-intro__card.is-on-view .c-card__underline:nth-of-type(2)::after {
    transition-delay: 0.7s;
  }
  .l-contents-intro__card.is-on-view .c-card__underline:nth-of-type(3)::after {
    transition-delay: 1.05s;
  }
  .l-contents-intro__card.is-on-view .c-card__underline:nth-of-type(4)::after {
    transition-delay: 1.4s;
  }
  .l-contents-intro__card.is-on-view .c-card__underline:nth-of-type(5)::after {
    transition-delay: 1.75s;
  }
  .l-contents-intro__card.is-on-view .c-card__underline:nth-of-type(6)::after {
    transition-delay: 2.1s;
  }
}
.l-contents-intro__card.is-on-view .c-card__underline::after {
  transition: transform 0.35s linear;
  transform: scaleX(1);
}
.l-contents-intro__agentwrap {
  width: calc(100% + 8rem);
  margin: 8rem -4rem 0;
  overflow: hidden;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .l-contents-intro__agentwrap {
    margin-top: 11.1111111111vw;
    margin-left: -4.4444444444vw;
    margin-right: -4.4444444444vw;
  }
}
.l-contents-intro__agentlist {
  max-width: none;
  width: -moz-max-content;
  width: max-content;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  flex-wrap: nowrap;
  gap: 0;
  animation: scrollAgent 30s linear infinite;
}
.l-contents-intro__agent {
  flex: 0 0 auto;
  margin: 0 -0.8rem;
}
.l-contents-features {
  padding: 12rem 4rem 0;
}
@media screen and (max-width: 768px) {
  .l-contents-features {
    padding-top: 22.2222222222vw;
    padding-left: 4.4444444444vw;
    padding-right: 4.4444444444vw;
  }
}
.l-contents-features__title01 {
  margin-bottom: 8rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-contents-features__title01 {
    margin-bottom: 11.1111111111vw;
  }
}
.l-contents-features__title01__wrap {
  display: inline-flex;
  flex-direction: column;
}
.l-contents-features__title01__container {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.l-contents-features__title02 {
  text-align: center;
}
.l-contents-features__title02__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.l-contents-features__title02__logo {
  flex: 0 0 auto;
  display: inline-block;
  max-width: 100%;
  width: 40.1rem;
  margin-left: 0.8rem;
  margin-right: 1.6rem;
  vertical-align: top;
}
.l-contents-features__title02__logo img {
  width: 100%;
}
.l-contents-features__title02 .c-title__main {
  flex: 0 0 auto;
}
.l-contents-features__title02 .c-title__medium {
  margin-bottom: 1.6rem;
  display: block;
}
.l-contents-features__cardlist {
  max-width: 108rem;
  margin: 0 auto 16.6rem;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 2.4rem;
}
@media screen and (max-width: 768px) {
  .l-contents-features__cardlist {
    margin-bottom: 22.2222222222vw;
    flex-direction: column;
    gap: 4.4444444444vw;
  }
}
.l-contents-features__card {
  flex: 0 0 calc(50% - 1.2rem);
}
.l-contents-features__datalist {
  max-width: 72rem;
  margin: 0 auto 15.4rem;
}
@media screen and (max-width: 768px) {
  .l-contents-features__datalist {
    margin-bottom: 22.2222222222vw;
  }
}
.l-contents-features__box {
  margin: 0 -4rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-contents-features__box {
    margin: 0;
  }
}
.l-contents-features__picture {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: absolute;
  top: -6.4rem;
  left: 0;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .l-contents-features__picture {
    display: none;
  }
}
.l-contents-strategy {
  margin-left: -4rem;
  margin-right: -4rem;
  padding: 20rem 4rem 19.1rem;
  background: linear-gradient(180deg, rgba(43, 37, 85, 0) 0%, #2B2555 12%);
}
@media screen and (max-width: 768px) {
  .l-contents-strategy {
    margin-left: -4.4444444444vw;
    margin-right: -4.4444444444vw;
    padding-top: 22.2222222222vw;
    padding-bottom: 22.2222222222vw;
    padding-left: 4.4444444444vw;
    padding-right: 4.4444444444vw;
  }
}
.l-contents-strategy__title {
  margin-bottom: 8rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-contents-strategy__title {
    margin-bottom: 11.1111111111vw;
  }
}
.l-contents-strategy__title__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: flex-end;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .l-contents-strategy__title__wrap {
    display: block;
  }
}
.l-contents-strategy__title__wrap > .c-title__main {
  max-width: 100%;
  width: 40.1rem;
  flex: 0 0 auto;
  margin-left: 1rem;
  margin-right: 0.3rem;
  display: inline-block;
  vertical-align: top;
  flex: 0 0 auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .l-contents-strategy__title__wrap > .c-title__main {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    display: inline-block;
  }
}
.l-contents-strategy__title__wrap > .c-title__main::after {
  width: 100%;
  height: 1.6rem;
  display: block;
  background: #2B87FF;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.l-contents-strategy__title__wrap > .c-title__large {
  padding-bottom: 0.8rem;
  flex: 0 0 auto;
}
@media screen and (max-width: 768px) {
  .l-contents-strategy__title__wrap > .c-title__large {
    padding-bottom: 0;
  }
}
.l-contents-strategy__title > .c-title__large {
  margin-bottom: 0.7rem;
  display: block;
}
@media screen and (max-width: 768px) {
  .l-contents-strategy__title > .c-title__large {
    margin-bottom: 0;
  }
}
.l-contents-strategy__label {
  margin-bottom: 5.6rem;
  color: #fff;
  text-align: center;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.024rem;
}
@media screen and (max-width: 768px) {
  .l-contents-strategy__label {
    margin-bottom: 11.1111111111vw;
    font-size: 5vw;
    line-height: 180%;
  }
}
.l-contents-strategy__cardlist {
  max-width: 127rem;
  margin: 0 auto 12rem;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 3.5rem;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .l-contents-strategy__cardlist {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .l-contents-strategy__cardlist {
    margin-bottom: 22.2222222222vw;
    padding-left: 3.8888888889vw;
    padding-right: 3.8888888889vw;
    flex-direction: column;
    gap: 4.7222222222vw;
  }
}
.l-contents-strategy__card {
  flex: 0 0 31.4960629921%;
}
@media screen and (min-width: 769px) {
  .l-contents-strategy__card {
    min-width: 34rem;
  }
}
@media screen and (max-width: 768px) {
  .l-contents-strategy__card {
    flex: 0 0 auto;
    width: 100%;
  }
}
.l-contents-strategy__card:nth-child(2) {
  margin-top: 4.6rem;
}
@media screen and (max-width: 768px) {
  .l-contents-strategy__card:nth-child(2) {
    margin-top: 0;
  }
}
.l-contents-strategy__card:nth-child(odd) .c-card {
  transform: rotate(-2deg);
}
@media screen and (max-width: 768px) {
  .l-contents-strategy__card:nth-child(odd) .c-card {
    transform: rotate(0);
  }
}
.l-contents-strategy__card:nth-child(even) .c-card {
  transform: rotate(2deg);
}
@media screen and (max-width: 768px) {
  .l-contents-strategy__card:nth-child(even) .c-card {
    transform: rotate(0);
  }
}
.l-contents-strategy__card.js-scroll-trigger {
  transform: translateY(30%);
  opacity: 0;
}
.l-contents-strategy__card.js-scroll-trigger .c-card__underline::after {
  transform: scaleX(0);
  transform-origin: left;
}
.l-contents-strategy__card.is-on-view {
  transition: transform 0.35s linear, opacity 0.35s linear;
  transform: translateY(0);
  opacity: 1;
}
.l-contents-strategy__card.is-on-view .c-card__underline::after {
  transition: transform 0.35s linear;
  transform: scaleX(1);
}
@media screen and (min-width: 769px) {
  .l-contents-strategy__card.is-on-view:nth-of-type(1) {
    transition-delay: 0.35s;
  }
  .l-contents-strategy__card.is-on-view:nth-of-type(1) .c-card__underline:nth-of-type(1)::after {
    transition-delay: 0.7s;
  }
  .l-contents-strategy__card.is-on-view:nth-of-type(1) .c-card__underline:nth-of-type(2)::after {
    transition-delay: 1.05s;
  }
  .l-contents-strategy__card.is-on-view:nth-of-type(1) .c-card__underline:nth-of-type(3)::after {
    transition-delay: 1.4s;
  }
  .l-contents-strategy__card.is-on-view:nth-of-type(1) .c-card__underline:nth-of-type(4)::after {
    transition-delay: 1.75s;
  }
  .l-contents-strategy__card.is-on-view:nth-of-type(1) .c-card__underline:nth-of-type(5)::after {
    transition-delay: 2.1s;
  }
  .l-contents-strategy__card.is-on-view:nth-of-type(1) .c-card__underline:nth-of-type(6)::after {
    transition-delay: 2.45s;
  }
  .l-contents-strategy__card.is-on-view:nth-of-type(2) {
    transition-delay: 0.7s;
  }
  .l-contents-strategy__card.is-on-view:nth-of-type(2) .c-card__underline:nth-of-type(1)::after {
    transition-delay: 1.05s;
  }
  .l-contents-strategy__card.is-on-view:nth-of-type(2) .c-card__underline:nth-of-type(2)::after {
    transition-delay: 1.4s;
  }
  .l-contents-strategy__card.is-on-view:nth-of-type(2) .c-card__underline:nth-of-type(3)::after {
    transition-delay: 1.75s;
  }
  .l-contents-strategy__card.is-on-view:nth-of-type(2) .c-card__underline:nth-of-type(4)::after {
    transition-delay: 2.1s;
  }
  .l-contents-strategy__card.is-on-view:nth-of-type(2) .c-card__underline:nth-of-type(5)::after {
    transition-delay: 2.45s;
  }
  .l-contents-strategy__card.is-on-view:nth-of-type(2) .c-card__underline:nth-of-type(6)::after {
    transition-delay: 2.8s;
  }
  .l-contents-strategy__card.is-on-view:nth-of-type(3) {
    transition-delay: 1.05s;
  }
  .l-contents-strategy__card.is-on-view:nth-of-type(3) .c-card__underline:nth-of-type(1)::after {
    transition-delay: 1.4s;
  }
  .l-contents-strategy__card.is-on-view:nth-of-type(3) .c-card__underline:nth-of-type(2)::after {
    transition-delay: 1.75s;
  }
  .l-contents-strategy__card.is-on-view:nth-of-type(3) .c-card__underline:nth-of-type(3)::after {
    transition-delay: 2.1s;
  }
  .l-contents-strategy__card.is-on-view:nth-of-type(3) .c-card__underline:nth-of-type(4)::after {
    transition-delay: 2.45s;
  }
  .l-contents-strategy__card.is-on-view:nth-of-type(3) .c-card__underline:nth-of-type(5)::after {
    transition-delay: 2.8s;
  }
  .l-contents-strategy__card.is-on-view:nth-of-type(3) .c-card__underline:nth-of-type(6)::after {
    transition-delay: 3.15s;
  }
}
@media screen and (max-width: 768px) {
  .l-contents-strategy__card.is-on-view .c-card__underline:nth-of-type(1)::after {
    transition-delay: 0.35s;
  }
  .l-contents-strategy__card.is-on-view .c-card__underline:nth-of-type(2)::after {
    transition-delay: 0.7s;
  }
  .l-contents-strategy__card.is-on-view .c-card__underline:nth-of-type(3)::after {
    transition-delay: 1.05s;
  }
  .l-contents-strategy__card.is-on-view .c-card__underline:nth-of-type(4)::after {
    transition-delay: 1.4s;
  }
  .l-contents-strategy__card.is-on-view .c-card__underline:nth-of-type(5)::after {
    transition-delay: 1.75s;
  }
  .l-contents-strategy__card.is-on-view .c-card__underline:nth-of-type(6)::after {
    transition-delay: 2.1s;
  }
  .l-contents-strategy__card.is-on-view .c-card__underline:has(.pc)::after {
    transform: scaleX(1.1);
  }
}
.l-contents-strategy__steps, .l-contents-strategy__steps-sp {
  max-width: 108rem;
  margin: 0 auto 6.8rem;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 7.6rem 7.7rem;
}
@media screen and (max-width: 768px) {
  .l-contents-strategy__steps, .l-contents-strategy__steps-sp {
    margin-bottom: 0;
    gap: 4.4444444444vw;
  }
}
@media screen and (max-width: 768px) {
  .l-contents-strategy__steps-sp {
    display: flex;
    gap: 4.4444444444vw;
    margin-bottom: 22.2222222222vw;
  }
}
.l-contents-strategy__step {
  flex: 0 0 calc(50% - 3.9rem);
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-contents-strategy__step {
    display: none;
  }
}
.l-contents-strategy__step::after {
  width: 5.6rem;
  height: 6.3rem;
  margin: auto;
  background: url(../images/icon_arrow_yellow.svg) center/contain no-repeat;
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: calc(100% + 1.05rem);
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .l-contents-strategy__step.is-open {
    padding: 2rem 1.6rem;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #2B2555;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
  }
  .l-contents-strategy__step.is-open > .c-frosted {
    margin: 0 auto;
  }
}
.l-contents-strategy__step:nth-child(1) {
  order: 1;
}
.l-contents-strategy__step:nth-child(2) {
  order: 2;
}
.l-contents-strategy__step:nth-child(2)::after {
  top: calc(100% + 0.65rem);
  left: 0;
  right: 0;
  bottom: auto;
  transform: rotate(90deg);
}
.l-contents-strategy__step:nth-child(3) {
  order: 4;
}
.l-contents-strategy__step:nth-child(3)::after {
  left: auto;
  right: calc(100% + 1.05rem);
  transform: rotate(180deg);
}
.l-contents-strategy__step:nth-child(4) {
  order: 3;
}
.l-contents-strategy__step:nth-child(4)::after {
  top: auto;
  left: 0;
  right: 0;
  bottom: calc(100% + 0.65rem);
  transform: rotate(270deg);
}
.l-contents-strategy__step.js-scroll-trigger {
  transform: translateY(30%);
  opacity: 0;
}
.l-contents-strategy__step.js-scroll-trigger .c-card__underline::after {
  transform: scaleX(0);
  transform-origin: left;
}
.l-contents-strategy__step.is-on-view {
  transition: transform 0.35s linear, opacity 0.35s linear;
  transform: translateY(0);
  opacity: 1;
}
@media screen and (min-width: 769px) {
  .l-contents-strategy__step.is-on-view:nth-of-type(1) {
    transition-delay: 0.35s;
  }
  .l-contents-strategy__step.is-on-view:nth-of-type(2) {
    transition-delay: 0.7s;
  }
  .l-contents-strategy__step.is-on-view:nth-of-type(3) {
    transition-delay: 0.35s;
  }
  .l-contents-strategy__step.is-on-view:nth-of-type(4) {
    transition-delay: 0.7s;
  }
  .l-contents-strategy__step.is-on-view .c-card__underline::after {
    transition: transform 0.35s linear;
    transform: scaleX(1);
  }
}
.l-contents-strategy__step--result, .l-contents-strategy__step-sp--result {
  max-width: 100%;
  flex: 1 1 100%;
  padding: 2.4rem 0 6.3rem;
  order: 5;
  position: relative;
}
.l-contents-strategy__step--result::after, .l-contents-strategy__step-sp--result::after {
  content: none;
}
.l-contents-strategy__step--result svg, .l-contents-strategy__step-sp--result svg {
  max-width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}
.l-contents-strategy__step--result .c-title, .l-contents-strategy__step-sp--result .c-title {
  padding-left: 3.2rem;
  padding-right: 3.2rem;
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 1.5rem;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
.l-contents-strategy__step--result .c-title__main, .l-contents-strategy__step-sp--result .c-title__main {
  position: relative;
  z-index: 1;
}
.l-contents-strategy__step--result .c-title__main::after, .l-contents-strategy__step-sp--result .c-title__main::after {
  width: 100%;
  height: 1.6rem;
  display: block;
  background: #C3D800;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.l-contents-strategy__step-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .l-contents-strategy__step-sp {
    display: block;
    flex: 0 0 calc(50% - 2.2222222222vw);
  }
}
.l-contents-strategy__step-sp:nth-child(1) {
  order: 1;
}
.l-contents-strategy__step-sp:nth-child(2) {
  order: 2;
}
.l-contents-strategy__step-sp:nth-child(3) {
  order: 4;
}
.l-contents-strategy__step-sp:nth-child(4) {
  order: 3;
}
.l-contents-strategy__step-sp--result {
  max-width: 100%;
  flex: 1 1 100%;
  padding-top: 7.3611111111vw;
}
.l-contents-strategy__step-sp--result .c-title {
  gap: 4.1666666667vw;
}
.l-contents-joblistings {
  margin-top: -4rem;
  padding: 12rem 4rem;
  background: #fff;
  border-radius: 4rem;
}
@media screen and (max-width: 768px) {
  .l-contents-joblistings {
    margin-top: 0;
    border-radius: 0;
    padding-top: 22.2222222222vw;
    padding-bottom: 22.2222222222vw;
    padding-left: 4.4444444444vw;
    padding-right: 4.4444444444vw;
  }
}
.l-contents-joblistings__title {
  margin-bottom: 8rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-contents-joblistings__title {
    margin-bottom: 11.1111111111vw;
  }
}
.l-contents-joblistings__title__wrap {
  display: inline-flex;
  flex-direction: column;
}
.l-contents-joblistings__title__container {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.l-contents-joblistings__description {
  margin-bottom: 8rem;
  color: #2E3180;
  text-align: center;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.024rem;
}
@media screen and (max-width: 768px) {
  .l-contents-joblistings__description {
    margin-bottom: 22.2222222222vw;
    text-align: left;
    line-height: 180%;
    font-size: 4.4444444444vw;
  }
}
@media screen and (max-width: 768px) {
  .l-contents-joblistings__slide {
    overflow: visible;
    width: 78.3333333333vw;
  }
}
.l-contents-joblistings__lists {
  max-width: 108rem;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 2.4rem;
}
@media screen and (max-width: 768px) {
  .l-contents-joblistings__lists {
    max-width: 100%;
    gap: 0;
    flex-wrap: nowrap;
  }
}
.l-contents-joblistings__list {
  flex: 0 0 calc(50% - 1.2rem - 0.2rem);
}
@media screen and (max-width: 768px) {
  .l-contents-joblistings__list {
    flex: 0 0 77.7777777778vw;
  }
}
.l-contents-joblistings__pagination {
  display: none;
}
@media screen and (max-width: 768px) {
  .l-contents-joblistings__pagination {
    margin-top: 6.6666666667vw;
    display: block;
    position: static;
  }
  .l-contents-joblistings__pagination .swiper-pagination-bullet-active {
    background: #2E3180;
  }
}
.l-contents-pagination {
  display: none;
}
@media screen and (max-width: 768px) {
  .l-contents-pagination {
    margin-top: 6.6666666667vw;
    display: block;
    position: static;
  }
  .l-contents-pagination .swiper-pagination-bullet-active {
    background: #2E3180;
  }
}
.l-contents-consultants {
  padding: 12rem 4rem;
}
@media screen and (max-width: 768px) {
  .l-contents-consultants {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding-top: 22.2222222222vw;
    padding-bottom: 22.2222222222vw;
    padding-left: 4.4444444444vw;
    padding-right: 4.4444444444vw;
  }
}
.l-contents-consultants__title {
  margin-bottom: 8rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-contents-consultants__title {
    max-width: 69.4444444444vw;
    margin: 0 auto 11.1111111111vw;
  }
}
.l-contents-consultants__title__wrap {
  display: inline-flex;
  flex-direction: column;
}
.l-contents-consultants__title__container {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.l-contents-consultants__wrap {
  max-width: 108rem;
  margin: 0 auto 12rem;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 8.9rem;
}
@media screen and (max-width: 768px) {
  .l-contents-consultants__wrap {
    margin-bottom: 22.2222222222vw;
    flex-direction: column;
    gap: 11.1111111111vw;
  }
}
.l-contents-consultants__contents {
  max-width: 54.4444444444%;
  flex: 0 0 54.4444444444%;
}
@media screen and (max-width: 768px) {
  .l-contents-consultants__contents {
    max-width: 100%;
  }
}
.l-contents-consultants__agentcard {
  max-width: 37.3148148148%;
  flex: 0 0 37.3148148148%;
}
@media screen and (max-width: 768px) {
  .l-contents-consultants__agentcard {
    max-width: 100%;
  }
}
.l-contents-consultants__headline {
  margin: 1.1rem 0 5.6rem;
}
@media screen and (max-width: 768px) {
  .l-contents-consultants__headline {
    margin-bottom: 8.8888888889vw;
  }
}
.l-contents-consultants__headline .c-title__large {
  text-align: left;
  text-decoration: underline;
  text-decoration-thickness: 0.8rem;
  text-underline-offset: 0;
  text-decoration-color: #2B87FF;
}
.l-contents-consultants__text {
  color: #fff;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.016rem;
}
@media screen and (max-width: 768px) {
  .l-contents-consultants__text {
    font-size: 4.4444444444vw;
  }
}
@media screen and (max-width: 768px) {
  .l-contents-consultants__text--acd-sp {
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .l-contents-consultants__text--acd-sp.is-open {
    display: block;
  }
}
.l-contents-consultants__text--button {
  display: inline-block;
  margin-top: 6.6666666667vw;
  text-decoration: underline;
}
.l-contents-consultants__text--button.is-open span {
  display: none;
}
.l-contents-consultants__text--button.is-open::before {
  content: "閉じる";
  display: inline-block;
}
.l-contents-consultants__linkbox {
  margin-top: 2.4rem;
}
@media screen and (max-width: 768px) {
  .l-contents-consultants__linkbox {
    margin-top: 6.6666666667vw;
  }
}
.l-contents-consultants__link {
  color: #fff;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.016rem;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  transition: color 0.35s ease, text-decoration-line 0.35s ease;
}
@media screen and (max-width: 768px) {
  .l-contents-consultants__link {
    font-size: 4.4444444444vw;
  }
}
.l-contents-consultants__link:link, .l-contents-consultants__link:visited {
  color: #fff;
  text-decoration-line: underline;
}
.l-contents-consultants__link:hover {
  color: #C3D800;
}
.l-contents-consultants__lists {
  max-width: 128.6rem;
  margin: 0 auto 12rem;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 1.6rem;
}
@media screen and (max-width: 768px) {
  .l-contents-consultants__lists {
    margin: 0;
    display: block;
  }
}
.l-contents-consultants__list {
  flex: 0 0 calc(33.3333% - 1.0666666667rem);
}
@media screen and (max-width: 768px) {
  .l-contents-consultants__list {
    width: 100%;
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .l-contents-consultants__list.is-open {
    padding: 1rem 1.6rem 4rem;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    gap: 0.7rem;
    background: #2B2555;
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100000;
  }
  .l-contents-consultants__list.is-open > .c-modal-close {
    position: static;
    margin-left: auto;
  }
  .l-contents-consultants__list.is-open > .c-frosted {
    margin: 0 auto;
  }
}
.l-contents-consultants__slide {
  display: none;
}
@media screen and (max-width: 768px) {
  .l-contents-consultants__slide {
    max-width: 78.3333333333vw;
    margin-bottom: 22.2222222222vw;
    display: block;
    overflow: visible;
  }
}
.l-contents-consultants__card {
  height: auto;
}
.l-contents-process {
  padding: 12rem 4rem 14.2rem;
  background: #fff;
  border-radius: 4rem;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .l-contents-process {
    padding-top: 22.2222222222vw;
    padding-left: 4.4444444444vw;
    padding-right: 4.4444444444vw;
    padding-bottom: 22.2222222222vw;
  }
}
.l-contents-process__title01 {
  margin-bottom: 8rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-contents-process__title01 {
    margin-bottom: 11.1111111111vw;
  }
}
.l-contents-process__title01__wrap {
  display: inline-flex;
  flex-direction: column;
}
.l-contents-process__title01__container {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.l-contents-process__title02 {
  margin-bottom: 4rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
}
.l-contents-process__title02__wrap {
  flex: 0 0 auto;
  display: inline-flex;
}
.l-contents-process__title02__wrap:nth-child(1), .l-contents-process__title02__wrap:nth-child(2) {
  color: #2E3180;
  position: relative;
  z-index: 1;
}
.l-contents-process__title02__wrap:nth-child(1)::after, .l-contents-process__title02__wrap:nth-child(2)::after {
  width: 100%;
  height: 1.6rem;
  display: block;
  background: #2B87FF;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.l-contents-process__title02__wrap:nth-child(1) {
  margin-left: -5.1rem;
  padding: 0 1.2rem 0 6.7rem;
}
@media screen and (max-width: 768px) {
  .l-contents-process__title02__wrap:nth-child(1) {
    margin-left: 0;
    margin-right: 0vw;
    padding-left: 1.9444444444vw;
    padding-right: 0;
  }
}
.l-contents-process__title02__wrap:nth-child(1)::before {
  content: "“";
  line-height: 1;
  font-size: 12rem;
  font-family: "Instrument", sans-serif;
  font-weight: 400;
  position: absolute;
  top: -1.5rem;
  left: -0.8rem;
}
@media screen and (max-width: 768px) {
  .l-contents-process__title02__wrap:nth-child(1)::before {
    font-size: 22.2222222222vw;
    top: -1rem;
    left: -2.7rem;
  }
}
.l-contents-process__title02__wrap:nth-child(2) {
  margin-right: -7.8rem;
  padding: 0 6.8rem 0 0;
}
@media screen and (max-width: 768px) {
  .l-contents-process__title02__wrap:nth-child(2) {
    margin-right: -13.3333333333vw;
    padding-right: 9.7222222222vw;
  }
}
.l-contents-process__title02__wrap:nth-child(2)::before {
  content: "”";
  line-height: 1;
  font-size: 12rem;
  font-family: "Instrument", sans-serif;
  font-weight: 400;
  position: absolute;
  top: 3rem;
  right: -0.5rem;
}
@media screen and (max-width: 768px) {
  .l-contents-process__title02__wrap:nth-child(2)::before {
    font-size: 22.2222222222vw;
    top: 1.8rem;
    right: 0;
  }
}
.l-contents-process__title02__wrap:nth-child(3) {
  margin-top: 1.1rem;
  margin-left: -1.6rem;
}
@media screen and (max-width: 768px) {
  .l-contents-process__title02__wrap:nth-child(3) {
    margin-top: 4.1666666667vw;
  }
}
.l-contents-process__text {
  color: #2E3180;
  text-align: center;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
  letter-spacing: 0.016rem;
}
@media screen and (max-width: 768px) {
  .l-contents-process__text {
    font-size: 4.4444444444vw;
    text-align: left;
  }
}
.l-contents-process__steps {
  max-width: 108rem;
  margin: 0 auto 8rem;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 0.8rem;
}
@media screen and (max-width: 768px) {
  .l-contents-process__steps {
    margin-bottom: 22.2222222222vw;
    flex-direction: column;
  }
}
.l-contents-process__stepcard {
  flex: 0 0 19.4444444444%;
}
.l-contents-process__picture {
  width: 100%;
  height: auto;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .l-contents-process__picture {
    display: none;
  }
}
.l-contents-voice {
  padding: 12rem 4rem 13.9rem;
}
@media screen and (max-width: 768px) {
  .l-contents-voice {
    padding-top: 22.2222222222vw;
    padding-left: 4.4444444444vw;
    padding-right: 4.4444444444vw;
    padding-bottom: 22.2222222222vw;
  }
}
.l-contents-voice__title {
  margin-bottom: 8rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-contents-voice__title {
    margin-bottom: 11.1111111111vw;
  }
}
.l-contents-voice__title__wrap {
  display: inline-flex;
  flex-direction: column;
}
.l-contents-voice__title__container {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.l-contents-voice__cardlist {
  max-width: 116rem;
  margin: 0 auto 12rem;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 2.4rem 2.0689655172%;
}
@media screen and (max-width: 768px) {
  .l-contents-voice__cardlist {
    margin-bottom: 11.1111111111vw;
    flex-wrap: nowrap;
    gap: 0;
  }
}
.l-contents-voice__card {
  height: auto;
  flex: 0 0 48.9655172414%;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .l-contents-voice__card {
    flex: 0 0 auto;
  }
}
@media screen and (min-width: 769px) {
  .l-contents-voice__card.js-scroll-trigger {
    transform: translateY(30%);
    opacity: 0;
  }
}
@media screen and (min-width: 769px) {
  .l-contents-voice__card.js-scroll-trigger .c-card__underline::after {
    transform: scaleX(0);
    transform-origin: left;
  }
}
@media screen and (min-width: 769px) {
  .l-contents-voice__card.is-on-view {
    transition: transform 0.35s linear, opacity 0.35s linear;
    transform: translateY(0);
    opacity: 1;
  }
  .l-contents-voice__card.is-on-view:nth-of-type(1) {
    transition-delay: 0.35s;
  }
  .l-contents-voice__card.is-on-view:nth-of-type(1) .c-card__underline:nth-of-type(1)::after {
    transition-delay: 0.7s;
  }
  .l-contents-voice__card.is-on-view:nth-of-type(1) .c-card__underline:nth-of-type(2)::after {
    transition-delay: 1.05s;
  }
  .l-contents-voice__card.is-on-view:nth-of-type(1) .c-card__underline:nth-of-type(3)::after {
    transition-delay: 1.4s;
  }
  .l-contents-voice__card.is-on-view:nth-of-type(2) {
    transition-delay: 0.7s;
  }
  .l-contents-voice__card.is-on-view:nth-of-type(2) .c-card__underline:nth-of-type(1)::after {
    transition-delay: 1.05s;
  }
  .l-contents-voice__card.is-on-view:nth-of-type(2) .c-card__underline:nth-of-type(2)::after {
    transition-delay: 1.4s;
  }
  .l-contents-voice__card.is-on-view:nth-of-type(2) .c-card__underline:nth-of-type(3)::after {
    transition-delay: 1.75s;
  }
  .l-contents-voice__card.is-on-view:nth-of-type(3) {
    transition-delay: 0.35s;
  }
  .l-contents-voice__card.is-on-view:nth-of-type(3) .c-card__underline:nth-of-type(1)::after {
    transition-delay: 0.7s;
  }
  .l-contents-voice__card.is-on-view:nth-of-type(3) .c-card__underline:nth-of-type(2)::after {
    transition-delay: 1.05s;
  }
  .l-contents-voice__card.is-on-view:nth-of-type(3) .c-card__underline:nth-of-type(3)::after {
    transition-delay: 1.4s;
  }
  .l-contents-voice__card.is-on-view:nth-of-type(4) {
    transition-delay: 0.7s;
  }
  .l-contents-voice__card.is-on-view:nth-of-type(4) .c-card__underline:nth-of-type(1)::after {
    transition-delay: 1.05s;
  }
  .l-contents-voice__card.is-on-view:nth-of-type(4) .c-card__underline:nth-of-type(2)::after {
    transition-delay: 1.4s;
  }
  .l-contents-voice__card.is-on-view:nth-of-type(4) .c-card__underline:nth-of-type(3)::after {
    transition-delay: 1.75s;
  }
  .l-contents-voice__card.is-on-view .c-card__underline::after {
    transition: transform 0.35s linear;
    transform: scaleX(1);
  }
}
@media screen and (max-width: 768px) {
  .l-contents-voice__card .c-card__title {
    font-size: 6.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .l-contents-voice__slide {
    width: 83.3333333333vw;
  }
}
.l-contents-case {
  margin-top: -4rem;
  padding: 12rem 4rem;
  background: #fff;
  border-radius: 4rem;
}
@media screen and (max-width: 768px) {
  .l-contents-case {
    padding-top: 22.2222222222vw;
    padding-left: 4.4444444444vw;
    padding-right: 4.4444444444vw;
    padding-bottom: 22.2222222222vw;
  }
}
.l-contents-case__title {
  margin-bottom: 8rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-contents-case__title {
    margin-bottom: 11.1111111111vw;
  }
}
.l-contents-case__title__wrap {
  display: inline-flex;
  flex-direction: column;
}
.l-contents-case__title__container {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.l-contents-case__description {
  margin-bottom: 2.4rem;
  color: #2E3180;
  text-align: center;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.024rem;
}
@media screen and (max-width: 768px) {
  .l-contents-case__description {
    margin-bottom: 6.6666666667vw;
    font-size: 6.6666666667vw;
  }
}
.l-contents-case__lists {
  max-width: 108rem;
  margin: 0 auto 8rem;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 2.4rem;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .l-contents-case__lists {
    margin-bottom: 0;
    flex-wrap: nowrap;
    gap: 0;
  }
}
.l-contents-case__lists:last-child {
  margin-bottom: 0;
}
.l-contents-case__list {
  max-width: calc(50% - 1.2rem);
  flex: 0 0 calc(50% - 1.2rem);
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .l-contents-case__list {
    max-width: 100%;
    flex: 0 0 auto;
  }
}
.l-contents-case__slide:last-child .l-contents-case__lists {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .l-contents-case__slide {
    width: 77.7777777778vw;
    overflow: visible;
  }
  .l-contents-case__slide:nth-of-type(1) {
    margin-bottom: 22.2222222222vw;
  }
}
.l-contents-faq {
  padding: 12rem 4rem 13.9rem;
}
@media screen and (max-width: 768px) {
  .l-contents-faq {
    padding-top: 22.2222222222vw;
    padding-left: 4.4444444444vw;
    padding-right: 4.4444444444vw;
    padding-bottom: 22.2222222222vw;
  }
}
.l-contents-faq__title {
  margin-bottom: 8rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-contents-faq__title {
    margin-bottom: 11.1111111111vw;
  }
}
.l-contents-faq__title__wrap {
  display: inline-flex;
  flex-direction: column;
}
.l-contents-faq__title__container {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.l-contents-faq__lists {
  max-width: 108rem;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 1.6rem;
}
.l-contents-faq__item {
  flex: 1 1 100%;
  border-top: 0.1rem solid #D8DAF1;
  border-bottom: 0.1rem solid #D8DAF1;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
@media screen and (max-width: 768px) {
  .l-contents-faq__item {
    padding-left: 4.4444444444vw;
    padding-right: 4.4444444444vw;
  }
}
.l-contents-faq__item:not(:has(.is-open)) .js-acd-contents {
  margin-top: 0;
  padding: 0;
  border-top: none;
  height: 0;
}
.l-contents-faq__item dt,
.l-contents-faq__item dd {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 2.4rem;
}
@media screen and (max-width: 768px) {
  .l-contents-faq__item dt,
  .l-contents-faq__item dd {
    gap: 4.4444444444vw;
  }
}
.l-contents-faq__item dt::before,
.l-contents-faq__item dd::before {
  width: 5.6rem;
  flex: 0 0 5.6rem;
  height: 5.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: "Instrument", sans-serif;
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0.032rem;
}
@media screen and (max-width: 768px) {
  .l-contents-faq__item dt::before,
  .l-contents-faq__item dd::before {
    width: 11.1111111111vw;
    flex: 0 0 11.1111111111vw;
    height: 11.1111111111vw;
    font-size: 6.6666666667vw;
  }
}
.l-contents-faq__item dt {
  padding: 3.2rem 2.4rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-contents-faq__item dt {
    padding-left: 0;
    padding-right: 0;
  }
}
.l-contents-faq__item dt a {
  flex: 1 1 100%;
  padding-right: 8rem;
  display: block;
  color: #fff;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.024rem;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .l-contents-faq__item dt a {
    padding-right: 11.1111111111vw;
    font-size: 4.4444444444vw;
  }
}
.l-contents-faq__item dt a::before {
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}
.l-contents-faq__item dt a.is-open i::after {
  height: 0rem;
}
.l-contents-faq__item dt a i {
  width: 5.6rem;
  height: 5.6rem;
  margin: auto;
  display: block;
  position: absolute;
  top: 0;
  right: 2.4rem;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .l-contents-faq__item dt a i {
    width: 6.6666666667vw;
    height: 6.6666666667vw;
    right: 0;
  }
}
.l-contents-faq__item dt a i::before, .l-contents-faq__item dt a i::after {
  margin: auto;
  display: block;
  background: #fff;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.l-contents-faq__item dt a i::before {
  width: 2.8rem;
  height: 0.4rem;
}
@media screen and (max-width: 768px) {
  .l-contents-faq__item dt a i::before {
    width: 6.6666666667vw;
    height: 1.1111111111vw;
  }
}
.l-contents-faq__item dt a i::after {
  width: 0.4rem;
  height: 2.8rem;
}
@media screen and (max-width: 768px) {
  .l-contents-faq__item dt a i::after {
    width: 1.1111111111vw;
    height: 6.6666666667vw;
  }
}
.l-contents-faq__item dt::before {
  content: "Q";
  color: #fff;
  background: #2E3180;
}
.l-contents-faq__item dd {
  max-width: calc(100% - 4.8rem);
  margin-left: auto;
  margin-right: auto;
  padding-top: 4rem;
  padding: 4rem 0 3.2rem;
  border-top: 0.1rem solid #D8DAF1;
  color: #fff;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
  letter-spacing: 0.018rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .l-contents-faq__item dd {
    max-width: 100%;
    margin-top: 0;
    padding-top: 8.3333333333vw;
    font-size: 3.6111111111vw;
  }
}
.l-contents-faq__item dd::before {
  content: "A";
  color: #2E3180;
  background: #fff;
}
.l-contents-contact {
  padding: 12rem 4rem;
  background: #fff;
  border-radius: 4rem;
}
@media screen and (max-width: 768px) {
  .l-contents-contact {
    padding-top: 22.2222222222vw;
    padding-left: 4.4444444444vw;
    padding-right: 4.4444444444vw;
    padding-bottom: 22.2222222222vw;
  }
}
.l-contents-contact__title {
  text-align: center;
}
.l-contents-contact__title__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: flex-end;
  flex-wrap: wrap;
}
.l-contents-contact__title__wrap .c-title__main {
  flex: 0 0 auto;
  display: inline-block;
  max-width: 100%;
  margin-left: 0.2rem;
  margin-right: 1.2rem;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  .l-contents-contact__title__wrap .c-title__main {
    font-size: 8.8888888889vw;
    line-height: 140%;
  }
}
.l-contents-contact__title__wrap .c-title__large {
  display: inline-block;
  padding-bottom: 0.8rem;
}
@media screen and (max-width: 768px) {
  .l-contents-contact__title__wrap .c-title__large {
    padding-bottom: 0;
    font-size: 5vw;
    line-height: 180%;
  }
}
.l-contents-contact__title > .c-title__large {
  margin-bottom: 0.7rem;
  display: block;
}
@media screen and (max-width: 768px) {
  .l-contents-contact__title > .c-title__large {
    line-height: 140%;
  }
}
.l-contents-contact__description {
  margin-top: 3.2rem;
  color: #2E3180;
  text-align: center;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.024rem;
}
@media screen and (max-width: 768px) {
  .l-contents-contact__description {
    margin-top: 8.8888888889vw;
    font-size: 4.4444444444vw;
    line-height: 180%;
  }
}
.l-contents-contact__text {
  margin-top: 1.6rem;
  color: #2E3180;
  text-align: center;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
  letter-spacing: 0.016rem;
}
.l-contents-contact__google {
  margin-top: 1.6rem;
  color: #2E3180;
  text-align: center;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 155%;
  letter-spacing: 0.012rem;
}
.l-contents-contact__google a:link, .l-contents-contact__google a:visited {
  color: #2E3180;
}
.l-contents-contact__google a:hover {
  color: #C3D800;
}

.l-footer {
  padding: 12rem 4rem 12rem;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 4rem;
}
@media screen and (max-width: 768px) {
  .l-footer {
    flex-direction: column;
    padding-top: 22.2222222222vw;
    padding-bottom: 20vw;
    padding-left: 4.4444444444vw;
    padding-right: 4.4444444444vw;
  }
}
@media screen and (max-width: 768px) {
  .l-footer .pc {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .l-footer .sp {
    display: none;
  }
}
.l-footer__links, .l-footer__gruop {
  flex: 0 1 auto;
}
@media screen and (max-width: 768px) {
  .l-footer__gruop {
    order: 2;
  }
}
.l-footer__links {
  max-width: 50.6rem;
}
@media screen and (max-width: 768px) {
  .l-footer__links {
    order: 1;
  }
}
.l-footer__logo {
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .l-footer__logo {
    width: 77.7777777778vw;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 11.1111111111vw;
  }
}
.l-footer-servicelist__title {
  margin-bottom: 0.8rem;
  color: #D8DAF1;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 155%;
  letter-spacing: 0.012rem;
}
@media screen and (max-width: 768px) {
  .l-footer-servicelist__title {
    margin-bottom: 2.2222222222vw;
    font-size: 3.3333333333vw;
  }
}
.l-footer-servicelist__list {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 0.8rem;
}
@media screen and (max-width: 768px) {
  .l-footer-servicelist__list {
    gap: 2.2222222222vw;
  }
}
.l-footer-servicelist__wrap {
  flex: 0 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.l-footer-servicelist__wrap::after {
  width: 0.1rem;
  height: 1.4rem;
  margin-left: 0.8rem;
  display: block;
  background: #D8DAF1;
  content: "";
}
@media screen and (max-width: 768px) {
  .l-footer-servicelist__wrap::after {
    margin-left: 2.2222222222vw;
  }
}
.l-footer-servicelist__wrap:last-child::after {
  content: none;
}
.l-footer-servicelist__wrap a {
  color: #D8DAF1;
  text-align: center;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 155%;
  letter-spacing: 0.012rem;
  transition: color 0.35s ease;
}
@media screen and (max-width: 768px) {
  .l-footer-servicelist__wrap a {
    font-size: 3.3333333333vw;
  }
}
.l-footer-servicelist__wrap a:link, .l-footer-servicelist__wrap a:visited {
  color: #D8DAF1;
}
.l-footer-servicelist__wrap a:hover {
  color: #C3D800;
}
.l-footer-copyright {
  margin-top: 2.4rem;
  color: #D8DAF1;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 155%;
  letter-spacing: 0.012rem;
}
@media screen and (max-width: 768px) {
  .l-footer-copyright {
    font-size: 3.3333333333vw;
  }
}
.l-footer-anchors {
  margin-bottom: 4rem;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 2.4rem 4.6rem;
}
@media screen and (max-width: 768px) {
  .l-footer-anchors {
    margin-bottom: 11.1111111111vw;
    gap: 4.4444444444vw 8.8888888889vw;
  }
}
.l-footer-anchors__wrap {
  flex: 0 0 13.8rem;
}
@media screen and (max-width: 768px) {
  .l-footer-anchors__wrap {
    flex: 0 0 38.3333333333vw;
  }
}
.l-footer-anchors__wrap a {
  color: #fff;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
  letter-spacing: 0.016rem;
  transition: color 0.35s ease;
}
@media screen and (max-width: 768px) {
  .l-footer-anchors__wrap a {
    font-size: 4.4444444444vw;
  }
}
.l-footer-anchors__wrap a:link, .l-footer-anchors__wrap a:visited {
  color: #fff;
}
.l-footer-anchors__wrap a:hover {
  color: #C3D800;
}
.l-footer-info {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 2.4rem;
}
@media screen and (max-width: 768px) {
  .l-footer-info {
    gap: 2.2222222222vw 6.6666666667vw;
  }
}
.l-footer-info__wrap {
  flex: 0 0 auto;
}
.l-footer-info__wrap a {
  color: #fff;
  text-align: center;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 155%;
  letter-spacing: 0.012rem;
  transition: color 0.35s ease;
}
@media screen and (max-width: 768px) {
  .l-footer-info__wrap a {
    font-size: 3.3333333333vw;
  }
}
.l-footer-info__wrap a:link, .l-footer-info__wrap a:visited {
  color: #fff;
}
.l-footer-info__wrap a:hover {
  color: #C3D800;
}

.l-header {
  max-width: calc(100vw - 8rem);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 0.8rem;
  position: fixed;
  top: 2rem;
  left: 0;
  right: 0;
  z-index: 10;
}
@media screen and (min-width: 1025px) {
  .l-header {
    background: rgba(255, 255, 255, 0.7);
    -webkit-backdrop-filter: blur(20px);
            backdrop-filter: blur(20px);
  }
}
@media screen and (max-width: 768px) {
  .l-header {
    padding-left: 4.4444444444vw;
    padding-right: 4.4444444444vw;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    top: 2.2222222222vw;
  }
}
.l-header.is-admin {
  top: 5.2rem;
}
@media screen and (max-width: 1024px) {
  .l-header:has(.is-open) .l-header__links {
    width: 100%;
    height: 100vh;
    padding-left: 4.4444444444vw;
    padding-right: 4.4444444444vw;
    display: block;
    background: #2E3180;
    overflow-y: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    animation: reveal 0.35s ease-out forwards;
  }
  .l-header:has(.is-open) .l-header__links .l-header__list {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  .l-header:has(.is-open) .l-header__cta {
    margin-bottom: 4rem;
  }
}
.l-header:has(.is-open) .l-header__burger {
  gap: 0;
}
.l-header:has(.is-open) .l-header__burger::before {
  transform: rotate(45deg);
  margin-bottom: -0.1rem;
}
.l-header:has(.is-open) .l-header__burger::after {
  transform: rotate(-45deg);
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .l-header:has(.is-open) .l-header__logo {
    background: url(../images/logo_wt.svg) left 3.2rem top 1rem/17.5rem auto no-repeat;
  }
}
@media screen and (max-width: 768px) {
  .l-header:has(.is-open) .l-header__logo {
    background: url(../images/logo_wt.svg) left 0.8rem top 1rem/13.6rem auto no-repeat;
  }
}
@media screen and (max-width: 1024px) {
  .l-header:has(.is-open) .l-header__logo img {
    opacity: 0;
  }
}
.l-header__logo {
  padding: 1.45rem 3.2rem;
  flex: 0 0 auto;
  position: relative;
  z-index: 11;
}
@media screen and (max-width: 1024px) {
  .l-header__logo {
    background: rgba(255, 255, 255, 0.7);
    -webkit-backdrop-filter: blur(20px);
            backdrop-filter: blur(20px);
    border-radius: 0.8rem;
  }
}
@media screen and (max-width: 768px) {
  .l-header__logo {
    padding: 1rem 1.6rem 1rem 0.8rem;
  }
}
.l-header__logo img {
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .l-header__logo img {
    width: 13.6rem;
    height: auto;
  }
}
.l-header__links {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 3.2rem;
}
@media screen and (max-width: 1024px) {
  .l-header__links {
    -webkit-clip-path: inset(100% 0 0 0);
            clip-path: inset(100% 0 0 0);
    display: none;
  }
}
.l-header__list {
  padding: 2.2rem 0 2.25rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 2.4rem;
}
@media screen and (min-width: 1025px) and (max-width: 1200px) {
  .l-header__list {
    gap: 1.2rem;
  }
}
@media screen and (max-width: 1024px) {
  .l-header__list {
    padding-top: 10.5rem;
    padding-bottom: 5.6rem;
  }
}
.l-header__list__wrap {
  flex: 0 0 auto;
}
@media screen and (max-width: 1024px) {
  .l-header__list__wrap {
    text-align: center;
    margin-bottom: 4rem;
  }
  .l-header__list__wrap:last-child {
    margin-bottom: 0;
  }
}
.l-header__link {
  color: #2E3180;
  text-align: center;
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 700;
  line-height: 155%;
  letter-spacing: 0.13px;
  text-decoration: none;
}
@media screen and (max-width: 1024px) {
  .l-header__link {
    color: #fff;
  }
}
@media screen and (max-width: 768px) {
  .l-header__link {
    font-size: 1.3rem;
  }
}
.l-header__link:link, .l-header__link:visited {
  color: #2E3180;
  text-decoration: none;
}
@media screen and (max-width: 1024px) {
  .l-header__link:link, .l-header__link:visited {
    color: #fff;
  }
}
.l-header__cta {
  padding: 2.275rem 1.6rem;
  background: #C3D800;
  display: block;
  border-radius: 0 0.8rem 0.8rem 0;
  color: #2E3180;
  text-align: center;
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.013rem;
  transition: color 0.35s ease, background-color 0.35s ease;
  text-decoration: none;
}
@media screen and (max-width: 1024px) {
  .l-header__cta {
    padding-top: 3.025rem;
    padding-bottom: 3.025rem;
    border-radius: 0.8rem;
    background: #C3D800 url(../images/icon_cta_arrow.svg) right 2.4rem center/1.6rem auto no-repeat;
  }
}
.l-header__cta:link, .l-header__cta:visited {
  text-decoration: none;
}
.l-header__cta:hover {
  background: #2E3180;
  color: #fff;
}
.l-header__burger {
  display: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media screen and (max-width: 1024px) {
  .l-header__burger {
    width: 4.8rem;
    height: 4.8rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.8rem;
    flex-direction: column;
    background: #2E3180;
    border-radius: 0.8rem;
    position: relative;
    z-index: 11;
  }
  .l-header__burger::after, .l-header__burger::before {
    width: 2.4rem;
    height: 0.1rem;
    display: block;
    background: #fff;
    content: "";
    transition: transform 0.35s ease;
  }
}

.c-title {
  text-align: center;
}
.c-title__main {
  display: inline-block;
  color: #fff;
  font-size: 7.2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}
@media screen and (max-width: 768px) {
  .c-title__main {
    font-size: 11.1111111111vw;
  }
}
.c-title__large {
  display: inline-block;
  text-align: center;
  font-size: 4rem;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
}
@media screen and (max-width: 768px) {
  .c-title__large {
    font-size: 6.6666666667vw;
  }
}
.c-title__medium {
  display: inline-block;
  text-align: center;
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
}
@media screen and (max-width: 768px) {
  .c-title__medium {
    font-size: 6.6666666667vw;
  }
}
.c-title__en {
  color: #fff;
  font-family: "Instrument", sans-serif;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -0.072rem;
}
@media screen and (max-width: 768px) {
  .c-title__en {
    font-size: 4.4444444444vw;
  }
}
.c-title__num {
  color: #fff;
  font-family: "Instrument Serif", serif;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.054rem;
}
@media screen and (max-width: 768px) {
  .c-title__num {
    font-size: 3.3333333333vw;
  }
}
.c-title-color--white {
  color: #fff;
}
.c-title-color--purple {
  color: #2E3180;
}
.c-title-color--purple-gradient {
  background: var(--basecolor-gra01, linear-gradient(90deg, #2B2555 0%, #615EA8 49.5%, #2E3180 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.c-button {
  max-width: 60rem;
  width: 100%;
  height: 12rem;
  padding: 2.4rem 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.8rem;
  background: #C3D800 url(../images/icon_cta_arrow.svg) right 2.4rem center/1.6rem auto no-repeat;
  color: #2E3180;
  text-align: center;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
  letter-spacing: 0.016rem;
  transition: color 0.35s ease, background-color 0.35s ease;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .c-button {
    max-width: 100%;
    height: 22.2222222222vw;
    font-size: 4.4444444444vw;
  }
}
.c-button:link, .c-button:visited {
  text-decoration: none;
}
.c-button:hover {
  background-color: #2E3180;
  background-image: url(../images/icon_cta_arrow_wt.svg);
  color: #fff;
}
.c-button--footer {
  display: none;
}
@media screen and (max-width: 768px) {
  .c-button--footer {
    height: 15.5555555556vw;
    display: flex;
    padding-top: 1.35rem;
    padding-bottom: 1.35rem;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9;
    transform: translateY(100%);
    transition: transform 0.35s ease;
  }
  .c-button--footer.is-active {
    transform: translateY(0);
  }
}

.c-cta {
  max-width: 108rem;
  margin: 0 auto;
  padding: 9rem 4rem;
  background: url(../images/img_cta_bg.webp) center center/cover no-repeat;
}
@media screen and (max-width: 768px) {
  .c-cta {
    padding-top: 15vw;
    padding-left: 3.8888888889vw;
    padding-right: 3.8888888889vw;
    padding-bottom: 14.1666666667vw;
  }
}
.c-cta__wrap {
  max-width: 60rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.6rem;
}
@media screen and (max-width: 768px) {
  .c-cta__wrap {
    gap: 7.2222222222vw;
  }
}
.c-cta__text {
  color: #fff;
  text-align: center;
  font-size: 4rem;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
}
@media screen and (max-width: 768px) {
  .c-cta__text {
    font-size: 5vw;
  }
}
.c-cta__line {
  position: relative;
  z-index: 0;
}
.c-cta__line::after {
  width: 100%;
  height: 1.6rem;
  display: block;
  background: #2B87FF;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

.c-card {
  min-height: 40rem;
  height: 100%;
  padding: 0 2.4rem;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: column;
  background: #2E3180;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-card {
    min-height: auto;
    padding-top: 13.3333333333vw;
    padding-left: 2.6388888889vw;
    padding-right: 2.6388888889vw;
  }
}
@media screen and (max-width: 768px) {
  .c-card .pc {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .c-card .sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .c-card--type2 {
    padding-top: 6.6666666667vw;
    padding-left: 6.6666666667vw;
    padding-right: 6.6666666667vw;
  }
}
.c-card--type2 .c-card__head {
  margin-bottom: 0;
}
.c-card--type2 .c-card__title {
  margin-top: 1.6rem;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .c-card--type2 .c-card__title {
    margin-top: 4.4444444444vw;
    text-align: left;
    font-size: 5vw;
    line-height: 180%;
  }
}
@media screen and (max-width: 768px) {
  .c-card--type2 .c-card__text {
    text-align: left;
    font-size: 3.6111111111vw;
    letter-spacing: 0.013rem;
  }
}
.c-card--type2 .c-card__icon {
  padding-top: 4rem;
}
@media screen and (max-width: 768px) {
  .c-card--type2 .c-card__icon {
    width: 15.5555555556vw;
    margin-top: 0;
    padding-top: 4.4444444444vw;
  }
}
.c-card--quote {
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-card--quote {
    padding-left: 6.6666666667vw;
    padding-right: 6.6666666667vw;
  }
}
.c-card--quote::before {
  content: "“";
  color: #fff;
  font-family: "Instrument", sans-serif;
  font-size: 20rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  position: absolute;
  top: 0.6rem;
  left: 1.2rem;
}
@media screen and (max-width: 768px) {
  .c-card--quote::before {
    font-size: 55.5555555556vw;
  }
}
@media screen and (max-width: 768px) {
  .c-card__box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 5.5555555556vw;
  }
}
.c-card__head {
  margin-bottom: 4rem;
  padding-top: 4.8rem;
}
@media screen and (max-width: 768px) {
  .c-card__head {
    margin-bottom: 11.1111111111vw;
    padding-top: 0;
  }
}
.c-card__head__txt {
  display: block;
  font-family: "Instrument", sans-serif;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 180%;
  letter-spacing: 0.012rem;
}
@media screen and (max-width: 768px) {
  .c-card__head__txt {
    font-size: 3.3333333333vw;
  }
}
.c-card__head__num {
  margin-top: -0.8rem;
  display: block;
  font-family: "Instrument Serif", serif;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.024rem;
  text-transform: capitalize;
}
@media screen and (max-width: 768px) {
  .c-card__head__num {
    font-size: 6.6666666667vw;
  }
}
.c-card__title {
  margin-bottom: 1.6rem;
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
}
@media screen and (max-width: 768px) {
  .c-card__title {
    margin-bottom: 4.4444444444vw;
    font-size: 8.8888888889vw;
  }
}
@media screen and (max-width: 768px) {
  .c-card__title:has(.c-card__title__underline) {
    font-size: 6.6666666667vw;
    line-height: 140%;
  }
}
.c-card__title:has(.c-card__title__underline) .c-card__title__underline {
  text-decoration: underline;
  text-decoration-thickness: 0.8rem;
  text-underline-offset: -0.2rem;
  text-decoration-color: #2B87FF;
}
.c-card__underline {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.c-card__underline::after {
  width: 100%;
  height: 0.8rem;
  margin-top: -0.8rem;
  display: block;
  background: #2B87FF;
  content: "";
  position: relative;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .c-card__underline::after {
    margin-top: -1rem;
  }
}
.c-card__profile {
  margin-top: 0.8rem;
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 0.8rem;
  text-align: center;
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 400;
  line-height: 155%;
  letter-spacing: 0.013rem;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .c-card__profile {
    font-size: 3.6111111111vw;
  }
}
.c-card__profile span {
  text-decoration: none;
}
.c-card__initial {
  text-align: center;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.024rem;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .c-card__initial {
    font-size: 6.6666666667vw;
  }
}
.c-card__text {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.016rem;
}
@media screen and (max-width: 768px) {
  .c-card__text {
    font-size: 4.4444444444vw;
  }
}
.c-card__text--al-l {
  text-align: left;
}
.c-card__icon {
  margin-top: auto;
  padding-top: 2.4rem;
}
@media screen and (max-width: 768px) {
  .c-card__icon {
    width: 26.9444444444vw;
    margin-left: auto;
    margin-right: auto;
    padding-top: 6.4833333333vw;
  }
  .c-card__icon img {
    width: 100%;
  }
}
.c-card__icon--pt-l {
  padding-top: 4rem;
}

.c-frosted {
  height: 100%;
  padding: 6.4rem 3.2rem;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: column;
  gap: 0;
  background: rgba(255, 255, 255, 0.1);
  border: 0.1rem solid #D8DAF1;
  -webkit-backdrop-filter: blur(0.5rem);
          backdrop-filter: blur(0.5rem);
  color: #fff;
}
@media screen and (max-width: 768px) {
  .c-frosted {
    padding-top: 6.6666666667vw;
    padding-left: 4.4444444444vw;
    padding-right: 4.4444444444vw;
    padding-bottom: 6.6666666667vw;
  }
}
.c-frosted:has(.c-frosted-point) {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.c-frosted:has(.c-frosted-point) .c-frosted__text {
  margin-bottom: 4.2rem;
}
@media screen and (max-width: 768px) {
  .c-frosted:has(.c-frosted-point) .c-frosted__text {
    margin-bottom: 2.2222222222vw;
  }
}
.c-frosted--pad-s {
  padding: 2.4rem 1.6rem;
}
@media screen and (max-width: 768px) {
  .c-frosted--col-sp {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    gap: 2.2222222222vw;
  }
}
@media screen and (max-width: 768px) {
  .c-frosted--col-sp .c-frosted__head {
    margin-bottom: 0;
    flex: 0 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .c-frosted--col-sp .c-frosted__title {
    flex: 0 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .c-frosted--col-sp .c-frosted__label,
  .c-frosted--col-sp .c-frosted__text {
    display: none;
  }
}
.c-frosted--purple {
  color: #2E3180;
}
.c-frosted--type-sp {
  padding-top: 2.2222222222vw;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}
.c-frosted--type-sp .c-frosted__head {
  padding: 0 4.4444444444vw;
}
.c-frosted--type-sp .c-frosted__title {
  padding: 0 4.4444444444vw;
  margin-bottom: 6.6666666667vw;
  font-size: 3.6111111111vw;
}
.c-frosted--type-sp .c-frosted__button {
  margin-top: auto;
  display: block;
}
.c-frosted--type-sp .c-frosted__button img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-frosted--bg-blue {
  background: #2B87FF;
}
.c-frosted__head {
  margin-bottom: 0.8rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.8rem;
}
.c-frosted__label {
  font-family: "Instrument", sans-serif;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 180%;
  letter-spacing: 0.012rem;
}
@media screen and (max-width: 768px) {
  .c-frosted__label {
    font-size: 3.3333333333vw;
  }
}
.c-frosted__num {
  font-family: "Instrument Serif", serif;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.024rem;
}
@media screen and (max-width: 768px) {
  .c-frosted__num {
    font-size: 6.6666666667vw;
  }
}
.c-frosted__title {
  margin-bottom: 3.2rem;
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
}
@media screen and (max-width: 768px) {
  .c-frosted__title {
    margin-bottom: 0;
    font-size: 6.6666666667vw;
  }
}
.c-frosted__title--s {
  font-size: 1.8rem;
  line-height: 180%;
}
@media screen and (max-width: 768px) {
  .c-frosted__title--s {
    font-size: 5vw;
  }
}
@media screen and (min-width: 769px) {
  .c-frosted__title .sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .c-frosted__title .pc {
    display: none;
  }
}
.c-frosted__text {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.016rem;
}
.c-frosted__text--s {
  font-size: 1.3rem;
  line-height: 155%;
}
@media screen and (max-width: 768px) {
  .c-frosted__text--sp-none {
    display: none;
  }
}
.c-frosted-point {
  margin-top: auto;
  padding: 3.2rem 1.6rem;
  background: #D8DAF1;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-frosted-point {
    margin-top: 3.5rem;
  }
}
.c-frosted-point__label {
  display: inline-flex;
  padding: 0px 1.6rem;
  justify-content: center;
  align-items: center;
  background: #2E3180;
  color: #fff;
  text-align: center;
  font-family: "Instrument", sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 600;
  line-height: 180%;
  letter-spacing: 0.016rem;
  position: absolute;
  top: -1.45rem;
  left: 0;
}
.c-frosted-point__ttl {
  margin-bottom: 0.8rem;
  color: #2E3180;
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 700;
  line-height: 155%;
  letter-spacing: 0.013rem;
}
.c-frosted-point__txt {
  color: #2E3180;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 155%;
  letter-spacing: 0.012rem;
}
.c-frosted-job {
  background: url(../images/img_bg_joblist.webp) center center/52.8rem auto repeat;
  border: 0.1rem solid #D8DAF1;
}
.c-frosted-job.swiper-slide {
  height: auto;
}
.c-frosted-job__head {
  padding: 0.4rem 3.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  background: #2E3180;
  color: #fff;
  text-align: center;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
  letter-spacing: 0.018rem;
}
@media screen and (max-width: 768px) {
  .c-frosted-job__head {
    padding-top: 1.1111111111vw;
    padding-left: 4.4444444444vw;
    padding-right: 4.4444444444vw;
    padding-bottom: 1.1111111111vw;
    font-size: 5vw;
  }
}
.c-frosted-job__contents {
  height: calc(100% - 0.7rem - 3.2rem);
  padding: 3.2rem;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .c-frosted-job__contents {
    height: 88%;
    padding-top: 4.4444444444vw;
    padding-left: 4.4444444444vw;
    padding-right: 4.4444444444vw;
    padding-bottom: 6.6666666667vw;
    box-sizing: border-box;
  }
}
.c-frosted-job__label {
  margin-bottom: 0.8rem;
  color: #2E3180;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.016rem;
}
@media screen and (max-width: 768px) {
  .c-frosted-job__label {
    margin-bottom: 2.2222222222vw;
    font-size: 4.4444444444vw;
  }
}
.c-frosted-job__title {
  margin-bottom: 3.2rem;
  color: #2E3180;
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
}
@media screen and (max-width: 768px) {
  .c-frosted-job__title {
    font-size: 6.6666666667vw;
    margin-bottom: 4.4444444444vw;
  }
}
.c-frosted-job-data {
  margin-top: auto;
  display: flex;
  padding: 1.6rem;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  flex-wrap: wrap;
  background: linear-gradient(90deg, #2B2555 0%, #615EA8 49.5%, #2E3180 100%);
}
.c-frosted-job-data__label {
  flex: 0 0 auto;
  color: #D8DAF1;
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 700;
  line-height: 155%;
  letter-spacing: 0.013rem;
}
@media screen and (max-width: 1160px) {
  .c-frosted-job-data__label {
    margin-bottom: 0.8rem;
    flex: 1 1 100%;
  }
}
@media screen and (max-width: 768px) {
  .c-frosted-job-data__label {
    font-size: 3.6111111111vw;
  }
}
.c-frosted-job-salary {
  flex: 0 0 auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.4rem;
  color: #fff;
  text-align: right;
  font-feature-settings: "palt" on;
  font-family: "Instrument", sans-serif;
  font-size: 4rem;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -0.08rem;
}
@media screen and (min-width: 769px) and (max-width: 1160px) {
  .c-frosted-job-salary {
    font-size: 3.4482758621vw;
  }
}
@media screen and (max-width: 768px) {
  .c-frosted-job-salary {
    flex: 1 1 100%;
    justify-content: flex-start;
    flex-wrap: nowrap;
    gap: 0;
    font-size: 6.6666666667vw;
  }
}
.c-frosted-job-salary__wrap {
  flex: 0 0 auto;
  display: inline-flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0.4rem;
}
@media screen and (max-width: 768px) {
  .c-frosted-job-salary__wrap {
    display: block;
  }
}
.c-frosted-job-salary__small {
  color: #D8DAF1;
  font-size: 1.8rem;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
  letter-spacing: 0.018rem;
}
@media screen and (min-width: 769px) and (max-width: 1160px) {
  .c-frosted-job-salary__small {
    font-size: 1.5517241379vw;
  }
}
@media screen and (max-width: 768px) {
  .c-frosted-job-salary__small {
    font-size: 5vw;
  }
}
.c-frosted-case {
  height: auto;
  padding: 2.4rem 3rem;
  display: flex;
  flex-direction: column;
  background: url(../images/img_bg_joblist.webp) top center/52.8rem auto repeat;
  border: 0.1rem solid #D8DAF1;
}
@media screen and (max-width: 768px) {
  .c-frosted-case {
    padding-top: 6.6666666667vw;
    padding-left: 4.4444444444vw;
    padding-right: 4.4444444444vw;
    padding-bottom: 6.6666666667vw;
  }
}
.c-frosted-case__head {
  margin-bottom: 0.8rem;
  padding: 0 3.2rem;
  gap: 1rem;
  color: #2E3180;
  text-align: center;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 180%;
  letter-spacing: 0.012rem;
}
.c-frosted-case__num {
  margin-top: -0.8rem;
  display: block;
  color: #2E3180;
  text-align: center;
  font-family: "Instrument Serif", serif;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.024rem;
  text-transform: capitalize;
}
.c-frosted-case__image {
  margin-bottom: 2.4rem;
}
.c-frosted-case__contents {
  margin-bottom: 2.4rem;
  display: flex;
  justify-content: flex-start;
  gap: 3.2rem;
}
@media screen and (max-width: 768px) {
  .c-frosted-case__contents {
    display: block;
  }
}
.c-frosted-case__contents--vertical {
  flex-direction: column;
  gap: 0.8rem;
}
.c-frosted-case__contents--vertical .c-frosted-case__name {
  margin-top: 0;
}
.c-frosted-case__profile {
  flex: 0 0 auto;
}
@media screen and (max-width: 768px) {
  .c-frosted-case__profile {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 1.9444444444vw;
  }
}
.c-frosted-case__profile--horizontal {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  gap: 0.8rem;
}
@media screen and (max-width: 768px) {
  .c-frosted-case__profile--horizontal .c-frosted-case__name {
    order: 2;
  }
  .c-frosted-case__profile--horizontal .c-frosted-case__age {
    order: 1;
  }
}
.c-frosted-case__age, .c-frosted-case__name {
  color: #2E3180;
  text-align: center;
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 400;
  line-height: 155%;
  letter-spacing: 0.013rem;
}
@media screen and (max-width: 768px) {
  .c-frosted-case__age, .c-frosted-case__name {
    font-size: 3.6111111111vw;
  }
}
.c-frosted-case__name {
  margin-top: 0.8rem;
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  gap: 0.8rem;
}
@media screen and (max-width: 768px) {
  .c-frosted-case__name {
    margin-top: 0;
  }
}
.c-frosted-case__name em {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.024rem;
}
@media screen and (max-width: 768px) {
  .c-frosted-case__name em {
    font-size: 6.6666666667vw;
  }
}
.c-frosted-case__headline {
  color: #2E3180;
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
}
@media screen and (max-width: 768px) {
  .c-frosted-case__headline {
    margin-top: 2.2222222222vw;
    font-size: 6.6666666667vw;
  }
}
.c-frosted-case__commentlabel {
  margin-top: 2.4rem;
  color: #2E3180;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
  letter-spacing: 0.016rem;
}
@media screen and (max-width: 768px) {
  .c-frosted-case__commentlabel {
    margin-top: 6.6666666667vw;
    font-size: 4.4444444444vw;
  }
}
.c-frosted-case__comment {
  margin-bottom: 2.4rem;
  color: #2E3180;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.016rem;
}
@media screen and (max-width: 768px) {
  .c-frosted-case__comment {
    margin-bottom: 6.6666666667vw;
    font-size: 4.4444444444vw;
  }
}
.c-frosted-case__reason {
  flex: 1 1 auto;
}
.c-frosted-case__label {
  color: #2E3180;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
  letter-spacing: 0.016rem;
}
@media screen and (max-width: 768px) {
  .c-frosted-case__label {
    font-size: 4.4444444444vw;
  }
}
.c-frosted-case__text {
  color: #2E3180;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.016rem;
}
@media screen and (max-width: 768px) {
  .c-frosted-case__text {
    font-size: 4.4444444444vw;
  }
}
.c-frosted-case-data {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
@media screen and (max-width: 768px) {
  .c-frosted-case-data {
    display: block;
  }
}
.c-frosted-case-data__before {
  flex: 0 0 50%;
  background: #D8DAF1;
}
.c-frosted-case-data__before .c-frosted-case-data__label,
.c-frosted-case-data__before .c-frosted-case-data__job,
.c-frosted-case-data__before .c-frosted-case-salary,
.c-frosted-case-data__before .c-frosted-case-salary__small {
  color: #2E3180;
}
.c-frosted-case-data__after {
  flex: 0 0 50%;
  background: linear-gradient(90deg, #2B2555 0%, #615EA8 49.5%, #2E3180 100%);
}
.c-frosted-case-data__after .c-frosted-case-data__label,
.c-frosted-case-data__after .c-frosted-case-data__job,
.c-frosted-case-data__after .c-frosted-case-salary__small {
  color: #D8DAF1;
}
.c-frosted-case-data__after .c-frosted-case-salary {
  color: #fff;
}
.c-frosted-case-data__before, .c-frosted-case-data__after {
  padding: 1.6rem;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  gap: 0.8rem;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .c-frosted-case-data__before, .c-frosted-case-data__after {
    padding-top: 4.4444444444vw;
    padding-bottom: 4.4444444444vw;
  }
}
.c-frosted-case-data__label {
  display: block;
  text-align: center;
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 700;
  line-height: 155%;
  letter-spacing: 0.013rem;
}
@media screen and (max-width: 768px) {
  .c-frosted-case-data__label {
    font-size: 3.6111111111vw;
  }
}
.c-frosted-case-data__job {
  display: block;
  text-align: center;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 155%;
  letter-spacing: 0.012rem;
}
@media screen and (max-width: 768px) {
  .c-frosted-case-data__job {
    font-size: 3.3333333333vw;
  }
}
.c-frosted-case-data__result {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  gap: 0.8rem;
  flex-direction: column;
  padding: 1.6rem;
  flex: 1 1 100%;
  background: linear-gradient(90deg, #2B2555 0%, #615EA8 49.5%, #2E3180 100%);
}
@media screen and (max-width: 768px) {
  .c-frosted-case-data__result {
    min-height: 61.3888888889vw;
    padding: 4.4444444444vw;
  }
}
.c-frosted-case-data__label {
  color: #D8DAF1;
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 700;
  line-height: 155%;
  letter-spacing: 0.013rem;
}
@media screen and (max-width: 768px) {
  .c-frosted-case-data__label {
    font-size: 3.6111111111vw;
  }
}
.c-frosted-case-data__jobchange {
  margin: 0 -0.7rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-frosted-case-data__jobchange {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    gap: 2.2222222222vw;
  }
}
.c-frosted-case-data__jobname {
  color: #fff;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.024rem;
}
@media screen and (max-width: 768px) {
  .c-frosted-case-data__jobname {
    font-size: 4.4444444444vw;
  }
}
.c-frosted-case-data__arrow {
  margin: 0 0.8rem;
}
@media screen and (max-width: 768px) {
  .c-frosted-case-data__arrow {
    margin: 0;
    transform: rotate(90deg);
  }
}
.c-frosted-case-data__comment {
  color: #D8DAF1;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 155%;
  letter-spacing: 0.012rem;
}
@media screen and (max-width: 768px) {
  .c-frosted-case-data__comment {
    font-size: 3.3333333333vw;
  }
}
.c-frosted-case-salary {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.4rem;
  color: #fff;
  text-align: right;
  font-feature-settings: "palt" on;
  font-family: "Instrument", sans-serif;
  font-size: 4rem;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -0.08rem;
}
@media screen and (max-width: 768px) {
  .c-frosted-case-salary {
    font-size: 11.1111111111vw;
  }
}
.c-frosted-case-salary__wrap {
  display: inline-flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0.4rem;
}
.c-frosted-case-salary__small {
  color: #D8DAF1;
  font-size: 1.8rem;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
  letter-spacing: 0.018rem;
}
@media screen and (max-width: 768px) {
  .c-frosted-case-salary__small {
    font-size: 5vw;
  }
}

.c-agentcard {
  width: 100%;
  height: 100%;
  padding: 2.4rem;
  border: 1px solid #D8DAF1;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .c-agentcard {
    padding: 4.4444444444vw;
    display: flex;
    flex-direction: column;
  }
  .c-agentcard:has(.c-agentcard__button) {
    padding-bottom: 0;
  }
  .c-agentcard:not(:has(.c-agentcard__button)) {
    height: auto;
  }
}
.c-agentcard__image {
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 768px) {
  .c-agentcard__image {
    margin-bottom: 4.4444444444vw;
  }
}
.c-agentcard__image img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.c-agentcard__head {
  margin-bottom: 0.8rem;
}
.c-agentcard__post {
  display: block;
  color: #fff;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 155%;
  letter-spacing: 0.012rem;
}
@media screen and (max-width: 768px) {
  .c-agentcard__post {
    font-size: 3.3333333333vw;
  }
}
.c-agentcard__name {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1.6rem;
  color: #fff;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
  letter-spacing: 0.018rem;
}
@media screen and (max-width: 768px) {
  .c-agentcard__name {
    font-size: 5vw;
  }
}
.c-agentcard__en {
  color: #fff;
  font-family: "Instrument", sans-serif;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 180%;
  letter-spacing: 0.012rem;
}
@media screen and (max-width: 768px) {
  .c-agentcard__en {
    font-size: 3.3333333333vw;
  }
}
.c-agentcard__body {
  color: #D8DAF1;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 155%;
  letter-spacing: 0.012rem;
}
@media screen and (max-width: 768px) {
  .c-agentcard__body {
    font-size: 3.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .c-agentcard__body__acd.is-open {
    margin-bottom: 2.4rem;
    display: block !important;
  }
}
.c-agentcard__acdbtn {
  text-decoration: underline;
}
.c-agentcard__acdbtn.is-open span {
  display: none;
}
.c-agentcard__acdbtn.is-open::before {
  content: "閉じる";
  display: inline-block;
}
.c-agentcard__description {
  margin-bottom: 2.4rem;
  padding-bottom: 2.4rem;
  border-bottom: 0.1rem solid #D8DAF1;
}
@media screen and (max-width: 768px) {
  .c-agentcard__description {
    margin-bottom: 4.4444444444vw;
    padding-bottom: 4.4444444444vw;
  }
  .c-agentcard__description:not(:has(.c-agentcard__text)) .c-agentcard__copy {
    margin-bottom: 0;
  }
}
.c-agentcard__copy {
  margin-bottom: 1.6rem;
  color: #fff;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.024rem;
}
@media screen and (max-width: 768px) {
  .c-agentcard__copy {
    font-size: 5vw;
  }
}
.c-agentcard__text {
  color: #fff;
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 700;
  line-height: 155%;
  letter-spacing: 0.013rem;
}
@media screen and (max-width: 768px) {
  .c-agentcard__text {
    font-size: 3.6111111111vw;
  }
}
.c-agentcard__button {
  width: 78.0555555556vw;
  margin-top: auto;
  margin-left: -4.4444444444vw;
  margin-right: -4.4444444444vw;
  margin-bottom: -0.2777777778vw;
  display: block;
  pointer-events: none;
}
.c-agentcard__button img {
  vertical-align: top;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-data {
  padding: 2.4rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 0.1rem solid #fff;
}
@media screen and (max-width: 768px) {
  .c-data {
    padding-top: 6.6666666667vw;
    padding-bottom: 6.6666666667vw;
    display: block;
  }
}
.c-data--wrap {
  flex-wrap: wrap;
}
.c-data:first-child {
  border-top: 0.1rem solid #fff;
}
.c-data__head {
  flex: 0 0 auto;
  color: #fff;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.024rem;
}
@media screen and (max-width: 768px) {
  .c-data__head {
    font-size: 5vw;
  }
}
.c-data__contents {
  flex: 0 0 auto;
}
.c-data__achieve {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 1.2rem;
}
@media screen and (max-width: 768px) {
  .c-data__achieve {
    flex-wrap: nowrap;
  }
}
.c-data__num {
  color: #fff;
  font-family: "Instrument", sans-serif;
  text-align: right;
  font-size: 9.6rem;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -0.192rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-data__num {
    font-size: 15.5555555556vw;
  }
}
.c-data__num::after {
  width: 100%;
  height: 1.6rem;
  display: block;
  background: #2B87FF;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.c-data__text {
  text-align: right;
  color: #fff;
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
}
@media screen and (max-width: 768px) {
  .c-data__text {
    font-size: 8.8888888889vw;
  }
}
.c-data__small {
  color: #fff;
  text-align: right;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 155%;
  letter-spacing: 0.012rem;
}
@media screen and (max-width: 768px) {
  .c-data__small {
    margin-top: 2.2222222222vw;
    font-size: 3.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .c-data__small .sp {
    display: none;
  }
}
.c-data__bottom {
  flex: 1 1 100%;
}
.c-data__note {
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .c-data__note {
    margin-top: 0.2777777778vw;
  }
}

.c-modal-close {
  flex: 0 0 auto;
  display: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: fixed;
  top: 3.7rem;
  right: 1.7rem;
}
@media screen and (max-width: 768px) {
  .c-modal-close {
    width: 4.8rem;
    height: 4.8rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0;
    flex-direction: column;
    border-radius: 0.8rem;
    z-index: 12;
  }
  .c-modal-close::after, .c-modal-close::before {
    width: 2.4rem;
    height: 0.1rem;
    display: block;
    background: #fff;
    content: "";
    transition: transform 0.35s ease;
  }
  .c-modal-close::before {
    transform: rotate(45deg);
    margin-bottom: -0.1rem;
  }
  .c-modal-close::after {
    transform: rotate(-45deg);
  }
}

.c-contact {
  margin-top: 8rem;
}
.c-contact .wpcf7 {
  max-width: 81.1rem;
  margin: 0 auto;
}
.c-contact .wpcf7-form-control-wrap {
  width: 100%;
  display: block;
}
.c-contact .wpcf7-form-control.wpcf7-date::-webkit-calendar-picker-indicator {
  display: none;
}
.c-contact__area {
  margin-bottom: 8rem;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 4rem;
}
@media screen and (max-width: 768px) {
  .c-contact__area {
    flex-direction: column;
  }
}
.c-contact__block {
  max-width: calc(50% - 2rem);
  flex: 0 0 calc(50% - 2rem);
}
@media screen and (max-width: 768px) {
  .c-contact__block {
    max-width: 100%;
  }
}
.c-contact__block label {
  margin-bottom: 0.8rem;
  color: #2E3180;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
  letter-spacing: 0.016rem;
}
.c-contact__block select,
.c-contact__block input {
  width: 100%;
  min-height: 4.5rem;
  border-bottom: 0.1rem solid #D8DAF1;
  color: #2E3180;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.016rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}
.c-contact__block select:focus-visible,
.c-contact__block input:focus-visible {
  outline: none;
}
.c-contact__block select::-moz-placeholder, .c-contact__block input::-moz-placeholder {
  color: #D8DAF1;
}
.c-contact__block select::placeholder,
.c-contact__block input::placeholder {
  color: #D8DAF1;
}
.c-contact__block select {
  background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%228%22%20viewBox%3D%220%200%2014%208%22%20fill%3D%22none%22%3E%0A%20%20%3Cpath%20d%3D%22M1%200.957031L7%206.95703L13%200.957031%22%20stroke%3D%22%232E3180%22%2F%3E%0A%3C%2Fsvg%3E") right 0.7rem center/1.4rem auto no-repeat;
}
.c-contact__checkbox {
  max-width: 51rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.6rem;
  cursor: pointer;
}
.c-contact__checkbox .wpcf7-list-item label {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.8rem;
  position: relative;
}
.c-contact__checkbox .wpcf7-list-item input {
  flex: 0 0 2rem;
  width: 2rem;
  height: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0.1rem solid #2E3180;
  cursor: pointer;
}
.c-contact__checkbox .wpcf7-list-item input::before {
  width: 0.5rem;
  height: 1rem;
  border-right: 0.2rem solid #fff;
  border-bottom: 0.2rem solid #fff;
  content: "";
  opacity: 0;
  transform: rotate(45deg);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.c-contact__checkbox .wpcf7-list-item input:checked {
  background: #2E3180;
}
.c-contact__checkbox .wpcf7-list-item input:checked::before {
  opacity: 1;
}
.c-contact__checkbox .wpcf7-list-item-label {
  color: #2E3180;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.016rem;
  transition: color 0.35s ease;
}
@media screen and (max-width: 768px) {
  .c-contact__checkbox .wpcf7-list-item-label {
    font-size: 1.3rem;
  }
}
.c-contact__checkbox .wpcf7-list-item-label a:link, .c-contact__checkbox .wpcf7-list-item-label a:visited {
  color: #2E3180;
  text-decoration: underline;
}
.c-contact__checkbox .wpcf7-list-item-label a:hover {
  color: #C3D800;
}
.c-contact__row {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 0.8rem;
}
.c-contact__col {
  flex: 0 0 calc(50% - 0.4rem);
}
.c-contact__submit {
  max-width: 60rem;
  margin: 8rem auto 0;
}
.c-contact__submit [type=submit] {
  width: 100%;
  height: 12rem;
  padding: 1.6rem 4.2rem 1.6rem 2.4rem;
  background: #C3D800 url(../images/icon_cta_arrow.svg) right 2.4rem center/1.6rem auto no-repeat;
  color: #2E3180;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
  letter-spacing: 0.016rem;
  border: none;
  border-radius: 0.8rem;
  box-sizing: border-box;
  cursor: pointer;
  transition: color 0.35s ease, background-color 0.35s ease;
}
@media screen and (max-width: 768px) {
  .c-contact__submit [type=submit] {
    height: 8rem;
  }
}
.c-contact__submit [type=submit]:hover {
  background-color: #2E3180;
  background-image: url(../images/icon_cta_arrow_wt.svg);
  color: #fff;
}/*# sourceMappingURL=style.css.map */