@charset "UTF-8";
/*======================================================
Import
======================================================*/
html {
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  -moz-tab-size: 4;
  tab-size: 4;
  word-break: normal;
}

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

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

* {
  margin: 0;
  padding: 0;
}

hr {
  color: inherit;
  height: 0;
  overflow: visible;
}

details, main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

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

a {
  background-color: transparent;
}

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

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

pre {
  font-size: 1em;
}

b, strong {
  font-weight: bolder;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  text-indent: 0;
}

iframe {
  border-style: none;
}

input {
  border-radius: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

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

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

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

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

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

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

select {
  -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;
  color: inherit;
  font: inherit;
}

[disabled] {
  cursor: default;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true] {
  cursor: default;
}

/*======================================================
Color
======================================================*/
/*======================================================
Base
======================================================*/
html {
  overflow-y: scroll;
}

body {
  width: 100%;
  margin: 0 auto;
  position: relative;
  font-size: 16px;
  line-height: 1;
  color: #222;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
}
@media (max-width: 520px) {
  body {
    font-size: 15px;
  }
}

main {
  margin-top: 120px;
  width: 100%;
}

a {
  text-decoration: none;
  transition: opacity 0.3s;
}
a:hover {
  opacity: 0.7;
}

@media (min-width: 520px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

picture img {
  width: 100%;
}

li {
  list-style: none;
}

/*======================================================
Layout
======================================================*/
.l-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 71px;
  padding-left: 100px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  opacity: 0.97;
}
@media (max-width: 1200px) {
  .l-header {
    padding: 0 30px;
  }
}
.l-header-pcMenuArea {
  display: flex;
  align-items: center;
  gap: 35px;
  padding: 16px 25px 16px 75px;
  background-color: #edf1f7;
  border-radius: 0 0 0 40px;
}
@media (max-width: 1200px) {
  .l-header-pcMenuArea {
    display: none;
  }
}
.l-header-pcMenu01 {
  display: flex;
  align-items: center;
  gap: 30px;
}
.l-header-pcMenu01 a {
  color: #202c9b;
  font-family: "Nokora", serif;
  font-weight: 300;
}
.l-header-pcMenu02 {
  display: flex;
  align-items: center;
  gap: 25px;
}
.l-header-pcMenu__contactBtn {
  padding: 12px 50px 9px;
  text-align: center;
  font-weight: 300;
  font-size: 18px;
  letter-spacing: 3.6px;
  border-radius: 24px;
  font-family: "Nokora", serif;
  background-color: #202c9b;
  color: #fff;
}
.l-header-spMenuWrap {
  max-width: 320px;
  width: 100%;
  height: 100vh;
  padding: 70px 15px 15px 15px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9998;
  opacity: 0;
  pointer-events: none;
  overflow: scroll;
  background-color: #fff;
  transition: opacity 0.1s;
}
.l-header-spMenu01 li {
  border-bottom: 1px solid #202c9b;
}
.l-header-spMenu01 a {
  display: block;
  padding: 15px 0;
  color: #202c9b;
}
.l-header-spMenu02 {
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.l-header-spMenu__contactBtn {
  margin-top: 30px;
  display: block;
  padding: 15px 50px;
  text-align: center;
  font-weight: 300;
  font-size: 18px;
  letter-spacing: 3.6px;
  border-radius: 24px;
  font-family: "Nokora", serif;
  background-color: #202c9b;
  color: #fff;
}
.l-header-spMenuIcon {
  display: none;
  width: 28px;
  height: 20px;
  position: relative;
  z-index: 9999;
  cursor: pointer;
}
@media (max-width: 1200px) {
  .l-header-spMenuIcon {
    display: block;
  }
}
.l-header-spMenuIcon span {
  display: block;
  width: 28px;
  height: 2px;
  position: absolute;
  left: 0;
  background-color: #202c9b;
}
.l-header-spMenuIcon span:nth-child(1) {
  top: 0;
}
.l-header-spMenuIcon span:nth-child(2) {
  top: 9px;
}
.l-header-spMenuIcon span:nth-child(3) {
  top: 19px;
}

@media (max-width: 1200px) {
  .open .l-header-spMenuIcon span:nth-child(1) {
    top: 9px;
    rotate: 45deg;
  }
  .open .l-header-spMenuIcon span:nth-child(2) {
    display: none;
  }
  .open .l-header-spMenuIcon span:nth-child(3) {
    top: 9px;
    rotate: -45deg;
  }
  .open .l-header-spMenuWrap {
    opacity: 1;
    pointer-events: visible;
    transition: opacity 0.1s;
  }
}

.l-footer {
  margin-top: 165px;
  position: relative;
}
@media (max-width: 960px) {
  .l-footer {
    margin-top: 120px;
  }
}
@media (max-width: 960px) {
  .l-footer {
    margin-top: 80px;
  }
}
.l-footer::before {
  content: "";
  display: block;
  width: 100%;
  height: 350px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-image: url("/images/footer_bg_01.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 520px) {
  .l-footer::before {
    margin-top: 80px;
  }
}
.l-footer .inner {
  width: 100%;
  height: 420px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 124px;
  position: relative;
  z-index: 2;
  background-color: rgba(237, 241, 247, 0.5);
  background-image: url("/images/footer_bg_02.png");
  background-position: top -60px left;
  background-repeat: no-repeat;
  backdrop-filter: blur(50px);
  border-radius: 24px;
}
@media (max-width: 960px) {
  .l-footer .inner {
    margin: 0 auto;
    width: calc(100% - 60px);
    justify-content: center;
    flex-direction: column;
    gap: 60px;
    height: auto;
    padding: 30px;
  }
}
@media (max-width: 520px) {
  .l-footer .inner {
    padding: 40px 20px;
    gap: 40px;
  }
}
.l-footer-contents {
  color: #202c9b;
}
.l-footer-contents:last-child {
  margin-left: auto;
}
@media (max-width: 960px) {
  .l-footer-contents:last-child {
    margin: 0;
  }
}
.l-footer-contact__head span {
  display: block;
}
@media (max-width: 960px) {
  .l-footer-contact__head span {
    text-align: center;
  }
}
.l-footer-contact__head .en {
  font-size: 48px;
  letter-spacing: 1.92px;
}
@media (max-width: 960px) {
  .l-footer-contact__head .en {
    font-size: 38px;
  }
}
@media (max-width: 520px) {
  .l-footer-contact__head .en {
    font-size: 28px;
  }
}
.l-footer-contact__head .jp {
  font-size: 24px;
  letter-spacing: 1.44px;
  font-weight: normal;
}
@media (max-width: 960px) {
  .l-footer-contact__head .jp {
    font-size: 20px;
  }
}
@media (max-width: 520px) {
  .l-footer-contact__head .jp {
    font-size: 18px;
  }
}
.l-footer-contact__head + .l-footer-contact__desc {
  margin-top: 36px;
}
@media (max-width: 520px) {
  .l-footer-contact__head + .l-footer-contact__desc {
    margin-top: 25px;
  }
}
.l-footer-contact__heading {
  letter-spacing: 0.64px;
  font-size: 20px;
  line-height: 1.5;
  color: #202c9b;
}
@media (max-width: 960px) {
  .l-footer-contact__heading {
    text-align: center;
  }
}
.l-footer-contact__desc {
  letter-spacing: 0.64px;
  line-height: 1.5;
  color: #202c9b;
}
@media (max-width: 960px) {
  .l-footer-contact__desc {
    text-align: center;
  }
}
.l-footer-contact__tel {
  margin-top: 12px;
  display: flex;
  font-size: 42px;
  letter-spacing: 1.68px;
  color: #202c9b;
  gap: 8px;
}
@media (max-width: 960px) {
  .l-footer-contact__tel {
    font-size: 34px;
    text-align: center;
  }
}
@media (max-width: 520px) {
  .l-footer-contact__tel {
    font-size: 24px;
  }
}
.l-footer-contact__tel::before {
  content: "";
  background-image: url(../images/footer_tel.svg);
  background-size: contain;
  width: 31px;
  height: 35px;
  display: block;
}
.l-footer-contact__eigyo {
  margin-top: 5px;
}
.l-footer-contact__mail {
  margin-top: 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 400px;
  width: 100%;
  padding: 21px 30px 23px;
  background-color: #202c9b;
  border-radius: 44px;
  font-size: 20px;
  letter-spacing: 0.8px;
  font-weight: 300;
  color: #fff;
}
@media (max-width: 520px) {
  .l-footer-contact__mail {
    max-width: 340px;
    padding: 15px 25px;
    font-size: 16px;
  }
}
.l-footer-contact__mail::after {
  content: "";
  display: block;
  width: 20px;
  height: 7px;
  background-image: url("/images/arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.l-footer-etcContents {
  margin-top: 52px;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-bottom: 24px;
  position: relative;
  z-index: 2;
}
.l-footer-etcContents .l-footer-logo {
  display: inline-block;
  margin: 0 auto;
}
.l-footer-etcContents small {
  margin-top: 22px;
  font-size: 12px;
  letter-spacing: 0.96px;
  color: #fff;
}

.l-top-sechead span {
  display: block;
}
.l-top-sechead .en {
  font-size: 100px;
  letter-spacing: 4px;
  line-height: 1.47;
  color: #edf1f7;
}
@media (max-width: 960px) {
  .l-top-sechead .en {
    font-size: 80px;
  }
}
@media (max-width: 520px) {
  .l-top-sechead .en {
    font-size: 60px;
  }
}
.l-top-sechead .jp {
  margin-top: -60px;
  font-size: 48px;
  letter-spacing: 0.05em;
  line-height: 1.33;
  font-weight: normal;
  color: #202c9b;
}
@media (max-width: 960px) {
  .l-top-sechead .jp {
    margin-top: -50px;
    font-size: 38px;
  }
}
@media (max-width: 520px) {
  .l-top-sechead .jp {
    margin-top: -40px;
    font-size: 28px;
  }
}
.l-top-mv {
  padding-left: 100px;
}
@media (max-width: 1400px) {
  .l-top-mv {
    padding-left: 30px;
  }
}
.l-top-mv-contents {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
  position: relative;
  z-index: 2;
  padding: 0 5.2vw 0 3.12vw;
}
@media (max-width: 1200px) {
  .l-top-mv-contents {
    flex-direction: column;
  }
}
@media (max-width: 960px) {
  .l-top-mv-contents {
    padding: 0 30px;
    z-index: 1;
  }
}
@media (max-width: 520px) {
  .l-top-mv-contents {
    padding: 0;
  }
}
.l-top-mv__catch {
  font-size: 6.25vw;
  letter-spacing: 2.4px;
  line-height: 1;
  color: #202c9b;
}
@media (max-width: 960px) {
  .l-top-mv__catch {
    font-size: 90px;
  }
}
@media (max-width: 520px) {
  .l-top-mv__catch {
    font-size: 60px;
    margin-right: 20px;
  }
}
.l-top-mv__text {
  margin-left: auto;
  margin-bottom: 120px;
  font-size: 1.04vw;
  letter-spacing: 0.8px;
  line-height: 2;
  text-align: right;
  color: #202c9b;
}
@media (max-width: 1200px) {
  .l-top-mv__text {
    margin-left: 0;
    text-align: left;
  }
}
@media (max-width: 960px) {
  .l-top-mv__text {
    font-size: 18px;
  }
  .l-top-mv__text br {
    display: none;
  }
}
@media (max-width: 520px) {
  .l-top-mv__text {
    margin-bottom: 90px;
    font-size: 16px;
    margin-right: 20px;
  }
}
.l-top-mv__image {
  margin-top: -3.28vw;
  max-width: 94.79vw;
  width: 100%;
  height: 31.28vw;
  position: relative;
  background-image: url("/images/top_mv_image.png");
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 24px 0 0 24px;
}
@media (max-width: 960px) {
  .l-top-mv__image {
    height: 450px;
    z-index: 2;
  }
}
@media (max-width: 520px) {
  .l-top-mv__image {
    height: 300px;
  }
}
.l-top-mv__imageLink {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 7.4vw;
  height: 6vw;
  position: absolute;
  top: -3vw;
  z-index: 3;
  right: min(20vw, 274px);
  background-image: url("/images/top_mv_btn_bg.svg");
  background-size: cover;
}
.l-top-mv__imageLink:hover {
  opacity: 1;
}
@media (max-width: 960px) {
  .l-top-mv__imageLink {
    width: 111px;
    height: 90px;
    top: -45px;
    right: 15vw;
  }
}
@media (max-width: 520px) {
  .l-top-mv__imageLink {
    width: 75px;
    height: 60px;
    top: -30px;
    right: 10vw;
  }
}
.l-top-mv__imageLinkArrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5vw;
  height: 5vw;
  background-color: #202c9b;
  border-radius: 50%;
  transition: opacity 0.3s;
}
@media (max-width: 960px) {
  .l-top-mv__imageLinkArrow {
    width: 72px;
    height: 72px;
  }
}
@media (max-width: 520px) {
  .l-top-mv__imageLinkArrow {
    width: 48px;
    height: 48px;
  }
}
.l-top-mv__imageLinkArrow:hover {
  opacity: 0.7;
}
.l-top-mv__imageLinkArrow span {
  display: inline-block;
  width: 13px;
  height: 13px;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  transform: rotate(180deg) translate(-6px, -5px);
}
@media (max-width: 520px) {
  .l-top-mv__imageLinkArrow span {
    transform: rotate(180deg) translate(-4px, -5px);
  }
}
.l-top-mv__imageLinkArrow span::before, .l-top-mv__imageLinkArrow span::after {
  content: "";
  position: absolute;
  background: currentColor;
  border-radius: 6px;
}
.l-top-mv__imageLinkArrow span::before {
  width: 10px;
  height: 2px;
  top: 3px;
  left: 3px;
  right: 0;
  transform: rotate(-45deg);
}
.l-top-mv__imageLinkArrow span::after {
  width: 2px;
  height: 24px;
  top: 0;
  right: 0;
  bottom: 0;
}
.l-top-about {
  width: 100%;
  margin: 80px auto 0;
  position: relative;
}
.l-top-about::before {
  content: "";
  display: block;
  max-width: 800px;
  width: 100%;
  height: 320px;
  position: absolute;
  top: 30px;
  left: 0;
  z-index: 1;
  background: transparent linear-gradient(180deg, #edf1f7 0%, rgba(237, 241, 247, 0) 100%) 0% 0% no-repeat padding-box;
  border-radius: 0px 24px 24px 0px;
}
@media (min-width: 1921px) {
  .l-top-about::before {
    max-width: 41.66vw;
    height: 16.66vw;
  }
}
.l-top-about .l-top-sechead .en {
  color: #fff;
}
.l-top-about .inner {
  position: relative;
  z-index: 3;
}
.l-top-about-contents {
  padding-top: 90px;
}
@media (max-width: 520px) {
  .l-top-about-contents {
    padding-top: 60px;
  }
}
.l-top-about__desc {
  margin-top: 26px;
  font-size: 20px;
  letter-spacing: 0.8px;
  line-height: 1.85;
}
@media (max-width: 960px) {
  .l-top-about__desc {
    font-size: 18px;
  }
}
@media (max-width: 520px) {
  .l-top-about__desc {
    margin-top: 20px;
    font-size: 16px;
  }
}
.l-top-about-imageArea {
  max-width: 1000px;
  width: 100%;
  height: 700px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
@media (max-width: 1920px) {
  .l-top-about-imageArea {
    max-width: 52vw;
    height: 36.4vw;
  }
}
@media (max-width: 1400px) {
  .l-top-about-imageArea {
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (max-width: 520px) {
  .l-top-about-imageArea {
    margin-top: 30px;
    position: relative;
    transform: none;
    max-width: 100%;
    height: 80vw;
    transform: translateX(20px);
  }
}
@media (max-width: 520px) {
  .l-top-about-imageAreaPC {
    display: none;
  }
}
.l-top-about-imageAreaSP {
  display: none;
}
@media (max-width: 520px) {
  .l-top-about-imageAreaSP {
    display: block;
  }
}
.l-top-about-image__main {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  border-radius: 24px 0px 0px 24px;
}
@media (max-width: 1920px) {
  .l-top-about-image__main {
    max-width: 37.5vw;
  }
}
@media (max-width: 520px) {
  .l-top-about-image__main {
    max-width: 85vw;
  }
}
.l-top-about-image__sub {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  border-radius: 24px;
}
@media (max-width: 1920px) {
  .l-top-about-image__sub {
    max-width: 20.8vw;
  }
}
@media (max-width: 520px) {
  .l-top-about-image__sub {
    max-width: 45vw;
    left: -30px;
  }
}
.l-top-service {
  margin-top: min(320px, 16.6vw);
  position: relative;
  overflow: hidden;
}
.l-top-service::before {
  content: "";
  display: block;
  width: 620px;
  height: 620px;
  position: absolute;
  top: 0;
  left: -310px;
  background-image: url("/images/top_service_bg.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 960px) {
  .l-top-service {
    margin-top: 120px;
  }
}
@media (max-width: 520px) {
  .l-top-service {
    margin-top: 80px;
  }
  .l-top-service::before {
    width: 460px;
    height: 460px;
    left: -230px;
  }
}
.l-top-service .inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1400px) {
  .l-top-service .inner {
    flex-direction: column;
  }
}
.l-top-service-contents {
  max-width: 850px;
  width: 100%;
  padding-top: 100px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1400px) {
  .l-top-service-contents {
    margin-left: auto;
    padding-top: 0;
  }
}
.l-top-service__list {
  counter-reset: list-counter;
}
.l-top-service__list li {
  display: flex;
  align-items: flex-start;
  gap: 50px;
}
.l-top-service__list li + li {
  margin-top: 32px;
}
@media (max-width: 960px) {
  .l-top-service__list li {
    gap: 75px;
  }
  .l-top-service__list li + li {
    margin-top: 32px;
  }
}
@media (max-width: 520px) {
  .l-top-service__list li {
    flex-direction: column;
    gap: 15px;
  }
  .l-top-service__list li + li {
    margin-top: 50px;
  }
}
@media (max-width: 960px) {
  .l-top-service__listImage {
    width: 90px;
  }
}
@media (max-width: 520px) {
  .l-top-service__listImage {
    margin: 0 auto;
  }
}
.l-top-service__listContents {
  flex: 1;
  position: relative;
  counter-increment: list-counter;
}
.l-top-service__listContents::before {
  content: "0" counter(list-counter);
  position: absolute;
  top: 0;
  left: -35px;
  z-index: 1;
  font-size: 64px;
  letter-spacing: 2.56px;
  font-family: "Nokora", serif;
  font-weight: 300;
  color: #edf1f7;
}
@media (max-width: 960px) {
  .l-top-service__listContents::before {
    font-size: 50px;
    left: -50px;
  }
}
@media (max-width: 520px) {
  .l-top-service__listContents::before {
    left: -15px;
    top: -10px;
  }
}
.l-top-service__list h3 {
  margin-top: 15px;
  position: relative;
  z-index: 2;
  font-size: 30px;
  letter-spacing: 1.2px;
  line-height: 1.4;
  font-weight: normal;
}
@media (max-width: 960px) {
  .l-top-service__list h3 {
    margin-top: 15px;
    font-size: 24px;
  }
}
@media (max-width: 520px) {
  .l-top-service__list h3 {
    margin-top: 5px;
    font-size: 20px;
  }
}
.l-top-service__list p {
  margin-top: 10px;
  position: relative;
  z-index: 2;
  letter-spacing: 0.32px;
  line-height: 1.75;
}
.l-top-slider {
  margin-top: 160px;
  position: relative;
}
.l-top-slider::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 960px) {
  .l-top-slider {
    margin-top: 120px;
  }
}
@media (max-width: 520px) {
  .l-top-slider {
    margin-top: 80px;
  }
}
.l-top-slider .splide__track {
  overflow-y: visible;
  padding: 34px 0;
}
.l-top-slider .splide__slide {
  display: flex;
  justify-content: center;
  align-items: center;
  max-height: 400px;
}
.l-top-slider .splide__slide img {
  position: relative;
  z-index: 2;
  border-radius: 12px;
  overflow: hidden;
}
.l-top-slider .splide1 {
  position: relative;
  z-index: 2;
}
.l-top-slider .splide1 .splide__slide__02 {
  margin-top: 40px;
}
.l-top-slider .splide2 {
  position: absolute;
  z-index: 1;
  top: -80px;
  width: 100%;
}
.l-top-slider .splide2 .splide__slide__02 {
  margin-top: 200px;
}
.l-top-slider .splide__slide__02 {
  margin-top: 40px;
}
.l-top-hr {
  margin-top: 160px;
  width: 100%;
  height: 420px;
  background-image: url("/images/top_hr_01.png");
  background-size: cover;
  background-position: center;
}
@media (max-width: 960px) {
  .l-top-hr {
    margin-top: 120px;
    height: 320px;
  }
}
@media (max-width: 520px) {
  .l-top-hr {
    margin-top: 80px;
    height: 240px;
  }
}
.l-top-hr02 {
  border-radius: 160px 0 160px 0;
}
@media (max-width: 960px) {
  .l-top-hr02 {
    border-radius: 80px 0 80px 0;
  }
}
@media (max-width: 520px) {
  .l-top-hr02 {
    border-radius: 20px 0 20px 0;
  }
}
.l-top-faq {
  margin-top: 120px;
}
@media (max-width: 960px) {
  .l-top-faq {
    margin-top: 90px;
  }
}
@media (max-width: 520px) {
  .l-top-faq {
    margin-top: 60px;
  }
}
.l-top-faq-inner {
  max-width: 1720px;
  width: 100%;
  margin: 0 auto;
}
.l-top-faq .l-top-sechead {
  text-align: center;
}
.l-top-faq-contents {
  margin-top: 75px;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 70px;
}
@media (max-width: 960px) {
  .l-top-faq-contents {
    margin-top: 55px;
    gap: 0;
  }
}
@media (max-width: 520px) {
  .l-top-faq-contents {
    margin-top: 38px;
  }
}
.l-top-faq__list {
  width: calc((100% - 70px) / 2);
}
@media (max-width: 960px) {
  .l-top-faq__list {
    width: 100%;
  }
}
.l-top-faq__list > div {
  position: relative;
  padding: 25px 0 25px 25px;
  border-bottom: 1px solid #edf1f7;
}
@media (max-width: 520px) {
  .l-top-faq__list > div {
    padding: 20px 0 20px 20px;
  }
}
.l-top-faq__list dt,
.l-top-faq__list dd {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  letter-spacing: 0.28px;
  line-height: 1.71;
  padding-right: 100px;
}
@media (max-width: 520px) {
  .l-top-faq__list dt,
  .l-top-faq__list dd {
    gap: 15px;
    padding-right: 60px;
  }
}
.l-top-faq__list dt::before,
.l-top-faq__list dd::before {
  font-size: 24px;
  letter-spacing: 0.48px;
  line-height: 1.54;
  font-family: "Nokora", serif;
  font-weight: 300;
  color: #202c9b;
}
@media (max-width: 520px) {
  .l-top-faq__list dt::before,
  .l-top-faq__list dd::before {
    margin-top: -2px;
    font-size: 20px;
  }
}
.l-top-faq__list dt {
  cursor: pointer;
  font-size: 20px;
}
@media (max-width: 520px) {
  .l-top-faq__list dt {
    font-size: 16px;
  }
}
.l-top-faq__list dt::before {
  content: "Q.";
}
.l-top-faq__list dd {
  display: flex;
  max-height: 0;
  margin-top: 0;
  overflow: hidden;
  font-size: 14px;
  transition: max-height 0.3s, margin-top 0.5s;
}
.l-top-faq__list dd::before {
  margin-top: -5px;
  content: "A.";
}
.l-top-faq__listItem.visible .l-top-faq__listArrow {
  transform: translateX(25%) rotate(-45deg);
}
.l-top-faq__listItem.visible dd {
  max-height: 300px;
  margin-top: 20px;
}
.l-top-faq__listArrow {
  display: inline-block;
  width: 13px;
  height: 13px;
  vertical-align: middle;
  color: #202c9b;
  line-height: 1;
  position: absolute;
  top: 40px;
  right: 40px;
  pointer-events: none;
  transform: translateX(25%) rotate(135deg);
}
@media (max-width: 520px) {
  .l-top-faq__listArrow {
    top: 30px;
    right: 20px;
    width: 10px;
    height: 10px;
  }
}
.l-top-faq__listArrow::before, .l-top-faq__listArrow::after {
  content: "";
  position: absolute;
  background: currentColor;
  border-radius: 6px;
}
.l-top-faq__listArrow::before {
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
}
.l-top-faq__listArrow::after {
  top: 0;
  right: 0;
  bottom: 0;
  width: 2px;
}
.l-top-news {
  margin-top: 160px;
}
@media (max-width: 960px) {
  .l-top-news {
    margin-top: 120px;
  }
}
@media (max-width: 520px) {
  .l-top-news {
    margin-top: 80px;
  }
}
.l-top-news__list {
  max-width: 1224px;
  width: 100%;
  margin: 0 auto;
}
.l-top-news__list li {
  display: flex;
  align-items: flex-start;
  gap: 50px;
  padding: 50px 70px;
  border-bottom: 1px solid #edf1f7;
}
@media (max-width: 1200px) {
  .l-top-news__list li {
    padding: 50px 0;
  }
}
@media (max-width: 960px) {
  .l-top-news__list li {
    gap: 38px;
    padding: 38px 0;
  }
}
@media (max-width: 520px) {
  .l-top-news__list li {
    flex-direction: column;
    gap: 0px;
    padding: 25px 0;
  }
}
.l-top-news time {
  font-size: 24px;
  letter-spacing: 0.48px;
  line-height: 1.45;
  color: #202c9b;
}
@media (max-width: 520px) {
  .l-top-news time {
    font-size: 20px;
  }
}
@media (max-width: 520px) {
  .l-top-news time {
    font-size: 16px;
  }
}
.l-top-news-contents {
  flex: 1;
}
.l-top-news__title {
  font-size: 20px;
  letter-spacing: 0.4px;
  line-height: 1.6;
  font-weight: 300;
}
@media (max-width: 520px) {
  .l-top-news__title {
    font-size: 18px;
  }
}
.l-top-news__text {
  margin-top: 16px;
  letter-spacing: 0.32px;
  line-height: 1.75;
  font-weight: 300;
}
@media (max-width: 520px) {
  .l-top-news__text {
    margin-top: 10px;
  }
}
.l-top-company {
  margin-top: 160px;
  position: relative;
}
@media (max-width: 960px) {
  .l-top-company {
    margin-top: 120px;
  }
}
@media (max-width: 520px) {
  .l-top-company {
    margin-top: 80px;
  }
}
.l-top-company::before {
  content: "";
  display: block;
  max-width: 1355px;
  width: 100%;
  height: 904px;
  position: absolute;
  top: 0;
  left: 0;
  background: transparent linear-gradient(156deg, #edf1f7 0%, rgba(237, 241, 247, 0) 100%) 0% 0% no-repeat padding-box;
  border-radius: 0px 24px 24px 0px;
}
@media (max-width: 960px) {
  .l-top-company::before {
    width: 90%;
    height: 1000px;
  }
}
@media (max-width: 520px) {
  .l-top-company::before {
    width: 100%;
    height: 1200px;
  }
}
.l-top-company .inner {
  position: relative;
  z-index: 2;
}
.l-top-company .l-top-sechead .en {
  color: #fff;
}
.l-top-company-contents {
  padding-top: 90px;
  max-width: 830px;
  width: 100%;
  position: relative;
  z-index: 3;
}
@media (max-width: 960px) {
  .l-top-company-contents {
    padding-top: 60px;
  }
}
@media (max-width: 520px) {
  .l-top-company-contents {
    padding-top: 45px;
  }
}
.l-top-company-flex {
  margin-top: 70px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
}
@media (max-width: 960px) {
  .l-top-company-flex {
    margin-top: 52px;
    flex-direction: column;
    gap: 40px;
  }
}
@media (max-width: 520px) {
  .l-top-company-flex {
    margin-top: 10px;
  }
}
.l-top-company-sec:last-child {
  flex: 1;
  max-width: 460px;
}
@media (max-width: 960px) {
  .l-top-company-sec:last-child {
    max-width: none;
  }
}
.l-top-company-sec h3 {
  font-size: 24px;
  letter-spacing: 0.48px;
  line-height: 1.5;
  color: #202c9b;
  font-weight: 400;
}
@media (max-width: 520px) {
  .l-top-company-sec h3 {
    font-size: 20px;
  }
}
.l-top-company-sec__list {
  margin-top: 30px;
}
@media (max-width: 520px) {
  .l-top-company-sec__list {
    margin-top: 20px;
  }
}
.l-top-company-sec__list div + div {
  margin-top: 20px;
}
@media (max-width: 520px) {
  .l-top-company-sec__list div + div {
    margin-top: 15px;
  }
}
.l-top-company-sec__list dt {
  font-size: 12px;
  letter-spacing: 0.28px;
  line-height: 2;
}
.l-top-company-sec__list dd {
  font-size: 14px;
  letter-spacing: 0.28px;
  line-height: 1.71;
}
.l-top-company-sec__catch {
  margin-top: 30px;
  font-size: 24px;
  letter-spacing: 1.44px;
  line-height: 1.62;
  font-weight: 300;
  position: relative;
  display: inline-block;
}
.l-top-company-sec__catch + .l-top-company-sec__text {
  margin-top: 40px;
}
.l-top-company-sec__catch::before {
  content: "”";
  position: absolute;
  top: 0;
  left: -16px;
}
.l-top-company-sec__catch::after {
  content: "”";
  position: absolute;
  bottom: 0;
  right: -16px;
}
@media (max-width: 520px) {
  .l-top-company-sec__catch {
    margin-top: 15px;
    font-size: 18px;
  }
  .l-top-company-sec__catch + .l-top-company-sec__text {
    margin-top: 20px;
  }
}
.l-top-company-sec__text {
  letter-spacing: 0.32px;
  line-height: 1.75;
  font-weight: 300;
}
.l-top-company-sec__text + .l-top-company-sec__text {
  margin-top: 15px;
}
@media (max-width: 520px) {
  .l-top-company-sec__text + .l-top-company-sec__text {
    margin-top: 10px;
  }
}
.l-top-company-sec__signature {
  margin-top: 20px;
  letter-spacing: 0.32px;
  line-height: 1.68;
  font-weight: 300;
  text-align: right;
}
@media (max-width: 520px) {
  .l-top-company-sec__signature {
    margin-top: 15px;
  }
}
.l-top-company-imageArea {
  max-width: 700px;
  width: 100%;
  height: 880px;
  position: absolute;
  top: -30px;
  right: 0;
  z-index: 1;
}
@media (max-width: 1920px) {
  .l-top-company-imageArea {
    max-width: 36.45vw;
    height: 45.83vw;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (max-width: 960px) {
  .l-top-company-imageArea {
    max-width: 57.06vw;
    height: 71.72vw;
  }
}
@media (max-width: 520px) {
  .l-top-company-imageArea {
    margin-top: 40px;
    position: relative;
    max-width: 100%;
    height: 97.72vw;
    transform: none;
  }
}
.l-top-company-imageArea::before {
  content: "";
  display: block;
  width: 260px;
  height: 320px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  background: transparent linear-gradient(180deg, rgba(247, 237, 242, 0) 0%, #f7edf2 100%) 0% 0% no-repeat padding-box;
  border-radius: 24px 0px 0px 24px;
}
@media (max-width: 1920px) {
  .l-top-company-imageArea::before {
    width: 13.54vw;
    height: 16.66vw;
  }
}
@media (max-width: 960px) {
  .l-top-company-imageArea::before {
    width: 21.45vw;
    height: 26.08vw;
  }
}
@media (max-width: 520px) {
  .l-top-company-imageArea::before {
    width: 31.45vw;
    height: 36.08vw;
    right: -20px;
  }
}
.l-top-company-imageArea img {
  position: absolute;
  top: 0;
  right: 60px;
  z-index: 2;
  border-radius: 24px;
}
@media (max-width: 1920px) {
  .l-top-company-imageArea img {
    max-width: 30.88vw;
  }
}
@media (max-width: 960px) {
  .l-top-company-imageArea img {
    max-width: 48.33vw;
  }
}
@media (max-width: 520px) {
  .l-top-company-imageArea img {
    right: auto;
    left: 0;
    max-width: 80vw;
  }
}
@media (max-width: 520px) {
  .l-top-company-imageAreaPC {
    display: none;
  }
}
.l-top-company-imageAreaSP {
  display: none;
}
@media (max-width: 520px) {
  .l-top-company-imageAreaSP {
    display: block;
  }
}
.l-top-access {
  margin-top: 280px;
}
@media (max-width: 960px) {
  .l-top-access {
    margin-top: 210px;
  }
}
@media (max-width: 520px) {
  .l-top-access {
    margin-top: 80px;
  }
}
.l-top-access iframe {
  margin-top: 45px;
  max-width: 1400px;
  width: 100%;
  border-radius: 24px;
}
@media (max-width: 960px) {
  .l-top-access iframe {
    margin-top: 35px;
  }
}
@media (max-width: 520px) {
  .l-top-access iframe {
    margin-top: 25px;
  }
}
.l-top-access__address, .l-top-access__working, .l-top-access__car {
  display: flex;
  gap: 10px;
  letter-spacing: 0.64px;
  line-height: 1.5;
}
.l-top-access__address::before, .l-top-access__working::before, .l-top-access__car::before {
  transform: translateY(-8px);
}
.l-top-access__address {
  margin-top: 33px;
}
@media (max-width: 520px) {
  .l-top-access__address {
    margin-top: 20px;
  }
}
.l-top-access__address::before {
  content: "";
  min-width: 42px;
  width: 42px;
  height: 42px;
  background-image: url("/images/top_access_icon_01.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 520px) {
  .l-top-access__working {
    margin-top: 15px;
  }
}
.l-top-access__working::before {
  content: "";
  min-width: 42px;
  width: 42px;
  height: 42px;
  background-image: url("/images/top_access_icon_02.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 520px) {
  .l-top-access__car {
    margin-top: 15px;
  }
}
.l-top-access__car::before {
  content: "";
  min-width: 42px;
  width: 42px;
  height: 42px;
  background-image: url("/images/top_access_icon_03.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.inner {
  max-width: 1460px;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}
@media (max-width: 520px) {
  .inner {
    padding: 0 20px;
  }
}

/*======================================================
Responsive
======================================================*/
.sp_only {
  display: none;
}

@media (max-width: 520px) {
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
}
/*======================================================
Margin
Padding
======================================================*/
.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt35 {
  margin-top: 35px;
}

.mt40 {
  margin-top: 40px;
}

.mt45 {
  margin-top: 45px;
}

.mt60 {
  margin-top: 60px;
}

.mt80 {
  margin-top: 80px;
}

.mt100 {
  margin-top: 100px;
}

.mt120 {
  margin-top: 120px;
}

/*======================================================
Font
======================================================*/
.en,
.num {
  font-family: "Nokora", serif;
  font-weight: 100;
}

.anime__fadeIn {
  transform: translateY(20px);
  opacity: 0;
  transition: transform 0.6s, opacity 0.6s;
}

.anime__fadeIn__active {
  transform: translateY(0px);
  opacity: 1;
}/*# sourceMappingURL=style.css.map */