@charset "utf-8";

:root,
::after,
::before {
  --body-font: "LINE Seed JP", sans-serif;
  --body-color: #333;
  --cont-color: #333;
  --cont-bg-color: #ffffff;
  --header_bg-color: #fff;
  --section_line-bg:
    90deg, rgba(255, 97, 176, 0.582), #fff, rgba(180, 150, 90, 0.2);
  --section_line-filter: 0 0 4px rgba(217, 108, 144, 0.3);
  --m_ttl-font: "Playfair", serif;
  --topcont-bg-color: #ffffff;
  --scroll-color: #b3b3b3 #ffffff;
  --topnav_hv-color: #ddd;
  --news_border: 1px dotted #ccc;
  --open-label-bg: #fff;
  --modal-bg-color: #fff;
  --header_link-color: #ff92bf;
  --hamburger-color: #ff92bf;
  --hamburger_menu-bgcolor: rgb(255 255 255 / 90%);
  --sys_txt-bg: #272727bb;
  --sys_txt-bd: 1px solid #3f3f3f;
  --links-color: #5d9dd5; /* n */
  --links_wrap-bg: #55555573;
  --rec_u_name-bg: #fff2db;
  --rec_u_name-color: #ff488e;
  --swiper-theme-color: #ffffff;
  --swiper-navigation-size: 30px;
  --blog_cont-bg: #f0f0f0;
  --cp_ttl_bg: #e3a8dc;
  --cp_ttl_color: #fff;
  --sc_cont-color: #666666;
  --sc_cont-bd: #d7d7d7;
  --sc_current-bg: #ff98be;
  --sc_current-color: #fff;
  --sc_cont-bg: #fff;
  --map_bd: 1px solid #c1c1c1;
  --map_bg: #fff;
}

/* 背景画像使用時 */

#contents:before {
  content: "";
  z-index: -1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/assets/img/bg.jpg");
  background-size: cover;
}

/* ----- parallax -----*/

.bg_parallax {
  margin-bottom: 5rem;
}

#about .bg_parallax,
#recruit .bg_parallax {
  position: relative;
  overflow: hidden;
  min-height: clamp(250px, 28vw, 300px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 10px #ffaec4;
}

#about .pbg,
#recruit .pbg {
  position: absolute;
  inset: -20% 0 -20% 0;
  will-change: transform;
  transform: translate3d(0, 0, 0);
}

#about .pbg {
  background: url("/assets/img/pbg.jpg") right/cover no-repeat;
  opacity: 0.8;
}

#recruit .pbg {
  background: url("/assets/img/pbg.jpg") right/cover no-repeat;
  opacity: 0.8;
}

.sys_ttl_wrap {
  font-family: "Cormorant Garamond", serif;
  font-size: 2rem;
}

.footer {
  background: url("/assets/img/fbg.jpg") center;
  background-size: cover;
}

/* その他 */

.m_ttl span {
  background: linear-gradient(#ff01a6, #ffc728);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ft_cont {
  color: #fff;
}

.ae_ttl,
.aec_ttl {
  margin: 0 auto 1rem;
  max-width: 800px;
  text-align: center;
  color: #f974aa;
  background: #ffe5ee;
  border-top: 1px solid #ffcce3;
  border-bottom: 1px solid #ffcce3;
}

.rec_form_table th {
  color: #f974aa;
  letter-spacing: 0.05rem;
  line-height: 2.5;
}
