/* CSS Document */
* {
  box-sizing: border-box;
}

body p {
  line-height: 1.8;
  font-size: 20px;
  color: #333333;
}
body h1,
body h2,
body h3 {
  line-height: 1.5;
}
body h1,
body h2,
body h3 {
  font-size: 50px;
  font-weight: bold;
  margin: 0;
  margin-bottom: 1rem;
  color: #333333;
}
body h4,
body h5,
body h6 {
  font-size: 24px;
  margin: 0;
  color: #333333;
}

.container {
  max-width: 1180px;
}

a.btn {
  min-width: 220px;
  max-width: 400px;
  width: 100%;
  border: 1px solid #cccccc;
  border-radius: 10;
  display: block;
  margin: 0 auto;
  padding: 1rem;
  position: relative;
  margin-bottom: 30px;
  line-height: 1.5;
}
a.btn:hover {
  background-color: #57bf7c;
  color: #ffffff;
}
a.btn::after {
  display: block;
  content: " ";
  width: 100%;
  height: calc(3rem + 9px);
  position: absolute;
  z-index: 1;
  background-image: url(../images/btn_arrow.png);
  background-repeat: no-repeat;
  background-position: center right 10px;
  top: 0;
  left: 0;
}

.fadein {
  opacity: 0;
  animation-name: fadein;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}

@keyframes fadein {
  0% {
    opacity: 0;
    transform: translateY(0);
  }
  100% {
    opacity: 1;
    transform: translateY(-20px);
  }
}
.fade {
  opacity: 0;
  transition: all 0.5s ease-in-out;
  transform: translateY(100px);
}

.show {
  opacity: 1;
  transform: translateY(0);
}

@media screen and (max-width: 768px) {
  .access h2 {
    font-size: 30px;
  }
}
/* CSS Document */
/* CSS Document */
.grid-container-fluid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 40px;
  width: 100%;
  margin: 0 auto;
}

.grid-container {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 40px;
  max-width: 1160px;
  margin: 0 auto;
}

.grid-container-1 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 40px;
  max-width: 1160px;
  margin: 0 auto;
}

.grid-container-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 40px;
  max-width: 1160px;
  margin: 0 auto;
}

.grid-container-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 40px;
  max-width: 1160px;
  margin: 0 auto;
}

.grid-container-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 40px;
  max-width: 1160px;
  margin: 0 auto;
}

.grid-container-5 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 40px;
  max-width: 1160px;
  margin: 0 auto;
}

.grid-container-6 {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 40px;
  max-width: 1160px;
  margin: 0 auto;
}

.grid-container-12 {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 40px;
  max-width: 1160px;
  margin: 0 auto;
}

.g0 {
  grid-gap: 0;
}

.grid-item-12 {
  grid-column: span 12;
}

.grid-item-11 {
  grid-column: span 11;
}

.grid-item-10 {
  grid-column: span 10;
}

.grid-item-9 {
  grid-column: span 9;
}

.grid-item-8 {
  grid-column: span 8;
}

.grid-item-7 {
  grid-column: span 7;
}

.grid-item-6 {
  grid-column: span 6;
}

.grid-item-5 {
  grid-column: span 5;
}

.grid-item-4 {
  grid-column: span 4;
}

.grid-item-3 {
  grid-column: span 3;
}

.grid-item-2 {
  grid-column: span 2;
}

.grid-item-1 {
  grid-column: span 1;
}

.grid-item {
  position: relative;
}

@media screen and (max-width: 768px) {
  .grid-container {
    grid-template-columns: repeat(1, 1fr);
  }
  .grid-container-2 {
    grid-template-columns: repeat(1, 1fr);
  }
  .grid-container-3 {
    grid-template-columns: repeat(1, 1fr);
  }
  .grid-container-12 {
    grid-template-columns: repeat(12, 1fr);
    width: 100%;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  .grid-item-12 {
    grid-column: span 1;
  }
  .grid-item-11 {
    grid-column: span 1;
  }
  .grid-item-10 {
    grid-column: span 1;
  }
  .grid-item-9 {
    grid-column: span 1;
  }
  .grid-item-8 {
    grid-column: span 1;
  }
  .grid-item-7 {
    grid-column: span 1;
  }
  .grid-item-6 {
    grid-column: span 1;
  }
  .grid-item-5 {
    grid-column: span 1;
  }
  .grid-item-4 {
    grid-column: span 1;
  }
  .grid-item-3 {
    grid-column: span 1;
  }
  .grid-item-2 {
    grid-column: span 1;
  }
  .grid-item-1 {
    grid-column: span 1;
  }
}
/* CSS Document */
/* CSS Document */
.c1-a-flex {
  padding: 100px 40px;
}
.c1-a-flex .img-block {
  position: relative;
}
.c1-a-flex .img-1 {
  position: relative;
}
.c1-a-flex .img-2 {
  position: absolute;
  top: -120px;
  right: 0;
}
.c1-a-flex img {
  width: 100%;
  height: auto;
}
.c1-a-flex .text-1 {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .c1-a-flex {
    padding: 50px 20px;
  }
  .c1-a-flex h2 {
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 1rem;
  }
  .c1-a-flex .img-2 {
    width: 30%;
    height: auto;
    top: 0;
    right: 0;
  }
}

/* CSS Document */
/* CSS Document */
.c2-i-flex {
  padding: 100px 40px;
}
.c2-i-flex h2 {
  display: inline;
  font-size: 40px;
}
.c2-i-flex h2::after {
  content: "";
  display: inline-block;
  width: 70px;
  height: 1px;
  background-color: #000000;
  margin-bottom: 0.8rem;
  margin-left: 1rem;
}
.c2-i-flex h3 {
  font-size: 20px;
  line-height: 1.8;
}
.c2-i-flex img {
  width: 100%;
  height: auto;
}
.c2-i-flex .btn {
  border: 1px solid #000000;
  border-radius: 0;
  display: block;
  width: 33.3333333333%;
  margin: 0 auto;
  padding: 1rem;
  position: relative;
}
.c2-i-flex .btn::after {
  display: block;
  content: " ";
  width: 100%;
  height: calc(3rem + 9px);
  position: absolute;
  z-index: 1;
  background-image: url(../images/c1-a/btn.png);
  background-repeat: no-repeat;
  background-position: center right 10px;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .c2-i-flex {
    padding: 50px 20px;
  }
  .c2-i-flex .text-1 {
    writing-mode: horizontal-tb;
    max-height: none;
  }
  .c2-i-flex h2 {
    writing-mode: horizontal-tb;
  }
  .c2-i-flex h2::after {
    transform: rotate(0deg);
    margin-bottom: 0.7rem;
    margin-left: 1rem;
  }
  .c2-i-flex .btn {
    width: 100%;
  }
  .c2-i-flex .img-3 {
    position: relative;
  }
  .c2-i-flex .img-4 {
    width: 33.3333333333%;
    position: relative;
    top: 0;
    left: 0;
  }
}

@media screen and (max-width: 768px) {
  .c2-i-flex h2 {
    font-size: 24px;
  }
}
/* CSS Document */
/* CSS Document */
.c3-a-flex {
  padding: 100px 40px;
}
.c3-a-flex h2 {
  text-align: center;
  margin-bottom: 40px;
}
.c3-a-flex h3 {
  font-size: 20px;
  padding: 0 20px;
}
.c3-a-flex img {
  width: 100%;
  height: auto;
}
.c3-a-flex p {
  font-size: 18px;
  padding: 0 20px;
}

.c3-l-flex {
  padding: 100px 0;
}
.c3-l-flex .box {
  position: relative;
}
.c3-l-flex h2 {
  position: absolute;
  display: inline;
  writing-mode: vertical-rl;
  height: 340px;
  margin-top: -100px;
}
.c3-l-flex h2::after {
  display: inline-block;
  content: "";
  width: 70px;
  height: 1px;
  background-color: black;
  margin-right: 0.5rem;
  margin-top: 3rem;
  transform: rotate(90deg);
}
.c3-l-flex img {
  width: 100%;
  height: auto;
}
.c3-l-flex .img-6 {
  margin-top: -100px;
}
.c3-l-flex figure {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .c3-l-flex {
    padding: 50px 0px;
  }
}

@media screen and (max-width: 768px) {
  .c3-a-flex {
    padding: 50px 20px;
  }
  .c3-a-flex h2 {
    font-size: 30px;
  }
}
/* CSS Document */
/* CSS Document */
.ul-a {
  padding: 0;
}
.ul-a li {
  display: inline-block;
  width: auto;
  padding-right: 4rem;
  padding-bottom: 1.2rem;
  position: relative;
}
.ul-a li::after {
  display: inline-block;
  content: "";
  width: 40px;
  height: 1px;
  background-color: #000000;
  transform: rotate(-45deg);
  position: absolute;
  top: 13px;
  right: 1rem;
}
.ul-a li a {
  text-decoration: none;
  color: #000000;
  font-weight: bold;
  display: block;
  text-align: center;
  font-size: 18px;
  text-shadow: 0 0 10px #fff;
}
i .ul-a li a:hover {
  opacity: 0.8;
}
.ul-a li a span {
  display: block;
  font-size: 0.5rem;
  text-align: center;
}

.ul-b {
  padding: 0;
}
.ul-b li a {
  text-decoration: none;
  color: #ffffff;
  display: block;
  margin-bottom: 1rem;
  font-size: 22px;
  font-weight: bold;
}
.ul-b li a:hover {
  opacity: 0.8;
}
.ul-b li a span {
  font-size: 0.7rem;
  margin-left: 0.5rem;
}

.ul-sns-a {
  margin-top: 1rem;
  padding: 0;
}
.ul-sns-a li {
  display: inline-block;
  margin: 0 4px;
}
.ul-sns-a li img {
  width: 40px;
  height: auto;
}

.ul-sns-b {
  padding: 0;
}
.ul-sns-b li {
  margin-bottom: 10px;
}
.ul-sns-b li img {
  width: 30px;
  height: auto;
}

#hamburgermenu.hamburger-a .hamburger-inner {
  width: 60px;
  height: 60px;
  display: grid;
  justify-content: center;
  align-items: center;
  background-color: #57bf7c;
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 110;
}
#hamburgermenu.hamburger-a .hamburger-inner .hamburger {
  width: 30px;
  height: 18px;
}
#hamburgermenu.hamburger-a .hamburger-inner .hamburger span {
  display: block;
  width: 30px;
  height: 2px;
  background-color: #ffffff;
  margin-bottom: 6px;
}
#hamburgermenu.hamburger-a .hamburger-inner .hamburger span:first-child {
  transition: all 0.2s;
}
#hamburgermenu.hamburger-a .hamburger-inner .hamburger span:nth-child(2) {
  transition: all 0.2s;
}
#hamburgermenu.hamburger-a .hamburger-inner .hamburger span:nth-child(3) {
  margin-bottom: 0;
  transition: all 0.2s;
}
#hamburgermenu.hamburger-a .hamburger-inner .hamburger.active span {
  display: block;
  width: 40px;
}
#hamburgermenu.hamburger-a .hamburger-inner .hamburger.active span:first-child {
  transform: rotate(45deg);
  position: relative;
  top: 8px;
  left: -4px;
}
#hamburgermenu.hamburger-a .hamburger-inner .hamburger.active span:nth-child(2) {
  display: none;
  position: relative;
  right: 100px;
}
#hamburgermenu.hamburger-a .hamburger-inner .hamburger.active span:nth-child(3) {
  margin-bottom: 0;
  transform: rotate(-45deg);
  position: relative;
  top: 0px;
  left: -4px;
}
#hamburgermenu.hamburger-a .hamburger-nav {
  display: none;
  width: 100%;
  height: 100vh;
  background-color: #57bf7c;
  color: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
#hamburgermenu.hamburger-a .hamburger-nav.active {
  display: grid;
  width: 100%;
  height: 100vh;
  justify-content: center;
  align-items: center;
}
#hamburgermenu.hamburger-a .hamburger-nav nav {
  padding: 0 30px;
}

.tel-a {
  font-size: 24px;
  font-weight: bold;
}
.tel-a span {
  font-size: 0.5rem;
}
.tel-a a {
  text-decoration: none;
  color: #000000;
}
.tel-a a:hover {
  opacity: 0.8;
}

.footer-g {
  padding: 100px 0;
  background-color: #018333;
  color: #ffffff;
  position: relative;
}
.footer-g .grid-row-1 {
  margin-bottom: 20px;
}
.footer-g .grid-row-1 img {
  max-width: 300px;
}
.footer-g .grid-row-2 {
  margin-bottom: 20px;
  display: block;
  align-self: end;
  justify-self: end;
}
.footer-g .footer-shopinfo {
  width: 100%;
}
.footer-g .nav-2 {
  margin-bottom: 2rem;
}
.footer-g .nav-2 img {
  width: 30px;
  height: auto;
}
.footer-g .ul-a {
  padding: 0;
  display: inline-block;
  margin-left: -1rem;
}
.footer-g .ul-a li {
  display: inline-block;
  width: auto;
  padding-right: 2rem;
  padding-left: 1rem;
  position: relative;
}
.footer-g .ul-a li::after {
  display: block;
  content: "";
  width: 40px;
  height: 1px;
  background-color: #cccccc;
  transform: rotate(-60deg);
  position: absolute;
  top: 20px;
  right: -1rem;
}
.footer-g .ul-a li a {
  text-decoration: none;
  color: #ffffff;
  display: block;
  text-align: center;
}
.footer-g .ul-a li a:hover {
  opacity: 0.8;
}
.footer-g .ul-a li a span {
  display: block;
  font-size: 0.5rem;
  text-align: center;
}
.footer-g .tel-a {
  margin-bottom: 20px;
  color: #ffffff;
}
.footer-g .tel-a a {
  color: #ffffff;
  font-size: 36px;
}
.footer-g .tel-a p {
  color: #ffffff;
  margin-bottom: 0;
  line-height: 1rem;
  font-size: 0.8rem;
}
.footer-g .tel-a .mail a {
  font-size: 20px;
}
.footer-g .footer-shopinfo table {
  width: 100%;
  margin-bottom: 2rem;
}
.footer-g .footer-shopinfo table tr td {
  padding: 0.4rem 0.5rem 0.4rem 0;
  min-width: 4rem;
}
.footer-g #totop {
  position: absolute;
  bottom: 200px;
  right: calc((100% - 1160px) / 2);
}
.footer-g #totop a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 1200px) {
  .footer-g {
    padding: 40px;
  }
  .footer-g .grid-container-12 {
    gap: 0;
  }
  .footer-g .grid-row-1 {
    grid-column: span 12;
  }
  .footer-g .grid-row-2 {
    grid-column: span 12;
    width: 100%;
    margin-bottom: 2rem;
  }
  .footer-g .grid-row-3 {
    grid-row: 3/4;
    grid-column: span 12;
  }
  .footer-g .grid-row-4 {
    grid-row: 4/5;
    grid-column: span 12;
  }
  .footer-g .ul-a {
    margin-left: -1rem;
  }
  .footer-g .ul-a li {
    display: inline-block;
    margin-bottom: 0.5rem;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .footer-g .ul-a li::after {
    transform: rotate(-55deg);
    width: 30px;
  }
  .footer-g .ul-a li a {
    text-align: center;
  }
  .footer-g .ul-a li a span {
    text-align: center;
  }
  .footer-g .ul-sns-a {
    margin: 0 auto;
  }
  .footer-g .ul-sns-a img {
    width: 25px;
    height: auto;
  }
  .footer-g .tel-a {
    margin-bottom: 20px;
  }
  .footer-g .tel-a a {
    font-size: 26px;
  }
  .footer-g .tel-a a span {
    display: block;
  }
  .footer-g .tel-a p {
    margin-bottom: 10px;
  }
  .footer-g #totop {
    position: absolute;
    width: 40px;
    height: auto;
    bottom: 40px;
    right: 20px;
  }
  .footer-g #totop img {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 768px) {
  .footer-shopinfo table tr td {
    font-size: 14px;
  }
  .fax span {
    display: block;
  }
}
/* CSS Document */
/* CSS Document */
.firstview-c {
  width: 100%;
  overflow-x: hidden;
  background-size: cover;
  background-repeat: no-repeat;
}
.firstview-c .firstview__text {
  font-weight: bold;
  text-align: center;
  text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff;
}
.firstview-c .firstview__text span {
  font-size: 2rem;
  color: #57bf7c;
}
.firstview-c .inner-1 {
  width: 100%;
  height: 120px;
  padding: 40px;
  display: flex;
}
.firstview-c .inner-1 .tel-a {
  margin-left: auto;
  margin-right: 20px;
  font-size: 40px;
  color: #57bf7c;
}
.firstview-c .inner-1 .tel-a a {
  color: #57bf7c;
}
.firstview-c .inner-1 .tel-a span {
  font-size: 16px;
  color: #57bf7c;
}
.firstview-c .inner-1 .tel-a .fax {
  text-align: right;
  font-size: 30px;
}
.firstview-c .inner-1 .tel-a .fax span {
  font-size: 16px;
}
.firstview-c .inner-1 .ul-sns-a {
  margin-right: 20px;
}
.firstview-c .inner-1 .ul-sns-a li {
  width: 30px;
}
.firstview-c .inner-1 .ul-sns-a li img {
  width: 100%;
  height: auto;
}
.firstview-c .inner-2 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(100vh - 240px);
}
.firstview-c .inner-2 .header-logo {
  min-width: 40%;
}
.firstview-c .inner-3 {
  width: 100%;
  height: 120px;
  padding: 40px;
  display: flex;
  justify-content: center;
}
.firstview-c .icon {
  position: absolute;
  bottom: 40px;
  right: 40px;
}
.firstview-c .hamburger-a {
  display: none;
}
.firstview-c .map a {
  text-decoration: none;
  color: #000000;
  font-size: 24px;
}
@media screen and (max-width: 1120px) {
  .firstview-c .inner-1,
  .firstview-c .inner-3 {
    display: none;
  }
  .firstview-c .inner-2 {
    min-height: 440px;
  }
  .firstview-c .hamburger-a {
    display: flex;
  }
  .firstview-c .hamburger-a .hamburger-inner {
    left: auto;
    right: 0 !important;
    width: 60px;
    height: 60px;
  }
  .firstview-c .icon {
    bottom: 200px;
  }
  .firstview-c .firstview__text {
    font-size: 1rem;
  }
  .firstview-c .firstview__text span {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .firstview-c .header-logo {
    padding: 0 40px;
  }
  .firstview-c .header-logo img {
    width: 100%;
    max-width: 400px;
  }
  .firstview-c .icon {
    width: 25%;
    right: 20px;
  }
  .firstview-c .icon img {
    width: 100%;
    height: auto;
  }
}

.category .firstview-c {
  height: 500px;
}
.category .firstview-c .inner-2 {
  height: 260px;
}

/* CSS Document */
/* CSS Document */
.news-a {
  padding: 100px 40px;
}
.news-a h2 {
  text-align: center;
  margin-bottom: 40px;
}
.news-a .data {
  font-size: 14px;
}
.news-a .text-1 {
  font-size: 18px;
  margin-bottom: 1rem;
}
.news-a .link a {
  padding-right: 30px;
  text-decoration: none;
  text-align: right;
  color: #000000;
  display: block;
  height: 28px;
  background-image: url(../images/news-a/link.png);
  background-repeat: no-repeat;
  background-position: top 2px right;
  background-size: 26px 26px;
}
.news-a .link a:hover {
  opacity: 0.8;
}
.news-a .img-1 {
  position: relative;
}
.news-a .img-1::after {
  content: url(../images/news-a/label1.png);
  position: absolute;
  top: 0;
  right: 20px;
  z-index: 1;
}
.news-a .img-2 {
  position: relative;
}
.news-a .img-2::after {
  content: url(../images/news-a/label2.png);
  position: absolute;
  top: 0;
  right: 20px;
  z-index: 1;
}
.news-a .img-3 {
  position: relative;
}
.news-a .img-3::after {
  content: url(../images/news-a/label3.png);
  position: absolute;
  top: 0;
  right: 20px;
  z-index: 1;
}
.news-a img {
  width: 100%;
  height: auto;
}
.news-a .btn {
  border: 1px solid #000000;
  border-radius: 0;
  width: 33.3333333333%;
  margin: 0 auto;
  padding: 1rem;
  position: relative;
  text-align: center;
}
.news-a .btn a {
  text-decoration: none;
  color: #000000;
  display: block;
  text-align: center;
}
.news-a .btn a:hover {
  opacity: 0.8;
}
.news-a .btn::after {
  display: block;
  content: " ";
  width: 50px;
  height: calc(3rem + 9px);
  position: absolute;
  z-index: 1;
  background-image: url(../images/news-a/btn.png);
  background-repeat: no-repeat;
  background-position: center right 10px;
  top: 0;
  right: 10px;
}
@media screen and (max-width: 768px) {
  .news-a .btn {
    min-width: 100%;
  }
}

.news-b {
  padding: 100px 40px;
}
.news-b h2 {
  margin-bottom: 0px;
}
.news-b h3 {
  font-size: 14px;
  margin-bottom: 50px;
}
.news-b .data {
  font-size: 14px;
}
.news-b .text-1 {
  font-size: 18px;
  margin-bottom: 1rem;
}
.news-b .link a {
  padding-right: 30px;
  text-decoration: none;
  text-align: right;
  color: #000000;
  display: block;
  height: 28px;
  background-image: url(../images/news-a/link.png);
  background-repeat: no-repeat;
  background-position: top 2px right;
  background-size: 26px 26px;
}
.news-b .link a:hover {
  opacity: 0.8;
}
.news-b .img-1 {
  position: relative;
}
.news-b .img-1::after {
  content: url(../images/news-a/label1.png);
  position: absolute;
  top: 0;
  right: 20px;
  z-index: 1;
}
.news-b .img-2 {
  position: relative;
}
.news-b .img-2::after {
  content: url(../images/news-a/label2.png);
  position: absolute;
  top: 0;
  right: 20px;
  z-index: 1;
}
.news-b img {
  width: 100%;
  height: auto;
}
.news-b .btn {
  display: block;
  width: 60%;
  padding: 1rem 0;
  position: relative;
}
.news-b .btn a {
  text-decoration: none;
  color: #000000;
  display: block;
  text-align: left;
}
.news-b .btn a:hover {
  opacity: 0.8;
}
.news-b .btn::after {
  display: block;
  content: " ";
  width: 50px;
  height: calc(3rem + 9px);
  position: absolute;
  z-index: 1;
  background-image: url(../images/news-a/btn.png);
  background-repeat: no-repeat;
  background-position: center right 10px;
  top: 0;
  right: 10px;
}
@media screen and (max-width: 768px) {
  .news-b h3 {
    margin-bottom: 10px;
  }
  .news-b .btn {
    min-width: 100%;
  }
}

.news-c {
  padding: 100px 40px;
}
.news-c h2 {
  text-align: center;
  transform: rotate(90deg);
  margin-top: 5rem;
  position: relative;
}
.news-c h3 {
  text-align: center;
  font-size: 18px;
  margin-bottom: 100px;
  transform: rotate(90deg);
  position: relative;
  top: -115px;
  left: -50px;
}
.news-c .data {
  font-size: 14px;
}
.news-c .text-1 {
  font-size: 18px;
  margin-bottom: 1rem;
}
.news-c .link a {
  text-decoration: none;
  text-align: right;
  color: #000000;
  display: block;
  height: 28px;
  background-image: url(../images/news-c/link.png);
  background-repeat: no-repeat;
  background-position: top 11px right 4rem;
  background-size: 10px 10px;
}
.news-c .link a:hover {
  opacity: 0.8;
}
.news-c .img-1 {
  position: relative;
}
.news-c .img-1::after {
  content: url(../images/news-c/label1.png);
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.news-c .img-2 {
  position: relative;
}
.news-c .img-2::after {
  content: url(../images/news-c/label2.png);
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.news-c img {
  width: 100%;
  height: auto;
}
.news-c .btn {
  width: 60%;
  margin: 0 auto;
  padding: 1rem;
  position: relative;
  text-align: center;
  display: block;
}
.news-c .btn a {
  text-decoration: none;
  color: #000000;
  display: block;
  text-align: center;
}
.news-c .btn a:hover {
  opacity: 0.8;
}
.news-c .btn::after {
  display: block;
  content: " ";
  width: 50px;
  height: calc(3rem + 9px);
  position: absolute;
  z-index: 1;
  background-image: url(../images/news-c/btn.png);
  background-repeat: no-repeat;
  background-position: center right 10px;
  top: 0;
  right: 10px;
}
@media screen and (max-width: 990px) {
  .news-c .hgroup {
    position: absolute;
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .news-c h2 {
    font-size: 24px;
    margin-top: 2rem;
  }
  .news-c h3 {
    font-size: 14px;
    top: 4rem;
    left: 0;
  }
  .news-c .btn {
    min-width: 100%;
  }
}

.news-d {
  padding: 100px 40px;
}
.news-d .grid-container-12 {
  margin-bottom: 40px;
}
.news-d .grid-row-1 {
  grid-row: 1/3;
  grid-column: 1/7;
}
.news-d .grid-row-2 {
  grid-row: 1/2;
  grid-column: 7/10;
}
.news-d .grid-row-3 {
  grid-row: 1/2;
  grid-column: 10/13;
}
.news-d .grid-row-4 {
  grid-row: 2/3;
  grid-column: 7/13;
}
.news-d h2 {
  text-align: center;
  margin-bottom: 40px;
}
.news-d h3 {
  text-align: center;
  font-size: 18px;
  margin-bottom: 100px;
  transform: rotate(90deg);
  position: relative;
  top: -115px;
  left: -50px;
}
.news-d .data {
  font-size: 14px;
}
.news-d .text-1 {
  font-size: 18px;
  margin-bottom: 1rem;
}
.news-d .link a {
  text-decoration: none;
  text-align: right;
  color: #000000;
  display: block;
  height: 28px;
  background-image: url(../images/news-c/link.png);
  background-repeat: no-repeat;
  background-position: top 11px right 4rem;
  background-size: 10px 10px;
}
.news-d .link a:hover {
  opacity: 0.8;
}
.news-d .img-1 {
  position: relative;
}
.news-d .img-1::after {
  content: url(../images/news-d/label1.png);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.news-d .img-2 {
  position: relative;
}
.news-d .img-2::after {
  content: url(../images/news-d/label2.png);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.news-d .img-3 {
  position: relative;
}
.news-d .img-3::after {
  content: url(../images/news-d/label3.png);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.news-d img {
  width: 100%;
  height: auto;
}
.news-d .btn {
  border: 1px solid #000000;
  width: 60%;
  margin: 0 auto;
  padding: 1rem;
  position: relative;
  text-align: center;
  display: block;
}
.news-d .btn a {
  text-decoration: none;
  color: #000000;
  display: block;
  text-align: center;
}
.news-d .btn a:hover {
  opacity: 0.8;
}
.news-d .btn::after {
  display: block;
  content: " ";
  width: 50px;
  height: calc(3rem + 9px);
  position: absolute;
  z-index: 1;
  background-image: url(../images/news-d/btn.png);
  background-repeat: no-repeat;
  background-position: center right 10px;
  top: 0;
  right: 10px;
}
@media screen and (max-width: 768px) {
  .news-d .grid-container-12 {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }
  .news-d .grid-row-1 {
    grid-row: 1/2;
    grid-column: 1/13;
    margin-bottom: 40px;
  }
  .news-d .grid-row-2 {
    grid-row: 2/3;
    grid-column: 1/13;
    margin-bottom: 40px;
  }
  .news-d .grid-row-3 {
    grid-row: 3/4;
    grid-column: 1/13;
    margin-bottom: 40px;
  }
  .news-d .grid-row-4 {
    grid-row: 4/5;
    grid-column: 1/13;
  }
  .news-d h2 {
    font-size: 24px;
    margin-top: 2rem;
  }
  .news-d h3 {
    font-size: 14px;
    top: 4rem;
    left: 0;
  }
  .news-d .btn {
    min-width: 100%;
  }
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 20px;
  padding: 10px;
}
.pagination a,
.pagination span {
  display: inline-block;
  padding: 8px 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  text-decoration: none;
  font-size: 14px;
  color: #333333;
  transition: all 0.3s ease;
}
.pagination a:hover,
.pagination span:hover {
  background-color: #0073aa;
  color: #fff;
  border-color: #0073aa;
}
.pagination .current {
  background-color: #0073aa;
  color: #fff;
  border-color: #0073aa;
  font-weight: bold;
}
.pagination .prev,
.pagination .next {
  font-weight: bold;
  padding: 8px 16px;
}
.pagination .prev:hover,
.pagination .next:hover {
  background-color: #005f8d;
  color: #fff;
}
.pagination .dots {
  padding: 8px 12px;
  color: #999;
  pointer-events: none;
}/*# sourceMappingURL=main.css.map */