@charset "UTF-8";
/* CSS Document */
/* --------------------------------------------------

初期設定

-------------------------------------------------- */
/* --------------------------------------------------

hover

-------------------------------------------------- */
/* --------------------------------------------------

スマホサイズのフォント指定

-------------------------------------------------- */
/* --------------------------------------------------

breakpoint

-------------------------------------------------- */
.wrapper {
  padding-bottom: 0;
}

#footer {
  position: relative;
}

/* main-area-top */
.main-area-top > div {
  width: 100%;
  position: relative;
}
.main-area-top > div picture {
  height: 99vh;
  display: block;
}
.main-area-top > div picture img {
  width: 100%;
  height: 100%;
  max-width: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  -o-object-fit: cover;
     object-fit: cover;
}
.main-area-top > div .event-period {
  position: absolute;
  bottom: 30px;
  right: 30px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 20px;
  padding: 1em 2em;
}
@media only screen and (max-width: 768px) {
  .main-area-top > div .event-period {
    right: 5%;
    border-radius: 10px;
    width: 90%;
    margin: 0 auto;
    bottom: 10px;
    padding: 1em 1.5em;
  }
}
.main-area-top > div .event-period .ttl {
  color: #A40B5D;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  font-size: 1.5vw;
}
@media only screen and (max-width: 768px) {
  .main-area-top > div .event-period .ttl {
    font-size: 1.8rem;
  }
}
.main-area-top > div .event-period .ttl img {
  width: 1em;
  height: auto;
}
.main-area-top > div .event-period .ttl img:first-child {
  margin-right: 10px;
}
.main-area-top > div .event-period .ttl img:last-child {
  margin-left: 10px;
}
.main-area-top > div .event-period .date {
  color: #A40B5D;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  font-size: 2vw;
}
@media only screen and (max-width: 768px) {
  .main-area-top > div .event-period .date {
    font-size: 5vw;
  }
}
.main-area-top > div .event-period .date img {
  width: 0.75em;
  height: auto;
  margin: 0 10px;
}
.main-area-top > div .event-period .date span {
  margin-top: 0.25em;
  margin-left: 0.25em;
  font-size: 0.65em;
}

/* news-area-top */
.heading-area-top {
  color: #fff;
  overflow: hidden;
}
.heading-area-top-block {
  padding: 16rem 0 0 0;
  position: relative;
  background-color: #A40B5D;
}
@media only screen and (max-width: 1380px) {
  .heading-area-top-block {
    padding: 10rem 0 0 0;
  }
}
.heading-area-top-block::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0.07;
  width: 60.2rem;
  height: 60.2rem;
  background: url(../img/common/logomark.svg) no-repeat center center/cover;
}
@media only screen and (max-width: 1380px) {
  .heading-area-top-block::before {
    width: 40vw;
    height: 40vw;
  }
}
@media only screen and (max-width: 1100px) {
  .heading-area-top-block::before {
    width: 150vw;
    height: 150vw;
    bottom: auto;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.heading-area-top h3 {
  text-align: center;
  position: relative;
  z-index: 1;
}
.heading-area-top .txt-part {
  width: 73rem;
  margin: 5.6rem auto 0;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1380px) {
  .heading-area-top .txt-part {
    width: 70%;
  }
}
@media only screen and (max-width: 1100px) {
  .heading-area-top .txt-part {
    width: 100%;
    text-align: left;
  }
}
.heading-area-top .txt-part p {
  margin-top: 1.6em;
}
.heading-area-top .txt-part p:first-child {
  margin-top: 0;
}
.heading-area-top .obj-08, .heading-area-top .obj-07, .heading-area-top .obj-06, .heading-area-top .obj-05, .heading-area-top .obj-04, .heading-area-top .obj-03, .heading-area-top .obj-02, .heading-area-top .obj-01 {
  position: absolute;
}
@media only screen and (max-width: 1100px) {
  .heading-area-top .obj-08, .heading-area-top .obj-07, .heading-area-top .obj-06, .heading-area-top .obj-05, .heading-area-top .obj-04, .heading-area-top .obj-03, .heading-area-top .obj-02, .heading-area-top .obj-01 {
    display: none;
  }
}
.heading-area-top .obj-08 img, .heading-area-top .obj-07 img, .heading-area-top .obj-06 img, .heading-area-top .obj-05 img, .heading-area-top .obj-04 img, .heading-area-top .obj-03 img, .heading-area-top .obj-02 img, .heading-area-top .obj-01 img {
  width: 100%;
}
.heading-area-top .obj-01 {
  width: 9rem;
  top: 10%;
  left: 0%;
  -webkit-transform: rotate(-13deg);
          transform: rotate(-13deg);
}
@media only screen and (max-width: 1380px) {
  .heading-area-top .obj-01 {
    width: 6vw;
  }
}
.heading-area-top .obj-02 {
  width: 10.4rem;
  top: 43%;
  left: -7%;
}
@media only screen and (max-width: 1380px) {
  .heading-area-top .obj-02 {
    width: 6vw;
    left: -4%;
  }
}
.heading-area-top .obj-03 {
  width: 5.8rem;
  top: 58%;
  left: 5%;
}
@media only screen and (max-width: 1380px) {
  .heading-area-top .obj-03 {
    width: 4vw;
  }
}
.heading-area-top .obj-04 {
  width: 4.7rem;
  top: 75%;
  left: 0%;
}
@media only screen and (max-width: 1380px) {
  .heading-area-top .obj-04 {
    width: 3.6vw;
  }
}
.heading-area-top .obj-05 {
  width: 5rem;
  top: 10%;
  right: -5%;
}
@media only screen and (max-width: 1380px) {
  .heading-area-top .obj-05 {
    width: 3.6vw;
    top: 18%;
  }
}
.heading-area-top .obj-06 {
  width: 5.8rem;
  top: 22%;
  right: 2%;
}
@media only screen and (max-width: 1380px) {
  .heading-area-top .obj-06 {
    width: 4vw;
    top: 25%;
  }
}
.heading-area-top .obj-07 {
  width: 9rem;
  top: 32%;
  right: -11%;
  -webkit-transform: rotate(13deg);
          transform: rotate(13deg);
}
@media only screen and (max-width: 1380px) {
  .heading-area-top .obj-07 {
    width: 5vw;
    right: -5%;
    top: 40%;
  }
}
.heading-area-top .obj-08 {
  width: 10.4rem;
  top: 62%;
  right: -3%;
}
@media only screen and (max-width: 1380px) {
  .heading-area-top .obj-08 {
    width: 5.2rem;
    right: 0;
  }
}
.heading-area-top .bg-arch {
  width: 100%;
  height: 150px;
  background-color: #A40B5D;
  position: relative;
  overflow: hidden;
  clip-path: ellipse(60% 150px at 50% 0);
  -webkit-clip-path: ellipse(60% 150px at 50% 0);
  z-index: -1;
}
@media only screen and (max-width: 1100px) {
  .heading-area-top .bg-arch {
    height: 100px;
    clip-path: ellipse(85% 100px at 50% 0);
    -webkit-clip-path: ellipse(85% 100px at 50% 0);
  }
}
.heading-area-top .intro-pht-grp ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2%;
  width: 120%;
  margin-left: -10%;
}
@media only screen and (max-width: 1100px) {
  .heading-area-top .intro-pht-grp ul {
    width: 200%;
    margin-left: -50%;
  }
}
.heading-area-top .intro-pht-grp ul li {
  width: 20%;
  position: relative;
}
.heading-area-top .intro-pht-grp ul li:nth-child(2), .heading-area-top .intro-pht-grp ul li:nth-child(5) {
  margin-top: 3vw;
}
.heading-area-top .intro-pht-grp ul li:nth-child(3), .heading-area-top .intro-pht-grp ul li:nth-child(4) {
  margin-top: 6vw;
}
@media only screen and (max-width: 1100px) {
  .heading-area-top .intro-pht-grp ul li:nth-child(3), .heading-area-top .intro-pht-grp ul li:nth-child(4) {
    margin-top: 10vw;
  }
}
.heading-area-top .intro-pht-grp ul li img {
  width: 100%;
}

.entry-area-top {
  margin-top: 12rem;
}
@media only screen and (max-width: 1380px) {
  .entry-area-top {
    margin-top: 8rem;
  }
}
.entry-area-top .obj-04, .entry-area-top .obj-03, .entry-area-top .obj-02, .entry-area-top .obj-01, .entry-area-top .heading-area-top .obj-05, .heading-area-top .entry-area-top .obj-05, .entry-area-top .heading-area-top .obj-06, .heading-area-top .entry-area-top .obj-06, .entry-area-top .heading-area-top .obj-07, .heading-area-top .entry-area-top .obj-07, .entry-area-top .heading-area-top .obj-08, .heading-area-top .entry-area-top .obj-08 {
  position: absolute;
}
.entry-area-top .obj-01 {
  width: 51rem;
  top: 20%;
  right: 0%;
}
@media only screen and (max-width: 1380px) {
  .entry-area-top .obj-01 {
    width: 30vw;
  }
}
@media only screen and (max-width: 1100px) {
  .entry-area-top .obj-01 {
    top: 17%;
  }
}
.entry-area-top .obj-02 {
  width: 49rem;
  top: 45%;
  left: 0;
}
@media only screen and (max-width: 1380px) {
  .entry-area-top .obj-02 {
    width: 25vw;
    top: 40%;
  }
}
@media only screen and (max-width: 1100px) {
  .entry-area-top .obj-02 {
    width: 33vw;
    top: 45%;
  }
}
.entry-area-top .obj-03 {
  width: 51rem;
  top: 62%;
  right: 0;
}
@media only screen and (max-width: 1380px) {
  .entry-area-top .obj-03 {
    width: 30vw;
    top: 57%;
  }
}
@media only screen and (max-width: 1100px) {
  .entry-area-top .obj-03 {
    width: 31vw;
    top: 69%;
  }
}
.entry-area-top .obj-04 {
  width: 41rem;
  bottom: 10%;
  left: 0%;
}
@media only screen and (max-width: 1380px) {
  .entry-area-top .obj-04 {
    width: 25vw;
    bottom: 20%;
  }
}
@media only screen and (max-width: 1100px) {
  .entry-area-top .obj-04 {
    width: 28vw;
    bottom: 15%;
  }
}
.entry-area-top .inner .ttl-large .ttl-large-wrap span:nth-child(1) {
  -webkit-transform: rotate(-18deg) translateY(0px);
          transform: rotate(-18deg) translateY(0px);
}
.entry-area-top .inner .ttl-large .ttl-large-wrap span:nth-child(2) {
  -webkit-transform: rotate(-6deg) translateY(-8px);
          transform: rotate(-6deg) translateY(-8px);
}
.entry-area-top .inner .ttl-large .ttl-large-wrap span:nth-child(3) {
  -webkit-transform: rotate(0deg) translateY(-14px);
          transform: rotate(0deg) translateY(-14px);
}
.entry-area-top .inner .ttl-large .ttl-large-wrap span:nth-child(4) {
  -webkit-transform: rotate(1deg) translateY(-14px);
          transform: rotate(1deg) translateY(-14px);
}
.entry-area-top .inner .ttl-large .ttl-large-wrap span:nth-child(5) {
  -webkit-transform: rotate(12deg) translateY(-13px);
          transform: rotate(12deg) translateY(-13px);
  margin-left: -3px;
}
.entry-area-top .inner .ttl-large .ttl-large-wrap span:nth-child(6) {
  -webkit-transform: rotate(14deg) translateY(-7px);
          transform: rotate(14deg) translateY(-7px);
}
.entry-area-top .inner .ttl-large .ttl-large-wrap span:nth-child(7) {
  -webkit-transform: rotate(20deg) translateY(0);
          transform: rotate(20deg) translateY(0);
}
@media only screen and (max-width: 1380px) {
  .entry-area-top .inner .ttl-large img {
    width: 26%;
  }
}
@media only screen and (max-width: 1100px) {
  .entry-area-top .inner .ttl-large img {
    width: 30%;
  }
}
@media only screen and (max-width: 768px) {
  .entry-area-top .inner .ttl-large img {
    width: 70%;
  }
}
.entry-area-top .inner .entry-block {
  background: url(../img/top/bg_entry_bdr.png) no-repeat center center/contain;
  aspect-ratio: 216/464;
}
@media only screen and (max-width: 1380px) {
  .entry-area-top .inner .entry-block {
    height: auto;
    background: url(../img/top/bg_entry_bdr.png) no-repeat center top/99%;
  }
}
@media only screen and (max-width: 1100px) {
  .entry-area-top .inner .entry-block {
    background: none;
    aspect-ratio: auto;
    border: 5px solid #A40B5D;
    border-radius: 16px;
    margin-top: 7%;
    padding-bottom: 7%;
  }
}
.entry-area-top .inner .entry-block ul {
  padding-top: 10rem;
  margin-top: 7rem;
}
@media only screen and (max-width: 1100px) {
  .entry-area-top .inner .entry-block ul {
    padding-top: 0%;
    margin-top: 3rem;
  }
}
.entry-area-top .inner .entry-block ul li {
  margin-top: 6rem;
  text-align: center;
}
.entry-area-top .inner .entry-block ul li:nth-child(1) {
  margin-top: 0;
}
.entry-area-top .inner .entry-block ul li p {
  background-color: #5E8938;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 900;
  width: 5.6rem;
  height: 5.6rem;
  line-height: 5.6rem;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
}
@media only screen and (max-width: 1380px) {
  .entry-area-top .inner .entry-block ul li p {
    width: 4.6rem;
    height: 4.6rem;
    line-height: 4.6rem;
  }
}
@media only screen and (max-width: 1100px) {
  .entry-area-top .inner .entry-block ul li p {
    width: 5.6rem;
    height: 5.6rem;
    line-height: 5.6rem;
  }
}
.entry-area-top .inner .entry-block ul li h4 {
  font-size: 2.4rem;
  font-weight: 700;
  color: #5E8938;
  margin-top: 2rem;
}
.entry-area-top .inner .entry-block ul li div {
  margin: 3rem auto 0;
  width: 40%;
}
@media only screen and (max-width: 1380px) {
  .entry-area-top .inner .entry-block ul li div {
    margin-top: 2rem;
  }
}
@media only screen and (max-width: 1100px) {
  .entry-area-top .inner .entry-block ul li div {
    width: 80%;
    margin-inline: auto;
  }
}
.entry-area-top .inner .entry-block .btn-block {
  margin-top: 6rem;
}
@media only screen and (max-width: 1380px) {
  .entry-area-top .inner .entry-block .btn-block {
    margin-top: 3rem;
  }
}
@media only screen and (max-width: 1100px) {
  .entry-area-top .inner .entry-block .btn-block p a {
    margin-inline: auto;
    padding: 1.2em 0;
  }
}
@media only screen and (max-width: 1380px) {
  .entry-area-top .inner .entry-block .btn-block p a {
    margin-inline: auto;
    padding: 2em 4em;
  }
}
@media only screen and (max-width: 768px) {
  .entry-area-top .inner .entry-block .btn-block p a {
    padding: 1.2em 0;
  }
}

.spot-area-top {
  margin-top: 12rem;
}
@media only screen and (max-width: 1380px) {
  .spot-area-top {
    margin-top: 6rem;
  }
}
.spot-area-top .inner {
  background: url(../img/top/bg_spot.png) no-repeat center center/contain;
  height: 1599px;
  padding-top: 13rem;
}
@media only screen and (max-width: 1380px) {
  .spot-area-top .inner {
    height: auto;
    padding: 10rem 0 4rem;
    background: url(../img/top/bg_spot.png) no-repeat center center/99%;
    aspect-ratio: 27/40;
  }
}
@media only screen and (max-width: 1100px) {
  .spot-area-top .inner {
    background: #A40B5D;
    aspect-ratio: auto;
    border-radius: 24px;
    padding-top: 6em;
    padding-bottom: 4em;
  }
}
.spot-area-top .inner .ttl-large {
  margin-top: 5.2rem;
}
.spot-area-top .inner .ttl-large .ttl-large-wrap span {
  color: #fff;
}
.spot-area-top .inner .ttl-large .ttl-large-wrap span:nth-child(1) {
  -webkit-transform: rotate(-18deg) translateY(0px);
          transform: rotate(-18deg) translateY(0px);
}
.spot-area-top .inner .ttl-large .ttl-large-wrap span:nth-child(2) {
  -webkit-transform: rotate(-6deg) translateY(-8px);
          transform: rotate(-6deg) translateY(-8px);
  margin-left: 2px;
}
.spot-area-top .inner .ttl-large .ttl-large-wrap span:nth-child(3) {
  -webkit-transform: rotate(0deg) translateY(-14px);
          transform: rotate(0deg) translateY(-14px);
}
.spot-area-top .inner .ttl-large .ttl-large-wrap span:nth-child(4) {
  -webkit-transform: rotate(5deg) translateY(-12px);
          transform: rotate(5deg) translateY(-12px);
}
.spot-area-top .inner .ttl-large .ttl-large-wrap span:nth-child(5) {
  -webkit-transform: rotate(12deg) translateY(-9px);
          transform: rotate(12deg) translateY(-9px);
}
.spot-area-top .inner .ttl-large .ttl-large-wrap span:nth-child(6) {
  -webkit-transform: rotate(17deg) translateY(-3px);
          transform: rotate(17deg) translateY(-3px);
  margin-left: 2px;
}
.spot-area-top .inner .spot-block {
  text-align: center;
  padding-inline: 7.4%;
  color: #fff;
}
@media only screen and (max-width: 1380px) {
  .spot-area-top .inner .spot-block {
    padding-inline: 0;
  }
}
.spot-area-top .inner .spot-block .spot-main-img {
  margin-top: 5.6rem;
}
@media only screen and (max-width: 1380px) {
  .spot-area-top .inner .spot-block .spot-main-img {
    width: 90%;
    margin-inline: auto;
  }
}
@media only screen and (max-width: 1100px) {
  .spot-area-top .inner .spot-block .spot-main-img {
    width: 90%;
  }
}
.spot-area-top .inner .spot-block .spot-main-img img {
  width: 100%;
}
.spot-area-top .inner .spot-block .txt-part {
  margin-top: 6.4rem;
}
@media only screen and (max-width: 1100px) {
  .spot-area-top .inner .spot-block .txt-part {
    padding-inline: 5%;
  }
}
.spot-area-top .inner .spot-block .txt-part h4 {
  font-size: 4rem;
  font-weight: 900;
}
@media only screen and (max-width: 1100px) {
  .spot-area-top .inner .spot-block .txt-part h4 {
    font-size: 3.3rem;
  }
}
.spot-area-top .inner .spot-block .txt-part .spot-content {
  margin-top: 4rem;
}
@media only screen and (max-width: 1380px) {
  .spot-area-top .inner .spot-block .txt-part .spot-content {
    margin-top: 2.5rem;
  }
}
.spot-area-top .inner .spot-block .txt-part .spot-content p {
  font-size: 1.6rem;
  font-weight: 900;
  margin-top: 1em;
}
.spot-area-top .inner .spot-block .txt-part .spot-content p:first-child {
  margin-top: 0;
}
.spot-area-top .inner .spot-block .btn-block {
  width: 500px;
  margin: 4rem auto 0;
}
@media only screen and (max-width: 1100px) {
  .spot-area-top .inner .spot-block .btn-block {
    width: 90%;
    margin-inline: auto;
  }
}
@media only screen and (max-width: 1380px) {
  .spot-area-top .inner .spot-block .btn-block {
    margin-top: 3rem;
    width: 70%;
  }
}
@media only screen and (max-width: 768px) {
  .spot-area-top .inner .spot-block .btn-block {
    width: 90%;
    margin-top: 7%;
    margin-inline: auto;
  }
}
.spot-area-top .inner .spot-block .btn-block p {
  width: 100%;
  margin: 0;
}
.spot-area-top .inner .spot-block .btn-block p a {
  width: 100%;
  padding-inline: 2rem;
  border: 3px solid transparent;
}
@media only screen and (max-width: 1100px) {
  .spot-area-top .inner .spot-block .btn-block p a {
    padding: 1.2em 0;
  }
}
.spot-area-top .inner .spot-block .btn-block p a:hover {
  background-color: #A40B5D;
  color: #fff;
  border: 3px solid #fff;
}
.note-area-top {
  margin-top: 11rem;
}
@media only screen and (max-width: 1380px) {
  .note-area-top {
    margin-top: 8rem;
  }
}
.note-area-top .note-wave {
  width: 100%;
}
.note-area-top .note-wave img {
  line-height: 0;
  width: 100%;
}
.note-area-top .note-outer {
  background-color: #fff;
  padding-bottom: 12rem;
}
@media only screen and (max-width: 1380px) {
  .note-area-top .note-outer {
    padding-bottom: 8rem;
  }
}
@media only screen and (max-width: 1100px) {
  .note-area-top .note-outer {
    padding-inline: 5%;
  }
}
.note-area-top .note-outer .inner {
  padding: 12rem 0 0;
}
@media only screen and (max-width: 1380px) {
  .note-area-top .note-outer .inner {
    padding: 8rem 0 0;
  }
}
.note-area-top .note-outer .inner .ttl-top img {
  margin-top: 0;
}
.note-area-top .note-outer .inner .note-block {
  position: relative;
  z-index: 1;
}
.note-area-top .note-outer .inner .note-block::before {
  content: "";
  display: block;
  position: absolute;
  top: 2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0.05;
  width: 44.8rem;
  height: 45.2rem;
  background-color: #A40B5D;
  mask: url(../img/common/logomark.svg) no-repeat center center/cover;
  -webkit-mask: url(../img/common/logomark.svg) no-repeat center center/cover;
}
@media only screen and (max-width: 1380px) {
  .note-area-top .note-outer .inner .note-block::before {
    width: 40vw;
    height: 40vw;
  }
}
@media only screen and (max-width: 1100px) {
  .note-area-top .note-outer .inner .note-block::before {
    width: 60vw;
    height: 60vw;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@media only screen and (max-width: 768px) {
  .note-area-top .note-outer .inner .note-block::before {
    width: 130vw;
    height: 130vw;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.note-area-top .note-outer .inner .note-block .note-box {
  margin-top: 10.1rem;
}
@media only screen and (max-width: 1380px) {
  .note-area-top .note-outer .inner .note-block .note-box {
    margin-top: 5rem;
  }
}
.note-area-top .note-outer .inner .note-block .note-box h4 {
  font-size: 2.6rem;
  font-weight: 700;
  color: #5E8938;
}
.note-area-top .note-outer .inner .note-block .note-box h4::before {
  content: "";
  width: 1.1rem;
  height: 1.1rem;
  background-color: #5E8938;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 1rem;
}
.note-area-top .note-outer .inner .note-block .note-box ul {
  margin-top: 1.5em;
}
.note-area-top .note-outer .inner .note-block .note-box ul li {
  font-weight: 400;
  margin-top: 0.3em;
  list-style: circle;
  list-style-position: inside;
  padding-left: 1.5em;
  text-indent: -1.5em;
}
.note-area-top .note-outer .inner .note-block .note-box ul li:first-child {
  margin-top: 0;
}

#footer {
  background-color: #fff;
  border-left: 1.4rem solid #5E8938;
  border-right: 1.4rem solid #5E8938;
}
@media only screen and (max-width: 1100px) {
  #footer {
    border-left: 1rem solid #5E8938;
    border-right: 1rem solid #5E8938;
  }
}