@charset "UTF-8";
/***************************

foundation/base.scss

***************************/
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-break: break-all;
  word-wrap: break-word;
}

:root {
  --black: #373737;
}

.main {
  width: 100%;
  max-width: none;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
  font-family: sans-serif;
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-padding-top: 100px;
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  font-size: 16px;
  color: #202020;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-weight: 300;
  height: 100%;
  margin: 0;
  padding: 0;
  line-height: 1;
  width: 100%;
  background-color: #F7F9FC;
  opacity: 0;
}

a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  display: block;
}

a:hover {
  opacity: 0.6;
}

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

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

p {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  text-align: left;
  font-weight: 600;
}

dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

figure {
  margin: 0;
}

figcaption,
figure,
main,
picture {
  display: block;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

img {
  border-style: none;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

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

[hidden] {
  display: none;
}

address {
  font-style: normal;
}

figure {
  margin: 0;
}

table {
  border-collapse: collapse;
}

/***************************

layout/_header.scss

***************************/
.header {
  position: fixed;
  width: calc(100% - 4rem);
  top: 2rem;
  left: 2rem;
  z-index: 100;
  padding: 1.4rem 1.4rem 1.4rem 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3rem;
  background-color: #fff;
  border-radius: 100vmax;
  -webkit-border-radius: 100vmax;
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 834px) {
  .header {
    width: 100%;
    left: 0;
    padding: 1rem 1rem 1rem 3rem;
  }
}
@media screen and (max-width: 450px) {
  .header {
    top: 0;
    border-radius: 0 0 3rem 3rem;
    -webkit-border-radius: 0 0 3rem 3rem;
  }
}
.header-logo {
  position: relative;
  max-width: 164px;
  z-index: 102;
}
@media screen and (min-width: 835px) and (max-width: 1100px) {
  .header-logo {
    max-width: 12rem;
  }
}
@media screen and (max-width: 834px) {
  .header-logo {
    max-width: 13.4rem;
  }
}
.header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2.4rem;
}
@media screen and (max-width: 1110px) {
  .header-right {
    gap: 5px;
  }
}
.header-right__link {
  position: relative;
  z-index: 102;
  width: 8.8rem;
  height: 1.6rem;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
  color: #3F4CCC;
  font-size: 1.4rem;
  font-weight: 600;
}
@media screen and (max-width: 834px) {
  .header-right__link {
    display: none;
  }
}
.header-right__link:hover {
  opacity: 1;
}
.header-right__link:hover svg {
  transform: translateX(-100%);
}
.header-right__link:hover .header-right__link-ja {
  transform: translateX(-100%);
}
.header-right__link svg {
  transition: all 0.3s ease;
}
.header-right__link-ja {
  display: block;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.sub-nav {
  font-weight: 600;
  font-size: 1.4rem;
}
@media screen and (max-width: 1110px) {
  .sub-nav {
    font-size: 1rem;
  }
}
@media screen and (max-width: 834px) {
  .sub-nav {
    display: none;
  }
}
.sub-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4rem;
}
@media screen and (max-width: 1110px) {
  .sub-nav__list {
    gap: 1em;
  }
}
.sub-nav__link:hover {
  opacity: 1;
  color: #3F4CCC;
}

/* Hamburger menu */
.gnav {
  position: fixed;
  width: 100%;
  min-height: 100dvh;
  height: 100%;
  padding: 3rem 0;
  left: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  transition: all 0.3s ease-in-out;
  overflow-y: scroll;
  z-index: 101;
  -ms-overflow-style: none;
  scrollbar-width: none;
  backdrop-filter: blur(20px);
}
@media screen and (min-height: 545px) and (min-width: 835px) {
  .gnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.gnav.active {
  opacity: 1;
  visibility: visible;
  pointer-events: fill;
}
.gnav-inner {
  position: relative;
  z-index: 102;
  max-width: 74rem;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 834px) {
  .gnav-inner {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.gnav-img {
  max-width: 414px;
  width: 48%;
}
@media screen and (max-width: 834px) {
  .gnav-img {
    display: none;
  }
}
.gnav-list {
  min-width: 214px;
  width: 32%;
}
@media screen and (max-width: 834px) {
  .gnav-list {
    position: relative;
    max-width: 214px;
    width: 70%;
    margin: 14rem auto 0;
  }
}
@media screen and (max-width: 450px) {
  .gnav-list {
    margin-left: 6rem;
  }
}
.gnav-item:not(:first-of-type) {
  margin-top: 6rem;
}
@media screen and (max-width: 834px) {
  .gnav-item__en svg {
    height: 2.1rem;
  }
}
.gnav-item__ja {
  font-size: 1.4rem;
  color: #3F4CCC;
}
.gnav-item__ja .gnav-link:not(:first-child) {
  margin-top: 3rem;
}
.gnav-sub {
  margin-top: 4rem;
}
.gnav-sub__list {
  margin-top: 4.7rem;
}
.gnav-sub__item {
  margin-top: 3.5rem;
}
@media screen and (max-width: 834px) {
  .gnav-sub__item:first-of-type {
    margin-top: 3rem;
  }
}
.gnav-sub__item .gnav-link {
  font-size: 1.4rem;
}

/* toggle button */
.toggle {
  position: relative;
  width: 6.2rem;
  height: 6.2rem;
  cursor: pointer;
  display: block;
  background: url(../img/common/hum-bg.png) no-repeat center center/cover;
  border: none;
  outline: none;
  text-align: center;
  z-index: 102;
  border-radius: 100vmax;
  -webkit-border-radius: 100vmax;
  transition: all 0.3s linear;
}
@media screen and (max-width: 834px) {
  .toggle {
    width: 4.4rem;
    height: 4.4rem;
  }
}
.toggle.active .toggle__bar {
  background-color: #fff;
}
.toggle.active .toggle__bar:nth-child(1) {
  transform: scale(0);
}
.toggle.active .toggle__bar:nth-child(2) {
  -webkit-transform: translateY(4px) rotate(-45deg);
  transform: translateY(4px) rotate(-45deg);
}
.toggle.active .toggle__bar:nth-child(3) {
  -webkit-transform: translateY(-4px) rotate(45deg);
  transform: translateY(-4px) rotate(45deg);
}

.toggle__bar {
  position: absolute;
  top: 50%;
  left: calc(50% - 8.5px);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: block;
  width: 17px;
  height: 1px;
  background-color: #fff;
  outline: 1px solid transparent;
  -webkit-transition-property: background-color, -webkit-transform;
  transition-property: background-color, -webkit-transform;
  transition-property: background-color, transform;
  transition-property: background-color, transform, -webkit-transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.toggle__bar:nth-child(2) {
  top: calc(50% - 4px);
}
.toggle__bar:nth-child(3) {
  top: calc(50% + 4px);
}

/***************************

layout/_footer.scss

***************************/
.footer {
  margin-top: 13rem;
  padding: 27.7rem 0 18rem;
  position: relative;
  z-index: 3;
  color: #fff;
  background: url(../img/common/blue-bg.png) repeat top left/auto auto;
}
@media screen and (max-width: 834px) {
  .footer {
    padding: 17.3rem 0 7rem;
  }
}
.footer .footer-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3rem;
}
@media screen and (max-width: 834px) {
  .footer .footer-link {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 4rem;
  }
}
.footer .footer-link .f32 {
  margin: 6rem 0 4rem;
}
@media screen and (max-width: 834px) {
  .footer .footer-link .f32 {
    margin: 4rem 0 2.5rem;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 834px) {
  .footer .footer-link__txt01 svg {
    height: 2.1rem;
  }
}
.footer .footer-link__arw {
  position: relative;
  width: 8rem;
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vmax;
  -webkit-border-radius: 100vmax;
  transition: all 0.3s ease;
}
@media screen and (max-width: 834px) {
  .footer .footer-link__arw {
    width: 5rem;
  }
}
.footer .footer-link__arw::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../img/common/ft-arw_bg.png) repeat top left/cover;
  mix-blend-mode: multiply;
  z-index: 1;
}
.footer .footer-link__arw:hover {
  opacity: 1;
  background: #202020;
  mix-blend-mode: normal;
}
.footer .footer-link__arw img {
  position: relative;
  z-index: 2;
  max-width: 35%;
  mix-blend-mode: normal;
}
.footer-btm {
  margin-top: 10rem;
  padding-top: 10rem;
  border-top: 1px solid #fff;
}
@media screen and (max-width: 834px) {
  .footer-btm {
    margin-top: 4rem;
    padding-top: 4em;
  }
}
.footer-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 3rem;
}
@media screen and (max-width: 650px) {
  .footer-flex {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5rem;
  }
}
.footer-left__txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2rem;
}
@media screen and (max-width: 834px) {
  .footer-left__txt {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1rem 2rem;
  }
}
@media screen and (max-width: 450px) {
  .footer-left__txt {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.footer-left address {
  margin: 1rem 0;
}
.footer-logo {
  margin-bottom: 4rem;
  max-width: 22.2rem;
}
@media screen and (max-width: 834px) {
  .footer-logo {
    max-width: 17rem;
  }
}

.sitemap {
  margin-bottom: 5rem;
}
@media screen and (max-width: 834px) {
  .sitemap {
    margin-bottom: 3rem;
  }
}
.sitemap-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4rem;
}
@media screen and (max-width: 834px) {
  .sitemap-list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 2rem;
  }
}
@media screen and (max-width: 650px) {
  .sitemap-list {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.sitemap-item {
  font-size: 1.4rem;
}
@media screen and (max-width: 834px) {
  .sitemap-item {
    font-size: 1.2rem;
  }
}

.copy {
  display: block;
  width: fit-content;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 834px) {
  .copy svg {
    height: 8px;
  }
}

/***************************

object/object/project/_top.scss

***************************/
/* ------------------------------
	top fv
------------------------------*/
.top-fv {
  position: sticky;
  z-index: 1;
  top: 0;
  z-index: 3;
  background-color: #fff;
  overflow: hidden;
}
.top-fv .inner {
  position: relative;
  z-index: 1;
  height: 100dvh;
  padding-top: 30vh;
}
@media screen and (max-width: 834px) {
  .top-fv .inner {
    padding-top: 25vh;
  }
}
.top-fv .top-fv__img {
  position: absolute;
  bottom: 0;
  right: -1px;
  width: calc(100% + 1px);
  height: 80dvh;
  object-fit: cover;
  object-position: center;
  z-index: 1;
}
.top-fv .f30 {
  letter-spacing: 3px;
}
.top-fv__scroll {
  position: absolute;
  max-width: 59px;
  padding-bottom: 7.9rem;
  right: 7px;
  bottom: 7rem;
  z-index: 5;
  z-index: 1;
}
@media screen and (max-width: 834px) {
  .top-fv__scroll {
    padding-bottom: 5.9rem;
    right: auto;
    left: calc(50% - 21.5px);
    bottom: 0;
  }
}
.top-fv__scroll::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 5rem;
  bottom: 0;
  left: calc(50% - 0.5px);
  background-color: #202020;
  animation: scroll 1.5s infinite;
}
@media screen and (max-width: 834px) {
  .top-fv__scroll::before {
    height: 4rem;
  }
}
@media screen and (max-width: 450px) {
  .top-fv__scroll-txt img {
    width: 51px;
  }
}

@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
/* ------------------------------
	top intro
------------------------------*/
.top-intro {
  position: sticky;
  top: 0;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 100dvh;
  background: url(../img/common/blue-bg.png) repeat top left/auto auto;
}
@media screen and (max-width: 834px) {
  .top-intro {
    padding-top: 8.4rem;
    padding-bottom: 6.4rem;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    min-height: 100svh;
  }
}
@media screen and (max-width: 450px) {
  .top-intro {
    padding-top: 7rem;
  }
}
.top-intro__ttl {
  overflow: hidden;
}
@media screen and (max-width: 834px) {
  .top-intro__ttl svg {
    max-width: 100%;
    height: 10rem;
  }
}
.top-intro__txt {
  margin: 9rem 0 4.5rem;
}
@media screen and (max-width: 834px) {
  .top-intro__txt {
    margin: 4rem 0;
  }
}
.top-intro__txt .pc-no {
  width: 100%;
}
.top-intro__txt-sp {
  display: block;
  padding: 2rem;
  text-align: center;
  color: #fff;
  border-radius: 100vmax;
  -webkit-border-radius: 100vmax;
  box-shadow: -4px -4px 4px rgba(131, 141, 241, 0.25), 4px 4px 10px rgba(0, 0, 0, 0.15);
}
.top-intro__txt-batsu {
  width: fit-content;
  margin: 1rem auto;
}

/* ------------------------------
	top service
------------------------------*/
.top-service {
  position: relative;
  z-index: 3;
  padding: 13rem 0 0;
  background-color: #F7F9FC;
}
@media screen and (max-width: 834px) {
  .top-service {
    padding: 8rem 0 0;
  }
}
.top-service__hg {
  position: relative;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 834px) {
  .top-service__txt svg {
    width: 100%;
    height: 4rem;
  }
}
.top-service__ttl {
  text-align: center;
  margin-top: -5.6rem;
}
@media screen and (max-width: 834px) {
  .top-service__ttl {
    margin-top: 3rem;
  }
}
.top-service__anchor-wrap {
  margin-top: 13.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 2rem;
}
@media screen and (max-width: 834px) {
  .top-service__anchor-wrap {
    margin-top: 5rem;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.top-service__anchor {
  max-width: 20rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2rem;
}
@media screen and (max-width: 834px) {
  .top-service__anchor {
    max-width: 14.9rem;
    width: calc(50% - 2rem);
  }
}
.top-service__anchor:hover {
  opacity: 1;
}
.top-service__anchor:hover .top-service__anchor-txt path {
  fill: #202020;
}
.top-service__anchor:hover .top-service__anchor-arw__dft {
  opacity: 0;
}
.top-service__anchor:hover .top-service__anchor-arw__hover {
  transform: translateX(-50%) scale(1);
}
@media screen and (max-width: 834px) {
  .top-service__anchor-txt svg {
    height: 1.3rem;
  }
}
.top-service__anchor-txt path {
  transition: all 0.3s ease;
}
.top-service__anchor-arw {
  position: relative;
}
.top-service__anchor-arw__dft {
  display: block;
  transition: all 0.3s ease;
}
@media screen and (max-width: 834px) {
  .top-service__anchor-arw__dft {
    max-width: 1.035rem;
  }
}
.top-service__anchor-arw__hover {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) scale(0);
  transform-origin: top center;
  transition: all 0.3s ease;
}
@media screen and (max-width: 834px) {
  .top-service__anchor-arw__hover {
    max-width: 1.035rem;
  }
}
.top-service__img {
  width: 8rem;
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 834px) {
  .top-service__img {
    width: 6rem;
  }
}
.top-service__img img {
  max-width: 5.8rem;
  max-height: 5.8rem;
}
@media screen and (max-width: 834px) {
  .top-service__img img {
    max-width: 5.8rem;
    max-height: 5.35rem;
  }
}
.top-service__list {
  margin-top: 14.5rem;
}
@media screen and (max-width: 834px) {
  .top-service__list {
    margin-top: 8rem;
  }
}
.top-service__item {
  width: calc(100% - 4rem);
  margin: 0 auto;
  padding: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 16rem;
  background-color: #fff;
  border-radius: 4.5rem;
  -webkit-border-radius: 4.5rem;
}
@media screen and (min-width: 1680px) {
  .top-service__item {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media screen and (max-width: 1100px) {
  .top-service__item {
    gap: 8rem;
  }
}
@media screen and (max-width: 834px) {
  .top-service__item {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 2.4rem;
    -webkit-border-radius: 2.4rem;
    gap: 3rem;
  }
}
.top-service__item:nth-child(even) {
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media screen and (max-width: 834px) {
  .top-service__item:nth-child(even) {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.top-service__item:not(:first-child) {
  margin-top: 5rem;
}
@media screen and (max-width: 834px) {
  .top-service__item:first-child .top-service__item-en svg {
    max-height: 1.2rem;
  }
}
@media screen and (max-width: 385px) {
  .top-service__item:nth-child(2) .top-service__item-catch {
    letter-spacing: 2px;
  }
}
@media screen and (max-width: 370px) {
  .top-service__item:nth-child(2) .top-service__item-catch {
    letter-spacing: 1px;
  }
}
.top-service__item-img {
  position: sticky;
  top: 9rem;
  max-width: 47.4rem;
}
@media screen and (max-width: 834px) {
  .top-service__item-img {
    position: relative;
    top: 0;
    margin: 0 auto;
    aspect-ratio: 1/1;
    overflow: hidden;
    border-radius: 1.4rem;
    -webkit-border-radius: 1.4rem;
  }
}
.top-service__item-img img {
  border-radius: 2.5rem;
  -webkit-border-radius: 2.5rem;
}
@media screen and (max-width: 834px) {
  .top-service__item-img img {
    aspect-ratio: 1/1;
    object-fit: cover;
    object-position: center center;
    border-radius: 1.4rem;
    -webkit-border-radius: 1.4rem;
  }
}
.top-service__item-cont {
  max-width: 58.6rem;
  padding: 14rem 0;
}
@media screen and (max-width: 834px) {
  .top-service__item-cont {
    max-width: 100%;
    padding: 0 0 3rem;
  }
}
.top-service__item-ttl {
  padding-bottom: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2rem;
  border-bottom: 1px solid #E7EDFB;
}
@media screen and (max-width: 834px) {
  .top-service__item-ttl {
    padding-bottom: 4rem;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.5rem;
  }
}
@media screen and (max-width: 834px) {
  .top-service__item-ttl__num {
    height: 8px;
    margin: 0 auto 0 0;
  }
}
.top-service__item-ttl__ico {
  width: 5.2rem;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 834px) {
  .top-service__item-ttl__ico {
    margin-top: -2.3rem;
  }
}
.top-service__item-ttl__ico img {
  max-width: 4.2rem;
  max-height: 3.7rem;
  width: 90%;
}
.top-service__item-en {
  margin-top: 8rem;
}
@media screen and (max-width: 834px) {
  .top-service__item-en {
    margin-top: 5rem;
  }
  .top-service__item-en svg {
    max-width: 100%;
    max-height: 1.5rem;
  }
}
.top-service__item-catch {
  margin: 4rem 0;
  letter-spacing: 3px;
}
@media screen and (max-width: 834px) {
  .top-service__item-catch {
    margin: 3rem 0;
  }
}
.top-service__item-dl.-first {
  margin-top: 8rem;
}
@media screen and (max-width: 834px) {
  .top-service__item-dl.-first {
    margin-top: 5rem;
  }
}
.top-service__item-dl.-no_first {
  margin-top: 5rem;
}
@media screen and (max-width: 834px) {
  .top-service__item-dt svg {
    height: 1.5rem;
  }
}
.top-service__item-dd {
  margin-top: 3rem;
}
@media screen and (max-width: 834px) {
  .top-service__item-dd {
    margin-top: 2.4rem;
  }
}
.top-service__item-dd ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1rem;
}
.top-service__item-dd__item {
  padding: 2rem;
  font-size: 1.4rem;
  color: #fff;
  border-radius: 100vmax;
  -webkit-border-radius: 100vmax;
  background: url(../img/common/blue-bg_s.png) repeat top left/auto 100%;
}
@media screen and (max-width: 834px) {
  .top-service__item-dd__item {
    padding: 1.5rem 2rem;
    font-size: 1.2rem;
  }
}
.top-service__item-dd__item.etc {
  color: #202020;
  background: #E7EDFB;
}
.top-service__item-match {
  margin-top: 8rem;
  padding: 8rem;
  background-color: #F2F2FC;
  border-radius: 2.5rem;
  -webkit-border-radius: 2.5rem;
}
@media screen and (max-width: 1100px) {
  .top-service__item-match {
    padding: 4rem;
  }
}
@media screen and (max-width: 834px) {
  .top-service__item-match {
    margin-top: 5rem;
    padding: 4rem 2rem;
  }
  .top-service__item-match .f14 {
    font-size: 1.2rem;
  }
}
.top-service__item-match__fig {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3rem;
}
@media screen and (max-width: 834px) {
  .top-service__item-match__fig {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.top-service__item-match__fig:not(:first-child) {
  position: relative;
  margin-top: 4rem;
}
.top-service__item-match__fig:not(:first-child)::before {
  position: absolute;
  content: "";
  width: 6px;
  aspect-ratio: 12/91;
  top: -4.3rem;
  left: calc(5rem - 3px);
  background: url(../img/top/service03-04.png) no-repeat top left/cover;
}
@media screen and (max-width: 834px) {
  .top-service__item-match__fig:not(:first-child)::before {
    display: none;
  }
}
.top-service__item-match__fig-img {
  max-width: 10rem;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 834px) {
  .top-service__item-match__fig-cap {
    text-align: center;
  }
  .top-service__item-match__fig-cap .f16 {
    text-align: center;
    font-size: 1.6rem;
  }
}
.top-service__item-match__fig-cap .f14 {
  margin-top: 1rem;
}
.top-service__item-match__list {
  margin-top: 5rem;
}
.top-service__item-match__list li:not(:first-child) {
  position: relative;
  margin-top: 3.5rem;
}
.top-service__item-match__list li:not(:first-child)::before {
  position: absolute;
  content: "";
  width: 1.5rem;
  aspect-ratio: 1/0.8660254038;
  top: -2.25rem;
  left: calc(50% - 0.75rem);
  clip-path: polygon(50% 100%, 100% 0, 0 0);
  background-color: #3F4CCC;
}
.top-service__item-match__list .f14 {
  margin-top: 2rem;
}
.top-service__item-match__item {
  display: block;
  width: 100%;
  padding: 2rem;
  color: #3F4CCC;
  text-align: center;
  background-color: #fff;
  border: 1px solid #3F4CCC;
  border-radius: 100vmax;
  -webkit-border-radius: 100vmax;
}
.top-service__item-match__item.-last {
  color: #fff;
  background: url(../img/common/blue-bg_s.png) repeat top left/auto auto;
}
.top-service__item-bnr {
  margin-top: 8rem;
}
@media screen and (max-width: 834px) {
  .top-service__item-bnr {
    margin-top: 5rem;
  }
}
.top-service__detail {
  margin-top: 8rem;
}
@media screen and (max-width: 834px) {
  .top-service__detail {
    margin-top: 5rem;
  }
}
.top-service__detail-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3rem;
}
@media screen and (max-width: 834px) {
  .top-service__detail-item {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.top-service__detail-item:not(:first-child) {
  margin-top: 5rem;
}
.top-service__detail-img {
  max-width: 18rem;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 1100px) {
  .top-service__detail-img {
    max-width: 14rem;
  }
}
@media screen and (max-width: 834px) {
  .top-service__detail-img {
    max-width: 100%;
    aspect-ratio: 295/180;
  }
}
.top-service__detail-cont {
  width: calc(100% - 21rem);
}
@media screen and (max-width: 1100px) {
  .top-service__detail-cont {
    width: calc(100% - 17rem);
  }
}
@media screen and (max-width: 834px) {
  .top-service__detail-cont {
    width: 100%;
  }
}
.top-service__detail-cont .c-txt {
  margin: 2rem 0;
}
@media screen and (max-width: 834px) {
  .top-service__detail-cont__ttl {
    text-align: center;
  }
  .top-service__detail-cont__ttl svg {
    height: 1.5rem;
  }
}
.top-service__detail-cont__txt {
  position: relative;
  padding-left: 1.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
}
.top-service__detail-cont__txt::before {
  position: absolute;
  content: "";
  width: 8px;
  aspect-ratio: 1/1;
  top: 4px;
  left: 0;
  background-color: #3F4CCC;
  border-radius: 100vmax;
  -webkit-border-radius: 100vmax;
}
@media screen and (max-width: 834px) {
  .top-service__detail-cont__txt::before {
    top: 3px;
  }
}

/***************************

object/object/project/_about.scss

***************************/
/* ------------------------------
	about
------------------------------*/
.about-dl {
  padding: 2.9rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 3rem;
  border-top: 1px solid #E7EDFB;
  line-height: 1.86;
}
@media screen and (max-width: 834px) {
  .about-dl {
    padding: 1.7rem 1rem;
  }
}
@media screen and (max-width: 500px) {
  .about-dl {
    padding: 1.3rem 1rem;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
  }
}
.about-dl:last-child {
  border-bottom: 1px solid #E7EDFB;
}
.about-dt {
  min-width: 19rem;
}
@media screen and (max-width: 834px) {
  .about-dt {
    min-width: 4em;
  }
}
.about-dd {
  width: calc(100% - 22rem);
}
@media screen and (max-width: 834px) {
  .about-dd {
    width: calc(100% - (4em + 3rem));
  }
}
@media screen and (max-width: 500px) {
  .about-dd {
    width: 100%;
  }
}
.about-dd:has(.map-link) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 1.5rem;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 450px) {
  .about-dd:has(.map-link) {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

/***************************

object/object/project/_message.scss

***************************/
/* ------------------------------
	message
------------------------------*/
.message .breadcrumbs-item:last-child {
  position: relative;
  top: 3px;
}
@media screen and (max-width: 834px) {
  .message .breadcrumbs-item:last-child {
    top: 2px;
  }
  .message .breadcrumbs-item:last-child svg {
    height: 1.2rem;
  }
}
.message .breadcrumbs-item:last-child::before {
  top: calc(50% + 0.1rem - 3px);
}
@media screen and (max-width: 834px) {
  .message .breadcrumbs-item:last-child::before {
    top: calc(50% + 0.1rem - 2px);
  }
}
.message-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 3rem;
}
@media screen and (max-width: 600px) {
  .message-item {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 7rem;
  }
}
.message-item:not(:first-child) {
  margin-top: 14rem;
}
@media screen and (max-width: 834px) {
  .message-item:not(:first-child) {
    margin-top: 10rem;
  }
}
.message-fig {
  position: relative;
  max-width: 30.4rem;
}
@media screen and (max-width: 834px) {
  .message-fig {
    max-width: 21rem;
  }
}
@media screen and (max-width: 600px) {
  .message-fig {
    margin: 0 auto;
  }
}
.message-fig::before {
  position: absolute;
  content: "";
  width: 24rem;
  aspect-ratio: 1/1;
  top: 0;
  left: 0;
  background-color: #F2F2FC;
  z-index: 1;
}
@media screen and (max-width: 834px) {
  .message-fig::before {
    width: 18rem;
  }
}
.message-fig .f28 {
  margin: 6rem 0 2.5rem;
  letter-spacing: 5px;
}
@media screen and (max-width: 834px) {
  .message-fig .f28 {
    margin: 3rem 0 1.5rem;
    text-align: center;
    font-size: 1.8rem;
    letter-spacing: 3px;
  }
}
@media screen and (max-width: 834px) {
  .message-fig .f14 {
    font-size: 1.2rem;
    text-align: center;
  }
}
.message-img {
  position: relative;
  z-index: 2;
  max-width: calc(100% - 6.4rem);
  margin: 6.4rem 0 0 auto;
}
@media screen and (max-width: 834px) {
  .message-img {
    max-width: calc(100% - 3rem);
    margin-top: 3rem;
  }
}
.message-cont {
  max-width: 63.6rem;
  width: 59%;
}
@media screen and (max-width: 600px) {
  .message-cont {
    max-width: 100%;
    width: 100%;
  }
}
.message-cont .f28 {
  margin-bottom: 6rem;
}
@media screen and (max-width: 834px) {
  .message-cont .f28 {
    margin-bottom: 2.5rem;
  }
}

/***************************

object/object/project/_contact.scss

***************************/
/* ------------------------------
	contact common
------------------------------*/
.require-txt {
  margin-top: 0.1rem;
  color: #4758FE;
  font-size: 0.7rem;
}

.notice-txt {
  margin-top: 1rem;
  display: block;
  font-size: 1.4rem;
  color: #999;
}
@media screen and (max-width: 834px) {
  .notice-txt {
    font-size: 1.2rem;
  }
}

input, textarea {
  padding: 1rem 2rem;
  width: 100%;
  border-width: 0;
  height: 6rem;
  background-color: #fff;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  font-size: 1.6rem;
}
@media screen and (max-width: 834px) {
  input, textarea {
    height: 5rem;
    /* font-size: 1.4rem; */
    font-size: 1.6rem;
  }
}

textarea {
  padding-top: 2rem;
  padding-bottom: 2rem;
  height: 25rem;
  line-height: 1.5;
}

input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  width: 2rem;
  height: 2rem;
  background-color: #DCDCDC;
  border-radius: 4px;
  -webkit-border-radius: 4px;
}
input[type=checkbox]:checked {
  background-color: #4758FE;
}
input[type=checkbox]:checked::before {
  position: absolute;
  content: "";
  width: 90%;
  height: 90%;
  background: url(../img/contact/check.svg) no-repeat center center/cover;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  max-width: 414px;
  width: 100%;
  height: 8rem;
  margin-top: 10rem;
  background-color: #4758FE;
  color: #fff;
  font-weight: 600;
  border-radius: 100vmax;
  -webkit-border-radius: 100vmax;
  cursor: pointer;
}
@media screen and (max-width: 834px) {
  input[type=submit] {
    margin-top: 6rem;
    height: 6rem;
    font-size: 1.6rem;
  }
}
input[type=submit]:disabled {
  background-color: #dcdcdc;
}

.privacypolicy__caution {
  margin-top: 6rem;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.7;
}
@media screen and (max-width: 834px) {
  .privacypolicy__caution {
    margin-top: 4rem;
    font-size: 1.4rem;
  }
}
.privacypolicy__caution .link-underline {
  display: inline-block;
}

.privacypolicy__controller-checkbox {
  margin-top: 4rem;
}
@media screen and (max-width: 834px) {
  .privacypolicy__controller-checkbox {
    font-size: 1.4rem;
  }
}
.privacypolicy__controller-checkbox label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
  cursor: pointer;
}

.privacypolicy__controller-submit {
  text-align: center;
}

.error {
  display: block;
  margin-top: 1rem;
  color: #4758FE;
}

/* ------------------------------
	contact
------------------------------*/
.contact-form {
  margin-top: 10rem;
}
@media screen and (max-width: 834px) {
  .contact-form {
    margin-top: 6rem;
  }
}
.contact-form__item:not(:first-of-type) {
  margin-top: 6rem;
}
@media screen and (max-width: 834px) {
  .contact-form__item:not(:first-of-type) {
    margin-top: 4rem;
  }
}
.contact-form__lavel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 1rem;
  font-size: 1.6rem;
}
@media screen and (max-width: 834px) {
  .contact-form__lavel {
    font-size: 1.4rem;
  }
}
.contact-form__parts {
  margin-top: 2rem;
}
@media screen and (max-width: 834px) {
  .contact-form__parts {
    margin-top: 1.6rem;
  }
}

.g-recaptcha {
  margin-top: 6rem;
}
@media screen and (max-width: 834px) {
  .g-recaptcha {
    margin-top: 4rem;
  }
}

.thanks .c-txt {
  margin-top: 2rem;
}

/***************************

object/object/project/_privacy.scss

***************************/
/* ------------------------------
	privacy
------------------------------*/
.privacy .breadcrumbs-item:last-child {
  position: relative;
  top: 3px;
}
@media screen and (max-width: 834px) {
  .privacy .breadcrumbs-item:last-child {
    top: 2px;
  }
  .privacy .breadcrumbs-item:last-child svg {
    height: 1.2rem;
  }
}
.privacy .breadcrumbs-item:last-child::before {
  top: calc(50% + 0.1rem - 3px);
}
@media screen and (max-width: 834px) {
  .privacy .breadcrumbs-item:last-child::before {
    top: calc(50% + 0.1rem - 2px);
  }
}

/***************************

object/component/_heading.scss

***************************/
.c-hg__ja {
  position: relative;
  padding-left: 4rem;
  font-size: 1.5rem;
  color: #222;
}
@media screen and (max-width: 450px) {
  .c-hg__ja {
    font-size: 1.3rem;
  }
}
.c-hg__ja::before {
  position: absolute;
  content: "";
  width: 2.5rem;
  aspect-ratio: 25/8;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 1;
  background: linear-gradient(90deg, rgb(71, 216, 255) 0%, rgb(0, 23, 76) 100%);
}
.c-hg__en {
  margin-top: 1rem;
  font-family: "Inter", sans-serif;
  font-size: 13rem;
  color: #01184d;
}
@media screen and (max-width: 1100px) {
  .c-hg__en {
    font-size: 12rem;
  }
}
@media screen and (max-width: 834px) {
  .c-hg__en {
    font-size: 8rem;
  }
}
@media screen and (max-width: 550px) {
  .c-hg__en {
    font-size: 14vw;
  }
}

/***************************

object/component/_box.scss

***************************/
.main > *,
.header > *,
.footer > * {
  transition: opacity 0.3s;
}

.menu-open .main,
.menu-open .footer,
.menu-open .sub-nav {
  opacity: 0;
  pointer-events: none;
}

.menu-open .header {
  background-color: transparent;
  box-shadow: none;
}

.inner {
  max-width: 1080px;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 450px) {
  .inner {
    width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.inner.-m {
  max-width: 1240px;
}

.fix-bg {
  position: fixed;
  bottom: 0;
  right: -1px;
  width: calc(100% + 1px);
  height: 80dvh;
  object-fit: cover;
  object-position: center;
  z-index: 1;
  pointer-events: none;
  opacity: 0;
  transition: all 0.3s ease;
}

.menu-open .fix-bg {
  opacity: 1;
}

@media screen and (max-width: 834px) {
  .pc-no {
    display: none;
  }
}

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

.sp {
  display: none;
}
@media screen and (max-width: 450px) {
  .sp {
    display: inline-block;
  }
}

@media screen and (max-width: 450px) {
  .sp-no {
    display: none;
  }
}

.mt30 {
  margin-top: 3rem;
}
@media screen and (max-width: 834px) {
  .mt30 {
    margin-top: 2.4rem;
  }
}

.radius10 {
  border-radius: 10px;
  -webkit-border-radius: 10px;
}

.radius60 {
  border-radius: 60px;
  -webkit-border-radius: 60px;
}
@media screen and (max-width: 500px) {
  .radius60 {
    border-radius: 30px;
    -webkit-border-radius: 30px;
  }
}

.radius100vmax {
  border-radius: 100vmax;
  -webkit-border-radius: 100vmax;
}

/*////////////////////////

fade

////////////////////////*/
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.fadeUpTrigger {
  opacity: 0;
}

.fadeUp {
  opacity: 1;
  animation: fadeUpAnime 0.5s ease-in-out;
}

@keyframes fadeUpAnime {
  from {
    transform: translateY(30px);
  }
  to {
    transform: translateY(0);
  }
}
.fadeInTrigger {
  opacity: 0;
}

.fadeIn {
  opacity: 1;
  animation: fadeInAnime 0.5s ease-in-out;
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fvTrigger {
  opacity: 0;
  transform: translateY(100%);
  animation: fvAnime 0.5s ease-in-out 1s forwards;
}

@keyframes fvAnime {
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.fvTrigger02 {
  opacity: 0;
  transform: translateY(100%);
  animation: fvAnime02 1s ease-in-out 1.5s forwards;
}

@keyframes fvAnime02 {
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
/***************************

object/component/_button.scss

***************************/
.c-btn {
  position: relative;
  width: 100%;
  margin-top: 8rem;
  padding: 3.2rem 2rem;
  text-align: center;
  background-color: #202020;
}
@media screen and (max-width: 834px) {
  .c-btn {
    margin-top: 5rem;
    padding: 2.2rem 2rem;
  }
}
.c-btn::before {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../img/common/btn-hov_bg.png) no-repeat top left/cover;
  z-index: 1;
  transition: all 0.3s ease;
}
.c-btn:hover {
  opacity: 1;
}
.c-btn:hover::before {
  width: 100%;
}
.c-btn__txt {
  position: relative;
  z-index: 2;
  color: #fff;
  font-size: 1.6rem;
}
@media screen and (max-width: 834px) {
  .c-btn__txt {
    font-size: 1.4rem;
  }
}

/***************************

object/component/_under.scss

***************************/
.under .c-txt {
  font-weight: 300;
}
.under .footer {
  margin-top: 30rem;
}
@media screen and (max-width: 834px) {
  .under .footer {
    margin-top: 13rem;
  }
}

.under-fv {
  position: relative;
  z-index: 5;
  margin-bottom: 10rem;
  padding-top: 30rem;
}
@media screen and (max-width: 834px) {
  .under-fv {
    margin-bottom: 5rem;
    padding-top: 19.4rem;
  }
}
.under-fv .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 3rem;
}
@media screen and (max-width: 834px) {
  .under-fv .inner {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.under-fv__ttl {
  font-size: 5rem;
  color: #3F4CCC;
}
@media screen and (max-width: 850px) {
  .under-fv__ttl {
    font-size: 2.4rem;
  }
}
.under-fv__en {
  margin-top: 4rem;
}
@media screen and (max-width: 834px) {
  .under-fv__en {
    margin-top: 2rem;
  }
}

.breadcrumbs {
  margin-top: 1.35rem;
}
@media screen and (max-width: 834px) {
  .breadcrumbs {
    margin: 0 0 0 auto;
  }
}
.breadcrumbs-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6rem;
}
@media screen and (max-width: 834px) {
  .breadcrumbs-list {
    gap: 4rem;
  }
}
@media screen and (max-width: 834px) {
  .breadcrumbs-item:first-child svg {
    height: 9px;
  }
}
.breadcrumbs-item:not(:first-of-type) {
  position: relative;
}
.breadcrumbs-item:not(:first-of-type)::before {
  position: absolute;
  content: "";
  width: 2rem;
  height: 1px;
  top: calc(50% + 0.1rem);
  left: -4rem;
  background-color: var(--black);
}
@media screen and (max-width: 834px) {
  .breadcrumbs-item:not(:first-of-type)::before {
    left: -3rem;
  }
}

.c-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 3rem;
}
@media screen and (max-width: 834px) {
  .c-flex {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 6rem;
  }
}
.c-flex__left {
  max-width: 35%;
}
@media screen and (max-width: 834px) {
  .c-flex__left {
    max-width: 100%;
  }
}
.c-flex__right {
  width: 60%;
}
@media screen and (max-width: 834px) {
  .c-flex__right {
    width: 100%;
  }
}

.c-dl {
  padding: 4rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #E3EDEF;
}
@media screen and (max-width: 834px) {
  .c-dl {
    padding: 2rem 0;
  }
  .c-dl.about-history__dl {
    padding: 3rem 0;
  }
}
.c-dl:last-of-type {
  border-bottom: 1px solid #E3EDEF;
}

/***************************

object/utility/_background.scss

***************************/
.bg-white {
  background-color: #fff;
}

.bg-dark-pink {
  background-color: #f2e7e4;
}

/***************************

object/utility/_text.scss

***************************/
.c-txt {
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 400;
}
@media screen and (max-width: 834px) {
  .c-txt {
    font-size: 1.4rem;
  }
}

.c-txt02 {
  font-size: 1.5rem;
  line-height: 2;
}
@media screen and (max-width: 450px) {
  .c-txt02 {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 450px) {
  .c-txt02 {
    font-size: 1.4rem;
  }
}
.c-txt02:not(:first-of-type) {
  margin-top: 1.5em;
}

.f18.lh-2:not(:first-of-type) {
  margin-top: 1em;
}

.txt-ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.txt-ellipsis02 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* ← 最大2行まで */
  max-height: 3em; /* 2行分の高さ */
  white-space: normal;
  text-overflow: ellipsis;
}

.tac {
  text-align: center;
}

.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

.fwb {
  font-weight: bold;
}

.fwn {
  font-weight: normal;
}

.fwm {
  font-weight: 400;
}

.f14 {
  font-size: 1.4rem;
}

.f15 {
  font-size: 1.5rem;
}
@media screen and (max-width: 834px) {
  .f15 {
    font-size: 1.4rem;
  }
}

.f16 {
  font-size: 1.6rem;
}
@media screen and (max-width: 834px) {
  .f16 {
    font-size: 1.4rem;
  }
}

.f18 {
  font-size: 1.8rem;
}
@media screen and (max-width: 834px) {
  .f18 {
    font-size: 1.4rem;
  }
}

.f20 {
  font-size: 2rem;
}

.f24 {
  font-size: 2.4rem;
}
@media screen and (max-width: 834px) {
  .f24 {
    font-size: 1.6rem;
  }
}

.f28 {
  font-size: 2.8rem;
}
@media screen and (max-width: 834px) {
  .f28 {
    font-size: 2rem;
  }
}

.f30 {
  font-size: 3rem;
}
@media screen and (max-width: 834px) {
  .f30 {
    font-size: 2.2rem;
  }
}

.f32 {
  font-size: 3.2rem;
}
@media screen and (max-width: 834px) {
  .f32 {
    font-size: 2.2rem;
  }
}

.fc-wht {
  color: #fff;
}

.fc-blue {
  color: #3F4CCC;
}

.lh-1_2 {
  line-height: 1.2;
}

.lh-1_3 {
  line-height: 1.3;
}

.lh-1_4 {
  line-height: 1.4;
}

.lh-1_5 {
  line-height: 1.5;
}

.lh-1_6 {
  line-height: 1.6;
}

.lh-1_7 {
  line-height: 1.7;
}

.lh-1_8 {
  line-height: 1.8;
}

.lh-2 {
  line-height: 2;
}

.lh-2_1 {
  line-height: 2.1;
}

.lh-2_5 {
  line-height: 2.5;
}
@media screen and (max-width: 450px) {
  .lh-2_5 {
    line-height: 1.8;
  }
}

.lh-2_6 {
  line-height: 2.6;
}

.lh-2_7 {
  line-height: 2.7;
}
@media screen and (max-width: 450px) {
  .lh-2_7 {
    line-height: 2;
  }
}

.bg-pink_txt {
  display: block;
  width: fit-content;
  padding: 1rem;
  color: #fff;
  background-color: #cd356f;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}

.txt-underline {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 10px;
}

.w-50em {
  display: inline-block;
  width: 0.5em;
}

.wm-rl {
  writing-mode: vertical-rl;
}

/***************************

object/utility/_link.scss

***************************/
.map-link {
  color: #4758FE;
  transition: all 0.3s ease-in-out;
}
.map-link path {
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 500px) {
  .map-link {
    font-size: 1.5rem;
  }
}
.map-link:hover {
  opacity: 1;
  color: #c4c4c4;
}
.map-link:hover path {
  fill: #c4c4c4;
}

.link-underline {
  color: #4758FE;
  text-decoration: underline;
  text-underline-offset: 3px;
}

/***************************

object/utility/_font.scss

***************************/
.en {
  font-family: "Inter", sans-serif;
}