@charset "UTF-8";
@media screen and (max-width: 834px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 835px) {
  .sp {
    display: none !important;
  }
}

@media screen and (max-width: 600px) {
  .pc-sm {
    display: none !important;
  }
}

@media screen and (min-width: 641px) {
  .sp-sm {
    display: none !important;
  }
}

@media screen and (max-width: 1024px) {
  .pc-tb {
    display: none !important;
  }
}

@media screen and (min-width: 1025px) {
  .sp-tb {
    display: none !important;
  }
}

/* ====================================================
HTML
==================================================== */
html {
  scroll-behavior: smooth;
}

body {
  font-size: 16px;
  font-feature-settings: "palt";
  font-weight: 400;
  line-height: 2;
  background: #f8f4f1;
  color: #2b4758;
  font-family: "IBM Plex Sans JP", sans-serif;
  position: relative;
  letter-spacing: 0.05em;
  z-index: 1;
  overflow-x: clip;
}
@media screen and (max-width: 834px) {
  body {
    font-size: 14px;
  }
}

.inner {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  text-decoration: none;
}

.en {
  font-family: "Montserrat", sans-serif;
}

.ja {
  font-family: "IBM Plex Sans JP", sans-serif;
}

/* ====================================================
Animation
==================================================== */
.fadein {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 1.5s;
  filter: blur(1.5px);
  -webkit-filter: blur(1.5px);
}

.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
  filter: blur(0px);
  -webkit-filter: blur(0px);
}

/*文字アニメーション*/
.smoothText {
  overflow: hidden;
}

span.smoothTextTrigger {
  transition: 0.8s ease-in-out;
  transform: translate3d(0, 100%, 0);
  transform-origin: left;
  display: block;
}

span.smoothTextTrigger.smoothTextAppear {
  transform: translate3d(0, 0, 0);
}

/* A Modern CSS Reset */
*:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg*, symbol*)) {
  all: unset;
  display: revert;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
figure,
blockquote,
dl,
dd,
ul,
ol,
p {
  margin: 0;
  font-weight: 400;
}

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

a,
button {
  cursor: revert;
  padding: 0;
}

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

img {
  max-inline-size: 100%;
  max-block-size: 100%;
}

table {
  border-collapse: collapse;
}

th {
  font-weight: normal;
  text-align: left;
}

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

textarea {
  white-space: revert;
}

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

:where(pre) {
  all: revert;
}

::-moz-placeholder {
  color: unset;
}

::placeholder {
  color: unset;
}

::marker {
  content: initial;
}

: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;
}

:where(dialog:modal) {
  all: revert;
}

/* ====================================================
Module
==================================================== */
/* ====================================================
common
==================================================== */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

/* ====================================================
bg-gradient
==================================================== */
.bg-gradient-p {
  background: linear-gradient(70deg, rgb(221, 229, 223) 0%, #d8bddc 100%);
  position: relative;
}

/* ====================================================
BTN
==================================================== */
.btn {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.btn .circle {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70px;
  width: 70px;
  margin-right: 15px;
  position: relative;
}

.btn .circle:after {
  background: #d1e0d9;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: ease 0.2s;
  border-radius: 70px;
  height: 70px;
  width: 70px;
}

.btn .circle i {
  color: #fff;
  font-size: 15px;
  position: relative;
  z-index: 2;
}

.btn:hover .circle:after {
  height: 40px;
  width: 40px;
}

.btn .wrap {
  letter-spacing: -1px;
  font-weight: 600;
  position: relative;
  overflow: hidden;
  font-size: clamp(17px, 1.6vw, 18px);
  color: #2b4758;
  height: 22px;
}

.btn .wrap:after {
  content: "";
  position: absolute;
  background: #2b4758;
  height: 1px;
  width: 100%;
  left: 0;
  bottom: 0;
}

.flex-hd-nav .btn .wrap:after {
  background: #f7eee8;
}

.btn span {
  position: relative;
  display: inline-block;
  color: #2b4758;
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 20ms;
  content: attr(data-text);
  transition-delay: 40ms;
  content: attr(data-text);
  transition-delay: 60ms;
  content: attr(data-text);
  transition-delay: 80ms;
  content: attr(data-text);
  transition-delay: 0.1s;
  content: attr(data-text);
  transition-delay: 0.12s;
  content: attr(data-text);
  transition-delay: 0.14s;
  content: attr(data-text);
  transition-delay: 0.16s;
  content: attr(data-text);
  transition-delay: 0.18s;
  content: attr(data-text);
  transition-delay: 0.2s;
  content: attr(data-text);
}

.btn span:after {
  content: attr(data-text);
  position: absolute;
  top: 1.5em;
  left: 0;
}

.btn span:nth-child(1) {
  transition-delay: 20ms;
}

.btn span:nth-child(2) {
  transition-delay: 40ms;
}

.btn span:nth-child(3) {
  transition-delay: 60ms;
}

.btn span:nth-child(4) {
  transition-delay: 80ms;
}

.btn span:nth-child(5) {
  transition-delay: 100ms;
}

.btn span:nth-child(6) {
  transition-delay: 120ms;
}

.btn span:nth-child(7) {
  transition-delay: 140ms;
}

.btn span:nth-child(8) {
  transition-delay: 160ms;
}

.btn span:nth-child(9) {
  transition-delay: 180ms;
}

.btn span:nth-child(10) {
  transition-delay: 200ms;
}

.btn:hover span {
  transform: translateY(-1.5em);
}

.l-btn {
  background: #fff;
  border-radius: 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px 0 40px;
  height: 70px;
}
@media screen and (max-width: 834px) {
  .l-btn {
    padding: 18px 15px 18px 40px;
    width: 100%;
    gap: 0;
    max-width: 200px;
    height: 60px;
  }
}
.l-btn .wrap {
  line-height: 1;
  font-size: clamp(12.9px, 1.2vw, 16px);
  font-weight: 600;
  letter-spacing: -1px;
  border-bottom: 0px;
  white-space: nowrap;
  color: #2b4758;
}
.l-btn .wrap::after {
  content: none;
}
.l-btn .circle {
  margin: 0;
  height: 30px;
  width: 30px;
  background: #d1e0d9;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.l-btn .circle i {
  font-size: 11px;
  color: #fff;
}
.l-btn .circle::after {
  height: 42px;
  width: 42px;
}

.scroll-hint-icon-wrap {
  z-index: 100;
}

@media (min-width: 836px) {
  .scroll-hint-icon {
    display: none !important;
  }
}/*# sourceMappingURL=common.css.map */