/*.firstview
-------------------------------------------*/
.firstview-con {
  width: 70%;
}
@media screen and (min-width: 1400px) {
  .firstview-con {
    width: 60%;
  }
}
@media screen and (max-width: 979.8px) {
  .firstview-con {
    width: 90%;
  }
}
@media screen and (max-width: 767.8px) {
  .firstview-text-top {
    padding: 3px 1rem;
  }
}
.firstview-text-top p {
  font-size: calc(15px + 17 * (100vw - 300px) / 1620);
}
.firstview-text-bottom P {
  font-size: calc(18px + 14 * (100vw - 300px) / 1620);
}
.firstview-text-bottom P::before, .firstview-text-bottom P::after {
  width: calc(18px + 14 * (100vw - 300px) / 1620);
}
@media screen and (max-width: 767.8px) {
  .firstview-title-wrap {
    margin-top: 70px;
  }
}
.firstview-title-wrap .icon-area {
  max-width: 170px;
  min-width: 100px;
  width: calc(15% + 10 * (100vw - 375px) / 1545);
}
@media screen and (max-width: 767.8px) {
  .firstview-title-wrap .icon-area {
    max-width: none;
    min-width: 65px;
    top: 0;
    left: 50%;
    transform: translate(-50%, -110%);
  }
}

.footer-img-logo {
  height: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1399.8px) {
  .footer-img-logo {
    width: auto;
    margin-right: auto;
  }
}
.footer-img-logo img {
  height: 80px;
}
@media screen and (max-width: 767.8px) {
  .footer-img-logo img {
    height: auto;
  }
}
.footer-img-con {
  justify-content: left;
}
@media screen and (max-width: 979.8px) {
  .footer-img-con {
    flex-direction: column;
    gap: 20px;
  }
}
@media screen and (max-width: 767.8px) {
  .footer-img-con {
    flex-direction: row;
    gap: 0px;
  }
}
.footer-img-certification {
  justify-content: left;
}
@media screen and (max-width: 767.8px) {
  .footer-img-certification {
    justify-content: center;
  }
}

/*dl-box 
------------------------------------*/
.dl-box.col321 {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 979px) {
  .dl-box.col321 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 690px) {
  .dl-box.col321 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.dl-box.col321 > .col {
  padding: 0;
}
.dl-box.col321 .col-in {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
.dl-box.col321 .col-in-col-l {
  width: 48%;
  margin-right: 2%;
}
.dl-box.col321 .col-in-col-r {
  display: flex;
  flex-direction: column;
  width: 50%;
  padding: 2% 2% 2% 0;
}
.dl-box .dl-box-ttl {
  color: #333;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}
.dl-box .dl-box-txt {
  font-size: 16px;
  margin-bottom: 10px;
}
.dl-box .dl-box-link {
  position: relative;
  font-size: 16px;
  text-align: right;
  padding-right: 1.3rem;
  margin-top: auto;
  margin-bottom: 0;
  color: #333;
}
.dl-box .dl-box-link::after {
  content: "";
  position: absolute;
  width: 0.6rem;
  height: 0.6rem;
  top: 0.6rem;
  right: 0;
  border-width: 2px 2px 0 0;
  border-style: solid;
  color: #feb32e !important;
  transform: rotate(45deg);
}
.dl-box a:hover {
  text-decoration: none;
  transition: all 0.3s;
}
.dl-box a:hover figure,
.dl-box a:hover .dl-box-txt {
  opacity: 0.8;
}
.dl-box a:hover .dl-box-ttl,
.dl-box a:hover .dl-box-link {
  color: #feb32e !important;
  transition: all 0.3s;
}

/*box-shadow
------------------------------------*/
.box-shadow-01 {
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
}

/*text link
------------------------------------*/
.text-link-black a {
  color: #333 !important;
}
.text-link-black a:hover {
  color: #feb32e !important;
  text-decoration: none;
}
.text-link-black-arrow a {
  position: relative;
  color: #333 !important;
  padding-right: 1rem;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
.text-link-black-arrow a::after {
  content: "";
  position: absolute;
  top: 0.5rem;
  right: 0;
  width: 0.6rem;
  height: 0.6rem;
  color: #feb32e;
  border-width: 2px 2px 0 0;
  border-style: solid;
  transform: rotate(45deg);
}
.text-link-black-arrow a::after:hover {
  color: #feb32e !important;
  text-decoration: none;
}

a.fs15 {
  font-size: 15px;
}

a.fs16 {
  font-size: 16px;
}

figure.fit-img {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}
figure.fit-img img {
  max-width: 100%;
  width: auto;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/*rss
------------------------------------*/
.dlb_news-list .rss_title a {
  color: inherit !important;
}
.dlb_news-list .rss_title a:hover {
  color: #feb32e !important;
}
.dlb_news-list .rss_title a[href$="/news.html"], .dlb_news-list .rss_title a[href$="/news/"] {
  pointer-events: none !important;
}

/*stretched-link
------------------------------------*/
.dl-content.stretched-link:hover {
  opacity: 0.8;
}/*# sourceMappingURL=gmg_original.css.map */