body {
  width: 100%;
}

main {
  width: 100%;
  max-width: none;
  padding: 0;
  margin: 0;
}

.toppage-main-inner {
  max-width: 960px;
  margin: 0 auto;
}

.toppage-header {
  position: relative;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}

.toppage-header nav {
  position: fixed;
  right: 0;
  z-index: 2;
}

.toppage-header .nav-logo {
  display: none;
}

.toppage-header .nav-ul {
  opacity: 0.9;
}

.top-slide {
  z-index: 0;
  width: 100%;
}

.top-slide li {
  position: relative;
  max-height: 540px;
  overflow: hidden;
}

.top-slide img {
  width: 100%;
}

.top-slide-main {
  max-width: 960px;
  margin: 0 auto;
}

.top-slide-blur {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
  width: 100%;
  filter: blur(5px);
  transform: translateY(-50%);
}

.slick-dots {
  bottom: 25px;
}

.slick-dots li button::before {
  color: #ececec;
  opacity: 1;
}

.slick-dots li.slick-active button::before {
  color: #7db197;
  opacity: 1;
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.top-announce {
  width: 100vw;
  margin: 0 calc(50% - 50vw) 60px;
  color: #ffffff;
  background-color: #7db197;
}

.top-announce h1 {
  position: relative;
  display: block;
  margin-bottom: 34px;
  font-size: 24px;
  line-height: 1.5em;
  color: #ffffff;
  text-align: center;
}

.top-announce p {
  line-height: 2.1em;
  text-align: justify;
}

.h1-bg {
  position: relative;
  z-index: 1;
  display: inline-block;
}

.h1-bg span {
  display: inline-block;
}

.h1-bg::before {
  position: absolute;
  bottom: -16px;
  left: 50%;
  z-index: -1;
  width: 360px;
  height: 20px;
  background-image: url("../img/top_announce_h1.svg");
  background-repeat: no-repeat;
  content: '';
  transform: translateX(-50%);
}

.top-announce-inner {
  max-width: 960px;
  padding: 54px 115px;
  margin: 0 auto;
}

.top-guide {
  margin: 0 115px 45px;
}

.top-guide h1 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 24px;
  margin-bottom: 30px;
  font-size: 24px;
  text-align: center;
  background-color: #ececec;
}

.top-guide h1 span {
  display: inline-block;
}

.top-guide h1::before, .top-guide h1::after {
  flex-shrink: 0;
  width: 25px;
  height: 25px;
  background-image: url("../img/top_guide_icon.png");
  background-repeat: no-repeat;
  content: '';
}

.top-guide h1::before {
  margin-right: 18px;
}

.top-guide h1::after {
  margin-left: 18px;
}

.top-guide p {
  font-size: 15px;
}

.top-guide-txt-link {
  display: inline-block;
  color: #23951c;
}

.top-guide-txt-link:hover {
  text-decoration: underline;
}

.top-contents1 {
  position: relative;
  width: 100%;
  margin-bottom: 45px;
}

.top-contents1-list {
  width: 100%;
  padding-top: 32px;
  margin-bottom: 130px;
}

.top-contents1-ul-block {
  width: 100%;
  margin-bottom: 32px;
  background-color: #ececec;
}

.top-contents1-ul-block-inner {
  position: relative;
  width: 100%;
  max-width: 960px;
  padding: 0 115px;
  margin: 0 auto;
}

.top-contents1-img {
  position: absolute;
  top: -32px;
  left: 511px;
  width: 367px;
}

.top-contents1-img img {
  width: 100%;
}

.top-contents1-ul {
  position: relative;
  width: 360px;
  padding: 32px 0 12px;
}

.top-contents1-ul li {
  margin-bottom: 28px;
  font-size: 20px;
  color: #184217;
  background-color: #ffffff;
  border-left: 6px solid #23951c;
}

.top-contents1-ul li span {
  display: inline-block;
}

.top-contents1-ul li :last-of-type {
  margin-bottom: 0;
}

.top-contents1-ul li a {
  display: flex;
  align-items: center;
  padding: 12px 30px;
}

.top-contents1-ul li a::before {
  top: 0;
  left: 24px;
  display: inline-block;
  flex-shrink: 0;
  width: 25px;
  height: 25px;
  margin-right: 28px;
  background-image: url("../img/green_circle_arrow.png");
  background-repeat: no-repeat;
  content: '';
  transition: all 0.3s ease 0s;
}

.top-contents1-btn-wrapper {
  width: 100%;
  max-width: 960px;
  padding: 0 115px;
  margin: 0 auto;
  font-size: 20px;
  color: #ffffff;
}

.top-contents1-btn {
  position: relative;
  width: 360px;
  background-color: #23951c;
}

.top-contents1-btn a {
  padding: 24px 12px;
  text-align: center;
}

.top-contents1-btn:hover {
  opacity: 0.7;
}

.top-contents2-wrapper {
  position: relative;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  overflow: hidden;
}

.top-contents2-wrapper::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: calc(100% + 12px);
  height: calc(100% + 12px);
  background-image: url("../img/top_contents2_img01.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
  filter: blur(5px);
}

.top-contents2-img {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}

.top-contents2-img img {
  width: 100%;
}

.top-contents2-list {
  width: 100vw;
  padding: 30px 0;
  margin: 0 calc(50% - 50vw) 70px;
  background-color: #7db197;
}

.top-contents2-list ul {
  display: flex;
  justify-content: center;
}

.top-contents2-list ul li {
  width: 100%;
  max-width: 280px;
  margin: 10px 0;
  color: #ffffff;
  border-left: 1px solid #ffffff;
}

.top-contents2-list ul li span {
  display: inline-block;
  text-align: center;
}

.top-contents2-list ul li:last-of-type {
  border-right: 1px solid #ffffff;
}

.top-contents2-list ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 23px 10px;
}

.top-sns {
  padding: 0 115px;
  margin-bottom: 70px;
}

.top-sns h1 {
  margin-bottom: 40px;
  font-size: 20px;
  text-align: center;
}

.top-sns-inner {
  display: flex;
  justify-content: space-between;
  max-width: 600px;
  margin: 0 auto;
}

.top-sns-block {
  width: 50%;
  text-align: center;
}

.top-sns-block h2 {
  font-size: 16px;
}

.top-sns-icon {
  display: inline-block;
  color: #23951c;
}

.top-sns-icon a:hover {
  text-decoration: underline;
}

.top-sns-icon:hover {
  opacity: 0.7;
}

.entry-btn-toform {
  background-color: #23a5ea;
}

.top-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  max-width: 540px;
  margin: 0 auto;
  margin-bottom: 60px;
}

.top-links-bnr {
  width: 160px;
  height: 56px;
  margin: 0 10px 20px;
}

.top-links-bnr:hover {
  opacity: 0.7;
}

.top-links-bnr img {
  width: 100%;
  height: 100%;
}

.top-links-bnr.none {
  height: 0;
  margin-bottom: 0;
}

@media screen and (max-width: 960px) {
  .top-announce-inner {
    padding: 54px 30px;
  }
  .top-guide {
    margin: 0 30px 45px;
  }
  .top-contents1-ul-block-inner {
    padding: 0 50px;
  }
  .top-contents1-img {
    left: 446px;
  }
  .top-contents1-btn-wrapper {
    padding: 0 50px;
  }
  .top-sns {
    padding: 0 30px;
  }
  .top-links {
    justify-content: center;
    max-width: 600px;
    padding: 0 30px;
  }
}

@media screen and (max-width: 850px) {
  .top-contents1-ul-block-inner {
    padding: 0 30px;
  }
  .top-contents1-img {
    left: 53%;
  }
  .top-contents1-ul li {
    box-shadow: 1px 1px 1px 1px rgba(8, 38, 7, 0.1);
  }
  .top-contents1-btn {
    box-shadow: 1px 1px 1px 1px rgba(8, 38, 7, 0.1);
  }
  .top-contents1-btn-wrapper {
    padding: 0 30px;
  }
}

@media screen and (max-width: 720px) {
  .top-slide {
    padding-top: 60px;
  }
  .top-announce h1 {
    font-size: 20px;
  }
  .top-guide h1 {
    font-size: 20px;
  }
  .top-contents2-list-inner {
    padding: 0 30px;
  }
}

@media screen and (max-width: 540px) {
  .top-slide {
    padding-top: 80px;
  }
  .top-guide h1 {
    padding: 10px 12px;
  }
  .top-guide h1::before, .top-guide h1::after {
    width: 18px;
    height: 18px;
    background-size: 18px;
  }
  .top-guide h1::before {
    margin-right: 10px;
  }
  .top-guide h1::after {
    margin-left: 10px;
  }
  .top-contents1-list {
    margin-bottom: 120px;
  }
  .top-contents1-ul,
  .top-contents1-btn {
    width: 100%;
  }
  .top-contents1-ul li {
    margin-bottom: 18px;
    font-size: 16px;
    letter-spacing: 0.1em;
  }
  .top-contents1-ul li a {
    padding: 10px 15px;
  }
  .top-contents1-ul li a::before {
    margin-right: 10px;
  }
  .top-contents1-btn {
    font-size: 16px;
  }
  .top-contents1-btn a {
    padding: 18px 15px;
  }
  .top-contents1-img {
    height: 480px;
  }
  .top-contents1-img img {
    width: auto;
    height: 100%;
  }
  .top-contents2-img {
    height: 120px;
  }
  .top-contents2-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
  }
  .top-contents2-list {
    padding: 18px 0;
    font-size: 14px;
  }
  .top-contents2-list ul {
    flex-wrap: wrap;
  }
  .top-contents2-list ul li {
    min-width: 140px;
    border-right: solid 1px #ffffff;
  }
}

@media screen and (max-width: 450px) {
  .top-sns-inner {
    flex-wrap: wrap;
  }
  .top-sns-block {
    width: 100%;
  }
  .top-sns-block h2 {
    margin-bottom: 10px;
  }
  .top-sns-block:first-of-type {
    margin-bottom: 30px;
  }
}
