@charset "UTF-8";
/* reset */
/* 2024年版モダンリセットCSS */
:root {
  --color-text: #333;
  --color-background: #fff;
  --color-link: #005fcc;
  --color-link-hover: #004bb5;
  --color-focus: #005fcc;
  --color-focus-visible: #ffcc00;
  --font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  --spacing-unit: 1rem;
}

html, body, h1, h2, h3, h4, h5, h6, p, ul, ol, li, figure, blockquote, table, th, td {
  margin: 0;
  padding: 0;
}

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

html {
  font-size: 16px; /* ベースフォントサイズ */
  line-height: 1.5;
  -webkit-text-size-adjust: 100%; /* モバイルでのフォントサイズ調整を無効化 */
}

body {
  margin: 0;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: var(--color-text, #333);
  background-color: var(--color-background, #fff);
  min-height: 100dvh; /* 全画面の高さを確保 */
  text-rendering: optimizeSpeed; /* パフォーマンスを最適化 */
}

.renew-under img,
.renew-under picture,
.renew-under video,
.renew-under canvas,
.renew-under svg {
  display: block; /* デフォルトのインライン表示をブロックに変更 */
  max-width: 100%; /* 幅を親要素に合わせる */
  height: auto; /* 縦横比を維持 */
}
.renew-under input,
.renew-under button,
.renew-under textarea,
.renew-under select {
  font: inherit; /* フォントを親要素に継承 */
  color: inherit;
  background: none;
  border: none;
  outline: none; /* デフォルトのスタイルを初期化 */
}
.renew-under a {
  text-decoration: none;
  color: inherit; /* リンクの色を継承 */
  cursor: pointer;
}
.renew-under nav ul,
.renew-under nav ol {
  list-style: none; /* リストのスタイルを初期化 */
}
.renew-under table {
  border-collapse: collapse; /* セルの隙間を除去 */
  width: 100%; /* テーブルの幅を親要素に合わせる */
}
.renew-under button {
  cursor: pointer;
}
.renew-under textarea {
  resize: none; /* デフォルトのリサイズを無効化 */
}
.renew-under :focus {
  outline: 2px solid var(--color-focus, #005fcc); /* フォーカス時の視覚的なアクセント */
  outline-offset: 2px;
}
.renew-under :focus-visible {
  outline: 3px solid var(--color-focus-visible, #ffcc00); /* 視覚的なフォーカス表示 */
  outline-offset: 3px;
}
.renew-under ::-moz-placeholder {
  color: #aaa; /* プレースホルダーの色を調整 */
  opacity: 1; /* 透明度を確保 */
}
.renew-under ::placeholder {
  color: #aaa; /* プレースホルダーの色を調整 */
  opacity: 1; /* 透明度を確保 */
}

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

@media (prefers-color-scheme: dark) {
  body {
    background-color: #121212;
    color: #e0e0e0;
  }
  a {
    color: #90caf9; /* ダークモード時のリンク色 */
  }
  ::-moz-placeholder {
    color: #666;
  }
  ::placeholder {
    color: #666;
  }
}
html {
  font-size: 83.5%;
}
@media screen and (max-width: 500px) {
  html {
    font-size: 2.6666666667vw;
  }
}

html,
body {
  height: 100%;
}

html {
  /*スクロールバー非表示（IE・Edge）*/
  -ms-overflow-style: none;
  /*スクロールバー非表示（Firefox）*/
  scrollbar-width: none;
}
html.lock {
  overflow: hidden;
}
html.lock-none {
  overflow: auto !important;
}

/*スクロールバー非表示（Chrome・Safari）*/
html::-webkit-scrollbar {
  display: none;
}

body {
  word-break: break-all;
  color: #333;
  line-height: 1.65;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-optical-sizing: auto;
  font-style: normal;
  background-color: #fff;
  padding: 0;
  letter-spacing: 0.05em;
}
body section {
  padding: initial;
}
body figure {
  line-height: 0;
  margin: 0;
  padding: 0;
}
body address,
body em,
body i {
  font-style: normal;
}
body ul,
body ul li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
body ol {
  list-style: none;
}
body dl {
  margin-bottom: 0;
}
body dl dt {
  margin-bottom: 0;
}
body dl dd {
  margin-bottom: 0;
}
body a {
  color: #000;
  opacity: 1;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  body a {
    transition: all 0.3s;
  }
}
@media screen and (min-width: 768px) {
  body a:hover {
    text-decoration: none;
    opacity: 0.7;
  }
}
body i, body em {
  font-style: normal;
}
body h2,
body h3,
body h4,
body h5,
body h6 {
  position: relative;
  margin-bottom: 0;
}
body h2 > span,
body h3 > span,
body h4 > span,
body h5 > span,
body h6 > span {
  display: inline-block;
}
body img {
  width: 100%;
  height: auto;
}
body img.auto {
  width: auto;
  max-width: 100%;
}
body p {
  margin-bottom: 0;
}
body a[href^="tel:"] {
  text-decoration: none !important;
}
@media screen and (min-width: 768px) {
  body a[href^="tel:"] {
    pointer-events: none;
  }
}

em,
span,
i {
  font-style: normal;
}

.contents-wrap {
  margin: 0 !important;
  position: relative;
  width: 100%;
  overflow: clip;
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  .contents-wrap {
    padding-top: 0;
  }
}

#wrapper {
  position: relative;
  /**/
  /**/
}
@media screen and (min-width: 768px) {
  #wrapper .vpc {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  #wrapper .vpc {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  #wrapper .vtab {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  #wrapper .vtab {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  #wrapper .vsp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  #wrapper .vsp {
    display: block;
  }
}
#wrapper *:focus {
  outline: none;
}
#wrapper .dur {
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-delay: 0s;
}
#wrapper .scroll-fade {
  opacity: 0;
  transform: translateY(50px);
  transition: all 1.3s;
}
#wrapper .scroll-action {
  transition: all 1.3s;
}
#wrapper .mb-none {
  margin-bottom: 0 !important;
}
#wrapper .mt-none {
  margin-top: 0 !important;
}
#wrapper .fade_on {
  opacity: 1;
  transform: translateY(0);
  transform: translateX(0);
}
#wrapper .c-body {
  position: relative;
}
@media screen and (min-width: 768px) {
  #wrapper .c-body {
    letter-spacing: 0.05em;
  }
}
#wrapper .c-body .c-body-inner {
  position: relative;
  z-index: 1;
  margin: 0 auto;
}
#wrapper .c-body .c-body-inner.base {
  max-width: 750px;
}
header .head-inner .logo-outer {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 4.8rem;
}
header .head-inner .logo-outer .logo {
  line-height: 0;
  font-size: 0;
  width: 11.5rem;
}

#footer {
  margin-top: 4rem;
  background: linear-gradient(90deg, rgb(251, 239, 247) 0%, rgb(249, 240, 247) 50%, rgb(246, 242, 248) 100%);
}
#footer .footer-inner {
  padding: 3.5rem 5.3%;
}
#footer .footer-inner .f-lead {
  text-align: center;
  font-size: 1.8rem;
  color: #3C459A;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 600;
  font-style: normal;
}
#footer .footer-inner .ft-logo {
  padding: 3rem 0 0;
}
#footer .footer-inner .ft-logo a {
  display: block;
  line-height: 0;
  font-size: 0;
  width: 15rem;
  margin: 0 auto;
}
#footer .copy {
  background: #39469A;
  padding: 1.25rem 0;
  text-align: center;
}
#footer .copy p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #fff;
  line-height: 1;
  font-size: 1.2rem;
}

#page-top {
  position: fixed;
  bottom: 4.7rem;
  right: 2rem;
  z-index: 90;
  display: none;
}
#page-top a {
  display: block;
  line-height: 0;
  font-size: 0;
  width: 4.4rem;
}

.img-block .img-contents {
  line-height: 0;
  font-size: 0;
}
.img-block .img-contents + .img-contents {
  margin-top: 4rem;
}

.btn-outer {
  position: relative;
  z-index: 2;
}
.btn-outer .btn {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 660px;
  height: 7.3rem;
  background: linear-gradient(90deg, rgb(223, 77, 166) 0%, rgb(173, 99, 174) 50%, rgb(120, 123, 183) 100%);
  border-radius: 7.3rem;
  margin: 2rem auto 0;
  position: relative;
}
.btn-outer .btn em {
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: 0.05em;
}/*# sourceMappingURL=styles.css.map */