@charset "UTF-8";

/* ==================================================================================
# トップページ共通
================================================================================== */
@media (max-width: 767px) {
  #home {
    opacity: 0;
  }

  #home.is-load {
    opacity: 1;
  }
}

.page_wrap {
  position: fixed;
  left: 30px;
  bottom: 4.5%;
}

.page_wrap li {
  margin-bottom: 3px;
}

.page_wrap a {
  background-color: #707070;
  border-radius: 50%;
  display: block;
  width: 4px;
  height: 4px;
}

.page_wrap a.active {
  width: 8px;
  height: 8px;
  margin-left: -2px;
}

@media screen and (max-width: 480px) {

  .scrollify {
    width: 100%;
    /* height: 100vh !important; */
  }

  /* Avoid Chrome to see Safari hack */
  @supports (-webkit-touch-callout: none) {
    /* .scrollify { */
    /* The hack for Safari */
    /* height: -webkit-fill-available; */
  }

}

/* ==================================================================================
# top-catch
================================================================================== */

.top-catch {
  position: relative;
  height: 600px;
  /* background-image: url(../img/main-visual.jpg); */
  background-size: cover;
  background-position: center;
  /* margin-top: -88px; */
  margin-top: 0px;
}

.top-catch-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.top-catch-video video {
  width: 100%;
  height: 600px;
  object-fit: cover;
  object-position: center;
}

.top-title {
  font-size: 46px;
  line-height: 1.78;
  color: #fff;
  height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 22%;
}

.top-title span {
  position: relative;
}

.top-title span::before {
  position: absolute;
  content: "";
  width: 214px;
  height: 146px;
  left: -241px;
  top: 25px;
  background-image: url(../img/top-title-logo.png);
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {

  .top-title {
    font-size: 34px;
  }

  .top-title span::before {
    width: 130px;
    height: 88px;
    left: -119px;
    top: 31px;
  }

}

@media screen and (max-width: 480px) {

  .top-title {
    font-size: 30px;
    line-height: 1.5;
    /* padding-top: 104px; */
    padding-top: 320px;
    padding-left: 0;
    height: 200px;
  }

  .top-title span::before {
    width: 166px;
    height: 112px;
    left: 50%;
    transform: translateX(-50%);
    top: -137px;
  }

}



/* ==================================================================================
# main
================================================================================== */

/* ==================================================================================
# top01
================================================================================== */

#top01 h2 {
  margin-top: 46px;
}

.top01-h3-top {
  margin-left: -2px;
  margin-top: 3px;
  letter-spacing: 1px;
}

.top01-slider {
  width: 101%;
  margin-top: 36px;
  margin-left: -6px;
}

.top01-slider .slick-prev,
.top01-slider .slick-next {
  top: 48%;
}

.top01-slider .slick-prev {
  left: -31px;
}

.top01-slider .slick-next {
  right: -32px;
}

.top01-slider .slick-dots {
  bottom: -36px;
}

.top01-slider .slick-slide {
  min-height: 555px;
  margin: 0 7.3px 10px 7.3px;
}

.top01-slider .slick-slide {
  border-top: 12px solid #000;
  box-shadow: 0 3px 10px rgb(0 0 0 / 16%);
}

.top01-slider .top01-slide01 {
  border-color: #A91B5A;
}

.top01-slider .top01-slide02 {
  border-color: #2E9C4A;
}

.top01-slider .top01-slide03 {
  border-color: #3EA6D1;
}

.top01-slider .top01-slide04 {
  border-color: #D1A600;
}

.top01-slider .top01-slide05 {
  border-color: #156AB2;
}

.top01-slider .top01-slide06 {
  border-color: #CC6699;
}

.top01-slider .top01-slide07 {
  border-color: #6AAC43;
}

.top01-slider .top01-slide08 {
  border-color: #D47835;
}

.top01-slider .top01-slide09 {
  border-color: #B06BB4;
}

.top-slide-message {
  font-size: 20px;
  text-align: center;
  margin-top: 29px;
  line-height: 1.2;
}

.top01-slide01 .top-slide-message {
  color: #A91B5A;
}

.top01-slide02 .top-slide-message {
  color: #2E9C4A;
}

.top01-slide03 .top-slide-message {
  color: #3EA6D1;
}

.top01-slide04 .top-slide-message {
  color: #D1A600;
}

.top01-slide05 .top-slide-message {
  color: #156AB2;
}

.top01-slide06 .top-slide-message {
  color: #CC6699;
}

.top01-slide07 .top-slide-message {
  color: #6AAC43;
}

.top01-slide08 .top-slide-message {
  color: #D47835;
}

.top01-slide09 .top-slide-message {
  color: #B06BB4;
}

.top01-slider .slick-slide img {
  margin-top: 13px;
}

.top-slide-texts {
  padding: 0 30px;
}

.top-slide-texts h4 {
  font-size: 23px;
  line-height: 1.1;
  color: #3B4043;
  text-align: center;
  min-height: 62px;
  border-bottom: 3px solid #000;
  margin-top: 30px;
}

.top-slide-texts h4.new_line {
  margin-top: 17px;
  min-height: 74px;
}

.top-slide-texts .top-slide-titleSpan {
  margin-top: 20px;
  min-height: 70px;
}

.top01-slide01 .top-slide-texts h4 {
  border-color: #A91B5A;
}

.top01-slide02 .top-slide-texts h4 {
  border-color: #2E9C4A;
}

.top01-slide03 .top-slide-texts h4 {
  border-color: #3EA6D1;
  text-align: left;
  padding-left: 13px;
}

.top01-slide04 .top-slide-texts h4 {
  border-color: #D1A600;
}

.top01-slide05 .top-slide-texts h4 {
  border-color: #156AB2;
}

.top01-slide06 .top-slide-texts h4 {
  border-color: #CC6699;
}

.top01-slide07 .top-slide-texts h4 {
  border-color: #6AAC43;
}

.top01-slide08 .top-slide-texts h4 {
  border-color: #D47835;
  text-align: left;
  padding-left: 13px;
}

.top01-slide09 .top-slide-texts h4 {
  border-color: #B06BB4;
}

.top01-slider .top01-slide05 img {
  margin-top: -16px;
}

.top-slide-texts h4 span {
  display: block;
  font-size: 14px;
  border-radius: 30px;
  color: #fff;
  height: 25px;
  margin-top: 7px;
  padding-top: 6px;
}

.top01-slide05 .top-slide-texts h4 span {
  background-color: #156AB2;
}

.top01-slide07 .top-slide-texts h4 span {
  background-color: #6AAC43;
}

.top-slide-texts p {
  font-size: 13.5px;
  margin-top: 14px;
  line-height: 1.85;
  color: #3B4043;
}

.top01-h3-bottom {
  margin-top: 86px;
  margin-left: 6px;
}

.top01-slider-bottom {
  width: 101%;
  margin-top: 15px;
  margin-left: -6px;
}

.top01-slider-bottom .slick-slide {
  min-height: 500px;
  margin: 0 7.3px;
  background-size: cover;
}

.top01-slider-bottom .slick-prev,
.top01-slider-bottom .slick-next {
  top: 51%;
}

.top01-slider-bottom .slick-prev {
  left: -30px;
}

.top01-slider-bottom .slick-next {
  right: -32px;
}

.top01-slider-bottom .slick-dots {
  bottom: -47px;
}

.top01-slide-bottom01 {
  background-image: url(../img/slider01-bottom-bg01.jpg);
}

.top01-slide-bottom02 {
  background-image: url(../img/slider01-bottom-bg02.jpg);
}

.top01-slide-bottom03 {
  background-image: url(../img/slider01-bottom-bg03.jpg);
}

.top01-slide-bottom04 {
  background-image: url(../img/slider01-bottom-bg04.jpg);
}

.top01-slide-bottom05 {
  background-image: url(../img/slider01-bottom-bg05.jpg);
}

.top01-slide-bottom06 {
  background-image: url(../img/slider01-bottom-bg06.jpg);
}

.top01-slide-bottom07 {
  background-image: url(../img/slider01-bottom-bg07.jpg);
}

.top01-slide-bottom08 {
  background-image: url(../img/slider01-bottom-bg08.jpg);
}

.top01-slide-bottom-texts {
  padding: 0 30px;
}

.top01-slide-bottom-texts h4 {
  font-size: 23px;
  color: #3B4043;
  text-align: center;
  border-bottom: 3px solid #000;
  padding-bottom: 6px;
  margin-top: 97px;
}

.top01-slide-bottom01 .top01-slide-bottom-texts h4 {
  border-color: #A91B5A;
}

.top01-slide-bottom02 .top01-slide-bottom-texts h4 {
  border-color: #DD5F21;
}

.top01-slide-bottom03 .top01-slide-bottom-texts h4 {
  border-color: #FFC900;
}

.top01-slide-bottom04 .top01-slide-bottom-texts h4 {
  border-color: #00852F;
}

.top01-slide-bottom05 .top01-slide-bottom-texts h4 {
  border-color: #008DBA;
}

.top01-slide-bottom06 .top01-slide-bottom-texts h4 {
  border-color: #005499;
}

.top01-slide-bottom07 .top01-slide-bottom-texts h4 {
  border-color: #B06BB4;
}

.top01-slide-bottom08 .top01-slide-bottom-texts h4 {
  border-color: #B4B4B4;
}

.top01-slider-bottom img {
  margin-top: 142px;
}

.top01-slide-bottom-sp-title {
  display: none;
}

@media screen and (max-width: 1200px) {

  .top01-slider .slick-prev {
    left: -17px;
  }

  .top01-slider .slick-next {
    right: -17px;
  }

  .top01-slider-bottom .slick-prev {
    left: -17px;
  }

  .top01-slider-bottom .slick-next {
    right: -17px;
  }

}

@media screen and (max-width: 480px) {
  .top-catch-video video {
    height: 100%;
  }


  #top01 .inner-1100 {
    padding: 0;
  }

  #top01 h2 {
    margin-top: 0;
  }

  .top01-slider {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
  }

  .top01-slider .slick-slide {
    /* height: 100vh; */
    margin: 0;
    box-shadow: none;
    box-sizing: border-box;
    height: 100%;
    min-height: auto;
    position: relative;
  }

  .top01-slider .slick-slide a {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
  }

  .top01-slide-link {
    display: block;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }

  .top01-slider .slick-prev {
    left: 12px;
  }

  .top01-slider .slick-next {
    right: 0;
  }

  .top01-slider .slick-prev,
  .top01-slider .slick-next {
    top: 41.5%;
  }

  .top01-slider .slick-prev:before,
  .top01-slider .slick-next:before {
    width: 30px;
    height: 67px;
  }

  .top-slide-message {
    /* margin-top: 30%; */
    margin-top: 0;
  }

  .top01-slider .slick-slide img {
    margin-top: 6px;
    margin-left: auto;
    margin-right: auto;
    /* width: 91%; */
    width: 80%;
  }

  .top-slide-texts {
    width: 231px;
    margin: auto;
    padding: 0;
  }

  .top-slide-texts h4 {
    min-height: 44px;
    border-bottom: 2px solid #000;
  }

  .top01-slide01 .top-slide-texts h4 {
    margin-top: -16px;
  }

  .top-slide-texts .top-slide-titleSpan {
    margin-top: 5px;
  }

  .top-slide-texts h4 span {
    margin-bottom: 10px;
    padding-top: 5px;
  }

  .top-slide-texts p {
    margin-top: 10px;
  }

  .top01-slider .slick-dots {
    bottom: 5px;
  }

  /* top01-slider-bottom */

  .top01-slider-bottom {
    width: 100%;
    margin-left: 0;
  }

  .top01-h3-bottom {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
  }

  .top01-slider-bottom .slick-slide {
    position: relative;
    margin: 0;
    min-height: auto;
    height: 100%;
  }

  .top01-slider-bottom .slick-prev {
    left: 12px;
  }

  .top01-slider-bottom .slick-next {
    right: 0;
  }

  .top01-slider-bottom .slick-prev:before,
  .top01-slider-bottom .slick-next:before {
    width: 28px;
    height: 64px;
  }
  
  .top01-slide-bottom-texts {
    text-align: center;
  }

  .top01-slide-bottom-texts h4 {
    display: inline-block;
    /* margin-top: 100px; */
    margin-top: 10px;
  }

  .top01-slider-bottom img {
    position: absolute;
    bottom: 40px;
    width: 88%;
  }

  .top01-slider-bottom .slick-dots {
    bottom: 5px;
  }

  .top01-slide-bottom-sp-title {
    display: block;
    font-size: 20px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    color: #333333;
    margin-top: 160px;
  }

}

/* ==================================================================================
# top02
================================================================================== */

.top02-flex {
  width: 901px;
  max-width: 100%;
  margin: auto;
  margin-top: 93px;
}

.top02-content {
  width: 45.3%;
}

.top02-content-inner {
  position: relative;
  top: 0%;
  transform: translateY(0%);
}

@media screen and (max-width: 767px) {
.top02-content-inner {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

}

.top02-content h2 {
  text-align: center;
}

.top02-lists {
  border-top: 1px solid #CCCCCC;
  margin-top: 9px;
}

.top02-list a {
  justify-content: start;
  align-items: flex-start;
  padding: 15px 0 13px;
  border-bottom: 1px solid #CCCCCC;
}

.top02-list-day {
  font-size: 10px;
  color: #888888;
  margin-right: 5%;
  min-width: 45px;
}

.top02-list-cat {
  font-size: 9px;
  color: #fff;
  background-color: #00852F;
  border-radius: 20px;
  min-width: 70px;
  padding: 2px 7px;
  margin-right: 4%;
  text-align: center;
}

.top02-list-cat--blog {
  min-width: 93px;
}

.top02-list-title {
  font-size: 12px;
  color: #333333;
  max-width: 220px;
}

.top02-content-btn {
  font-size: 12px;
  position: relative;
  display: block;
  color: #00852F;
  width: 61px;
  margin-left: auto;
  margin-top: 18px;
}

.top02-content-btn::before {
  position: absolute;
  content: "";
  width: 7px;
  height: 14px;
  left: -16px;
  top: 3px;
  background-image: url(../img/arrow-right-green.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {

  .top02-flex {
    width: 100%;
    flex-wrap: wrap;
    margin-left: 5px;
  }

  .top02-content {
    width: 100%;
  }

}

@media screen and (max-width: 480px) {

  .top02-sp-content {
  display: block;
    background-color: #FFF6DE;
	color: #333333;
    height: 100%;
  }
  
  .top02-sp-content-inner {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }

  #top02 .top02-sp-content img {
    width: 199px;
    margin: auto;
    display: block;
    padding-top: 0px;
  }

  #top02 img.slider02-pic02 {
    height: 100%;
    object-fit: cover;
  }

  .top02-sp-content-texts {
    width: 231px;
    margin: auto;
  }

  .top02-sp-content .top02-sp-content-texts {
    padding-bottom: 30px;
  }

  .top02-sp-content-texts h4 {
    font-size: 23px;
    color: #3B4043;
    text-align: center;
    border-bottom: 2px solid #DC950F;
    padding-bottom: 15px;
    margin-top: 64px;
  }

  .top02-sp-content-text {
    font-size: 13.5px;
    line-height: 1.85;
    margin-top: 4px;
  }

 

  .top02-content h2 {
    margin-top: 0px;
    margin-left: -5px;
  }

  .top02-content {
    width: 290px;
    max-width: 100%;
    margin: auto;
  }

  .top02-lists {
    margin-top: 10px;
  }

  .top02-list a {
    flex-wrap: wrap;
    padding: 9px 0 10px;
  }

  .top02-list-title {
    width: 100%;
    margin-top: 7px;
  }

  .top02-content-btn {
    margin-top: 16px;
  }
  
  #top02 .slick-prev {
    left: 12px;
  }

  #top02 .slick-next {
    right: 0;
  }
  
  #top02 .slick-prev:before,
  #top02 .slick-next:before  {
  width: 28px;
    height: 64px;
  }

}