 @charset "UTF-8";
 /*! Writen  by SCSS */
 .breadlist_wrap {
  display: none;
 }
 .contents_wrap {
  margin-bottom: 70px;
 }
 @media screen and (max-width: 480px) {
  .contents_wrap {
   margin-bottom: 50px;
  }
 }
 .inner {
  max-width: 860px;
  width: calc(100% - 40px);
  margin: 0 auto;
 }
 .main_image img {
  width: 100%;
 }
 .main_lead_box {
  overflow: hidden;
  margin-bottom: 60px;
 }
 @media screen and (max-width: 480px) {
  .main_lead_box {
   margin-bottom: 40px;
  }
 }
 .main_head {
  margin-top: 60px;
  font-size: 26px;
  line-height: 1.4;
  font-weight: 700;
 }
 .main_head span {
  display: block;
 }
 @media screen and (max-width: 768px) {
  .main_head {
   font-size: 22px;
  }
 }
 @media screen and (max-width: 480px) {
  .main_head {
   margin-top: 40px;
   font-size: 18px;
  }
 }
 .main_lead {
  font-size: 16px;
  line-height: 1.8;
 }
 @media screen and (max-width: 480px) {
  .main_lead {
   font-size: 14px;
  }
 }
 .group_wrap {
  background: #cbd5db;
  padding: 60px 0 80px;
  margin-bottom: 65px;
 }
 @media screen and (max-width: 768px) {
  .group_wrap {
   padding: 50px 0;
  }
 }
 @media screen and (max-width: 480px) {
  .group_wrap {
   padding: 40px 0;
   margin-bottom: 50px;
  }
 }
 .group_head {
  font-size: 30px;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 55px;
 }
 @media screen and (max-width: 768px) {
  .group_head {
   margin-bottom: 40px;
  }
 }
 @media screen and (max-width: 480px) {
  .group_head {
   font-size: 24px;
   margin-bottom: 25px;
  }
 }
 .group_list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
 }
 @media screen and (max-width: 480px) {
  .group_list {
   flex-wrap: wrap;
   justify-content: center;
  }
 }
 .group_item {
  max-width: 160px;
  width: 18.6279069767%;
  width: calc(160%/8.32);
 }
 @media screen and (max-width: 480px) {
  .group_item {
   width: 32%;
  }
  .group_item:nth-of-type(1), .group_item:nth-of-type(2), .group_item:nth-of-type(3) {
   margin-bottom: 2%;
  }
  .group_item:nth-of-type(1), .group_item:nth-of-type(2), .group_item:nth-of-type(4), .group_item:nth-of-type(5) {
   margin-right: 2%;
  }
 }
 .news_list {
  margin-bottom: 30px;
 }
 .news_list .news_item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  border-bottom: 1px dotted #000000;
  padding-bottom: 15px;
  margin-bottom: 15px;
 }
 @media screen and (max-width: 480px) {
  .news_list .news_item {
   flex-wrap: wrap;
  }
 }
 .news_list .news_item .date {
  font-size: 14px;
  line-height: 1.4;
  width: 5em;
  margin-right: 25px;
 }
 @media screen and (max-width: 480px) {
  .news_list .news_item .date {
   font-size: 12px;
  }
 }
 .news_list .news_item .news_icon {
  min-width: 130px;
  margin-right: 20px;
 }
 .news_list .news_item .news_text {
  font-size: 14px;
  line-height: 1.4;
 }
 @media screen and (max-width: 480px) {
  .news_list .news_item .news_text {
   font-size: 12px;
   width: 100%;
   margin-top: 10px;
  }
 }
 .news_list .news_item a {
  transition: opacity 0.3s ease-in-out;
 }
 body:not(.mobile) .news_list .news_item a:hover {
  opacity: 0.6;
 }
 .news_icon {
  font-size: 13px;
  line-height: 1;
  color: #fff;
  padding: 3px 5px;
  text-align: center;
 }
 @media screen and (max-width: 480px) {
  .news_icon {
   font-size: 12px;
  }
 }
 .news_icon.futami {
  background: #36c;
 }
 .news_icon.yamagata {
  background: #003894;
 }
 .news_icon.auto_far {
  background: #1d2088;
 }
 .news_icon.auto_info {
  background: #004896;
 }
 .more_button {
  max-width: 200px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  text-align: center;
  font-size: 14px;
  line-height: 1;
  padding: 10px;
  position: relative;
  z-index: 1;
  border: 1px solid #d9d9d9;
  background: #fff;
  transition: color 0.5s ease-in-out, background 0.5s ease-in-out, border 0.5s ease-in-out;
 }
 .more_button > span {
  margin-left: auto;
  margin-right: auto;
 }
 .more_button::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #313131;
  border-right: 1px solid #313131;
  transform: rotate(45deg);
  transition: all 0.5s ease-in-out;
 }
 body:not(.mobile) .more_button:hover {
  color: #fff;
  border: 1px solid #083692;
  background: #083692;
 }
 body:not(.mobile) .more_button:hover::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
 }
 /*パララックス*/
 .main_head.parallax .head_outer {
  overflow: hidden;
  transform: translateX(-100%);
  transition-property: transform;
  transition-duration: 0.8s;
  transition-timing-function: ease-in-out;
 }
 .main_head.parallax .head_outer > span {
  transform: translateX(100%);
  transition-property: transform;
  transition-duration: 0.8s;
  transition-timing-function: ease-in-out;
 }
 .main_head.parallax.p-view .head_outer {
  transform: translateX(0);
 }
 .main_head.parallax.p-view .head_outer > span {
  transform: translateX(0);
 }
 .parallax .main_lead {
  overflow: hidden;
  transform: translateX(-100%);
  transition-property: transform;
  transition-duration: 0.8s;
  transition-timing-function: ease-in-out;
 }
 .parallax .main_lead > span {
  display: block;
  transform: translateX(100%);
  transition-property: transform;
  transition-duration: 0.8s;
  transition-timing-function: ease-in-out;
 }
 .parallax .main_lead:nth-of-type(1) {
  transition-delay: 0.3s;
 }
 .parallax .main_lead:nth-of-type(1) > span {
  transition-delay: 0.3s;
 }
 .parallax .main_lead:nth-of-type(2) {
  transition-delay: 0.4s;
 }
 .parallax .main_lead:nth-of-type(2) > span {
  transition-delay: 0.4s;
 }
 .parallax .main_lead:nth-of-type(3) {
  transition-delay: 0.5s;
 }
 .parallax .main_lead:nth-of-type(3) > span {
  transition-delay: 0.5s;
 }
 .parallax .main_lead:nth-of-type(4) {
  transition-delay: 0.6s;
 }
 .parallax .main_lead:nth-of-type(4) > span {
  transition-delay: 0.6s;
 }
 .parallax .main_lead:nth-of-type(5) {
  transition-delay: 0.7s;
 }
 .parallax .main_lead:nth-of-type(5) > span {
  transition-delay: 0.7s;
 }
 .parallax.p-view .main_lead {
  transform: translateX(0);
 }
 .parallax.p-view .main_lead > span {
  transform: translateX(0);
 }
 .main_slide {
  width: 100%;
 }
 .main_slide img {
  width: 100%;
 }
 .main_slide .slick-dots {
  bottom: 10px;
 }
 @media screen and (max-width: 480px) {
  .main_slide .slick-dots {
   bottom: 5px;
  }
 }
 .main_slide .slick-dots li button {
  width: 30px;
  height: 30px;
 }
 .main_slide .slick-dots li button::before {
  font-size: 15px;
  width: 30px;
  height: 30px;
 }
 .main_cont {
  background: url("../images/top/main_bg.jpg");
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: calc(540% / 12.8);
  position: relative;
  transition: background 5s ease-in-out;
 }
 .main_cont.move {
  background-position: top right;
 }
 .main_cont p {
  position: absolute;
  z-index: 1;
 }
 .main_cont .main_logo {
/*  width: calc(145% / 12.8);*/
  width: calc(209% / 12.8);
  left: 0;
  right: 0;
  bottom: calc(290% / 5.4);
  margin: auto;
  transition: all 5s ease-in-out;
  opacity: 0;
 }
 @media screen and (max-width: 480px) {
  .main_cont .main_logo {
   width: calc(209% / 8);
   bottom: calc(230% / 5.4);
  }
 }
 .main_cont .main_logo.move {
  opacity: 1;
 }
 .main_cont .main_copy {
  width: calc(512% / 12.8);
  left: 0;
  right: 0;
  bottom: calc(360% / 5.4);
  margin: auto;
  opacity: 0;
  transition: all 5s ease-in-out;
 }
 @media screen and (max-width: 480px) {
  .main_cont .main_copy {
   width: calc(512% / 8);
   transition: all 3.5s ease-in-out;
  }
 }
 .main_cont .main_copy.move {
  opacity: 1;
  bottom: calc(172% / 5.4);
 }
 @media screen and (max-width: 480px) {
  .main_cont .main_copy.move {
   bottom: calc(75% / 5.4);
  }
 }
 /*# sourceMappingURL=top.css.map */
 .inner_02 {
  max-width: 1000px;
 }
 /*# sourceMappingURL=top.css.map */
 .inner_02 {
  max-width: 832px;
 }