/* ***********************************************************
*   LP
* *********************************************************** */
body {
  letter-spacing: 0.05em;
  line-height: 1.8;
  color: #1E1D1D;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  overflow-x: hidden;
}
.lp{
  color: #513216;
	overflow: hidden
}

.lp p,
.lp a{
  letter-spacing: 0.01em;
}

/* ***********************************************************
*   key_sec
* *********************************************************** */

.serif{
  font-family: 'Noto Serif', serif;
}

.key_sec{
  background-color: #F5F5E9;
  padding-bottom: 105px;
}

.key_sec .inner_1{
  background-color: #E4D7CA;
}

.key_sec .inner_2{
  max-width: 1280px;
  margin: 0 auto;
  padding: 180px 0 240px;
  background-image: url(../img/lp/key_bg2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

.key_area{
  max-width: 900px;
  margin: 0 auto;
  /* background-image: url(../img/lp/key_area_bg.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center; */
  padding: 20px 0 40px;
  position: relative;
}

.key_area_p1{
  text-align: center;
}

.key_area_p1 p{
  font-size: 6rem;
  font-weight: 400;
  font-family: 'Noto Serif', serif;
  color: #C8AA76;
  display: inline-block;
  position: relative;
  padding: 0 35px;
  line-height: 1.4em;
}

.key_area_p1 p:before,
.key_area_p1 p:after{
  content: "";
  position: absolute;
  top: 45px;
  width: 60px;
  height: 2px;
  background-color: #C8AA76;
}

.key_area_p1 p:before{
  left: -20px;
  transform: rotate(70deg);
}

.key_area_p1 p:after{
  right: -20px;
  transform: rotate(-70deg);
}

.key_area_ttl{
  display: block;
  width: 900px;
  position: relative;
  /* left: -12px; */
  margin-top: 15px;
}

.key_area_p2{
  font-size: 7.3rem;
  font-weight: 700;
  font-family: 'Noto Serif', serif;
  color: #C8AA76;
  text-align: center;
  line-height: 1.4em;
}

.key_area h1,
.key_area h3{
  font-size: 2rem;
  color: #C8AA76;
  text-align: center;
  line-height: 1.4em;
}

.key_area h1{
  margin-top: 10px;
}
.key_area h3{
  margin-top: 10px;
}

.key_area h5{
  font-size: 2rem;
  color: #513216;
  text-align: center;
  line-height: 1.4em;
  margin-top: 40px;
}

.key_area_p3{
  font-size: 3rem;
  font-weight: 700;
  font-family: 'Noto Serif', serif;
  font-style: normal!important;
  color: #F8406A;
  text-align: center;
  margin-top: 15px;
  line-height: 1.4em;
}

.key_l,
.key_r{
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: absolute;
}

.key_l{
  width: 187px;
  height: 187px;
  background-image: url(../img/lp/key_l.png);
  color: #fff;
  bottom: -140px;
  left: -160px;
}

.key_r{
  width: 265px;
  height: 256px;
  background-image: url(../img/lp/key_r.png);
  bottom: 220px;
  right: -180px;
}

.key_l p,
.key_r p{
  line-height: 1.4em;
}

.key_l_p1{
  font-size: 15px;
  font-weight: 900;
}
.key_l_p2{
  font-size: 18px;
  margin-top: 10px;
}

.key_r_p1{
  font-size: 17px;
  font-weight: 700;
}
.key_r_p2{
  font-size: 53px;
font-size: clamp(14px, 2.76vw, 53px);		
  line-height: 1em!important;
  margin-top: 5px;
  opacity: .12;
}
.key_r_p3{
  font-size: 1.6px;
  font-weight: 700;
  margin-top: 5px;
}
.key_r_p4{
  font-size: 10px;
  font-weight: 700;
}
.key_r_p5{
  font-size:17px;
  font-weight: 700;
}

.key_text{
  position: absolute;
  transform: translate(-50%,-50%);
  top: 100%;
  left: 50%;
  font-size: clamp(30px, 5.21vw, 100px);	
font-family: "Noto Sans JP", sans-serif;	
  font-weight: 200!important;
  color: #93867D;
  white-space: nowrap;
}

.key_bottom_img{
  display: none;
}

@media all and (max-width: 1024px) {
  .key_r{
    bottom: 150px;
    right: -140px;
  }
}

@media all and (max-width: 1023px) {
  .key_sec .inner_2{
    padding: 80px 0 80px;
  }
  .key_l,
  .key_r{
    display: none;
  }
  .key_bottom_img{
    display: block;
    max-width: 500px;
    margin: 20px auto 0;
  }
  .key_bottom_img img{
    width: 100%;
  }
  .key_text {
    font-size: 10vw;
  }
}


@media all and (max-width: 500px) {
  .key_sec .inner_2{
    /* padding: 50px 30px 50px; */
    height: 540px;
    background-image: url(../img/lp/key_bg_sp.jpg);
  }
  .key_area{
    padding: 50px 0 50px;
  }
  .key_area_p1 p{
    font-size: 8.4vw;
    padding: 0 20px;
  }
  .key_area_p1 p:before,
  .key_area_p1 p:after{
    top: 23px;
    width: 35px;
  }
  .key_area_ttl {
    width: 98vw;
    left: -4.8vw;
    margin-top: 10px;
  }
  .key_area_p2 {
    font-size: 8.8vw;
    margin-top: 15px;
  }
  .key_area h1,
  .key_area h3{
    font-size: 3.8vw;
  }
  .key_area h1{
    margin-top: 15px;
  }
  .key_area h3{
    margin-top: 5px;
  }
  .key_area h5{
    font-size: 3.6vw;
    margin-top: 20px;
  }
  .key_area_p3 {
    font-size: 5vw;
    margin-top: 10px;
  }
  .key_bottom_img{
    display: block;
    max-width: 500px;
    margin: 20px auto 0;
  }
}


@media all and (max-width: 400px) {
  .key_sec .inner_2{
    padding: 50px 25px 40px;
  }
}


/* ***********************************************************
*   about_sec
* *********************************************************** */

.about_sec{
  padding: 175px 0 0;
  background-color: #513216;
}

.about_sec .inner_1{
  background-image: url(../img/lp/green_bg.jpg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top left;
  background-color: #fff;
  padding: 0 0 60px;
}

.about_sec .inner_2{
  max-width: 1100px;
  margin: 0 auto;
}

.about_area{
  position: relative;
  top: -140px;
  display: flex;
  justify-content: space-between;
}

.about_area_space{
  margin-top: -140px;
}

.about_area_box{
  width: 60%;
  background-color: #F6F7F8;
  border-radius: 10px;
  margin: 0 auto;
}

.person_box{
  display: flex;
  background-color: #F5F5E9;
  border-radius: 10px;
}

.person_box_l{
  width: 50%;
}

.person_box_l img{
  width: 100%;
  border-radius: 10px 0 0 10px;
}

.person_box_r{
  width: 50%;
  padding-left: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.person_box_r p{
  color: #333;
  line-height: 1.5;
}

.pbr_p1{
  font-size: 13px;
}
.pbr_p2{
  font-size: 18px;
  font-weight: 700;
  margin-top: 13px;
}
.pbr_p3{
  font-size: 14px;
}

.about_area_box .text_box{
  padding: 40px 35px;
}

.about_area_box h4{
  font-size: 18px;
  font-weight: 700;
  color: #513216;
}

.about_area_box .text_box p{
  font-size: 14px;
  font-weight: 400;
  color: #1E1D1D;
  margin-top: 30px;
}

.about_area_box .text_box .mt0{
  margin-top: 0;
}

.about_area_box .text_box img{
  width: 100%;
  margin-top: 10px;
}

@media all and (max-width: 1024px) {
  .about_sec .inner_2{
  padding-left: 40px;
  padding-right: 40px;
  }
  .person_box_r{
    padding-left: 30px;
  }
}

@media all and (max-width: 1023px) {
  .about_area{
    flex-direction: column;
  }
  .about_area_box{
    width: 100%;
  }
  .about_area_box_2{
    margin-top: 60px;
  }
  .person_box_r{
    padding-left: 60px;
  }
}

@media all and (max-width: 500px) {
  .about_sec .inner_2{
    padding-left: 20px;
    padding-right: 20px;
  }
  .person_box{
    flex-direction: column;
  }
  .person_box_l{
    width: 100%;
  }
  .person_box_l img {
    border-radius: 10px 10px 0 0;
  }
  .person_box_r{
    width: 100%;
    padding: 30px;
  }
  .about_area_box .text_box {
    padding: 30px 20px;
  }
  .about_area_box .text_box p{
    margin-top: 20px;
  }
  .about_area_box_2{
    margin-top: 40px;
  }
}

/* ***********************************************************
*   banner_sec
* *********************************************************** */

.lp_banner_sec{
  padding: 60px 0;
  background-color: #F5F5E9;
}

.lp_banner_sec .inner{
  max-width: 1100px;
  margin: 0 auto;
}

.lp_banner_area{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.lp_banner_area a{
  width: 48.7%;
  padding: 100px 0 35px;
  background-size: cover;
  background-position: center;
  border-radius: 13px;
  font-size: 2.2rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  position: relative;
}

.lp_banner_area a:nth-child(1),
.lp_banner_area a:nth-child(2){
  margin-bottom: 30px;
}

.lp_banner_area a:nth-child(1){
  background-image: url(../img/lp/banner_bg_1.jpg);
}
.lp_banner_area a:nth-child(2){
  background-image: url(../img/lp/banner_bg_2.jpg);
}
.lp_banner_area a:nth-child(3){
  background-image: url(../img/lp/banner_bg_3.jpg);
}
.lp_banner_area a:nth-child(4){
  background-image: url(../img/lp/banner_bg_4.jpg);
}

.lp_banner_area a:before{
  content: "";
  position: absolute;
  transform: translate(-50%,0);
  top: 45px;
  left: 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.lp_banner_area a:nth-child(1):before{
  background-image: url(../img/lp/banner_1.png);
  width: 59px;
  height: 35px;
}
.lp_banner_area a:nth-child(2):before{
  background-image: url(../img/lp/banner_2.png);
  width: 52px;
  height: 41px;
}
.lp_banner_area a:nth-child(3):before{
  background-image: url(../img/lp/banner_3.png);
  width: 52px;
  height: 37px;
}
.lp_banner_area a:nth-child(4):before{
  background-image: url(../img/lp/banner_4.png);
  width: 29px;
  height: 45px;
}

@media all and (max-width: 1024px) {
  .lp_banner_sec .inner{
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media all and (max-width: 500px) {
  .lp_banner_sec{
    padding: 40px 0;
  }
  .lp_banner_sec .inner{
    padding-left: 20px;
    padding-right: 20px;
  }
  .lp_banner_area{
    flex-direction: column;
  }
  .lp_banner_area a{
    width: 100%;
    margin-bottom: 15px!important;
    font-size: 1.8rem;
    padding: 60px 0 20px;
  }
  .lp_banner_area a:before{
    top: inherit;
    bottom: 60px;
  }
  .lp_banner_area a:nth-child(1):before{
    width: 40px;
    height: 22px;
  }
  .lp_banner_area a:nth-child(2):before{
    width: 35px;
    height: 27px;
  }
  .lp_banner_area a:nth-child(3):before{
    width: 35px;
    height: 27px;
  }
  .lp_banner_area a:nth-child(4):before{
    width: 20px;
    height: 30px;
  }
  .lp_banner_area a:last-of-type{
    margin-bottom: 0;
  }
}


/* ***********************************************************
*   guidance_sec
* *********************************************************** */

.guidance_sec{
  padding: 85px 0 0;
  background-color: #513216;
}

.guidance_sec .inner_1{
  background-image: url(../img/lp/green_bg.jpg);
  background-size: 1850px;
  background-repeat: no-repeat;
  background-position: center top;
  background-color: #fff;
  padding: 0 0 60px;
}

.guidance_sec .inner_1.bgwh{
  background-image: url(../img/lp/green_wh_bg.png);
}

.guidance_sec .inner_2{
  max-width: 1100px;
  margin: 0 auto;
}

.guidance_area{
  position: relative;
  top: -50px;
}

.guidance_area_space{
  margin-top: -50px;
}

.ttl_2{
  text-align: center;
}

.ttl_2 h2{
  font-size: 2.6rem;
  font-weight: 700;
  color: #fff;
  display: inline-block;
  background-image: url(../img/lp/ttl_2.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  padding: 12px 60px 22px;
}

.ttl_2 h2 span{
  font-size: 3.6rem;
  color: #FFF1A8;
}

.event_date{
  display: block;
  max-width: 880px;
  width: 100%;
  margin: 35px auto 0;
      overflow: hidden;
}

.guidance_area_p{
  font-size: 1.4rem;
  text-align: center;
  margin-top: 5px;
}

.event_area{
  display: flex;
  justify-content: space-between;
  margin-top: 100px;
}

.event_box{
  width: 31%;
  padding-left: 14px;
  position: relative;
  border-radius: 0 0 10px 10px;
}

.event_area.bigest .event_box{
	width: 48%;
}

.ttl_1{
  position: absolute;
  top: -28px;
  left: 0;
  display: flex;
  align-items: flex-end;
  background-image: url(../img/lp/ttl_1.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  padding: 10px 40px 22px 18px;
}

.ttl_1 p{
  font-size: 1.3rem;
  font-weight: 700;
  color: #FFF1A8;
  margin-right: 12px;
  line-height: 1em;
}

.ttl_1 h3{
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  line-height: 1em;
}

.event_box .event_box_img img{
  width: 100%;
  border-radius: 10px 10px 0 0;
}

.event_box .event_box_text{
  padding: 25px;
  border-radius: 0 0 10px 10px;
}

.event_box .event_box_text h4{
  font-size: 1.8rem;
  font-weight: 700;
  color: #F8406A;
  text-align: center;
  line-height: 1.4em;
}

.event_box .event_box_text p{
  font-size: 1.4rem;
  margin-top: 15px;
  line-height: 1.6em;
}

.event_box_large{
  width: 100%;
  padding-left: 14px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 80px;
}

.event_box_large .event_box_img{
  width: 50%;
  border-radius: 10px;
}

.event_box_large .event_box_img img{
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.event_box_large .event_box_text{
  width: 730px;
  background-color: #E17881;
  padding: 35px 35px;
  border-radius: 0 10px 10px 20px;
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 0;
  right: 0;
}

.event_box_text_l{
  width: calc(100% - 350px);
  padding-top: 130px;
  position: relative;
}

.event_box_large .event_box_text img{
  width: 391px;
  position: absolute;
  top: 0;
  right: 0;
}

.event_box_large .event_box_text h4{
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4em;
  color: #fff;
}

.event_box_large .event_box_text h4 span{
  color: #fff;
}

.event_box_large .event_box_text .ebtl_p1{
  font-size: 1.3rem;
  margin-top: 20px;
  line-height: 1.6em;
  color: #fff;
}

.event_box_large .event_box_text .ebtl_p2{
  font-size: 1.2rem;
  margin-top: 10px;
  line-height: 1.6em;
  color: #fff;
}

.event_box_text_r{
  width: 325px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.event_box_text_r_box{
  width: 154px;
  height: 154px;
  background-color: #FFF1A5;
  border: 1px solid #513216;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding-bottom: 20px;
}

.event_box_text_r_box:nth-child(3),
.event_box_text_r_box:nth-child(4){
  margin-top: 15px;
}

.event_box_text_r_box h6{
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4em;
  color: #F8406A;
  text-align: center;
  display: flex;
  align-items: center;
}

.event_box_text_r_box:first-child h6{
  height: 39.19px;
}

.event_box_text_r_box p{
  font-size: 1.2rem;
  line-height: 1.4em;
  text-align: center;
  margin-top: 10px;
}

.guidance_sec_br{
  display: none;
}

.event_box_bg{
  height: 100%;
  border-radius: 10px;
  background-color: #F6F7F8;
  overflow: hidden;
}

.reserve_p{
  position: absolute;
  z-index: 3;
  transform: translate(-50%,0);
  bottom: 5px;
  left: 50%;
  font-size: 1.4rem;
  color: #fff;
}

.reserve_p{
  position: absolute;
  z-index: 3;
  transform: translate(-50%,0);
  bottom: 5px;
  left: 50%;
  font-size: 1.4rem;
  color: #fff;
  letter-spacing: 0.01em;
}

.event_box_text_r_box:after{
  content: "";
  position: absolute;
  transform: translate(-50%,-50%);
  top: 100%;
  left: 50%;
  width: 70px;
  height: 70px;
  background-color: #513216;
  border-radius: 50%;
}

.event_box_img_2{
  display: flex;
  justify-content: space-between;
  width: 48%;
}

.event_box_img_2 img{
  display: block;
  width: 47.5%;
  height: auto;
  border-radius: 10px;
}

.event_4_pc{
  display: block;
}
.event_4_sp{
  display: none;
}

@media all and (max-width: 1024px) {
  .guidance_sec .inner_2{
    padding-left: 40px;
    padding-right: 40px;
  }
  .event_box{
    width: 32%;
  }
  .event_box .event_box_text h4 {
    font-size: 1.6rem;
  }
  .event_box_large{
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .event_box_large .event_box_img{
    width: 70%;
    position: relative;
  }
  .event_box_large .ttl_1{
    left: -14px;
  }
  .event_box_large .event_box_text{
    width: 70%;
    position: relative;
    top: inherit;
    right: inherit;
    border-radius: 10px;
    margin-top: 20px;
  }
  .event_box_large .event_box_text img {
    width: 100%;
    position: relative;
  }
  .event_box_text_l {
    width: calc(100% - 310px);
    padding-top: 0;
    position: relative;
  }
  .event_box_large .event_box_text h4 {
    margin-top: 20px;
  }
  .event_box_text_r{
    width: 285px;
  }
  .event_box_text_r_box{
    width: 135px;
    height: 135px;
  }
  .event_box_text_r_box:nth-child(3),
  .event_box_text_r_box:nth-child(4){
    margin-top: 15px;
  }
  .event_box_text_r_box h6{
    font-size: 1.3rem;
  }
  .event_box_text_r_box p{
    font-size: 1.1em;
    margin-top: 7px;
  }
  .event_4_pc{
    display: none;
  }
  .event_4_sp{
    display: block;
  }
  .event_box_img_2{
    display: none;
  }
}

@media all and (max-width: 1023px) {
  .event_area {
    flex-wrap: wrap;
    margin-top: 0;
  }
  .event_box {
    width: 325px;
    margin: 60px auto 0;
  }
  .event_box_large{
    flex-direction: column;
    margin-top: 60px;
  }
  .event_box_large .event_box_img{
    width: 100%;
  }
  .event_box_large .event_box_text{
    width: 100%;
  }
  .event_box_large .event_box_text h4 {
    font-size: 1.7rem;
  }
  .guidance_sec_br{
    display: block;
  }
}

@media all and (max-width: 500px) {
  .guidance_sec .inner_2{
    padding-left: 20px;
    padding-right: 20px;
  }
  .ttl_2 h2{
    width: calc(100% + 20px);
    position: relative;
    left: -10px;
    font-size: 1.6rem;
    padding: 12px 35px 22px;
    background-image: url(../img/lp/ttl_2_sp.png);
  }
  .ttl_2 h2 span{
    font-size: 2rem;
  }
  .event_box_large .event_box_img{
    object-fit: inherit;
    height: inherit;
  }
  .event_box_large .event_box_text{
    flex-direction: column;
    padding: 30px 20px;
  }
  .event_box_text_l{
    width: 100%;
  }
  .event_box_text_r{
    width: 100%;
    justify-content: center;
    margin-top: 30px;
  }
  .event_box_text_r_box:nth-child(2n-1){
    margin-right: 5px;
  }
  .event_box_text_r_box:nth-child(2n){
    margin-left: 5px;
  }
  .event_area{
    display: block;
  }
  .event_box,
  .event_box_large{
    display: block;
    position: relative;
    width: calc(100% + 14px)!important;
    left: -14px;
  }
  .event_date {
    margin: 25px auto 0;
  }
}

@media all and (max-width: 374px) {
  .ttl_2 h2{
    font-size: 1.4rem;
    padding: 12px 35px 22px;
  }
  .ttl_2 h2 span{
    font-size: 1.6rem;
  }
  .event_box .event_box_text h4{
    font-size: 1.4rem;
  }
  .event_box_text_r_box{
    width: 115px;
    height: 115px;
  }
  .event_box_text_r_box h6{
    font-size: 1.2rem;
  }
  .event_box_text_r_box p{
    font-size: 1rem;
  }
  .event_box_text_r_box:after{
    width: 60px;
    height: 60px;
  }
}


/* ***********************************************************
*   lp_btn
* *********************************************************** */

.lp_btn_sec{
  padding: 45px 0;
  background-color: #E17881;
}

.lp_btn_sec a{
  display: block;
  width: 467px;
  height: 80px;
  line-height: 76px;
  border-radius: 40px;
  background-color: #FFF1A8;
  border: 2px solid #513216;
  color: #513216;
  font-size: 2.3rem;
  text-align: center;
  padding-right: 40px;
  margin: 0 auto;
  position: relative;
  opacity: 1!important;
}

.lp_btn_sec a::after{
  content: "";
  position: absolute;
  transform: translate(0,-50%);
  top: 50%;
  right: 40px;
  height: 20px;
  width: 20px;
  background-image: url(../img/lp/arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: .5s;
}

.lp_btn_sec a:hover{
  background-color: #513216;
  border: 2px solid #FFF1A8;
  color: #FFF1A8;
}

.lp_btn_sec a:hover::after{
  right: 35px;
  background-image: url(../img/lp/arrow_2.png);
}

@media all and (max-width: 500px) {
  .lp_btn_sec{
    padding: 40px 0;
  }
  .lp_btn_sec .inner{
    padding-left: 20px;
    padding-right: 20px;
  }
  .lp_btn_sec a{
    font-size: 4vw;
    width: 100%;
    height: 60px;
    line-height: 56px;
    border-radius: 30px;
    padding-right: 30px;
  }
  .lp_btn_sec a::after{
    height: 15px;
    width: 15px;
    right: 12%;
  }
}


/* ***********************************************************
*   lp_announce_sec
* *********************************************************** */

.lp_announce_sec{
  background-color: #F5F5E9;
}

.lp_announce_sec .inner{
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
}

.lp_announce_img{
  display: flex;
  flex-wrap: wrap;
}

.lp_announce_img img{
  width: 50%;
  height: auto;
}

.lp_announce_text{
  position: absolute;
  transform: translate(-50%,-50%);
  top: 50%;
  left: 50%;
  background-color: rgba(245, 245, 233, .9);
  max-width: 940px;
  width: 100%;
  padding: 65px 0;
  border-radius: 10px;
}

.lp_announce_text:before{
  content: "";
  position: absolute;
  top: -8px;
  left: -8px;
  width: 60px;
  height: 55px;
  background-image: url(../img/lp/lp_announce_text.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.lp_announce_text h4{
  font-size: 2.8rem;
  line-height: 1.5em;
  font-weight: 700;
  font-family: 'Noto Serif', serif;
  text-align: center;
}

.lp_announce_text p{
  font-size: 1.4rem;
  text-align: center;
  margin-top: 30px;
}

.lp_announce_sec_p{
  font-size: 1.2rem;
  font-weight: 700;
  color: #fff;
  position: absolute;
  right: 20px;
  bottom: 15px;
}

@media all and (max-width: 1024px) {
  .lp_announce_text{
    transform: translate(0,-50%);
    width: calc(100% - 80px);
    left: 40px;
  }
}

@media all and (max-width: 1023px) {
  .lp_announce_text h4{
    font-size: 2.2rem;
  }
  .lp_announce_text p{
    font-size: 1.3rem;
  }
}

@media all and (max-width: 500px) {
  .lp_announce_img img{
    width: 100%;
  }
  .lp_announce_text:before{
    top: -4px;
    left: -4px;
    width: 40px;
    height: 35px;
  }
  .lp_announce_text{
    transform: translate(0,-50%);
    width: calc(100% - 40px);
    left: 20px;
    padding:60px 0;
  }
  .lp_announce_text h4{
    font-size: 5.4vw;
  }
  .lp_announce_text p{
    font-size: 4vw;
  }
}


/* ***********************************************************
*   lp_map_sec
* *********************************************************** */

.lp_map_sec{
  padding: 70px 0;
  background-color: #513216;
}

.lp_map_sec .inner{
  max-width: 1100px;
  margin: 0 auto; 
}

.lp_map_area{
  position: relative;
}

.lp_map_sec iframe{
  width: 100%;
  height: 440px;
  vertical-align: top;
}

p.lp_map_text{
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 1.3rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.4em;
  background-color: #B79054;
  padding-right: 260px;
  padding: 15px 240px 15px 35px;
  border-radius: 66.38px 0 0 0;
}

.lp_map_area img{
  position: absolute;
  bottom: 0;
  right: 0;
  width: 263px;
  pointer-events: none;
}

@media all and (max-width: 1024px) {
  .lp_map_sec .inner{
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media all and (max-width: 500px) {
  .lp_map_sec {
    padding: 60px 0 60px;
  }
  .lp_map_sec .inner{
    padding-left: 20px;
    padding-right: 20px;
  }
  p.lp_map_text{
    position: relative;
    background-color: transparent!important;
    padding: 0 110px 0 0;
    margin-top: 30px;
  }
  .lp_map_area img{
    width: 150px;
    bottom: -60px;
    right: -20px;
  }
}

/* ***********************************************************
*   consultation_sec
* *********************************************************** */

.consultation_sec{
  padding: 70px 0 0;
  background-image: url(../img/lp/consultation_img.jpg);
  background-size: cover;
  background-position: center;
}

.consultation_sec .inner{
  max-width: 1100px;
  margin: 0 auto;
}

.consultation_area{
  max-width: 640px;
  margin-left: auto;
  padding: 0 70px 70px;
  background-color: #F6F7F8;
  border-radius: 10px;
  position: relative;
  bottom: -60px;
}

.consultation_sec .ttl_2{
  position: relative;
  top: -50px;
}

.consultation_sec .ttl_2 h2{
  background-image: url(../img/lp/consultation_sec_ttl_2.png);
}

.consultation_area_space{
  margin-top: -20px;
}

.consultation_area h6{
  font-size: 2.3rem;
  text-align: center;
  line-height: 1.4em;
}

.consultation_area p{
  font-size: 1.4rem;
  line-height: 1.4em;
  text-align: center;
}

.consultation_area_p1{
  margin-top: 10px;
}

.consultation_area_img1{
  display: block;
  width: 353px;
  margin: 20px auto 0;
}
.consultation_area_img2{
  display: block;
  width: 475px;
  margin: 5px auto 0;
}

.consultation_area_p3{
  margin-top: 25px;
}
.consultation_area .consultation_area_p4{
  font-size: 1.6rem;
  color: #F8406A;
  margin-top: 35px;
  padding: 18px 0;
  border: 1px solid #F8406A;
  border-radius: 10px;
}

@media all and (max-width: 1024px) {
  .consultation_sec .inner{
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media all and (max-width: 1023px) {
  .consultation_sec {
    padding: 80px 0 60px;
    background-position: center left;
  }
  .consultation_area{
    max-width: inherit;
    padding: 0 70px 70px;
    background-color: rgba(246, 247, 248, .9);
    bottom: inherit;
  }
}

@media all and (max-width: 500px) {
  .consultation_sec {
    padding: 80px 0 60px;
    background-position: center left -60px;
  }
  .consultation_sec .inner{
    padding-left: 20px;
    padding-right: 20px;
  }
  .consultation_area{
    padding: 0 20px 60px;
  }
  .consultation_area h6{
    font-size: 5.4vw;
  }
  .consultation_area p{
    font-size: 3.4vw;
  }
  .consultation_area_p1{
    margin-top: 10px;
  }
  .consultation_area_img1{
    width: 100%;
    margin: 20px auto 0;
  }
  .consultation_area_img2{
    width: 100%;
  }
  .consultation_area_p3{
    margin-top: 25px;
  }
  .consultation_area .consultation_area_p4{
    font-size: 4vw;
  }
}

/* ***********************************************************
*   consultation_thema_sec
* *********************************************************** */

.consultation_thema_sec{
  padding: 120px 0 60px;
  background-image: url(../img/lp/green_bg.jpg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top left;
}

.consultation_thema_sec .inner{
  max-width: 1100px;
  margin: 0 auto;
}

.consultation_thema_area{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.consultation_thema_box{
  width: 32%;
  background-color: #fff;
  border: 1px solid #4A2E10;
  border-radius: 10px;
  position: relative;
  margin-top: 55px;
}

.ctb_text{
  height: 220px;
  padding-top: 60px;
  position: relative;
}

.consultation_thema_box .ctb_num{
  font-size: 1.9rem;
  line-height: 45px;
  text-align: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #FFF1A8;
  border: 1px solid #4A2E10;
  position: absolute;
  transform: translate(-50%,-50%);
  top: 0;
  left: 50%;
}

.consultation_thema_box h5{
  font-size: 1.8rem;
  font-weight: 700;
  color: #F8406A;
  text-align: center;
  line-height: 1.4em;
}

.consultation_thema_box h6{
  font-weight: 700;
  color: #F8406A;
  text-align: center;
  line-height: 1.4em;
}

.consultation_thema_box:nth-child(1) h6{
  font-size: 1.6rem;
}
.consultation_thema_box:nth-child(6) h6{
  font-size: 1.2rem;
  margin-top: 5px;
}

.consultation_thema_box .consultation_thema_box_p{
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.4em;
  margin-top: 20px;
}

.ctb_kome{
  font-size: 1rem;
  position: absolute;
  bottom: 10px;
  right: 10px;
  line-height: 1.3;
}

.consultation_thema_box img{
  width: 100%;
  border-radius: 0 0 10px 10px;
     position: relative;
}

@media all and (max-width: 1024px) {
  .consultation_thema_sec .inner{
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media all and (max-width: 1023px) {
  .consultation_thema_sec {
    padding: 20px 0 60px;
  }
  .consultation_thema_box{
    width: 48%;
  }
}

@media all and (max-width: 500px) {
  .consultation_thema_sec .inner{
    padding-left: 20px;
    padding-right: 20px;
  }
  .consultation_thema_box{
    width: 100%;
  }

	
	.consultation_thema_box:nth-child(1) h6{
	  font-size: 1.4rem;
	}
	.consultation_thema_box:nth-child(6) h6{
	  font-size: 1.1rem;
	  margin-top: 5px;
	}
	
	.consultation_thema_box .consultation_thema_box_p{
	  font-size: 1.4rem;
	  text-align: center;
	  line-height: 1.2em;
	  margin-top: 20px;
	}

	.ctb_text {
	    height: 183px;
	    padding-top: 40px;
	    position: relative;
	}
	
	
	.ctb_B{
		    height: 100px;
	    overflow: hidden;
	    border-radius: 0 0 10px 10px;
	}

}

/* ***********************************************************
*   facility_sec
* *********************************************************** */

.facility_sec{
  padding: 120px 0 0;
  background-image: url(../img/lp/green_bg.jpg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top left;
}

.facility_sec .inner{
  max-width: 1100px;
  margin: 0 auto;
}

.facility_sec_ttl{
  position: relative;
}

.facility_sec_ttl img{
  width: 100%;
}

.facility_sec .ttl_2{
  position: absolute;
  transform: translate(-50%,-50%);
  top: 0;
  left: 50%;
}

.facility_sec .ttl_2 h2{
  font-size: min(1.67vw, 32px);
  white-space: nowrap;
}

.facility_sec .ttl_2 h2{
  background-image: url(../img/lp/consultation_sec_ttl_2.png);
}

.facility_sec_p{
  font-size: 16px;
  line-height: 1.8em;
  text-align: center;
  margin-top: 45px;
}

.facility_sec_btn{
  display: flex;
  justify-content: center;
  margin-top: 45px;
}

.facility_sec_btn li{
  padding: 0 6px;
}

.facility_sec_btn li a{
  display: block;
  width: 158px;
  border: 2px solid #513216;
  color: #513216;
  font-size: 13px;
  text-align: center;
  padding: 10px 0;
  border-radius: 48px;
}

.facility_ttl h2{
	font-size: clamp(18px, 1.15vw, 22px);
  text-align: center;
  margin-top: 65px;
}

.facility_box{
  border: 2px solid #513216;
  border-radius: 10px;
  background-color: #F6F7F8;
  padding: 50px;
  max-width: 940px;
  position: relative;
  overflow: hidden;
  margin: 65px auto 0;
}

.facility_box_mt35{
  margin-top: 35px;
}

.facility_box:before{
  content: "";
  z-index: 1;
  position: absolute;
  transform: translate(-40%,-40%);
  top: 0;
  left: 0;
  width: 187px;
  height: 187px;
  border-radius: 50%;
  background-color: #FFF1A8;
}

.facility_box h4{
  position: relative;
  z-index: 3;
	font-size: clamp(24px, 1.77vw, 34px);	
  line-height: 1.6em;
	letter-spacing: .055em;
	font-feature-settings: "palt";
  font-weight: 700;
  padding-bottom: 10px;
}

.facility_box .small_h4{
	font-size: clamp(20px, 1.41vw, 27px);
}

.facility_box p{
  position: relative;
  z-index: 3;
  font-size: 14px;
  letter-spacing: 0;
  margin-top: 20px;
}

.facility_box_img{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.facility_box_img_box{
  margin-top: 25px;
      margin-right: 3%;
}

.facility_box_img_box.bigestg{
 width: 100%;
 margin: auto;
}

.facility_box_img_box:nth-child(3){
	margin-right: 0%;
}

.facility_box_img_box img{
  width: 100%;
}

.facility_box_img_box_678{
  max-width: 678px;
}
.facility_box_img_box_615 img{
  max-width: 615px;
}
.facility_box_img_box_543 img{

  max-width: 543px;
}

.gbt_area{
  display: flex;
  justify-content: space-between;
  background-color: rgba(183, 144, 84, .13);
  border-radius: 10px;
  padding: 20px 30px;
  margin-top: 25px;
}

.gbt_area_text{
  width: calc(100% - 160px);
}

.gbt_area_text h6{
  font-size: 1.8rem;
  font-weight: 700;
}

.gbt_area_text p{
  margin-top: 10px;
}

.gbt_area_img{
  width: 135px;
  padding-top: 10px;
}

.gbt_area_img img{
  width: 100%;
}

@media all and (max-width: 1024px) {
  .facility_sec .inner{
    padding-left: 40px;
    padding-right: 40px;
  }
  .facility_sec .ttl_2{
    z-index: 3;
  }
  .facility_sec_ttl img{
    position: relative;
    width: calc(100% + 80px);
    left: -40px;
    z-index: 1;
  }
  .facility_box_img_box{
	 margin-right: 3%;
    width: 47%;
  }
.facility_box_img_box.bigestg{
 width: 100%;
 margin: auto;
}
}

@media all and (max-width: 1023px) {
  .facility_sec .ttl_2 h2{
    font-size: 2.6rem;
  }
  .facility_sec_p{
    font-size: 15px;
  }
}

@media all and (max-width: 500px) {
  .facility_sec .inner{
    padding-left: 20px;
    padding-right: 20px;
  }
  .facility_sec .ttl_2 {
    transform: translate(-50%,-80%);
  }
  .facility_sec .ttl_2 h2{
    font-size: 6.4vw;
  }
  .facility_sec_btn {
    flex-direction: column;
    margin-top: 20px;
  }
  .facility_sec_btn li{
    padding: 0;
    margin: 10px auto 0;
  }
  .facility_sec_p{
    text-align: left;
  }
  .facility_ttl h2{
    font-size: 5.33vw;
    margin-top: 40px;
  }
  .facility_box {
    padding: 40px 20px;
    margin: 40px auto 0;
  }
  .facility_box_mt35 {
    margin-top: 20px;
  }
  .facility_box:before{
    width: 140px;
    height: 140px;
  }
  
  .facility_box h4{
    font-size: 5.33vw;
  }
  .facility_box .small_h4 {
    font-size: 5.33vw;
  }
  .facility_box p {
    margin-top: 15px;
  }
  .facility_box_img_box {
    margin-top: 20px;
  }
  .gbt_area{
    flex-direction: column;
    padding: 20px;
  }
  .gbt_area_text{
    width: 100%;
    order: 2;
  }
  .gbt_area_text h6{
    font-size: 4.5vw;
	  margin: 0
  }
  .gbt_area_img{
    width: 100%;
    padding-top: 0;
    padding-bottom: 15px;
    order: 1;
  }
  .gbt_area_img img{
    display: block;
    width: 65%;
    margin: 0 auto;
  }
}

/*
.facility_box_img{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 25px;
}

.facility_box_img:after{
  display: block;
  content: "";
  width: 31%;
  height: 0;
}

.facility_box_img_box{
  width: 100%;
}

.facility_box_img_box_large{
  width: 65.25%;
}

.facility_box_img_box img{
  width: 100%;
  border-radius: 10px;
}

.facility_box_img_box_large img{
  width: inherit;
  height: 100%;
}
*/

/* ***********************************************************
*   lp_tel_sec
* *********************************************************** */

.lp_tel_sec{
  padding: 70px 0;
  background-color: #F5F5EA;
}

.lp_tel_sec .inner{
  max-width: 1100px;
  margin: 0 auto;
}

.lp_tel_area{
  display: flex;
  background-color: #513216;
  border-radius: 10px;
}

.lp_tel_area_text{
  width: 48%;
  padding: 40px 55px;
}

.lp_tel_area_text_p1{
	font-size: clamp(16px, 1.04vw, 20px);	
  line-height: 1.4em;
  color: #fff;
}

.lp_tel_area_text a{
	font-size: clamp(20px, 2.29vw, 44px);	
  font-weight: 700;
  color: #FFF1A8;
  padding-left: 60px;
  display: block;
  position: relative;
}

.lp_tel_area_text a:before{
  content: "";
  position: absolute;
  transform: translate(0,-50%);
  top: 50%;
  left: 0;
  width: 53px;
  height: 44px;
  background-image: url(../img/lp/tel.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.lp_tel_area_text_p2{
  font-size: 14px;
  color: #fff;
}

.white_box{
  border: 2px solid #fff;
  margin-top: 20px;
  padding: 15px 20px;
}

.white_box p{
  font-size: 14px;
  color: #fff;
}


.lp_tel_area_img{
  width: 52%;
}

.lp_tel_area_img img{
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 0 10px 10px 0;
}

@media all and (max-width: 1024px) {
  .lp_tel_sec .inner{
    padding-left: 40px;
    padding-right: 40px;
  }
  .lp_tel_area_text {
    padding: 40px 30px;
  }
  .lp_tel_area_text a{
    font-size: 4rem;
    padding-left: 50px;
  }
  .lp_tel_area_text a:before{
    width: 40px;
    height: 35px;
  }
}

@media all and (max-width: 1023px) {
  .lp_tel_area{
    flex-direction: column;
  }
  .lp_tel_area_text{
    width: 100%;
    order: 2;
    padding: 40px 40px;
  }
  .lp_tel_area_img{
    width: 100%;
    order: 1;
  }
  .lp_tel_area_img img{
    width: 100%;
    border-radius: 10px 10px 0 0;
  }
}

@media all and (max-width: 500px) {
  .lp_tel_sec .inner{
    padding-left: 20px;
    padding-right: 20px;
  }
  .lp_tel_area_text{
    padding: 30px 20px;
  }
  .lp_tel_area_text_p1{
    font-size: 4.8vw;
  }
  .lp_tel_area_text a{
    font-size: 8vw;
    padding-left: 13vw;
    margin-top: 10px;
  }
  .lp_tel_area_text a:before{
    width: 10vw;
    height: 7vw;
  }
  .lp_tel_area_text_p2{
    font-size: 4.2vw;
    margin-top: 5px;
  }
}

@media all and (max-width: 374px) {

}

.indentBox{
	background-color: #E17881;
	max-width: 663px;
	margin: 40px auto 10px;
    border: solid 1px #E17881;                 /* 枠線指定 */
    background-color: #E17881;                 /* 背景色指定 */
    border-radius: 1000px;  
    overflow: hidden;
}


.pr_uggimg{
	width: 200px;
	display: block;
		float: left;
}

.bfg{
	color:#FFF1A8;	
	    font-size: 1.7rem;
	    margin-bottom: 20px;
}

.ugg{
	  background-image: url(../img/lp/icon_ugg.png) ;
    background-position: 1px 4px;
    background-repeat: no-repeat;
    padding-left: 80px;
    height:120px;
    background-size: 60px;
    	    font-size: 1.5rem;
    	    color: #fff;
    	        line-height: 2.2rem;
}

.pinBox{
	position: relative;
	float: left;
	max-width: 400px;
	    padding: 30px 0 0 30px;
}

.pr_uggbggimg{
	width: 120px;
	position: absolute;
    left: -70px;
    top: 12px;
    width: 85px;
    display: block;
}

.pr_uggimg.spp{
	display: none;
}

.event_img{
	float: left;
	    max-width: 660px;
}

.event_insta{
	float: right;
	width: 200px;
	margin-top: 30px;
}

#presentBox{
	    font-size: 1.4rem;
    display: block;
    max-width: 840px;
    width: 100%;
    margin: 35px auto 0;
}

.bgotr{
	    font-size: 1.9rem;
	    text-align: center;
	    padding-bottom: 20px;
	    color: #E17881;
}


.event_box a{
    display: block;
    width: 158px;
    border: 2px solid #513216;
    color: #513216;
    font-size: 1.3rem;
    text-align: center;
    padding: 10px 0;
    border-radius: 48px;
    margin: 0 auto 30px;
    background: #fff;
}

.lp_map_sec p.g3k0{
	color: #ffffff;
		    font-size: 1.6rem;
}

.lp_map_sec span.gko{
	color: #ffffff;
		    font-size: 1.4rem;
		    display: block;
		    margin-bottom: 30px;
}

.ctb_text a {
    display: block;
    width: 158px;
    border: 2px solid #513216;
    color: #513216;
    font-size: 1.3rem;
    text-align: center;
    padding: 10px 0;
    border-radius: 48px;
    margin: 25px auto 30px;
    background: #fff;
        position: relative;
        z-index: 99;
    
}

.hgkk{
    text-align: center;
    margin: 40px auto;
    background: #FFF1A8;
    border-radius: 50px;
    padding: 20px 0;
    font-size: 2.8rem;
    width: 79%;
    color: #E1787F;
}



@media all and (max-width: 1000px) {
	.event_img{
		width: 72%;
	}
	
	.event_insta{
		width: 23%;
	}
	
}


@media all and (max-width: 800px) {
	.event_img{
		width: 65%;
	}
	
	.event_insta{
		width: 27%;
	}
	
}

@media all and (max-width: 681px) {
	.event_img{
		width:100%;
		margin-bottom:35px;
	}
	
	.event_insta{
		max-width: 380px;
    width: 60%;
    margin: 0px auto 30px;
    float: none;
    display: block;
	}
	
}

@media all and (max-width: 720px) {
	.pr_uggimg {
	    width: 170px;
	    margin: 30px 0 30px 30px;
	}

	.pinBox{
		max-width: 370px;
	}
}

@media all and (max-width: 681px) {
	.pr_uggimg {
    width: 230px;
    margin: -180px auto;
    display: block;
    float: none;
	}

	.pr_uggbggimg{
		display: none;
	}


	.pr_uggimg{
		display: none;
	}
		
	.pr_uggimg.spp{
    position: relative;
		display: block;
		    width:90%;
	}

	
	.indentBox{
		margin: 210px auto 40px;
		overflow: visible;
	}
	
	.pinBox{
	    float: none;
	        margin: 160px auto 5px;
	    padding: 40px 40px 30px 40px;
	}

	
	.hgkk{
    padding: 18px;
    line-height: 3.4rem;
    width: 100%;
    border-radius: 100px;
    font-size: 1.8rem;
	}
	
}


	@media all and (max-width: 500px) {
	.consultation_thema_box img {
    width: 100%;
    border-radius: 0 0 10px 10px;
    position: relative;
    top: -60px;
		}

	.consultation_thema_box .dex_g img{
    top: -30px;
		}		
		
		.scroll_top_btnB {
		    display: none;
		}
	
	.guidance_area .ttl{
		   line-height: 3.1rem;
	}
	
}

@media all and (max-width: 420px) {
	.pr_uggimg{
		margin: -60px auto 0;
	}
	
	.pinBox{
		margin: auto;
		padding: 30px 30px 60px 30px;
	}
	
	.indentBox{
		margin: 100px auto 60px;
	}
}

.lp_map_sec .inner.bbdex{
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
}

.ggog2{
    width: 200px;
}

.ggog2 img{
    width: 100%;
}

	@media all and (max-width: 600px) {
	.lp_map_sec .inner.bbdex{
	    display: block;
	 }
.ggog2{
    width: 100%;
}


	
}


/* ***********************************************************
*   修正/2022/10/17
* *********************************************************** */

.lp_map_top{
  margin-bottom: 20px;
  display: flex;
  color: #fff;
}

.map_detail{
  max-width: 263px;
}

.lmt_text{
  margin-left: 30px;
  margin-right: 30px;
}

.lmt_text h4{
	font-size: clamp(16px, 1.04vw, 20px);	
  padding-left: 15px;
  position: relative;
}

.lmt_text h4:before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background-color: #fff;
}

.lmt_text p{
  font-size: 14px;
}

.lmt_text_p1{
  margin-top: 15px;
}

.lmt_text_p2{
  margin-top: 20px;
}

.lmt_text .white_box{
  border: 1px solid #fff;
  padding: 12px 18px;
  margin-top: 20px;
}

@media all and (max-width: 1023px) {
  .lp_map_area img{
    display: none;
  }
}

@media all and (max-width: 500px) {
  .lp_map_top{
    margin-bottom: 30px;
  }
  .lp_map_top{
    flex-direction: column-reverse;
  }
  .map_detail{
    max-width: inherit;
    width: 100%;
    margin: 0 auto;
  }
  .lmt_text{
    margin: 30px 0;
  }
}

/* ***********************************************************
* *********************************************************** */

.facility_sec h3{
	font-size: clamp(18px, 1.15vw, 22px);
  font-weight: 700;
  text-align: center;
  color: #E17881;
  margin-top: 50px;
}

.facility_sec .text_box{
  max-width: 940px;
  margin: 0 auto;
  position: relative;
  padding: 0 75px;
  margin-top: 45px;
}

.facility_sec .text_box::before,
.facility_sec .text_box::after{
  content: "";
  position: absolute;
  width: 31px;
  height: 27px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.facility_sec .text_box::before{
  top: 0;
  left: 0;
  background-image: url(../img/lp/text_box_l.png);
}

.facility_sec .text_box::after{
  bottom: 0;
  right: 0;
  background-image: url(../img/lp/text_box_r.png);
}

.facility_sec .text_box p{
  font-size: 14px;
  color: #513216;
}

@media all and (max-width: 500px) {
  .facility_sec h3{
    font-size: 5.33vw;
    margin-top: 40px;
  }
  .facility_sec_p{
    margin-top: 30px;
  }
  .facility_sec .text_box{
    padding: 10px 0;
    margin-top: 45px;
  }
  .facility_sec .text_box::before,
  .facility_sec .text_box::after{
    width: 20px;
    height: 17px;
  }
  .facility_sec .text_box::before{
    top: -10px;
    left: 0;
  }
  .facility_sec .text_box::after{
    bottom: -10px;
    right: 0;
  }
}

/* ***********************************************************
*   movie_sec
* *********************************************************** */

.movie_sec{
  margin-top: 100px;
  background: linear-gradient(to bottom,
  #fff 40px, #F5F5EA 40px 130px, #513216 130px 270px, #E4D7C9 270px);
}

.movie_sec .inner{
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 90px;
  position: relative;
}

.movie_sec_contents_area{
  position: relative;
  z-index: 1;
}

.movie_sec_img_area{
  z-index: 0;
}
.movie_sec_img{
  display: block;
  position: absolute;
}

.movie_sec_img_1{
  width: 76.5%;
  top: 160px;
  left: -20px;
  border-radius: 10px;
}

.movie_sec_img_2{
  width: 12%;
  top: 230px;
  right: 0;
}

.movie_sec_img_3{
  width: 19.5%;
  top: 360px;
  left: 40px;
}

.movie_sec_img_4{
  width: 19%;
  top: 560px;
  right: 40px;
}

.movie_sec_img_5{
  width: 24%;
  bottom: 50px;
  left: 0;
}

.movie_sec_img_6{
  width: 31%;
  bottom: 0;
  right: 40px;
}

.movie_sec .ttl_2 h2{
  background-image: url(../img/lp/consultation_sec_ttl_2.png);
}

.movie_sec_ttl{
  max-width: 825px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 12px;
  padding: 30px;
  margin-top: 100px;
}

.movie_sec_ttl h4{
  font-size: 1.8rem;
  font-weight: 700;
  color: #E17881;
  text-align: center;
}

.movie_sec_p{
  font-size: 1.3rem;
  color: #513216;
  text-align: center;
  margin-top: 110px;
}

.video_wrap{
  max-width: 830px;
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  margin: 50px auto 0;
}

.video_wrap video{
  width: 100%;
  margin: 0 auto;
  cursor: pointer;
  border-radius: 10px;
  vertical-align: top;
}

@media all and (max-width: 1279px) {
  .movie_sec .inner{
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media all and (max-width: 1023px) {
  .movie_sec_img_1{
    width: 90%;
  }
  .movie_sec_img_2{
    width: 18%;
  }
  .movie_sec_img_3{
    width: 30%;
    left: -120px;
  }
  .movie_sec_img_4{
    width: 30%;
    top: 630px;
    right: -40px;
  }
  .movie_sec_img_5{
    width: 36%;
  }
  .movie_sec_img_6{
    width: 45%;
  }
  .movie_sec_p{
    margin-top: 80px;
  }
}

@media all and (max-width: 500px) {
  .movie_sec{
    margin-top: 60px;
    background: linear-gradient(to bottom,
    #fff 30px, #F5F5EA 30px 80px, #513216 80px 220px, #E4D7C9 220px);
  }
  .movie_sec .inner{
    padding-left: 20px;
    padding-right: 20px;
  }
  .movie_sec_img_1{
    display: none;
  }
  .movie_sec_img_2{
    width: 20%;
    top: 120px;
    right: -20px;
  }
  .movie_sec_img_3{
    width: 35%;
    top: 220px;
    left: -20px;
  }
  .movie_sec_img_4{
    width: 40%;
    top: inherit;
    bottom: 180px;
    right: -20px;
  }
  .movie_sec_img_5{
    width: 40%;
    bottom: 70px;
    left: -20px;
  }
  .movie_sec_img_6{
    width: 65%;
    right: -40px;
  }
  .movie_sec_ttl{
    padding: 20px;
    margin-top: 40px;
  }
  .movie_sec_p{
    text-align: left;
    margin-top: 40px;
  }
  .video_wrap{
    width: calc(100% + 20px);
    position: relative;
    left: -10px;
    padding: 15px;
    margin: 40px auto 0;
  }
}
.seminar202209 #tab_fx_wrap {display: none}
@media screen and (max-width:1450px){
.key_l {
    left: -50px;
}	
.key_r {
    right: -50px;
}	
}
@media screen and (max-width:767px){
.lp {
    margin-top: 0.4rem
}
}	