/* top */
@media screen and (max-width: 768px) {
  body#top {
    padding-top: 21.3333333333vw;
  }
}
body#top .top-contents {
  padding-top: 110px;
  color: #202020;
}
@media screen and (max-width: 768px) {
  body#top .top-contents {
    padding-top: 0;
  }
}
body#top .top-contents * {
  box-sizing: border-box;
}
body#top .top-contents .top-contents-inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1260px) {
  body#top .top-contents .top-contents-inner {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 768px) {
  body#top .top-contents .top-contents-inner {
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
  }
}
body#top .top-contents .common-headline span {
  display: block;
}
body#top .top-contents .common-headline .main {
  font-family: "Jost", serif;
  font-style: italic;
  font-weight: 500;
  font-size: 54px;
  color: #007a46;
}
@media screen and (max-width: 1300px) {
  body#top .top-contents .common-headline .main {
    font-size: 4.1538461538vw;
  }
}
@media screen and (max-width: 768px) {
  body#top .top-contents .common-headline .main {
    font-size: 9.5333333333vw;
  }
}
body#top .top-contents .common-headline .sub {
  margin-top: 5px;
  font-size: 13px;
  font-weight: 500;
}
@media screen and (max-width: 1300px) {
  body#top .top-contents .common-headline .sub {
    font-size: 1vw;
  }
}
@media screen and (max-width: 768px) {
  body#top .top-contents .common-headline .sub {
    margin-top: 1.3333333333vw;
    font-size: 2.6666666667vw;
  }
}
body#top .top-contents .aby-text {
  position: relative;
  display: inline-block;
}
body#top .top-contents .aby-text span {
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(0);
}
body#top .top-contents .top-btn-normal a {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  max-width: 100%;
  width: 300px;
  height: 60px;
  padding-left: 30px;
  font-size: 16px;
  color: #007a46;
  text-decoration: none;
  border: 1px solid #007a46;
  border-radius: 0 0 8px 0;
  transition: 0.3s;
}
body#top .top-contents .top-btn-normal a:focus {
  background-color: #00854c;
  border-color: #00854c;
  color: #fff;
}
body#top .top-contents .top-btn-normal a:focus::before {
  background: url("../img/top/icn-arrow-right-white.svg") no-repeat;
}
@media (hover: hover) and (pointer: fine) {
  body#top .top-contents .top-btn-normal a:hover {
    background-color: #00854c;
    border-color: #00854c;
    color: #fff;
  }
  body#top .top-contents .top-btn-normal a:hover::before {
    background: url("../img/top/icn-arrow-right-white.svg") no-repeat;
  }
}
@media screen and (max-width: 768px) {
  body#top .top-contents .top-btn-normal a {
    width: 100%;
    height: 12vw;
    font-size: 3.4666666667vw;
    border-radius: 0 0 2.1333333333vw 0;
  }
}
body#top .top-contents .top-btn-normal a::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 28px;
  width: 9px;
  height: 11px;
  background: url("../img/top/icn-arrow-right-green.svg") no-repeat;
  background-size: 100% 100%;
  transition: 0.3s;
}
body#top .top-contents .with-arrow {
  position: relative;
}
body#top .top-contents .with-arrow a {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body#top .top-contents .with-arrow a:hover + .item-title {
  color: #007a46;
}
body#top .top-contents .with-arrow a:hover + .item-title::after {
  background: url("../img/top/icn-arrow-right-white.svg") no-repeat center center;
  background-size: 7px 8px;
  background-color: #007a46;
}
body#top .top-contents .with-arrow a:hover .item-title {
  color: #007a46;
}
body#top .top-contents .with-arrow a:hover .item-title::after {
  background: url("../img/top/icn-arrow-right-white.svg") no-repeat center center;
  background-size: 7px 8px;
  background-color: #007a46;
}
body#top .top-contents .with-arrow .item-title {
  position: relative;
  padding-right: 10px;
  font-size: 16px;
  transition: color 0.3s;
}
@media screen and (max-width: 768px) {
  body#top .top-contents .with-arrow .item-title {
    padding-top: 1.3333333333vw;
    padding-right: 9.3333333333vw;
    font-size: 3.4666666667vw;
  }
}
body#top .top-contents .with-arrow .item-title::after {
  content: "";
  position: absolute;
  top: 0;
  right: 5px;
  width: 25px;
  height: 25px;
  border-radius: 25px;
  border: 1px solid #007a46;
  background: url("../img/top/icn-arrow-right-green.svg") no-repeat center center;
  background-size: 7px 8px;
  background-color: #fff;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  body#top .top-contents .with-arrow .item-title::after {
    width: 7.6vw;
    height: 7.6vw;
    border-radius: 7.6vw;
    border: 1px solid #007a46;
    background: url("../img/top/icn-arrow-right-green.svg") no-repeat center center;
    background-size: 1.8666666667vw 2.2666666667vw;
  }
}
@media screen and (min-width: 769px) {
  body#top .top-contents .sp {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  body#top .top-contents .pc {
    display: none !important;
  }
}
body#top .top-important {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  display: -webkit-flex;
  flex-wrap: nowrap;
  gap: 0 20px;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  margin-top: 20px;
  padding: 18px 50px;
  border-radius: 7px;
  background-color: #007a46;
  color: #fff;
  font-weight: 500;
}
body#top .top-important .important-headline {
  flex-shrink: 0;
  color: inherit;
  font-weight: inherit;
  font-size: inherit;
}
body#top .top-important ul {
  margin-top: 10px;
}
body#top .top-important ul li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
}
body#top .top-important ul li a {
  display: inline-block;
  line-height: 1.7;
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid transparent;
}
body#top .top-important ul li a:hover {
  border-bottom: 1px solid #fff;
}
body#top .top-important ul li .pdf::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 18px;
  background-image: url("../img/top/ico_pdf.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100%;
  margin-left: 5px;
  margin-bottom: -3px;
}
@media screen and (max-width: 768px) {
  body#top .top-important ul li .pdf::after {
    width: 4.9333333333vw;
    height: 5.3333333333vw;
  }
}
@media screen and (max-width: 1160px) {
  body#top .top-important {
    width: calc(100% - 60px);
  }
}
@media screen and (max-width: 768px) {
  body#top .top-important {
    display: block;
    width: calc(100% - 5.3333333333vw);
    padding: 3.3333333333vw 5.3333333333vw;
    font-size: 3.4666666667vw;
  }
  body#top .top-important p {
    margin-top: 3.3333333333vw;
  }
}
body#top .top-mv {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  body#top .top-mv {
    margin-top: 8vw;
    margin-bottom: 6.6666666667vw;
  }
}
body#top .top-mv .mv-slider {
  position: relative;
}
body#top .top-mv .mv-slider .swiper-slide {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  display: -webkit-flex;
  flex-wrap: nowrap;
  gap: 0 30px;
}
@media screen and (max-width: 768px) {
  body#top .top-mv .mv-slider .swiper-slide {
    flex-wrap: wrap;
  }
}
body#top .top-mv .mv-slider .swiper-slide .left-col {
  flex-shrink: 0;
  width: 360px;
  margin-left: calc(50% - 600px);
}
@media screen and (max-width: 1300px) {
  body#top .top-mv .mv-slider .swiper-slide .left-col {
    width: 27.6923076923vw;
    padding-left: 2.3076923077vw;
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  body#top .top-mv .mv-slider .swiper-slide .left-col {
    width: 100%;
    margin: 0;
    padding: 0;
  }
}
body#top .top-mv .mv-slider .swiper-slide .left-col .page-title {
  font-size: 32px;
  font-weight: bold;
}
@media screen and (max-width: 1300px) {
  body#top .top-mv .mv-slider .swiper-slide .left-col .page-title {
    font-size: 2.4615384615vw;
  }
}
@media screen and (max-width: 768px) {
  body#top .top-mv .mv-slider .swiper-slide .left-col .page-title {
    width: fit-content;
    margin: 0 auto;
    font-size: 5.8666666667vw;
  }
}
body#top .top-mv .mv-slider .swiper-slide .left-col .btn-viewmore {
  margin-top: 35px;
}
@media screen and (max-width: 1300px) {
  body#top .top-mv .mv-slider .swiper-slide .left-col .btn-viewmore {
    margin-top: 2.6923076923vw;
  }
}
@media screen and (max-width: 768px) {
  body#top .top-mv .mv-slider .swiper-slide .left-col .btn-viewmore {
    margin-top: 10vw;
  }
}
body#top .top-mv .mv-slider .swiper-slide .left-col .btn-viewmore a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  gap: 0 25px;
}
@media screen and (max-width: 768px) {
  body#top .top-mv .mv-slider .swiper-slide .left-col .btn-viewmore a {
    width: fit-content;
    margin: 0 auto;
    gap: 0 2.6666666667vw;
  }
}
body#top .top-mv .mv-slider .swiper-slide .left-col .btn-viewmore a:focus::after {
  border-color: #00854c;
  background: url("../img/top/icn-arrow-right-white.svg") no-repeat center center #00854c;
}
@media (hover: hover) and (pointer: fine) {
  body#top .top-mv .mv-slider .swiper-slide .left-col .btn-viewmore a:hover::after {
    border-color: #00854c;
    background: url("../img/top/icn-arrow-right-white.svg") no-repeat center center #00854c;
  }
}
body#top .top-mv .mv-slider .swiper-slide .left-col .btn-viewmore a::after {
  content: "";
  width: 60px;
  height: 60px;
  border-radius: 60px;
  border: 2px solid #007a46;
  background: url("../img/top/icn-arrow-right-green.svg") no-repeat center center;
  transition: 0.3s;
}
@media screen and (max-width: 1000px) {
  body#top .top-mv .mv-slider .swiper-slide .left-col .btn-viewmore a::after {
    width: 50px;
    height: 50px;
    border-radius: 50px;
  }
}
@media screen and (max-width: 768px) {
  body#top .top-mv .mv-slider .swiper-slide .left-col .btn-viewmore a::after {
    width: 8vw;
    height: 8vw;
    border-radius: 8vw;
    background-size: 1.2vw 1.6vw;
    border-width: 1px;
  }
}
body#top .top-mv .mv-slider .swiper-slide .left-col .btn-viewmore a span {
  font-family: "Jost", serif;
  font-size: 16px;
  color: #007a46;
}
@media screen and (max-width: 768px) {
  body#top .top-mv .mv-slider .swiper-slide .left-col .btn-viewmore a span {
    font-size: 3.4666666667vw;
  }
}
body#top .top-mv .mv-slider .swiper-slide .right-col a {
  display: block;
}
body#top .top-mv .mv-slider .swiper-slide .right-col a picture {
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  body#top .top-mv .mv-slider .swiper-slide .right-col {
    margin-top: 4vw;
    padding-left: 5.3333333333vw;
  }
  body#top .top-mv .mv-slider .swiper-slide .right-col img {
    border-radius: 1.3333333333vw 0 0 1.3333333333vw;
  }
}
body#top .top-mv .mv-slider .swiper-slide.slide01 .left-col {
  padding-top: 80px;
}
@media screen and (max-width: 1300px) {
  body#top .top-mv .mv-slider .swiper-slide.slide01 .left-col {
    padding-top: 6.1538461538vw;
  }
}
@media screen and (max-width: 768px) {
  body#top .top-mv .mv-slider .swiper-slide.slide01 .left-col {
    padding-top: 0;
  }
}
body#top .top-mv .mv-slider .swiper-slide.slide01 .left-col .page-title img {
  width: 64.5333333333vw;
}
@media screen and (min-width: 769px) {
  body#top .top-mv .mv-slider .swiper-slide.slide01 .left-col .btn-viewmore {
    margin-top: 57px;
  }
}
@media screen and (max-width: 1300px) {
  body#top .top-mv .mv-slider .swiper-slide.slide01 .left-col .btn-viewmore {
    margin-top: 4.3846153846vw;
  }
}
@media screen and (max-width: 768px) {
  body#top .top-mv .mv-slider .swiper-slide.slide01 .left-col .btn-viewmore {
    margin-top: 6.9333333333vw;
  }
}
body#top .top-mv .mv-slider .swiper-slide.slide02 .left-col {
  padding-top: 45px;
}
@media screen and (max-width: 1300px) {
  body#top .top-mv .mv-slider .swiper-slide.slide02 .left-col {
    padding-top: 3.4615384615vw;
  }
}
@media screen and (max-width: 768px) {
  body#top .top-mv .mv-slider .swiper-slide.slide02 .left-col {
    padding-top: 0;
    padding-left: 0;
  }
}
body#top .top-mv .mv-slider .swiper-slide.slide02 .left-col .p01 {
  margin-top: 55px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 1300px) {
  body#top .top-mv .mv-slider .swiper-slide.slide02 .left-col .p01 {
    font-size: 1.3846153846vw;
  }
}
@media screen and (max-width: 768px) {
  body#top .top-mv .mv-slider .swiper-slide.slide02 .left-col .p01 {
    width: fit-content;
    margin: 4.6666666667vw auto 0;
    font-size: 3.4666666667vw;
  }
}
body#top .top-mv .mv-slider .swiper-slide.slide02 .left-col .p02 {
  font-size: 16.5px;
  font-weight: 500;
}
@media screen and (max-width: 1300px) {
  body#top .top-mv .mv-slider .swiper-slide.slide02 .left-col .p02 {
    margin-top: 2.3076923077vw;
    margin-bottom: 0.7692307692vw;
    font-size: 1.2692307692vw;
  }
}
@media screen and (max-width: 768px) {
  body#top .top-mv .mv-slider .swiper-slide.slide02 .left-col .p02 {
    width: 34.6666666667vw;
    font-size: 2.5333333333vw;
    margin: 0 auto;
    white-space: nowrap;
  }
}
@media screen and (min-width: 769px) {
  body#top .top-mv .mv-slider .swiper-slide.slide02 .left-col .btn-viewmore {
    margin-top: 25px;
  }
}
@media screen and (max-width: 1300px) {
  body#top .top-mv .mv-slider .swiper-slide.slide02 .left-col .btn-viewmore {
    margin-top: 1.9230769231vw;
  }
}
@media screen and (max-width: 768px) {
  body#top .top-mv .mv-slider .swiper-slide.slide02 .left-col .btn-viewmore {
    margin-top: 0.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  body#top .top-mv .mv-slider .swiper-slide.slide02 .left-col .page-title img {
    width: 34.1333333333vw;
  }
}
body#top .top-mv .mv-slider .swiper-slide.slide03 .left-col, body#top .top-mv .mv-slider .swiper-slide.slide04 .left-col {
  padding-top: 125px;
}
@media screen and (max-width: 1300px) {
  body#top .top-mv .mv-slider .swiper-slide.slide03 .left-col, body#top .top-mv .mv-slider .swiper-slide.slide04 .left-col {
    padding-top: 9.6153846154vw;
  }
}
@media screen and (max-width: 768px) {
  body#top .top-mv .mv-slider .swiper-slide.slide03 .left-col, body#top .top-mv .mv-slider .swiper-slide.slide04 .left-col {
    padding-top: 0;
  }
  body#top .top-mv .mv-slider .swiper-slide.slide03 .left-col .page-title, body#top .top-mv .mv-slider .swiper-slide.slide04 .left-col .page-title {
    text-align: center;
  }
}
body#top .top-mv .mv-slider .swiper-slide.slide03 .left-col .btn-viewmore, body#top .top-mv .mv-slider .swiper-slide.slide04 .left-col .btn-viewmore {
  margin-top: 30px;
}
@media screen and (max-width: 1300px) {
  body#top .top-mv .mv-slider .swiper-slide.slide03 .left-col .btn-viewmore, body#top .top-mv .mv-slider .swiper-slide.slide04 .left-col .btn-viewmore {
    margin-top: 1.5384615385vw;
  }
}
@media screen and (max-width: 768px) {
  body#top .top-mv .mv-slider .swiper-slide.slide03 .left-col .btn-viewmore, body#top .top-mv .mv-slider .swiper-slide.slide04 .left-col .btn-viewmore {
    margin-top: 10.6666666667vw;
  }
}
body#top .top-mv .mv-slider .swiper-slide.slide05 .left-col {
  padding-top: 120px;
}
@media screen and (max-width: 1300px) {
  body#top .top-mv .mv-slider .swiper-slide.slide05 .left-col {
    padding-top: 9.2307692308vw;
  }
}
@media screen and (max-width: 768px) {
  body#top .top-mv .mv-slider .swiper-slide.slide05 .left-col {
    padding-top: 4vw;
  }
}
body#top .top-mv .mv-slider .swiper-slide.slide05 .left-col .btn-viewmore {
  margin-top: 84px;
}
@media screen and (max-width: 1300px) {
  body#top .top-mv .mv-slider .swiper-slide.slide05 .left-col .btn-viewmore {
    margin-top: 5.7692307692vw;
  }
}
@media screen and (max-width: 768px) {
  body#top .top-mv .mv-slider .swiper-slide.slide05 .left-col .btn-viewmore {
    margin-top: 15.3333333333vw;
  }
}
body#top .top-mv .mv-slider .controls {
  position: absolute;
  z-index: 10;
  left: calc(50vw - 600px);
  bottom: 25px;
}
@media screen and (max-width: 1300px) {
  body#top .top-mv .mv-slider .controls {
    left: 2.3076923077vw;
    bottom: 1.9230769231vw;
  }
}
@media screen and (max-width: 768px) {
  body#top .top-mv .mv-slider .controls {
    position: static;
    width: fit-content;
    margin: 4.6666666667vw auto 0;
    padding-left: 5.3333333333vw;
  }
}
body#top .top-mv .mv-slider .controls .swiper-pagination {
  position: static;
  display: flex;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  gap: 0 20px;
}
body#top .top-mv .mv-slider .controls .swiper-pagination span {
  margin: 0;
  opacity: 1;
  background-color: #c2cbcc;
}
body#top .top-mv .mv-slider .controls .swiper-pagination span.swiper-pagination-bullet-active {
  background-color: #007a46;
}
body#top .top-mv .mv-slider .controls .prev-next {
  display: flex;
  justify-content: space-between;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  width: 180px;
  margin-top: 20px;
}
body#top .top-mv .mv-slider .controls .prev-next > li {
  width: 50px;
  height: 50px;
  border-radius: 50px;
}
body#top .top-mv .mv-slider .controls .prev-next > li:focus {
  cursor: pointer;
}
@media (hover: hover) and (pointer: fine) {
  body#top .top-mv .mv-slider .controls .prev-next > li:hover {
    cursor: pointer;
  }
}
body#top .top-mv .mv-slider .controls .prev-next > li span {
  display: block;
  height: 100%;
  border-radius: 50px;
  outline: none;
}
body#top .top-mv .mv-slider .controls .prev-next > li span:focus-visible {
  outline: 1px auto #000;
}
body#top .top-mv .mv-slider .controls .prev-next .swiper-prev {
  background: url("../img/top/icn-arrow-left-white.svg") no-repeat center center;
  background-color: #007a46;
  transition: background 0.3s;
}
body#top .top-mv .mv-slider .controls .prev-next .swiper-prev:focus {
  background-color: #333;
}
@media (hover: hover) and (pointer: fine) {
  body#top .top-mv .mv-slider .controls .prev-next .swiper-prev:hover {
    background-color: #333;
  }
}
body#top .top-mv .mv-slider .controls .prev-next .swiper-next {
  background: url("../img/top/icn-arrow-right-white.svg") no-repeat center center;
  background-color: #007a46;
  transition: background 0.3s;
}
body#top .top-mv .mv-slider .controls .prev-next .swiper-next:focus {
  background-color: #333;
}
@media (hover: hover) and (pointer: fine) {
  body#top .top-mv .mv-slider .controls .prev-next .swiper-next:hover {
    background-color: #333;
  }
}
body#top .top-mv .mv-slider .controls .prev-next .swiper-stop-and-play {
  border: 1px solid #007a46;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #fff;
}
body#top .top-mv .mv-slider .controls .prev-next .swiper-stop-and-play[data-status=play] {
  background-image: url("../img/top/icn-mv-stop.svg");
}
body#top .top-mv .mv-slider .controls .prev-next .swiper-stop-and-play[data-status=stop] {
  background-image: url("../img/top/icn-mv-play.svg");
  background-position: calc(50% + 3px) center;
}
body#top .top-information {
  padding-top: 60px;
  background-color: #007a46;
}
@media screen and (max-width: 768px) {
  body#top .top-information {
    padding-top: 6.6666666667vw;
  }
}
body#top .top-information .top-contents-inner {
  max-width: 1100px;
}
body#top .top-information .information-box {
  padding: 35px 0 20px;
  background-color: #e7eeed;
  border-radius: 10px;
}
@media screen and (max-width: 1160px) {
  body#top .top-information .information-box {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 768px) {
  body#top .top-information .information-box {
    padding: 5.3333333333vw 5.3333333333vw 0;
    border-radius: 1.3333333333vw;
  }
}
body#top .top-information .information-box .information-box-inner {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
body#top .top-information .information-box .information-headline {
  font-size: 18px;
  font-weight: 500;
  color: #007a46;
}
@media screen and (max-width: 768px) {
  body#top .top-information .information-box .information-headline {
    font-size: 3.7333333333vw;
  }
}
body#top .top-information .information-box ul {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  body#top .top-information .information-box ul {
    margin-top: 0;
  }
}
body#top .top-information .information-box ul li {
  padding: 20px 20px 20px 8px;
  font-size: 16px;
  line-height: 1.88;
}
body#top .top-information .information-box ul li::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.88) * 0.5em);
}
@media screen and (max-width: 768px) {
  body#top .top-information .information-box ul li {
    padding: 5.3333333333vw 0;
    font-size: 3.4666666667vw;
  }
}
body#top .top-information .information-box ul li:not(:nth-of-type(1)) {
  border-top: 1px solid #fff;
}
body#top .top-topics {
  position: relative;
  z-index: 1;
  padding-top: 55px;
  padding-bottom: 460px;
  background-color: #00a05c;
}
@media screen and (max-width: 768px) {
  body#top .top-topics {
    padding-top: 8vw;
    padding-bottom: 69.3333333333vw;
  }
}
body#top .top-topics::before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 645px;
  background: url("../img/top/about-bg.png") no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  body#top .top-topics::before {
    height: 100.6666666667vw;
  }
}
body#top .top-topics .topics-box {
  padding: 25px 0 25px;
  border-radius: 10px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  body#top .top-topics .topics-box {
    padding: 5.3333333333vw 0 5.3333333333vw;
  }
}
body#top .top-topics .topics-box .common-headline {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1160px) {
  body#top .top-topics .topics-box .common-headline {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 768px) {
  body#top .top-topics .topics-box .common-headline {
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
  }
}
body#top .top-topics .topics-box .topics-list {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  margin-top: 30px;
}
@media screen and (max-width: 1160px) {
  body#top .top-topics .topics-box .topics-list {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 768px) {
  body#top .top-topics .topics-box .topics-list {
    margin-top: 5.3333333333vw;
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
  }
}
body#top .top-topics .topics-box .topics-list .topics-item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  display: -webkit-flex;
  flex-wrap: nowrap;
  gap: 0 30px;
  padding: 20px 0;
}
@media screen and (max-width: 768px) {
  body#top .top-topics .topics-box .topics-list .topics-item {
    display: block;
    padding: 5.3333333333vw 0;
  }
}
body#top .top-topics .topics-box .topics-list .topics-item:not(:nth-of-type(1)) {
  border-top: 1px solid #dfe1e2;
}
body#top .top-topics .topics-box .topics-list .topics-item .item-date {
  flex-shrink: 0;
  width: 130px;
  font-size: 16px;
  color: #007a46;
}
@media screen and (max-width: 768px) {
  body#top .top-topics .topics-box .topics-list .topics-item .item-date {
    width: 100%;
    font-size: 3.4666666667vw;
  }
}
body#top .top-topics .topics-box .topics-list .topics-item .item-content {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  font-size: 16px;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  body#top .top-topics .topics-box .topics-list .topics-item .item-content {
    display: block;
    margin-top: 4vw;
    font-size: 3.4666666667vw;
  }
}
body#top .top-topics .topics-box .topics-list .topics-item .item-content a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  text-decoration: none;
}
body#top .top-topics .topics-box .topics-list .topics-item .item-content a:has(.pdf) {
  display: block;
}
body#top .top-topics .topics-box .topics-list .topics-item .item-content a:focus {
  color: #007a46;
}
@media (hover: hover) and (pointer: fine) {
  body#top .top-topics .topics-box .topics-list .topics-item .item-content a:hover {
    color: #007a46;
  }
}
@media screen and (max-width: 768px) {
  body#top .top-topics .topics-box .topics-list .topics-item .item-content a {
    flex-wrap: wrap;
  }
  body#top .top-topics .topics-box .topics-list .topics-item .item-content a .text {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  body#top .top-topics .topics-box .topics-list .topics-item .item-content a .pdf {
    margin-top: 3.3333333333vw;
  }
}
body#top .top-topics .topics-box .topics-list .topics-item .item-content a .pdf::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 18px;
  background-image: url("../img/top/ico_pdf.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100%;
  margin-left: 5px;
  margin-bottom: -3px;
}
@media screen and (max-width: 768px) {
  body#top .top-topics .topics-box .topics-list .topics-item .item-content a .pdf::after {
    width: 4.9333333333vw;
    height: 5.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  body#top .top-topics .topics-box .topics-list .topics-item .item-content a .kb {
    margin-top: 3.3333333333vw;
  }
}
body#top .top-topics .topics-box .topics-list .topics-item .item-content .kb {
  margin-left: 10px;
}
body#top .top-about {
  position: relative;
  z-index: 2;
  margin-top: -125px;
  padding-bottom: 80px;
}
body#top .top-about .about-box {
  padding-top: 85px;
  border-radius: 10px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  body#top .top-about .about-box {
    padding: 13.3333333333vw 10.6666666667vw 0;
    border-radius: 1.3333333333vw;
  }
}
body#top .top-about .about-box .about-heading {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  display: -webkit-flex;
  flex-wrap: nowrap;
}
@media screen and (max-width: 1160px) {
  body#top .top-about .about-box .about-heading {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 768px) {
  body#top .top-about .about-box .about-heading {
    flex-wrap: wrap;
    padding-left: 1.3333333333vw;
    padding-right: 1.3333333333vw;
  }
}
body#top .top-about .about-box .about-heading .about-heading-left {
  width: 47.5%;
}
@media screen and (max-width: 768px) {
  body#top .top-about .about-box .about-heading .about-heading-left {
    width: 100%;
  }
}
body#top .top-about .about-box .about-heading .about-heading-left .about-headline {
  font-size: 32px;
  font-weight: bold;
  color: #007a46;
}
@media screen and (max-width: 768px) {
  body#top .top-about .about-box .about-heading .about-heading-left .about-headline {
    font-size: 5.8666666667vw;
  }
}
body#top .top-about .about-box .about-heading .about-heading-left p {
  margin-top: 45px;
  font-size: 16px;
  line-height: 2.25;
  color: #202020;
}
body#top .top-about .about-box .about-heading .about-heading-left p::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 2.25) * 0.5em);
}
@media screen and (max-width: 768px) {
  body#top .top-about .about-box .about-heading .about-heading-left p {
    margin-top: 7.3333333333vw;
    font-size: 3.7333333333vw;
  }
}
body#top .top-about .about-box .about-heading .about-heading-right {
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  body#top .top-about .about-box .about-heading .about-heading-right {
    width: 100%;
    margin-top: 4vw;
  }
}
body#top .top-about .about-list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  display: -webkit-flex;
  flex-wrap: nowrap;
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  gap: 0 1.866%;
  margin-top: 70px;
}
@media screen and (max-width: 1160px) {
  body#top .top-about .about-list {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 768px) {
  body#top .top-about .about-list {
    flex-wrap: wrap;
    gap: 8vw 0;
    padding-left: 2.6666666667vw;
    padding-right: 2.6666666667vw;
  }
}
body#top .top-about .about-list .list-item {
  width: 23.6%;
}
@media screen and (max-width: 768px) {
  body#top .top-about .about-list .list-item {
    width: 100%;
  }
}
body#top .top-about .about-list .list-item a {
  position: static;
  display: block;
}
body#top .top-about .about-list .list-item a:hover img {
  transform: scale(1.05);
}
body#top .top-about .about-list .list-item .item-thumbnail {
  overflow: hidden;
}
body#top .top-about .about-list .list-item .item-thumbnail img {
  width: 100%;
  transition: transform 0.3s;
}
body#top .top-about .about-list .list-item .item-title {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  body#top .top-about .about-list .list-item .item-title {
    margin-top: 2.6666666667vw;
  }
}
body#top .top-media-box {
  position: relative;
  background-color: #f3f8f6;
}
@media screen and (max-width: 768px) {
  body#top .top-media-box {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    display: -webkit-flex;
    flex-wrap: nowrap;
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  body#top .top-media-box .media-thumbnail {
    order: 1;
    padding-right: 5.3333333333vw;
  }
}
body#top .top-media-box .media-thumbnail img {
  width: 73.1%;
}
@media screen and (max-width: 768px) {
  body#top .top-media-box .media-thumbnail img {
    width: 100%;
  }
}
body#top .top-media-box .media-content {
  position: absolute;
  right: calc(50% - 600px);
  bottom: 35px;
  width: 500px;
  padding: 45px 50px 50px;
  border-radius: 10px;
  background-color: #fff;
}
@media screen and (max-width: 1300px) {
  body#top .top-media-box .media-content {
    right: 30px;
  }
}
@media screen and (max-width: 1150px) {
  body#top .top-media-box .media-content {
    padding: 20px 30px;
  }
}
@media screen and (max-width: 768px) {
  body#top .top-media-box .media-content {
    order: 2;
    position: static;
    width: calc(100% - 21.3333333333vw);
    margin: -3.3333333333vw auto 0;
    padding: 10.6666666667vw 8vw 9.3333333333vw;
  }
}
body#top .top-media-box .media-content .content-headline {
  font-size: 32px;
  font-weight: bold;
  color: #007a46;
}
@media screen and (max-width: 1150px) {
  body#top .top-media-box .media-content .content-headline {
    font-size: 26px;
  }
}
@media screen and (max-width: 768px) {
  body#top .top-media-box .media-content .content-headline {
    font-size: 5.8666666667vw;
  }
}
body#top .top-media-box .media-content p {
  margin-top: 35px;
  font-size: 16px;
  line-height: 2;
}
body#top .top-media-box .media-content p::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 2) * 0.5em);
}
@media screen and (max-width: 768px) {
  body#top .top-media-box .media-content p {
    margin-top: 8vw;
    font-size: 3.7333333333vw;
  }
}
body#top .top-media-box .media-content .top-btn-normal {
  margin-top: 60px;
}
@media screen and (max-width: 1150px) {
  body#top .top-media-box .media-content .top-btn-normal {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  body#top .top-media-box .media-content .top-btn-normal {
    margin-top: 7.3333333333vw;
  }
}
body#top .top-csr {
  padding: 80px 0 65px;
}
@media screen and (max-width: 768px) {
  body#top .top-csr {
    padding: 10.6666666667vw 0 12vw;
  }
}
body#top .top-csr .media-content .top-btn-normal {
  margin-top: 30px;
}
body#top .top-lab {
  padding-bottom: 65px;
}
@media screen and (max-width: 768px) {
  body#top .top-lab {
    padding-bottom: 12vw;
  }
}
body#top .top-lab .media-thumbnail {
  text-align: right;
}
@media screen and (max-width: 768px) {
  body#top .top-lab .media-thumbnail {
    padding: 0 0 0 5.3333333333vw;
  }
}
body#top .top-lab .media-content {
  right: auto;
  left: calc(50% - 600px);
}
@media screen and (max-width: 1300px) {
  body#top .top-lab .media-content {
    left: 30px;
  }
}
body#top .top-product {
  padding-bottom: 175px;
}
@media screen and (max-width: 768px) {
  body#top .top-product {
    padding-bottom: 10.6666666667vw;
  }
}
body#top .top-product .media-content {
  bottom: 90px;
}
body#top .top-product .media-content .product-bnr {
  margin-top: 25px;
}
body#top .top-product .media-content .product-bnr a {
  display: inline-block;
}
body#top .top-product .media-content .product-bnr a img {
  pointer-events: none;
}
body#top .top-product .media-content .product-bnr:focus {
  transition: opacity 0.3s;
}
body#top .top-product .media-content .product-bnr:focus:focus {
  opacity: 0.7;
}
@media (hover: hover) and (pointer: fine) {
  body#top .top-product .media-content .product-bnr:focus:hover {
    opacity: 0.7;
  }
}
@media (hover: hover) and (pointer: fine) {
  body#top .top-product .media-content .product-bnr:hover {
    transition: opacity 0.3s;
  }
  body#top .top-product .media-content .product-bnr:hover:focus {
    opacity: 0.7;
  }
}
@media (hover: hover) and (pointer: fine) and (hover: hover) and (pointer: fine) {
  body#top .top-product .media-content .product-bnr:hover:hover {
    opacity: 0.7;
  }
}
body#top .top-other {
  padding: 90px 0 80px;
}
@media screen and (max-width: 768px) {
  body#top .top-other {
    padding: 10.6666666667vw 10.6666666667vw 13.3333333333vw;
  }
  body#top .top-other .top-contents-inner {
    padding-left: 0;
    padding-right: 0;
  }
}
body#top .top-other .other-list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  display: -webkit-flex;
  flex-wrap: nowrap;
  gap: 0 9.6%;
  max-width: 995px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  body#top .top-other .other-list {
    flex-wrap: wrap;
    gap: 14.6666666667vw 0;
  }
}
body#top .top-other .other-list .list-item {
  width: 45.2%;
}
@media screen and (max-width: 768px) {
  body#top .top-other .other-list .list-item {
    width: 100%;
  }
}
body#top .top-other .other-list .list-item a {
  position: static;
  display: block;
}
body#top .top-other .other-list .list-item a:hover img {
  transform: scale(1.05);
}
body#top .top-other .other-list .list-item .item-thumbnail {
  overflow: hidden;
}
body#top .top-other .other-list .list-item .item-thumbnail img {
  transition: transform 0.3s;
}
body#top .top-other .other-list .list-item .item-title {
  margin-top: 20px;
  padding-left: 15px;
}
@media screen and (max-width: 768px) {
  body#top .top-other .other-list .list-item .item-title {
    padding-left: 4vw;
    font-size: 3.4666666667vw;
  }
}
body#top .top-other .other-list .list-item .item-title::after {
  right: 15px;
}
@media screen and (max-width: 768px) {
  body#top .top-other .other-list .list-item .item-title::after {
    right: 5.3333333333vw;
  }
}
body#top .top-news {
  padding: 80px 0 100px;
  background-color: #f2f6f9;
}
body#top .top-news .common-headline .main {
  color: #007a46;
}
@media screen and (max-width: 768px) {
  body#top .top-news {
    padding: 13.3333333333vw 0;
  }
}
body#top .top-news .news-box {
  margin-top: 70px;
  padding: 70px 0;
  background-color: #fff;
}
@media screen and (max-width: 1160px) {
  body#top .top-news .news-box {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 768px) {
  body#top .top-news .news-box {
    margin-top: 8vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  body#top .top-news .news-box {
    padding: 8vw 5.3333333333vw 10vw;
  }
}
body#top .top-news .news-box .news-list {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
body#top .top-news .news-box .news-list .list-item a {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  display: -webkit-flex;
  flex-wrap: nowrap;
  gap: 0 50px;
}
@media screen and (max-width: 768px) {
  body#top .top-news .news-box .news-list .list-item a {
    gap: 0 15px;
  }
}
body#top .top-news .news-box .news-list .list-item a:focus .item-thumbnail img {
  transform: scale(1.05);
}
body#top .top-news .news-box .news-list .list-item a:focus .item-thumbnail + .item-content .item-title {
  color: #007a46;
}
@media (hover: hover) and (pointer: fine) {
  body#top .top-news .news-box .news-list .list-item a:hover .item-thumbnail img {
    transform: scale(1.05);
  }
  body#top .top-news .news-box .news-list .list-item a:hover .item-thumbnail + .item-content .item-title {
    color: #007a46;
  }
}
@media screen and (max-width: 768px) {
  body#top .top-news .news-box .news-list .list-item {
    gap: 0 4vw;
  }
}
body#top .top-news .news-box .news-list .list-item:not(:nth-of-type(1)) {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  body#top .top-news .news-box .news-list .list-item:not(:nth-of-type(1)) {
    margin-top: 6.6666666667vw;
  }
}
body#top .top-news .news-box .news-list .list-item .item-thumbnail {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  width: 228px;
  height: 161px;
  overflow: hidden;
  border: 1px solid #dce2e2;
}
@media screen and (max-width: 768px) {
  body#top .top-news .news-box .news-list .list-item .item-thumbnail {
    width: 28.5333333333vw;
    height: 21.6vw;
  }
}
@media screen and (max-width: 500px) {
  body#top .top-news .news-box .news-list .list-item .item-thumbnail {
    width: 22.6666666667vw;
    height: 17.2vw;
  }
}
body#top .top-news .news-box .news-list .list-item .item-thumbnail img {
  transition: transform 0.3s;
}
body#top .top-news .news-box .news-list .list-item .item-content {
  flex-grow: 1;
}
body#top .top-news .news-box .news-list .list-item .item-content .item-meta {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  gap: 0 20px;
}
@media screen and (max-width: 768px) {
  body#top .top-news .news-box .news-list .list-item .item-content .item-meta {
    gap: 0 2.6666666667vw;
  }
}
body#top .top-news .news-box .news-list .list-item .item-content .item-meta .meta-date {
  font-size: 16px;
  color: #007a46;
}
@media screen and (max-width: 768px) {
  body#top .top-news .news-box .news-list .list-item .item-content .item-meta .meta-date {
    flex-shrink: 0;
    font-size: 2.6666666667vw;
    letter-spacing: 0.4px;
  }
}
body#top .top-news .news-box .news-list .list-item .item-content .item-meta .meta-category {
  font-size: 13px;
  padding: 3px 16px;
  border-radius: 3px;
  border: 2px solid #fff;
  color: #202020;
  min-width: 123px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  body#top .top-news .news-box .news-list .list-item .item-content .item-meta .meta-category {
    min-width: 26.66667vw;
    padding: 0.8vw;
    width: 31.2vw;
  }
}
body#top .top-news .news-box .news-list .list-item .item-content .item-meta .meta-category.csr {
  border-color: #5ebf43;
}
body#top .top-news .news-box .news-list .list-item .item-content .item-meta .meta-category.product {
  border-color: #0ca7d3;
}
body#top .top-news .news-box .news-list .list-item .item-content .item-meta .meta-category.ir {
  border-color: #f78832;
}
body#top .top-news .news-box .news-list .list-item .item-content .item-meta .meta-category.rd {
  border-color: #3055b5;
}
body#top .top-news .news-box .news-list .list-item .item-content .item-meta .meta-category .settlement {
  border-color: #f78832;
}
body#top .top-news .news-box .news-list .list-item .item-content .item-meta .meta-category .press {
  border-color: #e3bb00;
}
body#top .top-news .news-box .news-list .list-item .item-content .item-meta .meta-category .update {
  border-color: #2f5993;
}
body#top .top-news .news-box .news-list .list-item .item-content .item-meta .meta-category .other {
  border-color: #93aab9;
}
body#top .top-news .news-box .news-list .list-item .item-content .item-title {
  margin-top: 25px;
  font-size: 16px;
  line-height: 1.88;
  font-weight: 400;
  transition: 0.3s;
}
body#top .top-news .news-box .news-list .list-item .item-content .item-title::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.88) * 0.5em);
}
@media screen and (max-width: 768px) {
  body#top .top-news .news-box .news-list .list-item .item-content .item-title .pdf {
    margin-top: 3.3333333333vw;
  }
}
body#top .top-news .news-box .news-list .list-item .item-content .item-title .pdf::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 18px;
  background-image: url("../img/top/ico_pdf.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100%;
  margin-left: 5px;
  margin-bottom: -3px;
}
@media screen and (max-width: 768px) {
  body#top .top-news .news-box .news-list .list-item .item-content .item-title .pdf::after {
    width: 4.9333333333vw;
    height: 5.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  body#top .top-news .news-box .news-list .list-item .item-content .item-title {
    margin-top: 2.6666666667vw;
    font-size: 3.2vw;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 1.5;
  }
  body#top .top-news .news-box .news-list .list-item .item-content .item-title::before {
    content: "";
    display: block;
    height: 0;
    width: 0;
    margin-top: calc((1 - 1.5) * 0.5em);
  }
}
body#top .top-news .news-box .top-btn-normal {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  body#top .top-news .news-box .top-btn-normal {
    margin-top: 10.6666666667vw;
  }
}
body#top .top-news .news-box .top-btn-normal a {
  margin: 0 auto;
  padding: 0;
  justify-content: center;
  text-align: center;
}
@media screen and (max-width: 768px) {
  body#top .top-news .news-box .top-btn-normal a {
    width: 62.6666666667vw;
  }
}
body#top .top-news .news-box .top-btn-normal a::before {
  content: none;
}
body#top .top-product-news {
  padding: 90px 0;
}
body#top .top-product-news .top-contents-inner {
  max-width: 960px;
}
body#top .top-product-news .product-heading {
  font-size: 32px;
  font-weight: bold;
  color: #007a46;
}
@media screen and (max-width: 768px) {
  body#top .top-product-news .product-heading {
    font-size: 5.8666666667vw;
  }
}
body#top .top-product-news .product-news-list {
  margin-top: 35px;
  border-bottom: 1px solid #e7eeed;
}
body#top .top-product-news .product-news-list .list-item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  display: -webkit-flex;
  flex-wrap: nowrap;
  gap: 0 23px;
  padding: 25px 0;
  border-top: 1px solid #e7eeed;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  body#top .top-product-news .product-news-list .list-item {
    gap: 0 6.6666666667vw;
    padding: 6.6666666667vw 0;
    font-size: 4vw;
  }
}
body#top .top-product-news .product-news-list .list-item .item-date {
  flex-shrink: 0;
  color: #007a46;
}
body#top .top-product-news .product-news-list .list-item .item-title a {
  color: #222222;
}
body#top .top-product-news .product-news-list .list-item .item-title a:focus {
  color: #007a46;
}
@media (hover: hover) and (pointer: fine) {
  body#top .top-product-news .product-news-list .list-item .item-title a:hover {
    color: #007a46;
  }
}
body#top .top-product-news .top-btn-normal {
  margin-top: 55px;
}
body#top .top-product-news .top-btn-normal a {
  margin: 0 auto;
}
body#top .top-other-news {
  padding: 60px 0;
}
@media screen and (max-width: 768px) {
  body#top .top-other-news {
    padding: 10.6666666667vw 0;
  }
}
body#top .top-other-news .other-news-list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  display: -webkit-flex;
  flex-wrap: wrap;
  gap: 40px 85px;
  padding-left: 95px;
}
@media screen and (max-width: 1100px) {
  body#top .top-other-news .other-news-list {
    padding: 0 30px;
    gap: 40px 40px;
  }
}
@media screen and (max-width: 768px) {
  body#top .top-other-news .other-news-list {
    flex-direction: column;
    padding: 0;
    gap: 9.3333333333vw 0;
  }
}
@media screen and (max-width: 768px) {
  body#top .top-other-news .other-news-list {
    width: 100%;
  }
}
body#top .top-other-news .other-news-list .list-item {
  width: 420px;
}
@media screen and (max-width: 768px) {
  body#top .top-other-news .other-news-list .list-item {
    width: 100%;
  }
}
body#top .top-other-news .other-news-list .list-item a {
  display: block;
  position: static;
}
body#top .top-other-news .other-news-list .list-item .item-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  gap: 0 15px;
  padding-right: 0;
}
body#top .top-other-news .other-news-list .list-item .item-title::after {
  position: static;
  width: 35px;
  height: 35px;
  border-radius: 35px;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  body#top .top-other-news .other-news-list .list-item .item-title::after {
    width: 6.6666666667vw;
    height: 6.6666666667vw;
    border-radius: 6.6666666667vw;
  }
}
body#top .top-group {
  padding: 60px 0 90px;
  background-color: #f1f8f5;
}
@media screen and (max-width: 768px) {
  body#top .top-group {
    padding: 12vw 0 15.3333333333vw;
  }
}
body#top .top-group .group-list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  display: -webkit-flex;
  flex-wrap: wrap;
  gap: 15px 2.26%;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  body#top .top-group .group-list {
    gap: 4vw 4.6%;
    margin-top: 10.6666666667vw;
  }
}
body#top .top-group .group-list li {
  width: 23.3%;
}
@media screen and (max-width: 768px) {
  body#top .top-group .group-list li {
    width: 47.7%;
  }
}
body#top .top-group .group-list a {
  display: block;
}
body#top .top-group .group-list a img {
  pointer-events: none;
}
body#top .top-group .group-list a:focus {
  transition: opacity 0.3s;
}
body#top .top-group .group-list a:focus:focus {
  opacity: 0.7;
}
@media (hover: hover) and (pointer: fine) {
  body#top .top-group .group-list a:focus:hover {
    opacity: 0.7;
  }
}
@media (hover: hover) and (pointer: fine) {
  body#top .top-group .group-list a:hover {
    transition: opacity 0.3s;
  }
  body#top .top-group .group-list a:hover:focus {
    opacity: 0.7;
  }
}
@media (hover: hover) and (pointer: fine) and (hover: hover) and (pointer: fine) {
  body#top .top-group .group-list a:hover:hover {
    opacity: 0.7;
  }
}
body#top .top-sns {
  padding: 85px 0 80px;
}
@media screen and (max-width: 1060px) {
  body#top .top-sns {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 768px) {
  body#top .top-sns {
    padding: 8vw 0;
  }
}
body#top .top-sns .top-sns-list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  display: -webkit-flex;
  flex-wrap: nowrap;
  gap: 0 8%;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  body#top .top-sns .top-sns-list {
    gap: 0 5%;
  }
}
body#top .top-sns .top-sns-list .list-item {
  position: relative;
  width: 28%;
}
@media screen and (max-width: 768px) {
  body#top .top-sns .top-sns-list .list-item {
    width: 30%;
  }
}
body#top .top-sns .top-sns-list .list-item a {
  display: block;
}
body#top .top-sns .top-sns-list .list-item a:focus .item-icn img {
  transform: scale(1.05);
}
body#top .top-sns .top-sns-list .list-item a:focus .item-icn + .item-title {
  color: #007a46;
}
body#top .top-sns .top-sns-list .list-item a:focus .item-icn + .item-title span {
  background: url("../img/top/icn-outlink-green02.svg") no-repeat right center;
}
@media (hover: hover) and (pointer: fine) {
  body#top .top-sns .top-sns-list .list-item a:hover .item-icn img {
    transform: scale(1.05);
  }
  body#top .top-sns .top-sns-list .list-item a:hover .item-icn + .item-title {
    color: #007a46;
  }
  body#top .top-sns .top-sns-list .list-item a:hover .item-icn + .item-title span {
    background: url("../img/top/icn-outlink-green02.svg") no-repeat right center;
  }
}
body#top .top-sns .top-sns-list .list-item .item-icn {
  overflow: hidden;
  border: 1px solid #e2dede;
}
body#top .top-sns .top-sns-list .list-item .item-icn img {
  transition: transform 0.3s;
}
body#top .top-sns .top-sns-list .list-item .item-title {
  margin-top: 25px;
  font-size: 16px;
  font-weight: 500;
  transition: color 0.3s;
}
@media screen and (max-width: 768px) {
  body#top .top-sns .top-sns-list .list-item .item-title {
    margin-top: 2.6666666667vw;
    font-size: 3.2vw;
    background: url("../img/top/icn-outlink.svg") no-repeat right center;
    background-size: 4vw auto;
  }
}
body#top .top-sns .top-sns-list .list-item .item-title span {
  padding-right: 40px;
  background: url("../img/top/icn-outlink.svg") no-repeat right center;
  transition: background 0.3s;
}
@media screen and (max-width: 768px) {
  body#top .top-sns .top-sns-list .list-item .item-title span {
    display: inline-block;
    padding-right: 8vw;
    background: transparent;
  }
}
body#top .sns-sec {
  padding: 50px 0 80px;
  /* border-top: none; */
  /* max-width: 1200px; */
  width: 100%;
  margin: 0 auto;
  border-top: 1px solid #dae0e0;
}
@media screen and (max-width: 768px) {
  body#top .sns-sec {
    padding: 8vw 5.33333vw;
  }
}

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