@charset "utf-8";
/* ==============================================

	body

================================================= */
body {
	color: #000;
	font-size: 1.6rem;
	background-color: #F8F1F4;
	font-weight: 500;
	-webkit-text-size-adjust: 100%;
}
* {
	font-family: 'Noto Sans JP', sans-serif;
}

#wrapper {
	max-width: 530px;
	margin: 0 auto;
	background: #fff;
	box-shadow: 0px 0px 3px 1px rgb(0 0 0 / 14%);
	min-height: 100vh;
}
img {
	max-width: 100%;
	height: auto;
}
@media screen and (max-width:530px){
	body {
		background: #fff;
	}
	#wrapper {
		box-shadow: none;
		overflow: hidden;
	}
}
.relative {
	position: relative;
}

/* ==============================================

	btn

================================================= */

.btn-area {
	position: absolute;
  width: 100%;
  bottom: 80px;
  text-align: center;
}
.btn-area img {
  width: 80%;
}
.btn-pikari {
  position: relative; 
  overflow: hidden;
  width: 80%;
  margin: 0 auto;
  /* border-radius: 9999px; */
}
.btn-pikari img {
  width: 100%;
}
.btn-pikari::before {
  position: absolute;
  content: '';
  display: inline-block;
  top: -200px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #ffb5d5;
  transition: 300ms;
  animation: pikari 2.5s ease-in-out infinite;
}
@-webkit-keyframes pikari {
  0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
  80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
  81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
  100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}

/* ==============================================

	fv

================================================= */

.fv .btn-area {
  bottom: 3%;
}

.fv_image {
  width: 100%;
  position: absolute;
  top: 52%;
  left: 0;
  right: 0;
  margin: 0 auto;
}

@media (max-width:530px) {
  .sub_message {
    width: 82%;
    top: 72%;
  }
}

.lpplan_tag{
  position: absolute;
  top: 2%;
  left: 0;
  width: 65%;
}

/* ==============================================

  reason

================================================= */

.reason-block {
  position: relative;
  margin: 48px 16px 16px;
  padding: 20px;
  background-color: #F5F0EB;
  border-radius: 24px;
}

.reason-block-inner {
  border: 1px solid#fff;
  border-radius: 16px;
}

.reason-block-title  {
  display: block;
  margin: 24px auto 32px;
  width: 90%;
}

.reason-block-cnt {
  width: 93%;
  padding: 0 24px 8px 8px;
}

/* ここからそれぞれのコンテンツ */

.reason-container:nth-child(even) {
  background-image: url("images/Subtract_beige.webp");
  background-size: 100% auto;
  margin-top: 80px;
  padding-bottom: 80px;
}

.reason-container:nth-child(odd) {
  background-color: #F5F0EB;
  background-image: url("images/Subtract_white.webp");
  background-size: 100% auto;
}

/* コンテンツタイトル */

.reason-line-container {
  display: flex;
  align-items: center;
  justify-content: center; 
  width: 100%; 
  padding-bottom: 24px;
}

.reason-line {
  flex-grow: 1;
  height: 0;
  border-top: 3px double #CEC0B2;
}

.reason-line-img {
  padding-left: 3%;
  width: 30%;
}

/* 画像・テキストなど */

.reason-inner {
  margin: auto 16px;
}

.wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 8px;
}

.reason-inner-title {
  width: 70%;
  height: auto;
  display: block;
  margin: 0 auto 24px;
}

.reason-inner-subtitle {
  width: 90%;
  height: auto;
  display: block;
  margin: 32px auto;
}

.reason-topimg {
  width: 100%;
  height: auto;
  padding-bottom: 16px;
}

.reason-inner ul li {
  display: flex;
  align-items: center;
  padding: 12px 32px;
  gap: 8px;
  line-height: 1.4;
  font-weight: 100;
}

.reason-inner-icon{
  width: 48px;
  height: 48px;
}

.reason-container p {
  text-align: center;
  font-weight: 100;
  line-height: 1.4;
  padding: 8px 16px 32px;
  background-color: #F5F0EB;
}

/* スライドショー */
.slideshow {
  position: relative;
  width: 100%;
  max-width: 600px;
  height: 320px;
  overflow: hidden;
}

.slide-fade {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  object-fit: cover;
}

.slide-fade:first-child {
  opacity: 1;
}

/* ループスライダー */
.loopSlider {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-bottom: 16px;
}

.loopSlider-inner {
  display: flex;
  width: max-content;
  position: relative;
  left: 0;
  white-space: nowrap;
}

.loopSlider-inner img {
  width: 160px; 
  height: auto;
  flex-shrink: 0;
}

/* other-reason */
.other-reason {
  position: relative;
  margin: 40px 0 80px;
}

.other-reason-title {
  width: 80%;
  height: auto;
  display: block;
  margin: 40px auto 0px;
}

.other-reason-box {
  position: absolute;
  margin-top: 24px;
  left: 50%;
  width: 65%;
  height: 80%;
  background-color: #f5f0eb;
  transform: translateX(-50%);
  z-index: 0;
}

.other-reason-block {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  padding: 80px 40px;
  max-width: 900px;
  margin: auto;
  z-index: 1;
}

.other-reason-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.other-reason-inner h5 {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 10px;
}

.other-reason-inner img {
  width: 100%;
  max-width: 350px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}

.other-reason-inner p {
  font-size: 12px;
  font-weight: 200;
  color: #333;
  margin-top: 8px;
  text-align: left;
  line-height: 1.5;
}

/* レスポンシブ */
@media (min-width: 440px) {
  .br-sp {
    display: none;
  }
}

@media (max-width: 440px) {
  .reason-inner-title {
    width: 80%;
  }

  .slideshow {
    height: 240px;
  }

  .reason-inner-subtitle {
    width: 100%;
    margin: 32px auto 24px;
  }

  .reason-inner ul li {
    padding: 12px 16px;
    gap: 16px;
    line-height: 1.4;
    font-weight: 100;
  }

  .reason-container p {
    padding: 8px 8px 32px;
    background-color: #F5F0EB;
  }

  .br-sp::after {
    content: "\A";
    white-space: pre;
  }

  .other-reason {
    position: relative;
    margin: 40px 0 40px;
  }
  
  .other-reason-inner h5{
    line-height: 1.3;
  }
}

/* ==============================================

  rasisa	

================================================= */

.rasisa {
  background-image: url("images/rasisa_bg.webp");
  background-size: 100% auto;
}
.rasisa-wrap {
  position: relative;
	margin: 0 5% 32px;
  background-color: white;
}
.rasisa-wrap .slide {
	width: 80%;
  left: 10%;
  background-color: white;
}
.style {
  padding-bottom: 32px;
}
.style .slick-arrow.prev {
  top: 190px;
}
.style .slick-arrow.next {
  top: 190px;
}
.rasiku {
  position: relative;
}

/* ==============================================

	plan

================================================= */

.plan {
  background-color: #f7edec;
}
.plan .slide {
	width: 80%;
  left: 10%;
}
.plan .slick-arrow.prev {
  top: 300px;
}
.plan .slick-arrow.next {
  top: 300px;
}
.plan .plan-btn {
  height: 190px;
}
.plan .contact {
  padding-bottom: 64px;
}

.plan-top {
  padding: 48px 20px 40px 8px;
}

@media (max-width:530px) {
  .plan-top {
    padding: 48px 20px 10px 8px;
  }
}

/* ==============================================

	faq

================================================= */

.faq {
  background-color: #fef8f4;
  /* 
  background-image: url("images/rasisa_bg.webp");
  background-size: 100% auto;
  */
}

.faq-list {
  padding: 0 32px;
}

.faq .padding {
  height: 256px;
}

.expand {
  cursor: pointer;
}
.expand.-close .open {
  display: none;
}
.expand.-open .close {
  display: none;
}

@media (max-width:430px) {
  .faq .padding {
    height: 200px;
  }  
}

/* ==============================================

	footer

================================================= */

.footer {
  width: 100%;
  background-color: black;
}
.footer .icon-area {
  display: flex;
  justify-content: center;
  gap: 64px;
  padding: 48px 0 32px;
}
.footer .tel-area {
  display: block;
  position: absolute;
  width: 100%;
  height: 32px;
  bottom: 111px;
}

/* ==============================================

	slick

================================================= */

.slick-arrow {
	position: absolute;
	cursor: pointer;
	width: 40px;
	height: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.slick-arrow img {
	zoom: 0.6;
}
.slick-arrow.prev {
	left: -40px;
	top: 140px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
.slick-arrow.next {
	right: -40px;
	top: 140px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

.slick-dots {
	position: relative!important;
	bottom: 0!important;
}
#plan .slick-dots  {
	margin-top: 15px!important;
}
.slick-dots li {
	margin: 0!important;
}
.slick-dots li button:before {
	font-size: 8px!important;;
	color: #C0C0C0!important;;
	opacity: 1!important;;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
	color: #EA3F88!important;;
}
.slick-dots li.slick-active button:before {
	color: #EA3F88!important;;
}
.slick-dotted.slick-slider {
	margin-bottom: 0!important;;
}
@media screen and (max-width:768px){
  .slick-arrow.prev {
    top: 110px;
  }
  .slick-arrow.next {
    top: 110px;
  }
}






