@charset "utf-8";
/* CSS Document */
* {
  margin: 0;
  padding: 0
}
img {
  max-width: 100%;
  height: auto;
}
a {
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
}
ul, li {
  list-style: none;
}
body {
  font-family: "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  font-size: 18px;
  color: #333333;
    line-height: 1.6;
}
/****追加*****/
.mt50{
	margin-top:50px!important;
}


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


.enter_top
{
    background: url("../img/enter_bg.png") no-repeat left top / cover;
    height: 100vh;
    position: relative;
}
.enter
{
    position: absolute;
    top: 50%;
    right: 10%;
    transform: translateY(-50%);
}
.enter_logo
{
    text-align: center;
    margin-bottom: 30px;
}
.enter_btn
{
    margin-top: 50px;
    display: flex;
    justify-content: center;
    gap: 50px;
}

#header {
  position: absolute;
  width: 100%;
  z-index: 99;
}

.header-inner {
  display: flex;
  justify-content: space-between;
}
.h-logo {
  margin: 30px;
}
.h-contact {
  width: 60%;
  text-align: right;
  margin-right: 125px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.hamb {
  position: fixed;
  cursor: pointer;
  background-color: #D8167D;
  z-index: 300;
  right: 10px;
  top: 24px;
  width: 80px;
  height: 80px;
}
.black-bg ul {
  margin: 0;
  padding: 0;
  position: absolute;
  left: 40%;
  top: 40%;
  transform: translate(-50%, -50%);
}
.black-bg ul li {
  text-align: left;	text-align: left;
  padding: 20px 0;	padding: 20px 10px 10px 10px;
  }
  
.black-bg ul li a {
  color: #333333;
  font-size: 23px;
  font-weight: bold;
  display: block;
  text-decoration: none;
}
.line {
  position: absolute;
  left: 17%;
  width: 50px;
  height: 2px;
  background-color: #ffffff;
  top: 30%;
}
.line:nth-child(2) {
  top: 47%;
  left: 17%;
}
.line:nth-child(3) {
  top: 65%;
  left: 17%;
}
.hamb-text {
  position: absolute;
  left: 30%;
  bottom: 15%;
  font-size: 20px;
  color: #ffffff;
}
.black-bg {
  position: fixed;
  background: #FFD9ED;
  top: 0;
  right: -450px;
  width: 450px;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}
.black-bg.open {
  opacity: 1;
  visibility: visible;
  right: 0;
}
#hamb.active .line {
  background-color: #ffffff;
}
/*アニメーション*/
.black-bg {
  transition: opacity 0.35s, visibility 0.35s, width 0.35s;
}
#hamb.active .line:nth-child(1) {
  transform: translateY(16px) translateX(0) rotate(45deg);
}
#hamb.active .line:nth-child(2) {
  opacity: 0;
  background: #FFF;
}
#hamb.active .line:nth-child(3) {
  transform: translateY(-20px) translateX(0) rotate(-45deg);
    top: 75%;
}
.animation {
  transition: all .6s;
}
.main
{
    position: relative;
}
.catch
{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    width: 100%;
    color: #FFFFFF;
    font-size: max(3vw , 30px);
    line-height: 1.6;
    font-weight: 600;
    text-align: center;
}
.top
{
    padding: 50px 3%;
}
.inner
{
    max-width: 1700px;
    margin: 0 auto;
}
.flex
{
    display: flex;
    justify-content: space-between;
    gap: 30px;
    flex-wrap: wrap;
}
.flex_box
{
    width: calc((100% - 30px) / 2);
}
.ttl
{
    font-size: max(2.4vw , 24px);
    font-weight: 600;
    margin-bottom: 50px;

}
.ttl span
{
    font-size: max(1.2vw , 20px);
}
.top .flex
{
    gap: 50px;
    align-items: center;
}
.top .flex_box
{
    width: calc((100% - 50px) / 2);
}

.voice
{
    padding: 80px 3%;
    background: #FFF0F8;
}
.sec_ttl
{
    margin-bottom: 50px;
    padding-bottom: 20px;
    text-align: center;
    font-size: max(2.4vw , 24px);
    font-weight: 600;
    position: relative;
}
.sec_ttl::before
{
    content: "";
    height: 5px;
    width: 120px;
    background: #D8167D;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 30px;
}
.voice .flex
{
    gap:30px 80px;
}
.voice ul.flex li
{
    max-width: 364px;
    width: calc((100% - 240px) / 4);
}

.commitment_bg_top
{
    position: absolute;
    top: 0;
    left: 0;
    width: 90vw;
    max-width: 1500px;
    height: 53vw;
    max-height: 940px;
    background: #FFF0F8;
    z-index: -1;
}
.commitment_bg_bottom
{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 90vw;
    max-width: 1500px;
    height: 53vw;
    max-height: 940px;
    background: #FFF0F8;
    z-index: -1;
}
.commitment .inner
{
    padding: 80px 3%;
}
.sec_bg
{
    position: relative;
}
.commitment_ttl
{
    position: relative;
}
.commitment_ttl span
{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    text-align: center;
    font-size: max(2vw , 20px);
    font-weight: 600;
    color: #FFFFFF;
}
.commitment_img
{
    max-width: 960px;
    width: 60%;
}
.commitment_txt
{
    max-width: 36%;
    width: 100%;
}
.commitment .flex
{
    align-items: center;
    margin-bottom: 80px;
}
.commitment .flex:last-child
{
    margin-bottom: 0;
}
.num
{
    color: #6316D8;
    font-size: max(5vw , 30px);
    text-align: center;
    margin-bottom: 30px;
    line-height: 1;
    font-weight: 600;
}
.num span
{
    font-size: max(1vw , 16px);
}
.sub_ttl
{
    font-size: max(1.6vw , 20px);
    text-align: center;
    margin-bottom: 30px;
    font-weight: 600;
}
.re
{
    flex-direction:row-reverse;
}

.cast
{
    padding: 80px 3%;
}
.slider {/*横幅94%で左右に余白を持たせて中央寄せ*/
   width:94%;
    margin:0 auto;
}

.slider img {
    width:100%;/*スライダー内の画像を横幅100%に*/
    height:auto;
}

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/

.slider .slick-slide {
    margin:0 10px;
}

/*矢印の設定*/

/*戻る、次へ矢印の位置*/
.slick-prev, 
.slick-next {
    position: absolute;/*絶対配置にする*/
    top: 42%;
    cursor: pointer;/*マウスカーソルを指マークに*/
    outline: none;/*クリックをしたら出てくる枠線を消す*/
    border-top: 2px solid #666;/*矢印の色*/
    border-right: 2px solid #666;/*矢印の色*/
    height: 15px;
    width: 15px;
}

.slick-prev {/*戻る矢印の位置と形状*/
    left: -1.5%;
    transform: rotate(-135deg);
}

.slick-next {/*次へ矢印の位置と形状*/
    right: -1.5%;
    transform: rotate(45deg);
}

/*ドットナビゲーションの設定*/

.slick-dots {
    text-align:center;
	margin:20px 0 0 0;
}

.slick-dots li {
    display:inline-block;
	margin:0 5px;
}

.slick-dots button {
    color: transparent;
    outline: none;
    width:8px;/*ドットボタンのサイズ*/
    height:8px;/*ドットボタンのサイズ*/
    display:block;
    border-radius:50%;
    background:#ccc;/*ドットボタンの色*/
}

.slick-dots .slick-active button{
    background:#333;/*ドットボタンの現在地表示の色*/
}
.slider span.ttl
{
    background: #D8167D;
    color: #FFFFFF;
    padding: 5px 20px;
    font-size: 18px;
}
.slider img
{
    margin-bottom: 20px;
}
.slider p
{
    margin-top: 20px;
}

.price
{
    padding: 80px 3%;
    background: #FFF0F8;
}
.price_wrap
{
    max-width: 1000px;
    padding: 40px 5vw;
    background: url("../img/price_wrap_bg.png") no-repeat top / cover;
    margin: 0 auto 50px;
    box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.4);
}
.price_ttl
{
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 50px;
    border-bottom: 1px solid #333333;
    font-size: max(2vw , 24px);
    font-weight: 600;
}
.price_wrap dl
{
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    padding: 0 5vw;
}
.price_wrap dl dt
{
    width: 60%;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #333333;
}
.price_wrap dl dd
{
    width: 40%;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #333333;
    font-size: max(1.8vw , 26px);
    font-weight: 600;
    color: #D8167D;
    text-align: right;
}
.right
{
    text-align: right;
}
p.play
{
    max-width: 700px;
    margin: 0 auto;
}
.recruit
{
    padding: 50px 3%;
}
.recruit .inner
{
    max-width: 1000px;
}
.bnr
{
    margin-bottom: 50px;
}
.center
{
    text-align: center!important;
}
.inner_wrap
{
    margin-bottom: 50px;
}
.t20
{
    font-size: max(1.6vw , 24px);
    font-weight: 600;
}
.recruit .sub_ttl
{
    text-align: left;
    margin-bottom: 10px;
}
.flex.start
{
    justify-content: flex-start;
}
.recruit .inner_wrap .flex
{
    gap:30px 100px;
}




.accordion-title {
  position: relative;
}
.accordion-title::after {
  border-right: solid 3px #fff;
  border-top: solid 3px #fff;
  content: "";
  display: block;
  height: 16px;
  position: absolute;
  right: 30px;
  top: 30%;
  transform: rotate(135deg);
  transition: transform .3s ease-in-out, top .3s ease-in-out;
  width: 16px;
}
.accordion-title.open::after {
  top: 45%;
  transform: rotate(-45deg);
}
.flow {
  background-image: url("../img/flow01.jpg");
  background-repeat: no-repeat;
  background-position: top;
  margin-top: 120px;
}
.flow-inner {
  max-width: 1220px;
  width: 95%;
  margin: 0 auto;
  text-align: center;
  padding-top: 17%;
}
.introduction {
  background-image: url("../img/introduction.jpg");
  background-repeat: no-repeat;
  background-position: top;
  margin-top: 120px;
}
.introduction-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1300px;
  width: 95%;
  position: relative;
  padding-top: 17%;
}
.swiper {
  max-width: 1220px;
  width: 95%;
  margin: 0 auto;
}
/* 前への矢印 */
.swiper-button-prev {
  left: -30px !important;
  top: 60% !important;
  color: #815D49 !important;
}
/* 次への矢印 */
.swiper-button-next {
  right: -30px !important;
  top: 60% !important;
  color: #815D49 !important;
}
.swiper-button-prev:after, .swiper-button-prev:after {
  font-size: 70px !important;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  font-size: 70px !important;
}
#footer
{
    padding: 100px 3% 120px;
    background: url("../img/footer_bg.png") no-repeat center / cover;
}
#footer .sec_ttl
{
    color: #FFFFFF;
    margin-bottom: 100px;
}
#footer .sec_ttl::before
{
    background: #FFFFFF;
}
#footer .flex
{
    gap: 30px 80px;
    justify-content: center;
}
.footer_btn
{
    max-width: 800px;
    margin: 50px auto;
}
.cpylight {
  background-color: #FFFFFF;
    padding: 20px 0;
    text-align: center;    
}
.pc {
  display: block;
}
.sp {
  display: none;
}
@media (max-width: 1280px) {
  body {
    font-size: 16px;
  }
  .features {
    background-size: 100%;
  }
  .ceramic {
    background-size: 130%;
  }
  .ceramic-inner {
    padding-top: 20%;
  }
  .qa-ttl img {
    width: 220px;
  }
  .accordion-item {
    width: 95%;
    margin: 0 auto
  }
  .flow {
    background-size: 130%;
  }
  .flow-inner {
    padding-top: 20%;
  }
  .introduction {
    background-size: 130%;
  }
  /* 前への矢印 */
  .swiper-button-prev {
    left: -10px !important;
  }
  /* 次への矢印 */
  .swiper-button-next {
    right: -10px !important;
  }
  .fee {
    background-size: 130%;
  }
  .fee-inner {
    padding-top: 25%;
  }
  .payment {
    background-size: 180%;
  }
  .payment-btn {
    left: 37%;
    bottom: 10%;
  }
}

@media (max-width: 768px) {
  .voice ul.flex li {
  max-width: 364px;
  width: calc((100% - 80px) / 2);
}
    #footer .footer_map
    {
        max-width: 100%;
        width: 100%;
    }
    .commitment_img {
  width: 100%;
}
    .commitment_txt {
  width: 100%;
        max-width: 100%;
}
}
@media (max-width: 425px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
    .top
{
    background: url("../img/sp/enter_bg.png") no-repeat left top / cover;
    height: 100vh;
    position: relative;
}
.enter
{
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50% , -50%);
    width: 90%;
    padding: 0 3%;
}
    .h-contact {
  width: 60%;
  margin-right: 90px;
}
    .h-web {
    width: 60px;
  }
  .hamb {
    width: 60px;
    height: 60px;
      top: 7px;
  }
  .line {
    width: 40px;
    height: 3px;
  }
  .hamb-text {
    font-size: 16px;
    left: 20%;
    bottom: 10%;
  }
  #hamb.active .line:nth-child(1) {
    transform: translateY(10px) translateX(0) rotate(45deg);
  }
  #hamb.active .line:nth-child(3) {
    transform: translateY(-8px) translateX(0) rotate(-45deg);
      top: 60%;
  }
  .black-bg {
    width: 250px;
  }
  .black-bg ul {
    width: 100%;
    top: 35%;
    left: 65%;
  }
  .black-bg ul li a {
    font-size: 16px;
  }
  .h-logo {
    margin: 10px;
  }
  .h-logo img {
    width: 150px;
  }
  .top .flex_box {
  width: 100%;
}
    .voice ul.flex li {
  max-width: 364px;
  width: 100%;
}
    .commitment_img {
  width: 100%;
}
    .commitment_txt {
  width: 100%;
        max-width: 100%;
}
    .price_wrap dl dt {
  width: 100%;
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: none;
}
    .price_wrap dl dd {
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #333333;
}
}
@media (max-width: 375px) {
  .payment-btn {
    left: 30%;
  }
  .payment {
    height: 375px;
  }
}
@media (max-width: 320px) {
  .payment-btn {
    left: 25%;
  }
  .payment {
    height: 325px;
  }
}
/*--------modal--------*/
/*infoエリアをはじめは非表示*/
#info{
	display: none;
}
#info_tel{
	display: none;
}


#page-top a{
	display: flex;
	justify-content:center;
	align-items:center;
	width: 60px;
	height: 60px;
	text-align: center;
	text-transform: uppercase; 
	text-decoration: none;
	font-size:0.6rem;
	transition:all 0.3s;
}

#page-top a:hover{
	opacity: .6;
}

/*リンクを右下に固定*/
#page-top {
	position: fixed;
	right: 10px;
	bottom:10px;
	z-index: 2;
    /*はじめは非表示*/
	opacity: 0;
	transform: translateX(100px);
}

/*　左の動き　*/

#page-top.LeftMove{
	animation: LeftAnime 0.5s forwards;
}

@keyframes LeftAnime{
  from {
    opacity: 0;
	transform: translateX(100px);
  }
  to {
    opacity: 1;
	transform: translateX(0);
  }
}

/*　右の動き　*/

#page-top.RightMove{
	animation: RightAnime 0.5s forwards;
}
@keyframes RightAnime{
  from {
  	opacity: 1;
	transform: translateX(0);
  }
  to {
  	opacity: 1;
	transform: translateX(100px);
  }
}
/*==================================================
フェードイン
===================================*/
.fadeIn{
animation-name:fadeInAnime;
animation-duration:1s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeInAnime{
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* 下から */

.fadeUp{
animation-name:fadeUpAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}

/* 上から */

.fadeDown{
animation-name:fadeDownAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeDownAnime{
  from {
    opacity: 0;
  transform: translateY(-100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}

/* 左から */

.fadeLeft{
animation-name:fadeLeftAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeLeftAnime{
  from {
    opacity: 0;
  transform: translateX(-100px);
  }

  to {
    opacity: 1;
  transform: translateX(0);
  }
}

/* 右から */

.fadeRight{
animation-name:fadeRightAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeRightAnime{
  from {
    opacity: 0;
  transform: translateX(100px);
  }

  to {
    opacity: 1;
  transform: translateX(0);
  }
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
 
.fadeInTrigger,
.fadeUpTrigger,
.fadeDownTrigger,
.fadeLeftTrigger,
.fadeRightTrigger{
    opacity: 0;
}

/***20250428追加***/
.price_wrap p{
	width: 80%;
	margin: 0 auto;
	margin-bottom: 50px;
}

/***202500502再追加***/
.button-link {
  display: inline-block;
  padding: 10px 20px;
  background-color: #f06292; /* ピンク系カラー */
  color: white;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.button-link:hover {
  background-color: #ec407a; /* ホバー時に少し濃く */
}