@charset "UTF-8";


/* 確認 */
#pageTitle:after {
  transform: translateX(-50%);
}
/* #pageTitle p {
    font-size: clamp(28px, 1.823vw, 35px);
    text-align: center;
} */
@media screen and (max-width: 768px) {

    /* #pageTitle {
    line-height: 2;
    font-size: min(5.625vw, 35px);
  } */

    /* #pageTitle p {
      font-size: 0.6em;
    } */
}

.section_basic {
    padding: 100px 0;
}
@media screen and (max-width: 768px) {
    .section_basic {
      padding: 13vw 0;
    }
}

.intro_inner {
  width: 90%;
  max-width: 742px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .intro_inner {
    width: 100%;
  }
}

.intro_title{
  font-weight: normal;
  letter-spacing: 0.1em;
  color: #78C153;
  font-size: clamp(28px, 1.823vw, 35px);
  margin-bottom: 2em;
  line-height: 1.3;

}

@media screen and (max-width: 768px){

.intro_title {
        font-size: clamp(20px, 2.343vw, 24px);
  }
}
@media screen and (max-width: 480px){

.intro_title {
    font-size: 4.166vw;
  }
}

.intro_img {
  margin-bottom: 2rem;
  border-radius: 1em;
}

@media screen and (max-width: 768px) {
  .intro_img{
    margin-bottom: 7vw;
  }
}

.one_period p.min,
.one_period p.min.line_break {
  font-size: clamp(14px, 1.562vw, 16px);

}

@media screen and (max-width: 768px) {
    .one_period p.min,
    .one_period p.min span {
        font-size: min(3.75vw, 23px);
        text-align: center;
    }
}


/*　スタッフボイス
===================================================================== */

/* 背景 */
.bg_blue{
	background-color: #F9FAFC;
}

.flower_top_right::after {
  background-image: url(../images/common/bg_flower01_right.png);
  width: 25%;
}
.flower_bottom_left::after {
  background-image: url(../images/common/bg_flower01_left_02.png);
  width: 25%;
}

.flower_inner {
  padding: min(300px,20vw) 0 min(100px,15vw);
}
@media screen and (max-width: 768px) {
  .flower_inner {
    padding: 15vw 0;
  }
}

/* 中身 */

.inner {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

.staff_01 {
  position: relative;
  padding: 6vw 7.5vw;
  text-align: justify;
  background: #fff;
  margin-bottom: clamp(100px,15vw,230px);
  }
.staff_01:last-child {
  margin-bottom: 0;
}

.staff_img01 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
  width: 50%;
  max-width: 556px;
  height: auto;
  transform: translate(15%,-40%);
  border-radius: 1em;
}
.staff_img02 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 50%;
  height: auto;
  transform: translate(-15%,-40%);
  border-radius: 20px;
}
@media screen and (max-width: 768px) {

  .staff_01 {
    margin-bottom: 10vw;
  }

  .staff_img01,
  .staff_img02 {
    position: initial;
    transform: initial;
    width: 100%;
    border-radius: .5em;
    aspect-ratio: 1.5 / 1;
    object-fit: cover;
    margin-bottom: 5.5vw;
  }
}

.n_people {
  display: flex;
  color: #78C153;
  font-size: min(3.25vw, 25px);
  margin-bottom: 5vw;
  padding-left: min(50px,3vw);
}
@media screen and (max-width: 768px) {
  .n_people {
    width: initial;
    padding-left: 0;
    font-size: min(5.625vw, 25px);
  }
}

.emptiness {
  display: flex;
}

.emptiness_box {
  width: 45%;
}
@media screen and (max-width: 768px) {
  .emptiness_box {
    width: initial;
  }
}

.voice_num {
  position: relative;
  margin-right: 2em;
  font-size: min(3.9vw, 30px);
  font-family: "Cochin", "NotoSerif", serif !important;
}
.voice_num::before {
  position: absolute;
  content: '';
  top: 0;
  right: -75%;
  height: 130%;
  transform: translateY(-15%);
  border: solid .8px #78C153;
}
@media screen and (max-width: 768px) {

  .voice_num {
    margin-right: 1em;
    font-size: min(6.25vw, 35px);
  }
  .voice_num::before {
    right: -50%;
    height: 70%;
    top: 50%;
    transform: translateY(-50%);
  }
}

.staff_sub {
  line-height: 1.7;
  font-size: clamp(21px, 1.823vw, 30px);
  letter-spacing: 0.2em;
  margin-bottom: 1em;
  margin-top: 0.7em;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .staff_sub,
  .staff_sub .line_break {
      font-size: min(5.3vw, 28px);
      text-align: center;
  }
  .staff_text {
    font-size: clamp(14px, 1.562vw, 16px);
  }
}

@media screen and (max-width: 480px){
  .staff_text {
    font-size: 2.291vw;
  }
}
/* 改行 */
.line_break {
  display: inline-block;
}
.line_break02 {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .staff_sub,
  .staff_sub .line_break {
      font-size: clamp(20px, 2.343vw, 24px);
      text-align: center;
  }

  .line_break02 {
  display: initial;
}
}

@media screen and (max-width: 480px){

  .staff_sub,
  .staff_sub .line_break {
    font-size: 4.166vw;
  }
}

/* ---------------------------------------------------------------- */
.link_free_dial02 {
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
}
@media screen and (max-width: 768px) {
  .link_free_dial02 {
    width: 100%;
    margin: .5rem 0;
  }
}

/* 確認 */
.font24 {
  margin-bottom: 2em;
}

/* バナーセット */

#bannerArea.mb{
  margin-bottom: 120px;
}

.bnr-set{
  width: 90%;
  max-width: 1200px;
}

.bnr-set .bnr_memberShip{
  position: relative;
  width: 100%;
  max-width: none;
  margin: 0 auto 50px;
}

.bnr-set .bnr_memberShip.book{
  margin-top: -25px;
}

.bnr-set .bnr_memberShip:last-of-type{
  margin-bottom: 0;
}

.bnr-set .bnr_memberShip .ex-part{
  position: absolute;
  top: 0;
  left: 0;
  width: 11%;
  transform: translate(-20%, -10%);
}

.bnr-set .bnr_memberShip.book .btnwrap{
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  font-family: "Cochin", "NotoSerif", serif;
  font-size: min(1.79vw,24px);
  gap: 0.9em;
  transform: translate(-9%,-77%);
}

.bnr-set .bnr_memberShip.book .btnwrap a{
  background: #fff;
  width: 15em;
  text-align: center;
  padding: 0.3em 0 0.1em;
  border-radius: 1.5em;
  box-shadow: 0.05em 0.05em 0.5em rgba(0, 0, 0, 0.3);
}

.bnr-set .bnr_memberShip.book .btnwrap a.link{
  width: 13em;
  font-size: 0.875em;
}

.bnr-set .bnr_memberShip.book .btnwrap a span{
  position: relative;
  display: inline-block;
  padding-left: 1.5em;
}

.bnr-set .bnr_memberShip.book .btnwrap a.tel span::before{
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1.2em;
  height: 1.2em;
  background: url(../images/common/icon_tel.png)no-repeat center / contain;
}

.bnr-set .bnr_memberShip.book .btnwrap a.link span::before{
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1.2em;
  height: 1.2em;
  background: url(../images/common/icon_book.png)no-repeat center / contain;
}

.bnr-set .bnr_memberShip.book .btnwrap a .small{
  font-size: 0.6em;
  padding-left: 0;
}

.bnr-set .bnr_memberShip.book .btnwrap a span.small::before{
  content: none;
}

@media screen and (max-width: 768px){
  #bannerArea ul#bottom_bannerList li p.bnr_listcap{
    font-size: min(3.125vw, 16px);
  }

  .bnr-set .bnr_memberShip .ex-part{
    width: 20%;
    transform: translate(-20%, -19%);
  }

  .bnr-set .bnr_memberShip.book{margin-top: 0;}

  .bnr-set .bnr_memberShip{margin:0 auto 5vw;}

  #bannerArea.mb{
    margin-bottom: 10vw;
  }

  ul#bottom_bannerList{
    width: 100%;
  }

  .bnr-set .bnr_memberShip.book .btnwrap{
    display: block;
    width: 100%;
    transform: translate(0,0);
    padding: 7%;
    font-size: 4.2vw;
  }

  .bnr-set .bnr_memberShip.book .btnwrap a,
  .bnr-set .bnr_memberShip.book .btnwrap a.link{
    width: 100%;
    padding: 0.5em 0;
    margin-top: 3vw;
  }
}
