#mv #slide {
  font-size: 0;
  line-height: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
#mv #slide.slick-initialized {
  opacity: 1;
}
#mv #slide img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

#bnr {
  padding: 3.5rem 0;
  background-color: #F0F9FA;
}
#bnr .bnr_inner {
  width: 112.8rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#bnr .bnr_item {
  width: 55.4rem;
  height: 14.1rem;
  border-radius: 1rem;
  overflow: hidden;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}
#bnr .bnr_item:visited:before {
  border-color: #00A0A3;
}
#bnr .bnr_item:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 1rem;
  border: 0.2rem solid #00A0A3;
}
#bnr .bnr_item:after {
  content: "";
  width: 2.8rem;
  height: 2.8rem;
  background: url(../images/common/arrow-white.svg) center center no-repeat #00A0A3;
  background-size: 0.95rem auto;
  position: absolute;
  right: 0;
  bottom: 0;
  border-radius: 0.3rem 0 0 0;
}
#bnr .bnr_item .pic {
  width: 12.9rem;
  background-color: #F7F7F7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#bnr .bnr_item .txt {
  width: calc(100% - 12.9rem);
  padding-left: 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
#bnr .bnr_item .txt .bnr_ttl {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1;
  padding-left: 3.2rem;
  margin-bottom: 1.5rem;
  position: relative;
}
#bnr .bnr_item .txt .bnr_ttl:before {
  content: "";
  width: 2.7rem;
  height: 2.7rem;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#bnr .bnr_item .txt p {
  font-size: 1.2rem;
  line-height: 1.666;
}
#bnr #bnr_okayama-kanko .pic img {
  width: 11rem;
}
#bnr #bnr_okayama-kanko .txt .bnr_ttl:before {
  background: url(../images/organization/icon-okayama-kanko.svg) 0 0 no-repeat;
  background-size: 100% auto;
}
#bnr #bnr_okayama-japan .pic img {
  width: 8.6rem;
}
#bnr #bnr_okayama-japan .txt .bnr_ttl:before {
  background: url(../images/organization/icon-okayama-japan.svg) 0 0 no-repeat;
  background-size: 100% auto;
}

#news {
  padding: 8rem 0;
}
#news .news_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#news .news_left {
  width: calc(100% - 74rem);
}
#news .news_left h2 {
  margin-bottom: 7rem;
}
#news .news_left h2 span {
  display: block;
  line-height: 1;
}
#news .news_left h2 .en {
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  margin-bottom: 1rem;
  position: relative;
  padding-left: 1.8rem;
  text-transform: capitalize;
}
#news .news_left h2 .en:before {
  content: "";
  width: 1.1rem;
  height: 1.1rem;
  background-color: #00A0A3;
  border-radius: 50%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
}
#news .news_left h2 .jp {
  font-size: 3rem;
  font-weight: 700;
}
#news .news_left .list_btn {
  width: 16rem;
}
#news .news_left .list_btn .arrow_btn span {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#news .news_right {
  width: 74rem;
}
#news .news_right ul {
  border-top: 1px solid #E0E0E0;
}
#news .news_right ul li {
  list-style: none;
}
#news .news_right ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 2rem 3rem;
  border-bottom: 1px solid #E0E0E0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#news .news_right ul li a .news_date {
  width: 11.5rem;
  font-size: 1.5rem;
  font-weight: 600;
}
#news .news_right ul li a .news_txt {
  width: calc(100% - 11.5rem);
  font-size: 1.5rem;
  line-height: 1.8;
}
#news .news_right ul li a:hover {
  border-color: #00A0A3;
}

#link {
  background-color: #CEF3F5;
  padding-top: 5.6rem;
  padding-bottom: 2.6rem;
}
#link .link_inner {
  width: 79rem;
  margin: 0 auto;
}
#link ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -4rem;
}
#link ul li {
  list-style: none;
  width: calc(33.333% - 4rem);
  margin-left: 4rem;
  margin-bottom: 4rem;
}

@media screen and (max-width: 767px) {
  #mv #slide img {
    height: auto;
  }
  #bnr {
    padding: 3.5rem 20px;
  }
  #bnr .bnr_inner {
    width: 100%;
  }
  #bnr .bnr_item {
    width: 100%;
    height: 25rem;
  }
  #bnr .bnr_item:after {
    width: 2.4rem;
    height: 2.4rem;
    background-size: 0.95rem auto;
  }
  #bnr .bnr_item .pic {
    width: 100%;
    height: 11.8rem;
  }
  #bnr .bnr_item .txt {
    width: 100%;
    padding: 2rem;
    display: block;
  }
  #bnr .bnr_item .txt .bnr_ttl {
    font-size: 1.8rem;
    padding-left: 3rem;
    margin-bottom: 1rem;
    position: relative;
  }
  #bnr .bnr_item .txt .bnr_ttl:before {
    width: 2.4rem;
    height: 2.4rem;
  }
  #bnr #bnr_okayama-kanko {
    margin-bottom: 2rem;
  }
  #bnr #bnr_okayama-kanko .pic img {
    width: 14.3rem;
  }
  #bnr #bnr_okayama-japan .pic img {
    width: 8.6rem;
  }
  #news {
    padding: 7rem 20px;
  }
  #news .news_inner {
    position: relative;
    padding-bottom: 6rem;
  }
  #news .news_left {
    width: 100%;
  }
  #news .news_left h2 {
    margin-bottom: 2.4rem;
  }
  #news .news_left h2 .en {
    font-size: 1.4rem;
    padding-left: 1.5rem;
  }
  #news .news_left h2 .en:before {
    width: 1rem;
    height: 1rem;
  }
  #news .news_left h2 .jp {
    font-size: 2.4rem;
  }
  #news .news_left .list_btn {
    width: 17.5rem;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  #news .news_right {
    width: 100%;
  }
  #news .news_right ul li a {
    padding: 1.8rem 0;
  }
  #news .news_right ul li a .news_date {
    width: 100%;
    font-size: 1.5rem;
    font-weight: 600;
    padding-top: 0;
    padding-bottom: 0.5rem;
  }
  #news .news_right ul li a .news_txt {
    width: 100%;
    font-size: 1.5rem;
    line-height: 1.8;
  }
  #link {
    padding-top: 6.15rem;
    padding-bottom: 6.15rem;
  }
  #link .link_inner {
    margin: 0 auto;
    width: 24.5rem;
  }
  #link ul {
    margin: 0;
  }
  #link ul li {
    list-style: none;
    width: 100%;
    margin-left: 0;
    margin-bottom: 2rem;
  }
  #link ul li:last-child {
    margin-bottom: 0;
  }
}