@charset "utf-8";
/* CSS Document */
.section-top h2 {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: flex;
  overflow: hidden;
  font-size: 2.4rem;
  font-weight: 600;
  padding: 50px 0 0 30px;
  color: #ffffff;
  text-shadow: 1px 1px 0px #808080;
}
.letters span {
  display: block;
  transition: all 0.2s;
  opacity: 0;
  transform: translateY(3rem);
}
.letters span.is-show {
  opacity: 1;
  transform: translateY(0);
}
.section-top__image span:nth-child(2) {
  transition-delay: 0.01s;
}
.section-top__image span:nth-child(3) {
  transition-delay: 0.07s;
}
.section-top__image span:nth-child(4) {
  transition-delay: 0.13s;
}
.section-top__image span:nth-child(5) {
  transition-delay: 0.19s;
}
.section-top__image span:nth-child(6) {
  transition-delay: 0.25s;
}
.section-top__image span:nth-child(7) {
  transition-delay: 0.31s;
}
.section-top__image span:nth-child(8) {
  transition-delay: 0.37s;
}
.section-top__image span:nth-child(9) {
  transition-delay: 0.43s;
}
.section-top__image span:nth-child(10) {
  transition-delay: 0.49s;
}
.section-top__photo {
  width: 100%;
  height: 60vh;
  object-fit: cover;
  vertical-align: bottom;
}
.section-top-filter {
  height: 60vh;
  background-color: #EEEEEE;
}
.section-top p {
  padding-top: 30px;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 3.0rem;
}
.section-top__text01 span {
  background: linear-gradient(transparent 40%, rgba(200, 200, 20, 0.3));
}
.circle {
  position: relative;
  height: 140px;
  width: 140px;
  border-radius: 50%;
  line-height: 140px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.3);
  margin: 10% auto 0;
  animation: fuwafuwa 3s infinite ease-in-out .8s alternate;
  transition: 1.5s ease-in-out;
}
.circle span {
  color: #ffffff;
}
@keyframes fuwafuwa {
  0% {
    transform: translate(0, 0) rotate(-10deg);
  }
  50% {
    transform: translate(0, -10px) rotate(0deg);
  }
  100% {
    transform: translate(0, 0) rotate(10deg);
  }
}
@media(min-width:767px) {
  .section-top__photo {
    width: 90%;
    height: 75vh;
    max-height: 700px;
  }
  .section-top__image::after {
    content: " ";
    position: absolute;
    left: 0;
   top: 50%;
    width: 100%;
    height: 60vh;
    background-color: #EEEEEE;
    z-index: -1;
  }
  .section-top h2 {
    position: absolute;
    left: 10%;
    right: 0;
    text-align: left;
    font-size: 3.2rem;
    font-weight: 600;
    line-height: 40px;
    padding-top: 60px;
  }
  .section-top-filter {
    background-color: rgba(0, 0, 0, 0);
  }
  .section-top p {
    text-align: left;
    line-height: 50px;
    padding-left: 10%;
  }
  .circle {
    height: 250px;
    width: 250px;
    line-height: 250px;
    margin-right: 10%;
    margin-top: 30px;
  }
  .circle span {
    font-size: 2.8rem;
  }
}
@media(min-width:1600px) {
  .section-top h2 {
    top: 20%;
    left: 20%;
    font-size: 3.8rem;
  }
  .section-top p {
    padding-top: 5%;
    font-size: 2.8rem;
  }
  .section-top__image {
    width: 100%;
  }
   .section-top__image::after {

   top: 60%;
    width: 100%;
    height: 50vh;

  }
  
}
/*section-01~04*/
.section-01, .section-02, .section-03, .section-04 {
  padding: 60px 30px;
}
.headline-number {
  position: relative;
}
.headline-number::before {
  content: attr(data-number);
  display: block;
  margin: 5px auto 20px;
  color: rgba(0, 0, 0, 0.3);
  font-size: 3.0rem;
  border-bottom: 2px solid rgba(0, 0, 0, 0.3);
  width: 40px;
  line-height: 40px;
}
.section-01-image, .section-02-image, .section-03-image, .section-04-image {
  padding: 24px 0;
}
.section-01-image img, .section-02-image img, .section-03-image img, .section-04-image img {
  width: 140px;
  height: 140px;
}
.section-01-description, .section-02-description, .section-03-description, .section-04-description {
  text-align: left;
  padding: 40px 20px 20px;
}
.font-w {
  font-weight: 600;
}
.section-01-description__pc {
  display: none;
}
.section-01-description__mb2 {
  font-weight: 600;
  padding-top: 20px;
}
.maintenance_schedule {
  display: none;
}
@media(min-width:767px) {
  .section-01 {
    padding-top: 160px;
  }
  .section-01-content-wrapper, .section-02-content-wrapper, .section-03-content-wrapper, .section-04-content-wrapper {
    display: flex;
    font-size: 2.4rem;
    padding: 60px 8%;
  }
  .section-02-content-wrapper, .section-04-content-wrapper {
    flex-flow: row-reverse;
  }
  .crown-img {
    display: flex;
    margin-left: 10%;
  }
  .headline-number {
    display: flex;
    text-align: left;
    line-height: normal;
    font-size: 3.6rem
  }
  .headline-number::before {
    font-size: 4.4rem;
    width: 55px;
    line-height: 50px;
    padding-left: 5px;
    margin: 5px 20px 10px 10%;
  }
  .section-01 h2 br, .section-02 h2 br {
    display: none;
  }
  .section-01-image, .section-02-image, .section-03-image, .section-04-image {
    padding: 20px 60px 20px 20px;
  }
  .section-01-image img, .section-02-image img, .section-03-image img, .section-04-image img {
    width: 250px;
    height: 250px;
  }
  .section-01-description, .section-02-description, .section-03-description, .section-04-description {
    text-align: left;
    padding: 40px 20px 20px;
    line-height: 3.4rem;
  }
  .section-02-description, .section-04-description {
    flex-flow: row-reverse;
  }
  .section-01-description__pc {
    display: inline-block;
    padding-top: 20px;
  }
  .maintenance_schedule {
    display: block;
    width: 100%;
    padding: 20px 14%;
  }
  @media(min-width:1600px) {
  .section-01 {
    padding-top: 0px;
}
    }
  /*.section-01-description__mb1 span, .section-01-description__pc span, .section-01-description__mb2 span {
    display: inline-block;
    white-space: nowrap;
  }
  .section-02-description__mb1 span, .section-02-description__mb2 span, .section-02-description__mb3 span {
    display: inline-block;
    white-space: nowrap;
  }
  .section-03-description__mb1 span, .section-03-description__mb2 span, .section-03-description__mb3 span {
    display: inline-block;
    white-space: nowrap;
  }
  .section-04-description__mb1 span, .section-04-description__mb2 span, .section-04-description__mb3 span, .section-04-description__mb4 {
    display: inline-block;
    white-space: nowrap;
  }*/
  /*section-02~*/
  .section-02, .section-03, .section-04 {
    padding-top: 80px;
  }
}
.section-works {
  padding-top: 60px;
}
.section-works__title {
  display: flex;
  position: relative;
}
.section-works h2 {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.2rem;
  text-align: center;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.section-works h2::before, .section-works h2::after {
  content: '';
  height: 2px;
  background-color: #707070;
}
.section-works h2::before {
  margin-right: 20px;
  flex-grow: 1;
}
.section-works h2::after {
  margin-left: 20px;
  flex-grow: 1;
}
.section-works p {
  padding-top: 30px;
}
.section-works #slick-slide {
  margin: 0 24px;
  list-style: none;
  padding: 40px 0 80px;
}
.section-works #slick-slide .section-works__frame {
  width: 100vw;
  margin-left: 10px;
  background-color: #EEEEEE;
  border-radius: 6px;
  text-align: left;
  padding-bottom: 40px;
  min-width: 300px;
  max-width: 350px;
}
.section-works__picture {
  width: 100%;
  height: 200px;
  object-fit: cover;
  object-position: center;
  border-radius: 6px 6px 0 0;
  min-width: 300px;
  max-width: 350px;
}
.section-works h3 {
  margin: 0 20px;
  padding-top: 10px;
}
.section-works__description {
  margin: 0 20px;
}
.section-works__links {
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: 400;
  color: #505050;
  border: solid 1px #505050;
  border-radius: 20px;
  padding: 2px 15px;
}
@media(max-width:960px) {
  .section-works #slick-slide {
    max-width: 980px !important;
    height: 500px;
  }
}
@media(min-width:960px) {
  .section-works {
    padding-top: 120px;
  }
  .section-works__title h2 {
    font-size: 2.8rem;
  }
  .section-works p {
    padding-top: 40px;
    font-size: 2.4rem;
  }
  .section-works #slick-slide {
    padding: 60px 0 100px;
  }
  .section-works #slick-slide .section-works__frame {
    margin: 0 30px;
  }
  .section-works__picture {
    object-position: top;
  }
  .section-works #slick-slide .section-works__frame h3 {
    font-size: 2.6rem;
    padding-top: 24px;
  }
  .section-works__description {
    margin: 0 24px;
  }
  .section-works__links {
    font-size: 1.8rem;
  }
}
/*@charset "utf-8";

.section-top h2 {
   position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
   display: flex;
  overflow: hidden;
  font-size: 2.4rem;
  font-weight: 600;
  padding: 50px 0 0 30px;
  color: #ffffff;
   text-shadow: 1px 1px 0px #808080;
}
.section-top__image h2 span { 
  display: block; 
  transform:translate(0, 105%);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}
.section-top__image.-visible span { 
  transform: translate(0, 0);
}
.section-top__image span:nth-child(2) { transition-delay: 0.06s;
}
.section-top__image span:nth-child(3) { transition-delay: 0.12s;
}
.section-top__image span:nth-child(4) { transition-delay: 0.18s;
}
.section-top__image span:nth-child(5) { transition-delay: 0.24s;
}
.section-top__image span:nth-child(6) { transition-delay: 0.30s;
}
.section-top__image span:nth-child(7) { transition-delay: 0.36s;
}
.section-top__image span:nth-child(8) { transition-delay: 0.42s;
}
.section-top__image span:nth-child(9) { transition-delay: 0.48s;
}
.section-top__image span:nth-child(10) { transition-delay: 0.54s;
}

.section-top__photo {
  width: 100%;
  height: 60vh;
  object-fit: cover;
  vertical-align: bottom;
}
.section-top-filter {
  height: 60vh;
  background-color: #EEEEEE;
}
.section-top p {
  padding-top: 30px;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 3.0rem;
}
.section-top__text01 span{
    background: linear-gradient(transparent 40%, rgba(200,200,20,0.3));

}


.circle {
  position: relative;
  height: 140px;
  width: 140px;
  border-radius: 50%;
  line-height: 140px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.3);
  margin: 10% auto 0;
  
    animation: fuwafuwa 3s infinite ease-in-out .8s alternate;
  transition: 1.5s ease-in-out;

}
.circle span {
  color: #ffffff;
}


 
@keyframes fuwafuwa {
  0% {
    transform:translate(0, 0) rotate(-10deg);
  }
  50% {
    transform:translate(0, -10px) rotate(0deg);
  }
  100% {
    transform:translate(0, 0) rotate(10deg);
  }
}

@media(min-width:960px) {
  .section-top__photo {
    width: 90%;
    height: 75vh;
    max-height: 700px;
  }
  .section-top__image::after {
    content: " ";
    position: absolute;
    left: 0;
    top: 80%;
    width: 100%;
    height: 50vh;
    background-color: #EEEEEE;
    z-index: -1;
  }
  .section-top h2 {
    position: absolute;
    left: 10%;
    right: 0;
    text-align: left;
    font-size: 3.2rem;
    font-weight: 600;
    line-height: 40px;
    padding-top: 60px;
  }
  .section-top-filter {
    background-color: rgba(0, 0, 0, 0);
  }
  .section-top p {
    text-align: left;
    line-height: 50px;
    padding-left: 10%;
  }
  .circle {
    height: 250px;
    width: 250px;
    line-height: 250px;
    margin-right: 10%;
    margin-top: 30px;
  }
  .circle span {
    font-size: 2.8rem;
  }
}

.section-01, .section-02, .section-03, .section-04 {
  padding: 60px 30px;
}
.headline-number {
  position: relative;
}
.headline-number::before {
  content: attr(data-number);
  display: block;
  margin: 5px auto 20px;
  color: rgba(0, 0, 0, 0.3);
  font-size: 3.0rem;
  border-bottom: 2px solid rgba(0, 0, 0, 0.3);
  width: 40px;
  line-height: 40px;
}
.section-01-image, .section-02-image, .section-03-image, .section-04-image {
  padding: 24px 0;
}
.section-01-image img, .section-02-image img, .section-03-image img, .section-04-image img {
  width: 140px;
  height: 140px;
}
.section-01-description__pc {
  display: none;
}
.section-01-description__mb2 {
  font-weight: 600;
  padding-top: 20px;
}
.maintenance_schedule {
  width: 100%;
  padding: 20px 0;
}
@media(min-width:960px) {
  .section-01 {
    padding-top: 160px;
  }
  .section-01-content-wrapper, .section-02-content-wrapper, .section-03-content-wrapper, .section-04-content-wrapper {
    display: flex;
    font-size: 2.4rem;
    padding: 60px 8%;
  }
  .section-02-content-wrapper, .section-04-content-wrapper {
    flex-flow: row-reverse;
  }
  .crown-img {
    display: flex;
    margin-left: 10%;
  }
  .headline-number {
    display: flex;
    text-align: left;
    line-height: normal;
    font-size: 3.6rem
  }
  .headline-number::before {
    font-size: 4.4rem;
    width: 55px;
    line-height: 50px;
    padding-left: 5px;
    margin: 5px 20px 10px 10%;
  }
  .section-01 h2 br, .section-02 h2 br {
    display: none;
  }
  .section-01-image, .section-02-image, .section-03-image, .section-04-image {
    padding: 20px 60px 20px 20px;
  }
  .section-01-image img, .section-02-image img, .section-03-image img, .section-04-image img {
    width: 250px;
    height: 250px;
  }
  .section-01-description, .section-02-description, .section-03-description, .section-04-description {
    text-align: center;
    padding: 40px 20px 20px;
    line-height: 3.4rem;
  }
  .section-02-description, .section-04-description {
    flex-flow: row-reverse;
  }
  .section-01-description__pc {
    display: inline-block;
    padding-top: 20px;
  }
  .section-01-description__mb1 span, .section-01-description__pc span, .section-01-description__mb2 span {
    display: inline-block;
    white-space: nowrap;
    
  }
  .section-02-description__mb1 span, .section-02-description__mb2 span, .section-02-description__mb3 span {
    display: inline-block;
    white-space: nowrap;
  }
  .section-03-description__mb1 span, .section-03-description__mb2 span, .section-03-description__mb3 span {
    display: inline-block;
    white-space: nowrap;
  }
  .section-04-description__mb1 span, .section-04-description__mb2 span, .section-04-description__mb3 span, .section-04-description__mb4 {
    display: inline-block;
    white-space: nowrap;
  }
  .font-w {
    font-weight: 600;
  }
  

  .section-02, .section-03, .section-04 {
    padding-top: 80px;
  }
}

.section-works {
  padding-top: 60px;
}
.section-works__title {
  display: flex;
  position: relative;
}
.section-works h2 {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.2rem;
  text-align: center;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.section-works h2::before, .section-works h2::after {
  content: '';
  height: 2px;
  background-color: #707070;
}
.section-works h2::before {
  margin-right: 20px;
  flex-grow: 1;
}
.section-works h2::after {
  margin-left: 20px;
  flex-grow: 1;
}
.section-works p {
  padding-top: 30px;
}
.section-works #slick-slide {
  margin: 0 24px;
  list-style: none;
  padding: 40px 0 80px;
}
 .section-works #slick-slide .section-works__frame {
   width: 100vw;
margin-left: 10px;
  background-color: #EEEEEE;
  border-radius: 6px;
  text-align: left;
  padding-bottom: 40px;
   min-width: 300px;
   max-width: 350px;

   
}
.section-works__picture {
  width: 100%;
  height: 200px;
  object-fit: cover;
  object-position: center;
  border-radius: 6px 6px 0 0;
  min-width: 300px;
  max-width: 350px;
 
}
.section-works h3 {
  margin: 0 20px;
  padding-top: 10px;
}
.section-works__description {
  margin: 0 20px;
}
.section-works__links {
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: 400;
  color: #505050;
  border: solid 1px #505050;
  border-radius: 20px;
  padding: 2px 15px;
}

@media(max-width:960px) {
  .section-works #slick-slide {
    max-width: 980px !important; 
    height: 500px;
  
  }
}


@media(min-width:960px) {
  .section-works {
    padding-top: 120px;
  }
  .section-works__title h2 {
    font-size: 2.8rem;
  }
  .section-works p {
    padding-top: 40px;
    font-size: 2.4rem;
  }
  .section-works #slick-slide {
    padding: 60px 0 100px;
  }
  .section-works #slick-slide .section-works__frame {
    margin: 0 30px;
  }
  .section-works__picture {
    object-position: top;
  }
   .section-works #slick-slide .section-works__frame h3 {
    font-size: 2.6rem;
    padding-top: 24px;
  }
  
  .section-works__description {
    margin: 0 24px;
  }
  .section-works__links {
    font-size: 1.8rem;
  }
}*/