@charset "UTF-8";
/* commonParts
---------------------------------------------------- */
.__inner {
  width: 91.875rem;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .__inner {
    width: calc(100% - 80px);
  }
}
@media screen and (max-width: 767px) {
  .__inner {
    width: calc(100% - 40px);
  }
}
.__inner.__wide {
  width: min(100%, 1920px);
}
.__inner.__medium {
  width: min(91.875rem, 980px);
}
@media screen and (max-width: 991px) {
  .__inner.__medium {
    width: calc(100% - 80px);
  }
}
@media screen and (max-width: 767px) {
  .__inner.__medium {
    width: calc(100% - 40px);
  }
}

.__liststyle li {
  display: flex;
  align-items: flex-start;
}
.__liststyle li::before {
  content: "\f111";
  display: block;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 0.85em;
  margin-top: 0.2em;
  margin-right: 0.6em;
  flex-shrink: 0;
}
.__liststyle.__order li::before {
  display: none;
}
.__liststyle.__order li span.__num {
  flex-shrink: 0;
  margin-right: 0.4em;
}
.__liststyle.__note li {
  font-size: 0.9em;
}
.__liststyle.__note li::before {
  content: "※";
  font-size: 1em;
  margin-top: 0;
  margin-right: 0.4em;
}

.__fsiz-20 {
  font-size: max(1.125rem, 1em);
}

.__fsiz-24 {
  font-size: max(1.5rem, 1.25em);
}
@media screen and (max-width: 767px) {
  .__fsiz-24 {
    font-size: 1.05em;
  }
}

.__txtlimit {
  max-width: 100%;
}
.__txtlimit span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.__txt-marker {
  color: #fff;
  display: inline;
  padding: 0.2em 0.4em;
  font-weight: 600;
  line-height: 1.8em;
  background: linear-gradient(120deg, #1ddeb7, #00a996);
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 0% 100%;
  opacity: 0;
  transition: opacity 0.4s ease 0.2s, background-size 1.2s cubic-bezier(0.35, 0.6, 0.2, 1) 0.4s;
}
.__txt-marker.__inview {
  opacity: 1;
  background-size: 100% 100%;
}

.__ttlstyle01 span.__en {
  display: block;
  color: #36c2b2;
  font-size: max(1.125rem, 0.95em);
  margin-top: -1em;
}
@media screen and (max-width: 991px) {
  .__ttlstyle01 span.__en {
    margin-top: 0;
  }
}
.__ttlstyle01 span.__jp {
  display: block;
  font-weight: 600;
  font-size: max(2.75rem, 2em);
  line-height: 1.6em;
  margin-top: 0.2em;
}
@media screen and (max-width: 767px) {
  .__ttlstyle01 span.__jp {
    font-size: 1.645em;
  }
}
.__ttlstyle01.__center {
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .__ttlstyle01.__center span.__en {
    margin-top: 0;
  }
}
.__ttlstyle01.__white span.__en {
  color: #fff;
}
.__ttlstyle01.__num {
  display: flex;
}
.__ttlstyle01.__num span.__accent-style {
  font-size: max(3.25rem, 2.5em);
  margin-top: 0.04em;
  margin-right: 0.4em;
}
@media screen and (max-width: 767px) {
  .__ttlstyle01.__num span.__accent-style {
    font-size: 1.925em;
  }
}
.__ttlstyle01.__num span.__en {
  margin-top: 0;
}
.__ttlstyle01.__num span.__jp {
  margin-top: 0;
  font-size: max(2.5rem, 2em);
}
@media screen and (max-width: 767px) {
  .__ttlstyle01.__num span.__jp {
    font-size: 1.645em;
  }
}

.__em-style {
  color: #36c2b2;
  font-weight: 500;
}

.__accent-style {
  position: relative;
  font-family: "Outfit", "Noto Sans JP", sans-serif;
  line-height: 1em;
  padding-top: 0.1em;
  padding-left: 0.3em;
}
.__accent-style img {
  position: absolute;
  top: 0;
  left: 0;
  width: 0.4em;
  height: auto;
}

a.__txtlink {
  color: #00a996;
  display: inline;
  text-decoration: underline;
}

.__hover-style {
  transition: all 0.24s ease;
}
.__hover-style:hover {
  opacity: 0.6;
}

.__linkbtn01 {
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .__linkbtn01 {
    width: 100%;
  }
}
.__linkbtn01 a, .__linkbtn01 button {
  display: flex;
  align-items: center;
  color: #fff;
  background-color: #2e3332;
  padding: 10px;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .__linkbtn01 a, .__linkbtn01 button {
    justify-content: space-between;
  }
}
.__linkbtn01 a .__txt, .__linkbtn01 button .__txt {
  display: block;
  overflow: clip;
  height: 1em;
  margin: 0 0.8em;
}
.__linkbtn01 a .__txt .__initial, .__linkbtn01 a .__txt .__rotated, .__linkbtn01 button .__txt .__initial, .__linkbtn01 button .__txt .__rotated {
  display: block;
  font-weight: 500;
  line-height: 1em;
  will-change: transform;
  transition: all 0.6s cubic-bezier(0.2, 0.7, 0.2, 1);
}
.__linkbtn01 a .__arrow, .__linkbtn01 button .__arrow {
  background-color: #fff;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.4em;
  aspect-ratio: 1/1;
  margin-left: 4em;
}
@media screen and (max-width: 1199px) {
  .__linkbtn01 a .__arrow, .__linkbtn01 button .__arrow {
    width: 2em;
  }
}
@media screen and (max-width: 767px) {
  .__linkbtn01 a .__arrow, .__linkbtn01 button .__arrow {
    width: 2.2em;
  }
}
.__linkbtn01 a .__arrow .__arrow-inner, .__linkbtn01 button .__arrow .__arrow-inner {
  position: relative;
  display: block;
  overflow: clip;
  width: 0.8em;
  aspect-ratio: 1/1;
}
.__linkbtn01 a .__arrow .__arrow-inner img, .__linkbtn01 button .__arrow .__arrow-inner img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  will-change: transform;
  transition: all 0.6s cubic-bezier(0.2, 0.7, 0.2, 1);
}
.__linkbtn01 a .__arrow .__arrow-inner img.__initial, .__linkbtn01 button .__arrow .__arrow-inner img.__initial {
  transform: translateX(-120%);
}
.__linkbtn01 a:hover .__txt .__initial, .__linkbtn01 a:hover .__txt .__rotated, .__linkbtn01 button:hover .__txt .__initial, .__linkbtn01 button:hover .__txt .__rotated {
  transform: translateY(-100%);
}
.__linkbtn01 a:hover .__arrow img.__initial, .__linkbtn01 button:hover .__arrow img.__initial {
  transform: translateX(0);
}
.__linkbtn01 a:hover .__arrow img.__rotated, .__linkbtn01 button:hover .__arrow img.__rotated {
  transform: translateX(120%);
}

.__linkbtn02 a {
  position: relative;
  z-index: 2;
  color: #fff;
  background: linear-gradient(120deg, #1ddeb7, #00a996);
  display: flex;
  align-items: center;
  overflow: clip;
  padding: 0.4em 0.8em;
}
.__linkbtn02 a::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(120deg, #1ddeb7, #00a996);
  transform: scale(-1);
  opacity: 0;
  transition: all 0.27s ease;
}
.__linkbtn02 a span.__icon {
  display: block;
  width: 1em;
  margin-left: 1em;
}
.__linkbtn02 a span.__icon img {
  width: 100%;
  height: auto;
}
.__linkbtn02 a span.__txt {
  display: block;
  font-weight: 500;
  letter-spacing: 0.16em;
}
.__linkbtn02 a:hover::before {
  opacity: 1;
}

.bg-mark {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .bg-mark {
    width: min(80%, 160px);
    height: auto;
  }
}
.bg-mark img {
  width: auto;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .bg-mark img {
    width: 100%;
    height: auto;
  }
}
.bg-mark img.__white {
  position: relative;
  z-index: 2;
  opacity: 0.7;
}
.bg-mark img.__mint {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  margin-top: 5px;
  margin-left: 3px;
  opacity: 0.1;
}

.__img-style {
  position: relative;
  z-index: 2;
  box-shadow: 2px 2px 6px rgba(46, 51, 50, 0.1);
}
.__img-style::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  margin-top: -4px;
  margin-left: -4px;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(120deg, #1ddeb7, #00a996);
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .__img-style::before {
    margin-top: -3px;
    margin-left: -3px;
  }
}
.__img-style img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.__content-style01 .sec-txt, .__content-style01 .item-txt {
  margin-top: 2em;
}
@media screen and (max-width: 767px) {
  .__content-style01 .sec-txt, .__content-style01 .item-txt {
    margin-top: 1em;
  }
}
.__content-style01 .sec-txt h3, .__content-style01 .item-txt h3 {
  font-weight: 500;
  line-height: 2em;
}
.__content-style01 .sec-txt p, .__content-style01 .item-txt p {
  line-height: 2em;
  margin-top: 1em;
}
.__content-style01 .sec-link {
  margin-top: 3em;
}
@media screen and (max-width: 1199px) {
  .__content-style01 .sec-link {
    margin-top: 2em;
  }
}

.__content-style02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.__content-style02 .txt-wrap {
  width: calc(100% - 40 * 1rem - 7.5 * 1rem);
}
@media screen and (max-width: 1199px) {
  .__content-style02 .txt-wrap {
    width: 100%;
    margin-bottom: 4em;
  }
}
@media screen and (max-width: 767px) {
  .__content-style02 .txt-wrap {
    margin-bottom: 3em;
  }
}
.__content-style02 .img-wrap, .__content-style02 .map-wrap {
  width: 40rem;
}
@media screen and (max-width: 1199px) {
  .__content-style02 .img-wrap, .__content-style02 .map-wrap {
    width: 100%;
  }
}

.__content-style03 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.__content-style03 .txt-wrap {
  width: calc(100% - 35 * 1rem - 7.5 * 1rem);
}
@media screen and (max-width: 991px) {
  .__content-style03 .txt-wrap {
    width: 100%;
    margin-bottom: 3em;
  }
}
.__content-style03 .img-wrap {
  width: 35rem;
}
@media screen and (max-width: 991px) {
  .__content-style03 .img-wrap {
    width: 100%;
  }
}
.__content-style03 .img-wrap .img {
  height: 100%;
}

.__fadeIn {
  opacity: 0;
  transform: translateY(16px);
  will-change: transform;
  transition: opacity 0.48s ease 0.4s, transform 0.6s ease 0.4s;
}
.__fadeIn.__delay00 {
  transition-delay: 0s;
}
.__fadeIn.__inview {
  opacity: 1;
  transform: translateY(0);
}

/* header
---------------------------------------------------- */
header {
  pointer-events: none;
  position: fixed;
  z-index: 99;
  width: 100%;
  background-color: #fff;
}
header > * {
  pointer-events: auto;
}
header .header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 1em;
}
@media screen and (max-width: 1199px) {
  header .header-inner {
    padding: 16px 20px;
  }
}
@media screen and (max-width: 767px) {
  header .header-inner {
    padding: 8px 10px;
  }
}
@media screen and (max-width: 1199px) {
  header .__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(13, 13, 13, 0.6);
    opacity: 0;
    visibility: hidden;
    transition: all 0.36s ease;
  }
  header .__overlay.__open {
    opacity: 1;
    visibility: visible;
  }
}
header .header-logo {
  width: max(27.5rem, 360px);
}
@media screen and (max-width: 1199px) {
  header .header-logo {
    width: 324px;
  }
}
@media screen and (max-width: 991px) {
  header .header-logo {
    width: 288px;
  }
}
@media screen and (max-width: 767px) {
  header .header-logo {
    width: 216px;
  }
}
header .header-logo img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1199px) {
  header .nav-btn {
    position: relative;
    z-index: 99;
    width: 40px;
    height: 40px;
    margin-right: 4px;
    cursor: pointer;
  }
}
@media screen and (max-width: 1199px) and (max-width: 767px) {
  header .nav-btn {
    width: 24px;
  }
}
@media screen and (max-width: 1199px) {
  header .nav-btn span {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    display: block;
    width: 100%;
    height: 2px;
    background-color: #333;
    transition: all 0.2s ease;
  }
  header .nav-btn span:nth-of-type(1) {
    margin-top: -8px;
  }
  header .nav-btn span:nth-of-type(3) {
    margin-top: 8px;
  }
}
@media screen and (max-width: 1199px) and (max-width: 767px) {
  header .nav-btn span:nth-of-type(1) {
    margin-top: -7px;
  }
  header .nav-btn span:nth-of-type(3) {
    margin-top: 7px;
  }
}
@media screen and (max-width: 1199px) {
  header .nav-btn.__open span:nth-of-type(1) {
    margin-top: 0;
    transform: translateY(-50%) rotate(30deg);
  }
  header .nav-btn.__open span:nth-of-type(2) {
    opacity: 0;
  }
  header .nav-btn.__open span:nth-of-type(3) {
    margin-top: 0;
    transform: translateY(-50%) rotate(-30deg);
  }
}
@media screen and (max-width: 1199px) {
  header .header-menu {
    background-color: #fff;
    width: 240px;
    height: 100vh;
    padding-top: 100px;
    position: absolute;
    top: 0;
    right: 0;
    transform: translateX(100%);
    transition: all 0.36s ease;
  }
}
header .header-menu .header-menu-inner {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width: 1199px) {
  header .header-menu .header-menu-inner {
    display: block;
    opacity: 0;
    transition: all 0.36s ease;
  }
}
@media screen and (max-width: 1199px) {
  header .header-menu.__open {
    transform: translateX(0);
  }
  header .header-menu.__open .header-menu-inner {
    opacity: 1;
    transition: all 0.36s 0.3s ease;
  }
}
header .header-menu nav {
  margin-right: 2em;
}
@media screen and (max-width: 1199px) {
  header .header-menu nav {
    margin-right: 0;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  header .header-menu nav {
    margin-bottom: 30px;
  }
}
header .header-menu nav ul {
  display: flex;
}
@media screen and (max-width: 1199px) {
  header .header-menu nav ul {
    display: block;
  }
}
header .header-menu nav ul li a {
  font-weight: 500;
  margin: 0 1em;
  padding: 0.36em 0;
  transition: all 0.24s ease;
}
@media screen and (max-width: 1199px) {
  header .header-menu nav ul li a {
    margin: 20px 30px;
  }
}
header .header-menu nav ul li a:hover {
  color: #00a996;
}
header .header-menu nav ul li.__current a {
  color: #00a996;
}
header .header-menu .header-contact a {
  display: block;
  text-align: center;
  padding: max(1.25rem, 1em) max(3.75rem, 2.4em);
}
@media screen and (max-width: 767px) {
  header .header-menu .header-contact a {
    padding: 0.8em 0;
  }
}
header .header-menu .header-contact a span.__icon {
  width: 1.5em;
  margin: 0 auto;
  margin-top: 0.2em;
  margin-bottom: 0.3em;
}
@media screen and (max-width: 767px) {
  header .header-menu .header-contact a span.__icon {
    width: 1.25em;
  }
}

/* footer
---------------------------------------------------- */
#footer {
  position: relative;
  z-index: 4;
  background: linear-gradient(0deg, #d9fcf5, #fff);
}
@media screen and (max-width: 1199px) {
  #footer {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  #footer {
    padding-bottom: 20px;
  }
}
#footer .__inner {
  position: relative;
  margin-top: -1em;
  margin-bottom: 2em;
}
@media screen and (max-width: 1199px) {
  #footer .__inner {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  #footer .__inner {
    margin-top: 0;
  }
}
#footer .footer-inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1199px) {
  #footer .footer-inner {
    display: block;
  }
}
#footer .footer-inner .footer-left {
  border-right: solid 1px #c6cccb;
  padding-right: max(5rem, 2em);
}
@media screen and (max-width: 1199px) {
  #footer .footer-inner .footer-left {
    display: flex;
    align-items: center;
    border-right: none;
    padding-right: 0;
    border-bottom: solid 1px #c6cccb;
    padding-bottom: 3em;
  }
}
@media screen and (max-width: 767px) {
  #footer .footer-inner .footer-left {
    padding-bottom: 2em;
  }
}
#footer .footer-inner .footer-left .footer-logo {
  width: 8em;
}
#footer .footer-inner .footer-left .footer-logo img {
  width: 100%;
  height: auto;
}
#footer .footer-inner .footer-left .footer-info {
  margin-top: 2em;
}
@media screen and (max-width: 1199px) {
  #footer .footer-inner .footer-left .footer-info {
    flex-shrink: 0;
    margin-top: 0;
    margin-left: min(8vw, 3em);
  }
}
#footer .footer-inner .footer-left .footer-info p {
  line-height: 1.6em;
}
@media screen and (max-width: 767px) {
  #footer .footer-inner .footer-left .footer-info p {
    font-size: 0.95em;
  }
}
#footer .footer-inner .footer-left .footer-info p.__company {
  font-weight: 600;
  font-size: 1.125em;
  margin-bottom: 0.48em;
}
#footer .footer-inner .footer-left .footer-info p a {
  display: inline-block;
  width: 0.8em;
  margin-bottom: -0.2em;
}
#footer .footer-inner .footer-left .footer-info p a img {
  width: 100%;
  height: auto;
}
#footer .footer-inner .footer-right {
  margin-top: 2em;
}
#footer .footer-inner .footer-right .footer-menu ul {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 1199px) {
  #footer .footer-inner .footer-right .footer-menu ul {
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  #footer .footer-inner .footer-right .footer-menu ul {
    display: block;
  }
}
#footer .footer-inner .footer-right .footer-menu ul li a {
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 500;
  margin: 0 1.25em;
  padding: 0.36em 0;
}
@media screen and (max-width: 767px) {
  #footer .footer-inner .footer-right .footer-menu ul li a {
    font-size: 0.95em;
    margin: 0.6em 0;
  }
}
#footer .footer-inner .footer-right .footer-menu ul li:nth-of-type(1) a {
  margin-left: 0;
}
#footer .footer-inner .footer-right .footer-menu ul li:last-of-type a {
  margin-right: 0;
}
#footer .footer-inner .footer-right .footer-group {
  width: 16em;
  box-shadow: 2px 2px 6px rgba(46, 51, 50, 0.1);
  margin-left: auto;
  margin-top: 4.8em;
}
@media screen and (max-width: 1199px) {
  #footer .footer-inner .footer-right .footer-group {
    width: 15em;
    margin-top: 2.4em;
    margin-left: 0;
  }
}
#footer .footer-inner .footer-right .footer-group a img {
  width: 100%;
  height: auto;
}
#footer .copyright {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 1199px) {
  #footer .copyright {
    position: relative;
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  #footer .copyright {
    margin-top: 52px;
  }
}
#footer .copyright p {
  color: #888;
  font-size: 0.8em;
  line-height: 1em;
}
@media screen and (max-width: 767px) {
  #footer .copyright p {
    font-size: 0.75em;
  }
}

#pagetop {
  display: none;
  position: fixed;
  z-index: 9;
  bottom: 0;
  right: 0;
  margin: 1.6em;
}
@media screen and (max-width: 767px) {
  #pagetop {
    margin: 1em;
  }
}
#pagetop a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 68px;
  aspect-ratio: 1/1;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  #pagetop a {
    width: 48px;
  }
}
#pagetop a .__arrow {
  position: relative;
  display: block;
  overflow: clip;
  width: 40%;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 767px) {
  #pagetop a .__arrow {
    width: 50%;
  }
}
#pagetop a .__arrow img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  will-change: transform;
  transition: all 0.48s cubic-bezier(0.2, 0.7, 0.2, 1);
}
#pagetop a .__arrow img.__initial {
  transform: translateY(120%);
}
#pagetop a:hover .__arrow img.__initial {
  transform: translateY(0);
}
#pagetop a:hover .__arrow img.__rotated {
  transform: translateY(-120%);
}/*# sourceMappingURL=common.css.map */