@charset "UTF-8";
.img {
  width: 100%;
  height: auto;
}

body {
  color: #111;
  line-height: 1.5;
  font-size: 16px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

.inner {
  width: 100%;
  max-width: 1200px;
  margin: auto;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .inner {
    padding: 0 40px;
  }
}
@media (min-width: 1200px) {
  .inner {
    padding: 0 40px;
  }
}
@media (max-width: 767px) {
  .inner {
    padding: 0 15px;
  }
}

.br-sp {
  display: none;
}

a {
  color: #111;
  text-decoration: none;
  font-size: 16px;
}

/*head*/
.head {
  width: 100%;
  height: 300px;
  background: url(../img/news-head.png) no-repeat center center/cover;
  position: relative;
}
@media (max-width: 767px) {
  .head {
    height: 200px;
  }
}

.head-background-color {
  width: 100%;
  height: 300px;
  background: rgba(43, 39, 117, 0.5);
}
@media (max-width: 767px) {
  .head-background-color {
    height: 200px;
  }
}

.head-title {
  position: absolute;
  color: #fff;
  top: calc(50% + 56px);
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 700;
  font-size: 45px;
  font-family: "futura-pt", sans-serif;
}
@media (max-width: 767px) {
  .head-title {
    font-size: 30px;
    top: calc(50% + 44px);
  }
}

.head-title-ja {
  position: absolute;
  color: #fff;
  top: calc(50% + 16px);
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 700;
  font-size: 20px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
@media (max-width: 767px) {
  .head-title-ja {
    font-size: 14px;
  }
}