@charset "UTF-8";
@import url("root.css");
/*-----*ブレイクポイントルール*-----*/
/* スマートフォン：max-width:767px */
/* タブレット：min-width:768px */
/* PC：min-width:1025px */
/***************************************
------------- TOP MAIN IMG -------------
***************************************/
#mv {
  width: 100%;
  height: auto;
  margin: 0 auto;
  position: relative;
}
@media (min-width: 768px) {
  #mv {
    margin-top: -30px;
  }
}
#mv .slick-slider {
  opacity: 0;
  transition: all 0.3s;
}
#mv .slick-slider.slick-initialized {
  opacity: 1;
  transition: all 0.3s;
}
#mv img {
  width: 100%;
}
#mv .main_copy {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 1380px;
  max-width: 98%;
  height: 100%;
}
#mv .main_copy img {
  position: absolute;
  top: 0;
  bottom: 4%;
  right: auto;
  left: 0;
  margin: auto;
  width: 50%;
  height: auto;
  max-width: 547px;
  max-height: 203px;
}
#mv .main_copy .text_wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: auto;
  margin: auto;
  width: 50%;
  height: auto;
  max-width: 548px;
  max-height: 323px;
}
#mv .main_copy .text_wrap .copy_text_large {
  font-size: clamp(4rem, -0.2rem + 7.1vw, 7rem);
  font-weight: 900;
  line-height: 1;
}
#mv .main_copy .text_wrap .copy_text_normal {
  font-size: clamp(1.8rem, 0.6rem + 1.4vw, 2.4rem);
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  #mv {
    margin-top: 65px;
  }
  #mv .main_copy img {
    top: auto;
    bottom: 16%;
    left: 2%;
    width: 80%;
    max-width: 619px;
    max-height: 235px;
  }
}
/***************************************
------------- TOP COMMON -------------
***************************************/
.top_ttl {
  font-size: clamp(3.3rem, 0.7rem + 3.5vw, 4.8rem);
  font-weight: 600;
  color: #555555;
  margin-bottom: 0.4em;
  line-height: 1.2;
  font-family: var(--title-font-family);
}

/* PC */
@media screen and (min-width: 1025px) {
  .tablet-only {
    display: none;
  }
}
/* SP */
@media screen and (max-width: 767px) {
  .sp-text-center {
    text-align: center;
  }
  .tablet-only {
    display: none;
  }
}
/***************************************
------------- ABOUT ------------
***************************************/
.sec_about {
  padding: 240px 0 200px;
  background: url(../img/bg_img001.jpg) no-repeat bottom center/auto;
  margin-top: -140px;
}
@media (max-width: 767px) {
  .sec_about {
    padding: 190px 0 50px;
    margin-top: -140px;
    background: url(../img/sp_bg_img001.jpg) no-repeat top 130px center/100%;
  }
}
.sec_about .h2_img {
  margin: 0;
}
.sec_about .row {
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .sec_about .row {
    padding: 100px 0;
    margin-top: -10px;
  }
}
.sec_about .row:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  right: 0;
  left: 8%;
  margin: auto;
  width: 110%;
  height: 100%;
  background: url(../img/box_bg001.png) no-repeat center center/auto;
}
@media (max-width: 767px) {
  .sec_about .row:before {
    content: none;
  }
}
.sec_about .max-img {
  display: block;
  position: relative;
}
.sec_about .max-img:before {
  content: "";
  position: absolute;
  top: -65px;
  right: -10px;
  margin: auto;
  width: 63px;
  height: 63px;
  background: url(../img/bg_icon001.png) no-repeat center center/cover;
}
@media (max-width: 767px) {
  .sec_about .max-img:before {
    content: none;
  }
}
.sec_about .max-img:after {
  content: "";
  position: absolute;
  top: auto;
  bottom: -160px;
  right: -220px;
  left: auto;
  margin: auto;
  width: 332px;
  height: 311px;
  background: url(../img/bg_icon002.png) no-repeat center center/cover;
}
@media (max-width: 767px) {
  .sec_about .max-img:after {
    content: none;
  }
}
@media (min-width: 768px) {
  .sec_about .max-img img {
    max-width: none;
  }
}
.sec_about .desc {
  font-weight: 500;
  margin: 0 0 30px;
}
@media (max-width: 767px) {
  .sec_about .desc {
    margin: 0 0 20px;
  }
}

/***************************************
------------- POINT ------------
***************************************/
.sec_point {
  position: relative;
  z-index: 1;
  padding: 50px 0 100px;
  background: url(../img/bg_img002.png) no-repeat top center/cover;
}
@media (min-width: 768px) {
  .sec_point {
    margin-top: -175px;
  }
}
@media (max-width: 767px) {
  .sec_point {
    padding: 50px 0 90px;
    background: url(../img/sp_bg_img002.png) no-repeat top center/cover;
  }
}
.sec_point:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: auto;
  bottom: -210px;
  right: 0;
  left: -900px;
  margin: auto;
  width: 496px;
  height: 393px;
  background: url(../img/bg_icon003.png) no-repeat center center/cover;
}
@media (max-width: 767px) {
  .sec_point:after {
    content: none;
  }
}
.sec_point:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: auto;
  bottom: -50px;
  left: 0;
  right: -900px;
  margin: auto;
  width: 437px;
  height: 217px;
  background: url(../img/bg_icon004.png) no-repeat center center/cover;
}
@media (max-width: 767px) {
  .sec_point:before {
    content: none;
  }
}
@media (max-width: 767px) {
  .sec_point .h2_img {
    max-width: 90%;
    margin: 0 auto 20px;
  }
}
@media (min-width: 768px) {
  .sec_point .row {
    gap: 5.5%;
  }
}
@media (max-width: 767px) {
  .sec_point .row .col-4:not(:first-child) {
    margin-top: 15px;
  }
}
@media (min-width: 768px) {
  .sec_point .row .col-4:nth-child(2) {
    margin-top: 40px;
  }
}
.sec_point .heading .desc {
  position: relative;
  z-index: 1;
  color: #fff;
  border-radius: 10px;
  background: #E3380D;
  text-align: center;
  width: 160px;
  padding: 1px 0 3px;
  font-weight: 500;
  margin: 0 auto -20px;
  font-size: clamp(1.4rem, 2.2vw, 2.2rem);
}
@media (max-width: 767px) {
  .sec_point .heading .desc {
    border-radius: 5px;
    padding: 3px 0 5px;
    width: 110px;
    margin: 0 auto -15px;
  }
}
.sec_point .heading.color02 .desc {
  background: #1E7FB3;
}
.sec_point .heading.color03 .desc {
  background: #4CA135;
}
.sec_point .txt_wrap {
  padding: 10%;
  background: #fff;
  border-radius: 0 0 10px 10px;
}
@media (max-width: 767px) {
  .sec_point .txt_wrap {
    padding: 4% 6% 6%;
  }
}
.sec_point .txt_wrap .h3_point {
  margin: 0 0 30px;
  letter-spacing: 0;
  text-align: center;
  font-size: clamp(2rem, 2vw, 2.8rem);
  color: #E3380D;
  letter-spacing: -1px;
}
@media (max-width: 767px) {
  .sec_point .txt_wrap .h3_point {
    margin: 0 0 10px;
  }
}
.sec_point .txt_wrap .h3_point.color02 {
  color: #1E7FB3;
}
.sec_point .txt_wrap .h3_point.color03 {
  color: #4CA135;
}
.sec_point .txt_wrap .desc {
  font-weight: 500;
  font-size: clamp(1.5rem, 1.6vw, 1.6rem);
}
.sec_point .btn {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .sec_point .btn {
    margin-top: 30px;
  }
}

/***************************************
------------- ROOM ------------
***************************************/
.sec_room {
  padding: 100px 0 210px;
  background: url(../img/bg_img003.jpg) no-repeat center center/cover;
}
@media (max-width: 767px) {
  .sec_room {
    padding: 40px 0 50px;
    background: url(../img/sp_bg_img003.png) no-repeat top center/cover;
  }
}
@media (max-width: 767px) {
  .sec_room .h2_img {
    max-width: 66%;
    margin: 0 auto 20px;
  }
}
.sec_room .row {
  position: relative;
  z-index: 1;
}
.sec_room .row:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 15%;
  bottom: 0;
  right: 0;
  left: -6%;
  margin: auto;
  width: 1223px;
  height: 496px;
  background: url(../img/box_bg002.png) no-repeat center center/auto;
}
@media (max-width: 767px) {
  .sec_room .row:before {
    content: none;
  }
}
.sec_room .row .col-5 {
  position: relative;
  z-index: 1;
}
.sec_room .row .col-5:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -180px;
  bottom: auto;
  left: -300px;
  right: auto;
  margin: auto;
  width: 419px;
  height: 297px;
  background: url(../img/bg_icon007.png) no-repeat center center/cover;
}
@media (max-width: 767px) {
  .sec_room .row .col-5:before {
    content: none;
  }
}
.sec_room .row .col-7 {
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .sec_room .row .col-7 {
    margin-left: 6%;
  }
}
.sec_room .row .col-7:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: -160px;
  bottom: auto;
  left: auto;
  right: -80px;
  margin: auto;
  width: 170px;
  height: 216px;
  background: url(../img/bg_icon008.png) no-repeat center center/cover;
}
@media (max-width: 767px) {
  .sec_room .row .col-7:after {
    content: none;
  }
}
.sec_room .row .col-7:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: auto;
  bottom: -120px;
  left: auto;
  right: -160px;
  margin: auto;
  width: 236px;
  height: 227px;
  background: url(../img/bg_icon009.png) no-repeat center center/cover;
}
@media (max-width: 767px) {
  .sec_room .row .col-7:before {
    content: none;
  }
}
@media (min-width: 768px) {
  .sec_room .max-img {
    position: absolute;
    right: 0;
  }
  .sec_room .max-img img {
    max-width: none;
  }
}
.sec_room .desc {
  font-weight: 500;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .sec_room .desc {
    margin-bottom: 25px;
  }
}
/***************************************
------------- NEWS ------------
***************************************/
.sec_news {
  position: relative;
  z-index: 1;
  padding: 80px 0 110px;
  background: url(../img/bg_img004.jpg) no-repeat center center/cover;
}
@media (max-width: 767px) {
  .sec_news {
    padding: 60px 0;
    background: url(../img/sp_bg_img004.png) no-repeat top center/cover;
  }
}
.sec_news:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: -25px;
  bottom: auto;
  right: 0;
  left: -1250px;
  margin: auto;
  width: 349px;
  height: 233px;
  background: url(../img/bg_icon010.png) no-repeat center center/cover;
}
.sec_news:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: auto;
  bottom: 6%;
  right: -1300px;
  left: 0;
  margin: auto;
  width: 431px;
  height: 269px;
  background: url(../img/bg_icon011.png) no-repeat center center/cover;
}
@media (max-width: 767px) {
  .sec_news .h2_img {
    max-width: 75%;
    margin: 0 auto 20px;
  }
}
.sec_news .row_post .col-3 picture {
  display: block;
  position: relative;
  height: 0;
  padding-top: 70%;
}
.sec_news .row_post .col-3 picture img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sec_news .row_post .heading {
  display: flex;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .sec_news .row_post .heading {
    margin-top: 10px;
  }
}
.sec_news .row_post .heading .date {
  margin: 0;
  font-weight: 500;
  line-height: 1;
  font-size: clamp(1.2rem, 1.6vw, 1.6rem);
}
@media (max-width: 767px) {
  .sec_news .row_post .heading .date {
    line-height: 1.4;
  }
}
.sec_news .row_post .heading .cat {
  margin: 0;
  padding: 0 0 1px;
  width: 110px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background: var(--base-color01);
  font-size: clamp(1.1rem, 1.4vw, 1.4rem);
  margin-left: 15px;
}
@media (max-width: 767px) {
  .sec_news .row_post .heading .cat {
    padding: 0 10px;
    margin-left: 10px;
    width: 70px;
  }
}
.sec_news .row_post .desc {
  font-weight: bold;
  line-height: 1.6;
  max-height: 90px;
}
@media (max-width: 767px) {
  .sec_news .row_post .desc {
    line-height: 1.2;
    max-height: 63px;
  }
}

/***************************************
------------- CONV ------------
***************************************/
.sec_conv_top {
  position: relative;
  z-index: 1;
  padding: 80px 0;
  background: url(../img/bg_img005.jpg) no-repeat center center/cover;
}
@media (max-width: 767px) {
  .sec_conv_top {
    padding: 60px 0 90px;
    background: url(../img/sp_bg_img005.png) no-repeat top center/cover;
  }
}
.sec_conv_top:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 100px;
  right: 25px;
  left: 0;
  margin: auto;
  width: 1427px;
  height: 569px;
  max-width: 100%;
  background: url(../img/bg_img006.png) no-repeat center center/cover;
  pointer-events: none;
}
.sec_conv_top .bnr_row {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .sec_conv_top .bnr_row {
    margin-bottom: 40px;
  }
}
.sec_conv_top .conv_bnr {
  position: relative;
}
.sec_conv_top .conv_bnr:before,
.sec_conv_top .conv_bnr2:before {
  content: "";
  position: absolute;
  z-index: 2;
  top: auto;
  bottom: -50px;
  left: -16px;
  right: auto;
  margin: auto;
  width: 144px;
  height: 128px;
  background: url(../img/sp_bg_icon012.png) no-repeat center center/cover;
  pointer-events: none;
}
@media (min-width: 768px) {
  .sec_conv_top .conv_bnr:before,
  .sec_conv_top .conv_bnr2:before {
    bottom: -60px;
    left: -250px;
    width: 305px;
    height: 326px;
    background: url(../img/bg_icon012.png) no-repeat center center/cover;
  }
}
.sec_conv_top .conv_bnr:after,
.sec_conv_top .conv_bnr2:after {
  content: "";
  position: absolute;
  z-index: 2;
  bottom: -40px;
  right: -5px;
  width: 156px;
  height: 58px;
  background: url(../img/sp_bg_icon013.png) no-repeat center center/cover;
  pointer-events: none;
}
@media (min-width: 768px) {
  .sec_conv_top .conv_bnr:after,
  .sec_conv_top .conv_bnr2:after {
    bottom: -40px;
    right: -255px;
    width: 312px;
    height: 116px;
    background: url(../img/bg_icon013.png) no-repeat center center/cover;
  }
}








