@charset "UTF-8";
/*リセットcss
***************************************************************/
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

li,
dd {
  list-style-type: none;
}

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

img {
  border: none;
  vertical-align: bottom;
}

/* ルートフォント設定(PCファースト)
***************************************************************/
html {
  font-size: 62.5%;
}
@media screen and (min-width: 1700px) {
  html {
    font-size: 0.5882352941vw;
  }
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  html {
    font-size: calc(10 / 1280 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: min(10 / 375 * 100vw, 14px);
  }
}
@media screen and (max-width: 767px) {
  html {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  html::-webkit-scrollbar {
    display: none;
  }
}

/* スクロール設定
***************************************************************/
html {
  scroll-padding-top: 9.4rem;
}
@media screen and (max-width: 767px) {
  html {
    scroll-padding-top: 8rem;
  }
}

/* base（基本）設定
***************************************************************/
body {
  font-family: "Noto Sans JP", sans-serif;
}

a {
  text-decoration: none;
  transition: 0.3s;
  color: inherit;
}
@media (any-hover: hover) {
  a:hover {
    cursor: pointer;
  }
}

picture,
img,
a,
span {
  display: inline-block;
}

picture,
video,
img,
svg {
  width: 100%;
  height: 100%;
}

/* PC時は電話番号リンクを無効化
***************************************************************/
@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
/* アニメーション
***************************************************************/
/*下からふわっ */
.fade-in-up {
  opacity: 0;
  transform: translateY(2.5rem);
  transition: opacity 1s, transform 1s;
}
.fade-in-up.is-in-view {
  opacity: 1;
  transform: translateY(0);
}

/* mainレイアウト
***************************************************************/
.l-main {
  overflow: hidden;
  width: 100%;
  margin-top: 9.4rem;
}
@media screen and (max-width: 767px) {
  .l-main {
    margin-top: 8rem;
  }
}

/* 共通inner
***************************************************************/
.l-inner {
  position: relative;
  width: 100%;
  max-width: 128rem;
  height: inherit;
  padding: 0 4.8rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .l-inner {
    width: 100%;
    max-width: 64rem;
    padding: 0 2rem;
  }
}





/* フッター
***************************************************************/
.l-footer {
  background: #E3F5FA;
  padding-block: 6.4rem 4rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding-block: 4rem 2rem;
  }
}

.l-footer__inner {
  position: static;
}

.l-footer__container {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .l-footer__container {
    flex-direction: column;
    align-items: flex-start;
  }
}

.l-footer__contents {
  max-width: 53.6317567568%;
}
@media screen and (max-width: 767px) {
  .l-footer__contents {
    max-width: 100%;
    display: contents;
  }
}

.l-footer__body {
  display: flex;
  flex-direction: column;
  gap: 4.8rem;
}
@media screen and (max-width: 767px) {
  .l-footer__body {
    gap: 3.2rem;
    order: 1;
  }
}

.l-footer__title {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0em;
  color: #191817;
}
@media screen and (max-width: 767px) {
  .l-footer__title {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__title {
    font-size: 2.9rem;
    text-align: center;
  }
}

.l-footer__text {
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0em;
  color: #59514E;
}
@media screen and (max-width: 767px) {
  .l-footer__text {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__text {
    font-size: 1.4rem;
    line-height: 1.56;
  }
}

.l-footer__links {
  display: flex;
  gap: 2.4rem;
}
@media screen and (max-width: 767px) {
  .l-footer__links {
    flex-direction: column;
    gap: 1.6rem;
    align-items: center;
  }
}

.l-footer__company {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  margin-block-start: 4.8rem;
}
@media screen and (max-width: 767px) {
  .l-footer__company {
    gap: 4rem;
    order: 3;
    margin-block-start: 3rem;
  }
}

.l-footer__company-menu {
  display: flex;
  gap: 2.7rem;
}
@media screen and (max-width: 767px) {
  .l-footer__company-menu {
    flex-direction: column;
    gap: 1.6rem;
    align-items: flex-start;
  }
}
.l-footer__company-menu li a {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0em;
  color: #413C3A;
  padding-block: 1.15rem;
  padding-inline: 0.4rem;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .l-footer__company-menu li a {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__company-menu li a {
    padding-block: 0.75rem;
  }
}
@media (any-hover: hover) {
  .l-footer__company-menu li a:hover {
    opacity: 0.7;
  }
}

.l-footer__company-info {
  display: flex;
  gap: 4rem;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .l-footer__company-info {
    flex-direction: column;
    gap: 1.6rem;
    align-items: flex-start;
  }
}

.l-footer__company-logo {
  width: 13.2rem;
  flex-shrink: 0;
}

.l-footer__company-copyright {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0em;
  color: #908883;
}
@media screen and (max-width: 767px) {
  .l-footer__company-copyright {
    font-size: 1.2rem;
  }
}
.l-footer__company-copyright span {
  margin-inline-start: 1.6rem;
}

.l-footer__img {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: min(44.375vw, 69.9rem);
  height: min(30.703125vw, 48.3rem);
}
@media screen and (max-width: 767px) {
  .l-footer__img {
    position: relative;
    transform: none;
    width: 34.3rem;
    height: 24.8rem;
    margin-inline-start: auto;
    margin-inline-end: calc(50% - 50vw);
    order: 2;
    margin-block-start: 4rem;
  }
}


/* ディスプレイ表示切り替え
***************************************************************/
@media (min-width: 768px) {
  .u-sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pc {
    display: none !important;
  }
}
/*# sourceMappingURL=style.css.map */


/* ---- 広告専用フッター ---- */
.lp-page .lp-footer {
  text-align: center;
  padding: 2rem 0;
  background: #fff;
  border-top: 1px solid #eee;
}

.lp-page .lp-footer small {
  font-size: 1.4rem;
  color: #555;
  letter-spacing: 0.05em;
}