/* Scss Document */
@keyframes arrowDown {
  0% {
    transform: translate(-50%, 0);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  70% {
    transform: translate(-50%, 25px);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, 40px);
    opacity: 0;
  }
}
footer {
  padding-bottom: 0 !important;
}
footer address {
  position: absolute;
  bottom: 30px;
  left: 20px;
}

@media screen and (min-width: 768px) {
  #pagetop {
    bottom: 30px;
    right: 30px;
  }
  footer address {
    bottom: 30px;
    left: 30px;
  }
  header .hd-fixed {
    opacity: 0;
    transition: all 0.5s ease-out 0.5s;
    -moz-transition: all 0.5s ease-out 0.5s;
    -webkit-transition: all 0.5s ease-out 0.5s;
  }
}
.frame-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  pointer-events: none;
  font-family: "Noto Color Emoji", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.frame-fixed ul {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.frame-fixed ul li {
  position: absolute;
  background-color: #EBE9E0;
  color: #118825;
  font-size: 18px;
  font-weight: 500;
  line-height: 60px;
  white-space: nowrap;
  overflow: hidden;
  opacity: 0;
  transition: all 0.5s ease-out 1s;
  -moz-transition: all 0.5s ease-out 1s;
  -webkit-transition: all 0.5s ease-out 1s;
}
.frame-fixed ul li .text {
  display: block;
  position: relative;
  will-change: transform;
}
.frame-fixed ul li.top_js {
  border-bottom: 1px solid;
  top: 0;
  left: 60px;
  right: 0;
  height: 60px;
  padding-left: 23px;
  z-index: 3;
  transform: translateY(-100%);
}
.frame-fixed ul li.bt_js {
  left: 0;
  right: 60px;
  bottom: 0;
  height: 60px;
  border-top: 1px solid;
  padding-left: 23px;
  transform: translateY(100%);
}
.frame-fixed ul li.r_js {
  border-left: 1px solid;
  top: 60px;
  bottom: 0;
  right: 0;
  width: 60px;
  transform: translateX(100%);
}
.frame-fixed ul li.l_js {
  border-right: 1px solid;
  top: 0;
  bottom: 60px;
  left: 0;
  width: 60px;
  transform: translateX(-100%);
}
@media screen and (max-width: 999px) {
  .frame-fixed ul li {
    line-height: 40px;
    font-size: 16px;
  }
  .frame-fixed ul li.top_js {
    left: 40px;
    height: 40px;
  }
  .frame-fixed ul li.bt_js {
    right: 40px;
    height: 40px;
  }
  .frame-fixed ul li.r_js {
    top: 40px;
    width: 40px;
  }
  .frame-fixed ul li.l_js {
    width: 40px;
    bottom: 40px;
  }
}

.page-done header .hd-fixed {
  opacity: 1;
}
.page-done .frame-fixed ul li {
  opacity: 1;
  transform: translate(0);
}

#key {
  position: relative;
  height: 100vh;
}
#key .box {
  width: 540px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  z-index: 99;
}
#key .box .bnr {
  width: 280px;
  margin: 8px auto 0;
  display: block;
  background-color: #118825;
  color: #fff;
  text-align: center;
  line-height: 30px;
  border-radius: 20px;
  font-size: 18px;
  font-weight: 500;
  padding: 4px 0 6px;
}
@media screen and (max-width: 767px) {
  #key .box {
    width: 270px;
    margin-top: 12px;
  }
  #key .box .bnr {
    width: 210px;
    line-height: 24px;
    font-size: 14px;
    padding: 4px 0 4px;
  }
}
#key .arow {
  position: absolute;
  width: 66px;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  animation: arrowDown 2s infinite;
}
@media screen and (max-width: 767px) {
  #key .arow {
    width: 40px;
    bottom: 30px;
  }
}
#key .tit {
  position: absolute;
  bottom: 42px;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 18px;
  line-height: 1.7;
  text-shadow: -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, 2px 2px 0 #fff, -2px 0 0 #fff, 2px 0 0 #fff, 0 -2px 0 #fff, 0 2px 0 #fff;
}
@media screen and (max-width: 767px) {
  #key .tit {
    font-size: 14px;
    line-height: 1.5;
    bottom: 24px;
  }
}

.js-key {
  z-index: -1;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.js-key .object-fit-cover {
  height: 100vh;
}
.js-key .object-fit-cover .ext {
  width: 113vw !important;
  height: 110% !important;
  top: -3vw;
}
@media screen and (max-width: 900px) {
  .js-key .object-fit-cover .ext {
    width: 122vw !important;
    height: 120% !important;
    top: -23vw;
  }
}

#sec1 {
  padding: 120px 40px;
}
#sec1 .wrap {
  background-color: #fff;
  max-width: 600px;
  height: 840px;
  justify-content: center;
  align-items: center;
  text-align: center;
  border: 1px solid;
  border-radius: 300px;
  font-size: 18px;
  line-height: 2;
}
#sec1 .lead {
  padding-bottom: 10px;
}
#sec1 h2 {
  width: 298px;
  margin: 0 auto;
}
#sec1 .txt {
  padding: 40px 0;
  font-size: 18px;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #sec1 {
    padding: 80px 40px;
  }
  #sec1 .wrap {
    height: auto;
    padding: 80px 25px;
  }
  #sec1 h2 {
    width: 172px;
  }
  #sec1 .txt {
    padding: 30px 0;
  }
}

#sec2 {
  border-top: 1px solid;
  border-bottom: 1px solid;
  background-color: #fff;
  padding: 100px 0px;
}
#sec2 .wrap {
  max-width: 1000px;
}
#sec2 .h-tit {
  text-align: center;
}
#sec2 .h-tit span {
  width: 120px;
  display: inline-block;
  color: #118825;
  line-height: 30px;
  border-radius: 20px;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 0;
  background-color: rgba(17, 136, 37, 0.1);
  padding: 3px 0 7px;
}
#sec2 .link {
  justify-content: center;
  gap: 30px;
  padding: 30px 0 44px;
}
#sec2 .link li {
  width: 240px;
}
#sec2 .link li a {
  display: block;
  position: relative;
  z-index: 1;
}
#sec2 .link li a:after {
  background: url("../img/index/bnr_bg1.png") no-repeat center 0/100%;
  content: "";
  position: absolute;
  left: 0;
  top: -12px;
  right: 0;
  bottom: -50px;
  z-index: -2;
}
#sec2 .link li a:before {
  background: #fff url("../img/shared/arow5.svg") no-repeat center/100%;
  content: "";
  width: 40px;
  height: 40px;
  border: 1px solid;
  border-radius: 50%;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  box-shadow: 4px 4px 0px #118825;
  transition: 0.2s box-shadow ease, 0.2s translate ease;
  transition: 0.2s box-shadow ease, 0.2s translate ease;
  box-sizing: border-box;
}
#sec2 .link li a img {
  opacity: 1 !important;
}
#sec2 .link li a:hover:before {
  box-shadow: none !important;
  translate: 4px 4px;
}
#sec2 .link li:nth-child(2) a:after {
  background: url("../img/index/bnr_bg2.png") no-repeat center 0/100%;
}
#sec2 .link li:nth-child(3) a:after {
  background: url("../img/index/bnr_bg3.png") no-repeat center 0/100%;
}
#sec2 .link li:nth-child(4) {
  background: none;
  width: 197px;
  margin-left: -20px;
}
#sec2 .link li:nth-child(4) a:after {
  display: none;
}
@media screen and (max-width: 999px) {
  #sec2 .link {
    max-width: 600px;
    margin: 0 auto;
    gap: 60px 30px;
  }
}
@media screen and (max-width: 767px) {
  #sec2 .link {
    gap: 18px 15px;
    padding: 0 20px 30px;
  }
  #sec2 .link li {
    width: 160px;
  }
  #sec2 .link li a {
    padding: 0 5px;
  }
  #sec2 .link li a:before {
    right: auto;
    left: calc(50% - 20px);
  }
  #sec2 .link li a:after {
    background: url("../img/index/bnr_bg1_sp.png") no-repeat center 0/100%;
    top: -9px;
  }
  #sec2 .link li:nth-child(2) a:after {
    background: url("../img/index/bnr_bg2_sp.png") no-repeat center 0/100%;
  }
  #sec2 .link li:nth-child(3) a:after {
    background: url("../img/index/bnr_bg3_sp.png") no-repeat center 0/100%;
  }
  #sec2 .link li:nth-child(4) {
    margin-left: 0;
    width: 160px;
  }
}
#sec2 .bnr-guide {
  margin-bottom: 100px;
  max-width: 430px;
}
#sec2 .bnr-guide a {
  padding-right: 26px;
}
@media screen and (max-width: 767px) {
  #sec2 .bnr-guide {
    width: 300px;
    margin-bottom: 60px;
  }
}
#sec2 .banner-group h3 {
  text-align: center;
  color: #118825;
  font-size: 26px;
  font-weight: 900;
  line-height: 1.5;
  padding-bottom: 10px;
}
#sec2 .banner-group ul {
  gap: 20px;
  justify-content: center;
}
#sec2 .banner-group li {
  width: calc(50% - 10px);
}
@media screen and (max-width: 1080px) {
  #sec2 .banner-group li {
    width: 488px;
  }
}
@media screen and (max-width: 767px) {
  #sec2 .banner-group {
    margin-bottom: 0px;
  }
  #sec2 .banner-group h3 {
    font-size: 20px;
  }
  #sec2 .banner-group ul {
    gap: 10px;
  }
  #sec2 .banner-group li {
    width: 280px;
  }
  #sec2 .banner-group li a {
    font-size: 15px;
    line-height: 1.3;
    gap: 4px 0;
    border-radius: 70px;
    padding: 0px 0px 0px 77px;
    min-height: 70px;
  }
  #sec2 .banner-group li a:before {
    width: 14px;
    height: 14px;
    right: 28px;
    background: url("../img/shared/dl_ico.svg") no-repeat 0 0/100%;
  }
  #sec2 .banner-group li a span {
    font-size: 13px;
    line-height: 1.3;
  }
  #sec2 .banner-group li a img {
    width: 70px;
    left: -1px;
    top: -1px;
  }
}
#sec2 .cont-shared {
  position: relative;
  background-image: url("../img/index/sec2_deco.png");
  background-position: center 0;
  background-size: 1200px;
  background-repeat: no-repeat;
  padding: 83px 30px 70px;
  margin-bottom: 80px;
  min-height: 887px;
}
#sec2 .cont-shared .wrap {
  min-height: 595px;
}
#sec2 .cont-shared h2 {
  width: 349px;
  position: absolute;
  top: 0px;
  left: -39px;
  z-index: 1;
}
#sec2 .cont-shared .txt {
  max-width: 318px;
  position: absolute;
  top: 227px;
  left: 0;
}
#sec2 .cont-shared .bnr-shared {
  width: 170px;
  position: absolute;
  top: 324px;
  left: 0;
  z-index: 5;
}
#sec2 .cont-shared .bnr-shared a {
  padding: 0 0 0 17px;
  font-size: 16px;
  text-align: left;
  justify-content: flex-start;
}
#sec2 .cont-shared .blog-shared {
    justify-content: flex-end;
    padding: 0px 0 30px;
    min-height: 416px;
}
#sec2 .cont-shared .blog-shared .item {
  padding: 29px 29px 23px;
  width: calc(50% - 10px);
  max-width: 318px;
}
#sec2 .cont-shared .blog-shared .item .cate {
  padding: 20px 0 15px;
}
#sec2 .cont-shared .blog-shared .item .cate a {
  line-height: 28px;
  font-size: 12px;
}
#sec2 .cont-shared .blog-shared .item .cate.news {
  position: relative;
  padding-left: 65px;
}
#sec2 .cont-shared .blog-shared .item .cate.news .new {
  top: -30px;
  left: 0;
  right: auto;
  width: 58px;
  height: 58px;
  font-size: 15px;
}
#sec2 .cont-shared#sec2_1 .wrap {
  min-height: 726px;
}
#sec2 .cont-shared#sec2_2 {
  background-image: url("../img/index/sec2_deco2.png");
  min-height: 746px;
}
#sec2 .cont-shared#sec2_2 .bnr-shared {
  top: 331px;
}
#sec2 .cont-shared#sec2_2 .txt {
  max-width: 304px;
}
#sec2 .cont-shared#sec2_3 {
  background-image: url("../img/index/sec2_deco3.png");
  margin-bottom: 55px;
}
#sec2 .cont-shared#sec2_3 h2 {
  width: 355px;
}
@media screen and (max-width: 1080px) {
  #sec2 .cont-shared {
    background-size: cover;
  }
  #sec2 .cont-shared h2 {
    margin: 0 auto;
    position: static;
  }
  #sec2 .cont-shared .bnr-shared {
    position: static;
    margin: 40px auto 0;
  }
  #sec2 .cont-shared .blog-shared {
    justify-content: center;
  }
  #sec2 .cont-shared .txt {
    position: static;
    margin: 40px auto;
  }
}
@media screen and (max-width: 767px) {
  #sec2 .cont-shared {
    background-image: url(../img/index/sec2_deco1_sp.jpg);
    background-size: 100% 100%;
    padding: 60px 20px 60px !important;
    margin-bottom: 60px;
  }
  #sec2 .cont-shared h2 {
    width: 270px !important;
    margin: 0 auto 0;
  }
  #sec2 .cont-shared .txt {
    margin: 13px auto 7px;
    max-width: 100% !important;
  }
  #sec2 .cont-shared .bnr-shared a:before {
    right: -5px;
  }
  #sec2 .cont-shared .blog-shared {
    width: 100%;
    margin: 0;
    gap: 10px;
    padding: 30px 0px 30px;
  min-height: 50px;
  }
  #sec2 .cont-shared .blog-shared .item {
    width: 100%;
    padding: 20px 20px 17px 118px;
    max-width: 100%;
  }
  #sec2 .cont-shared .blog-shared .item .cate {
    line-height: 20px;
    font-size: 11px;
    padding: 0px 0 8px;
  }
  #sec2 .cont-shared .blog-shared .item .cate a {
    line-height: 20px;
  }
  #sec2 .cont-shared .blog-shared .item .cate.news {
    padding-left: 40px;
  }
  #sec2 .cont-shared .blog-shared .item .cate.news .new {
    top: -30px;
    left: -30px;
    width: 60px;
    height: 60px;
    font-size: 16px;
  }
  #sec2 .cont-shared#sec2_2 {
    background-image: url(../img/index/sec2_deco2_sp.jpg);
    padding: 0 20px 80px;
  }
  #sec2 .cont-shared#sec2_2 h2 {
    width: 250px;
  }
  #sec2 .cont-shared#sec2_3 {
    background-image: url(../img/index/sec2_deco3_sp.jpg);
    padding: 0 20px 80px;
  }
  #sec2 .cont-shared#sec2_3 h2 {
    width: 225px;
  }
}
#sec2 #sec2_4 {
  padding: 25px 30px 0px;
}
#sec2 #sec2_4 .wrap {
  max-width: 650px;
}
#sec2 #sec2_4 h2 {
  width: 397px;
  margin: 0 auto 40px;
}
#sec2 #sec2_4 h3 {
  text-align: center;
  color: #118825;
  font-size: 26px;
  line-height: 1.3;
  font-weight: 900;
}
#sec2 #sec2_4 .banner-group {
  max-width: 488px;
  gap: 20px;
  margin: 0 auto;
}
#sec2 #sec2_4 .banner-group li {
  width: 100%;
}
#sec2 #sec2_4 .sns {
  justify-content: center;
  gap: 20px;
  align-items: center;
  padding: 80px 0 60px;
}
#sec2 #sec2_4 .sns ul {
  width: 180px;
  justify-content: space-between;
}
#sec2 #sec2_4 .sns li a {
  display: block;
  width: 80px;
}
#sec2 #sec2_4 .contact {
  background-color: rgba(17, 136, 37, 0.1);
  padding: 31px 40px 33px 236px;
  border-radius: 20px;
  position: relative;
  position: relative;
  line-height: 1.7;
  max-width: 545px;
  margin: 0 auto;
  min-height: 173px;
}
#sec2 #sec2_4 .contact h3 {
  position: absolute;
  text-align: left;
  left: 40px;
  top: 50%;
  transform: translateY(-50%);
}
#sec2 #sec2_4 .contact a {
  text-decoration: underline;
}
#sec2 #sec2_4 .contact a:after {
  content: "";
  text-decoration: none !important;
  background: url(../img/shared/link_ico.svg) no-repeat center/100%;
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-left: 9px;
}
#sec2 #sec2_4 .contact a:hover {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  #sec2 #sec2_4 {
    padding: 0px 30px 0;
  }
  #sec2 #sec2_4 h2 {
    width: 280px;
    margin: 0 auto 20px;
  }
  #sec2 #sec2_4 h3 {
    font-size: 20px;
  }
  #sec2 #sec2_4 .sns {
    justify-content: center;
    gap: 15px;
    align-items: center;
    padding: 30px 0 30px;
  }
  #sec2 #sec2_4 .sns ul {
    width: 135px;
  }
  #sec2 #sec2_4 .sns li a {
    width: 60px;
  }
  #sec2 #sec2_4 .banner-group {
    width: 280px;
  }
  #sec2 #sec2_4 .contact {
    padding: 23px 20px 16px;
    max-width: 100%;
    font-size: 14px;
  }
  #sec2 #sec2_4 .contact h3 {
    position: static;
    padding-bottom: 18px;
    transform: none;
  }
}
@media screen and (max-width: 767px) {
  #sec2 {
    padding: 60px 0 60px;
  }
  #sec2 .h-tit {
    padding-bottom: 30px;
  }
}/*# sourceMappingURL=index.css.map */