@charset "UTF-8";


/* mvWrap */
.mvWrap {
  width: 100%;
  position: relative;
  border-bottom: 14px solid #000;
}
.mv_slide1_item1 {
  width: 100%;
  height: calc(100vh - 84px);
  background: no-repeat center / cover;
}
.mv_movie {
  width: 100%;
  height: calc(100vh - 84px);
  position: relative;
  overflow: hidden;
}
.mv_movie video {
	min-width: 100%;
	min-height: 100%;
	max-width: 130%;
	position: absolute;
	left: 50%;
	top: 50%;
	vertical-align: middle;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	z-index: 0;
}
@media all and (min-width: 681px) {
  .mv_list1 {
    max-width: 1200px;
    display: flex;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 2;
  }
  .mv_list1 .li1 {
    width: 50%;
  }
  .mv_list1 .li1:first-child:last-child {
    width: 100%;
  }
  .mv_list1 .li1 .link1 {
    width: 100%;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0;
    line-height: 1.7;
    color: #000;
    background-color: #EFEFEF;
    position: relative;
  }
  .mv_list1 .li1:nth-of-type(even) .link1 {
    background-color: #fff;
    position: relative;
  }
  .mv_list1 .li1 .link1:hover {
    background-color: #ddd;
  }
  .mv_list1 .li1 .link1::after {
    content: "";
    width: 19px;
    height: 19px;
    background: url(../img/common/ico3.svg)no-repeat center / contain;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto;
  }
}
@media all and (max-width: 680px) {
  .mv_slide1_item1 {
    height: 118.67vw;
  }
  .mv_movie {
    height: 118.67vw;
  }
  .mv_movie video {
    max-width: none;
    max-height: 100%;
  }
}


/* topWrap1 */
.topWrap1 {
  padding: 80px 0 70px;
}
.topWrap1.bg1 {
  background-color: #fff;
}
.topWrap1.bg2 {
  background-color: #EFEFEF;
}
.top_title1 .t1 {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0;
}
.top_title1 .t2 {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1.4;
  padding-top: 10px;
}
.top_title1 .t3 {
  font-size: 17px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0;
  line-height: 1.4;
}
@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
}


/* top_slide1 */
.top_slide1 {
  width: 100%;
  padding-top: 45px;
}
.top_slide1_item {
  width: 25vw;
}
.top_slide1_item .link1 {
  display: block;
}
.top_slide1_item .thumb {
  width: 100%;
  height: 255px;
  overflow: hidden;
}
.top_slide1_item .thumb .img1 {
  width: 100%;
  height: 100%;
  background: no-repeat center / cover;
  transition: transform 0.3s ease;
}
.top_slide1_item .t1 {
  font-size: 15px;
  font-weight: 700;
  text-align: justify;
  letter-spacing: 0;
  line-height: 1.5;
  padding: 13px 15px 0;
}
.top_slide1_item .t2 {
  font-size: 14px;
  font-weight: 500;
  text-align: justify;
  letter-spacing: 0;
  line-height: 1.5;
  padding: 2px 15px 0;
}
.top_slide1 .slick-prev,
.top_slide1 .slick-next {
  width: 30px;
  height: 30px;
  background-color: #000;
}
.top_slide1 .slick-prev {
  left: 0;
}
.top_slide1 .slick-next {
  right: 0;
}
.top_link1 {
  width: 300px;
  height: 54px;
  margin: 68px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #000;
  background-color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0;
  line-height: 1.4;
  position: relative;
}
.top_link1::after {
  content: "";
  width: 21.66px;
  height: 5.68px;
  background: url(../img/common/arrow1.svg)no-repeat center / contain;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -11px;
  margin: auto;
  z-index: 1;
}
@media all and (min-width: 681px) {
  .top_slide1_item a:hover .thumb .img1 {
    transform: scale(1.1);
  }
  .top_link1:hover {
    background-color: #ddd;
  }
}
@media all and (max-width: 680px) {
  .top_slide1 {
    padding-top: 35px;
  }
  .top_slide1_item {
    width: auto;
  }
  .top_slide1_item .thumb {
    width: 100%;
    height: 60vw;
    padding: 0 15px;
  }
  .top_link1 {
    width: 288px;
    height: 48px;
    margin-top: 38px;
  }
}


/* news_blog_Wrap */
.news_blog_Wrap {
  background-color: #fff;
  padding: 120px 0 110px;
}
.news_blog_inner {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.infoWrap {
  width: 562px;
}
.info_title {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 2px solid #D6D6D6;
  padding-bottom: 10px;
  position: relative;
}
.info_title::after {
  content: "";
  width: 84px;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -2px;
  background-color: #000;
}
.blogWrap .info_title::after {
  width: 144px;
}
.info_h2 {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.info_link1 {
  width: 82px;
  position: relative;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.05em;
}
.info_link1::after {
  content: "";
  width: 21.66px;
  height: 5.68px;
  background: url(../img/common/arrow1.svg)no-repeat center / contain;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}
.news_list1 .link1 {
  width: 100%;
  display: flex;
  padding: 32px 16px;
  border-bottom: 1px solid #D6D6D6;
}
.news_list1 .link1 .day {
  width: 160px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.4;
}
.news_list1 .link1 .text1 {
  width: calc(100% - 160px);
  font-size: 14px;
  font-weight: 400;
  text-align: justify;
  line-height: 1.4;
  letter-spacing: 0.02em;
}
.blog_list1 .link1 {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 12px 16px 12px 0;
  border-bottom: 1px solid #D6D6D6;
}
.blog_list1 .link1 .thumb {
  width: 122px;
  height: 92px;
  background: no-repeat center / cover;
}
.blog_list1 .link1 .textbox {
  width: calc(100% - 122px);
  padding-left: 36px;
}
.blog_list1 .link1 .day {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.4;
}
.blog_list1 .link1 .text1 {
  font-size: 14px;
  font-weight: 400;
  text-align: justify;
  line-height: 1.4;
  letter-spacing: 0.02em;
  margin-top: 10px;
}
@media all and (min-width: 681px) {
  .info_link1:hover {
    opacity: .6;
  }
  .news_list1 .link1:hover {
    background-color: #eee;
  }
  .blog_list1 .link1:hover {
    background-color: #eee;
  }
}
@media all and (max-width: 680px) {
  .news_blog_Wrap {
    padding: 60px 20px;
  }
  .news_blog_inner {
    width: 100%;
    display: block;
  }
  .infoWrap {
    width: 100%;
  }
  .infoWrap + .infoWrap {
    margin-top: 60px;
  }
  .news_list1 .link1 {
    width: 100%;
    display: block;
    padding: 16px 0;
  }
  .news_list1 .link1 .day {
    width: 100%;
  }
  .news_list1 .link1 .text1 {
    width: 100%;
    margin-top: 6px;
  }
  .blog_list1 .link1 {
    padding: 12px 0;
  }
  .blog_list1 .link1 .thumb {
    width: 92px;
    height: 70px;
  }
  .blog_list1 .link1 .textbox {
    width: calc(100% - 92px);
    padding-left: 22px;
  }
  .blog_list1 .link1 .text1 {
    margin-top: 6px;
  }
}


/* コンテンツ */
@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
}


/* コンテンツ */
@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
}


/* コンテンツ */
@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
}


/* コンテンツ */
@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
}
