/* ----------------------------------------
	.loading
---------------------------------------- */
.loading {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #FFFFFF;
}
.loading .loading_img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.loading .loading_img img {
  width: 15vw;
  height: auto;
  -webkit-animation: rotation 10s ease-in-out infinite;
  animation: rotation 10s ease-in-out infinite;
}
@-webkit-keyframes rotation {
  10% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
}
@keyframes rotation {
  10% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
}

/* ----------------------------------------
	#content
---------------------------------------- */
/* #content {
	margin: 0 auto;
	height: 100%;
	#main{
		padding: 0px 0 !important;
		position: relative;
	}
} */
h2.homeTitle {
  font-weight: 700;
  line-height: 1;
  color: #3f3530;
  text-align: center;
  margin-bottom: 30px;
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  h2.homeTitle {
    font-size: 3rem;
    margin-bottom: 65px;
  }
}

h3.subtitle {
  margin-bottom: 30px;
  font-size: 2rem;
  font-weight: 600;
}
@media screen and (min-width: 961px) {
  h3.subtitle {
    font-size: 3rem;
  }
}

/* ----------------------------------------
	#visualHome
---------------------------------------- */
#visualHome {
  position: relative;
  background-color: #293337;
}
#visualHome ul.slick_kv li.slick-slide {
  max-width: 100vw;
  width: 100vw;
  height: auto;
}
@media screen and (min-width: 1281px) {
  #visualHome ul.slick_kv li.slick-slide {
    height: 100vh;
  }
}
#visualHome ul.slick_kv li.slick-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#visualHome::after {
  position: absolute;
  top: 0;
  left: 0;
  content: " ";
  width: 100%;
  height: 100px;
  background: rgb(0, 0, 0);
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), to(rgb(0, 0, 0)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
}
@media screen and (min-width: 1281px) {
  #visualHome::after {
    height: 180px;
  }
}

/******************************************************
#sankyo-group
******************************************************/
#sankyo-group {
  background: #efe4e1;
  position: relative;
}
@media screen and (max-width: 960px) {
  #sankyo-group .titText {
    width: 75%;
  }
}
@media screen and (min-width: 961px) {
  #sankyo-group .titText {
    width: 35%;
  }
}
#sankyo-group .inner {
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 50px;
  max-width: 100% !important;
}
#sankyo-group .slick-track {
  /*width: 100% !important;*/
}
#sankyo-group .slick-slide {
  /*max-width: 100% !important;*/
}
#sankyo-group ul.slick_banner {
  margin-bottom: 40px;
}
@inlude spTabw {
  #sankyo-group ul.slick_banner {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 961px) {
  #sankyo-group ul.slick_banner {
    margin-bottom: 80px;
  }
}
#sankyo-group ul.slick_banner li {
  background: #ffffff;
  border-radius: 15px;
  text-align: center;
  width: 18%;
}
@media screen and (max-width: 480px) {
  #sankyo-group ul.slick_banner li {
    margin: 0px 10px;
  }
}
@media screen and (min-width: 481px) and (max-width: 960px) {
  #sankyo-group ul.slick_banner li {
    margin: 0px 10px;
  }
}
@media screen and (min-width: 961px) {
  #sankyo-group ul.slick_banner li {
    margin: 0px 25px;
  }
}
@media screen and (min-width: 1281px) {
  #sankyo-group ul.slick_banner li {
    max-width: 300px !important;
    height: 180px;
  }
}
#sankyo-group ul.slick_banner li a {
  display: block;
  padding: 20px 0px;
}
@media screen and (min-width: 961px) {
  #sankyo-group ul.slick_banner li a {
    padding: 30px 0px;
  }
}
#sankyo-group ul.slick_banner li a img {
  display: inline-block;
}
@media screen and (max-width: 480px) {
  #sankyo-group ul.slick_banner li a img {
    height: 60px;
  }
}
@media screen and (max-width: 960px) {
  #sankyo-group ul.slick_banner li a img {
    height: 70px;
  }
}

/******************************************************
#sankyo-data
******************************************************/
#sankyo-data {
  position: relative;
}
#sankyo-data .titText {
  position: absolute;
  right: 0;
  top: 20px;
  width: 75%;
}
@media screen and (min-width: 961px) {
  #sankyo-data .titText {
    width: 38%;
    top: 50px;
  }
}
@media screen and (min-width: 1281px) {
  #sankyo-data .titText {
    top: 95px;
  }
}
#sankyo-data .inner {
  padding-top: 75px;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  #sankyo-data .inner {
    padding-top: 120px;
  }
}
@media screen and (min-width: 1281px) {
  #sankyo-data .inner {
    padding-top: 215px;
  }
}
#sankyo-data ul.item-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 960px) {
  #sankyo-data ul.item-list {
    max-width: 700px;
    margin: 0px auto;
  }
}
#sankyo-data ul.item-list li {
  background: #ceefe5;
  padding: 25px 10px;
  border-radius: 20px;
  text-align: center;
  margin-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 960px) {
  #sankyo-data ul.item-list li {
    width: 48%;
  }
}
@media screen and (min-width: 961px) {
  #sankyo-data ul.item-list li {
    width: 31%;
    margin-bottom: 30px;
    padding: 35px 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  #sankyo-data ul.item-list li {
    height: 340px;
  }
}
@media screen and (min-width: 961px) and (max-width: 1280px) {
  #sankyo-data ul.item-list li {
    height: 340px;
  }
}
@media screen and (min-width: 1281px) {
  #sankyo-data ul.item-list li {
    width: 390px;
    height: 375px;
  }
}
#sankyo-data h3.title {
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1;
  font-size: 2rem;
  color: #666666;
}
@media screen and (min-width: 768px) {
  #sankyo-data h3.title {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 961px) {
  #sankyo-data h3.title {
    margin-bottom: 30px;
  }
}
#sankyo-data .counter {
  color: #3f3530;
  font-weight: 900;
  line-height: 1;
}
@media screen and (max-width: 480px) {
  #sankyo-data .counter span.unit {
    font-size: 2rem;
  }
}
@media screen and (min-width: 481px) and (max-width: 767px) {
  #sankyo-data .counter span.unit {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  #sankyo-data .counter span.unit {
    font-size: 3.8rem;
  }
}
@media screen and (min-width: 961px) and (max-width: 1280px) {
  #sankyo-data .counter span.unit {
    font-size: 3.8rem;
  }
}
@media screen and (min-width: 1281px) {
  #sankyo-data .counter span.unit {
    font-size: 5rem;
  }
}
#sankyo-data .counter span.number {
  font-weight: 700;
  color: #3f3530;
}
@media screen and (max-width: 480px) {
  #sankyo-data .counter span.number {
    font-size: 4.6rem;
  }
}
@media screen and (min-width: 481px) and (max-width: 767px) {
  #sankyo-data .counter span.number {
    font-size: 7rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  #sankyo-data .counter span.number {
    font-size: 8.8rem;
  }
}
@media screen and (min-width: 961px) and (max-width: 1280px) {
  #sankyo-data .counter span.number {
    font-size: 8.8rem;
  }
}
@media screen and (min-width: 1281px) {
  #sankyo-data .counter span.number {
    font-size: 11rem;
  }
}
#sankyo-data .note {
  font-weight: bold;
  line-height: 1;
  margin-top: 10px;
  margin-bottom: 25px;
  font-size: 1.4rem;
}
#sankyo-data .illustArea {
  position: absolute;
  bottom: 25px;
  display: inline-block;
  margin: 0px 5%;
  left: 0px;
  right: 0px;
}
@media screen and (min-width: 961px) {
  #sankyo-data .illustArea {
    bottom: 35px;
  }
}
#sankyo-data .illustArea img {
  display: inline-block;
}
#sankyo-data .no1 .illustArea {
  bottom: 15px;
}
@media screen and (max-width: 1280px) {
  #sankyo-data .no1 .illustArea img {
    max-height: 85px;
  }
}
@media screen and (min-width: 1281px) {
  #sankyo-data .no1 .illustArea img {
    height: 85px;
  }
}
#sankyo-data .no2 img {
  max-width: 200px;
  width: 100%;
}
@media screen and (min-width: 1281px) {
  #sankyo-data .no2 img {
    max-width: 230px;
  }
}
@media screen and (max-width: 960px) {
  #sankyo-data .no3 .counter {
    padding-bottom: 30%;
  }
}
#sankyo-data .no3 img {
  height: 65px;
}
@media screen and (max-width: 960px) {
  #sankyo-data .no4 .counter {
    padding-bottom: 50%;
  }
}
#sankyo-data .no4 .illustArea {
  bottom: 20px;
}
@media screen and (min-width: 768px) {
  #sankyo-data .no4 .illustArea {
    bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  #sankyo-data .no4 .illustArea img {
    max-height: 60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  #sankyo-data .no4 .illustArea img {
    max-height: 100px;
  }
}
@media screen and (min-width: 1281px) {
  #sankyo-data .no4 .illustArea img {
    height: 120px;
  }
}
@media screen and (max-width: 767px) {
  #sankyo-data .no5 {
    padding-bottom: 40px !important;
  }
}
#sankyo-data .no5 .counter img {
  max-width: 200px;
  width: 100%;
}
@media screen and (min-width: 1281px) {
  #sankyo-data .no5 .counter img {
    max-width: 230px;
  }
}
#sankyo-data .no5 .illustArea {
  bottom: 15px;
}
#sankyo-data .no5 .illustArea img {
  width: 100%;
}
@media screen and (min-width: 1281px) {
  #sankyo-data .no5 .illustArea img {
    max-width: 270px;
  }
}
@media screen and (max-width: 960px) {
  #sankyo-data .no6 .counter {
    padding-bottom: 30%;
  }
}
#sankyo-data .no6 .illustArea {
  bottom: 20px;
}
@media screen and (min-width: 768px) {
  #sankyo-data .no6 .illustArea {
    bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  #sankyo-data .no6 .illustArea img {
    max-height: 70px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  #sankyo-data .no6 .illustArea img {
    max-height: 100px;
  }
}
@media screen and (min-width: 1281px) {
  #sankyo-data .no6 .illustArea img {
    height: 120px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  #sankyo-data .no1 .counter, #sankyo-data .no3 .counter, #sankyo-data .no4 .counter, #sankyo-data .no6 .counter {
    padding-top: 15px;
  }
}
@media screen and (min-width: 1281px) {
  #sankyo-data .no1 .counter, #sankyo-data .no3 .counter, #sankyo-data .no4 .counter, #sankyo-data .no6 .counter {
    padding-top: 15px;
  }
}
#sankyo-data .no1 .counter .count_ol, #sankyo-data .no3 .counter .count_ol, #sankyo-data .no4 .counter .count_ol, #sankyo-data .no6 .counter .count_ol {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(0%, #ffc32c));
  background: linear-gradient(transparent 65%, #ffc32c 0%);
  padding: 0px 10px 15px 10px;
  display: inline-block;
}
@media screen and (min-width: 1281px) {
  #sankyo-data .no1 .counter .count_ol, #sankyo-data .no3 .counter .count_ol, #sankyo-data .no4 .counter .count_ol, #sankyo-data .no6 .counter .count_ol {
    text-decoration-thickness: 40px;
  }
}

/* ----------------------------------------
	#home_news
---------------------------------------- */
#home_news {
  margin: 0% 5%;
}
@media screen and (min-width: 1281px) {
  #home_news {
    margin: 0% 30px;
  }
}
#home_news .inner {
  background: #d8e8ec;
  padding-top: 40px;
  border-radius: 30px;
  max-width: 1260px;
}
@media screen and (min-width: 961px) {
  #home_news .inner {
    padding-top: 60px;
  }
}
#home_news .titText {
  width: 130px;
  margin: 0px auto;
}
@media screen and (min-width: 768px) {
  #home_news .titText {
    width: 255px;
  }
}
#home_news ul.newsList {
  max-width: 600px;
  margin: 0px auto;
}
@media screen and (min-width: 961px) {
  #home_news ul.newsList {
    max-width: 900px;
  }
}
#home_news ul.newsList li {
  background: #ffffff;
  border-radius: 10px;
  margin-bottom: 15px;
  -webkit-transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  padding: 15px 20px;
  position: relative;
}
@media screen and (min-width: 961px) {
  #home_news ul.newsList li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 27px 40px;
  }
}
#home_news ul.newsList li:hover {
  background: #ebebeb;
}
#home_news ul.newsList li::after {
  content: url("../images/common/arrow_b.svg");
  display: inline-block;
  top: 32%;
  width: 8px;
  right: 15px;
  background-size: contain;
  position: absolute;
}
#home_news ul.newsList li .date {
  text-align: left;
}
@media screen and (min-width: 961px) {
  #home_news ul.newsList li .date {
    width: 115px;
    border-right: 1px solid #ddc8c3;
  }
}
#home_news ul.newsList li .title {
  text-align: left;
}
@media screen and (min-width: 961px) {
  #home_news ul.newsList li .title {
    width: calc(100% - 155px);
  }
}
@media screen and (max-width: 480px) {
  #home_news ul.newsList a {
    font-size: 1.5rem;
  }
}