@charset "UTF-8";
/* Scss Document */
.navi {
  width: 98%;
  max-width: 1020px;
  margin: 38px auto 0;
}
@media screen and (max-width: 768px) {
  .navi {
    display: none;
  }
}
.navi ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.navi ul li {
  box-sizing: border-box;
  border-right: 1px solid #4e3229;
  text-align: center;
  width: calc(100% / 6);
}
.navi ul li:first-child {
  border-left: 1px solid #4e3229;
}
.navi ul li a {
  display: block;
  line-height: 1.6;
  padding-top: 61.76%;
  height: 0;
  overflow: hidden;
  background-position: center bottom 0.3em;
  background-size: 62%;
  background-repeat: no-repeat;
  transition-duration: 1s;
}
.navi ul li a:hover {
  transform: translate(0, -0.5em);
}
@media screen and (max-width: 768px) {
  .navi ul li a {
    background-size: 73%;
  }
}
.navi ul li.navi01 a {
  background-image: url("../img/navi/gm01.png");
}
.navi ul li.navi02 a {
  background-image: url("../img/navi/gm02.png");
}
.navi ul li.navi03 a {
  background-image: url("../img/navi/gm03.png");
}
.navi ul li.navi04 a {
  background-image: url("../img/navi/gm04.png");
}
.navi ul li.navi05 a {
  background-image: url("../img/navi/gm05.png");
}
.navi ul li.navi06 a {
  background-image: url("../img/navi/gm06.png");
}

.mainvisual {
  background: #e8e8e8;
}
@media screen and (max-width: 768px) {
  .mainvisual {
    margin-top: 47px;
  }
}
.mainvisual div {
  width: 100%;
  max-width: 1200px;
  margin: auto;
}

.footer_menu {
  padding: 60px 0 40px;
}
.footer_menu ul {
  width: 93.75%;
  max-width: 930px;
  margin: 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;
}
.footer_menu ul li {
  width: calc(100% / 3 - 5px);
}
.footer_menu ul li:nth-child(n + 4) {
  margin-top: 20px;
}
@media screen and (max-width: 414px) {
  .footer_menu ul li {
    width: calc(100% / 2 - 7px);
  }
  .footer_menu ul li:nth-child(n + 3) {
    margin-top: 20px;
  }
}
.footer_menu ul li a {
  color: #383838;
  font-weight: 500;
}
.footer_menu ul li a:hover {
  text-decoration: none;
}
.footer_menu ul li a section {
  border-bottom: 5px solid rgba(243, 201, 29, 0);
  transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
}
.footer_menu ul li a section.active {
  border-bottom: 5px solid #f3c91d;
}
.footer_menu ul li a section:hover {
  border-bottom: 5px solid #f3c91d;
}
@media screen and (max-width: 768px) {
  .footer_menu ul li a section {
    border-bottom: none;
  }
  .footer_menu ul li a section:hover {
    border-bottom: none;
  }
  .footer_menu ul li a section:hover.active {
    border-bottom: 5px solid #f3c91d;
  }
}
.footer_menu ul li a section .link {
  line-height: 2.7;
  text-align: center;
}
.footer_menu ul li a section .link p {
  display: inline-block;
  text-align: left;
  padding-left: 1em;
  position: relative;
}
@media screen and (max-width: 414px) {
  .footer_menu ul li a section .link p {
    font-size: 0.9em;
  }
}
.footer_menu ul li a section .link p::before {
  position: absolute;
  left: 0;
  top: 0;
  color: #f49b19;
  content: "\00BB";
}

.read_area {
  text-align: center;
  width: 93.75%;
  margin: 20px auto 50px;
}
@media screen and (max-width: 414px) {
  .read_area {
    margin: 20px auto 30px;
  }
}
.read_area dl {
  display: inline-block;
  text-align: left;
}
.read_area dl dt {
  font-size: 1.2857em;
  line-height: 1.6;
  font-weight: 700;
}
.read_area dl dd {
  line-height: 2;
  margin-top: 0.25em;
}
.read_area dl dd div {
  margin-top: 0.75em;
}
.read_area dl dd div p {
  line-height: 1.7;
  position: relative;
  padding-left: 1.5em;
}
.read_area dl dd div p::before {
  position: absolute;
  left: 0;
  top: 0;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  content: "※";
}
