@import url("https://use.fontawesome.com/releases/v6.6.0/css/all.css");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
#site-header {
  display: flex;
  align-items: center;
  padding: 0 47px 0 67px;
  margin: 0;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
  height: 90px;
  background: #fff;
}
@media screen and (max-width: 1440px) {
  #site-header {
    padding: 0 3.2638888889vw 0 4.6527777778vw;
  }
}
@media screen and (max-width: 1024px) {
  #site-header {
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  #site-header {
    display: block;
    height: 70px;
    border-bottom: 1px solid #ddd;
  }
}

#site-logo {
  flex: 0 0 223px;
  margin-right: 20px;
}
@media screen and (max-width: 1440px) {
  #site-logo {
    flex: 0 0 15.4861111111vw;
    margin-right: 1.3888888889vw;
  }
}
#site-logo a {
  display: block;
  height: 90px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #site-logo a {
    width: 140px;
    height: 70px;
  }
}
#site-logo a img {
  width: 100%;
  vertical-align: bottom;
}

#global-menu {
  flex-grow: 1;
  display: block;
}
@media screen and (max-width: 768px) {
  #global-menu {
    display: none;
  }
}
#global-menu > ul {
  display: flex;
  justify-content: flex-end;
  margin: 0;
  padding: 0;
}
#global-menu > ul > li {
  padding: 0 1.25em;
  margin: 0;
  position: relative;
  line-height: 90px;
  display: flex;
  align-items: center;
  white-space: nowrap;
  font-weight: normal;
  letter-spacing: 0;
}
@media screen and (max-width: 1440px) {
  #global-menu > ul > li {
    font-size: 1.1111111111vw;
  }
}
@media screen and (max-width: 1230px) {
  #global-menu > ul > li {
    font-size: 1.1805555556vw;
  }
}
#global-menu > ul > li > a {
  display: block;
  color: #1D1D1D;
  text-decoration: none !important;
  padding: 0;
}
#global-menu > ul > li i {
  display: none;
  cursor: pointer;
  font-style: normal;
}
#global-menu > ul > li:hover::before, #global-menu > ul > li.active::before {
  content: "";
  display: block;
  width: calc(100% - 2.5em);
  height: 6px;
  position: absolute;
  left: 1.25em;
  bottom: 0;
  background: #4DB5E2;
}
#global-menu > ul > li .sub {
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
  position: fixed;
  left: 0;
  top: 90px;
  width: 100vw;
  max-height: calc(100vh - 90px);
  background: rgba(222, 241, 245, 0.95);
  overflow-y: scroll;
  padding: 50px 20px 84px;
}
@media screen and (max-width: 1024px) {
  #global-menu > ul > li .sub {
    padding: 30px 40px 84px;
  }
}
#global-menu > ul > li .sub dl {
  position: relative;
  max-width: 1134px;
  margin: auto;
  padding: 0;
}
#global-menu > ul > li .sub dl dt {
  font-family: "Montserrat", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-weight: normal;
  font-size: 40px;
  color: #4db5e2;
  display: flex;
  gap: 36px;
  margin-bottom: 1em;
}
@media screen and (max-width: 1024px) {
  #global-menu > ul > li .sub dl dt {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
#global-menu > ul > li .sub dl dt small {
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 400;
  font-weight: 500;
  font-size: 24px;
  text-align: left;
  color: #1d1d1d;
}
@media screen and (max-width: 1024px) {
  #global-menu > ul > li .sub dl dt small {
    font-size: 18px;
  }
}
#global-menu > ul > li .sub ul {
  display: flex;
  gap: 42px;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 1024px) {
  #global-menu > ul > li .sub ul {
    gap: 40px 20px;
  }
}
#global-menu > ul > li .sub ul li {
  flex: 0 0 calc((100% - 126px) / 4);
  white-space: normal;
  line-height: 1;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  #global-menu > ul > li .sub ul li {
    flex: 0 0 calc((100% - 60px) / 4);
  }
}
#global-menu > ul > li .sub ul li a {
  display: block;
  text-decoration: none;
  color: #1D1D1D;
}
#global-menu > ul > li .sub ul li a figure {
  margin: 0;
}
#global-menu > ul > li .sub ul li a figure span {
  display: block;
  overflow: hidden;
}
#global-menu > ul > li .sub ul li a figure span img {
  width: 100%;
  transition: 0.3s;
}
#global-menu > ul > li .sub ul li a figure figcaption {
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 400;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.5;
  padding-bottom: 1.2em;
}
@media screen and (max-width: 1024px) {
  #global-menu > ul > li .sub ul li a figure figcaption {
    padding-bottom: 1em;
    font-size: 14px;
  }
}
#global-menu > ul > li .sub ul li a figure figcaption em {
  display: block;
  font-family: "Montserrat", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 1;
  color: #1D1D1D;
  padding-bottom: 0.5em;
}
@media screen and (max-width: 1024px) {
  #global-menu > ul > li .sub ul li a figure figcaption em {
    font-size: 12px;
  }
}
#global-menu > ul > li .sub ul li a:hover figure span img {
  transform: scale(1.1);
}
#global-menu > ul li.active .sub {
  visibility: visible;
  opacity: 1;
}
#global-menu.open {
  display: block;
  right: 0;
}

.entry-btn {
  flex: 0;
  margin-left: 50px;
}
@media screen and (max-width: 768px) {
  .entry-btn {
    position: absolute;
    right: 70px;
    top: 15px;
    margin-left: 25px;
  }
}
.entry-btn ul {
  display: flex;
  margin: 0;
  padding: 0;
}
.entry-btn ul li a {
  display: block;
  font-family: "Montserrat", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.04em;
  text-align: center;
  color: #fff;
  width: 310px;
  height: 50px;
  line-height: 50px;
  border-radius: 200px;
  background: #4db5e2;
  text-decoration: none;
}
@media screen and (max-width: 1440px) {
  .entry-btn ul li a {
    font-size: 0.9722222222vw;
    width: 21.5277777778vw;
  }
}
@media screen and (max-width: 768px) {
  .entry-btn ul li a {
    font-size: 9px;
    width: 110px;
    height: 40px;
    line-height: 1.3;
    padding: 0 1em;
    display: flex;
    align-items: center;
    border-radius: 5px;
  }
}

.menu-btn {
  display: none;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: -1px;
  z-index: 100;
  width: 70px;
  aspect-ratio: 1/1;
  text-align: center;
  cursor: pointer;
  z-index: 99;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .menu-btn {
    display: block;
  }
}
.menu-btn span {
  font-family: "Montserrat", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  letter-spacing: 0.08em;
  line-height: 1;
  text-align: center;
  color: #262626;
  position: absolute;
  left: 0;
  bottom: 10%;
  width: 100%;
  display: none !important;
}
.menu-btn div {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 45.5782312925%;
  height: 18.75%;
}
.menu-btn div i {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #262626;
  position: absolute;
  left: 0;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .menu-btn div i {
    height: 1px;
  }
}
.menu-btn div i:nth-of-type(1) {
  top: 0;
}
.menu-btn div i:nth-of-type(2) {
  bottom: 0;
}
.menu-btn.active {
  position: fixed;
}
.menu-btn.active div {
  width: 37.4149659864%;
  height: 37.4149659864%;
}
.menu-btn.active div i {
  top: 50% !important;
  left: 50% !important;
}
.menu-btn.active div i:nth-of-type(1) {
  transform: translate(-50%, -50%) rotate(45deg);
}
.menu-btn.active div i:nth-of-type(3) {
  transform: scale(0);
}
.menu-btn.active div i:nth-of-type(2) {
  transform: translate(-50%, -50%) rotate(-45deg);
}

#sp-menu {
  display: none;
  position: fixed;
  width: 100%;
  height: calc(100dvh - 70px);
  right: 0;
  top: 70px;
  padding-bottom: 100px;
  z-index: 99;
  opacity: 9999;
  background: rgba(222, 241, 245, 0.95);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  touch-action: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
#sp-menu::-webkit-scrollbar {
  display: none;
}
#sp-menu dl {
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #CCCCCC;
}
#sp-menu dl dt {
  font-weight: normal;
  font-size: 4vw;
  letter-spacing: 0.02em;
  line-height: 1.64;
  text-align: left;
  color: #262626;
  position: relative;
  margin: 0;
}
#sp-menu dl dt a {
  display: block;
  text-decoration: none;
  color: #1D1D1D;
  padding: 1em 20px;
}
#sp-menu dl dt a i {
  display: block;
  width: 15px;
  aspect-ratio: 1/1;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
}
#sp-menu dl dt a i::before, #sp-menu dl dt a i::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #000;
}
#sp-menu dl dt a i::before {
  transform: translateY(-50%) rotate(45deg);
  right: 1px;
  left: auto;
  width: 50%;
  height: 50%;
  background-color: transparent;
  border-right: 1px solid #000;
  border-top: 1px solid #000;
}
#sp-menu dl dt.sp-menu-toggle {
  display: flex;
  align-items: baseline;
  gap: 1em;
  padding: 1em 20px;
  cursor: pointer;
}
#sp-menu dl dt.sp-menu-toggle i {
  display: block;
  width: 15px;
  aspect-ratio: 1/1;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
}
#sp-menu dl dt.sp-menu-toggle i::before, #sp-menu dl dt.sp-menu-toggle i::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #000;
}
#sp-menu dl dt.sp-menu-toggle i::before {
  transform: translate(-50%, -50%) rotate(90deg);
}
#sp-menu dl dt.active i {
  transform: translateY(-50%) rotate(-90deg);
}
#sp-menu dl dt.active i::after {
  transform: translate(-50%, -50%) scaleX(0);
}
#sp-menu dl dd {
  display: none;
}
#sp-menu dl dd ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0;
  padding: 0 20px 20px;
}
#sp-menu dl dd ul li a {
  display: block;
  text-decoration: none;
  color: #1D1D1D;
}
#sp-menu dl dd ul li a figure {
  margin: 0;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  gap: 0 10px;
}
#sp-menu dl dd ul li a figure span {
  flex: 0 0 30%;
  display: block;
}
#sp-menu dl dd ul li a figure span img {
  transition: 0.3s;
}
#sp-menu dl dd ul li a figure figcaption {
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 400;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.3;
}
#sp-menu dl dd ul li a figure figcaption em {
  display: block;
  font-family: "Montserrat", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 1;
  color: #1D1D1D;
  padding-bottom: 0.3em;
}
#sp-menu .entry-btn-sp {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(222, 241, 245, 0.95);
  padding: 20px;
}
#sp-menu .entry-btn-sp a {
  display: block;
  font-family: "Montserrat", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.04em;
  text-align: center;
  color: #fff;
  width: 310px;
  height: 50px;
  line-height: 50px;
  border-radius: 200px;
  background: #4db5e2;
  text-decoration: none;
  margin: auto;
}

#entry-modal {
  background: rgba(63, 177, 93, 0.95);
  overflow-y: scroll;
  /*IE, Edge*/
  -ms-overflow-style: none;
  /*Firefox*/
  scrollbar-width: none;
}
#entry-modal::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 768px) {
  #entry-modal {
    padding: 20px 20px;
  }
}
#entry-modal [class*=uk-modal-close-] {
  position: fixed !important;
  right: -40px;
  top: -50px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  #entry-modal [class*=uk-modal-close-] {
    right: -20px;
    top: 20px;
  }
}
#entry-modal .close-btn {
  position: fixed;
  right: 10px;
  top: 10px;
  z-index: 1;
}
#entry-modal .uk-modal-dialog {
  background: transparent;
  color: #fff;
  transform: translateY(0) !important;
}
@media screen and (max-width: 768px) {
  #entry-modal .uk-modal-dialog {
    padding: 0;
  }
}
#entry-modal .uk-modal-dialog .uk-container {
  width: 100%;
  max-width: 1226px;
  padding: 0;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  #entry-modal .uk-modal-dialog .uk-container {
    padding-top: 60px;
    padding-bottom: 60px;
    padding: 60px 0;
  }
}
#entry-modal .uk-modal-dialog h2 {
  font-family: "Montserrat", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-weight: 500;
  font-size: 46px;
  line-height: 1;
  color: #fff;
  margin: 0 0 0.9em;
  padding: 0;
}
@media screen and (max-width: 768px) {
  #entry-modal .uk-modal-dialog h2 {
    font-size: 7.7333333333vw;
    line-height: 1.2;
  }
}
#entry-modal .uk-modal-dialog h2 + p {
  margin: 0 0 4em;
  padding: 0;
}
@media screen and (max-width: 768px) {
  #entry-modal .uk-modal-dialog h2 + p {
    margin-bottom: 3em;
  }
  #entry-modal .uk-modal-dialog h2 + p br {
    display: none;
  }
}
#entry-modal .uk-modal-dialog .flex {
  gap: 16px;
  max-width: 1226px;
}
@media screen and (max-width: 768px) {
  #entry-modal .uk-modal-dialog .flex {
    flex-direction: column;
    width: auto;
  }
}
#entry-modal .uk-modal-dialog .flex > div {
  flex: 1;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 10px;
  padding: 30px 40px 50px;
}
#entry-modal .uk-modal-dialog .flex > div h3 {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.6;
  color: #3fb15d;
  margin: 0;
}
@media screen and (max-width: 768px) {
  #entry-modal .uk-modal-dialog .flex > div h3 {
    font-size: 18px;
  }
}
#entry-modal .uk-modal-dialog .flex > div h4 {
  font-weight: normal;
  font-size: 14px;
  line-height: 1.8571428571;
  margin: 2.5em 0 1em;
}
@media screen and (max-width: 768px) {
  #entry-modal .uk-modal-dialog .flex > div h4 {
    font-size: 13px;
  }
}
#entry-modal .uk-modal-dialog .flex > div ul {
  margin: 0;
  padding: 0;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #entry-modal .uk-modal-dialog .flex > div ul {
    flex-direction: column;
    align-items: center;
  }
}
#entry-modal .uk-modal-dialog .flex > div ul li {
  flex: calc((100% - 10px) / 2);
  max-width: 267px;
}
@media screen and (max-width: 768px) {
  #entry-modal .uk-modal-dialog .flex > div ul li {
    width: 100%;
  }
}
#entry-modal .uk-modal-dialog .flex > div ul li a {
  display: block;
  border-radius: 500px;
  background: #fff;
  opacity: 0.95;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  padding: 1.72em 1em;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.3;
  text-align: center;
  color: #3fb15d;
  text-decoration: none;
  max-height: 67px;
  transition: 0.3s;
}
#entry-modal .uk-modal-dialog .flex > div ul li a:hover {
  box-shadow: 0px 1.5px 1.5px rgba(0, 0, 0, 0.16);
}
#entry-modal .uk-modal-dialog .flex > div:nth-of-type(2) h3 + div {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#entry-modal .uk-modal-dialog .flex > div:nth-of-type(2) p {
  color: #1D1D1D;
}
@media screen and (max-width: 768px) {
  #entry-modal .uk-modal-dialog .flex > div:nth-of-type(2) p {
    padding: 3em 0 0;
  }
}

#entry-cont + #includeFooter::before {
  content: "";
  display: block;
  width: 100%;
  height: 140px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  #entry-cont + #includeFooter::before {
    height: 70px;
  }
}

/*============================
#site-footer
============================*/
#site-footer .footer {
  padding: 170px 40px 77px;
  background-color: #DEF1F5;
}
@media screen and (max-width: 768px) {
  #site-footer .footer {
    padding: 90px 20px 40px;
  }
}
#site-footer .footer .footer-container {
  display: flex;
  gap: 30px;
  justify-content: space-between;
  max-width: 1264px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #site-footer .footer .footer-container {
    flex-direction: column;
  }
}
#site-footer .footer .footer-container .footer-L .footer-heading p.footer-logo {
  width: 182px;
  margin: 0 0 42px;
}
@media screen and (max-width: 768px) {
  #site-footer .footer .footer-container .footer-L .footer-heading p.footer-logo {
    width: 150px;
    margin-bottom: 20px;
  }
}
#site-footer .footer .footer-container .footer-L .footer-heading p.footer-ttl {
  font-family: "Montserrat", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  margin: 0;
}
#site-footer .footer .footer-container .footer-R {
  flex: 1;
  max-width: 866px;
  border-top: 1px solid #E3E3E3;
  padding-top: 57px;
}
@media screen and (max-width: 768px) {
  #site-footer .footer .footer-container .footer-R {
    padding-top: 30px;
  }
}
#site-footer .footer .footer-container .footer-R .footer-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  #site-footer .footer .footer-container .footer-R .footer-menu {
    display: block;
  }
}
#site-footer .footer .footer-container .footer-R .footer-menu dl {
  flex: 0 0 calc((100% - 60px) / 3);
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  #site-footer .footer .footer-container .footer-R .footer-menu dl {
    margin-bottom: 15px;
  }
}
#site-footer .footer .footer-container .footer-R .footer-menu dl dt {
  font-weight: 500;
  font-size: 16px;
  line-height: 2.8125;
}
@media screen and (max-width: 768px) {
  #site-footer .footer .footer-container .footer-R .footer-menu dl dt {
    font-size: 14px;
  }
}
#site-footer .footer .footer-container .footer-R .footer-menu dl dd ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1em;
}
@media screen and (max-width: 768px) {
  #site-footer .footer .footer-container .footer-R .footer-menu dl dd ul {
    gap: 0.5em 20px;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
#site-footer .footer .footer-container .footer-R .footer-menu dl dd ul li {
  font-size: 12px;
  line-height: 1.33;
}
@media screen and (max-width: 768px) {
  #site-footer .footer .footer-container .footer-R .footer-menu dl dd ul li {
    flex: 0 0 calc((100% - 20px) / 2);
    font-size: 11px;
    line-height: 1.5;
  }
}
#site-footer .footer .footer-container .footer-R .footer-menu dl dd ul li a {
  color: #1D1D1D;
  text-decoration: none;
}
#site-footer .footer .footer-container .footer-R p.footer-entry {
  margin: 0;
  padding: 68px 0 45px;
}
#site-footer .footer .footer-container .footer-R p.footer-entry a {
  display: block;
  font-family: "Montserrat", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  text-align: center;
  color: #fff;
  max-width: 350px;
  height: 46px;
  line-height: 46px;
  border-radius: 25px;
  background: #4db5e2;
  text-decoration: none;
}
#site-footer .footer .footer-container .footer-R p.cp {
  border-top: 1px solid #E3E3E3;
  font-size: 12px;
  line-height: 1;
  margin: 0;
  padding-top: 37px;
}
@media screen and (max-width: 768px) {
  #site-footer .footer .footer-container .footer-R p.cp {
    font-size: 10px;
  }
}

.pagettl {
  background: #F7F7F7;
  margin-top: 90px;
  padding: 100px 40px 110px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .pagettl {
    margin-top: 70px;
    padding: 70px 20px 80px;
  }
}
.pagettl .pagettl-inner {
  max-width: 1160px;
  margin: auto;
}
.pagettl .pagettl-inner p:first-of-type {
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  text-align: left;
  color: #1d1d1d;
  display: flex;
  gap: 20px;
  align-items: center;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .pagettl .pagettl-inner p:first-of-type {
    font-size: 12px;
    gap: 10px;
  }
}
.pagettl .pagettl-inner p:first-of-type::before {
  content: "";
  display: block;
  width: 12px;
  aspect-ratio: 1/1;
  background: #3fb15d;
  border-radius: 100%;
  margin-top: 0.1em;
}
@media screen and (max-width: 768px) {
  .pagettl .pagettl-inner p:first-of-type::before {
    width: 10px;
  }
}
.pagettl .pagettl-inner h1 {
  font-family: "Montserrat", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-weight: normal;
  font-size: 100px;
  line-height: 1;
  margin: 0.65em 0 1.1em;
}
@media screen and (max-width: 768px) {
  .pagettl .pagettl-inner h1 {
    font-size: 16vw;
  }
}
.pagettl .pagettl-inner h1 + p {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.8;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .pagettl .pagettl-inner h1 + p {
    font-size: 15px;
  }
  .pagettl .pagettl-inner h1 + p br {
    display: none;
  }
}
.pagettl .pagettl-inner figure {
  margin: 78px 0 0;
}
@media screen and (max-width: 768px) {
  .pagettl .pagettl-inner figure {
    margin-top: 40px;
  }
}
.pagettl .pagettl-inner figure img {
  border-radius: 10px;
}

.pagettl2 {
  padding: 217px 40px 100px 23.3333333333vw;
}
@media screen and (max-width: 768px) {
  .pagettl2 {
    padding: 110px 20px 50px;
  }
}
.pagettl2 .pagettl-inner {
  max-width: 1160px;
}
.pagettl2 .pagettl-inner h1 {
  font-weight: 500;
  font-size: 32px;
  line-height: 1.6875;
  color: #1d1d1d;
  margin: 0 0 2.35em;
}
@media screen and (max-width: 768px) {
  .pagettl2 .pagettl-inner h1 {
    font-size: 28px;
  }
}
.pagettl2 .pagettl-inner p {
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 18px;
  line-height: 1.7777777778;
  color: #1d1d1d;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .pagettl2 .pagettl-inner p {
    font-size: 15px;
  }
}

#entry-cont {
  background: #EDEDED;
  padding: 126px 40px;
}
@media screen and (max-width: 768px) {
  #entry-cont {
    padding: 60px 20px;
  }
}
#entry-cont .uk-container {
  text-align: center;
}
#entry-cont .uk-container a {
  display: block;
  max-width: 604px;
  height: 126px;
  line-height: 126px;
  border-radius: 200px;
  background: #57bbe5;
  margin: auto;
  font-family: "Montserrat", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
}
#entry-cont .uk-container a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  #entry-cont .uk-container a {
    font-size: 12px;
    height: auto;
    line-height: 1.5;
    padding: 30px;
  }
}

.layout-clm2 {
  display: flex;
}
@media screen and (max-width: 768px) {
  .layout-clm2 {
    display: block;
  }
}
.layout-clm2 .layout-L {
  flex: 0 0 23.3333333333vw;
  padding-left: 3.4722222222vw;
  padding-top: 170px;
}
@media screen and (max-width: 768px) {
  .layout-clm2 .layout-L {
    padding: 40px 20px;
  }
}
.layout-clm2 .layout-L nav {
  position: sticky;
  top: 140px;
  z-index: 2;
}
.layout-clm2 .layout-L nav ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.layout-clm2 .layout-L nav ul li {
  font-size: 14px;
  line-height: 1.8;
}
.layout-clm2 .layout-L nav ul li a {
  color: #1d1d1d;
  text-decoration: none;
}
.layout-clm2 .layout-L nav ul .uk-active a {
  border-bottom: 1px solid #3FB15D;
}
@media screen and (max-width: 768px) {
  .layout-clm2 .layout-L nav ul .uk-active a {
    border: none;
  }
}
.layout-clm2 .layout-R {
  flex: 1;
}

.horizontal-photos {
  position: relative;
  height: 28.4722222222vw;
}
@media screen and (max-width: 768px) {
  .horizontal-photos {
    height: 53.3333333333vw;
  }
}
.horizontal-photos .wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden !important;
  display: flex;
}
.horizontal-photos .marquee {
  display: flex;
  white-space: nowrap;
}
.horizontal-photos .marquee img {
  max-width: none;
  width: auto;
  height: 28.4722222222vw;
}
@media screen and (max-width: 768px) {
  .horizontal-photos .marquee img {
    width: auto !important;
    height: 53.3333333333vw !important;
  }
}

#other {
  background: #fff;
  padding: 120px 40px 90px;
}
@media screen and (max-width: 768px) {
  #other {
    padding: 80px 0;
  }
}
#other .uk-container {
  max-width: 860px;
}
#other .uk-container h2 {
  font-family: "Montserrat", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  color: #1d1d1d;
  margin: 0 0 50px;
}
#other .uk-container ul {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 56px;
}
@media screen and (max-width: 768px) {
  #other .uk-container ul {
    gap: 20px;
  }
}
#other .uk-container ul li {
  flex: 0 0 376px;
}
@media screen and (max-width: 768px) {
  #other .uk-container ul li {
    flex: 0 0 45%;
  }
}
#other .uk-container ul li a {
  display: block;
  text-decoration: none;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  #other .uk-container ul li a {
    flex-direction: column;
    gap: 0;
  }
}
#other .uk-container ul li a figure {
  width: 376px;
  margin: 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #other .uk-container ul li a figure {
    width: auto;
  }
}
#other .uk-container ul li a figure img {
  transition: 0.3s;
}
#other .uk-container ul li a dl {
  color: #1d1d1d;
  margin: 0;
  padding: 0;
}
#other .uk-container ul li a dl dt {
  font-weight: normal;
  font-size: 14px;
  line-height: 1.8571428571;
  padding: 1em 0 0.5em;
}
@media screen and (max-width: 768px) {
  #other .uk-container ul li a dl dt {
    font-size: 10px;
  }
}
#other .uk-container ul li a dl dd {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.8;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 768px) {
  #other .uk-container ul li a dl dd {
    font-size: 13px;
    line-height: 1.6;
    font-feature-settings: "palt";
  }
}
#other .uk-container ul li a:hover figure img {
  transform: scale(1.1);
}

* {
  box-sizing: border-box;
  list-style: none;
}

html {
  scrollbar-gutter: stable;
}

[data-anim] {
  opacity: 0;
}

body,
html {
  -webkit-font-smoothing: antialiased;
}

body {
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
  }
}
body::before {
  content: "";
  display: block;
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  background: #F7F7F7;
  z-index: -1;
}

body.hidden {
  overflow: hidden;
}

.flex {
  display: flex;
}

sub {
  position: relative;
  top: -0.03em;
  font-size: 0.7em;
}

.uk-card-media-top img {
  width: 100%;
  height: auto;
}

.uk-close {
  background: transparent;
  color: #fff !important;
}
.uk-close svg {
  width: 30px;
}
.uk-close svg line {
  stroke-width: 0.5;
}

.text-grad {
  display: inline-block;
  background: linear-gradient(90deg, #5ddba1 0%, #27aadb 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.comingsoon {
  opacity: 0.3;
  pointer-events: none;
}

.sp {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block !important;
  }
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

.w1160 {
  max-width: 1160px;
  margin: auto;
}

.w1000 {
  max-width: 1000px;
  margin: auto;
}

.w960 {
  max-width: 960px;
  margin: auto;
}

.flex {
  display: flex;
}

a[href*="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  a[href*="tel:"] {
    pointer-events: auto;
  }
}

a.ext::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(../img/icon-ext-wt.svg) no-repeat center center;
  background-size: cover;
  margin-left: 5px;
}
a.ext.ext-bk::after {
  background: url(../img/icon-ext-bk.svg) no-repeat center center;
  background-size: cover;
}

a.btn-default {
  display: block;
  width: 327px;
  border-radius: 200px;
  line-height: 1.3;
  text-align: left;
  color: #fff;
  padding: 1.1em 4em 1.1em 2.6em;
  letter-spacing: 0;
  font-feature-settings: "palt";
  text-decoration: none;
  background: #3fb15d url(../img/arw-rt-wt.svg) no-repeat right 42px center;
  background-size: 13px 10px;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  a.btn-default {
    width: 100%;
    background: #3fb15d url(../img/arw-rt-wt.svg) no-repeat right 20px center;
  }
}
a.btn-default:hover {
  opacity: 0.7;
}

table.tb1 {
  border-collapse: collapse;
  border-spacing: 0;
  border-top: 1px solid #CBCBCB;
}
table.tb1 tr {
  border-bottom: 1px solid #CBCBCB;
}
table.tb1 th,
table.tb1 td {
  color: #1d1d1d;
  line-height: 1.857;
  letter-spacing: 0;
  text-align: left;
  padding: 1.21em 0;
  vertical-align: top;
}
table.tb1 th {
  font-weight: 500;
  font-size: 16px;
  width: 19.5020746888%;
}
table.tb1 td {
  font-size: 14px;
}

.marker {
  position: relative;
  display: inline;
  color: inherit;
  font-style: normal;
  background: none;
  z-index: 0;
  background: linear-gradient(transparent 0%, rgba(63, 177, 93, 0.4) 0%);
  background-repeat: no-repeat !important;
  background-size: 0% 100% !important;
  transition: background-size 1.5s !important;
}
.marker.is-active {
  background-size: 100% 100% !important;
}

.jisageList {
  list-style: none;
  margin: 0;
  padding: 0;
}
.jisageList li {
  text-indent: -1em;
  margin-left: 1em;
}
ul.flex-list {
  margin: 0;
  padding: 0;
}
ul.flex-list li {
  display: flex;
}