@charset "UTF-8";
@import url("https://use.typekit.net/aqs4yuf.css");
@font-face {
  font-family: "MyYuMinchoC";
  src: local("YuMincho-Demibold"), local("YuMincho Demibold");
  /* for Mac */
}
/* sec1 */
main {
  background-color: #FFF;
}
main .visual {
  width: 100%;
  margin-bottom: 40px;
  position: relative;
}
main .visual::after {
  content: "NEWS";
  color: #FFF;
  font-family: futura-pt-condensed, sans-serif;
  font-size: 10rem;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0.1em;
  position: absolute;
  right: 0px;
  bottom: -1.75rem;
  opacity: 0.25;
  z-index: 1;
}
main section {
  width: 100%;
  box-sizing: border-box;
}
main section.news {
  width: 100%;
  padding-bottom: 80px;
  position: relative;
}
main section.news .inner {
  width: 100%;
  padding: 0 40px;
}
main section.news .inner .title {
  width: 100%;
  margin-bottom: 40px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
main section.news .inner .title h3 {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
main section.news .inner .title h3 span {
  white-space: nowrap;
  display: inline-block;
}
main section.news .inner .title h3 span:nth-child(1) {
  color: #05388D;
  font-family: futura-pt-condensed, sans-serif;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.1em;
}
main section.news .inner .title h3 span:nth-child(2) {
  color: #111;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0.1em;
  padding: 0 0 0 20px;
}
main section.news .inner .title .btn {
  width: 180px;
  margin: 0px;
}
main section.news .inner .title .btn a {
  color: #05388D;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0em;
  padding: 10px;
  border: solid 1px #05388D;
  display: block;
  transition: all 0.25s ease-in;
}
main section.news .inner .title .btn a:hover {
  color: #FFF;
  background-color: #05388D;
}
main section.news .inner dl {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
main section.news .inner dl:not(:last-child) {
  padding: 0 0 15px 0;
  margin: 0 0 15px 0;
  border-bottom: solid 1px #666;
}
main section.news .inner dl dt {
  color: #FFF;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0.1em;
  width: 90px;
  height: 30px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
}
main section.news .inner dl dt.type1 {
  background-color: #65B182;
}
main section.news .inner dl dt.type2 {
  background-color: #ccff66;
}
main section.news .inner dl dd {
  color: #111;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.6rem;
  letter-spacing: 0em;
  text-align: left;
}
main section.news .inner dl dd.date {
  font-weight: 600;
  white-space: nowrap;
  width: 200px;
  padding: 0 40px;
  box-sizing: border-box;
}
main section.news .inner dl dd.link {
  width: auto;
}
main section.news .inner dl dd.link a {
  text-decoration: underline;
}
main section.news .detail {
  width: calc(100% - 80px);
  margin: 0 auto 80px auto;
}
main section.news .detail .title {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: solid 1px #666;
}
main section.news .detail .title dl {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
main section.news .detail .title dl:not(:last-child) {
  margin: 0 0 20px 0;
}
main section.news .detail .title dl dt {
  color: #FFF;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0.1em;
  width: 90px;
  height: 30px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
}
main section.news .detail .title dl dt.type1 {
  background-color: #65B182;
}
main section.news .detail .title dl dt.type2 {
  background-color: #ccff66;
}
main section.news .detail .title dl dd {
  color: #111;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.6rem;
  letter-spacing: 0em;
  text-align: left;
}
main section.news .detail .title dl dd.date {
  font-weight: 600;
  white-space: nowrap;
  width: auto;
  margin: 0 0 0 20px;
  box-sizing: border-box;
}
main section.news .detail .title h3 {
  color: #111;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 3.2rem;
  letter-spacing: 0.05em;
  text-align: left;
}
main section.news .detail .text {
  text-align: left;
  width: 100%;
}
main section.news .detail .text h4 {
  color: #111;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2.6rem;
  letter-spacing: 0.05em;
  margin-bottom: 5px;
}
main section.news .detail .text h5 {
  color: #05388D;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2.6rem;
  letter-spacing: 0.05em;
}
main section.news .detail .text h5:not(:last-child) {
  margin-bottom: 20px;
}
main section.news .detail .text p {
  color: #111;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.4rem;
  letter-spacing: 0em;
}
main section.news .detail .text p strong {
  font-weight: bold;
}
main section.news .detail .text p:not(:last-child) {
  margin-bottom: 20px;
}
main section.news .detail .text .set {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
}
main section.news .detail .text .set:not(:last-child) {
  margin-bottom: 20px;
}
main section.news .detail .text .set .photo {
  width: 360px;
}
main section.news .detail .text .set .text {
  width: calc(100% - 400px);
}
main section.news .detail .text .photos {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
main section.news .detail .text .photos:not(:last-child) {
  margin-bottom: 40px;
}
main section.news .detail .text .photos dl {
  width: calc((100% - 40px) / 5);
}
main section.news .detail .text .photos dl:not(:first-child) {
  margin-left: 10px;
}
main section.news .detail .text .photos dl dt {
  margin-bottom: 10px;
}
main section.news .detail .text .photos dl dd {
  color: #111;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 2rem;
  letter-spacing: 0em;
}
main section.news .btn {
  width: calc(100% - 80px);
  margin: 0 auto;
}
main section.news .btn a {
  color: #FFF;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0em;
  padding: 20px;
  background-color: #05388D;
  display: block;
  transition: all 0.25s ease-in;
}
main section.news .btn a:hover {
  background-color: #111;
}

/* --------------------------------------- Media Queries Smartphone --------------------------------------- */
@media screen and (max-width: 768px) {
  main .visual {
    width: 100%;
    margin-bottom: 40px;
    position: relative;
  }
  main .visual::after {
    color: #FFF;
    font-family: futura-pt-condensed, sans-serif;
    font-size: 6rem;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 0.1em;
    bottom: -1.5rem;
    opacity: 0.5;
  }
  main section.news {
    padding-bottom: 40px;
  }
  main section.news .inner {
    width: 100%;
    padding: 0 20px;
  }
  main section.news .inner .title {
    margin-bottom: 40px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
  }
  main section.news .inner .title h3 {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main section.news .inner .title h3 span {
    white-space: nowrap;
    display: inline-block;
  }
  main section.news .inner .title h3 span:nth-child(1) {
    color: #05388D;
    font-family: futura-pt-condensed, sans-serif;
    font-size: 3rem;
    font-weight: 700;
    line-height: 4rem;
    letter-spacing: 0.1em;
  }
  main section.news .inner .title h3 span:nth-child(2) {
    color: #111;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 2rem;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 0.1em;
    padding: 0px;
  }
  main section.news .inner .title .btn {
    width: 180px;
    margin: 0px;
  }
  main section.news .inner .title .btn a {
    color: #05388D;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 2rem;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 0em;
    padding: 10px;
    border: solid 1px #05388D;
    display: block;
    transition: all 0.25s ease-in;
  }
  main section.news .inner .title .btn a:hover {
    color: #FFF;
    background-color: #05388D;
  }
  main section.news .inner dl {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
  }
  main section.news .inner dl:not(:last-child) {
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
  }
  main section.news .inner dl dt {
    color: #FFF;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 0.1em;
    width: 90px;
    height: 30px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
  }
  main section.news .inner dl dt.type1 {
    background-color: #65B182;
  }
  main section.news .inner dl dt.type2 {
    background-color: #ccff66;
  }
  main section.news .inner dl dd {
    color: #111;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2.6rem;
    letter-spacing: 0em;
    text-align: left;
  }
  main section.news .inner dl dd.date {
    font-weight: 600;
    white-space: nowrap;
    width: calc(100% - 90px);
    padding: 0 0 0 10px;
    box-sizing: border-box;
  }
  main section.news .inner dl dd.link {
    width: 100%;
    padding: 10px 0 0 0;
  }
  main section.news .inner dl dd.link a {
    text-decoration: underline;
  }
  main section.news .detail {
    width: calc(100% - 40px);
    margin: 0 auto 40px auto;
  }
  main section.news .detail .title {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  main section.news .detail .title dl:not(:last-child) {
    margin: 0 0 10px 0;
  }
  main section.news .detail .title dl dt {
    color: #FFF;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 0.1em;
    width: 90px;
    height: 30px;
    border-radius: 3px;
  }
  main section.news .detail .title dl dd {
    color: #111;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2.6rem;
    letter-spacing: 0em;
    text-align: left;
  }
  main section.news .detail .title dl dd.date {
    margin: 0 0 0 10px;
  }
  main section.news .detail .title h3 {
    color: #111;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 2rem;
    font-weight: 600;
    line-height: 3rem;
    letter-spacing: 0em;
    text-align: left;
  }
  main section.news .detail .text {
    text-align: left;
    width: 100%;
  }
  main section.news .detail .text h4 {
    color: #111;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 2.6rem;
    letter-spacing: 0.05em;
    margin-bottom: 5px;
  }
  main section.news .detail .text h5 {
    color: #05388D;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 2.6rem;
    letter-spacing: 0.05em;
  }
  main section.news .detail .text h5:not(:last-child) {
    margin-bottom: 20px;
  }
  main section.news .detail .text p {
    color: #111;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2.4rem;
    letter-spacing: 0em;
  }
  main section.news .detail .text p strong {
    font-weight: bold;
  }
  main section.news .detail .text p:not(:last-child) {
    margin-bottom: 20px;
  }
  main section.news .detail .text .set {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main section.news .detail .text .set:not(:last-child) {
    margin-bottom: 20px;
  }
  main section.news .detail .text .set .photo {
    width: 100%;
  }
  main section.news .detail .text .set .photo:not(:last-child) {
    margin-bottom: 20px;
  }
  main section.news .detail .text .set .text {
    width: 100%;
  }
  main section.news .detail .text .set .text:not(:last-child) {
    margin-bottom: 20px;
  }
  main section.news .btn {
    width: calc(100% - 40px);
  }
  main section.news .btn a {
    color: #FFF;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 0em;
    padding: 15px;
  }
}

/*# sourceMappingURL=style_news.css.map */
