#contact {
  width: 100%;
  background-color: #1C1C1C;
  padding: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1400px) {
  #contact {
    padding: 30px 0;
  }
}
#contact .inner {
  width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 55% 40%;
  column-gap: 5%;
}
@media screen and (max-width: 1400px) {
  #contact .inner {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #contact .inner {
    display: block;
  }
}
#contact .inner .inner-left {
  width: 100%;
}
#contact .inner .inner-left .title {
  font-size: 50px;
  font-family: "zen-maru-gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #contact .inner .inner-left .title {
    font-size: 36px;
    margin-bottom: 20px;
  }
}
#contact .inner .inner-left .text {
  font-size: 16px;
  font-family: "zen-maru-gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  line-height: 1.8em;
  letter-spacing: .2em;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #contact .inner .inner-left .text {
    font-size: 14px;
  }
}
#contact .inner .inner-left .img-box {
  width: 250px;
}
@media screen and (max-width: 768px) {
  #contact .inner .inner-left .img-box {
    margin-bottom: 30px;
    width: 200px;
  }
}
@media screen and (max-width: 520px) {
  #contact .inner .inner-left .img-box {
    margin-bottom: 30px;
    width: 150px;
  }
}
#contact .inner .inner-left .img-box img {
  width: 100%;
}
#contact .inner .inner-right {
  width: 100%;
  text-align: center;
  display: grid;
  align-items: center;
  justify-content: center;
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  #contact .inner .inner-right {
    display: block;
    padding: 0;
  }
}
#contact .inner .inner-right .box {
  width: 100%;
  margin: 0 auto;
  padding: 15px;
  border-radius: 20px;
  background-color: #fff;
  display: flex;
}
@media screen and (max-width: 768px) {
  #contact .inner .inner-right .box {
    margin: 0 auto 20px;
    width: 70%;
  }
}
#contact .inner .inner-right .mail-box {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #contact .inner .inner-right .mail-box {
    width: 80%;
    margin: 0 0 20px;
  }
}
@media screen and (max-width: 520px) {
  #contact .inner .inner-right .mail-box {
    width: 90%;
  }
}
#contact .inner .inner-right .mail-box img {
  display: block;
  width: 45px;
  height: auto;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  #contact .inner .inner-right .mail-box img {
    width: 30px;
  }
}
#contact .inner .inner-right .mail-box .text {
  font-size: 16px;
  color: #1C1C1C;
  display: grid;
  align-items: center;
  justify-content: center;
}
#contact .inner .inner-right .tel-box {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #contact .inner .inner-right .tel-box {
    width: 80%;
    margin: 0;
  }
}
@media screen and (max-width: 520px) {
  #contact .inner .inner-right .tel-box {
    width: 90%;
  }
}
#contact .inner .inner-right .tel-box img {
  display: block;
  width: 25px;
  height: auto;
  margin: 0 30px 0 10px;
}
@media screen and (max-width: 768px) {
  #contact .inner .inner-right .tel-box img {
    width: 22px;
    margin: 0 25px 0 5px;
  }
}
#contact .inner .inner-right .tel-box .text {
  font-size: 24px;
  color: #1C1C1C;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #contact .inner .inner-right .tel-box .text {
    font-size: 20px;
  }
}
#contact .inner .inner-right .tel-box .text span {
  display: block;
  font-size: 12px;
  color: #1C1C1C;
}

#key-visual {
  width: 100%;
  height: 540px;
  position: relative;
}
#key-visual .sns {
  position: absolute;
  z-index: 200;
  top: 50px;
  right: 50px;
  width: 150px;
  display: grid;
  grid-template-columns: 32% 32% 32%;
  column-gap: 2%;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #key-visual .sns {
    right: 0px;
  }
}
#key-visual .sns a {
  display: block;
  width: 30px;
}
#key-visual .sns a img {
  width: 100%;
}
#key-visual .key-img {
  width: 100%;
  height: 100%;
}
#key-visual .key-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#key-visual .title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1400px;
  margin: 0 auto;
}
@media screen and (max-width: 1400px) {
  #key-visual .title {
    width: 90%;
  }
}
#key-visual .title .white {
  font-family: "zen-maru-gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 50px;
  color: #fff;
}
#key-visual .title .sub-white {
  font-family: "zen-maru-gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  color: #fff;
}
#key-visual .title .black {
  font-family: "zen-maru-gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 50px;
}
#key-visual .title .sub-black {
  font-family: "zen-maru-gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  color: #666666;
}
#key-visual #global-header {
  position: absolute;
  top: 30px;
  display: grid;
  grid-template-columns: 5% 85%;
  column-gap: 10%;
  align-items: center;
}
#key-visual #global-header .logo {
  width: 80px;
  height: 80px;
  margin: 0 0 0 30px;
}
#key-visual #global-header .logo img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
#key-visual #global-header .navi {
  width: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1100px) {
  #key-visual #global-header .navi {
    display: none;
  }
}
#key-visual #global-header .navi .navi-list {
  margin: 0 0 0 50px;
  text-align: center;
}
#key-visual #global-header .navi .navi-list a {
  display: block;
  line-height: .8em;
}
#key-visual #global-header .navi .white {
  font-family: "zen-maru-gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  font-size: 20px;
  transition: .6s;
}
#key-visual #global-header .navi .white span {
  font-family: "zen-maru-gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  font-size: 12px;
}
#key-visual #global-header .navi .black {
  font-family: "zen-maru-gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  transition: .6s;
}
#key-visual #global-header .navi .black span {
  font-family: "zen-maru-gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 12px;
}

.pankuzu {
  width: 100%;
  padding: 8px 0;
  background-color: #1c1c1c;
}
.pankuzu .inner {
  width: 1400px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  font-family: "zen-maru-gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  font-size: 12px;
}
@media screen and (max-width: 1400px) {
  .pankuzu .inner {
    width: 90%;
  }
}
.pankuzu .inner span {
  font-family: "zen-maru-gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  font-size: 12px;
  padding: 0 5px;
}
.pankuzu .inner span[property="name"] {
  display: inline-block;
  padding: 0;
  margin-top: -3px;
  vertical-align: middle;
  max-width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pankuzu .inner span a {
  font-family: "zen-maru-gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  font-size: 12px;
}

#global-footer {
  width: 100%;
}
#global-footer .footer-inner {
  width: 1400px;
  margin: 0 auto;
}
@media screen and (max-width: 1400px) {
  #global-footer .footer-inner {
    width: 90%;
  }
}
#global-footer .footer-inner h2 {
  display: block;
  width: 150px;
  margin: 0 auto 30px;
}
#global-footer .footer-inner h2 img {
  width: 100%;
}
#global-footer .footer-inner .navi {
  width: 100%;
  display: grid;
  grid-template-columns: 15% 15% 15% 15% 15% 15%;
  column-gap: 2%;
  margin: 0 auto;
}
@media screen and (max-width: 1100px) {
  #global-footer .footer-inner .navi {
    display: none;
  }
}
#global-footer .footer-inner .navi .navi-list-f {
  text-align: center;
  margin: 0 auto 30px;
}
#global-footer .footer-inner .navi .navi-list-f a {
  font-family: "zen-maru-gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #1c1c1c;
  font-size: 20px;
  transition: .6s;
  line-height: .6em;
}
#global-footer .footer-inner .navi .navi-list-f a:hover {
  color: #000;
}
#global-footer .footer-inner .navi .navi-list-f a span {
  font-family: "zen-maru-gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #000;
  font-size: 12px;
}
#global-footer .copy {
  text-align: center;
  margin-bottom: 30px;
}
#global-footer .copy small {
  font-size: 14px;
  font-family: "zen-maru-gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
}

#key-visual {
  width: 100%;
  height: 490px;
  position: relative;
}
@media screen and (max-width: 520px) {
  #key-visual {
    height: 320px;
  }
}
#key-visual .sns {
  position: absolute;
  z-index: 200;
  top: 50px;
  right: 50px;
  width: 150px;
  display: grid;
  grid-template-columns: 32% 32% 32%;
  column-gap: 2%;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #key-visual .sns {
    right: 0px;
  }
}
#key-visual .sns a {
  display: block;
  width: 30px;
}
#key-visual .sns a img {
  width: 100%;
}
#key-visual .title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1400px;
  margin: 0 auto;
}
@media screen and (max-width: 1400px) {
  #key-visual .title {
    width: 90%;
  }
}
#key-visual .title h2 {
  text-align: center;
  font-family: "zen-maru-gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 50px;
}
@media screen and (max-width: 520px) {
  #key-visual .title h2 {
    padding-top: 50px;
  }
}
#key-visual .title .sub-black {
  text-align: center;
  font-family: "zen-maru-gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  color: #666666;
}
#key-visual #global-header {
  position: absolute;
  top: 30px;
  display: grid;
  grid-template-columns: 5% 85%;
  column-gap: 10%;
  align-items: center;
}
#key-visual #global-header .logo {
  width: 80px;
  height: 80px;
  margin: 0 0 0 30px;
}
#key-visual #global-header .logo img {
  width: 100%;
  height: 100%;
}
#key-visual #global-header .navi {
  width: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1100px) {
  #key-visual #global-header .navi {
    display: none;
  }
}
#key-visual #global-header .navi .navi-list {
  margin: 0 0 0 50px;
  text-align: center;
}
#key-visual #global-header .navi a {
  font-family: "zen-maru-gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #000;
  font-size: 20px;
  transition: .6s;
}
#key-visual #global-header .navi a span {
  font-family: "zen-maru-gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #000;
  font-size: 12px;
}

.pankuzu {
  width: 100%;
  padding: 8px 0;
  background-color: #EDEDED;
}
.pankuzu .inner {
  width: 1400px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "zen-maru-gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #1c1c1c;
  font-size: 12px;
}
@media screen and (max-width: 1400px) {
  .pankuzu .inner {
    width: 90%;
  }
}
.pankuzu .inner span {
  font-family: "zen-maru-gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #1c1c1c;
  font-size: 12px;
  padding: 0 5px;
}
.pankuzu .inner span[property="name"] {
  display: inline-block;
  padding: 0;
  margin-top: -3px;
  vertical-align: middle;
  max-width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pankuzu .inner span a {
  font-family: "zen-maru-gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #1c1c1c;
  font-size: 12px;
}

#news {
  width: 60%;
  margin: 80px auto 50px;
}
@media screen and (max-width: 768px) {
  #news {
    width: 90%;
    margin: 50px auto 50px;
  }
}
#news .title-box {
  width: 100%;
  min-height: 240px;
  padding: 50px;
  border: 3px solid #000;
  display: grid;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #news .title-box {
    padding: 25px;
  }
}
#news .title-box::before {
  content: "";
  background-image: url(../image/top/news-sample.svg);
  background-repeat: no-repeat;
  background-size: 100px;
  width: 100px;
  height: 100px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  #news .title-box::before {
    display: none;
  }
}
#news .title-box .title {
  font-family: "zen-maru-gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #1c1c1c;
  font-size: 26px;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  #news .title-box .title {
    font-size: 16px;
  }
}
#news .title-box .data {
  width: 100%;
  display: flex;
}
@media screen and (max-width: 768px) {
  #news .title-box .data {
    display: block;
  }
}
#news .title-box .data .time {
  font-family: "zen-maru-gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #1c1c1c;
  font-size: 16px;
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  #news .title-box .data .time {
    font-size: 13px;
    margin-bottom: 8px;
  }
}
#news .title-box .data .cate {
  font-family: "zen-maru-gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #1c1c1c;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  #news .title-box .data .cate {
    font-size: 13px;
  }
}
#news .text-area {
  width: 90%;
  font-family: "zen-maru-gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #1c1c1c;
  font-size: 14px;
  letter-spacing: .4;
  line-height: 1.8em;
  margin: 0 auto 30px;
}
@media screen and (max-width: 768px) {
  #news .text-area {
    font-size: 12px;
    width: 100%;
  }
}
#news .img-area {
  width: 90%;
  height: 250px;
  background-color: #666666;
  margin: 0 auto 30px;
}
@media screen and (max-width: 768px) {
  #news .img-area {
    width: 100%;
  }
}

.bt-area {
  width: 50%;
  margin: 0 auto 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .bt-area {
    width: 90%;
  }
}
.bt-area a {
  text-align: center;
  display: block;
  border: 2px solid #1c1c1c;
  padding: 10px 20px;
  margin: 0 30px;
  font-family: "zen-maru-gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #1c1c1c;
  font-size: 14px;
  transition: .6s;
  background-color: transparent;
}
@media screen and (max-width: 768px) {
  .bt-area a {
    font-size: 12px;
    margin: 0 10px;
  }
}
.bt-area a:hover {
  background-color: #1c1c1c;
  color: #fff;
}

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