@charset "utf-8";
/*----- header -----*/
#header {
  position: fixed;
  padding: 1.2rem 0;
  width: 75rem;
  background: #FFF;
  z-index: 101;
  top: 0;
}

#header ul {
  flex-wrap: nowrap;
}

#h_logo {
  width: 19.2rem;
}

#h_tel {
  width: 18.6rem;
}

#h_btn {
  width: 28rem;
}

/*----- banner -----*/
#banner .box {
  padding: 1rem 0 2rem 0;
}
.banner_area {
  padding: 0 2rem;
  width: 75rem;
}
.banner_date {
  width: 12rem;
  height: 11.8rem;
  padding: 4rem 0 0 0;
  position: absolute;
  top: 12.5rem;
  left: 2rem;
  line-height: 0.8;
}

.banner_date.first {
  top: 13.2rem;
}
/* 以下slider */
.basic_dots .slider{
  opacity: 0;
  transition: 3s;
}
.basic_dots .slick-initialized{
  opacity: 1
}
/* slick_dots */
.basic_dots .slick-slide {
  /* margin-bottom:1.5rem; */
}
.basic_dots .slick-dots {
  display: flex;
  justify-content: center;
}
.basic_dots .slick-dots li {
  width: 3.6rem;
  height: 0.6rem;
  background: #CCC;
  margin: 0 1rem 0 0;
  cursor: pointer;
}
.basic_dots .slick-dots li:last-child {
  margin: 0;
}
.basic_dots .slick-dots li button {
  visibility: hidden;
  width: 3.6rem;
  height: 0.6rem;
  position: absolute;
}
.basic_dots .slick-dots li.slick-active {
  background: #1a4369;
}


/*----- coversion -----*/
#conversion {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  padding: 1rem;
  background: rgb(255 255 255 / 75%);
}
/*----- lead -----*/
.lead_img {
  width: 62.6rem;
  position: absolute;
  top: -2.1rem;
  left: 0;
  right: 0;
}
.btn_box {
  width: 65.3rem;
  height: 11.8rem;
  background: url(../img/common/btn02.svg) no-repeat center center;
  background-size: cover;
  margin-left: auto;
  margin-right: auto;
  display: block;
  padding-bottom: 0.5rem;
  overflow: hidden;
  position: relative;
  border-radius: 6rem;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  line-height: 11.6rem;
  text-shadow: 0.1rem 0.1rem 0.1rem #00000080;
}
.btn_box.btnConversion {
  background: none;
}
.btn_box02 {
  background: url(../img/common/btn03.svg) no-repeat center center;
  background-size: cover;
}
.btn_box::before {
  content: '';
  position: absolute;
  display: inline-block;
  top: -18rem;
  left: 0;
  width: 3rem;
  height: 100%;
  background-color: #ffffff;
  animation: shiny-btn 3s ease-in-out infinite;
}
.btn_box::after {
    content: '';
    position: absolute;
    display: inline-block;
    top: calc(50% - 1.1rem);
    right: 5rem;
    width: 1.6rem;
    height: 2.3rem;
    background: url(../img/common/btn_arw.webp) no-repeat center center;
    background-size: cover;
}
.btn_box.btnConversion::after {
  display: none;
}
.btn_box:hover::before {
  top: 0;
  left: 0;
  width: 100%;
  background-color: #ffffff26;
  animation: none;
}
@keyframes shiny-btn {
  0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
  80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
  81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
  100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}

.lead_notes {
  background: #ffffff;
  border: 1px solid #199342;
  padding: 1.5rem 3rem;
  box-shadow: 0.5rem 0.5rem 0 #00000026;
  position: relative;
  width: 62rem;
}
.lead_notes img {
  width: 18.5rem;
  position: absolute;
  top: -1.5rem;
  right: -3rem;
}




/* @media screen and (max-width:599px) {
  #h_logo {width:28rem;}
  #h_tel {width:24.7rem;}
} */
