@charset "UTF-8";
/* ***********************************************************
utility
**************************************************************/
:root {
  --text-bk: #303030;
  --menu-color: #d6c9a5;
  --col-ttl: #072157;
  --col-navy: #072157;
  --brown-color: #604c3f;
  --text-brown: #644128;
  --border-color: #a6a098;
  --about-bg: #d4d2ca;
  --service-bg: #d6c8a5;
  --service-bg-pc: #d7caa6;
  --cast-bg: #e5e0da;
  /* --font-sp-13: clamp(13px, 2.1vw, 16px);
  --font-small: clamp(10px, 2.1vw, 16px);
  --font-16: clamp(10px, 2.8vw, 28px);
  --font-18: clamp(10px, 3.01vw, 29px);
  --font-20: clamp(10px, 3.2vw, 30px);
  --font-22: clamp(10px, 3.4vw, 32px); */
  --font-strong: clamp(16px, 4vw, 24px);
  --font-ttl: clamp(38px, 9.6vw, 64px);
  --font-l: clamp(28px, 8.5vw, 48px);
  --font-ls: clamp(25px, 7.5vw, 42px);
  --font-ml: clamp(22px, 6.5vw, 38px);
  --font-m: clamp(20px, 5.6vw, 32px);
  --font-mm: clamp(17px, 5.2vw, 26px);
  --font-ms: clamp(15px, 3.8vw, 26px);
  --font-sl: clamp(14px, 3.4vw, 20px);
  --font-sm: clamp(12px, 3.01vw, 16px);
  --font-s: clamp(10px, 2.01vw, 14px);
  --font-base: clamp(14px, 3.1vw, 18px);
  --font-yugo: "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic",
    "メイリオ", sans-serif;
  --font-hirakaku: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "游ゴシック体", "游ゴシック", "メイリオ",
    sans-serif;
  --font-helvetica: "Helvetica", "Arial", sans-serif;
  --font-hiramin: "ヒラギノ明朝 ProN W3", "Yu Mincho", serif;
}

.u-pc-above {
  display: none;
}
@media (min-width: 1025px) {
  .u-pc-above {
    display: block;
  }
}

@media (max-width: 767px) {
  .u-tab-above {
    display: none;
  }
}

@media (max-width: 1024px) {
  .u-tab-below {
    display: block;
  }
}
@media (min-width: 1025px) {
  .u-tab-below {
    display: none;
  }
}

@media (min-width: 768px) {
  .u-sp-below {
    display: none;
  }
}

.u-container {
  margin-inline: auto;
  padding-inline: 4%;
}
@media (min-width: 1025px) {
  .u-container {
    max-width: calc(1000px + 4%);
    padding-inline: 2%;
  }
}

.u-title-each {
  display: inline-block;
}

.u-title-split {
  overflow: hidden;
  display: block;
}

.u-illust--a {
  background-image: url(../images/index/illust_a.png);
  background-size: 100%;
  background-repeat: no-repeat;
  top: -18vw;
  right: 10vw;
  position: absolute;
  height: 20vw;
  width: 13vw;
}
@media (min-width: 1025px) {
  .u-illust--a {
    top: -4vw;
    right: clamp(10px, 3%, 165px);
    height: 8vw;
    width: 5vw;
  }
}
.u-illust--b {
  background-image: url(../images/index/illust_b.png);
  background-size: 100%;
  background-repeat: no-repeat;
  bottom: -2vw;
  right: 1vw;
  position: absolute;
  max-height: 134px;
  max-width: 120px;
  height: 18vw;
  width: 16vw;
}
@media (min-width: 1025px) {
  .u-illust--b {
    bottom: clamp(480px, 47vw, 705px);
    bottom: -158px;
    max-width: 193px;
    max-height: 216px;
    left: 50%;
    height: 17vw;
    width: 15vw;
  }
}
.u-illust--c {
  background-image: url(../images/index/illust_c.png);
  background-size: 100%;
  background-repeat: no-repeat;
  bottom: -19vw;
  left: 67vw;
  position: absolute;
  height: 75vw;
  height: clamp(200px, 75vw, 430px);
  width: 73vw;
  width: clamp(200px, 73vw, 375px);
}
@media (min-width: 768px) {
  .u-illust--c {
    bottom: -27%;
    left: 93%;
  }
}
@media (min-width: 1025px) {
  .u-illust--c {
    bottom: -4vw;
    right: -47%;
    left: 96%;
    height: 28vw;
    height: clamp(200px, 33vw, 535px);
    width: 27vw;
    width: clamp(200px, 32vw, 521px);
  }
}
@media (min-width: 1025px) {
  .u-illust--d {
    background-image: url(../images/index/illust_d.png);
    background-size: 100%;
    background-repeat: no-repeat;
    bottom: -9vw;
    left: 6vw;
    position: absolute;
    height: 13vw;
    height: clamp(170px, 13vw, 230px);
    width: 13vw;
    width: clamp(170px, 13vw, 230px);
  }
}
.u-illust--e {
  background-image: url(../images/index/illust_e.png);
  background-size: 100%;
  background-repeat: no-repeat;
  top: clamp(-278px, -46vw, -16px);
  left: -1vw;
  position: absolute;
  height: 37vw;
  height: clamp(120px, 44vw, 260px);
  width: 39vw;
  width: clamp(115px, 43vw, 254px);
}
@media (min-width: 768px) {
  .u-illust--e {
    top: -17.5rem;
  }
}
@media (min-width: 1025px) {
  .u-illust--e {
    bottom: -7%;
    top: 7%;
    left: -65%;
    height: 98%;
    width: 55%;
  }
}
.u-illust--f {
  background-image: url(../images/index/illust_f.png);
  background-size: 100%;
  background-repeat: no-repeat;
  top: -16vw;
  right: 8vw;
  position: absolute;
  max-height: 200px;
  max-width: 170px;
  height: 22vw;
  width: 19vw;
}
@media (min-width: 1025px) {
  .u-illust--f {
    top: -10.4vw;
    right: 8vw;
    height: 26%;
    width: 7%;
  }
}
.u-illust--g {
  background-image: url(../images/index/illust_g.png);
  background-size: 100%;
  background-repeat: no-repeat;
  top: 0;
  right: 0;
  position: absolute;
  height: 26vw;
  height: clamp(85px, 26vw, 175px);
  width: 35vw;
  width: clamp(110px, 35vw, 240px);
}
@media (min-width: 1025px) {
  .u-illust--g {
    top: 44%;
    left: 38%;
    height: 68%;
    width: 45%;
  }
}

.u-dl {
  display: flex;
  flex-wrap: wrap;
  font-size: var(--font-sm);
  font-weight: 400;
  margin-top: 4%;
}
@media (min-width: 1025px) {
  .u-dl {
    font-size: 14px;
  }
}
.u-dl__term {
  font-weight: normal;
  border-top: 1px solid;
  padding-block: 6%;
  width: 30%;
}
.u-dl__description {
  border-top: 1px solid;
  padding-block: 6%;
  width: 70%;
}

.u-indent {
  text-indent: -1em;
  padding-left: 1em;
}

/* ***********************************************************
component
**************************************************************/
.c-btn__sticky {
  display: block;
  transition: opacity 400ms;
  width: 13.75rem;
}
@media (min-width: 1025px) {
  .c-btn__sticky {
    width: 18.75rem;
  }
}
.c-btn__sticky.is-scroll {
  opacity: 0;
  visibility: hidden;
}
.c-btn__sticky.is-hide {
  opacity: 0;
  visibility: hidden;
}
@media (any-hover: hover) {
  .c-btn__sticky:hover {
    opacity: 0.8;
  }
}
.c-btn__sticky-wrap {
  position: fixed;
  bottom: 0;
  right: 1.25rem;
  z-index: 11;
}
@media (min-width: 1025px) {
  .c-btn__sticky-wrap {
    right: clamp(4.0625rem, 9%, 9.375rem);
  }
}
.c-btn__sticky-hide {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  height: 30px;
  width: 30px;
}
@media (min-width: 1025px) {
  .c-btn__sticky-hide {
    height: 42px;
    width: 42px;
  }
}
.c-btn__more {
  font-size: 1px;
  display: block;
  position: relative;
  width: clamp(100px, 20%, 170px);
}
.c-btn__more::after {
  background-image: url(../images/index/button_more_hv.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
  opacity: 0;
  position: absolute;
  transition: 400ms;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
@media (min-width: 1025px) {
  .c-btn__more {
    width: clamp(60px, 10%, 170px);
  }
}
@media (hover: hover) {
  .c-btn__more:hover::after {
    opacity: 1;
  }
}

.c-link {
  color: #1a6f9f;
  text-decoration: underline;
}
@media (hover: hover) {
  .c-link:hover {
    text-decoration: none;
  }
}

.c-fw-600 {
  font-weight: 600;
}

.c-service-ttl {
  font-size: clamp(24px, 5.6vw, 34px);
  font-family: var(--font-hiramin);
  line-height: 1;
}
@media (min-width: 1025px) {
  .c-service-ttl {
    font-size: 1.875rem;
  }
}

.c-cast-ttl {
  font-size: clamp(24px, 5.6vw, 34px);
  font-family: var(--font-hiramin);
}
@media (min-width: 1025px) {
  .c-cast-ttl {
    font-size: 1.875rem;
  }
}
.c-cast-ttl span {
  display: block;
}
@media (min-width: 768px) {
  .c-cast-ttl {
    /* span {
      display: inline-block;
    } */
  }
}

.c-page-ttl {
  color: var(--col-ttl);
  font-size: var(--font-ttl);
  font-family: "Cormorant", serif;
  line-height: 1;
}
.c-introduction-ttl {
  font-family: var(--font-hiramin);
  font-size: clamp(28px, 6.6vw, 40px);
  font-weight: 600;
  line-height: 1.26;
}
@media (min-width: 1025px) {
  .c-introduction-ttl {
    font-size: 2.125rem;
  }
}

/* ***********************************************************
foundation
**************************************************************/
body {
  color: var(--text-bk);
  font-feature-settings: "palt";
  font-family: var(--font-hirakaku);
  font-size: var(--font-base);
  letter-spacing: 0.05em;
  line-height: 1.6;
}
body.is-fixed {
  overflow: hidden;
}

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

/* ***********************************************************
layout
**************************************************************/
/* ***********************************************************
メニュー
**************************************************************/
.l-menu {
  visibility: hidden;
  height: 100%;
  overflow-y: auto;
  top: 0;
  left: 0;
  position: fixed;
  width: 100%;
  z-index: 101;
}
.l-menu__overlay {
  background-color: rgba(214, 201, 165, 0.7);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transition: 800ms;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 100;
}
.l-menu__overlay.is-active {
  opacity: 1;
  visibility: visible;
}
.l-menu__container {
  height: 100%;
  width: 100%;
}
@media (min-width: 768px) {
  .l-menu__container {
    display: flex;
  }
}
.l-menu__side {
  display: none;
}
@media (min-width: 768px) {
  .l-menu__side {
    align-items: center;
    display: flex;
    justify-content: center;
    position: relative;
    width: 50%;
    z-index: 101;
  }
}
@media (min-width: 1025px) {
  .l-menu__side {
    align-items: center;
    display: flex;
    justify-content: center;
    position: relative;
    width: 50%;
    z-index: 101;
  }
}
.l-menu__logo {
  /* @include g.pc {
    filter: blur(20px);
    opacity: 0;
    transition: 400ms;
    width: clamp(150px, 12vw, 200px);
  } */
}
@media (min-width: 768px) {
  .l-menu__logo {
    filter: blur(20px);
    opacity: 0;
    transition: 1000ms;
    width: clamp(120px, 12vw, 160px);
  }
}
.l-menu__main {
  overflow: auto;
  overscroll-behavior-y: contain;
  scroll-behavior: smooth;
  position: relative;
  padding: clamp(90px, 10vw, 120px) 0;
  width: 100%;
  z-index: 101;
}
@media (min-width: 768px) {
  .l-menu__main {
    width: 50%;
  }
}
@media (min-width: 1025px) {
  .l-menu__main {
    padding-top: clamp(20px, 4vw, 60px);
    /* scale: 0.5, 1; */
    width: 50%;
  }
}
.l-menu__bg {
  background-color: var(--menu-color);
  height: 100%;
  position: fixed;
  transition: 800ms;
  transition-delay: 100ms;
  top: 0;
  right: 0;
  width: 0;
}
@media (min-width: 1025px) {
  .l-menu__bg {
    width: 0%;
  }
}
.l-menu__nav-wrap {
  position: relative;
  margin-inline: auto;
  max-width: 370px;
  width: 78%;
  z-index: 102;
}
@media (min-width: 1025px) {
  .l-menu__nav-wrap {
    margin-left: 90px;
    width: 60%;
  }
}
.l-menu__btn-item {
  margin-top: 2vw;
  margin-top: 20px;
  overflow: hidden;
}
.l-menu__btn-link {
  display: block;
  transition: 400ms ease;
}
@media (hover: hover) {
  .l-menu__btn-link:hover {
    opacity: 0.8;
  }
}
.l-menu__btn-link img {
  display: inline-block;
  transition: translate 400ms ease;
  transition-delay: 200ms;
  translate: 0 100%;
}
.l-menu__link {
  display: inline-block;
  position: relative;
  transition: 400ms ease;
  /* &::before {
    background-color: var(--text-brown);
    content: "";
    position: absolute;
    scale: 0 1;
    transform-origin: right;
    transition: scale 400ms ease;
    height: 100%;
    width: 100%;
    z-index: -1;
  } */
}
@media (hover: hover) {
  .l-menu__link:hover {
    color: #d7494b;
    /* &::before {
      scale: 1;
      transform-origin: left;
    } */
  }
}
.l-menu__link-text {
  display: inline-block;
  transition: translate 400ms ease;
  transition-delay: 200ms;
  translate: 0 100%;
}
.l-menu__lists {
  font-family: "Cormorant", serif;
  font-size: var(--font-l);
  line-height: 1;
  margin-top: 1em;
}
@media (min-width: 1025px) {
  .l-menu__lists {
    font-size: 2.6875rem;
  }
}
.l-menu__item {
  margin-top: 0.2em;
  overflow: hidden;
}
.l-menu__lists-sub {
  font-family: "Cormorant", serif;
  font-size: var(--font-ls);
  line-height: 1;
  margin-top: 1em;
}
@media (min-width: 1025px) {
  .l-menu__lists-sub {
    font-size: 2.3125rem;
  }
}
.l-menu__item-sub {
  margin-top: 4vw;
  margin-top: 0.2em;
  overflow: hidden;
}
.l-menu__regal {
  color: var(--text-brown);
  font-size: var(--font-sl);
  line-height: 1.8;
  margin-top: 2.6em;
}
@media (min-width: 1025px) {
  .l-menu__regal {
    font-size: 0.875rem;
  }
}
.l-menu__regal-item {
  overflow: hidden;
}
.l-menu__instagram-wrap {
  overflow: hidden;
  margin-left: auto;
  margin-top: -2em;
  width: 1.8em;
}
.l-menu__instagram {
  display: block;
  transition: 400ms ease;
}
.l-menu__instagram img {
  display: inline-block;
  transition: translate 400ms ease;
  transition-delay: 200ms;
  translate: 0 100%;
}
@media (hover: hover) {
  .l-menu__instagram:hover {
    opacity: 0.7;
  }
}
.l-menu__register {
  display: block;
  bottom: 0;
  position: fixed;
  transition: 400ms;
  right: 0;
  width: 200px;
  z-index: 102;
}
.l-menu__register.is-hide {
  opacity: 0;
  visibility: hidden;
}
.l-menu__register-hide {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  height: 20px;
  width: 20px;
}
.l-menu.is-menuActive {
  visibility: visible;
}
.l-menu.is-menuActive .l-menu__bg {
  width: 100%;
}
@media (min-width: 768px) {
  .l-menu.is-menuActive .l-menu__bg {
    width: 50%;
  }
}
@media (min-width: 1025px) {
  .l-menu.is-menuActive .l-menu__bg {
    width: 50%;
  }
}
.l-menu.is-menuActive .l-menu__logo {
  filter: blur(0);
  opacity: 1;
}
.l-menu.is-menuActive .l-menu__btn-link img {
  translate: 0 0;
}
.l-menu.is-menuActive .l-menu__link-text {
  translate: 0 0;
}
.l-menu.is-menuActive .l-menu__instagram img {
  translate: 0 0;
}

/* ***********************************************************
ヘッダー
**************************************************************/
.l-header {
  background-color: rgba(255, 255, 255, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  height: clamp(40px, 15vw, 70px);
  padding-inline: 4%;
  width: 100%;
  z-index: 100;
}
@media (min-width: 768px) {
  .l-header {
    padding-inline: 40px;
  }
}
@media (min-width: 1025px) {
  .l-header {
    padding-inline: 5%;
  }
}
.l-header__container {
  align-items: center;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media (min-width: 768px) {
  .l-header__container {
    margin-inline: auto;
    max-width: 62.5rem;
  }
}
.l-header__logo-wrap {
  width: 18%;
}
@media (min-width: 1025px) {
  .l-header__logo-wrap {
    width: 28%;
  }
}
.l-header__logo {
  font-size: 0.625rem;
  position: relative;
  max-width: 65px;
  width: 80%;
}
@media (min-width: 768px) {
  .l-header__logo {
    margin-left: 0;
  }
}
.l-header__nav {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  width: 82%;
}
.l-header__btn-wrap {
  display: flex;
  height: clamp(40px, 15vw, 70px);
  margin-right: 4%;
}
@media (min-width: 1025px) {
  .l-header__btn-wrap {
    margin-right: 1.25rem;
  }
}
.l-header__btn-trial {
  display: block;
  max-width: 10.9375rem;
  transition: 300ms;
}
@media (hover: hover) {
  .l-header__btn-trial:hover {
    opacity: 0.8;
  }
}
.l-header__btn-trial img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.l-header__btn-login {
  display: block;
  max-width: 7rem;
  transition: 300ms;
}
@media (hover: hover) {
  .l-header__btn-login:hover {
    opacity: 0.8;
  }
}
.l-header__btn-login img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.l-header__btn-contact {
  display: block;
  transition: 300ms;
  max-width: 7rem;
}
@media (hover: hover) {
  .l-header__btn-contact:hover {
    opacity: 0.8;
  }
}
.l-header__btn-contact img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.l-header__hamburger {
  max-width: 30px;
  position: relative;
  height: 30px;
  width: 1.875rem;
  z-index: 200;
}
.l-header__hamburger.is-active .l-header__line:nth-of-type(1) {
  transform: rotate(30deg);
  /* top: 50%; */
  /* transform-origin: left top; */
}
.l-header__hamburger.is-active .l-header__line:nth-of-type(2) {
  opacity: 0;
}
.l-header__hamburger.is-active .l-header__line:nth-of-type(3) {
  transform: rotate(-30deg);
  /* top: 50%; */
  /* transform-origin: left bottom; */
}
@media (hover: hover) {
  .l-header__hamburger.is-active:hover .l-header__line {
    transform: scaleX(1.2);
  }
  .l-header__hamburger.is-active:hover .l-header__line:nth-of-type(1) {
    transform: rotate(20deg);
    /* top: 50%; */
    /* transform-origin: left top; */
  }
  .l-header__hamburger.is-active:hover .l-header__line:nth-of-type(2) {
    opacity: 0;
  }
  .l-header__hamburger.is-active:hover .l-header__line:nth-of-type(3) {
    /* top: 50%; */
    /* transform-origin: left bottom; */
    transform: rotate(-20deg);
  }
}
@media (hover: hover) {
  .l-header__hamburger:hover .l-header__line {
    transform: scaleX(1.2);
  }
  .l-header__hamburger:hover .l-header__line:nth-of-type(1) {
    transform: translateY(-8px) scaleX(1.2);
    /* top: 50%; */
    /* transform-origin: left top; */
  }
  .l-header__hamburger:hover .l-header__line:nth-of-type(2) {
    transform: scaleX(1.2);
    /* top: 50%; */
    /* transform-origin: left top; */
  }
  .l-header__hamburger:hover .l-header__line:nth-of-type(3) {
    transform: translateY(8px) scaleX(1.2);
    /* top: 50%; */
    /* transform-origin: left bottom; */
  }
}
.l-header__toggle {
  margin-inline: auto;
  width: 100%;
  position: relative;
}
.l-header__line {
  background-color: var(--brown-color);
  position: absolute;
  transition: transform 300ms cubic-bezier(0.81, 0.26, 0.66, 0.99), opacity 300ms cubic-bezier(0.81, 0.26, 0.66, 0.99);
  height: 1px;
  top: 50%;
  width: 100%;
}
.l-header__line:nth-of-type(1) {
  /* transform-origin: left top; */
  transform: translateY(-0.5em);
}
.l-header__line:nth-of-type(3) {
  /* transform-origin: left bottom; */
  transform: translateY(0.5em);
}
.l-header.is-active__line {
  margin-top: 0;
}
.l-header.is-active__line:nth-of-type(1) {
  transform: rotate(225deg);
  /* top: 50%; */
  /* transform-origin: left top; */
}
.l-header.is-active__line:nth-of-type(2) {
  opacity: 0;
  transform: translate(30px);
}
.l-header.is-active__line:nth-of-type(3) {
  transform: rotate(-225deg);
  /* top: 50%; */
  /* transform-origin: left bottom; */
}

.l-footer {
  background-color: #333;
  color: #fefefe;
  position: relative;
}
.l-footer__container {
  padding-bottom: 6vw;
}
@media (min-width: 1025px) {
  .l-footer__container {
    padding-bottom: 80px;
  }
}
.l-footer__main {
  border-bottom: 1px solid #fefefe;
  display: flex;
  justify-content: space-between;
  padding: 10vw 0 14vw;
}
@media (min-width: 1025px) {
  .l-footer__main {
    border-bottom: none;
    padding: 80px 0 60px;
  }
}
.l-footer__logo {
  width: 20%;
}
@media (min-width: 1025px) {
  .l-footer__logo {
    width: 10rem;
  }
}
.l-footer__menu {
  display: flex;
  justify-content: flex-end;
  font-size: var(--font-s);
  position: relative;
  width: 80%;
}
@media (min-width: 1025px) {
  .l-footer__menu::after {
    background-color: currentColor;
    bottom: -60px;
    content: "";
    height: 1px;
    position: absolute;
    width: 43%;
  }
}
.l-footer__menu-lists:nth-of-type(1) {
  margin-right: clamp(12px, 6%, 40px);
}
.l-footer__menu-item:not(:nth-of-type(1)) {
  margin-top: 1.3vw;
}
@media (min-width: 1025px) {
  .l-footer__menu-item:not(:nth-of-type(1)) {
    margin-top: 15px;
  }
}
.l-footer__menu-link {
  display: inline-block;
  position: relative;
  transition: 400ms;
  z-index: 1;
  /* &::before {
    background-color: #fefefe;
    content: "";
    position: absolute;
    scale: 0 1;
    transform-origin: right;
    transition: scale 400ms ease;
    height: 100%;
    width: 100%;
    z-index: -1;
  } */
}
@media (hover: hover) {
  .l-footer__menu-link:hover {
    color: #d6c9a5;
    /* &::before {
      scale: 1;
      transform-origin: left;
    } */
  }
}
.l-footer__instagram {
  display: block;
  margin-left: auto;
  margin-top: 6vw;
  transition: 300ms;
  width: clamp(20px, 6%, 30px);
}
@media (min-width: 1025px) {
  .l-footer__instagram {
    margin-top: 30px;
  }
}
@media (hover: hover) {
  .l-footer__instagram:hover {
    opacity: 0.8;
  }
}
.l-footer__copy {
  background-color: #d6c9a5;
  color: var(--text-bk);
  font-size: var(--font-s);
  text-align: center;
  padding-block: 10px;
}

/* ***********************************************************
ローダー
**************************************************************/
.l-loader {
  position: relative;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.l-loader.is-visited {
  opacity: 0;
  visibility: hidden;
}
.l-loader__overlay {
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  transition: 400ms;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  z-index: 200;
}
.l-loader__overlay.is-visited {
  opacity: 0;
  visibility: hidden;
}
.l-loader__container {
  align-items: center;
  background-color: var(--menu-color);
  display: flex;
  justify-content: center;
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 201;
}
.l-loader__container.is-visited {
  opacity: 0;
  visibility: hidden;
}
.l-loader__logo {
  opacity: 0;
  width: clamp(200px, 50%, 320px);
  z-index: 202;
}

/* ***********************************************************

**************************************************************/
.l-regal {
  margin-top: clamp(100px, 27vw, 160px);
  margin-bottom: clamp(100px, 27vw, 160px);
  font-weight: 500;
}
@media (min-width: 1025px) {
  .l-regal p {
    font-size: 0.875rem;
  }
}
.l-regal__ttl {
  font-size: var(--font-ms);
  font-family: var(--font-hiramin);
  font-weight: 600;
  margin-bottom: clamp(40px, 8.6vw, 65px);
}
@media (min-width: 1025px) {
  .l-regal__ttl {
    margin-bottom: 5rem;
  }
}
.l-regal__wrap {
  margin-top: clamp(30px, 6.5vw, 45px);
}
@media (min-width: 1025px) {
  .l-regal__wrap {
    margin-top: 3.25rem;
  }
}
.l-regal__sec-ttl {
  font-size: var(--font-sl);
  margin-bottom: 0.8em;
}
@media (min-width: 1025px) {
  .l-regal__sec-ttl {
    font-size: 1rem;
  }
}
.l-regal__sec-txt {
  margin-block: 0.2em;
}
@media (min-width: 1025px) {
  .l-regal__sec-txt {
    font-size: 0.875rem;
  }
}
.l-regal__list {
  margin-block: 0.5em;
  list-style-type: disc;
  margin-left: 1em;
}
@media (min-width: 1025px) {
  .l-regal__list {
    font-size: 0.875rem;
  }
}
.l-regal__list-num {
  margin-block: 0.5em;
  list-style-type: decimal;
  margin-left: 2em;
}
@media (min-width: 1025px) {
  .l-regal__list-num {
    font-size: 0.875rem;
  }
}
.l-regal__date {
  margin-top: 3em;
}
@media (min-width: 1025px) {
  .l-regal__date {
    font-size: 0.875rem;
  }
}

/* ***********************************************************

**************************************************************/
/* ***********************************************************
ページネーション
**************************************************************/
.l-pagination {
  font-family: "Inter", sans-serif;
  margin-inline: auto;
}
.l-pagination .nav-links {
  display: flex;
  justify-content: center;
  font-size: clamp(11px, 3.6vw, 18px);
  letter-spacing: 0.02em;
}
@media (min-width: 1025px) {
  .l-pagination .nav-links {
    font-size: 14px;
  }
}
.l-pagination .page-numbers {
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  display: block;
  position: relative;
  transition: 400ms;
  margin-inline: 0.5em;
}
@media (min-width: 1025px) {
  .l-pagination .page-numbers {
    margin-inline: 1em;
  }
}
@media (hover: hover) {
  .l-pagination .page-numbers:hover {
    color: var(--border-color);
  }
}
.l-pagination .page-numbers.current {
  border-bottom: 1px solid currentColor;
}
@media (hover: hover) {
  .l-pagination .page-numbers.current:hover {
    color: currentColor;
  }
}
@media (hover: hover) {
  .l-pagination .page-numbers.dots:hover {
    background-color: rgba(0, 0, 0, 0);
  }
}

/* ***********************************************************
project
**************************************************************/
/* ***********************************************************
ページ共通
**************************************************************/
.p-index {
  font-family: var(--font-hiramin);
}
.p-index img {
  width: 100%;
}

/* ***********************************************************
Kv
**************************************************************/
.p-index-kv__slider-item {
  transition: 400ms;
}
.p-index-kv__slider-item img {
  width: 100%;
  height: auto;
  will-change: transform;
  /* filter: blur(10px);
  transform: scale(1.05); */
  /* &.slick-current {
    transition: filter cubic-bezier(0.215, 0.61, 0.355, 1) 4s, transform cubic-bezier(0.39, 0.575, 0.565, 1) 2s;
    //animation: animate 2s infinite alternate;
    opacity: 1;
    transition-delay: 1s;
    filter: blur(0);
    transform: scale(1);
  } */
  /* &.is-after {
    filter: blur(10px);
    transform: scale(1.1);
  } */
}
.p-index-kv__slider-item img.is-active {
  /* filter: blur(0);
  transform: scale(1); */
}
.p-index-kv .slick-current {
  animation: animate 2s;
}

/* .is-active {
  animation: animate 1s linear forwards;
} */
@keyframes animate {
  0% {
    filter: blur(10px);
    transform: scale(1.1);
  }
  /* 15% {
    filter: url(#animate02);
    transform: scale(1, 0.98);
  }
  30% {
    filter: url(#animate03);
    transform: scale(1, 0.95);
  }
  45% {
    filter: url(#animate04);
    transform: scale(1.1, 0.92);
  }
  60% {
    filter: url(#animate05);
    transform: scale(1.15, 0.9);
  } */
  100% {
    filter: blur(0);
    transform: scale(1);
  }
}
/* ***********************************************************
About
**************************************************************/
.p-index-about__bg {
  background-image: url(../images/index/back_a_sp.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: var(--about-bg);
  margin-top: -2vw;
  padding-bottom: 10vw;
  position: relative;
}
@media (min-width: 1025px) {
  .p-index-about__bg {
    background-color: var(--about-bg);
    background-image: url(../images/index/back_a.png);
    background-size: 100%;
    margin-top: -0.5vw;
    padding-bottom: clamp(30px, 1vw, 40px);
  }
}
.p-index-about__bg::before, .p-index-about__bg::after {
  background-size: 100%;
  background-repeat: no-repeat;
  content: "";
  display: block;
  position: absolute;
  width: 100%;
}
.p-index-about__bg::before {
  background-image: url(../images/index/back_a_top_sp.png);
  top: -7vw;
  height: 7.1vw;
}
@media (min-width: 1025px) {
  .p-index-about__bg::before {
    background-image: url(../images/index/back_a_top.png);
  }
}
.p-index-about__bg::after {
  background-image: url(../images/index/back_a_bottom_sp.png);
  background-position: center bottom;
  bottom: -9vw;
  height: 9.1vw;
}
@media (min-width: 1025px) {
  .p-index-about__bg::after {
    background-image: url(../images/index/back_a_bottom.png);
    bottom: -6vw;
    height: 6.1vw;
  }
}
.p-index-about__line {
  position: relative;
}
.p-index-about__line::before {
  background-image: url(../images/index/line_a_sp.png);
  background-position: center bottom;
  background-size: 100%;
  background-repeat: no-repeat;
  content: "";
  height: 10vw;
  position: absolute;
  top: -10vw;
  left: 0;
  width: 100%;
}
@media (min-width: 1025px) {
  .p-index-about__line::before {
    background-image: url(../images/index/line_a.png);
    top: -9.9vw;
  }
}
.p-index-about__container {
  max-width: 800px;
}
@media (min-width: 1025px) {
  .p-index-about__container {
    max-width: 1000px;
  }
}
.p-index-about__main {
  display: flex;
  justify-content: space-between;
}
@media (min-width: 1025px) {
  .p-index-about__main {
    justify-content: center;
  }
}
.p-index-about__logo {
  margin: -4.5vw 0 0 2vw;
  width: 35%;
  width: clamp(100px, 35%, 200px);
}
@media (min-width: 1025px) {
  .p-index-about__logo {
    margin: -3.2vw 40% 0 0;
  }
}
.p-index-about__ttl {
  color: var(--text-brown);
  font-feature-settings: normal;
  font-family: var(--font-hiramin);
  font-size: var(--font-m);
  margin: 4vw 6vw 0 0;
  line-height: 2.15;
  writing-mode: vertical-rl;
}
@media (min-width: 1025px) {
  .p-index-about__ttl {
    font-size: 2.375rem;
    margin: 2vw 0 0 0;
  }
}
.p-index-about__lead {
  font-family: var(--font-hiramin);
  font-size: var(--font-ms);
  margin-left: 2vw;
  line-height: 2.11;
}
@media (min-width: 1025px) {
  .p-index-about__lead {
    font-size: 1.125rem;
    margin-top: -9.375rem;
    margin-left: 3%;
  }
}
.p-index-about__btn-more {
  margin-top: 6vw;
  margin-left: 2vw;
}
@media (min-width: 1025px) {
  .p-index-about__btn-more {
    margin-top: 0.9375rem;
    margin-left: 3%;
  }
}

/* ***********************************************************
News
**************************************************************/
.p-index-news {
  padding-top: 16vw;
  position: relative;
}
.p-index-news__container {
  max-width: 800px;
}
@media (min-width: 1025px) {
  .p-index-news__container {
    max-width: calc(1000px + 4%);
    padding-inline: 4%;
  }
}
@media (min-width: 1025px) {
  .p-index-news__wrap-pc {
    display: flex;
  }
}
.p-index-news__ttl {
  color: var(--col-ttl);
  font-size: var(--font-ttl);
  font-family: "Cormorant", serif;
  line-height: 1;
}
@media (min-width: 1025px) {
  .p-index-news__ttl {
    width: 20%;
  }
}
.p-index-news__lists {
  font-size: var(--font-ms);
  font-family: var(--font-hirakaku);
  margin-top: 6vw;
  z-index: 2;
}
@media (min-width: 1025px) {
  .p-index-news__lists {
    font-size: 1rem;
    margin-top: 0;
    margin-left: 15%;
    width: 80%;
  }
}
.p-index-news__item {
  border-bottom: 1px solid var(--border-color);
  padding-block: 1.8em;
}
.p-index-news__item:nth-of-type(1) {
  padding-top: 0;
}
@media (min-width: 1025px) {
  .p-index-news__item {
    padding-block: 2em;
  }
}
@media (min-width: 1025px) {
  .p-index-news__article {
    display: flex;
  }
}
@media (min-width: 1025px) {
  .p-index-news__date {
    width: 25%;
  }
}
.p-index-news__article-txt {
  margin-top: 0.4em;
}
@media (min-width: 1025px) {
  .p-index-news__article-txt {
    margin-top: 0;
    width: 75%;
  }
}
.p-index-news__article-txt a {
  color: #1a6f9f;
  text-decoration: underline;
}
@media (hover: hover) {
  .p-index-news__article-txt a:hover {
    text-decoration: none;
  }
}
.p-index-news__btn-more {
  margin-top: 7vw;
}
@media (min-width: 1025px) {
  .p-index-news__btn-more {
    margin-top: -3vw;
    margin-top: -1.5625rem;
  }
}
.p-index-news__empty {
  height: 10vw;
}

/* ***********************************************************
Service
**************************************************************/
.p-index-service {
  background-color: var(--service-bg);
  position: relative;
  padding-bottom: 14vw;
  margin-top: 28vw;
}
@media (min-width: 1025px) {
  .p-index-service {
    background-color: var(--service-bg-pc);
    padding-bottom: 8vw;
    margin-top: 25vw;
  }
}
.p-index-service::before, .p-index-service::after {
  background-size: 100%;
  background-repeat: no-repeat;
  content: "";
  display: block;
  position: absolute;
  width: 100%;
}
.p-index-service::before {
  background-image: url(../images/index/back_b_top_sp.png);
  top: -14vw;
  height: 15vw;
}
@media (min-width: 1025px) {
  .p-index-service::before {
    background-image: url(../images/index/back_b_top.png);
  }
}
.p-index-service::after {
  background-image: url(../images/index/back_b_bottom_sp.png);
  background-position: center bottom;
  bottom: -11vw;
  height: 11vw;
}
@media (min-width: 1025px) {
  .p-index-service::after {
    bottom: -8vw;
    height: 8vw;
    background-image: url(../images/index/back_b_bottom.png);
  }
}
.p-index-service__container::before {
  background-image: url(../images/index/line_b_sp.png);
  background-size: 100%;
  background-repeat: no-repeat;
  content: "";
  display: block;
  position: absolute;
  top: -12vw;
  height: 12vw;
  width: 100%;
}
@media (min-width: 1025px) {
  .p-index-service__container::before {
    background-image: url(../images/index/line_b.png);
  }
}
.p-index-service__block01 {
  overflow: hidden;
  padding: 10vw 0 clamp(145px, 46vw, 269px);
  position: relative;
  /* margin-right: calc(100% - 100vw);
  margin-left: calc(100% - 100vw); */
  max-width: 800px;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .p-index-service__block01 {
    padding-bottom: 15.625rem;
  }
}
@media (min-width: 1025px) {
  .p-index-service__block01 {
    max-width: none;
    overflow: visible;
    padding: 5vw 0 52vw;
  }
}
.p-index-service__ttl {
  color: var(--col-ttl);
  font-size: var(--font-ttl);
  font-family: "Cormorant", serif;
  line-height: 1;
}
@media (min-width: 1025px) {
  .p-index-service__ttl {
    margin-left: clamp(10px, 6%, 40px);
  }
}
.p-index-service__lead {
  color: var(--brown-color);
  font-size: var(--font-l);
  line-height: 1.73;
  letter-spacing: 0.025em;
  margin-top: 6vw;
}
@media (min-width: 1025px) {
  .p-index-service__lead {
    font-size: 2.875rem;
    margin-top: 2.5vw;
  }
}
@media (min-width: 1025px) {
  .p-index-service__lead.--01 {
    margin-left: clamp(10px, 5%, 30px);
  }
}
@media (min-width: 1025px) {
  .p-index-service__lead.--02 {
    margin-top: 0;
  }
}
.p-index-service__photo01 {
  margin-left: auto;
  margin-top: 6vw;
  position: relative;
  width: 70%;
}
@media (min-width: 1025px) {
  .p-index-service__photo01 {
    position: absolute;
    padding-right: 1%;
    top: 0;
    left: 50%;
    width: 49%;
    width: clamp(400px, 50%, 750px);
  }
}
.p-index-service__photo02 {
  position: relative;
  margin-right: auto;
  margin-top: -11vw;
  width: 72%;
}
@media (min-width: 1025px) {
  .p-index-service__photo02 {
    position: absolute;
    padding-left: 3%;
    top: clamp(536px, 61%, 880px);
    right: 45%;
    width: 55%;
    width: clamp(400px, 55%, 860px);
  }
}
.p-index-service__block02 {
  max-width: 840px;
  margin-inline: auto;
}
@media (min-width: 1025px) {
  .p-index-service__block02 {
    max-width: calc(1000px + 4%);
    margin-top: 12vw;
    margin-top: clamp(130px, 12vw, 160px);
  }
}
.p-index-service__lead-wrap {
  position: relative;
}
@media (min-width: 1025px) {
  .p-index-service__lead-wrap {
    margin-left: 45%;
  }
}
.p-index-service__text {
  font-size: clamp(15px, 4.3vw, 26px);
  font-family: var(--font-hirakaku);
  font-weight: 300;
  line-height: 1.88;
  margin-top: 4vw;
}
@media (min-width: 1025px) {
  .p-index-service__text {
    font-size: 1.125rem;
    margin-top: 25px;
  }
}
.p-index-service__point {
  margin-top: 10vw;
}
@media (min-width: 1025px) {
  .p-index-service__point {
    margin: 5vw auto 0;
    width: 65%;
  }
}
.p-index-service__btn {
  display: block;
  margin-top: 8vw;
  width: 100%;
}
@media (min-width: 768px) {
  .p-index-service__btn {
    margin: 8vw auto 0;
    width: 40%;
  }
}
@media (min-width: 1025px) {
  .p-index-service__btn {
    margin: 4vw auto 0;
    width: 30%;
  }
}

/* ***********************************************************
Cast
**************************************************************/
.p-index-cast {
  background-color: var(--cast-bg);
  margin-top: 10.6vw;
  position: relative;
  padding-bottom: 8vw;
  padding-top: 14vw;
}
@media (min-width: 1025px) {
  .p-index-cast {
    margin-top: 9.8vw;
    padding-bottom: 6vw;
    padding-top: 6vw;
  }
}
.p-index-cast::before, .p-index-cast::after {
  background-size: 100%;
  background-repeat: no-repeat;
  content: "";
  display: block;
  position: absolute;
  width: 100%;
}
.p-index-cast::before {
  background-image: url(../images/index/back_c_top_sp.png);
  top: -20vw;
  height: 21vw;
  top: -9vw;
  height: 9vw;
}
@media (min-width: 1025px) {
  .p-index-cast::before {
    background-image: url(../images/index/back_c_top.png);
  }
}
.p-index-cast::after {
  background-image: url(../images/index/back_c_bottom_sp.png);
  bottom: -18vw;
  height: 18vw;
}
@media (min-width: 1025px) {
  .p-index-cast::after {
    background-image: url(../images/index/back_c_bottom.png);
  }
}
.p-index-cast__container::after {
  background-image: url(../images/index/line_c_sp.png);
  background-size: 100%;
  background-repeat: no-repeat;
  content: "";
  display: block;
  position: absolute;
  bottom: -18vw;
  height: 12vw;
  width: 100%;
}
@media (min-width: 1025px) {
  .p-index-cast__container::after {
    background-image: url(../images/index/line_c.png);
    bottom: -8.8vw;
    height: 7vw;
  }
}
.p-index-cast__wrap {
  max-width: 800px;
  margin-inline: auto;
}
@media (min-width: 1025px) {
  .p-index-cast__wrap {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    max-width: none;
  }
}
.p-index-cast__ttl {
  color: var(--col-ttl);
  font-size: var(--font-ttl);
  font-family: "Cormorant", serif;
  line-height: 1;
}
.p-index-cast__lead {
  color: var(--brown-color);
  font-size: var(--font-l);
  line-height: 1.73;
  margin-top: 6vw;
}
@media (min-width: 1025px) {
  .p-index-cast__lead {
    font-size: 2.875rem;
    margin-top: 2vw;
  }
}
.p-index-cast__text {
  font-size: clamp(15px, 4.3vw, 26px);
  font-family: var(--font-hirakaku);
  font-weight: 300;
  line-height: 1.88;
  margin-top: 4vw;
}
@media (min-width: 1025px) {
  .p-index-cast__text {
    font-size: 1.125rem;
    margin-top: 1.2vw;
  }
}
.p-index-cast__photo {
  margin-top: 4vw;
  width: 100%;
}
@media (min-width: 1025px) {
  .p-index-cast__photo {
    margin: 0 clamp(30px, 3.5vw, 87px) 0 0;
    width: 49%;
    width: clamp(470px, 49%, 680px);
  }
}

/* ***********************************************************
CTA
**************************************************************/
.p-index-cta {
  margin-top: 32vw;
}
@media (min-width: 1025px) {
  .p-index-cta {
    margin-top: 15vw;
  }
}
.p-index-cta__recruiting {
  color: var(--brown-color);
  text-align: center;
}
.p-index-cta__recruiting-ttl {
  font-family: var(--font-hirakaku);
  font-size: clamp(13px, 3.92vw, 20px);
  font-weight: 600;
}
@media (min-width: 1025px) {
  .p-index-cta__recruiting-ttl {
    font-size: 1rem;
  }
}
.p-index-cta__recruiting-lead {
  font-size: clamp(15px, 4.6vw, 26px);
  line-height: 1.52;
  margin-top: 2vw;
}
@media (min-width: 1025px) {
  .p-index-cta__recruiting-lead {
    font-size: 2.125rem;
  }
}
.p-index-cta__recruiting-btn {
  display: block;
  margin-top: 3vw;
  width: 100%;
}
@media (min-width: 768px) {
  .p-index-cta__recruiting-btn {
    margin: 4vw auto 0;
    width: clamp(490px, 80%, 530px);
  }
}
@media (min-width: 1025px) {
  .p-index-cta__recruiting-btn {
    margin: 2vw auto 0;
    width: 30%;
  }
}
.p-index-cta__others {
  position: relative;
  margin: 22vw auto;
  max-width: 600px;
}
@media (min-width: 768px) {
  .p-index-cta__others {
    margin: 15vw auto;
  }
}
@media (min-width: 1025px) {
  .p-index-cta__others {
    display: flex;
    justify-content: center;
    margin: clamp(170px, 10vw, 230px) 0;
    max-width: none;
  }
}
.p-index-cta__others-lead {
  color: var(--brown-color);
  font-size: var(--font-mm);
}
@media (min-width: 1025px) {
  .p-index-cta__others-lead {
    font-size: 1.875rem;
    position: relative;
    width: 53%;
  }
}
.p-index-cta__others-links {
  font-family: var(--font-hirakaku);
  margin-top: 12vw;
}
@media (min-width: 1025px) {
  .p-index-cta__others-links {
    margin-top: 0;
    width: 40%;
  }
}
.p-index-cta__contact-ttl {
  color: var(--col-ttl);
  font-size: var(--font-ttl);
  font-family: "Cormorant", serif;
  line-height: 1;
}
@media (min-width: 1025px) {
  .p-index-cta__contact-ttl {
    font-size: 2.5rem;
  }
}
.p-index-cta__contact-wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 4vw;
}
@media (min-width: 1025px) {
  .p-index-cta__contact-wrap {
    margin-top: 2vw;
  }
}
.p-index-cta__contact-text {
  font-size: var(--font-ms);
}
@media (min-width: 1025px) {
  .p-index-cta__contact-text {
    font-size: 1.125rem;
  }
}
.p-index-cta__contact-link {
  font-size: 0;
  position: relative;
  transition: 400ms;
  width: clamp(50px, 20%, 150px);
}
.p-index-cta__contact-link::after {
  background-image: url(../images/index/button_mail_hv.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  opacity: 0;
  position: absolute;
  transition: 400ms;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
@media (min-width: 1025px) {
  .p-index-cta__contact-link {
    margin-right: 0;
    width: 5rem;
  }
}
@media (hover: hover) {
  .p-index-cta__contact-link:hover::after {
    opacity: 1;
  }
}
.p-index-cta__contact-note {
  font-size: clamp(12px, 3.01vw, 19px);
  margin-top: 1%;
}
@media (min-width: 1025px) {
  .p-index-cta__contact-note {
    font-size: 0.875rem;
  }
}
.p-index-cta__faq {
  border-top: 1px solid var(--border-color);
  margin-top: 6vw;
  padding-top: 6vw;
}
@media (min-width: 1025px) {
  .p-index-cta__faq {
    margin-top: 3vw;
    padding-top: 3vw;
  }
}
.p-index-cta__faq-ttl {
  color: var(--col-ttl);
  font-size: var(--font-ttl);
  font-family: "Cormorant", serif;
  line-height: 1;
}
@media (min-width: 1025px) {
  .p-index-cta__faq-ttl {
    font-size: 2.5rem;
  }
}
.p-index-cta__faq-wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 4vw;
}
@media (min-width: 1025px) {
  .p-index-cta__faq-wrap {
    margin-top: 2vw;
  }
}
.p-index-cta__faq-text {
  font-size: var(--font-ms);
}
@media (min-width: 1025px) {
  .p-index-cta__faq-text {
    font-size: 1.125rem;
  }
}
.p-index-cta__faq-link {
  font-size: 0;
  position: relative;
  transition: 400ms;
  width: clamp(50px, 20%, 150px);
}
.p-index-cta__faq-link::after {
  background-image: url(../images/index/button_FAQ_hv.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  opacity: 0;
  position: absolute;
  transition: 400ms;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
@media (min-width: 1025px) {
  .p-index-cta__faq-link {
    margin-right: 0;
    width: 5rem;
  }
}
@media (hover: hover) {
  .p-index-cta__faq-link:hover::after {
    opacity: 1;
  }
}

/* ***********************************************************
ページ共通
**************************************************************/
.p-about {
  background-color: var(--about-bg);
}

/* ***********************************************************
fv
**************************************************************/
.p-about-fv {
  padding-top: clamp(100px, 34vw, 200px);
}
@media (min-width: 1025px) {
  .p-about-fv__ttl-wrap {
    display: flex;
  }
}
.p-about-fv__ttl {
  margin: 0 auto;
  width: clamp(260px, 70%, 450px);
}
@media (min-width: 1025px) {
  .p-about-fv__ttl {
    margin-left: 0;
  }
}
.p-about-fv__logo {
  margin: clamp(30px, 6vw, 45px) auto 0;
  width: 50%;
  width: clamp(140px, 32%, 190px);
}
@media (min-width: 1025px) {
  .p-about-fv__logo {
    margin-top: 0;
  }
}
.p-about-fv__lead-wrap {
  margin: clamp(40px, 10vw, 60px) auto 0;
}
@media (min-width: 1025px) {
  .p-about-fv__lead-wrap {
    margin-top: -180px;
  }
}
.p-about-fv__lead {
  margin-inline: auto;
  width: clamp(280px, 70%, 460px);
}
@media (min-width: 1025px) {
  .p-about-fv__lead {
    margin-left: 0;
    width: 21.875rem;
  }
}

/* ***********************************************************
kv
**************************************************************/
.p-about-kv {
  position: relative;
  margin-top: 10vw;
  padding-bottom: 20vw;
}
@media (min-width: 1025px) {
  .p-about-kv {
    margin-top: 20px;
    padding-bottom: 160px;
  }
}
.p-about-kv::before {
  background-image: url(../images/about/line_a_sp.png);
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  content: "";
  display: block;
  margin-bottom: 10vw;
  height: 10vw;
  width: 100%;
}
@media (min-width: 1025px) {
  .p-about-kv::before {
    background-image: url(../images/about/line_a.png);
    margin-bottom: 60px;
    height: 6vw;
  }
}
.p-about-kv__container {
  max-width: 800px;
}
@media (min-width: 1025px) {
  .p-about-kv__container {
    max-width: calc(1000px + 4%);
  }
}
.p-about-kv__ttl {
  width: clamp(250px, 72%, 520px);
}
@media (min-width: 1025px) {
  .p-about-kv__ttl {
    width: 40%;
  }
}
.p-about-kv__lead {
  font-family: var(--font-hiramin);
  font-size: var(--font-sl);
  line-height: 2;
  margin-top: clamp(30px, 8vw, 40px);
}
@media (min-width: 1025px) {
  .p-about-kv__lead {
    margin-top: 3.125rem;
  }
}
.p-about-kv__lead span {
  display: block;
}
.p-about-kv__image {
  margin: clamp(50px, 13vw, 80px) auto 0;
}
.p-about-kv__image img {
  width: 100%;
}
@media (min-width: 1025px) {
  .p-about-kv__image {
    margin-top: 6.25rem;
    width: 80%;
  }
}
@media (min-width: 1025px) {
  .p-about-kv__lists {
    margin-top: 120px;
  }
}
.p-about-kv__item {
  display: flex;
  flex-direction: column-reverse;
  margin: clamp(60px, 16vw, 110px) auto 0;
}
@media (min-width: 1025px) {
  .p-about-kv__item {
    flex-direction: row;
    justify-content: space-between;
    margin-top: 0;
  }
  .p-about-kv__item:nth-of-type(even) {
    flex-direction: row-reverse;
  }
  .p-about-kv__item:not(:nth-of-type(1)) {
    margin-top: 60px;
  }
}
.p-about-kv__item-image {
  margin-top: 3vw;
}
@media (min-width: 1025px) {
  .p-about-kv__item-image {
    margin-top: 0;
    width: 40%;
  }
}
.p-about-kv__item-image img {
  width: 100%;
}
@media (min-width: 1025px) {
  .p-about-kv__item-text-wrap {
    width: 57%;
  }
}
.p-about-kv__item-ttl {
  font-size: var(--font-ms);
  font-weight: 600;
}
@media (min-width: 1025px) {
  .p-about-kv__item-ttl {
    font-size: 1.25rem;
  }
}
.p-about-kv__item-text {
  font-size: var(--font-sl);
  margin-top: clamp(10px, 4vw, 20px);
}
@media (min-width: 1025px) {
  .p-about-kv__item-text {
    font-size: 1rem;
  }
}
.p-about-kv__item-text span {
  display: block;
}
.p-about-kv__btn-lists {
  margin: clamp(60px, 16vw, 110px) auto 0;
}
@media (min-width: 1025px) {
  .p-about-kv__btn-lists {
    display: flex;
    justify-content: center;
    margin-top: 60px;
  }
}
.p-about-kv__btn {
  display: block;
  margin-top: 3vw;
  width: 100%;
}
@media (min-width: 1025px) {
  .p-about-kv__btn {
    margin-top: 0;
    width: 30%;
  }
  .p-about-kv__btn:nth-of-type(1) {
    margin-right: 30px;
  }
}
.p-about-kv__btn img {
  width: 100%;
}

/* ***********************************************************
ページ共通
**************************************************************/
.p-service {
  font-family: var(--font-hirakaku);
  font-weight: 300;
  margin-inline: auto;
}
@media (min-width: 1025px) {
  .p-service {
    max-width: none;
  }
}

/* ***********************************************************
Kv
**************************************************************/
.p-service-kv {
  width: 100%;
}
@media (min-width: 1025px) {
  .p-service-kv__image {
    margin-inline: auto;
  }
}
.p-service-kv__image img {
  width: 100%;
}

/* ***********************************************************
page ttl
**************************************************************/
.p-service-ttl {
  margin-top: clamp(50px, 12vw, 70px);
}
@media (min-width: 1025px) {
  .p-service-ttl {
    margin-top: 0;
  }
}

/* ***********************************************************
nav
**************************************************************/
.p-service-nav__container {
  margin-top: clamp(30px, 6vw, 40px);
}
@media (min-width: 1025px) {
  .p-service-nav__container {
    margin-top: 90px;
  }
}
.p-service-nav__lists {
  display: flex;
  font-weight: 500;
  flex-wrap: wrap;
  gap: 0.9375rem 7%;
  max-width: 770px;
}
@media (min-width: 1025px) {
  .p-service-nav__lists {
    font-size: 1rem;
    max-width: none;
  }
}
.p-service-nav__item {
  position: relative;
  /* &:not(:first-child) {
    margin-left: 3%;
  } */
}
.p-service-nav__item::after {
  background-color: var(--col-navy);
  content: "";
  display: block;
  height: 5px;
  transition: 300ms;
  scale: 1 0;
  width: 100%;
}
.p-service-nav__item.is-current::after {
  scale: 1 1;
}
@media (hover: hover) {
  .p-service-nav__item:hover::after {
    scale: 1 1;
  }
}
/* ***********************************************************
features
**************************************************************/
.p-service-features {
  padding-top: clamp(80px, 14vw, 100px);
}
.p-service-features__lead {
  font-size: var(--font-sl);
  margin-top: clamp(10px, 3vw, 20px);
}
@media (min-width: 1025px) {
  .p-service-features__lead {
    font-size: 1.375rem;
  }
}
.p-service-features__slider-wrap {
  margin-top: clamp(35px, 6vw, 50px);
}
@media (min-width: 768px) {
  .p-service-features__slider-wrap {
    margin-top: 5.625rem;
    margin-inline: auto;
    width: 86%;
  }
}
.p-service-features__slider-arrow {
  border-top: 1px solid currentColor;
  top: 75%;
  height: clamp(18px, 2.6vw, 30px);
  position: absolute;
  width: clamp(18px, 2.6vw, 30px);
}
@media (min-width: 768px) {
  .p-service-features__slider-arrow {
    top: 50%;
  }
}
.p-service-features__slider-next-arrow {
  border-right: 1px solid currentColor;
  right: 0;
  rotate: 45deg;
  transform-origin: right top;
}
@media (min-width: 768px) {
  .p-service-features__slider-next-arrow {
    right: -7%;
  }
}
.p-service-features__slider-prev-arrow {
  border-left: 1px solid currentColor;
  left: 0;
  rotate: -45deg;
  transform-origin: left top;
}
@media (min-width: 768px) {
  .p-service-features__slider-prev-arrow {
    left: -7%;
  }
}
.p-service-features .slick-dots {
  top: 105%;
}

/* ***********************************************************
example
**************************************************************/
.p-service-example {
  padding-top: clamp(120px, 33vw, 360px);
  position: relative;
}
@media (min-width: 768px) {
  .p-service-example {
    padding-top: min(22vw, 190px);
  }
}
@media (min-width: 1025px) {
  .p-service-example {
    padding-top: min(14vw, 265px);
  }
}
.p-service-example::before {
  background-image: url(../images/service/line_a_sp.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  position: absolute;
  top: min(13vw, 90px);
  height: 10vw;
  width: 100%;
}
@media (min-width: 768px) {
  .p-service-example::before {
    background-image: url(../images/service/line_a.png);
    background-position: center top;
    top: min(6vw, 50px);
    height: 8vw;
  }
}
@media (min-width: 1025px) {
  .p-service-example::before {
    top: min(4vw, 40px);
  }
}
.p-service-example__lists {
  display: grid;
  gap: 3.75rem;
  grid-template-columns: 1fr;
  margin-top: 2.5rem;
}
@media (min-width: 768px) {
  .p-service-example__lists {
    gap: 1.875rem;
    grid-template-columns: 1fr 1fr;
  }
}
.p-service-example__item-ttl {
  font-size: 1.5rem;
  font-size: clamp(20px, 4.8vw, 28px);
  font-weight: 600;
}
@media (min-width: 1025px) {
  .p-service-example__item-ttl {
    font-size: 1.375rem;
  }
}
.p-service-example__item-img {
  margin-inline: auto;
  width: 60%;
}
@media (min-width: 1025px) {
  .p-service-example__item-img {
    width: 60%;
  }
}
.p-service-example__item-text {
  /* font-size: myrem(16);
  font-size: clamp(20px, 4.8vw, 30px);
  font-size: myrem(16); */
  font-weight: 300;
  line-height: 1.85;
  text-indent: -1em;
  padding-left: 1em;
}
@media (min-width: 1025px) {
  .p-service-example__item-text {
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.875;
  }
}

/* ***********************************************************
phytotherapy
**************************************************************/
.p-service-phytotherapy {
  padding-top: clamp(80px, 14vw, 100px);
}
.p-service-phytotherapy__slider-wrap {
  margin-top: clamp(20px, 4vw, 30px);
}
@media (min-width: 1025px) {
  .p-service-phytotherapy__slider-item {
    margin-right: 10px;
  }
}
.p-service-phytotherapy__slider-item img {
  width: 100%;
}
.p-service-phytotherapy__slider-arrow {
  border-top: 1px solid currentColor;
  top: 50%;
  height: clamp(18px, 2.6vw, 30px);
  position: absolute;
  width: clamp(18px, 2.6vw, 30px);
}
.p-service-phytotherapy__slider-next-arrow {
  border-right: 1px solid currentColor;
  right: 5%;
  rotate: 45deg;
  transform-origin: right top;
  z-index: 1;
}
@media (min-width: 768px) {
  .p-service-phytotherapy__slider-next-arrow {
    right: 22%;
  }
}
.p-service-phytotherapy__slider-prev-arrow {
  border-left: 1px solid currentColor;
  left: 5%;
  rotate: -45deg;
  transform-origin: left top;
  z-index: 1;
}
@media (min-width: 768px) {
  .p-service-phytotherapy__slider-prev-arrow {
    left: 22%;
  }
}
.p-service-phytotherapy__lead {
  font-size: var(--font-sl);
  margin-top: clamp(20px, 4vw, 30px);
}
@media (min-width: 1025px) {
  .p-service-phytotherapy__lead {
    font-size: 1rem;
  }
}

/* ***********************************************************
price
**************************************************************/
.p-service-price {
  /* margin-top: clamp(80px, 14vw, 100px);
  margin-bottom: clamp(80px, 14vw, 100px); */
  padding-top: clamp(80px, 14vw, 100px);
}
@media (min-width: 1025px) {
  .p-service-price__container {
    display: flex;
  }
}
@media (min-width: 1025px) {
  .p-service-price__ttl {
    width: 35%;
  }
}
@media (min-width: 1025px) {
  .p-service-price__txt-wrap {
    width: 65%;
  }
}
.p-service-price__image {
  margin-top: clamp(15px, 4vw, 30px);
}
@media (min-width: 1025px) {
  .p-service-price__image {
    margin-top: 0;
  }
}
.p-service-price__note {
  font-size: var(--font-s);
  font-size: var(--font-sm);
  margin-top: clamp(12px, 2vw, 20px);
}
@media (min-width: 1025px) {
  .p-service-price__note {
    font-size: 1rem;
    padding-inline: 5%;
  }
}
.p-service-price__coupon {
  border-bottom: 2px solid #5d5250;
  margin-top: clamp(20px, 5vw, 30px);
  padding-bottom: clamp(12px, 2vw, 20px);
}
@media (min-width: 1025px) {
  .p-service-price__coupon {
    padding-inline: 5%;
  }
}
.p-service-price__coupon-ttl {
  font-size: var(--font-sl);
  font-size: clamp(12px, 3.4vw, 20px);
  background-color: var(--col-navy);
  border-radius: 4px;
  color: #f9f9f9;
  padding: clamp(10px, 2vw, 20px);
  text-align: center;
}
.p-service-price__coupon-txt {
  font-size: clamp(12px, 2.8vw, 18px);
  font-weight: 600;
  margin-top: clamp(12px, 2vw, 20px);
}
.p-service-price__coupon-ex {
  font-size: var(--font-sm);
  margin-top: clamp(12px, 2vw, 20px);
}
@media (min-width: 1025px) {
  .p-service-price__coupon-ex {
    font-size: 1rem;
  }
}

/* ***********************************************************
cast
**************************************************************/
.p-service-cast {
  padding-top: clamp(80px, 14vw, 100px);
}
@media (min-width: 1025px) {
  .p-service-cast__container {
    display: flex;
  }
}
@media (min-width: 1025px) {
  .p-service-cast__ttl {
    width: 35%;
  }
}
@media (min-width: 1025px) {
  .p-service-cast__txt-wrap {
    width: 65%;
  }
}
.p-service-cast__item {
  font-size: clamp(18px, 4.2vw, 26px);
  font-weight: 600;
  margin-top: clamp(20px, 5vw, 30px);
}
@media (min-width: 1025px) {
  .p-service-cast__item {
    margin-top: 0;
    line-height: 2.09;
    font-size: 1.375rem;
  }
}
.p-service-cast__lead {
  font-size: var(--font-sl);
  margin-top: clamp(25px, 6vw, 35px);
}
@media (min-width: 1025px) {
  .p-service-cast__lead {
    font-size: 1.125rem;
    margin-top: 1.25rem;
  }
}

/* ***********************************************************
area
**************************************************************/
.p-service-area {
  padding-top: clamp(80px, 14vw, 100px);
}
@media (min-width: 1025px) {
  .p-service-area {
    padding-top: 9.375rem;
  }
}
@media (min-width: 1025px) {
  .p-service-area__container {
    display: flex;
  }
}
@media (min-width: 1025px) {
  .p-service-area__ttl {
    width: 35%;
  }
}
.p-service-area__txt {
  font-weight: 600;
  font-size: var(--font-sl);
  margin-top: clamp(20px, 5vw, 30px);
}
@media (min-width: 1025px) {
  .p-service-area__txt {
    font-size: 1.375rem;
    margin-top: 0;
    width: 65%;
  }
}
.p-service-area__txt-small {
  font-size: clamp(14px, 3.1vw, 18px);
  font-weight: 300;
  margin-top: 20px;
}

/* ***********************************************************
register
**************************************************************/
.p-service-register {
  padding-bottom: clamp(80px, 14vw, 100px);
  padding-top: clamp(120px, 33vw, 360px);
  position: relative;
}
@media (min-width: 768px) {
  .p-service-register {
    padding-top: min(22vw, 190px);
  }
}
@media (min-width: 1025px) {
  .p-service-register {
    padding-top: min(14vw, 265px);
  }
}
.p-service-register::before {
  background-image: url(../images/service/line_a_sp.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  position: absolute;
  top: min(13vw, 90px);
  height: 10vw;
  width: 100%;
}
@media (min-width: 768px) {
  .p-service-register::before {
    background-image: url(../images/service/line_a.png);
    background-position: center top;
    top: min(6vw, 50px);
    height: 8vw;
  }
}
@media (min-width: 1025px) {
  .p-service-register::before {
    top: min(4vw, 40px);
  }
}
@media (min-width: 1025px) {
  .p-service-register__wrap {
    display: flex;
    justify-content: space-between;
    position: relative;
  }
}
@media (min-width: 1025px) {
  .p-service-register__txt-wrap {
    width: 42%;
  }
}
.p-service-register__lead {
  font-size: var(--font-sl);
  margin-top: clamp(10px, 3vw, 20px);
}
@media (min-width: 1025px) {
  .p-service-register__lead {
    margin-top: 2.5rem;
    font-size: 1.125rem;
  }
}
.p-service-register__image {
  margin-top: clamp(30px, 6vw, 40px);
}
@media (min-width: 1025px) {
  .p-service-register__image {
    margin-top: 0;
    width: 56%;
  }
}
.p-service-register__btn {
  display: block;
  margin-top: clamp(25px, 5vw, 30px);
  margin-inline: auto;
  max-width: 600px;
}
@media (min-width: 1025px) {
  .p-service-register__btn {
    position: absolute;
    margin-top: 2.5rem;
    top: 45%;
    width: 30%;
  }
}
.p-service-register__flow {
  margin-top: clamp(50px, 12vw, 80px);
}
.p-service-register__flow-ttl {
  font-size: clamp(18px, 4.2vw, 26px);
  font-weight: 600;
}
.p-service-register__flow-image {
  margin-top: clamp(25px, 5vw, 30px);
}
.p-service-register__note {
  font-size: var(--font-sm);
  margin-top: clamp(25px, 5vw, 30px);
}
@media (min-width: 1025px) {
  .p-service-register__note {
    font-size: 1rem;
    margin-top: 3.75rem;
  }
}
.p-service-register__note-item {
  text-indent: -2em;
  padding-left: 2em;
}

/* ***********************************************************
ページ共通
**************************************************************/
.p-cast {
  font-family: var(--font-hiramin);
  font-weight: 300;
}

/* ***********************************************************
Kv
**************************************************************/
.p-cast-kv {
  width: 100%;
}
.p-cast-kv__image img {
  width: 100%;
}
.p-cast-kv__ttl {
  margin-top: clamp(50px, 12vw, 70px);
}
@media (min-width: 1025px) {
  .p-cast-kv__ttl {
    margin-top: 0;
  }
}
.p-cast-kv__lead {
  font-size: clamp(17px, 4.9vw, 25px);
  line-height: 2;
  margin-top: clamp(30px, 6vw, 76px);
}
@media (min-width: 1025px) {
  .p-cast-kv__lead {
    margin-top: 5.625rem;
    font-size: 1.375rem;
  }
}
.p-cast-kv__message {
  margin-top: clamp(60px, 12vw, 136px);
}
@media (min-width: 1025px) {
  .p-cast-kv__message {
    display: flex;
    margin-top: 5.625rem;
    font-size: 1.125rem;
  }
  .p-cast-kv__message:last-child {
    margin-top: 3.875rem;
  }
}
.p-cast-kv__message-ttl {
  font-size: var(--font-ms);
}
@media (min-width: 1025px) {
  .p-cast-kv__message-ttl {
    font-size: 1.125rem;
    width: 23%;
  }
}
.p-cast-kv__message-txt {
  font-family: var(--font-hirakaku);
  line-height: 1.8;
  margin-top: clamp(20px, 2vw, 52px);
}
@media (min-width: 1025px) {
  .p-cast-kv__message-txt {
    font-size: 1.125rem;
    margin-top: 0;
    width: 77%;
  }
}

/* ***********************************************************
about
**************************************************************/
.p-cast-about {
  position: relative;
  margin-top: clamp(80px, 26vw, 272px);
}
@media (min-width: 1025px) {
  .p-cast-about {
    margin-top: clamp(80px, 26vw, 260px);
  }
}
.p-cast-about::before {
  background-image: url(../images/cast/line_a_sp.png);
  background-position: center top;
  background-size: 100%;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  height: 12vw;
  top: -18vw;
  width: 100%;
}
@media (min-width: 1025px) {
  .p-cast-about::before {
    background-image: url(../images/cast/line_a.png);
    height: 7vw;
    top: clamp(-180px, -18vw, -200px);
  }
}
.p-cast-about__lead {
  font-family: var(--font-hirakaku);
  margin-top: clamp(10px, 2vw, 30px);
}
@media (min-width: 1025px) {
  .p-cast-about__lead {
    margin-top: 0.625rem;
    font-size: 1.125rem;
  }
}
.p-cast-about__sticky {
  position: relative;
  margin-top: clamp(80px, 12vw, 120px);
}
@media (min-width: 1025px) {
  .p-cast-about__sticky {
    margin-top: 9.25rem;
  }
}
.p-cast-about__sticky-wrap {
  position: relative;
  top: 50%;
  translate: 0 -50%;
  height: 50vh;
}
.p-cast-about__content {
  position: relative;
  height: 100%;
  max-width: 500px;
  margin-inline: auto;
  width: 80%;
}
.p-cast-about__img {
  /* inset: 0;
  margin: auto; */
}
@media (min-width: 1025px) {
  .p-cast-about__img {
    width: 45%;
  }
}
.p-cast-about__img-item {
  position: absolute;
  /* translate: 0 -50%;
  top: 50%; */
  left: 0;
  width: 100%;
  transition: 500ms;
  opacity: 0;
  visibility: hidden;
}
.p-cast-about__img-item.is-active {
  opacity: 1;
  visibility: visible;
}
.p-cast-about__pagination {
  position: absolute;
  top: clamp(20px, 9vw, 65px);
  left: -5%;
  width: 12%;
}
@media (min-width: 1025px) {
  .p-cast-about__pagination {
    top: 1.875rem;
    left: -18%;
    width: 10%;
  }
}
.p-cast-about__pagination-num {
  position: relative;
  margin-top: 128%;
}
.p-cast-about__pagination-num:first-of-type {
  margin-top: 0;
}
.p-cast-about__pagination-num:nth-of-type(2) {
  /* position: absolute;
  top: 65px; */
  /* img {
    position: absolute;
    left: 0;
    top: 0;
  } */
}
.p-cast-about__pagination-num:nth-of-type(3) {
  /* position: absolute;
  top: 130px; */
}
.p-cast-about__pagination-num:nth-of-type(3) .p-cast-about__pagination-progress {
  height: 0;
  width: 0;
}
.p-cast-about__pagination-num img {
  display: block;
  position: relative;
  transition: 500ms;
}
.p-cast-about__pagination-num img:nth-of-type(2) {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}
.p-cast-about__pagination-num img:nth-of-type(2).is-active {
  opacity: 1;
  visibility: visible;
}
.p-cast-about__pagination-progress {
  background-color: rgba(0, 0, 0, 0.25);
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  overflow: hidden;
  width: 2px;
  height: 128%;
}
.p-cast-about__progress-bar {
  background-color: #333;
  position: absolute;
  top: 0;
  left: 0;
  translate: 0 -100%;
  height: 100%;
  width: 100%;
}

/* ***********************************************************
support
**************************************************************/
.p-cast-support {
  margin-top: clamp(80px, 24vw, 202px);
}
@media (min-width: 1025px) {
  .p-cast-support {
    margin-top: 6.125rem;
  }
}
.p-cast-support__lead {
  font-size: clamp(17px, 4.9vw, 25px);
  line-height: 2;
  margin-top: clamp(20px, 4vw, 62px);
}
@media (min-width: 1025px) {
  .p-cast-support__lead {
    font-size: 1.375rem;
    margin-top: 3.5rem;
  }
  .p-cast-support__lead span {
    display: block;
  }
}

/* ***********************************************************
recruiting
**************************************************************/
.p-cast-recruiting {
  margin-top: clamp(80px, 24vw, 202px);
}
@media (min-width: 1025px) {
  .p-cast-recruiting {
    margin-top: 8.625rem;
  }
}
.p-cast-recruiting__container {
  background-color: #e0dcd3;
  margin-top: clamp(20px, 4vw, 30px);
  padding-top: clamp(60px, 8vw, 80px);
  padding-bottom: clamp(75px, 20vw, 130px);
}
@media (min-width: 1025px) {
  .p-cast-recruiting__container {
    margin-top: 2.625rem;
    margin-inline: auto;
    margin-bottom: 5.625rem;
    padding-block: 3.75rem;
    padding-inline: 3%;
    max-width: 1000px;
  }
}
.p-cast-recruiting__service {
  width: 39%;
}
@media (min-width: 768px) {
  .p-cast-recruiting__service {
    width: 57%;
  }
}
.p-cast-recruiting__about {
  margin-top: clamp(45px, 4vw, 55px);
}
@media (min-width: 1025px) {
  .p-cast-recruiting__about {
    margin-top: 2.75rem;
  }
}
.p-cast-recruiting__skill {
  margin-top: clamp(90px, 20vw, 70px);
}
@media (min-width: 1025px) {
  .p-cast-recruiting__skill {
    margin-top: 3.5rem;
  }
}
.p-cast-recruiting__flow {
  margin-top: clamp(90px, 20vw, 70px);
}
@media (min-width: 1025px) {
  .p-cast-recruiting__flow {
    margin-top: 3.5rem;
  }
}
.p-cast-recruiting__btn-wrap {
  margin-top: clamp(35px, 9vw, 70px);
}
@media (min-width: 768px) {
  .p-cast-recruiting__btn-wrap {
    display: flex;
    margin-inline: auto;
    width: 80%;
  }
}
@media (min-width: 1025px) {
  .p-cast-recruiting__btn-wrap {
    margin-top: 4.375rem;
  }
}
.p-cast-recruiting__btn {
  display: block;
}
.p-cast-recruiting__btn:nth-of-type(2) {
  margin-top: clamp(10px, 1vw, 20px);
}
@media (min-width: 768px) {
  .p-cast-recruiting__btn:nth-of-type(2) {
    margin-top: 0;
    margin-left: 2em;
  }
}

/****************************************************************************************************
ニュース一覧
****************************************************************************************************/
.p-news {
  margin-block: clamp(100px, 30vw, 160px);
}
.p-news__ttl {
  margin-inline: auto;
  text-align: center;
}
.p-news__lists {
  margin-top: 6vw;
  margin-top: clamp(40px, 9vw, 80px);
}
@media (min-width: 1025px) {
  .p-news__lists {
    margin-top: 5.625rem;
    /* margin-top: 0;
    margin-left: 15%;
    width: 80%; */
  }
}
.p-news__item {
  border-bottom: 1px solid var(--border-color);
  padding-block: 1.8em;
}
.p-news__item:nth-of-type(1) {
  padding-top: 0;
}
@media (min-width: 1025px) {
  .p-news__item {
    padding-block: 2em;
  }
}
@media (min-width: 1025px) {
  .p-news__article {
    display: flex;
  }
}
@media (min-width: 1025px) {
  .p-news__date {
    width: 25%;
  }
}
.p-news__article-txt {
  margin-top: 0.4em;
}
@media (min-width: 1025px) {
  .p-news__article-txt {
    margin-top: 0;
    width: 75%;
  }
}
.p-news__article-txt a {
  color: #1a6f9f;
  text-decoration: underline;
}
@media (hover: hover) {
  .p-news__article-txt a:hover {
    text-decoration: none;
  }
}
.p-news__pagination {
  margin-top: clamp(50px, 12vw, 82px);
}

/* ***********************************************************
ページ共通
**************************************************************/
.p-faq {
  margin-top: clamp(100px, 27vw, 160px);
  margin-bottom: clamp(100px, 27vw, 160px);
}

.p-faq-ttl__ja {
  font-family: var(--font-hirakaku);
  font-size: var(--font-s);
  display: inline-block;
  margin-left: 1em;
}

/* ***********************************************************
accordion
**************************************************************/
.p-faq-accordion {
  font-size: var(--font-sl);
  margin-top: clamp(40px, 5vw, 60px);
}
@media (min-width: 1025px) {
  .p-faq-accordion {
    font-size: 1.125rem;
  }
}
.p-faq-accordion__ttl {
  border-bottom: 1px solid currentColor;
  display: block;
  padding-block: 1em;
  position: relative;
  width: 100%;
}
.p-faq-accordion__ttl::after, .p-faq-accordion__ttl::before {
  background-color: currentColor;
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transition: 300ms;
  height: 1px;
  width: 1em;
}
.p-faq-accordion__ttl::before {
  rotate: 90deg;
}
.p-faq-accordion__ttl.is-open::before {
  rotate: 0deg;
}
.p-faq-accordion__lists {
  display: none;
}
.p-faq-accordion__ques {
  display: flex;
  padding-block: 1em;
  position: relative;
  padding-right: 3em;
  width: 100%;
}
.p-faq-accordion__ques::after, .p-faq-accordion__ques::before {
  background-color: currentColor;
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transition: 300ms;
  height: 1px;
  width: 1em;
}
.p-faq-accordion__ques::before {
  rotate: 90deg;
}
.p-faq-accordion__ques.is-open::before {
  rotate: 0deg;
}
.p-faq-accordion__ques-icon {
  color: #006eb5;
  font-family: "Inter", sans-serif;
  font-size: var(--font-ms);
  display: inline-block;
  margin-right: 1em;
  line-height: 1;
}
@media (min-width: 1025px) {
  .p-faq-accordion__ques-icon {
    font-size: 1.375rem;
  }
}
.p-faq-accordion__ans-wrap {
  display: none;
}
.p-faq-accordion__ans {
  background-color: #f2f5f9;
  border-bottom: 1px solid currentColor;
  display: flex;
  padding-block: 1em;
  padding-right: 3em;
}
.p-faq-accordion__ans-icon {
  color: #e20008;
  font-family: "Inter", sans-serif;
  font-size: var(--font-ms);
  display: inline-block;
  margin-right: 1em;
  line-height: 1;
}
@media (min-width: 1025px) {
  .p-faq-accordion__ans-icon {
    font-size: 1.375rem;
  }
}

/****************************************************************************************************
共通
****************************************************************************************************/
.p-company {
  background-image: url(../images/common/back_g_sp.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  padding-top: clamp(100px, 33vw, 160px);
  padding-bottom: clamp(100px, 33vw, 160px);
  /* padding-top: 24vw;
  padding-bottom: 26vw; */
}
@media (min-width: 1025px) {
  .p-company {
    background-image: url(../images/common/back_g_pc.jpg);
    /* padding-top: 120px;
    padding-bottom: 140px; */
  }
}

/****************************************************************************************************
メッセージ
****************************************************************************************************/
.p-company-message__ttl {
  margin-inline: auto;
  width: 70%;
  width: clamp(180px, 55%, 340px);
}
@media (min-width: 1025px) {
  .p-company-message__ttl {
    width: 40%;
  }
}
.p-company-message__ttl::after {
  content: attr(data-subttl);
  font-family: var(--font-hiramin);
  font-weight: 600;
  font-size: var(--font-sl);
  display: block;
  text-align: center;
  line-height: 1;
  margin-top: 5%;
}
@media (min-width: 1025px) {
  .p-company-message__ttl::after {
    font-size: 1.375rem;
  }
}
.p-company-message__lead {
  font-family: var(--font-hiramin);
  font-weight: 300;
  line-height: 2.09;
  text-align: center;
}
@media (min-width: 1025px) {
  .p-company-message__lead {
    font-size: 1.0625rem;
  }
}
.p-company-message__lead-block {
  display: block;
  margin-top: 3em;
}
@media (min-width: 1025px) {
  .p-company-message__lead-block {
    margin-top: 2.5rem;
  }
}
.p-company-message__lead-strong {
  font-size: var(--font-strong);
}
@media (min-width: 1025px) {
  .p-company-message__lead-strong {
    font-size: 1.375rem;
  }
}

/* ***********************************************************
会社情報
**************************************************************/
.p-company-info {
  margin-top: clamp(80px, 20vw, 140px);
  /* &__lists {
    display: flex;
    flex-wrap: wrap;
    font-size: var(--font-sm);
    font-weight: 400;
    margin-top: 4%;
    @include g.pc {
      font-size: 14px;
    }
  }
  &__term {
    font-weight: normal;
    border-top: 1px solid;
    padding-block: 6%;
    width: 30%;
  }
  &__description {
    border-top: 1px solid;
    padding-block: 6%;
    width: 70%;
  } */
}
@media (min-width: 1025px) {
  .p-company-info {
    margin-top: 120px;
  }
}
.p-company-info__container {
  margin-inline: auto;
  position: relative;
  width: clamp(320px, 90%, 600px);
}
@media (min-width: 1025px) {
  .p-company-info__container {
    max-width: 480px;
    padding-inline: 0;
    width: 45%;
  }
}
.p-company-info__container::after {
  background-image: url(../images/common/logo_back.png);
  background-size: 100%;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  left: -16%;
  top: 84%;
  height: 52vw;
  width: 56%;
}
@media (min-width: 1025px) {
  .p-company-info__container::after {
    left: -51%;
    top: 62%;
    height: 64%;
    width: 56%;
  }
}
.p-company-info__ttl {
  width: clamp(200px, 50%, 260px);
}
@media (min-width: 1025px) {
  .p-company-info__ttl {
    width: 48%;
  }
}

/****************************************************************************************************
トップ
****************************************************************************************************/
.p-transa {
  background-image: url(../images/common/back_g_sp.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 12vw;
  padding-bottom: 46vw;
  padding-top: clamp(100px, 33vw, 160px);
  padding-bottom: clamp(100px, 41vw, 280px);
}
@media (min-width: 1025px) {
  .p-transa {
    background-image: url(../images/common/back_g_pc.jpg);
  }
}
.p-transa__container {
  margin-inline: auto;
  width: clamp(320px, 90%, 600px);
}
@media (min-width: 1025px) {
  .p-transa__container {
    max-width: 800px;
    width: 100%;
  }
}
.p-transa__ttl {
  font-family: var(--font-hiramin);
  font-weight: 600;
  font-size: var(--font-ms);
}
@media (min-width: 1025px) {
  .p-transa__ttl {
    font-size: 1.375rem;
  }
}
.p-transa__lists {
  margin-top: 3em;
}
@media (min-width: 1025px) {
  .p-transa__lists {
    margin-top: 1.875rem;
  }
}
.p-transa__lists.-cancel {
  margin-top: 1em;
}
.p-transa__term, .p-transa__description {
  padding-block: 1.5em;
}
@media (min-width: 1025px) {
  .p-transa__term, .p-transa__description {
    padding-block: 2em;
  }
}
.p-transa__term:nth-last-of-type(1), .p-transa__description:nth-last-of-type(1) {
  border-bottom: 1px solid;
}
.p-transa__term {
  padding-right: 5%;
}

/* ***********************************************************
キャンセル
**************************************************************/
.p-transa-cancel {
  margin-top: 4em;
  position: relative;
  /* &__container {
    margin-inline: auto;
    position: relative;
    width: 90%;
    @include g.pc {
      max-width: 480px;
      width: 45%;
    }
  } */
}
@media (min-width: 1025px) {
  .p-transa-cancel {
    margin-top: 3.75rem;
  }
}
.p-transa-cancel::after {
  background-image: url(../images/common/logo_back.png);
  background-size: 100%;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  left: -15%;
  top: 87%;
  height: 52vw;
  width: 54%;
}
@media (min-width: 1025px) {
  .p-transa-cancel::after {
    left: -12%;
    top: 85%;
    height: 82%;
    width: 32%;
  }
}
.p-transa-cancel__ttl {
  font-weight: 400;
}
@media (min-width: 1025px) {
  .p-transa-cancel__ttl {
    font-size: 0.875rem;
  }
}

/****************************************************************************************************
トップ
****************************************************************************************************/
.p-404 {
  margin-block: clamp(110px, 20vw, 200px);
}
.p-404__ttl {
  line-height: 1.4;
  text-align: center;
}
.p-404__txtarea {
  margin-top: clamp(40px, 6vw, 50px);
  text-align: center;
}
.p-404__btn {
  margin-top: clamp(40px, 6vw, 90px);
  max-width: 500px;
  margin-inline: auto;
  text-align: center;
}
.p-404__btn-link {
  background-color: var(--col-ttl);
  border-radius: 6px;
  color: #efefef;
  display: block;
  padding: 1em;
}

/* ***********************************************************
ページ共通
**************************************************************/
.p-introduction {
  font-family: var(--font-hirkaku);
  font-weight: 300;
}

.p-introduction-section-line {
  margin-top: clamp(50px, 10vw, 80px);
}

/* ***********************************************************
バナー
**************************************************************/
.p-introduction-banner {
  display: block;
  margin-top: 50px;
  transition: opacity 400ms;
}
@media (min-width: 1025px) {
  .p-introduction-banner {
    margin-top: 80px;
  }
}
@media (any-hover: hover) {
  .p-introduction-banner:hover {
    opacity: 0.8;
  }
}

.p-introduction-banner-btn {
  margin-inline: auto;
  margin-top: clamp(20px, 5vw, 40px);
  display: block;
  transition: opacity 400ms;
}
@media (min-width: 768px) {
  .p-introduction-banner-btn {
    margin-top: 30px;
    width: 300px;
  }
}
@media (any-hover: hover) {
  .p-introduction-banner-btn:hover {
    opacity: 0.8;
  }
}

/* ***********************************************************
Service
**************************************************************/
.p-introduction-service {
  padding-top: clamp(80px, 18vw, 140px);
}
.p-introduction-service__lead-block {
  margin-top: clamp(40px, 9vw, 80px);
}
.p-introduction-service__lead {
  font-size: var(--font-sl);
  font-weight: 500;
  line-height: 1.72;
  margin-top: clamp(20px, 3vw, 25px);
}
@media (min-width: 1025px) {
  .p-introduction-service__lead {
    font-size: 1.375rem;
  }
}

/* ***********************************************************
example
**************************************************************/
.p-introduction-example {
  padding-top: clamp(80px, 14vw, 100px);
  position: relative;
}
.p-introduction-example__lists {
  display: grid;
  gap: 3.75rem;
  grid-template-columns: 1fr;
  margin-top: 2.5rem;
}
@media (min-width: 768px) {
  .p-introduction-example__lists {
    gap: 1.875rem;
    grid-template-columns: 1fr 1fr;
  }
}
.p-introduction-example__item-ttl {
  font-size: 1.5rem;
  font-size: clamp(20px, 4.8vw, 28px);
  font-weight: 600;
}
@media (min-width: 1025px) {
  .p-introduction-example__item-ttl {
    font-size: 1.375rem;
  }
}
.p-introduction-example__item-img {
  margin-inline: auto;
  width: 60%;
}
.p-introduction-example__item-text {
  /* font-size: g.myrem(16);
  font-size: clamp(20px, 4.8vw, 30px);
  font-size: g.myrem(16); */
  font-weight: 300;
  line-height: 1.85;
  text-indent: -1em;
  padding-left: 1em;
}
@media (min-width: 1025px) {
  .p-introduction-example__item-text {
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.875;
  }
}

/* ***********************************************************
Flow ご依頼までの流れ
**************************************************************/
.p-introduction-flow {
  margin-top: clamp(80px, 14vw, 100px);
}
.p-introduction-flow__image {
  margin-top: clamp(25px, 5vw, 30px);
}
.p-introduction-flow__note {
  font-size: var(--font-sm);
  margin-top: clamp(25px, 5vw, 30px);
}
@media (min-width: 1025px) {
  .p-introduction-flow__note {
    font-size: 1rem;
    margin-top: 3.75rem;
  }
}
.p-introduction-flow__note-item {
  text-indent: -2em;
  padding-left: 2em;
}

/* ***********************************************************
Cast
**************************************************************/
.p-introduction-cast {
  padding-top: clamp(40px, 10vw, 80px);
}
.p-introduction-cast__lead-block {
  margin-top: clamp(40px, 9vw, 80px);
}
.p-introduction-cast__lead {
  font-size: var(--font-sl);
  font-weight: 500;
  line-height: 1.72;
  margin-top: clamp(20px, 3vw, 25px);
}
@media (min-width: 1025px) {
  .p-introduction-cast__lead {
    font-size: 1.375rem;
  }
  .p-introduction-cast__lead span {
    display: block;
  }
}
.p-introduction-cast__recruiting {
  margin-top: clamp(60px, 15vw, 160px);
}
@media (min-width: 1025px) {
  .p-introduction-cast__recruiting {
    margin-top: 6.25rem;
  }
}
.p-introduction-cast__recruiting-container {
  background-color: #e0dcd3;
  margin-top: clamp(20px, 4vw, 30px);
  padding-top: clamp(50px, 11vw, 80px);
  padding-bottom: clamp(75px, 20vw, 130px);
}
@media (min-width: 1025px) {
  .p-introduction-cast__recruiting-container {
    margin-top: 2.625rem;
    margin-inline: auto;
    margin-bottom: 5.625rem;
    padding-block: 3.75rem;
    padding-inline: 3%;
    max-width: 1000px;
  }
}
.p-introduction-cast__recruiting-service {
  width: 39%;
}
@media (min-width: 768px) {
  .p-introduction-cast__recruiting-service {
    width: 57%;
  }
}
.p-introduction-cast__recruiting-about {
  margin-top: clamp(45px, 4vw, 55px);
}
@media (min-width: 1025px) {
  .p-introduction-cast__recruiting-about {
    margin-top: 2.75rem;
  }
}
.p-introduction-cast__recruiting-skill {
  margin-top: clamp(45px, 4vw, 55px);
}
@media (min-width: 1025px) {
  .p-introduction-cast__recruiting-skill {
    margin-top: 3.5rem;
  }
}
.p-introduction-cast__recruiting-flow {
  margin-top: clamp(60px, 6vw, 70px);
}
@media (min-width: 1025px) {
  .p-introduction-cast__recruiting-flow {
    margin-top: 3.5rem;
  }
}
.p-introduction-cast__recruiting-btn-wrap {
  margin-top: clamp(35px, 9vw, 70px);
}
@media (min-width: 768px) {
  .p-introduction-cast__recruiting-btn-wrap {
    display: flex;
    margin-inline: auto;
    width: 80%;
  }
}
@media (min-width: 1025px) {
  .p-introduction-cast__recruiting-btn-wrap {
    margin-top: 4.375rem;
  }
}
.p-introduction-cast__recruiting-btn {
  display: block;
  margin-inline: auto;
  max-width: 680px;
  transition: opacity 400ms;
}
.p-introduction-cast__recruiting-btn:nth-of-type(2) {
  margin-top: clamp(10px, 2vw, 20px);
}
@media (min-width: 768px) {
  .p-introduction-cast__recruiting-btn:nth-of-type(2) {
    margin-top: 0;
    margin-left: 2em;
  }
}
@media (hover: hover) {
  .p-introduction-cast__recruiting-btn:hover {
    opacity: 0.8;
  }
}/*# sourceMappingURL=style.css.map */