@charset "UTF-8";


/* =====================
   共　通
======================== */

@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 450px) {
}





/* =====================
   top_slider
======================== */
#top_slider {
  padding-top: 0;
}
#top_slider .top_main {
  width: 100%;
  max-width: 1150px;
  margin: 0 auto;
}
#top_slider .slick-slide {
  transition: all ease-in-out .3s;
  margin: 0px auto;
  padding: 0;
}
#top_slider .slider_img {
  position: relative;
}
#top_slider .slider_img img {
  width: 100%;
  line-height: 0.1em;
  margin: 0;
  padding: 0;
}
#top_slider h2 {
  text-align: center;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.5em;
}

@media screen and (min-width: 1024px) {
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 768px) {
  #top_slider h2 {
    font-size: 35px;
  }
}
@media screen and (max-width: 450px) {
  #top_slider h2 {
    font-size: 28px;
  }
}





/* =====================
   top_CEO
======================== */
#top_CEO {}
#top_CEO .wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
#top_CEO picture {
  width: 260px;
}
#top_CEO .text {
  width: calc(100% - 350px);
}
#top_CEO p {
  margin-bottom: 15px;
}

@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 768px) {
  #top_CEO picture {
    width: 180px;
  }
  #top_CEO .text {
    width: calc(100% - 250px);
  }
}
@media screen and (max-width: 600px) {
  #top_CEO picture {
    width: 80%;
    max-width: 260px;
    margin: 0 auto 25px;
  }
  #top_CEO .text {
    width: 100%;
  }
}
