@charset "UTF-8";

/*****************************
  pagecommon
*****************************/
.pagehead{
  padding-top: 0px;
  position: relative;
}
.pagehead-bg{
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
}
.pagehead-bg::before{
  content: "";
  background: rgb(246, 168, 189, 0.1);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 1180px) {
    
}
@media only screen and (max-width: 1024px) {
  .pagehead-bg{
    height: 300px;
  }
}
@media only screen and (max-width: 820px) {
    
}
@media only screen and (max-width: 767px) {
  .pagehead-bg{
    height: 200px;
  }
}

/*****************************
  BG
*****************************/
.bg_pink_pattern {
    position: relative;
    background-image: url(../images/common/pink_pattern.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 0;
}
.bg_footer {
    position: relative;
}
.bg_footer::before {
    content: "";
    background: url(../images/common/bg001-item01.png) center / cover;
    width: 200px;
    aspect-ratio: 7/5;
    position: absolute;
    top: 20px;
    right: 0;
}

.bg_footer::after {
    content: "";
    background: url(../images/common/bg001-item02.png) center / cover;
    background-repeat: no-repeat;
    width: 400px;
    aspect-ratio: 7/5;
    position: absolute;
    bottom: 0;
    left: 0;
}
@media screen and (max-width: 820px) {
.bg_footer::before {
    width: 200px;
}

.bg_footer::after {
    width: 300px;
}
}
@media screen and (max-width: 767px) {
.bg_footer::before {
    width: 150px;
}

.bg_footer::after {
    width: 200px;
}
}

.top_sec.bg_news {
    background: #EAE6DB;
    position: relative;
    background-image: url(../images/common/pink_pattern.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0px 0;
}

.top_sec.bg_greeting {
    position: relative;
    background: #F7F6F1;
    margin: 0px 0;
}
.top_sec.bg_greeting::before {
    content: "";
    background: url(../images/common/bg001-item01.png) center / cover;
    width: 200px;
    aspect-ratio: 7/5;
    position: absolute;
    top: 20px;
    right: 0;
}

.top_sec.bg_greeting::after {
    content: "";
    background: url(../images/common/bg001-item03.png) center / cover;
    background-repeat: no-repeat;
    width: 400px;
    aspect-ratio: 1/1;
    position: absolute;
    bottom: 0;
    left: 0;
}
@media screen and (max-width: 820px) {
.top_sec.bg_greeting::before {
    width: 200px;
}

.top_sec.bg_greeting::after {
    width: 300px;
}
}
@media screen and (max-width: 767px) {
.top_sec.bg_greeting::before {
    width: 150px;
}

.top_sec.bg_greeting::after {
    width: 200px;
}
}



/*****************************
  タイトル
*****************************/
.title_type1 {
    position: relative;
    text-align: center;
    margin: 10px 0 50px;
}

.title_type1 h2 {
    position: relative;
    font-size: 30px;
    display: inline-block;
    letter-spacing: 2px;
    line-height: 1;
    font-family: "Zen Maru Gothic", serif;
    z-index: 1;
}
@media screen and (max-width: 767px) {
.title_type1 h2 {
  font-size: 20px;
  text-align: left;
  line-height: 1.4;
}
}

.title_type1 h2:before {
position: absolute;
content: '';
background: url(../images/common/title_item.webp) center / cover;
width: 120px;
aspect-ratio: 2 / 1;
top: 15px;
right: -70px;
transform: translateY(-50%) translateX(0%);
z-index: -1;
opacity: 1;
}
@media screen and (max-width: 767px) {
.title_type1 h2:before {
  width: 100px;
}
}
/* 特殊 */
@media screen and (max-width: 767px) {
.title_type1.long_text_style h2:before {
  width: 100px;
  right: 0px;
}
}



.title_type2 {
position: relative;
text-align: left;
margin-bottom: 10px;
border-bottom: 2px solid #f6a8bd;
width: min(500px, 100%);
}

.title_type2 h3 {
font-size: 20px;
letter-spacing: 1px;
line-height: 1.8;
}
@media screen and (max-width: 767px) {
.title_type2 h3 {
    font-size: 18px;
    line-height: 1.6;
}
}

.title_type3 {
position: relative;
text-align: left;
margin-bottom: 10px;
border-bottom: 2px solid #82CB7E;
width: min(500px, 100%);
}

.title_type3 h3 {
font-size: 20px;
letter-spacing: 1px;
line-height: 1.8;
}
@media screen and (max-width: 767px) {
.title_type3 h3 {
    font-size: 18px;
    line-height: 1.6;
}
}

.bg_glay{
  position: relative;
  background: #F7F6F1;
}


/******************************
  ページhead
******************************/
.pagehead-ttl {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 7%;
}
.pagehead-ttl h2 {
font-size: 26px;
letter-spacing: 2px;
text-shadow: 0px 0px 5px #000000;
}
@media screen and (max-width: 1024px) {
}

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

@media screen and (max-width: 767px) {
  .pagehead-ttl {
  color: #fff;
  position: absolute;
  top: 40%;
  left: 7%;
}
  .pagehead-ttl h2 {
    font-size: 20px;
  }
}

/*****************************
  top 汎用SECTION
*****************************/
.top_sec{
  margin: 30px 0;
  padding: 60px 0 60px;
}
 .top_sec.top_gallery{
    margin: 0px 0;
    padding: 60px 0 0px; 
}

.top_sec_shot{
  margin: 30px 0;
  padding: 30px 0 30px;
}
.top_sec_long{
  margin: 30px 0;
  padding: 30px 0 100px;
}
@media screen and (max-width: 820px) {
  .top_sec,.top_sec_shot,.top_sec_long {
    margin: 0px 0;
    padding: 30px 0 40px;
  }
}

/*****************************
  下層 汎用SECTION
*****************************/
.pagesec{
  margin: 30px 0;
  padding: 60px 0 60px;
}
.pagesec_shot{
  margin: 30px 0;
  padding: 30px 0 30px;
}
.pagesec_long{
  margin: 30px 0;
  padding: 30px 0 100px;
}
@media screen and (max-width: 820px) {
  .pagesec,.pagesec_shot,.pagesec_long {
    margin: 0px 0;
    padding: 30px 0 30px;
  }
}


/*****************************
  text_area
*****************************/
.main_text_area{
  width: min(800px, 100%);
  margin: 0 auto;
}
.main_text_area p{
  text-align: left;
  font-size: 16px;
  margin-bottom: 10px;
}




/*****************************
  プラポリ
*****************************/
.page-privacy{
  margin-top: 60px;
  margin-bottom: 60px;
}
.pagebox{
  width: 100%;
  margin: 10px auto 10px;
}
.page-privacy .pplist .pplist .ppbox{
  margin: 2rem 0;
}
.page-privacy .pplist .ttl{
border-left: 5px solid #181818;
color: #181818;
font-size: 1.8rem;
font-weight: bold;
margin: 3rem 0 1rem;
padding: 0.5rem 1.5rem;
}
.page-privacy .pplist .content .add{
  margin-top: 2rem;
}
.page-privacy p,
.page-privacy .pplist .content{
  line-height: 1.8;
  color: #505050;
}
.page-privacy .pplist .content ul{
  margin-top: 1rem;
  margin-left: 2rem;
}
.page-privacy .pplist .content li{
  list-style: "・";
}
@media only screen and (max-width: 767px) {
  .page-privacy .pplist .ttl{
      font-size: 1.8rem;
  }
}

/*****************************
  サイトマップ
*****************************/
.sitemap_m{
margin-bottom: 60px;
}
.sitemaplist {
display:flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: flex-start;
margin-top: 50px;
}
.sitemaplist li {
width: 47%;
list-style: none;
margin: 10px;
}
@media screen and (max-width: 767px) {
.sitemaplist li {
width: 100%;
list-style: none;
}
}
.sitemaplist li a{
display: block;
border: 1px solid;
padding: 10px 20px;
position: relative;
border-color: #F6A8BD;
color: #F6A8BD;
opacity: 1;
}
.sitemaplist li a:hover{
display: block;
border: 1px solid;
padding: 10px 20px;
position: relative;
border-color: #E064B1;
background: #E064B1;
color: #fff;
}
.sitemaplist li a::after {
content: ">";
display: block;
position: absolute;
right: 20px;
font-size: 20px;
top: 8px;
color: #F6A8BD;
}
.sitemaplist li a:hover::after {
content: ">";
display: block;
position: absolute;
right: 20px;
font-size: 20px;
top: 8px;
color: #fff;
}
.sitemap-current a{
color: #fff !important;
border: 1px solid;
background: #F6A8BD;
}
.sitemap-current a::after {
content: ">";
display: block;
position: absolute;
right: 20px;
font-size: 20px;
top: 8px;
color: #fff !important;
}


/*****************************
  フォーム コンタクトフォーム
*****************************/
.firsttxt{
  max-width: 800px;
  margin: 10px auto 30px;
}
.ppbox{
  max-width: 800px;
  margin: 10px auto 10px;
}
.formbox{
  max-width: 800px;
  margin: 0 auto;
}
.formbox .fomin{
  background: #fff8fa;
  border-top: 1px solid #e8678c;
  border-bottom: 1px solid #e8678c;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden;
}
.formbox .fomin:not(:first-of-type){
  border-top: 0;
}
.formbox .fomttl{
  font-weight: bold;
  padding: 0 1rem;
  text-align: left;
  width: 230px;
}
.formbox .fomttl span {
  background: #B22D35;
  border-radius: 4px;
  color: #fff;
  display: block;
  font-size: 1.2rem;
  line-height: 1;
  padding: 5px 10px;
  display: table;
  margin: 5px 0;
}

.formbox .fomttl span.any{
  background: #004AAB;
  border-radius: 4px;
  color: #fff;
  display: block;
  font-size: 1.2rem;
  line-height: 1;
  padding: 5px 10px;
  display: table;
  margin: 5px 0;
}

.formbox .fomcontent{
  background: #fff;
  padding: 2rem 1rem;
  width: calc(100% - 230px);
}
.formbox .fomcontent span.error{
  background: none;
  margin: 0;
}
.formbox .fomcontent dl{
  margin-bottom: 1rem;
}
.formbox .fomcontent dt{
  width: 145px;
}
.formbox .fomcontent dd{
  margin-left: auto;
  width: calc(100% - 165px);
}
.formbox .input-check{
  text-align: left;
}
.formbox .input-radio .wpcf7-list-item,
.formbox .input-check .wpcf7-list-item{
  display: block;
  margin-right: 1rem;
  margin-left: 0;
}
.input-submit{
  margin: 3rem auto;
  text-align: center;
}
.formtxt{
  max-width: 500px;
  margin: 2rem auto;
  padding: 2rem 0 0;
}
.formtxt .inbox{
  margin: 2rem 0;
}
.formtxt .inbox p{
  margin-bottom: 2rem;
}

/* .formbox input,
.formbox textarea,
.formbox select,
.input-submit input{
} */
.formbox .input-txt input,
.formbox .input-num input,
.formbox .input-age input,
.formbox .input-zip input,
.formbox .input-txtarea textarea,
.formbox .input-select select {
  background: #f3f3f3;
  border: 1px solid #9f9f9f;
  border-radius: 3px;
  width: 100%;
}
.formbox .input-age input,
.formbox .input-num input{
  margin-right: 1rem;
  max-width: 100px;
}
.formbox .input-day:first-child{
  margin-bottom: 1rem;
}
.formbox .input-day input{
  width: calc(100% - 145px);
}

.formbox .input-txt input,
.formbox .input-num input,
.formbox .input-age input,
.formbox .input-zip input,
.formbox .input-select select {
  font-size: 1.6rem;
  height: 36px;
  padding: 0 .5rem;
}
.formbox .input-date input{
  margin: .5rem 0;
}
.formbox .input-select select{
  appearance: auto;
}
.formbox .input-txtarea textarea {
  padding: .5em;
}
.formbox .input-add{
  margin-top: 1rem;
}
.formbox .input-zip input{
  margin: 0 1rem;
  width: 100px;
}
.formbox .input-zip .subtxt{
  display: block;
  font-size: 1.4rem;
  margin-bottom: -1rem;
  text-align: right;
}

.formbox .input-submit {
  text-align: center;
  margin-top: 2em;
}
.formbox .input-submit div {
  display: inline-block;
  vertical-align: middle;
}
.formbox .input-submit input {
  height: 50px;
  padding: 0 30px;
}
.pagesec-contact{
  position: relative;
}
.pagesec-contact .inner1{
  position: relative;
}
.pagesec-contact .ttlbox1{
  margin-bottom: 2rem;
}
.pagesec-contact .firsttxt{
  margin: 0 auto ;
  max-width: 800px;
  padding: 1rem;
}
.pagesec-contact .firsttxt p{
  color: #282828;
  font-size: 1.8rem;
  font-weight: bold;
}
.pagesec-contact .txtbox{
  margin: 2rem auto ;
  max-width: 800px;
  padding: 1rem;
  position: relative;
}
.pagesec-contact .txtbox .attention{
  color: #A42020;
  font-weight: bold;
  margin-top: -1rem;
}
.pagesec-contact .txtbox .telbox{
  margin-top: 2rem;
}
.pagesec-contact .txtbox .telbox a{
  color: #003da5;
  font-size: 2.4rem;
  font-weight: bold;
}
.pagesec-contact .txtbox .telbox a i{
  margin-right: .3rem;
}
.pagesec-contact .txtbox .telbox p{
  font-weight: bold;
  margin: 0;
}

.pagesec-contact .box{
  margin-top: 2rem;
  position: relative;
  padding-top: 1rem;
}
.pagesec-contact .ppbox{
  margin: 2rem auto;
  max-width: 800px;
}
.pagesec-contact .ppbox a{
  text-decoration: underline;
}
.formblock .lastcheck{
  margin: 0 auto;
  max-width: 800px;
}
.pagesec-contact .wpcf7-spinner {
  margin: 0;
  position: absolute;
  bottom: -4rem;
  left: 50%;
  transform: translateX(-50%);
}
form.sent .formblock,
form .sent-after,
form.sent .fomb{
  display: none;
}
form.sent .sent-after{
  display: block;
  margin: 0 auto 2rem;
  max-width: 800px;
  padding: 1rem;
  position: relative;
  text-align: center;
}
.pagesec-contact .wpcf7 form .wpcf7-response-output{
  margin: 0 auto;
  max-width: 800px;
  padding: 20px;
  text-align: center;
}

.fomb {
  max-width: 300px;
  margin: 2rem auto 0;
}
.fomb input{
  background: #E064B1;
  border: 1px solid #E064B1;
  box-shadow: 6px 8px 15px rgb(0 0 0 / 0%);
  color: #fff;
  display: inline-block;
  min-width: 180px;
  opacity: 1 !important;
  padding: .5rem 2rem ;
  position: relative;
  transition: .3s;
}
.fomb:hover input{
  background-color: #fff;
  color: #E064B1;
}
.fomb input:disabled{
  background: #b5b5b5 !important;
  color: #ebebeb;
  border: 1px solid #b5b5b5;
  box-shadow: 6px 8px 15px rgb(0 0 0 / 30%);
}


@media only screen and (max-width: 1180px) {
  
}
@media only screen and (max-width: 1024px) {
  
}
@media only screen and (max-width: 820px) {

}
@media only screen and (max-width: 768px) {
  
}
@media only screen and (max-width: 767px) {
  .formbox .input-zip .subtxt{
    margin-bottom: 1rem;
    text-align: left;
  }
  .formbox .fomttl {
    padding: 1rem;
    text-align: left;
    width: 100%;
  }
  .formbox .fomcontent{
    padding: 1.5rem 1rem;
    width: 100%;
  }
  .contactlink .fbox{
    margin: .5rem 0;
    width: 100%;
  }
  .formbox .input-age input, .formbox .input-num input {
    margin-right: 1rem;
    max-width: 70px;
  }
  .pagesec-contact .ppbox .formpp h3 {
    font-size: 2.4rem;
  }
  .pagesec-contact .wpcf7 form .wpcf7-response-output{
    margin: 0 auto;
    max-width: 800px;
    padding: 20px;
    text-align: left;
  }
  .pagesec-contact .txtbox,
  form.sent .sent-after{
    text-align: left;
  }

  .formbox .fomcontent dt,
  .formbox .fomcontent dd{
    width: 100%;
  }
  .formbox .input-add {
    margin: 0 0 1rem;
  }
  .pagesec-contact .formlinks li{
    margin: 0 auto;
    width: 80%;
  }
  .pagesec-contact .formlinks li a{
    border: 1px solid #0F2453;
    border-bottom: 0;
  }
  .pagesec-contact .formlinks li:last-of-type{
    border-bottom: 1px solid #0F2453;
  }
}



/* ----------------------------------------
animate.cssカスタム
------------------------------------------*/
.animate__delay-01s {animation-delay: calc(var(--animate-delay) * 0.1);}
.animate__delay-02s {animation-delay: calc(var(--animate-delay) * 0.2);}
.animate__delay-03s {animation-delay: calc(var(--animate-delay) * 0.3);}
.animate__delay-04s {animation-delay: calc(var(--animate-delay) * 0.4);}
.animate__delay-05s {animation-delay: calc(var(--animate-delay) * 0.5);}
.animate__delay-06s {animation-delay: calc(var(--animate-delay) * 0.6);}
.animate__delay-07s {animation-delay: calc(var(--animate-delay) * 0.7);}
.animate__delay-08s {animation-delay: calc(var(--animate-delay) * 0.8);}
.animate__delay-09s {animation-delay: calc(var(--animate-delay) * 0.9);}
.animate__delay-10s {animation-delay: calc(var(--animate-delay) * 1.0);}
.animate__delay-11s {animation-delay: calc(var(--animate-delay) * 1.1);}
.animate__delay-12s {animation-delay: calc(var(--animate-delay) * 1.2);}
.animate__delay-13s {animation-delay: calc(var(--animate-delay) * 1.3);}
.animate__delay-14s {animation-delay: calc(var(--animate-delay) * 1.4);}
.animate__delay-15s {animation-delay: calc(var(--animate-delay) * 1.5);}
.animate__delay-16s {animation-delay: calc(var(--animate-delay) * 1.6);}
.animate__delay-17s {animation-delay: calc(var(--animate-delay) * 1.7);}
.animate__delay-18s {animation-delay: calc(var(--animate-delay) * 1.8);}
.animate__delay-19s {animation-delay: calc(var(--animate-delay) * 1.9);}
.animate__delay-20s {animation-delay: calc(var(--animate-delay) * 2);}

.top_flex_3col{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
}
.top_flex_3col li{
  width: calc(100% / 3);
  padding: 10px;
  text-align: center;
}
@media screen and (max-width: 820px) {
.top_flex_3col li{
  width: calc(100% / 2);
  padding: 10px;
}
}
@media screen and (max-width: 767px) {
.top_flex_3col li{
  width: calc(100% / 1);
  padding: 10px;
}
}

.top_flex_3col li img{
  margin-bottom: 5px;
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}
.top_flex_3col li h3{
  font-size: 16px;
  line-height: 1.8;
  
}

/*****************************
よくある質問
*****************************/
.faq_list{
  margin-bottom: 50px;
}
.page-faq .faq_list:last-child{
  margin-bottom: 0px;
}

.qa_box{
  margin: 50px 0;
}

.qa dl {
  cursor: pointer;
  margin: 0;
  padding: 15px 20px;
  border-radius: 5px 5px 0 0;
  position: relative;
  background: #d5f1d5;
  margin-bottom: 10px;
}
.qa dl.open {
  border-radius: 5px;
  background: #F6A8BD;
}
.qa dt {
  margin: 0;
  position: relative;
}
.qa dl dt::before,
.qa dl dt::after{
  content: '';
  position: absolute;
  top: 50%;
  right: 0%;
  width: 23px;
  height: 2px;
  background: #fff;
}
.qa dl.open dt::before,
.qa dl.open dt::after{
  background: #fff;
}
.qa dl dt::after{
  transform:rotate(90deg);
  -moz-transition: -moz-transform .3s linear;
  -webkit-transition: -webkit-transform .3s linear;
  transition: transform .3s linear;
}
.qa .open dt::after{
  transform:rotate(360deg);
}
.qa dt p {
  font-size: 16px;
width: calc(100% - 60px);
display: inline-block;
padding-left: 10px;
  line-height: 1.6;
  color: #505050;
  letter-spacing: 1px;
}

.qa .open dt p {
  color: #fff;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
.qa .open dt p {
  font-size: 14px;
}
}


.qa dt .faq_label,
.qa dd .faq_label{
  color: #274737;
  font-size: 24px;
  line-height: 1;
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.qa .open dt .faq_label,
.qa .open dd .faq_label{
  color: #ffffff;
  left: 0;
}
@media screen and (max-width: 767px) {
  .qa dt .faq_label,
  .qa dd .faq_label{
    vertical-align: top;
  }
}

.qa dd .faq_label{
  position: absolute;
}
.qa dd {
  height: auto;
  padding: 2rem 2rem 2rem 0;
  position: relative;
}
.qa dd .answer_area {
  width: calc(100% - 35px);
  margin-left: 35px;
  margin-right: 0px;
  padding: 10px 15px;
  background: #fbfbfb;
  min-height: 100px;
  border-radius: 5px;
}
.qa dd p {
  font-size: 1.6rem;
  line-height: 1.8;
}

.qa dd p:first-child{
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .qa dd{
    padding: 0 0 2rem ;
  }
  .qa dt p,
  .qa dd p{
font-size: 14px;
  }
  .qa dl dt::before,
  .qa dl dt::after{
    top: 1.5rem;
    right: 0;
}
}

.qa .open dd .answer_area p,.qa .open dd .answer_area p span{
  position: relative;
  color: #505050;
  left: unset;
  font-size: 16px;
  line-height: 1.6;
  font-family: 'BIZ UDGothic', sans-serif;
  width: 100%;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
.qa .open dd .answer_area p,.qa .open dd .answer_area p span{
  font-size: 14px;
}
}


.faq_flex{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  width: 95%;
  margin: 30px auto 80px;
}
.faq_flex li{
  padding: 10px;
}

.faq_flex li .page_btn {
    margin: 0px 0;
}
@media screen and (max-width: 1180px) {
.faq_flex{
   width: 100%;
}
.faq_flex li{
  padding: 10px;
}
}
@media screen and (max-width: 600px) {
.faq_flex li{
  padding: 10px 0;
}
}

/*****************************
メガメニューCSS
*****************************/

.megamenu_flex{
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
}

.megamenu_flex .megamenu_img {
    width: 30%;
}
.megamenu_flex .megamenu_img  img{
    width: 100%;
    height: auto;
    min-height: 310px;
    aspect-ratio: 5 / 3;
    object-fit: cover;
    object-position: left;
}

.megamenu_flex .megamenu_txt {
  width: 70%;
  padding: 15px 10px;
}
.megamenu_flex .megamenu_txt h2{
  padding: 10px;
  font-size: 20px;
  position: relative;
  display: inline-block;
  letter-spacing: 1px;
  color: #181818;
}
.megamenu_flex .megamenu_txt h2:before {
    position: absolute;
    content: '';
    background: url(../images/common/title_item.webp) center / cover;
    width: 100px;
    aspect-ratio: 2 / 1;
    top: 15px;
    right: -40px;
    transform: translateY(-50%) translateX(0%);
    z-index: 0;
    opacity: 1;
}

.megamenu_txt_flex{
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
}


.megamenu_txt_flex .megalink{
  width: calc(100% / 4);
  padding: 5px;
}

.megamenu_txt_flex .megalink a{
  display: block;
  padding: 0;
}

.megamenu_txt_flex .megalink img{
  width: 100%;
  aspect-ratio: 5 / 3;
  object-fit: cover;
  margin-bottom: 5px;
}
.megamenu_txt_flex .megalink p{
  font-size: 14px;
  color: #181818;
}

.cmnnav ul li.haschild:hover .megamenu{
  visibility: visible;
  pointer-events: all;
  opacity: 1;
  transform: translateY(0);
}
.megamenu{
  border-radius: 5px;
  position: absolute;
  top: 80px;
  right: 0%;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-50%);
  transition: .7s;
  /* z-index: -1; */
}
@media screen and (max-width: 1180px) {
.megamenu{
  top: 70px;
}
}



.megamenu::before{
  content: "";
  position: absolute;
  top: -26px;
  left: 0;
  height: 60px;
  width: 100%;
}
@media screen and (max-width: 1180px) {
.megamenu::before{
  top: -20px;
  height: 40px;
}
}
/* .cmnhead.on .megamenu::before{
  top: -45px;
} */


.cmnnav ul li .megamenu a::before,
.cmnnav ul li.nowpage .megalink a:before{
  display: none;
}
.cmnnav ul li .megamenu:hover .megalink img{
  transform: scale(1);
  transition: .3s;
}

.cmnnav ul li .megamenu:hover .megalink a:hover img{
  opacity: 0.7;
}
.navlist .megalink a:hover, .navlist .nowpage .megalink a {
  border-bottom: 0px solid #339900;
  opacity: 1;
}
@media screen and (max-width: 1024px) {
.megamenu_flex,.megamenu{
 display: none; 
}
}
/*****************************
メガメニューCSS END
*****************************/

.main_text_area{
  width: min(1000px, 100%);
  margin: 80px auto 50px;
  position: relative;
  z-index: 1;
  padding: 0;
}
.main_text_area p{
  margin-bottom: 30px;
}
.main_text_area .right_text{
  margin-bottom: 0px;
  text-align: right;
  font-size: 18px;
}

/*****************************
sp_br
*****************************/
.sp_br {
  display: none; 
}
.pc_br {
  display: block; 
}

@media (max-width: 767px) {
  .sp_br {
    display: block; 
  }
  .pc_br {
  display: none; 
  }
}

/*****************************
sp_br
*****************************/
.sp_menu_br {
  display: none; 
}
.pc_menu_br {
  display: block; 
}

@media (max-width: 1024px) {
  .sp_menu_br{
    display: block; 
  }
  .pc_menu_br {
  display: none; 
  }
}
/*****************************
service_flex
*****************************/
.service_flex{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
}
.service_flex .left_area{
  width: 42%;
  padding: 10px;
}
.service_flex .right_area{
  width: 58%;
  padding: 10px;
}
@media screen and (max-width: 1024px) {
.service_flex .left_area{
  width: min(800px, 100%);
  margin: 0 auto;
  padding: 10px;
}
.service_flex .left_area img{
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}
.service_flex .right_area{
  width: min(800px, 100%);
  margin: 0 auto;
  padding: 10px;
}
}

/*****************************
service_flex02
*****************************/
.service_flex02{
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: flex-start;
align-items: center;
align-content: center;
}
.service_flex02 .left_area{
  width: 58%;
  padding: 10px;
}
.service_flex02 .right_area{
  width: 42%;
  padding: 10px;
}
@media screen and (max-width: 1024px) {
.service_flex02 .left_area{
  width: min(800px, 100%);
  margin: 0 auto;
  padding: 10px;
}
.service_flex02 .right_area{
  width: min(800px, 100%);
  margin: 0 auto;
  padding: 10px;
}
.service_flex02 .right_area img{
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}
}

.icon_list li{
  margin-bottom: 5px;
  position: relative;
  padding-left: 25px;
}
.icon_list li:before {
  position: absolute;
  content: "";
  background-image: url(../images/common/hanamizuki.png);
  background-repeat: no-repeat;
  display: inline-block;
  background-size: cover;
  width: 22px;
  height: 22px;
  left: 0px;
  top: 1px;
  z-index: 0;
}


.area_area{
  margin-bottom: 40px;
}

/*****************************
label_box_flex
*****************************/

.label_box_flex{
    display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
}
.label_box_flex li:nth-child(1){
  width: 20%;
  padding: 5px;
}
.label_box_flex li:nth-child(2){
  width: 20%;
  padding: 5px;
}
.label_box_flex li:nth-child(3){
  width: 30%;
  padding: 5px;
}
.label_box_flex li:nth-child(4){
  width: 30%;
  padding: 5px;
}
@media screen and (max-width: 1024px) {
.label_box_flex li:nth-child(1){
  width: 50%;
}
.label_box_flex li:nth-child(2){
  width: 50%;
}
.label_box_flex li:nth-child(3){
  width: 50%;
}
.label_box_flex li:nth-child(4){
  width: 50%;
}
}

.label_box_flex li .item_box{
  background: #F6A8BD;
  border-radius: 5px;
  padding: 5px;
  text-align: center;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.label_box_flex li .item_box p{
  color: #fff;
  font-size: 15px;
}
.label_box_flex li:nth-child(1) .item_box p{
  font-size: 15px;
}
.label_box_flex li:nth-child(2) .item_box p{
  font-size: 15px;
}
.label_box_flex li:nth-child(3) .item_box p{
  font-size: 14px;
  line-height: 1.4;
}
.label_box_flex li:nth-child(4) .item_box p{
  font-size: 15px;
}
@media screen and (max-width: 767px) {
.label_box_flex li:nth-child(4) .item_box p{
  font-size: 13px;
}
}

/*****************************
label_box_flex02
*****************************/

.label_box_flex02{
    display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
}
.label_box_flex02 li:nth-child(1){
  width: 50%;
  padding: 5px;
}
.label_box_flex02 li:nth-child(2){
  width: 50%;
  padding: 5px;
}

@media screen and (max-width: 1024px) {
.label_box_flex02 li:nth-child(1){
  width: 30%;
}
.label_box_flex02 li:nth-child(2){
  width: 70%;
}
}
@media screen and (max-width: 767px) {
.label_box_flex02 li:nth-child(1){
  width: 100%;
}
.label_box_flex02 li:nth-child(2){
  width: 100%;
}
}


.label_box_flex02 li .item_box{
  background: #F6A8BD;
  border-radius: 5px;
  padding: 5px;
  text-align: center;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.label_box_flex02 li .item_box p{
  color: #fff;
  font-size: 15px;
}
.label_box_flex02 li:nth-child(1) .item_box p{
  font-size: 15px;
}
.label_box_flex02 li:nth-child(2) .item_box p{
  font-size: 15px;
  text-align: left;
}



/*****************************
label_box_flex03
*****************************/

.label_box_flex03{
    display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
}
.label_box_flex03 li:nth-child(1){
  width: 50%;
  padding: 5px;
}
.label_box_flex03 li:nth-child(2){
  width: 50%;
  padding: 5px;
}

@media screen and (max-width: 1024px) {
.label_box_flex03 li:nth-child(1){
  width: 30%;
}
.label_box_flex03 li:nth-child(2){
  width: 70%;
}
}
@media screen and (max-width: 767px) {
.label_box_flex03 li:nth-child(1){
  width: 100%;
}
.label_box_flex03 li:nth-child(2){
  width: 100%;
}
}


.label_box_flex03 li .item_box{
  background: #82CB7E;
  border-radius: 5px;
  padding: 5px;
  text-align: center;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.label_box_flex03 li .item_box p{
  color: #fff;
  font-size: 15px;
}
.label_box_flex03 li:nth-child(1) .item_box p{
  font-size: 15px;
}
.label_box_flex03 li:nth-child(2) .item_box p{
  font-size: 15px;
  text-align: left;
}

.remarks{
  font-size: 13px;
  line-height: 1.8;
  color: #505050;
}

.icon_flex{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  width: min(1000px, 100%);
  margin: 50px auto;
}
@media screen and (max-width: 820px) {
.icon_flex{
  max-width: 90%;
  margin: 20px auto;
  justify-content: flex-start;
}
}

.icon_flex .icon_arae{
  width: calc(100% / 3);
  padding: 15px;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
.icon_flex .icon_arae{
  padding: 10px;
}
}
@media screen and (max-width: 820px) {
.icon_flex .icon_arae{
  width: calc(100% / 2);
  padding: 5px;
  margin-bottom: 0px;
}
}
@media screen and (max-width: 600px) {
.icon_flex .icon_arae{
  width: calc(100% / 1);
  padding: 5px;
}
}


.icon_flex .icon_arae:nth-child(1),.icon_flex .icon_arae:nth-child(2),.icon_flex .icon_arae:nth-child(4){
  border-right: 2px solid #C8E8C7;
}
@media screen and (max-width: 820px) {
.icon_flex .icon_arae:nth-child(1),.icon_flex .icon_arae:nth-child(2),.icon_flex .icon_arae:nth-child(4){
  border-right: unset;
}
}

.icon_flex .icon_arae img{
  width: 150px;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}
.icon_flex .icon_arae h4{
  font-size: 18px;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}
.icon_flex .icon_arae p{
  font-size: 16px;
  text-align: left;
  padding: 10px;
}

/*****************************
icon_arae02
*****************************/
.icon_arae02{
width: min(800px, 100%);
margin: 0 auto;
background: #f0ffef;
padding: 20px;
}
.icon_arae02 h4{
  font-size: 18px;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}
.icon_arae02 p{
  font-size: 16px;
  text-align: center;
  padding: 10px;
}
@media screen and (max-width: 767px) {
.icon_arae02 p{
  text-align: left;
}
}



/*****************************
gallery flex
*****************************/
.gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  width: min(1200px, 100%);
  margin: 0 auto;
  padding: 50px 5px;
}

.gallery__item {
  display: flex;
  flex-direction: column;
  width: calc((100% - 12px * 3) / 4); /* PC:4列 */
}
.img_area_3col .gallery__item {
  display: flex;
  flex-direction: column;
  width: calc((100% - 12px * 3) / 3); /* PC:4列 */
}

@media (max-width: 1024px) {
  .gallery__item { width: calc((100% - 12px * 2) / 3); } /* 3列 */
}

@media (max-width: 820px) {
.img_area_3col .gallery__item {
  display: flex;
  flex-direction: column;
  width: calc((100% - 5px * 3) / 2); /* PC:4列 */
}
}

@media (max-width: 768px) {
  .gallery__item { width: calc((100% - 5px) / 2); } /* 2列 */
}
@media (max-width: 440px) {
  .gallery__item { 
    width: 100%; 
  }
  .img_area_3col .gallery__item {
    width: 100%; 
  }
}

/* サムネイルボックス */
.gallery__thumb {
  position: relative;
  width: 100%;
  aspect-ratio: 3 / 2;
  overflow: hidden;
  background: #f2f2f2;
}
.gallery__thumb img {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  display: block;
  transform: scale(1.0);
  transition: transform .35s ease;
  cursor: zoom-in;
}
.gallery__thumb:hover img {
  transform: scale(1.05);
}

/* キャプション */
.gallery__caption {
  margin-top: 6px;
  font-size: 14px;
  color: #333;
  text-align: center;
  line-height: 1.4;
}

/*****************************
lightbox
*****************************/
.lightbox {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.9);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  padding: 24px;
}
.lightbox.is-open { display: flex; }

.lightbox__img {
  max-width: min(92vw, 1200px);
  max-height: 86vh;
  object-fit: contain;
  box-shadow: 0 10px 30px rgba(0,0,0,.4);
}
.lightbox__close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: rgba(255,255,255,.5);
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  line-height: 44px;
}
.lightbox__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 56px;
  height: 56px;
  border: none;
  border-radius: 50%;
  background: rgba(255,255,255,.5);
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: grid;
  place-items: center;
  user-select: none;
}
.lightbox__prev { left: 12px; }
.lightbox__next { right: 12px; }
.lightbox__counter {
  position: absolute;
  bottom: 100px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-size: 14px;
  background: rgba(0,0,0,.5);
  padding: 6px 10px;
  border-radius: 999px;
}
@media (max-width: 600px) {
  .lightbox__nav { top: auto; bottom: 16px; transform: none; }
  .lightbox__prev { left: 16px; }
  .lightbox__next { right: 16px; }
}


/* 虫眼鏡 */
/* Zoom badge */
/* Zoomバッジ：丸背景＋虫眼鏡（mask方式 / #F6A8BD） */
.gallery__thumb { position: relative; }

/* 共通（右下配置・サイズ・重なり順・クリック干渉なし） */
.gallery__thumb::before,
.gallery__thumb::after{
  content:"";
  position:absolute; right:8px; bottom:8px;
  width:36px; height:36px;
  pointer-events:none;
  z-index:1; /* 画像より前に */
  transition: transform .2s ease, opacity .2s ease;
}

/* 丸背景はそのまま */
.gallery__thumb::before{
  background: rgba(255,255,255,.9);
  border-radius:50%;
  box-shadow: 0 2px 6px rgba(0,0,0,.25);
}

/* アイコンはマスク + 任意色（ここで #F6A8BD） */
.gallery__thumb::after{
  background-color:#F6A8BD;

  /* マスクとしてSVGを指定（1行・改行なし / Safari対応） */
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M15.5 14h-.79l-.28-.27A6.471 6.471 0 0 0 16 9.5 6.5 6.5 0 1 0 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 5L20.5 19l-5-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M15.5 14h-.79l-.28-.27A6.471 6.471 0 0 0 16 9.5 6.5 6.5 0 1 0 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 5L20.5 19l-5-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z'/%3E%3C/svg%3E");
  -webkit-mask-repeat:no-repeat;  mask-repeat:no-repeat;
  -webkit-mask-position:center;   mask-position:center;
  -webkit-mask-size:60% 60%;      mask-size:60% 60%;
}

/* ホバー強調（任意） */
.gallery__thumb:hover::before,
.gallery__thumb:hover::after{
  transform: scale(1.06);
  opacity: 1;
}


/*****************************
staff
*****************************/
/* サムネイルボックス */
.staff_style .gallery__thumb {
  position: relative;
  width: 100%;
  aspect-ratio: 2 / 2;
  overflow: hidden;
  background: #f2f2f2;
  border-radius: 15px;
}
.staff_style .gallery__thumb img {
  width: 100%;
  aspect-ratio: 2 / 2;
  object-fit: cover;
  display: block;
  transform: scale(1.0);
  transition: transform .35s ease;
  cursor: zoom-in;
  border-radius: 15px;
}
.staff_style .gallery__thumb:hover img {
  transform: scale(1.05);
}

/* 虫眼鏡 */
/* Zoom badge */
/* Zoomバッジ：丸背景＋虫眼鏡（mask方式 / #F6A8BD） */
.staff_style .gallery__thumb { position: relative; }

/* 共通（右下配置・サイズ・重なり順・クリック干渉なし） */
.staff_style .gallery__thumb::before,
.staff_style .gallery__thumb::after{
  content:"";
  position:absolute; right:8px; bottom:8px;
  width:36px; height:36px;
  pointer-events:none;
  z-index:1; /* 画像より前に */
  transition: transform .2s ease, opacity .2s ease;
}

/* 丸背景はそのまま */
.staff_style .gallery__thumb::before{
  background: rgba(255,255,255,.9);
  border-radius:50%;
  box-shadow: 0 2px 6px rgba(0,0,0,.25);
}

/* アイコンはマスク + 任意色（ここで #F6A8BD） */
.staff_style .gallery__thumb::after{
  background-color:#F6A8BD;

  /* マスクとしてSVGを指定（1行・改行なし / Safari対応） */
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M15.5 14h-.79l-.28-.27A6.471 6.471 0 0 0 16 9.5 6.5 6.5 0 1 0 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 5L20.5 19l-5-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M15.5 14h-.79l-.28-.27A6.471 6.471 0 0 0 16 9.5 6.5 6.5 0 1 0 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 5L20.5 19l-5-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z'/%3E%3C/svg%3E");
  -webkit-mask-repeat:no-repeat;  mask-repeat:no-repeat;
  -webkit-mask-position:center;   mask-position:center;
  -webkit-mask-size:60% 60%;      mask-size:60% 60%;
}

/* ホバー強調（任意） */
.staff_style .gallery__thumb:hover::before,
.staff_style .gallery__thumb:hover::after{
  transform: scale(1.06);
  opacity: 1;
}

/* キャプション */
.staff_style .gallery__caption {
  margin-top: 6px;
  font-size: 16px;
  color: #333;
  text-align: left;
  line-height: 1.6;
}
.staff_style .gallery__caption span{
font-size: 14px;
}

/*****************************
flow_flex
*****************************/
.flow_content{
  margin: 50px 0;
}
@media screen and (max-width: 767px) {
.flow_content{
  margin: 10px 0;
}
}


.flow_flex{
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-content: flex-start;
justify-content: flex-start;
align-items: flex-start;
width: min(1000px, 100%);
margin: 0 auto;
}
.flow_flex .left_area{
  width: 170px;
  padding: 10px;
}
.flow_flex .right_area{
  width: calc(100% - 170px);
  padding: 10px;
}



.flow_flex.last .right_area{
  width: 100%;
  padding: 10px;
}

@media screen and (max-width: 767px) {
.flow_flex .left_area{
  width: 100%;
  padding: 10px;
}
.flow_flex .right_area{
  width: 100%;
  padding: 10px;
}
}

.flow_flex h4{
  font-size: 20px;
  text-align: center;
  letter-spacing: 1px;
}
.flow_flex h4 span{
  font-size: 20px;
  color: #f6a8bd;
  margin-right: 5px;
}
@media screen and (max-width: 767px) {
.flow_flex h4{
  text-align: left;
}
}


.flow_flex p{
  color: #505050;
}
.flow_flex .pink_box{
  padding: 20px 20px 20px 50px;
  background: #FFF8FB;
  clip-path: polygon(100% 0, 100% 50%, 100% 100%, 40px 100%, 0 50%, 40px 0);
  min-height: 100px;
}
@media screen and (max-width: 767px) {
.flow_flex .pink_box{
  padding: 20px 20px 20px 20px;
  clip-path: unset;
  min-height: 0px;
}
}

.line_item{
  position: relative;
}

.line_item:before {
    content: "";
    width: 4px;
    height: 60px;
    position: absolute;
    top: 50px;
    left: 50%;
    background: #C8E8C7;
}
@media screen and (max-width: 767px) {
.line_item:before {
    display: none;
}
}

.btn_flex{
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-content: flex-start;
justify-content: center;
align-items: flex-start;
}
.btn_flex li{
  padding: 5px;
}
@media screen and (max-width: 1024px) {
.btn_flex li{
  padding: 5px;
  width: 100%;
}
}

/*****************************
day_flex
*****************************/

.day_flex{
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-content: flex-start;
justify-content: flex-start;
align-items: flex-start;
width: min(1000px, 100%);
margin: 30px auto;
}
.day_flex .left_area{
  width: 300px;
  padding: 10px;
}
.day_flex .left_area img{
  aspect-ratio: 4/3;
  object-fit: cover;
}

.day_flex .right_area{
  width: calc(100% - 300px);
  padding: 10px;
}
@media screen and (max-width: 767px) {
.day_flex .left_area{
  width: 100%;
  padding: 10px;
}
.day_flex .right_area{
  width: 100%;
  padding: 10px;
}
}
.right_area .time_box{
  background: #F6A8BD;
    border-radius: 5px;
    padding: 5px 20px;
    text-align: left;
    width: 300px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.right_area .time_box p{
  color: #fff;
  font-size: 18px;
  letter-spacing: 2px;
}

.day_flex p{
  font-size: 16px;
}
.day_flex h4{
  font-size: 18px;
  padding-bottom: 5px;
  margin-top: 20px;
  border-bottom: 2px dashed #F6A8BD;
}
.day_flex h4 span{
  color: #F6A8BD;
  font-weight: 700;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
.day_flex h4 span{
  display: block;
}
}

.day_flex h4 span img{
  width: 40px;
  aspect-ratio: 1/1;
  object-fit: cover;
}

.service_area{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
  width: min(1000px, 100%);
  margin: 50px auto 50px;
  position: relative;
  z-index: 1;
}
.service_area .servic_card_area{
  width: calc(100% / 2);
  padding: 10px;
}
@media screen and (max-width: 820px) {
.service_area .servic_card_area{
  width: calc(100% / 1);
}
}


.servic_card{
background: #fff9fb;
padding: 20px;
border: 1px solid #f6a8bd;
}
.servic_card img{
  width: 100%;
  aspect-ratio: 2 / 1;
  object-fit: cover;
}
.servic_card .text_area{
  min-height: 130px;
}
@media screen and (max-width: 1024px) {
.servic_card .text_area{
  min-height: 160px;
}
}
@media screen and (max-width: 820px) {
.servic_card .text_area{
  min-height: 0px;
}
}

.servic_card .title_type2 h3 {
    font-size: 18px;
    margin: 5px 0;
    letter-spacing: 1px;
    line-height: 1.4;
    color: #e64f78;
    text-align: center;
}
@media screen and (max-width: 1024px) {
.servic_card .title_type2 h3 {
    font-size: 16px;
    text-align: left;
}
}
.service_box{
margin-top: 10px;
padding: 15px;
border: 1px solid #fff9fb;
background: #ffffff;
}

/*****************************
リスト
*****************************/
.list01{
  display: flex;
  width: 100%;
  margin-bottom: 10px;
}

.list01 dt {
  width: 30px;
  font-size: 18px;
  color: #e64f78;
}
.list01 dd {
  display: flex;
  align-items: center;
  width: calc(100% - 30px);
}

.page_greeting_area{
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .page_greeting_area{
  width: min(800px, 100%);
  margin: 0 auto;
  }
}

/*****************************
summary_flex
*****************************/
/* summary_flex_type01 */
.summary_flex_type01{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 20px 0;
}
.summary_flex_type01 .left_area{
  width: 30%;
  padding: 10px;
}

.summary_flex_type01 .right_area{
  width: 70%;
  padding: 10px;
}
@media screen and (max-width: 1024px) {
.summary_flex_type01 .left_area{
  width: 300px;
  margin: 0 auto;
}

.summary_flex_type01 .right_area{
  width: 100%;
}
}



.summary_flex_type01 img{
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}
.summary_flex_type01 p{
  margin-bottom: 10px;
}
.summary_flex_type01 .sign{
  margin-top: 20px;
  font-weight: bold;
  font-size: 20px;
  text-align: right;
  letter-spacing: 1px;
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.summary_flex_type01 .sign span{
  display: block;
  font-size: 16px;
  font-weight: bold;
}
.summary_flex_type01 .catch{
  font-weight: bold;
  font-size: 22px;
  margin-top: 20px;
  letter-spacing: 1px;
}


/* summary_flex_type02 */
.summary_flex_type02{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 20px 0;
}
.summary_flex_type02 .left_area{
  width: 70%;
  padding: 10px;
}
.summary_flex_type02 .right_area{
  width: 30%;
  padding: 10px;
}

@media screen and (max-width: 1024px) {
.summary_flex_type02{
  flex-direction: column-reverse;
}
.summary_flex_type02 .left_area{
  width: 100%;
}

.summary_flex_type02 .right_area{
  width: 300px;
  margin: 0 auto;
}
}

.summary_flex_type02 img{
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}
.summary_flex_type02 p{
  margin-bottom: 10px;
}
.summary_flex_type02 .sign{
  margin-top: 20px;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 1px;
  text-align: right;
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.summary_flex_type02 .sign span{
  display: block;
  font-size: 16px;
  font-weight: bold;
}
.summary_flex_type02 .catch{
  font-weight: bold;
  font-size: 22px;
  margin-top: 20px;
  letter-spacing: 1px;
}


/*****************************
facility_flex
*****************************/
.facility_flex{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
}
.facility_flex .left_area{
  width: 45%;
  padding: 10px;
}
.facility_flex .right_area{
  width: 55%;
  padding: 10px;
}
@media screen and (max-width: 1024px) {
.facility_flex .left_area{
  width: min(700px, 100%);
  margin: 0 auto;
  padding: 10px;
}
.facility_flex .right_area{
  width: min(800px, 100%);
  margin: 0 auto;
  padding: 10px;
}
}

/*****************************
facility_flex02
*****************************/
.facility_area{
  padding: 10px;
  margin-bottom: 30px;
}

.facility_flex02{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 70px;
}
.facility_flex02 .left_area{
  width: 45%;
  padding: 10px;
}
.facility_flex02 .right_area{
  width: 55%;
  padding: 10px;
}
@media screen and (max-width: 1024px) {
.facility_flex02 .left_area{
  width: min(700px, 100%);
  margin: 0 auto;
  padding: 10px;
}
.facility_flex02 .right_area{
  width: min(700px, 100%);
  margin: 0 auto;
  padding: 10px;
}
}
.instagram_style span{
  font-size: 20px;
    background: linear-gradient(#4C64D3, #CF2E92, #F26939, #937e48);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.instagram_style i{
  margin-right: 2px;
}

/*****************************
recruit_flow_flex
*****************************/
.recruit_flow_flex{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 50px 0;
}
.recruit_flow_flex li{
    width: calc(100% / 4);
    padding: 10px;
}
@media screen and (max-width: 1024px) {
.recruit_flow_flex li{
    width: calc(100% / 2);
    padding: 5px;
}
.recruit_flow_flex li:nth-child(2){
  position: relative;
  top: 75px;
}
.recruit_flow_flex li:nth-child(4){
  position: relative;
  top: 75px;
}
.recruit_flow_flex{
  margin: 50px 0 100px;
}
}

.recruit_flow_flex li img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border-radius: 5px;
}
@media screen and (max-width: 1024px) {
.recruit_flow_flex li img {
    aspect-ratio: 5 / 3;
}
}

.recruit_flow_flex li p{
  margin-top: 5px;
  margin-bottom: 5px;
}

.center_btn{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
}
.center_btn a {
display: flex;
align-items: center;
position: relative;
width: min(350px, 100%);
padding: 10px;
border: 2px solid #F6A8BD;
color: #181818;
font-size: 1em;
transition: .6s;
border-radius: 10px;
justify-content: center;
background: #fff;
}

.center_btn a:hover {
background: #F6A8BD;
border: 2px solid #F6A8BD;
color: #fff;
transition: .6s;
}

.pdf_style a span {
  font-size: 24px;
  margin-right: 8px;
  color: #e64f78;
  transition: .6s;
}
.pdf_style a:hover span {
  color: #fff;
  transition: .6s;
}
.update_style{
  text-align: center;
}
.update_style p{
  font-size: 14px;
  font-family: 'Noto Sans JP', "M PLUS Rounded 1c", sans-serif;
  color: #e64f78;
}

.pdf_style02 a span {
  font-size: 32px;
  margin-right: 8px;
  color: #e64f78;
  transition: .6s;
}

/*****************************
top_flex_2col
*****************************/
.top_flex_2col{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
}
.top_flex_2col li{
  width: calc(100% / 2);
  padding: 10px;
  text-align: center;
}
@media screen and (max-width: 820px) {
.top_flex_2col li{
  width: calc(100% / 1);
  padding: 0px;
}
}
.top_flex_2col li h3{
  font-size: 16px;
  line-height: 1.4;
  
}


/*****************************
event_box (共通)
*****************************/
.event_box_content{
  width: 800px;
  max-width: 90%;
  margin: 0 auto;
  position: relative;
  z-index: 1; 
}
.event_box01,
.event_box02,
.event_box03,
.event_box04{
  position: relative;
  isolation: isolate;
  padding: 50px 70px 0;
  margin-bottom: 50px;
  border: 1px solid transparent; 
}
@media screen and (max-width: 767px) {
  .event_box01,
  .event_box03{ 
    padding: 20px 10px 100px; 
  }
  .event_box02{ 
    padding: 70px 10px 80px; 
  }
  .event_box04{ 
    padding: 30px 10px 70px; 
  }
}

.event_box01 .item01,
.event_box01 .item02,
.event_box02 .item01,
.event_box02 .item02,
.event_box03 .item01,
.event_box03 .item02,
.event_box04 .item01,
.event_box04 .item02{
  position: absolute;
  z-index: 3;
  pointer-events: none;
}
.event_box01 .item01 img,
.event_box01 .item02 img,
.event_box02 .item01 img,
.event_box02 .item02 img,
.event_box03 .item01 img,
.event_box03 .item02 img,
.event_box04 .item01 img,
.event_box04 .item02 img{
  display: block;
  width: 100%;
  height: auto;
}

/*****************************
春（event_box01）
*****************************/
.event_box01{ 
  border-color:#fddfec; 
  background:#FFF8FB; 
}
.event_box01 .item01{ 
  width:140px; 
  left:0;
  top:-50px; 
}
.event_box01 .item02{
  width:200px;
  right:-50px;
  bottom:-30px; 
}

@media screen and (max-width:1200px){
  .event_box01 .item02{ 
    width:150px; 
    right:0; 
    bottom:-30px; 
  }
}
@media screen and (max-width: 767px){
  .event_box01 .item01{
    right:0;
    left:auto;
    top:0;
  }
}

/* テキスト行 */
.event_box01 .eventtext_flex{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  align-content:center;
  justify-content:flex-start;
}
.event_box01 .eventtext_flex p{
  font-size:18px;
  position:relative;
  z-index:1; 
}
.event_box01 .eventtext_flex p span{
  font-size:90px;
  color:#FB6C90;
  font-family:"Yomogi", cursive; 
  font-weight:400;
  line-height:1;
  vertical-align:middle;
}
.event_box01 .eventtext_flex li:nth-child(1){
  width:100px;
  padding:10px;
}
.event_box01 .eventtext_flex li:nth-child(2){
  width:calc(100% - 100px);
  padding:10px;
}
@media screen and (max-width: 767px){
  .event_box01 .eventtext_flex li:nth-child(1),
  .event_box01 .eventtext_flex li:nth-child(2){ 
    width:100%; 
  }
}

/*****************************
夏（event_box02）
*****************************/
.event_box02{
  border-color:#d9e5e2;
  background:#EFFFFB;
}

.event_box02 .item01{ 
  width:80px;
  left:10px;
  bottom:30px;
}
.event_box02 .item02{
  width:300px;
  right:0;
  top:0;
}

.event_box02 .eventtext_flex{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  align-content:center;
  justify-content:flex-start;
}
.event_box02 .eventtext_flex p{
  font-size:18px;
  position:relative;
  z-index:1;
}
.event_box02 .eventtext_flex p span{
  font-size:90px;
  color:#415595;
  font-family:"Yomogi", cursive; 
  font-weight:400; 
  line-height:1; 
  vertical-align:middle;
}
.event_box02 .eventtext_flex li:nth-child(1){ 
  width:100px; 
  padding:10px;
}
.event_box02 .eventtext_flex li:nth-child(2){
  width:calc(100% - 100px);
  padding:10px;
}
@media screen and (max-width: 767px){
  .event_box02 .eventtext_flex li:nth-child(1),
  .event_box02 .eventtext_flex li:nth-child(2){
    width:100%;
  }
}

/*****************************
秋（event_box03）
*****************************/
.event_box03{
  border-color:#f0e9cd;
  background:#FFF9E1;
}

.event_box03 .item01{
  width:200px;
  left:-20px;
  bottom:0;
}
.event_box03 .item02{
  width:150px;
  right:0;
  top:-30px;
}


@media screen and (max-width:1200px){
  .event_box03 .item01{ 
    width:150px;
    left:0;
    bottom:0; 
  }
}

/* テキスト行 */
.event_box03 .eventtext_flex{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  align-content:center;
  justify-content:flex-start;
}
.event_box03 .eventtext_flex p{
  font-size:18px;
  position:relative;
  z-index:1;
}
.event_box03 .eventtext_flex p span{
  font-size:90px;
  color:#C5691D;
  font-family:"Yomogi", cursive;
  font-weight:400;
  line-height:1;
  vertical-align:middle;
}
.event_box03 .eventtext_flex li:nth-child(1){
  width:100px;
  padding:10px;
}
.event_box03 .eventtext_flex li:nth-child(2){
  width:calc(100% - 100px);
  padding:10px;
}
@media screen and (max-width: 767px){
  .event_box03 .eventtext_flex li:nth-child(1),
  .event_box03 .eventtext_flex li:nth-child(2){
    width:100%;
  }
}

/*****************************
冬（event_box04）
*****************************/
.event_box04{
  border-color:#dddddd;
  background:#F6F6F6;
}

.event_box04 .item01{
  width:110px;
  left:0;
  bottom:-15px;
}
.event_box04 .item02{
  width:230px;
  right:-20px;
  top:-30px;
}
@media screen and (max-width:1200px){
  .event_box04 .item02{ 
  width:180px;
  right:0;
  top:-30px;
}
}

.event_box04 .eventtext_flex{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  align-content:center;
  justify-content:flex-start;
}
.event_box04 .eventtext_flex p{
  font-size:18px;
  position:relative;
  z-index:1;
}
.event_box04 .eventtext_flex p span{
  font-size:90px; color:#415595;
  font-family:"Yomogi", cursive;
  font-weight:400;
  line-height:1;
  vertical-align:middle;
}
.event_box04 .eventtext_flex li:nth-child(1){
  width:100px;
  padding:10px;
}
.event_box04 .eventtext_flex li:nth-child(2){
  width:calc(100% - 100px);
  padding:10px;
}
@media screen and (max-width: 767px){
  .event_box04 .eventtext_flex li:nth-child(1),
  .event_box04 .eventtext_flex li:nth-child(2){
    width:100%;
  }
}

/*****************************
投稿ページはみだし制御
*****************************/
.page-single img{
  max-width: 100%; 
  height: auto;
}

/* 投稿本文内の画像をスマホでもはみ出さないように */
.entry-content img,
.wp-block-image img,
.alignnone img,
.aligncenter img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* キャプション（[caption]）のはみ出し防止 */
.wp-caption {
  max-width: 100%;
  height: auto;
}

.wp-caption img {
  width: 100%;
  height: auto;
}

/* インライン指定されたwidthを上書き */
.entry-content [style*="width:"] {
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
}

/* テキストがはみ出す場合に折り返し */
.entry-content {
  word-wrap: break-word;
  overflow-wrap: break-word;
}

/*****************************
投稿ページはみだし制御 END
*****************************/


/*****************************
数字
*****************************/
.number_flex{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 50px;
  margin-bottom: 50px;
}
.number_flex span{
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
  font-weight: bold;
}

/* number_box　全部 */
.counter{
  display:inline-block;
  white-space:nowrap;
  text-align:right;
  line-height:1em;
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum" 1, "lnum" 1;
}

/* number_box01 */
.number_flex .number_box01{
  position: relative;
  width: 50%;
  height: 300px;
  margin-right: 20px;
  margin-bottom: 20px;
  border: 2px solid #FB6C90;
  border-radius: 15px;
  padding: 20px;
}
@media screen and (max-width: 600px) {
.number_flex .number_box01{
  width: min(350px, 100%);
  margin: 0 auto 20px;
 height: auto;
  margin-right: auto;
}
}


.number_box01 .img_area{
  position: relative;
  width: 65%;
  margin: 0 auto;
  top: 0;
  left: 0;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
.number_box01 .img_area{
  width: 60%;
  margin-bottom: 40px;
}
}

.number_box01 .text_area01 p{
  font-size: 26px;
  text-align: center;
  letter-spacing: 2px;
   font-weight: bold;
}
.number_box01 .number_text p{
font-size: 65px;
color: #FB6C90;
line-height: 1;
letter-spacing: 1px;
}
.number_box01 .number_text p span{
font-size: 65px;
}
@media screen and (max-width: 1024px) {
.number_box01 .number_text p{
font-size: 50px;
color: #FB6C90;
line-height: 1;
letter-spacing: 1px;
text-align: center;
}
.number_box01 .number_text p span{
font-size: 70px;
}
}
.number_box01 .text_area02 p{
font-size: 18px;
text-align: right;
font-weight: bold;
letter-spacing: 2px;
}
.number_box01 .text_area02 p span{
color: #FB6C90;
}

.number_box01 .flex_area{
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-content: center;
justify-content: flex-start;
align-items: center;
}
.number_box01 .flex_area li:nth-child(1){
  width: 30%;
}
.number_box01 .flex_area li:nth-child(2){
  width: 70%;
}
@media screen and (max-width: 767px) {
.number_box01 .flex_area li:nth-child(1){
  width: 100%;
}
.number_box01 .flex_area li:nth-child(2){
  width: 100%;
}
}

/* number_box01 END*/

/* number_box02 */
.number_flex .number_box02{
  position: relative;
  width: calc(50% - 20px);
  height: 300px;
  margin-bottom: 20px;
  border: 2px solid #FB6C90;
  border-radius: 15px;
  padding: 20px;
}
@media screen and (max-width: 600px) {
.number_flex .number_box02{
  width: min(350px, 100%);
  margin: 0 auto 20px;
  height: auto;
}
}

.number_box02 .img_area{
  position: relative;
  width: 85%;
  margin: 0 auto;
  top: 0;
  left: 0;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
.number_box02 .img_area{
  width: 35%;
}
}
@media screen and (max-width: 600px) {
.number_box02 .img_area{
  width: 50%;
}
}

.number_box02 .text_area01 p{
  font-size: 26px;
  text-align: center;
  letter-spacing: 2px;
   font-weight: bold;
}
.number_box02 .number_text p{
font-size: 50px;
color: #FB6C90;
line-height: 1;
letter-spacing: 1px;
position: relative;
top: 60px;
left: 40px;
}
.number_box02 .number_text p span{
font-size: 60px;
}
@media screen and (max-width: 1024px) {
.number_box02 .number_text p{
font-size: 40px;
color: #FB6C90;
line-height: 1;
letter-spacing: 1px;
position: relative;
top: 0px;
left: 0px;
text-align: center;
margin-bottom: 10px;
}
.number_box02 .number_text p span{
font-size: 70px;
}
}


.number_box02 .text_area02 p{
font-size: 18px;
text-align: right;
font-weight: bold;
letter-spacing: 2px;
}

.number_box02 .flex_area{
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-content: center;
justify-content: flex-start;
align-items: center;
}
.number_box02 .flex_area li:nth-child(1){
  width: 40%;
}
.number_box02 .flex_area li:nth-child(2){
  width: 60%;
}
@media screen and (max-width: 1024px) {
.number_box02 .flex_area li:nth-child(1){
  width: 100%;
}
.number_box02 .flex_area li:nth-child(2){
  width: 100%;
}
}

/* number_box02 END*/

/* number_box03 */
.number_flex .number_box03{
  position: relative;
  width: 40%;
  height: 400px;
  margin-right: 20px;
  margin-bottom: 20px;
  border: 2px solid #FB6C90;
  border-radius: 15px;
  padding: 20px;
}

@media screen and (max-width: 1024px) {
.number_flex .number_box03{
  position: relative;
  width: 50%;
  height: 300px;
  margin-right: 20px;
  margin-bottom: 20px;
  border: 2px solid #FB6C90;
  border-radius: 15px;
  padding: 20px;
}
}
@media screen and (max-width: 600px) {
.number_flex .number_box03{
  width: min(350px, 100%);
  margin: 0 auto 20px;
  height: auto;
  margin-right: auto;
}
}


.number_box03 .img_area{
  position: relative;
  width: 100%;
  margin: 0 auto;
  top: 0;
  left: 0;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
.number_box03 .img_area{
  width: 55%;
  margin-bottom: 10px;
}
}

.number_box03 .text_area01 p{
  font-size: 26px;
  text-align: center;
  letter-spacing: 2px;
   font-weight: bold;
}
.number_box03 .number_text p{
font-size: 70px;
color: #FB6C90;
line-height: 1;
letter-spacing: 1px;
text-align: center;
margin-bottom: 20px;
}
.number_box03 .number_text p span{
font-size: 80px;
}
@media screen and (max-width: 1024px) {
.number_box03 .number_text p{
font-size: 50px;
margin-bottom: 10px;
}
.number_box03 .number_text p span{
font-size: 70px;
}
}


.number_box03 .text_area02 p{
font-size: 20px;
text-align: center;
font-weight: bold;
letter-spacing: 2px;
}
.number_box03 .text_area03 p{
font-size: 20px;
text-align: center;
font-weight: bold;
letter-spacing: 2px;
}

.number_box03 .flex_area{
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-content: center;
justify-content: flex-start;
align-items: center;
}
.number_box03 .flex_area li:nth-child(1){
  width: 50%;
}
.number_box03 .flex_area li:nth-child(2){
  width: 50%;
}
/* number_box03 END*/

/* number_box04 */
.number_flex .number_box04{
  position: relative;
  width: 30%;
  height: 400px;
  margin-right: 20px;
  margin-bottom: 20px;
  border: 2px solid #FB6C90;
  border-radius: 15px;
  padding: 20px;
}
@media screen and (max-width: 1024px) {
.number_flex .number_box04{
  position: relative;
  width: calc(50% - 20px);
  height: 300px;
  margin-right: 0px;
  margin-bottom: 20px;
}
}
@media screen and (max-width: 600px) {
.number_flex .number_box04{
  width: min(350px, 100%);
  margin: 0 auto 20px;
  height: auto;
}
}

.number_box04 .img_area{
  position: relative;
  width: 50%;
  margin: 0 auto;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1024px) {
.number_box04 .img_area{
  width: 20%;
}
}
@media screen and (max-width: 600px) {
.number_box04 .img_area{
  width: 20%;
}
}

.number_box04 .text_area01 p{
  font-size: 26px;
  text-align: center;
  letter-spacing: 2px;
   font-weight: bold;
   margin-bottom: 20px;
}
.number_box04 .number_text p{
font-size: 50px;
color: #FB6C90;
line-height: 1;
letter-spacing: 1px;
margin-bottom: 20px;
}
.number_box04 .number_text p span{
font-size: 75px;
}
@media screen and (max-width: 1024px) {
.number_box04 .number_text p{
font-size: 40px;
margin-bottom: 10px;
text-align: center;
}
.number_box04 .number_text p span{
font-size: 70px;
}
}

/* number_box04 END*/

/* number_box05 */
.number_flex .number_box05{
  position: relative;
  width: calc(30% - 40px);
  height: 400px;
  margin-bottom: 20px;
  border: 2px solid #FB6C90;
  border-radius: 15px;
  padding: 20px;
}

@media screen and (max-width: 1024px) {
.number_flex .number_box05{
  position: relative;
  width: 50%;
  height: 300px;
  margin-right: 20px;
}
}
@media screen and (max-width: 600px) {
.number_flex .number_box05{
  width: min(350px, 100%);
  margin: 0 auto 20px;
  height: auto;
}
}

.number_box05 .img_area{
  position: relative;
  width: 80%;
  margin: 0 auto;
  top: 0;
  left: 0;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
.number_box05 .img_area{
  width: 35%;
  margin-bottom: 5px;
}
}
@media screen and (max-width: 767px) {
.number_box05 .img_area{
  margin-bottom: 15px;
}
}


.number_box05 .text_area01 p{
  font-size: 20px;
  text-align: center;
  letter-spacing: 0px;
  font-weight: bold;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
.number_box05 .text_area01 p{
  font-size: 18px;
}
}

.number_box05 .number_text p{
font-size: 40px;
color: #FB6C90;
line-height: 1;
letter-spacing: 1px;
}
@media screen and (max-width: 1024px) {
.number_box05 .number_text p{
font-size: 40px;
text-align: center;
}
}


.number_box05 .number_text p span{
font-size: 60px;
}
/* number_box05 END*/

/* number_box06 */
.number_flex .number_box06{
  position: relative;
  width: 50%;
  height: 350px;
  margin-right: 20px;
  margin-bottom: 20px;
  border: 2px solid #FB6C90;
  border-radius: 15px;
  padding: 20px;
}
@media screen and (max-width: 1024px) {
.number_flex .number_box06{
  width: calc(50% - 20px);;
  height: 300px;
  margin-right: 0px;
}
}
@media screen and (max-width: 600px) {
.number_flex .number_box06{
  width: min(350px, 100%);
  margin: 0 auto 20px;
  height: auto;
}
}

.number_box06 .img_area{
  position: relative;
  width: 30%;
  margin: 0 auto;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1024px) {
.number_box06 .img_area{
  width: 30%;
}
}

.number_box06 .text_area01 p{
  font-size: 26px;
  text-align: center;
  letter-spacing: 2px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
.number_box06 .text_area01 p{
  margin-bottom: 10px;
}
}

.number_box06 .number_text p{
font-size: 30px;
color: #FB6C90;
line-height: 1;
letter-spacing: 1px;
margin-bottom: 20px;
text-align: center;
}
.number_box06 .number_text p span{
font-size: 50px;
margin-right: 5px;
}
@media screen and (max-width: 1024px) {
.number_box06 .number_text p{
font-size: 40px;
margin-bottom: 20px;
text-align: center;
}
.number_box06 .number_text p span{
font-size: 45px;
margin-right: 5px;
}
}

/* number_box06 END*/

/* number_box07 */
.number_flex .number_box07{
  position: relative;
  width: 30%;
  height: 400px;
  margin-right: 20px;
  margin-bottom: 20px;
  border: 2px solid #FB6C90;
  border-radius: 15px;
  padding: 20px;
}
@media screen and (max-width: 1024px) {
.number_flex .number_box07{
  width: 50%;
  height: 300px;
}
}
@media screen and (max-width: 600px) {
.number_flex .number_box07{
  width: min(350px, 100%);
  margin: 0 auto 20px;
  height: auto;
}
}

.number_box07 .img_area{
  position: relative;
  width: 65%;
  margin: 0 auto;
  top: 0;
  left: 0;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
.number_box07 .img_area{
  width: 30%;
  margin-bottom: 10px;
}
}
@media screen and (max-width: 767px) {
.number_box07 .img_area{
  margin-bottom: 20px;
}
}


.number_box07 .text_area01 p{
  font-size: 20px;
  text-align: center;
  letter-spacing: 0px;
  font-weight: bold;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
.number_box07 .text_area01 p{
  font-size: 20px;
  margin-bottom: 10px;
}
}
@media screen and (max-width: 767px) {
.number_box07 .text_area01 p{
  font-size: 18px;
  margin-bottom: 15px;
}
}


.number_box07 .number_text p{
font-size: 50px;
color: #FB6C90;
line-height: 1;
letter-spacing: 1px;
text-align: center;

}
.number_box07 .number_text p span{
font-size: 70px;
}
/* number_box07 END*/

/* number_box08 */
.number_flex .number_box08{
  position: relative;
  width: calc(50% - 20px);
  height: 350px;
  margin-bottom: 20px;
  border: 2px solid #FB6C90;
  border-radius: 15px;
  padding: 20px;
}
@media screen and (max-width: 1024px) {
.number_flex .number_box08{
  width: calc(50% - 0px);
  height: 300px;
}
}
@media screen and (max-width: 600px) {
.number_flex .number_box08{
  width: min(350px, 100%);
  margin: 0 auto 20px;
  height: auto;
}
}

.number_box08 .img_area{
  position: relative;
  width: 70%;
  margin: 0 auto;
  top: 0;
  left: 0;
  margin-top: 40px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
.number_box08 .img_area{
  width: 70%;
  margin-top: 0px;
  margin-bottom: 30px;
}
}
@media screen and (max-width: 767px) {
.number_box08 .img_area{
  width: 40%;
  margin-top: 0px;
  margin-bottom: 15px;
}
}
.number_box08 .text_area01 p{
  font-size: 26px;
  text-align: center;
  letter-spacing: 2px;
   font-weight: bold;
}
@media screen and (max-width: 767px) {
.number_box08 .text_area01 p{
  margin-bottom: 15px;
}
}

.number_box08 .number_text p{
font-size: 50px;
color: #FB6C90;
line-height: 1;
letter-spacing: 1px;
position: relative;
text-align: center;
}
.number_box08 .number_text p span{
font-size: 75px;
}
@media screen and (max-width: 1024px) {
.number_box08 .number_text p{
font-size: 40px;
}
.number_box08 .number_text p span{
font-size: 80px;
}
}


.number_box08 .text_area02 p{
font-size: 18px;
text-align: right;
font-weight: bold;
letter-spacing: 2px;
}

.number_box08 .flex_area{
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-content: center;
justify-content: flex-start;
align-items: center;
}
.number_box08 .flex_area li:nth-child(1){
  width: 40%;
}
.number_box08 .flex_area li:nth-child(2){
  width: 60%;
}
@media screen and (max-width: 767px) {
.number_box08 .flex_area li:nth-child(1){
  width: 100%;
}
.number_box08 .flex_area li:nth-child(2){
  width: 100%;
}
}

/* number_box08 END*/

/*****************************
reha_flex01
*****************************/

.reha_flex01{
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-content: center;
justify-content: flex-start;
align-items: center;
width: 100%;
margin: 10px auto 10px;
}
.reha_flex01 li{
  padding: 10px;
}

.reha_flex01 li .page_btn {
    margin: 0px 0;
}
@media screen and (max-width: 1180px) {
.reha_flex01{
   width: 100%;
  justify-content: flex-start;
}
.reha_flex01 li{
  padding: 10px;
}
}

.reha_flex01 li .page_btn {
    margin: 0px 0;
}


/*****************************
reha_flex02
*****************************/

.reha_flex02{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin: 10px auto 80px;
}
.reha_flex02 li{
  padding: 10px;
}

.reha_flex02 li .page_btn {
    margin: 0px 0;
}
@media screen and (max-width: 1180px) {
.reha_flex02{
   width: 100%;
  justify-content: flex-start;
}
.reha_flex02 li{
  padding: 10px;
}
}

.reha_flex02 li .page_btn {
    margin: 0px 0;
}
.reha_flex02 li .page_btn a {
    display: flex;
    align-items: center;
    position: relative;
    width: 300px;
    padding: 5px 20px 5px 20px;
    border: 1px solid #82CB7E;
    color: #fff;
    font-size: 1em;
    transition: .6s;
    background: #82CB7E;
    border-radius: 10px;
    min-height: 64px;
}

.reha_flex02 li .page_btn a::after {
  position: absolute;
  right: 1em;
  transform: translateY(-50%);
  transform-origin: left;
  width: 2em;
  height: .5em;
  background-color: #fff;
  clip-path: polygon(0 100%, 100% 100%, 70% 40%, 70% 90%, 0% 90%);
  content: '';
  transition: .6s;
}
.reha_flex02 li .page_btn a:hover::after {
  /* transform: translateY(-50%) scaleX(1.4); */
  border: 1px solid #9cc999;
}
.reha_flex02 li .page_btn a:hover::after {
  position: absolute;
  right: -1.5em;
  transform: translateY(-50%);
  transform-origin: left;
  width: 2em;
  height: .5em;
  background-color: #9cc999;
  clip-path: polygon(0 100%, 100% 100%, 70% 40%, 70% 90%, 0% 90%);
  content: '';
}

/*****************************
re01_flex
*****************************/
.boxarea01 .re01_flex{
  border: 3px solid #F2C278;
  border-radius: 10px;
  background: #fffcf9;
}
.boxarea02 .re01_flex{
  border: 3px solid #F6A8BD;
  border-radius: 10px;
  background: #fffafb;
}
.boxarea03 .re01_flex{
  border: 3px solid #82CB7E;
  border-radius: 10px;
  margin-bottom: 50px;
  background: #fdfffd;
}


.re01_flex{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 20px;
  margin: 10px auto 20px;
}
.re01_flex h4{
  font-size: 20px;
  margin-bottom: 20px;
  letter-spacing: 2px;
}
.re01_flex p{
  font-size: 16px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
.re01_flex{
  padding: 10px;
}
.re01_flex h4{
  font-size: 18px;
}
}

.re01_flex .left_area{
  width: 35%;
  padding: 10px;
}
.re01_flex .right_area{
  width: 65%;
  padding: 10px;
}

@media screen and (max-width: 1024px) {
.re01_flex .left_area {
    width: min(800px, 100%);
    margin: 0 auto;
    padding: 10px;
}
.re01_flex .right_area{
    width: min(800px, 100%);
    margin: 0 auto;
    padding: 10px;
}
}

.rehabilitation_flow_flex{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
  width: min(800px, 100%);
  margin: 0 auto;
}
.rehabilitation_flow_flex .left_area{
  width: 300px;
  padding: 10px;
  margin: 0 auto;
}
.rehabilitation_flow_flex .right_area{
  width: calc(100% - 300px);
  padding: 10px;
}
@media screen and (max-width: 767px) {
.rehabilitation_flow_flex{
  flex-direction: column-reverse;
}
.rehabilitation_flow_flex .left_area{
  width: 300px;
  margin: 0 auto;
}
.rehabilitation_flow_flex .right_area{
  width: 100%;
}
}


.rehabilitation_flow_flex span{
font-size: 22px;
margin-bottom: 20px;
letter-spacing: 2px;
color: #82CB7E;
font-family: 'Noto Sans JP', "M PLUS Rounded 1c", sans-serif;
}
.rehabilitation_flow_flex h4{
  font-size: 18px;
  margin-bottom: 10px;
}
.rehabilitation_flow_flex p{
  font-size: 16px;
  margin-bottom: 10px;
}

.recruit_list li{
  margin-bottom: 10px;
  font-size: 18px;
}
.recruit_list li span{
  margin-right: 5px;
  color: #F6A8BD;
  font-weight: bold;
}