<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*** The new CSS reset - version 1.7.2 (last updated 23.6.2022) ***/
*:where(:not(html, iframe, canvas, img, svg, video):not(svg*, symbol*)) {
  all: unset;
  display: revert;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

a,
button {
  cursor: revert;
}

ol,
ul,
menu {
  list-style: none;
}

img {
  max-width: 100%;
}

table {
  border-collapse: collapse;
}

input,
textarea {
  -webkit-user-select: auto;
}

textarea {
  white-space: revert;
}

meter {
  -webkit-appearance: revert;
  appearance: revert;
}

::placeholder {
  color: unset;
}

:where([hidden]) {
  display: none;
}

:where([contenteditable]:not([contenteditable=false])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  -webkit-user-select: auto;
}

:where([draggable=true]) {
  -webkit-user-drag: element;
}

h1,
h2,
h3,
h4,
h5,
h6,
figure,
p,
div {
  line-height: 1;
  margin: 0;
}

ul,
dl,
ol,
dd,
li,
figure {
  padding: 0;
  margin: 0;
}

html {
  overscroll-behavior: none;
}

body {
  position: relative;
  font-family: "Noto Sans JP', sans-serif, Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 400;
  color: #333;
  width: 100%;
  height: 100%;
  margin: 0;
  background-color: #fff;
  overscroll-behavior: none;
}

img,
svg {
  display: inline-block;
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

@media screen and (max-width: 767px) {
  .u-hide-sp {
    display: none !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 900px) {
  .u-hide-tab {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .u-hide-tabPc {
    display: none !important;
  }
}

.adlp-c-container {
  width: 100%;
  max-width: 1920px;
  margin: auto;
  position: relative;
  color: #333333;
  font-feature-settings: "palt";
}
.adlp-c-container::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  width: calc((100% - 450px) / 2);
  height: 100vh;
  z-index: 0;
  background: #000000 url(../img/bg-right.png) left top/cover no-repeat;
  background-position: 50%;
  transition: opacity 0.3s;
}
.adlp-c-container::after {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  width: calc((100% - 450px) / 2);
  height: 100vh;
  z-index: 0;
  background-image: url(../img/bg-left.png);
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  left: 0;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) and (max-width: 900px) {
  .adlp-c-container::after {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .adlp-c-container::after {
    display: none;
  }
}

.adlp-c-nav {
  position: sticky;
  top: 0;
  z-index: 10;
  transition: opacity 0.3s;
}
.adlp-c-nav__header {
  padding: 4.2666666667%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  position: relative;
  z-index: 20;
}
.adlp-c-nav__menu {
  padding: 14.5333333333% 4.2666666667%;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  background-color: #fff;
  opacity: 0;
  transform: translateY(-110%);
  transition: opacity 200ms linear 400ms, transform 800ms ease-in-out;
}
.adlp-c-nav__menu-item:not(:first-child) {
  margin-top: 27.7511961722%;
}
.adlp-c-nav__menu-item &gt; a {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
.adlp-c-nav__menu-item &gt; a:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: linear-gradient(270deg, rgba(162, 146, 210, 0) 0%, #a292d2 49.53%, rgba(162, 146, 210, 0) 101.02%);
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: 0.3s;
}
.adlp-c-nav__menu-item &gt; a img:last-child {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.adlp-c-nav__menu-item &gt; a:hover img {
  opacity: 0;
}
.adlp-c-nav__menu-item &gt; a:hover img:last-child {
  opacity: 1;
}
.adlp-c-nav__menu-item &gt; a:hover:after {
  opacity: 1;
}
.adlp-c-nav__menu-item.--a1 {
  width: 99.043062201%;
}
.adlp-c-nav__menu-item.--a2 {
  width: 63.6363636364%;
}
.adlp-c-nav__menu-item.--a3 {
  width: 45.9330143541%;
}
.adlp-c-nav__menu-item.--a4 {
  width: 87.0813397129%;
}
.adlp-c-nav__menu-item.--a5 {
  width: 45.9330143541%;
}
.adlp-c-nav__menu-item.--a6 {
  width: 68.8995215311%;
}
.adlp-c-nav__menu-item.is-current &gt; a::after {
  opacity: 1;
}
.adlp-c-nav.is-active .adlp-c-nav__menu {
  transform: translateY(0);
  opacity: 1;
}
.adlp-c-nav.is-active .adlp-c-nav__icon span:nth-of-type(1) {
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%) rotate(-135deg);
  width: 50%;
}
.adlp-c-nav.is-active .adlp-c-nav__icon span:nth-of-type(2) {
  opacity: 0;
}
.adlp-c-nav.is-active .adlp-c-nav__icon span:nth-of-type(3) {
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%) rotate(135deg);
  width: 50%;
}
@media screen and (min-width: 768px) {
  .adlp-c-nav {
    position: fixed;
    top: 0;
    width: calc((100vw - 450px) / 2);
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .adlp-c-nav__inner {
    width: 100%;
    max-width: 209px;
  }
  .adlp-c-nav__header {
    width: 100%;
    padding: 0 10px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: transparent;
  }
  .adlp-c-nav__menu {
    padding: 0;
    height: auto;
    align-items: flex-start;
    flex-direction: column;
    position: relative;
    left: 0;
    top: 0;
    z-index: 10;
    background-color: transparent;
    opacity: 1;
    transform: inherit;
    transition: inherit;
  }
  .adlp-c-nav__menu-item:not(:first-child) {
    margin-top: 22.966507177%;
  }
  .adlp-c-nav__menu-item &gt; a {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 900px) {
  .adlp-c-nav {
    width: 50%;
  }
}

.adlp-c-main {
  font-size: 0;
  position: relative;
  z-index: 3;
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.25);
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .adlp-c-main {
    margin: 0 auto;
    width: 450px;
  }
}
@media screen and (min-width: 768px) and (max-width: 900px) {
  .adlp-c-main {
    margin: 0 0 0 50%;
    width: 50%;
  }
}

.adlp-c-container.is-navHide::before,
.adlp-c-container.is-navHide::after,
.adlp-c-container.is-navHide .adlp-c-nav {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}

.adlp-c-container .btn {
  transition: filter 0.3s;
}

.adlp-c-container .btn:hover {
  filter: brightness(120%);
}

.ps-re {
  position: relative;
}

.cv_inner {
  position: absolute;
  width: 82.6666666667%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  top: 0;
}

.cv_inner .cv_btn:first-child {
  flex: 0 0 auto;
}

.cv_inner .cv_btn:nth-child(2) {
  flex: 0 0 auto;
  padding: 0;
  margin: 9.1397849462% 0 0;
}

.cv_inner .cv_btn img {
  transform: translateZ(0);
}

.cv01_inner {
  padding-top: 51.6%;
}

.cv01.--large .cv01_inner {
  padding-top: 157.0666666667%;
}

.cv02_inner {
  top: 69.5%;
}

.cv_btn {
  width: 100%;
}

.cv_btn + .cv_btn {
  margin-top: 1%;
}

.tab-wrapper .tab-area {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.tab-wrapper .tab-area .tab img {
  cursor: pointer;
}
.tab-wrapper .tab-area .tab .tab_a {
  display: none;
}
.tab-wrapper .tab-area .tab .tab_b {
  display: inline-block;
}
.tab-wrapper .tab-area .tab.active .tab_a {
  display: inline-block;
}
.tab-wrapper .tab-area .tab.active .tab_b {
  display: none;
}
.tab-wrapper .content-area {
  width: 100%;
  box-sizing: border-box;
}
.tab-wrapper .content-area .content {
  display: none;
}
.tab-wrapper .content-area .content.show {
  display: block;
}

.case-inner {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 0 10.9333333333% 5.6%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.case-photo {
  width: 49.4880546075%;
  position: relative;
  cursor: pointer;
}
.case-photo::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  transition: opacity ease-in 250ms;
}
.case-photo:first-child::after {
  background: url(../img/sec03-case-cover-bf.png) center/cover no-repeat;
}
.case-photo:last-child::after {
  background: url(../img/sec03-case-cover-af.png) center/cover no-repeat;
}
.case-photo.show::after {
  opacity: 0;
}

.acc {
  overflow: hidden;
}
.acc .acc-trigger {
  position: relative;
}
.acc .acc-trigger:not(.--relative) {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.acc .acc-trigger &gt; img:last-child {
  position: absolute;
  top: 0;
  left: 0;
}
.acc .acc-trigger.--01 {
  width: 78.1333333333%;
}
.acc .acc-trigger.--02 {
  width: 81.3333333333%;
}
.acc .acc-content {
  display: grid;
  transition: grid-template-rows 0.5s;
  grid-template-rows: 0fr;
}
.acc .acc-content &gt; img {
  overflow: hidden;
}
.acc.show .acc-content {
  grid-template-rows: 1fr;
}
.acc.show .acc-trigger &gt; img:last-child {
  opacity: 0;
}

.sec01_btns {
  position: absolute;
  width: 90.6666666667vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 17.0666666667vw 1.8666666667vw;
  bottom: 13.3333333333%;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .sec01_btns {
    width: 408px;
    gap: 76px 8px;
  }
}
@media screen and (min-width: 768px) and (max-width: 900px) {
  .sec01_btns {
    width: 91.4666666667%;
    gap: 7.4666666667vw 1.8666666667%;
    bottom: 10.6666666667%;
  }
}

.sec01_btn {
  flex: 0 0 44.4vw;
}
@media screen and (min-width: 768px) {
  .sec01_btn {
    flex: 0 0 200px;
  }
}
@media screen and (min-width: 768px) and (max-width: 900px) {
  .sec01_btn {
    flex: 0 0 47.0666666667%;
    margin-bottom: 2.6666666667%;
  }
}

.adlp-c-main.--b .sec01 .acc-trigger {
  width: 78.1333333333%;
}

.sec02 .adlpC-accordion02_header {
  width: 72%;
  top: 431.6vw;
  bottom: auto;
}
@media screen and (min-width: 768px) {
  .sec02 .adlpC-accordion02_header {
    top: 1942px;
  }
}
@media screen and (min-width: 768px) and (max-width: 900px) {
  .sec02 .adlpC-accordion02_header {
    top: 215.7333333333vw;
  }
}

.sec02_btns {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 0 5.4666666667% 13.3333333333%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sec02_btns a {
  width: 48.048048048%;
  margin-bottom: 13.8138138138%;
}
.sec02_btns a:last-child {
  width: 100%;
  margin-bottom: 0;
}

.adlp-c-main.--b .sec02 .sec02_btns {
  padding-bottom: 10.6666666667%;
}

.sec04 .adlpC-accordion02_header {
  width: 72%;
  bottom: auto;
}
.sec04 .adlpC-accordion02_header.--a {
  top: 201.8666666667vw;
}
@media screen and (min-width: 768px) {
  .sec04 .adlpC-accordion02_header.--a {
    top: 908px;
  }
}
@media screen and (min-width: 768px) and (max-width: 900px) {
  .sec04 .adlpC-accordion02_header.--a {
    top: 100.8vw;
  }
}
.sec04 .adlpC-accordion02_header.--b {
  top: 4.6666666667vw;
}
@media screen and (min-width: 768px) {
  .sec04 .adlpC-accordion02_header.--b {
    top: 21px;
  }
}
@media screen and (min-width: 768px) and (max-width: 900px) {
  .sec04 .adlpC-accordion02_header.--b {
    top: 2.2666666667vw;
  }
}
.sec04 .adlpC-accordion02_header.--c {
  top: 129.3333333333vw;
}
@media screen and (min-width: 768px) {
  .sec04 .adlpC-accordion02_header.--c {
    top: 582px;
  }
}
@media screen and (min-width: 768px) and (max-width: 900px) {
  .sec04 .adlpC-accordion02_header.--c {
    top: 64.6666666667vw;
  }
}

.sec06 {
  background-color: #f5f5ff;
}
.sec06-inner {
  padding: 0 2.6666666667% 9.3333333333%;
  margin-top: -7.7333333333%;
}

.sec07 .acc {
  padding: 0 8%;
}
.sec07 .acc-trigger {
  padding-bottom: 3.8095238095%;
}
.sec07 .btn-wrapper {
  position: absolute;
  padding: 0 8% 10.6666666667%;
  bottom: 0;
  left: 0;
}
.sec07 .btn-wrapper a {
  display: block;
  transition: transform ease-in 250ms;
}
@media (hover: hover) {
  .sec07 .btn-wrapper a:hover {
    transform: translateY(10%);
  }
}

.sec09 {
  background-color: #ffffff;
  padding: 0 4%;
}

.sec15 .sec15-tel {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 33.3333333333%;
  margin-left: 49.6%;
  width: 36.4%;
}

.footer {
  padding-bottom: 19.3333333333vw;
}
@media screen and (min-width: 768px) {
  .footer {
    padding-bottom: 9.6666666667vw;
  }
}
@media screen and (min-width: 901px) {
  .footer {
    padding-bottom: 87px;
  }
}

.adlp-floating {
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 11;
  left: auto;
  right: 0;
}
@media screen and (min-width: 768px) {
  .adlp-floating {
    max-width: 50%;
    margin: 0;
  }
}
@media screen and (min-width: 901px) {
  .adlp-floating {
    max-width: 450px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.adlp-floating .cta__btn {
  position: absolute;
  top: 22%;
  left: 50%;
  transform: translate(-50%);
  width: 88%;
}

@media screen and (max-width: 767px) {
  .wc-static-ctn {
    bottom: 25.3333333333vw !important;
    right: 8vw !important;
  }
}
@media screen and (min-width: 768px) {
  .wc-static-ctn {
    right: 20px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 900px) {
  .wc-static-ctn,
  .wc-webchat-ctn {
    right: inherit !important;
    left: 1.3333333333vw !important;
  }
}
.adlp-c-main {
  position: relative;
}
.adlp-c-main .footer {
  font-size: 16px;
  background: #ffffff;
}
.adlp-c-main .footer .adlp-c-inner {
  padding: 8%;
}
.adlp-c-main .footer__copy {
  text-align: center;
}
.foot-wrapper {
  display: block;
  background-color: #fff;
  position: relative;
  z-index: 4;
}

.foot-wrapper_content {
  max-width: 450px;
  margin: auto;
}

@media screen and (min-width: 768px) and (max-width: 900px) {
  .foot-wrapper_content {
    max-width: 50%;
    margin-left: auto;
    margin-right: 0;
  }
}

/*# sourceMappingURL=style.css.map */
</pre></body></html>