@charset "utf-8";

/*-----------------------------------------------------------
無理なく、自分らしく、美しく。
-----------------------------------------------------------*/

.first-wrapper:before, .first-wrapper:after {
	content: "";
    position: absolute;
    top: 0;
    z-index: 1;
}

.first-wrapper:before {
  	max-width: 350px;
    width: 18.5%;
    height: 6%;
    left: 0;
    background: url(/system_panel/uploads/images/bg-deco-left01.png) no-repeat center center / contain;
}

.first-wrapper:after {
  	max-width: 436px;
    width: 23%;
    height: 5%;
    right: 0;
    background: url(/system_panel/uploads/images/bg-deco-right01.png) no-repeat center center / contain;
}

.first01-contents {
	background: linear-gradient(0deg,rgba(253, 238, 242, 0) 0%, rgba(253, 238, 242, 0.6) 20%, rgba(253, 238, 242, 1) 50%, rgba(253, 238, 242, 0.6) 80%, rgba(253, 238, 242, 0) 100%);
}

/*-----------------------------------------------------------
当院の特徴
-----------------------------------------------------------*/

.first02-row {
    max-width: 1770px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    margin: 60px auto 0;
}

.first02-img-box {
    max-width: 960px;
    position: relative;
    width: 100%;
}

.first02-img-mask:after {
    content: "";
    position: absolute;
    top: 0;
    height: 100.3%;
    width: 76.92%;
    right: -1px;
    background: linear-gradient(270deg,rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

.first02-row:nth-of-type(even) .first02-img-mask:after {
	width: 76.92%;
	right: auto;
	left: -1px;
	background: linear-gradient(90deg,rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

.first02-text-row {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
}


.first02-num-box {
    max-width: 100px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
}

.first02-num-text {
    font-family: var(--font-family02);
}

.first02-num {
    letter-spacing: 0;
    line-height: 1;
    margin: -7px auto 0;
}

.first02-text-block {
    position: relative;
    max-width: 910px;
    width: 100%;
    padding: 10px;
    margin: 0 auto;
}

.first02-text-block-in {
    border-image-source: url(/system_panel/uploads/images/top-voice-deco.svg);
    border-image-slice: 40 fill;
    border-image-width: 40px;
    border-image-repeat: round;
    padding: 60px 15px;
}

.first02-text-main {
    max-width: 700px;
    width: 100%;
    margin: 0px auto;
}

.first02-text-box {
    max-width: 670px;
    width: 100%;
    margin: 30px auto 0px;
}

/*-----------------------------------------------------------
施術の流れ
-----------------------------------------------------------*/

.flow-titlle-deco {
    display: block;
    max-width: 130px;
    width: 80%;
    margin: -10px auto auto -5px;
}

.flow-deco01 {
    width: 15%;
    top: 0;
    right: 10%;
    z-index: 2;
}

.flow-deco02 {
    width: 15%;
    top: 0;
    left: 0;
    z-index: 2;
}

.flow-deco03 {
    width: 18%;
    right: 0;
    bottom: 0;
    z-index: 2;
}

/*-----------------------------------------------------------
よくあるご質問
-----------------------------------------------------------*/

.faq-item {
    /* padding: 25px 0 0 0; */
    border: 1px dashed var(--primary);
}

.faq-icon-box {
    margin: 0 2% 0 0;
}

.faq-icon {
    font-size: clamp(20px, 17.573px + 0.647vw, 30px);
    font-family: var(--font-family02);
    font-weight: 400;
    line-height: 1.2;
}

.faq-title {
	font-size: 14px;
}

.accordion-btn {
    position: relative;
    cursor: pointer;
    transition: .3s;
}

.accordion-btn:hover {
    opacity: .5;
}

.accordion-content {
    display: none;
}

/*アコーディオンアイコン*/

.accordion-icon {
    display: block !important;
    position: relative;
    max-width: 18px;
    width: 100%;
    height: 18px;
    margin: 0 0 0 2%;
}

.accordion-icon-item {
    position: absolute;
    margin: auto;
    width: 18px;
    height: 1px;
    background-color: var(--base-body-color);
    transition: .5s;
}

.accordion-icon-item:nth-child(1) {
    left: 0;
    right: 0;
    top: 50%;
    transform: rotate(0deg);
}

.accordion-icon-item:nth-child(2) {
    left: 0;
    right: 0;
    top: 50%;
    transform: rotate(90deg);
}

.accordion-icon.active > .accordion-icon-item:nth-child(1) {
    display: none;
}

.accordion-icon.active > .accordion-icon-item:nth-child(2) {
    top: 50%;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:375px) {

}/* min-width: 375px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width: 576px) {
  
    .first-wrapper:before {
        height: 10%;
    }

    .first-wrapper:after {
        height: 10%;
    }
}
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width: 768px) {
  
    .first02-row {
        width: 95%;
        flex-direction: row;
        align-items: flex-start;
        margin: 100px 0px 0px;
    }
  
    .first02-row:nth-of-type(2n) {
        flex-direction: row-reverse;
        margin: 100px 0px 0px auto;
    }
  
	.first02-img-box {
        height: 350px;
    }
  
    .first02-img-box01 .img-fit {
        object-position: 0px center;
    }
  
     .first02-text-block {
        width: 78%;
        margin: 15% 0px 0px -40%;
    }
  
    .first02-row:nth-of-type(2n) .first02-text-block {
        width: 78%;
        margin: 15% -40% 0px auto;
    }
  
      .first02-num {
          margin: -12px auto 0;
      }
    /*-----------------------------------------------------------
    施術の流れ
    -----------------------------------------------------------*/

    .flow-titlle-deco {
        margin: -15px auto auto -14px;
    }

}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width: 1024px) {
  
    .first-wrapper:before {
        height: 23%;
    }

    .first-wrapper:after {
        height: 24%;
    }
  
    /*-----------------------------------------------------------
    当院の特徴
    -----------------------------------------------------------*/

    .first02-text-block {
        width: 78%;
    }
  
    .first02-text-row {
        flex-direction: row;
        gap: 20px;
    }

    .first02-text-main {
        margin: 30px 0 0;
    }

    .first02-num-box {
        margin: 0;
    }
  
    /*-----------------------------------------------------------
    よくあるご質問
    -----------------------------------------------------------*/
  
    .faq-item {
        /* padding: 25px 0 0 0; */
    }

    .faq-title-box, .answer-box {
        /* gap: 30px; */
    }
  
    .faq-title {
        font-size: 16px;
    }

  
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width: 1200px) {
  
    /*-----------------------------------------------------------
    当院の特徴
    -----------------------------------------------------------*/
  
    .first02-row {
        flex-direction: row;
        align-items: center;
    }
  
    .first02-img-box {
        height: auto;
    }
  
     .first02-text-block {
        margin: 0px 0px 0px -10%;
    }
  
    .first02-row:nth-of-type(2n) .first02-text-block {
        margin: 0px -10% 0px 0px;
    }
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width: 1400px) {
  
    /*-----------------------------------------------------------
    当院の特徴
    -----------------------------------------------------------*/
    .first02-text-row {
        gap: 20px;
    }
  
    .first02-text-block-in {
        padding: 40px 30px 80px;
    }
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width: 1600px) {
  
    /*-----------------------------------------------------------
    当院の特徴
    -----------------------------------------------------------*/
    .first02-text-row {
        justify-content: flex-start;
		gap: 40px;
    }

    .first02-text-block-in {
        padding: 40px 45px 80px;
    }
  
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width: 1700px) {
  
    /*-----------------------------------------------------------
    当院の特徴
    -----------------------------------------------------------*/
    .br-1700-block br {
		display: block;
    }
  
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */