@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Noto+Serif+JP:wght@400;700&display=swap");
html {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  line-height: 1.5;
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  height: 100%;
}

a {
  transition: 0.2s;
}
a:focus, a:hover {
  color: #4C9B44;
}

.btn {
  position: relative;
  display: block;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
  transition: 0.3s;
}
.btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0;
  transition: 0.3s;
}
.btn:focus, .btn:hover {
  color: #fff;
}
.btn:focus::before, .btn:hover::before {
  opacity: 0.2;
}

.link {
  display: flex;
  line-height: normal;
}
.link::before {
  content: "";
  display: block;
  background: url(../img/icon_arrow.svg) no-repeat;
  width: 1em;
  height: 1em;
  margin: calc(1em / 4) calc(1em / 4) 0 0;
  flex-shrink: 0;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 94px;
  background: rgba(255, 255, 255, 0.8);
  z-index: 9999;
}

.headerContent {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 1280px;
  height: 94px;
  margin: 0 auto;
  padding: 0 73px;
}
.headerContent img {
  height: 50px;
}
.headerContent img + img {
  margin: 0 0 0 10px;
}

footer {
  position: sticky;
  top: calc(100vh - 120px);
  width: 100%;
  height: 120px;
  background: #f2f2f2;
  font-size: 12px;
}

.footerContent {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 1280px;
  margin: 0 auto;
  padding: 16px 73px;
}
.footerContent--left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 70%;
  height: 88px;
}
.footerContent--right {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 30%;
  height: 88px;
}
.footerContent--right img {
  display: block;
  margin: 0 0 8px;
}

.footerLink {
  display: flex;
}
.footerLink > li {
  display: flex;
  margin: 0 8px 0 0;
}
.footerLink > li::before {
  content: "";
  display: block;
  background: url(../img/icon_arrow.svg) no-repeat;
  width: 12px;
  height: 12px;
  margin: 3px 2px 0 0;
  flex-shrink: 0;
}

.indexSection {
  width: 1280px;
  margin: 0 auto;
  padding: 40px 0;
}
.indexSection--top {
  width: 100%;
  padding: 0;
}
.indexSection--bnr {
  width: 100%;
  background: #4c9b44;
}

.indexContent {
  margin: 0 auto;
}

.indexTop {
  position: relative;
  height: 706px;
  background: url(../img/top.png) 100% 100% no-repeat;
  background-size: cover;
  background-position: center;
  font-family: 'Noto Serif JP', serif;
}

.indexTop__txt {
  position: absolute;
  top: 160px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: calc(1280px - 73px*2);
  height: 280px;
  padding: 32px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 10px;
}

.indexTop__txtTitle {
  font-size: 32px;
  margin: 0 0 24px;
}

.indexTop__txtDescription {
  font-size: 20px;
  margin: 0 0 16px;
  line-break: anywhere;
}

.indexTop__txtBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 132px;
  height: 36px;
  margin-left: auto;
  font-size: 16px;
  background: #4C9B44;
  color: #fff;
}

.indexBnr {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  list-style: none;
  margin: 0 0 -66px;
  padding: 0;
}
.indexBnr > li {
  margin: 0 0 66px;
}
.indexBnr > li:not(:nth-child(3n)) {
  margin: 0 66px 66px 0;
}
.indexBnr img {
  height: 80px;
}

.indexTitle__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 8px;
}

.indexTitle {
  height: 28px;
}

.indexCenter {
  width: calc(1280px - 73px * 2);
  margin: 0 auto;
}
.indexCenter--2col {
  display: flex;
  justify-content: center;
}
.indexCenter--2col > * {
  width: 534px;
}
.indexCenter--2col > *:first-child {
  margin: 0 66px 0 0;
}

.indexNews {
  list-style: none;
  width: 100%;
  height: 200px;
  margin: 0;
  padding: 8px;
  font-size: 0.85rem;
  border: 2px solid #d5d5d6;
  border-radius: 2px;
  overflow-y: scroll;
}
.indexNews > li {
  display: flex;
  margin: 0 8px 0 0;
}
.indexNews > li::before {
  content: "";
  display: block;
  background: url("../img/icon_circle.svg") no-repeat;
  width: 14px;
  height: 14px;
  margin: 3px 4px 0 0;
  flex-shrink: 0;
}
.indexNews > li.important::before {
  background: url("../img/icon_star.svg") no-repeat;
}

.indexItems {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  list-style: none;
  margin: 0 0 -66px;
  padding: 0;
}
.indexItems > li {
  margin: 0 0 66px;
}
.indexItems > li:not(:nth-child(3n)) {
  margin: 0 66px 66px 0;
}
.indexItems img {
  height: 133.3333px;
}

.pageSection {
  width: 1280px;
  margin: 0 auto;
  padding: 40px 0;
}
.pageSection--title {
  width: 100%;
  margin: 0 0 30px;
  padding: calc(94px + 30px) 0 0;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  color: #4c9b44;
}
.pageSection--title > div {
  display: inline-block;
  border-bottom: 4px solid #4c9b44;
}
.pageSection--bnr {
  width: 100%;
  background: #4c9b44;
}

.pageContent {
  width: 1280px;
  margin: 0 auto;
}

.pageBnr {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  list-style: none;
  margin: 0 0 -66px;
  padding: 0;
}
.pageBnr > li {
  margin: 0 0 66px;
}
.pageBnr > li:not(:nth-child(3n)) {
  margin: 0 66px 66px 0;
}
.pageBnr img {
  height: 80px;
}

.pageCenter {
  width: calc(1280px - 73px * 2);
  margin: 0 auto;
}
.pageCenter--2col {
  display: flex;
  justify-content: center;
}
.pageCenter--2col > * {
  width: 534px;
}
.pageCenter--2col > *:first-child {
  margin: 0 66px 0 0;
}

.pageItems {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  list-style: none;
  margin: 0 0 -66px;
  padding: 0;
}
.pageItems > li {
  margin: 0 0 66px;
}
.pageItems > li:not(:nth-child(3n)) {
  margin: 0 66px 66px 0;
}
.pageItems img {
  height: 133.3333px;
}
.pageItems--plusTxt {
  flex-wrap: nowrap;
  flex-direction: column;
  width: 100%;
  margin: 0 0 66px;
}
.pageItems--plusTxt > li {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pageItems--plusTxt > li:not(:nth-child(3n)) {
  margin: 33px 0 0;
}
.pageItems--plusTxt > li:not(:first-child) {
  margin: 33px 0 0;
}
.pageItems--plusTxt > li > *:nth-child(1) {
  margin: 0 1rem 0 0;
}

.splide img {
  width: 200px;
  height: 200px;
  margin: 0 4px;
}

.splide__pagination {
  bottom: -16px;
}

.splide__pagination__page.is-active {
  background: green;
}

.splide__arrow svg {
  fill: #fff;
}
