@charset "UTF-8";
/* =========================================
	変数
========================================= */
/* =========================================
	mixin
========================================= */
/* =========================================
  共通
========================================= */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  background-color: #f5f2ea;
  color: #36393E;
  line-height: 1.6;
  overflow-x: hidden;
  width: 100%;
  font-size: 1.6rem;
}

a {
  transition: all 0.3s;
}
@media screen and (min-width: 769px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

main {
  padding-top: 9rem;
}
@media screen and (max-width: 768px) {
  main {
    padding-top: 5rem;
  }
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.contents {
  position: relative;
  z-index: 10;
}

.inner {
  max-width: 124rem;
  margin-inline: auto;
  padding-inline: 2rem;
}
@media screen and (max-width: 768px) {
  .inner {
    padding-inline: 1.5rem;
  }
}

.texture::before {
  content: "";
  background: url(../images/texture.png) repeat left top/contain;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  height: 100%;
}

.enFont {
  font-family: "Outfit", sans-serif;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .pcOnly {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .spOnly {
    display: none !important;
  }
}

@media screen and (min-width: 993px) {
  .tabPC {
    display: none !important;
  }
}

@media screen and (max-width: 992px) {
  .tabSP {
    display: none !important;
  }
}

.title01 {
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.45;
  color: #028f4c;
  position: relative;
  text-align: center;
  padding-top: 3.7rem;
}
@media screen and (max-width: 768px) {
  .title01 {
    font-size: 2.4rem;
    line-height: 1.4583333333;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .title01 {
    padding-top: 3.3rem;
  }
}
.title01::before {
  content: "";
  display: inline-block;
  position: absolute;
  background: url(../images/titleDeco.svg) no-repeat left bottom/cover;
  width: 7rem;
  height: 2.4rem;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}

.title02 {
  max-width: 36rem;
  width: 100%;
  padding: 1.8rem 2rem 1.6rem;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
  border-width: 1px;
  border-style: solid;
  border-bottom-width: 5px;
  color: #028f4c;
  position: relative;
  text-align: center;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .title02 {
    max-width: 100%;
    width: 100%;
    min-width: unset;
    margin: 1rem auto 0;
  }
}
.title02::before, .title02::after {
  content: "";
  display: inline-block;
  position: absolute;
}
.title02::before {
  height: 100%;
  width: calc(100% - 2rem);
  left: 1rem;
  top: 0.1rem;
  background-image: repeating-linear-gradient(0deg, transparent, transparent 0.8rem, rgba(226, 238, 213, 0.8) 0.8rem, rgba(226, 238, 213, 0.8) 1.9rem);
  z-index: 1;
}
.title02::after {
  top: -1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 1.378rem;
  height: 2rem;
  background: url(../images/search.svg) no-repeat left top/contain;
  z-index: 1;
}
.title02 span {
  position: relative;
  z-index: 10;
}

.text01 {
  font-size: 1.6rem;
  line-height: 1.625;
}

.text02 {
  font-size: 2rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .text02 {
    font-size: 1.6rem;
  }
}

.marker {
  display: inline;
  position: relative;
}
.marker::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0.5rem;
  background-color: #f8cf3f;
  height: 1.2rem;
  width: 100%;
  z-index: -1;
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5rem;
  color: #fff;
  position: relative;
  padding: 1.4rem;
  font-size: 1.4rem;
  font-weight: 500;
  width: 100%;
  max-width: 30rem;
  background-color: #43a857;
  border-bottom: 0.4rem solid #028f4c;
  position: relative;
}
@media screen and (max-width: 992px) {
  .btn {
    max-width: 100%;
  }
}
.btn:hover {
  color: #fff;
}
.btn:active {
  color: #fff;
}
.btn::after {
  content: "";
  display: inline-block;
  position: absolute;
  background: url(../images/arrow.svg) no-repeat left top/contain;
  width: 1.2rem;
  height: 1.2rem;
  margin-left: 1.7rem;
  right: 3rem;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .btn::after {
    right: 2rem;
  }
}

.mailBtn {
  margin-inline: auto;
}
.mailBtn::before {
  content: "";
  position: relative;
  background: url(../images/mail.svg) no-repeat left top/contain;
  width: 2.2rem;
  height: 1.7rem;
  margin: 0.25rem 1.2rem 0 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .mailBtn {
    width: calc(100% - 4rem);
  }
}

@media screen and (max-width: 768px) {
  .pdfBtn {
    padding: 1.2rem;
  }
}
.pdfBtn::before {
  content: "";
  position: relative;
  background: url(../images/pdf.svg) no-repeat left top/contain;
  width: 2rem;
  height: 2.5rem;
  left: 0;
  margin-right: 1.5rem;
}

.faqBtn::before {
  content: "";
  position: relative;
  background: url(../images/question.svg) no-repeat left top/contain;
  width: 2.5rem;
  height: 2.5rem;
  margin: 0.1rem 1.15rem 0 0;
}

.linkBtn::after {
  background-image: url(../images/link.svg);
  width: 1.5rem;
  height: 1.5rem;
}

.prevBtn,
.nextBtn {
  font-size: 1.4rem;
  line-height: 1.7857142857;
  color: #028f4c;
  font-weight: bold;
  position: relative;
}
.prevBtn::before, .prevBtn::after,
.nextBtn::before,
.nextBtn::after {
  content: "";
  display: inline-block;
  position: absolute;
}
.prevBtn::before,
.nextBtn::before {
  background-color: #028f4c;
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
  position: absolute;
  top: calc(50% - 1.5rem);
}
.prevBtn::after,
.nextBtn::after {
  background: url(../images/arrow.svg) no-repeat left top/contain;
  width: 1.2rem;
  height: 1.2rem;
  margin-left: 1.7rem;
  position: absolute;
  top: calc(50% - 0.6rem);
  right: 0.9rem;
}
.prevBtn:hover,
.nextBtn:hover {
  color: #028f4c;
}

.prevBtn {
  padding-left: 5rem;
}
.prevBtn::before {
  left: 0;
}
.prevBtn::after {
  left: -0.8rem;
  transform: scale(-1, 1);
}

.nextBtn {
  padding-right: 5rem;
}
.nextBtn::before {
  right: 0;
}
.nextBtn::after {
  right: 0.9rem;
}

.anchorLink {
  scroll-margin-top: 10rem;
}
@media screen and (max-width: 768px) {
  .anchorLink {
    scroll-margin-top: 5rem;
  }
}

/* =========================================
  下層ページ
========================================= */
/* =========================================
  header
========================================= */
#header {
  position: relative;
  z-index: 20;
}

.header {
  position: fixed;
  top: 4.4rem;
  left: 0;
  width: 100%;
  z-index: 99999;
  transition: all 0.3s ease;
}
.header.isScrolled {
  background-color: #fff;
  box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.1019607843);
  top: 0;
}
.header.isScrolled .headerInner {
  height: 10rem;
}
.header.isScrolled .headerInner::before {
  opacity: 0;
  transition: all 0.3s;
}
.header.isScrolled .headerLogo {
  padding-top: 1.5rem;
}
@media screen and (min-width: 769px) {
  .header.isScrolled .headerLogo {
    padding-top: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
.header.isScrolled .logoBg {
  opacity: 0;
}
.header.menuOpen {
  top: 0 !important;
}

.headerLogo {
  padding: 3rem 0 0 2.8rem;
  position: relative;
  /*@include tabSP {
    padding: 2rem 0 0 1.5rem;
  }*/
}
@media screen and (max-width: 1024px) {
  .headerLogo {
    padding: 0.9rem 0 0 0.8rem;
    max-width: 15.2rem;
  }
}
.headerLogo img {
  position: relative;
  z-index: 20;
  max-width: 25.5rem;
  width: 17vw;
}
@media screen and (max-width: 1024px) {
  .headerLogo img {
    width: 12.3rem;
  }
}

.headerInner {
  margin: 0 auto;
  padding-right: 1rem;
  display: flex;
  align-items: flex-start;
  position: relative;
  transition: height 0.3s ease;
}
@media screen and (max-width: 1024px) {
  .headerInner {
    padding-right: 0;
    height: 5rem !important;
    justify-content: space-between;
  }
}
.headerInner::before {
  content: "";
  display: inline-block;
  position: absolute;
  background: url(../images/logoBg.png) no-repeat left top/contain;
  max-width: 34rem;
  width: 24vw;
  height: 15.1rem;
  left: 0;
  top: 0;
  transition: all 0.3s;
}
@media screen and (max-width: 1024px) {
  .headerInner::before {
    background-image: url(../images/logoBg_sp.png);
    width: 16rem;
    height: 5.7rem;
  }
}

.nav {
  margin-left: auto;
  height: 100%;
  padding-top: 1.7rem;
}
@media screen and (max-width: 1024px) {
  .nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100dvh;
    background-color: #fff;
    z-index: 1050;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    display: none;
    padding-top: 0;
  }
}

.navInner {
  display: flex;
  align-items: flex-start;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .navInner {
    display: block;
    height: auto;
    padding: 1.8rem 0 3rem;
  }
}

.navList {
  display: flex;
  height: 100%;
  gap: min(2vw, 3rem);
}
@media screen and (max-width: 1024px) {
  .navList {
    display: block;
    height: auto;
    gap: 1rem;
    padding-inline: 3rem;
  }
  .navList > li {
    border-top: 0.1rem solid #ccc;
  }
  .navList > li:last-child {
    border-bottom: 0.1rem solid #ccc;
  }
}

.navItem {
  position: relative;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .navItem {
    height: auto;
  }
  .navItem.active .navPlusMinus::after {
    transform: translate(-50%, -50%) rotate(90deg);
    opacity: 0;
  }
}

.navLink {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  text-align: center;
  position: relative;
  color: #36393E;
}
@media screen and (max-width: 1024px) {
  .navLink {
    flex-direction: row;
    justify-content: flex-start;
    height: auto;
    padding: 1.5rem 1rem 1.5rem 1.3rem;
    font-weight: 700;
    font-size: 1.6rem;
  }
}
.navLink:hover {
  color: #36393E;
}
@media (hover: hover) {
  .navLink:hover {
    opacity: 1;
  }
}

.navIcon {
  min-width: 30px;
  max-width: 30px;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
}
@media screen and (max-width: 1024px) {
  .navIcon {
    margin-bottom: 0;
    margin-right: 1.8rem;
  }
}
.navIcon img {
  height: 2.5rem;
  width: auto;
}
@media screen and (max-width: 1024px) {
  .navIcon img {
    height: 2rem;
  }
}

.navText {
  font-size: clamp(1rem, 0.8vw, 1.4rem);
  font-weight: 700;
  line-height: 1.35;
}
.navText span {
  display: none;
}
@media screen and (max-width: 1024px) {
  .navText {
    font-size: 1.4rem;
    display: inline;
  }
}
@media screen and (max-width: 1024px) {
  .navText .pcOnly {
    display: none;
  }
  .navText span {
    display: contents;
  }
}

.subMenu {
  position: absolute;
  top: 120%;
  left: 50%;
  transform: translateX(-50%) translateY(1.5rem);
  background-color: #0f653a;
  width: 24rem;
  border-radius: 1rem;
  box-shadow: 0 1rem 2.5rem rgba(0, 0, 0, 0.15);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, transform 0.4s ease, visibility 0.4s;
  pointer-events: none;
}
.subMenu::before, .subMenu::after {
  content: "";
  display: inline-block;
  position: absolute;
}
.subMenu::before {
  top: -0.9rem;
  left: 50%;
  transform: translateX(-50%);
  border-left: 1rem solid transparent;
  border-right: 1rem solid transparent;
  border-bottom: 1rem solid #0f653a;
}
.subMenu::after {
  left: 0;
  top: -3rem;
  width: 100%;
  height: 3rem;
  background-color: transparent;
}
@media screen and (max-width: 1024px) {
  .subMenu::after {
    display: none;
  }
}
.subMenu li:last-child {
  border-bottom: none;
}
.subMenu li:last-child a {
  padding-bottom: 2rem;
}
@media screen and (max-width: 1024px) {
  .subMenu li:last-child a {
    padding-bottom: 0;
  }
}
.subMenu li:first-child a {
  padding-top: 2rem;
}
@media screen and (max-width: 1024px) {
  .subMenu li:first-child a {
    padding-top: 0;
  }
}
.subMenu a {
  color: #fff;
  padding: 0.5rem 2rem;
  font-size: 1.4rem;
  font-weight: 500;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .subMenu a {
    padding: 0;
    color: #36393E;
  }
}
.subMenu a::before {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  background-color: #fff;
  border-radius: 50%;
  margin-right: 1rem;
}
@media screen and (max-width: 1024px) {
  .subMenu a::before {
    background-color: #36393E;
    width: 0.5rem;
    height: 0.5rem;
  }
}
.navItem:hover .subMenu {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
  pointer-events: auto;
}
@media screen and (max-width: 1024px) {
  .subMenu {
    position: static;
    transform: none;
    background-color: transparent;
    width: auto;
    padding: 0 0 2rem 5.7rem;
    border-radius: 0;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    display: none;
    pointer-events: auto;
  }
  .subMenu::before {
    display: none;
  }
  .subMenu li {
    border-bottom: none;
  }
  .subMenu li:not(:last-child) {
    padding-bottom: 1rem;
  }
  .navItem:hover .subMenu {
    opacity: 1;
    visibility: visible;
    transform: none;
  }
}

.spMenuBtn {
  display: none;
  width: 5rem;
  height: 5rem;
  background-color: #246d3f;
  color: #fff;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  padding-top: 1.4rem;
  border-bottom-left-radius: 1rem;
  transition: height 0.3s ease;
}
@media screen and (max-width: 1024px) {
  .spMenuBtn {
    display: flex;
    position: relative;
    z-index: 1060;
  }
}
.spMenuBtn.isOpen {
  top: 0;
}
.spMenuBtn .barWrap {
  width: 2.2rem;
  height: 0.63rem;
  position: relative;
  margin-bottom: 0.8rem;
}
.spMenuBtn span.bar {
  position: absolute;
  width: 100%;
  height: 0.1rem;
  background-color: #fff;
  transition: 0.3s;
}
.spMenuBtn span.bar:nth-child(1) {
  top: 0;
}
.spMenuBtn span.bar:nth-child(2) {
  bottom: 0;
}
.spMenuBtn .menuLabel {
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 0.03em;
}

.spMenuBtn.isOpen span.bar:nth-child(1) {
  top: 0.2rem;
  transform: rotate(45deg);
}
.spMenuBtn.isOpen span.bar:nth-child(2) {
  bottom: 0.3rem;
  transform: rotate(-45deg);
}

.spNavLogoArea {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  margin-bottom: 1.65rem;
  display: none;
}
@media screen and (max-width: 1024px) {
  .spNavLogoArea {
    display: flex;
  }
}
.spNavLogoArea .logoMain {
  font-size: 2.6rem;
}

.navPlusMinus {
  display: none;
}
@media screen and (max-width: 1024px) {
  .navPlusMinus {
    display: block;
  }
}

.navPlusMinus {
  position: absolute;
  right: 2rem;
  width: 2rem;
  height: 2rem;
}
.navPlusMinus::before, .navPlusMinus::after {
  content: "";
  position: absolute;
  background-color: #36393E;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}
.navPlusMinus::before {
  width: 1.4rem;
  height: 0.15rem;
}
.navPlusMinus::after {
  width: 0.15rem;
  height: 1.4rem;
}

.spNavContent {
  display: none;
}
@media screen and (max-width: 1024px) {
  .spNavContent {
    display: block;
  }
}

.contactBox {
  background-color: #0f653a;
  color: #fff;
  padding: 0.9rem 2rem;
  border-radius: 1rem;
  display: grid;
  gap: 0.5rem 1.9rem;
  margin-left: min(1.5vw, 2.8rem);
  /*@include tabSP {
    margin-left: 1rem;
    padding: 1.3rem;
  }*/
}
@media screen and (max-width: 1024px) {
  .contactBox {
    display: block;
    border-radius: 0.5rem;
    margin: 2rem 3rem;
    padding: 0 1.5rem;
  }
}

.contactLink {
  font-size: clamp(1rem, 0.8vw, 1.3rem);
  display: flex;
  align-items: center;
  white-space: nowrap;
  color: #fff;
}
.contactLink:hover {
  color: #fff;
}
@media (hover: hover) {
  .contactLink:hover {
    color: #fff;
  }
}
.contactLink::before {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  background-color: #fff;
  border-radius: 50%;
  margin-right: 0.8rem;
  /*@include tabSP {
    width: 0.4rem;
    height: 0.4rem;
  }*/
}
.contactLink.fullWidth {
  grid-column: span 2;
}
@media screen and (max-width: 1024px) {
  .contactLink {
    display: block;
    padding: 1.5rem 1rem;
    font-size: 1.4rem;
    font-weight: 700;
    border-bottom: 1px solid #fff;
  }
  .contactLink:last-child {
    border-bottom: none;
  }
  .contactLink::before {
    content: "●";
    font-size: 0.8rem;
    margin-right: 1.2rem;
    background-color: transparent;
    vertical-align: 0.2rem;
  }
}

.spOtherLink {
  margin-inline: 3rem;
}
.spOtherLink li {
  border-top: 0.1rem solid #ccc;
}
.spOtherLink li:last-child {
  border-bottom: 0.1rem solid #ccc;
}
.spOtherLink li a {
  display: block;
  padding: 1.5rem 1rem;
  font-weight: 700;
  color: #36393E;
}

.spInsta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  border: 0.1rem solid #ccc;
  height: 3rem;
  border-radius: 0.5rem;
  width: calc(100% - 24rem);
  margin-inline: auto;
  margin-top: 2.8rem;
}
.spInsta img:last-child {
  margin-top: 0.5rem;
}

@media screen and (max-width: 1024px) {
  body.isFixed {
    overflow: hidden;
    height: 100vh;
  }
}

/* =========================================
  クリップ付きのレイアウト
========================================= */
.clipInner {
  position: relative;
  max-width: 127rem;
  margin-inline: auto;
  padding-inline: 2rem;
}
@media screen and (max-width: 768px) {
  .clipInner {
    padding-inline: 1.5rem;
  }
}

.clipBox {
  background-color: #fff;
  max-width: 98rem;
  margin-inline: auto;
  padding-inline: 2rem;
}
@media screen and (max-width: 768px) {
  .clipBox {
    padding-inline: 1.5rem;
  }
}
.clipBox {
  padding-block: 4.5rem 3.45rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .clipBox {
    padding: 6.5rem 2rem 3rem;
  }
}
.clipBox::before, .clipBox::after {
  content: "";
  display: inline-block;
  position: absolute;
}
.clipBox::before {
  background: url(../images/clip.svg) no-repeat left top/contain;
  width: 6.534rem;
  height: 7.692rem;
  left: 50%;
  transform: translateX(-50%);
  top: -4.97rem;
}
@media screen and (max-width: 768px) {
  .clipBox::before {
    width: 4.395rem;
    height: 5.173rem;
    top: -3rem;
  }
}
.clipBox::after {
  background-color: #DBDBDB;
  width: 100%;
  height: 100%;
  top: 0.6rem;
  left: 0.6rem;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .clipBox::after {
    left: 0;
  }
}
.clipBox p {
  font-size: 2rem;
  font-weight: 500;
  line-height: 2.5;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .clipBox p {
    font-size: 1.6rem;
    line-height: 1.875;
    text-align: left;
  }
}
.clipBox p span {
  max-width: 69rem;
  margin-inline: auto;
}
@media screen and (min-width: 769px) {
  .clipBox p span {
    display: block;
    position: relative;
  }
}
@media screen and (min-width: 769px) {
  .clipBox p span::after {
    content: "";
    display: inline-block;
    position: absolute;
    background-color: #ccc;
    width: 100%;
    height: 0.1rem;
    bottom: 0;
    left: 0;
  }
}
.clipBox .clipImage {
  z-index: 10;
}
@media screen and (min-width: 993px) {
  .clipBox .clipImage {
    width: 28%;
  }
}
@media screen and (max-width: 992px) {
  .clipBox .clipImage {
    width: 18.5%;
  }
}
@media screen and (max-width: 768px) {
  .clipBox .top {
    display: flex;
    gap: 1.55rem;
  }
}
.clipBox .top .clipImage {
  position: absolute;
  top: -1.4rem;
  left: -14.7rem;
  max-width: 26.8rem;
}
@media screen and (max-width: 992px) {
  .clipBox .top .clipImage {
    top: -4rem;
    left: -1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .clipBox .top .clipImage {
    width: 7.4rem;
    top: -2.32rem;
    left: 1.74rem;
  }
}
.clipBox .bottom .clipImage {
  position: absolute;
  right: -16.4rem;
}
@media screen and (min-width: 769px) {
  .clipBox .bottom .clipImage {
    max-width: 27rem;
    bottom: -3.6rem;
  }
}
@media screen and (max-width: 992px) {
  .clipBox .bottom .clipImage {
    right: -1.5rem;
    bottom: auto;
  }
}
@media screen and (max-width: 768px) {
  .clipBox .bottom .clipImage {
    width: 7.8rem;
    top: -2.33rem;
    right: 1.7rem;
  }
}

/* =========================================
  アクセス
========================================= */
.access {
  padding: 8rem 0 26rem;
  background-color: #F5F2EA;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .access {
    padding: 3rem 0 10rem;
  }
}
.access .accessWrapper {
  width: 100%;
  max-width: 124rem;
  margin-inline: auto;
  padding-inline: 2rem;
  display: flex;
  gap: 4rem;
}
@media screen and (max-width: 992px) {
  .access .accessWrapper {
    flex-direction: column-reverse;
    gap: 3rem;
    padding-inline: 1.5rem;
  }
}
.access .mapContent {
  width: 50%;
}
@media screen and (max-width: 992px) {
  .access .mapContent {
    width: 100%;
  }
}
.access .mapFrame {
  max-width: 58rem;
  height: 100%;
  width: 100%;
  border: 4px solid #fff;
  border-radius: 2rem;
}
@media screen and (max-width: 992px) {
  .access .mapFrame {
    width: 100%;
    max-width: 100%;
    height: 40rem;
  }
}
@media screen and (max-width: 992px) and (max-width: 992px) {
  .access .mapFrame {
    height: 33.6rem;
  }
}
.access .mapFrame iframe {
  width: 100%;
  height: 100%;
  border-radius: 2rem;
}
.access .infoContent {
  width: 50%;
}
@media screen and (max-width: 992px) {
  .access .infoContent {
    width: 100%;
  }
}
.access .infoHeader {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: center;
  gap: 1rem;
  margin-bottom: 3.6rem;
}
@media screen and (max-width: 992px) {
  .access .infoHeader {
    gap: 6rem;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 992px) {
  .access .infoHeader {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 2rem;
    margin-bottom: 2rem;
  }
}
.access .infoHeader .logo {
  max-width: 29.7rem;
  width: 52%;
}
@media screen and (max-width: 768px) {
  .access .infoHeader .logo {
    width: 100%;
    max-width: 25rem;
  }
}
.access .infoHeader .infoGuide {
  display: flex;
  gap: 0.5rem;
}
@media screen and (max-width: 992px) {
  .access .infoHeader .infoGuide {
    justify-content: center;
    width: 100%;
  }
}
.access .infoHeader .infoGuide .guide {
  padding: 0.8rem 1rem 1rem;
  border-radius: 0.5rem;
  color: #fff;
  font-weight: 500;
  font-size: clamp(1.4rem, 1vw, 1.6rem);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 6rem;
  background-color: #028f4c;
  text-align: center;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .access .infoHeader .infoGuide .guide {
    font-size: 1.6rem;
  }
}
.access .infoHeader .infoGuide .guide .smallText {
  font-size: 1.3rem;
}
@media screen and (max-width: 992px) {
  .access dl {
    margin-bottom: 3rem;
  }
}
.access .infoSection {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
  flex-wrap: wrap;
}
.access .infoSection:not(:last-child) {
  margin-bottom: 2rem;
}
@media screen and (max-width: 992px) {
  .access .infoSection {
    flex-direction: column;
  }
}
.access dt {
  background-color: #c6deab;
  color: #028f4c;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  min-width: 8rem;
  height: 3.2rem;
  flex: 0 0 10rem;
  font-weight: bold;
  font-size: 1.4rem;
}
@media screen and (max-width: 992px) {
  .access dt {
    flex: none;
    width: 100%;
    height: 3.2rem;
  }
}
.access dd {
  flex: 1;
  font-size: clamp(1.4rem, 1.1vw, 1.5rem);
}
.access dd p:not(:last-of-type) {
  margin-bottom: 0.5rem;
}
.access dd .smallText {
  font-size: 1.4rem;
  line-height: 1.57;
}
.access dd .caution {
  padding-left: 1.6rem;
  text-indent: -1.6rem;
}
.access dd .greenText {
  color: #028f4c;
  font-weight: bold;
}
@media screen and (max-width: 992px) {
  .access dd {
    padding-left: 0;
    text-align: left;
  }
}
.access .transportTitle {
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 0.1rem;
}
@media screen and (max-width: 992px) {
  .access .transportTitle {
    margin-bottom: 0.5rem;
  }
}
.access .transportBlock {
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 992px) {
  .access .transportBlock {
    margin-bottom: 2rem;
  }
}
.access .transportBlock:last-child {
  margin-bottom: 0;
}
.access .transportBlock .smallText {
  line-height: 1.7;
}
.access .btnArea {
  display: flex;
  gap: 2rem;
  margin-top: 4rem;
}
@media screen and (max-width: 992px) {
  .access .btnArea {
    align-items: center;
    justify-content: center;
    margin-top: 3rem;
  }
}
@media screen and (max-width: 992px) {
  .access .btnArea {
    flex-direction: column;
    width: calc(100% - 6.5rem);
    margin-inline: auto;
  }
}
.access .btnArea .btn {
  max-width: 28rem;
  width: 100%;
  min-width: auto;
}
@media screen and (max-width: 992px) {
  .access .btnArea .btn {
    max-width: 100%;
    width: 50%;
  }
}
@media screen and (max-width: 992px) {
  .access .btnArea .btn {
    width: 100%;
  }
}

/* =========================================
  下層ページ
========================================= */
.sub main {
  color: #000;
}

/* ヘッダー　*/
.subTitle {
  z-index: 20;
}
.subTitle::before, .subTitle::after {
  content: "";
  display: inline-block;
  position: absolute;
}
.subTitle::before {
  background: url(../images/tree01.svg) no-repeat left top/contain;
  width: 6.4rem;
  height: 6.5rem;
  left: 45.1428571429vw;
  bottom: -1.4rem;
}
@media screen and (max-width: 992px) {
  .subTitle::before {
    width: 3.5rem;
    height: 3.6rem;
    left: 46.6666666667vw;
    bottom: -0.3rem;
  }
}
.subTitle::after {
  background: url(../images/grass.svg) no-repeat left top/contain;
  width: 2.4rem;
  height: 2.1rem;
  left: 42.1428571429vw;
  bottom: -0.9rem;
}
@media screen and (max-width: 992px) {
  .subTitle::after {
    width: 1.4rem;
    height: 1.3rem;
    left: 40.8vw;
    bottom: -0.3rem;
  }
}
.subTitle .subInner {
  padding-left: 7.1428571429vw;
}
@media screen and (max-width: 992px) {
  .subTitle .subInner {
    padding-left: 1.5rem;
  }
}
.subTitle .subDeco {
  position: relative;
  padding: min(14.7619047619vw, 84px) 0 min(8.1746031746vw, 103px);
}
@media screen and (max-width: 992px) {
  .subTitle .subDeco {
    padding-block: 1.4rem 4.9rem;
  }
}
.subTitle .subDeco::before, .subTitle .subDeco::after {
  content: "";
  display: inline-block;
  position: absolute;
}
.subTitle .titleHeader {
  font-size: min(3.6507936508vw, 46px);
  line-height: 1.84;
  font-weight: bold;
  color: #028f4c;
  padding: 0;
}
@media screen and (max-width: 992px) {
  .subTitle .titleHeader {
    font-size: 2rem;
    line-height: 1.25;
  }
}
.subTitle .subImage {
  position: absolute;
  right: 0;
  top: 1rem;
}
@media screen and (max-width: 992px) {
  .subTitle .subImage {
    top: 2rem;
  }
}
.subTitle .subImage img {
  max-width: min(48vw, 670px);
}
@media screen and (max-width: 992px) {
  .subTitle .subImage img {
    max-width: max(30vw, 149px);
  }
}
.subTitle .headerBg {
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 0 calc(50% - 50vw) 0;
  width: 100vw;
}
.subTitle .headerDeco {
  display: flex;
  overflow: hidden;
}
.subTitle ul {
  display: flex;
  padding: 0;
  animation: infinity-scroll 530s infinite linear 0.5s both;
}
.subTitle ul li {
  width: 1715px;
}
@media screen and (max-width: 992px) {
  .subTitle ul li {
    width: 620px;
  }
}
.subTitle .headerCharacter .character01,
.subTitle .headerCharacter .character02 {
  position: absolute;
  top: min(4.4444444444vw, 10px);
}
@media screen and (max-width: 992px) {
  .subTitle .headerCharacter .character01,
  .subTitle .headerCharacter .character02 {
    top: -2.2rem;
  }
}
.subTitle .headerCharacter .character01 {
  animation: fluffy 3s infinite;
  left: 23%;
}
@media screen and (max-width: 992px) {
  .subTitle .headerCharacter .character01 {
    left: 17.6rem;
  }
}
.subTitle .headerCharacter .character01 img {
  width: min(3.8476190476vw, 48.48px);
  transform: scale(-1, 1);
}
@media screen and (max-width: 992px) {
  .subTitle .headerCharacter .character01 img {
    width: 2.3rem;
  }
}
.subTitle .headerCharacter .character02 {
  animation: fluffy 3s infinite;
  animation-delay: -1s;
  left: 26%;
}
@media screen and (max-width: 992px) {
  .subTitle .headerCharacter .character02 {
    left: 20.4rem;
  }
}
.subTitle .headerCharacter .character02 img {
  width: min(3.6507936508vw, 46px);
}
@media screen and (max-width: 992px) {
  .subTitle .headerCharacter .character02 img {
    width: 2rem;
  }
}

@keyframes infinity-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@media screen and (min-width: 993px) {
  @keyframes fluffy {
    0%, 100% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-20px);
    }
  }
}
@media screen and (max-width: 992px) {
  @keyframes fluffy {
    0%, 100% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-10px);
    }
  }
}
/* =========================================
  パンくずリスト
========================================= */
.roadnav {
  background-color: #C6DEAB;
  padding-block: 0.7rem 0.8rem;
}
@media screen and (max-width: 768px) {
  .roadnav {
    padding-block: 0.5rem;
  }
}
.roadnav .roadnavList {
  padding-inline: 7.4285714286vw 1.4285714286vw;
  display: flex;
}
@media screen and (max-width: 768px) {
  .roadnav .roadnavList {
    padding-left: 1.5rem;
  }
}
.roadnav .roadnavList li {
  color: #333;
  font-size: 1.4rem;
  line-height: 1.4285714286;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .roadnav .roadnavList li {
    font-size: 1rem;
    line-height: 1.5;
  }
}
.roadnav .roadnavList li:not(:first-child) {
  padding-left: 3rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .roadnav .roadnavList li:not(:first-child) {
    padding-left: 2rem;
  }
}
.roadnav .roadnavList li:not(:first-child)::before {
  content: "";
  display: inline-block;
  position: absolute;
  background: url(../images/roadArrow.svg) no-repeat left top/contain;
  width: 0.6rem;
  height: 1rem;
  top: calc(50% - 0.5rem);
  left: 1.2rem;
}
@media screen and (max-width: 768px) {
  .roadnav .roadnavList li:not(:first-child)::before {
    width: 4.57rem;
    height: 0.8rem;
    left: 0.9rem;
    top: calc(50% - 0.35rem);
  }
}
.roadnav .roadnavList li a {
  color: #333;
}

/* =========================================
  リスト
========================================= */
@media screen and (min-width: 769px) {
  .descList > div {
    display: flex;
    border-bottom: 1px solid #028f4c;
  }
}
@media screen and (min-width: 769px) {
  .descList > div:first-child {
    border-top: 1px solid #028f4c;
  }
}
@media screen and (min-width: 769px) {
  .descList > div.centerPC {
    background-color: #fff;
    align-items: center;
  }
}
.descList dt,
.descList dd {
  padding: 2rem;
  line-height: 1.875;
}
@media screen and (max-width: 768px) {
  .descList dt,
  .descList dd {
    padding-inline: 1.5rem;
  }
}
.descList dt {
  color: #028f4c;
  background-color: #C6DEAB;
  min-width: 18rem;
  padding: 2rem 0 2rem 2rem;
}
@media screen and (max-width: 768px) {
  .descList dt {
    padding-inline: 1.5rem;
    text-align: center;
    padding-block: 0.4rem 0.7rem;
  }
}
.descList dd {
  background-color: #fff;
  padding: 2rem;
}
@media screen and (min-width: 769px) {
  .descList dd {
    width: calc(100% - 18rem);
  }
}
@media screen and (max-width: 768px) {
  .descList dd {
    padding-inline: 1.5rem;
    padding-block: 1rem 2rem;
  }
}
.descList dd ul li {
  padding-left: 3rem;
  text-indent: -3rem;
}

/* =========================================
  footer
========================================= */
#footer {
  z-index: 20;
}
#footer.bg-city::before {
  content: none;
}

.footer {
  padding-block: 3rem 5rem;
  position: relative;
  z-index: 20;
}
@media screen and (max-width: 992px) {
  .footer {
    padding-block: 3rem 3.6rem;
  }
}
.footer::before {
  content: "";
  display: inline-block;
  position: absolute;
  background: url(../images/footerBg.png) no-repeat left top/cover;
  bottom: clamp(60%, 9vw, 100%);
  left: -5%;
  width: 110%;
  height: 100%;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .footer::before {
    height: 75%;
    left: -30%;
    bottom: clamp(65%, 23vw, 100%);
    width: 200%;
  }
}
.footer::after {
  content: "";
  display: inline-block;
  position: absolute;
  background-color: #fff;
  width: 100%;
  height: 80%;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .footer::after {
    height: 100%;
    bottom: 0;
  }
}

.footerContainer {
  max-width: 115.8rem;
  margin-inline: auto;
  padding: 0 2rem;
  display: flex;
  justify-content: space-between;
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  .footerContainer {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0 1.5rem;
    flex-wrap: wrap;
  }
}

.footerLogo {
  max-width: 29.7rem;
  width: 27%;
}
@media screen and (max-width: 768px) {
  .footerLogo {
    max-width: 25rem;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

.instaBtn {
  margin-top: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ccc;
  gap: 1.31rem;
  border-radius: 0.5rem;
  max-width: 20rem;
  height: 4.5rem;
  margin-inline: auto;
}
@media screen and (max-width: 992px) {
  .instaBtn {
    margin-top: 2rem;
    height: 3rem;
    gap: 0.87rem;
    max-width: 13.4rem;
    width: 100%;
  }
}
@media screen and (max-width: 992px) {
  .instaBtn img:first-child {
    max-width: 1.9rem;
  }
}
.instaBtn img:last-child {
  padding-top: 0.5rem;
}
@media screen and (max-width: 992px) {
  .instaBtn img:last-child {
    max-width: 5.7rem;
  }
}

.footerGroup {
  display: flex;
  justify-content: space-between;
  gap: 6.8rem;
}
@media screen and (max-width: 992px) {
  .footerGroup {
    gap: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .footerGroup {
    display: none;
  }
}
.footerGroup a {
  white-space: nowrap;
}
.footerGroup .footerList .footerItem:not(:last-child) {
  margin-bottom: 0.91rem;
}
.footerGroup .footerList .footerItem > a {
  margin-bottom: 1rem;
}
.footerGroup .footerList .footerLink,
.footerGroup .footerList .footerItem > a {
  display: inline-block;
  font-size: clamp(1.4rem, 1.2vw, 1.6rem);
  line-height: 1.6;
  color: #43a857;
  font-weight: 500;
}
.footerGroup .footerSubList {
  border-left: 1px solid #ccc;
  padding-left: clamp(1.6rem, 1.2vw, 2rem);
}
.footerGroup .footerSubList .footerSubLink {
  font-size: clamp(1.3rem, 1.2vw, 1.4rem);
  color: #36393E;
  line-height: 2.14;
}
.footerGroup .footerSubList .footerSubLink.wrap {
  white-space: wrap;
}

/* ページトップボタン */
.pageTopBtn {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 7rem;
  height: 7rem;
  background-color: #028f4c;
  color: #fff;
  display: flex;
  font-size: 1.2rem;
  line-height: 1.4;
  padding-top: 2rem;
  font-weight: bold;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
  border-top-left-radius: 1rem;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .pageTopBtn {
    background-color: #246d3f;
    width: 5rem;
    height: 5rem;
    font-weight: 500;
  }
}
.pageTopBtn:hover {
  color: #fff;
}
.pageTopBtn.isVisible {
  opacity: 1;
  visibility: visible;
}
@media (hover: hover) {
  .pageTopBtn.isVisible:hover {
    opacity: 0.8;
  }
}
.pageTopBtn::after {
  content: "";
  display: inline-block;
  position: absolute;
  background: url(../images/arrow.svg) no-repeat center/contain;
  width: 1.2rem;
  height: 1.2rem;
  top: 2rem;
  left: calc(50% - 0.6rem);
  transform: rotate(-90deg);
}
@media screen and (max-width: 768px) {
  .pageTopBtn::after {
    top: 1rem;
  }
}/*# sourceMappingURL=site.css.map */