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

#container {
  position: relative;
  width: 100%;
}
#container .bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background-size: cover;
  background-image: url(https://hugu-yoshida.ivress.co.jp/news/wp-content/themes/wp-theme-huguyoshida/img/back_img.png);
  z-index: -1;
}

.header_top {
  width: 100%;
  height: 100vh;
  position: relative;
}
.header_top .key-visual {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.header_sub {
  width: 100%;
  height: 500px;
  position: relative;
}
.header_sub .key-visual {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#header .key-visual {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
#header .news-key {
  background-image: url(https://hugu-yoshida.ivress.co.jp/news/wp-content/themes/wp-theme-huguyoshida/img/news/key-visual.jpeg);
}
#header .fix_box {
  position: fixed;
  z-index: 1000;
}
#header .fix_box .logo {
  width: 180px;
  margin: 40px;
}
@media screen and (max-width: 1100px) {
  #header .fix_box .logo {
    margin: 15px;
  }
}
@media screen and (max-width: 768px) {
  #header .fix_box .logo {
    width: 70px;
  }
}
#header .fix_box .navi {
  width: 200px;
  margin: 200px 45px;
}
@media screen and (max-width: 1100px) {
  #header .fix_box .navi {
    display: none;
  }
}
#header .fix_box .navi li {
  font-size: 20px;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.6);
  margin-bottom: 15px;
  font-family: "vdl-v7mincho", sans-serif;
  font-weight: 700;
  font-style: normal;
  position: relative;
}
#header .fix_box .navi li a {
  color: #fff;
}
#header .fix_box .navi li::after {
  position: absolute;
  right: -80px;
  opacity: 0;
  top: 50%;
  background-color: #fff;
  /* 横線の色 */
  content: "";
  height: 1px;
  /* 横線の高さ */
  width: 60px;
  /* 横線の長さ */
  transition: .6s;
}
#header .fix_box .navi li:hover::after {
  right: 0px;
  opacity: 1;
}
#header .fix_box .tel {
  margin: 300px 45px 30px;
  display: block;
  padding: 20px 10px;
  color: #fff;
  font-size: 20px;
  font-family: "vdl-v7mincho", sans-serif;
  font-weight: 700;
  font-style: normal;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  background-color: rgba(0, 16, 7, 0.8);
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.2);
  transition: .6s;
}
@media screen and (max-width: 1100px) {
  #header .fix_box .tel {
    display: none;
  }
}
#header .fix_box .tel:hover {
  box-shadow: 0px 0px 20px rgba(255, 255, 255, 0.6);
}
#header .sub_box {
  position: fixed;
  z-index: 1000;
}
#header .sub_box .logo {
  width: 180px;
  margin: 40px;
}
@media screen and (max-width: 1100px) {
  #header .sub_box .logo {
    margin: 15px;
  }
}
#header .sub_box .navi {
  width: 200px;
  margin: 200px 45px;
}
@media screen and (max-width: 1100px) {
  #header .sub_box .navi {
    display: none;
  }
}
#header .sub_box .navi li {
  font-size: 20px;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.6);
  margin-bottom: 15px;
  font-family: "vdl-v7mincho", sans-serif;
  font-weight: 700;
  font-style: normal;
  position: relative;
  transition: .6s;
  padding: 5px 10px;
}
#header .sub_box .navi li:hover {
  background-image: url(../../img/navi_bg.jpeg);
  background-size: cover;
  background-position: center;
}
#header .sub_box .navi li:hover a {
  color: #fff;
}
#header .sub_box .navi li a {
  color: #fff;
  position: relative;
  transition: .6s;
}
#header .sub_box .tel {
  margin: 300px 45px 30px;
  display: block;
  padding: 20px 10px;
  color: #fff;
  font-size: 20px;
  font-family: "vdl-v7mincho", sans-serif;
  font-weight: 700;
  font-style: normal;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  background-color: rgba(0, 16, 7, 0.8);
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 1100px) {
  #header .sub_box .tel {
    display: none;
  }
}
#header h1 {
  position: absolute;
  bottom: 3%;
  right: 45px;
  color: #fff;
  font-size: 35px;
  font-family: "vdl-v7mincho", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: right;
}
#header p {
  display: block;
  position: absolute;
  bottom: 7%;
  right: 45px;
  color: #fff;
  font-size: 35px;
  font-family: "vdl-v7mincho", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: right;
}
@media screen and (max-width: 1100px) {
  #header p {
    top: 50%;
    right: 0;
    bottom: 0;
    width: 100%;
    padding: 15px;
    text-align: center;
    font-size: 20px;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
  }
}

.pankuzu {
  width: 100%;
  background-color: #000F0B;
  padding: 10px;
}
.pankuzu .box {
  width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 1440px) {
  .pankuzu .box {
    width: 70%;
    margin: 0 0 0 250px;
  }
}
@media screen and (max-width: 1100px) {
  .pankuzu .box {
    width: 100%;
    margin: 0 auto;
  }
}
.pankuzu .box p {
  color: #fff;
  font-family: "vdl-v7mincho", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 12px;
}
.pankuzu .box p a {
  color: #fff;
  font-family: "vdl-v7mincho", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 12px;
}

#footer {
  width: 100%;
  position: relative;
  z-index: 100;
  background: -moz-linear-gradient(top, transparent, #0f22008a);
  background: -webkit-linear-gradient(top, transparent, #0f22008a);
  background: linear-gradient(to bottom, transparent, #0f22008a);
}
#footer .footer_inner {
  width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 40% 58%;
  column-gap: 2%;
  align-items: center;
}
@media screen and (max-width: 1440px) {
  #footer .footer_inner {
    width: 70%;
    margin: 0 0 0 250px;
  }
}
@media screen and (max-width: 1100px) {
  #footer .footer_inner {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
}
#footer .footer_inner .info_box {
  width: 100%;
  padding: 20px 0;
}
@media screen and (max-width: 1100px) {
  #footer .footer_inner .info_box {
    width: 90%;
    margin: 0 auto;
  }
}
#footer .footer_inner .info_box h2 {
  color: #fff;
  font-size: 16px;
  font-family: "vdl-v7mincho", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 10px;
}
@media screen and (max-width: 1100px) {
  #footer .footer_inner .info_box h2 {
    text-align: center;
  }
}
#footer .footer_inner .info_box .txt {
  color: #fff;
  font-size: 14px;
  font-family: "vdl-v7mincho", sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 1.6;
  margin-bottom: 10px;
}
@media screen and (max-width: 1100px) {
  #footer .footer_inner .info_box .txt {
    text-align: center;
  }
}
#footer .footer_inner .info_box img {
  width: 300px;
}
@media screen and (max-width: 1100px) {
  #footer .footer_inner .info_box img {
    width: 200px;
    margin: 0 auto;
    display: block;
  }
}
#footer .footer_inner .navi {
  width: 100%;
  display: grid;
  grid-template-columns: 48% 48%;
  column-gap: 20px;
}
@media screen and (max-width: 1100px) {
  #footer .footer_inner .navi {
    display: none;
  }
}
#footer .footer_inner .navi li {
  width: 100%;
  font-size: 15px;
  margin-bottom: 15px;
  font-family: "vdl-v7mincho", sans-serif;
  font-weight: 300;
  font-style: normal;
  text-align: center;
  position: relative;
}
#footer .footer_inner .navi li a {
  color: #fff;
}
#footer .footer_inner .navi li::before {
  position: absolute;
  left: -15px;
  opacity: 0;
  top: 50%;
  background-color: #fff;
  /* 横線の色 */
  content: "";
  height: 1px;
  /* 横線の高さ */
  width: 40px;
  /* 横線の長さ */
  transition: .6s;
}
#footer .footer_inner .navi li:hover::before {
  left: 30px;
  opacity: 1;
}
#footer .copy {
  background-color: #000F0B;
  padding: 8px;
  text-align: center;
}
#footer .copy small {
  font-size: 9px;
  color: #fff;
  font-family: "vdl-v7mincho", sans-serif;
  font-weight: 300;
  font-style: normal;
}

#container .news_box {
  width: 1100px;
  position: relative;
  z-index: 10;
  margin: 80px auto 120px;
}
@media screen and (max-width: 1440px) {
  #container .news_box {
    width: 70%;
    margin: 80px 0 120px 250px;
  }
}
@media screen and (max-width: 1100px) {
  #container .news_box {
    width: 90%;
    margin: 80px auto 80px;
  }
}
#container .news_box h2 {
  text-align: center;
  color: #fff;
  font-size: 26px;
  font-family: "vdl-v7mincho", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #container .news_box h2 {
    font-size: 18px;
  }
}
#container .news_box .box {
  display: grid;
  grid-template-columns: 25% 74%;
  column-gap: 1%;
  border-bottom: .8px solid #fff;
  margin-bottom: 20px;
}
@media screen and (max-width: 520px) {
  #container .news_box .box {
    display: block;
  }
}
#container .news_box .box .day {
  width: 100%;
  color: #fff;
  font-family: "vdl-v7mincho", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 14px;
  padding: 5px 10px;
}
@media screen and (max-width: 520px) {
  #container .news_box .box .day {
    display: block;
    padding: 0 10px 3px;
  }
}
#container .news_box .box .sentence {
  width: 100%;
  color: #fff;
  font-family: "vdl-v7mincho", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 14px;
  padding: 5px 10px;
}
@media screen and (max-width: 520px) {
  #container .news_box .box .sentence {
    display: block;
    padding: 0 10px 3px;
  }
}
#container .contact {
  width: 1100px;
  margin: 0 auto 80px;
}
@media screen and (max-width: 1440px) {
  #container .contact {
    width: 70%;
    margin: 0 0 80px 250px;
  }
}
@media screen and (max-width: 1100px) {
  #container .contact {
    width: 90%;
    margin: 0 auto 80px;
  }
}
#container .contact .info {
  display: grid;
  grid-template-columns: 35% 35% 28%;
  column-gap: 1%;
}
@media screen and (max-width: 768px) {
  #container .contact .info {
    display: block;
  }
}
#container .contact .info .num_box {
  width: 100%;
  display: grid;
  border-right: .8px solid #fff;
  padding: 20px 0;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  #container .contact .info .num_box {
    display: block;
    border-right: none;
    border-bottom: .8px solid #fff;
    text-align: center;
  }
}
#container .contact .info .num_box .txt {
  color: #fff;
  font-size: 18px;
  font-family: "vdl-v7mincho", sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  #container .contact .info .num_box .txt {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
#container .contact .info .num_box .num {
  color: #fff;
  font-size: 30px;
  font-family: "vdl-v7mincho", sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  #container .contact .info .num_box .num {
    font-size: 24px;
  }
}
#container .contact .info .place {
  width: 100%;
  margin-left: 50px;
  padding: 20px 0;
}
@media screen and (max-width: 768px) {
  #container .contact .info .place {
    margin-left: 0;
    text-align: center;
  }
}
#container .contact .info .place .title {
  color: #fff;
  font-size: 18px;
  font-family: "vdl-v7mincho", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #container .contact .info .place .title {
    font-size: 16px;
  }
}
#container .contact .info .place .txt {
  color: #fff;
  font-size: 16px;
  font-family: "vdl-v7mincho", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 20px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  #container .contact .info .place .txt {
    font-size: 14px;
  }
}
#container .contact .info img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  #container .contact .info img {
    display: none;
  }
}
#container .news_detail {
  width: 1100px;
  position: relative;
  z-index: 10;
  margin: 80px auto 120px;
}
@media screen and (max-width: 1440px) {
  #container .news_detail {
    width: 70%;
    margin: 80px 0 120px 250px;
  }
}
@media screen and (max-width: 1100px) {
  #container .news_detail {
    width: 90%;
    margin: 80px auto 80px;
  }
}
#container .news_detail .thum_box {
  width: 100%;
  height: 550px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #container .news_detail .thum_box {
    height: 300px;
  }
}
#container .news_detail .thum_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#container .news_detail .inner {
  width: 100%;
}
#container .news_detail .inner .time {
  font-size: 13px;
  color: #fff;
  font-family: "vdl-v7mincho", sans-serif;
  font-weight: 300;
  font-style: normal;
  padding: 5px 10px;
}
#container .news_detail .inner .text {
  width: 100%;
  padding: 10px;
}
#container .news_detail .inner .text p {
  font-size: 13px;
  color: #fff;
  font-family: "vdl-v7mincho", sans-serif;
  font-weight: 300;
  font-style: normal;
}
#container .btn {
  padding: 10px;
  color: #fff;
  display: block;
  width: 70px;
  margin: 0 auto;
  border: .8px solid #fff;
  font-size: 15px;
  text-align: center;
  font-family: "vdl-v7mincho", sans-serif;
  font-weight: 300;
  font-style: normal;
  margin-bottom: 80px;
  transition: .6s;
}
#container .btn:hover {
  background-color: #fff;
  color: #000;
}

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