@charset "utf-8";
#mv h1 {
  line-height: 0;
}
#mv h1 figure {
  line-height: 0;
  position: relative;
}
#mv h1 figure figcaption {
  position: absolute;
  left: 14vw;
  bottom: 7vw;
  font-size: 10px;
  line-height: 0;
  font-weight: normal;
}
#mv h1 img {
  width: 100%;
}
@media (max-width: 599px) {
  #mv h1 figure figcaption {
    font-size: 8px;
  }
}
#news {
  padding-top: 75px;
  margin-bottom: 11.65vw;
}
#news .inner {
  display: flex;
  position: relative;
  align-items: flex-start;
}
#news .inner h2 {
  line-height: 0;
  width: 23.35%;
}
#news .inner h2 img {
  width: 31.92%;
}
#news .inner .news_items_wrap {
  flex: 1 0 auto;
  padding-left: 7.2232%;
  width: calc(100% - 23.35%);
}
#news .btn_wrap {
  bottom: -60px;
}
@media (max-width: 599px) {
  #news {
    padding-top: 45px;
    margin-bottom: 80px;
  }
  #news .inner {
    align-items: center;
    flex-direction: column;
  }
  #news .inner h2 {
    width: 30%;
    margin-bottom: 40px;
  }
  #news .inner h2 img {
    width: 100%;
  }
  #news .inner .news_items_wrap {
    padding-left: 0;
    width: 100%;
  }
  #news .btn_wrap {
    bottom: -60px;
  }
}
.news_items_wrap article {
  padding: 0 0 20px;
}
.news_items_wrap article:last-child {
  padding-bottom: 0px;
}
.news_items_wrap article a {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.news_items_wrap article .picture {
  width: 22.3067%;
  line-height: 0;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/header_logo.svg");
}
.news_items_wrap article .picture:before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.news_items_wrap article .news_text_wrap {
  width: 69.8352%;
}
.news_items_wrap article .news_text_wrap .title {
  display: flex;
  font-size: 15px;
  line-height: 1.75em;
  margin-bottom: 17px;
}
.news_items_wrap article .news_text_wrap .title time {
  width: 80px;
}
.news_items_wrap article .news_text_wrap .title h3 {
  width: calc(100% - 88px);
  font-weight: normal;
}
.news_items_wrap article .news_text_wrap .post_desc {
  font-size: 11px;
  line-height: 1.8em;
  max-height: 60px;
  overflow: hidden;
}
.news_items_wrap article .news_text_wrap .post_desc-rest {
  max-height: none;
}
@media (max-width: 599px) {
  .news_items_wrap article:last-child {
    padding-bottom: 0;
  }
  .news_items_wrap article .news_text_wrap .title {
    display: block;
  }
  .news_items_wrap article .news_text_wrap .title time {
    width: 100%;
    display: block;
  }
  .news_items_wrap article .news_text_wrap .title h3 {
    width: 100%;
  }
}
#business {
  width: 100%;
  margin: 0 auto 9.44vw 0;
}
#business .sp {
  display: none;
}

#business h2 a {
  display: block;
  line-height: 0;
}
#business h2 a img {
  width: 100%;
}
#business ul {
  width: 86.31%;
  margin-left: auto;
  border-left:1px solid #949495;
  padding: 2.19vw 0 0 1.04vw;
}
#business ul li {
  position: relative;
  font-size: 13px;
  line-height: 1.8em;
  padding-left: 1.2em;
  letter-spacing: .15em;
}
#business ul li:before {
  position: absolute;
  left: 0;
  content: "●";
  color: #F5B2B2;
}
@media (max-width: 599px) {
  #business {
    width: 100%;
    margin: 0 0 80px 0;
    padding: 0 20px;
  }
  #business .pc {
    display: none;
  }
  #business .sp {
    display: block;
  }
  #business h2 {
    text-align: center;
    margin: 20px -20px 10px;
  }
  #business h2 img {
    width: 100%;
    margin: 0 auto;
  }
  #business ul {
    width: 100%;
    margin-top: 20px;
    padding: 0;
    border: 0;
  }
  #business ul li {
    position: relative;
    font-size: 12px;
    line-height: 1.8em;
    padding-left: 1em;
    letter-spacing: 0;
  }
  #business ul li:before {
    position: absolute;
    left: 0;
    content: "●";
    color: #F5B2B2;
  }
  #business nav {
    display: block;
    text-align: center;
    margin-top: 20px;
  }
}
#facility {
  width: 100%;
  margin: 0 0 25px auto;
}
#facility .sp {
  display: none;
}
#facility h2 {
  margin-bottom: 0;
}
#facility h2 a {
  display: block;
  line-height: 0;
}
#facility h2 a img {
  width: 100%;
}
#facility ul {
  width: 83%;
  margin-left: auto;
  /*padding-right: 17%;*/
  border-left:1px solid #949495;
  padding: 2.19vw 0 0 1.04vw;
}
#facility ul li {
  position: relative;
  font-size: 13px;
  line-height: 1.8em;
  padding-left: 1.2em;
  letter-spacing: .15em;
}
#facility ul li:before {
  position: absolute;
  left: 0;
  content: "●";
  color: #BB8DBE;
}
@media (max-width: 599px) {
  #facility {
    width: 100%;
    margin: 0 0 80px;
    padding: 0 20px;
  }
  #facility .pc {
    display: none;
  }
  #facility .sp {
    display: block;
  }
  #facility h2 {
    text-align: center;
    margin: 20px 0 10px;
  }
  #facility h2 img {
    width: 100%;
    margin: 0 auto;
  }
  #facility ul {
    width: 100%;
    padding: 0;
    margin-top: 20px;
    border: 0;
  }
  #facility ul li {
    font-size: 12px;
    letter-spacing: 0;
    padding-left: 1em;
  }
  #facility nav {
    display: block;
    text-align: center;
    margin-top: 20px;
  }
}
.top_nav {
  width: 78.1%;
  padding: 0;
  margin: 90px auto 0;
}
.top_nav ul {
  display: flex;
}
.top_nav ul li {
  width: 33.3333%;
  padding: 0 9.21%;
  line-height: 0;
}
.top_nav ul li a {
  display: block;
  line-height: 0;
  width: 100%;
}
@media (max-width:599px) {
  .top_nav {
    width: 100%;
    padding: 0 20px;
    margin: 90px auto 0;
  }
  .top_nav ul li {
    padding: 0 5px;
  }
}
