@charset "UTF-8";
body {
  background-color: #E2E0DC;
}

p {
  font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
  font-weight: 300;
  font-style: normal;
}

#g-nav {
  /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
  position: fixed;
  z-index: 999;
  /*ナビのスタート位置と形状*/
  top: 0;
  right: -120%;
  width: 100%;
  height: 100vh; /*ナビの高さ*/
  background-color: #1F3300;
  /*動き*/
  transition: all 0.6s;
  padding: 80px;
}
@media (max-width:1080px) {
  #g-nav {
    padding: 80px 40px;
    width: 100%;
  }
}

/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive {
  right: 0;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list {
  /*ナビの数が増えた場合縦スクロール*/
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh; /*表示する高さ*/
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
#g-nav ul {
  /*ナビゲーション天地中央揃え*/
  position: absolute;
  z-index: 999;
}

/*リストのレイアウト設定*/
#g-nav li {
  list-style: none;
  text-align: center;
}

#g-nav li.other {
  font-size: 18px;
  position: relative;
  display: flex;
  align-items: center;
}
@media (max-width:768px) {
  #g-nav li.other {
    font-size: 14px;
  }
}
#g-nav li.other::before {
  border-top: 1px solid rgb(255, 255, 255);
  content: "";
  display: block;
  width: 18px;
  height: 3px;
  margin-right: 8px;
}
@media (max-width:768px) {
  #g-nav li.other::before {
    margin-right: 8px;
  }
}

#g-nav li a {
  font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #fff;
  text-decoration: none;
  display: flex;
  justify-content: left;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 36px;
}
@media (max-width:1080px) {
  #g-nav li a {
    font-size: 24px;
  }
}
@media (max-width: 425px) {
  #g-nav li a {
    font-size: 18px;
  }
}

nav#g-nav #g-nav-list ul li.cmf_nav {
  text-align: right;
  margin-top: 32px;
}
nav#g-nav #g-nav-list ul li.cmf_nav .cmf_nav_inner a {
  font-size: 16px;
}

nav#g-nav #g-nav-list ul li.inst {
  width: 85%;
}
nav#g-nav #g-nav-list ul li.inst a {
  margin-top: 60px;
  width: 37px;
  height: 37px;
  margin-left: auto;
}
nav#g-nav #g-nav-list ul li.inst a img {
  display: block;
}

nav#g-nav #g-nav-list ul {
  width: 100%;
}

/*========= ボタンのためのCSS ===============*/
.openbtn {
  position: fixed;
  z-index: 9999; /*ボタンを最前面に*/
  top: 10px;
  right: 10px;
  cursor: pointer;
  width: 80px;
  height: 60px;
}
@media (max-width: 425px) {
  .openbtn {
    right: 0;
    width: 60px;
    height: 40px;
  }
}

/*×に変化*/
.openbtn span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 14px;
  height: 3px;
  border-radius: 2px;
  background-color: #fff;
  width: 45%;
}

.openbtn span:nth-of-type(1) {
  top: 15px;
}

.openbtn span:nth-of-type(2) {
  top: 23px;
}

.openbtn span:nth-of-type(3) {
  top: 31px;
}

.openbtn.active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 30%;
}

.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn.active span:nth-of-type(3) {
  top: 30px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
  width: 30%;
}

main {
  margin: 120px 0;
  font-family: "游明朝体";
  font-weight: lighter;
}
main article {
  width: 80%;
  margin: 0 auto;
}
@media (max-width: 414px) {
  main article {
    width: 85%;
  }
}
main article .news_title {
  padding-bottom: 40px;
}
main article .news_title .h2_news h2 {
  font-size: 24px;
  font-weight: lighter;
}
@media (max-width: 414px) {
  main article .news_title .h2_news h2 {
    font-size: 16px;
  }
}
main article .news_title .h2_news h2 span {
  margin-left: 16px;
  font-size: 14px;
  color: #B29000;
}
@media (max-width: 414px) {
  main article .news_title .h2_news h2 span {
    font-size: 12px;
  }
}
main article .news_titledetail p {
  font-size: 32px;
  font-family: "游明朝体";
  font-weight: lighter;
}
@media (max-width: 414px) {
  main article .news_titledetail p {
    font-size: 18px;
  }
}
main article .news_detail {
  border-top: #000 solid 1px;
  border-bottom: #000 solid 1px;
}
main article .news_detail p {
  padding: 24px 0;
  font-family: "游明朝体";
  letter-spacing: 1.2px;
}
main .button {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
main .button a {
  font-size: 18px;
  padding: 0 12px;
  color: #000;
  margin-top: 52px;
  align-items: center;
  border-bottom: #000 1px solid;
  /*波紋の基点とするためrelativeを指定*/
  position: relative;
  /*リンクの形状*/
  display: inline-block;
  text-decoration: none;
  color: #252525;
  outline: none;
  /*波形が広がるアニメーション*/
}
main .button a:hover::before {
  content: "";
  /*絶対配置で波形の位置を決める*/
  position: absolute;
  left: 30%;
  top: 0;
  /*波形の形状*/
  border: 1px solid #333;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  /*はじめは不透明*/
  opacity: 1;
  /*アニメーションの設定*/
  animation: 1s circleanime2 forwards;
}
@keyframes circleanime2 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
main .button a::after {
  position: absolute;
  top: 18%;
  right: -26px;
  display: block;
  content: "";
  background: url(../img/top_img/button_after.svg) no-repeat;
  width: 23px;
  height: 23px;
}

a {
  color: #000;
}

footer {
  display: flex;
  flex-direction: row;
  color: #fff;
  padding: 32px 62px;
  background-color: #1F3300;
  justify-content: right;
}
@media (max-width:1080px) {
  footer {
    padding: 32px 32px;
  }
}
@media (max-width: 425px) {
  footer {
    justify-content: left;
  }
}
footer nav.footer {
  width: 70%;
  display: flex;
  flex-direction: column;
}
@media (max-width:1080px) {
  footer nav.footer {
    width: 80%;
  }
}
footer nav.footer ul.footer_nav {
  display: flex;
  flex-direction: row;
  list-style: none;
  justify-content: space-around;
}
@media (max-width: 425px) {
  footer nav.footer ul.footer_nav {
    flex-direction: column;
    font-size: 18px;
  }
}
footer nav.footer ul.footer_nav li {
  font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
}
@media (max-width: 425px) {
  footer nav.footer ul.footer_nav li {
    margin: 12px 0;
  }
}
footer nav.footer ul.footer_nav li a {
  color: #fff;
  text-decoration: none;
}
footer nav.footer ul.footer_nav li a span {
  font-size: 14px;
}
footer nav.footer ul.footer_nav li ul.f_other li {
  list-style: none;
  margin-top: 8px;
}
@media (max-width:768px) {
  footer nav.footer ul.footer_nav li ul.f_other li {
    margin: 0 0 12px 0;
  }
}
footer nav.footer ul.footer_nav li ul.f_other li a {
  display: flex;
  align-items: center;
  font-size: 16px;
}
footer nav.footer ul.footer_nav li ul.f_other li ::before {
  border-top: 1px solid rgb(255, 255, 255);
  content: "";
  display: block;
  width: 12px;
  margin-right: 12px;
}
footer nav.footer ul.remarks {
  display: flex;
  flex-direction: row;
  justify-content: end;
  align-items: end;
  height: 100%;
  margin-top: 24px;
}
@media (max-width: 425px) {
  footer nav.footer ul.remarks {
    justify-content: left;
  }
}
footer nav.footer ul.remarks li {
  list-style: none;
  margin: 0 24px;
  font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
}
@media (max-width:768px) {
  footer nav.footer ul.remarks li {
    margin: 0 8px 0 0;
  }
}
footer nav.footer ul.remarks li a {
  font-size: 12px;
  color: #fff;
  text-decoration: none;
}/*# sourceMappingURL=news.css.map */