@charset "UTF-8";
/* commonParts
---------------------------------------------------- */
.__inner {
  width: 100rem;
  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.__medium {
  width: 82.5rem;
}
@media screen and (max-width: 1199px) {
  .__inner.__medium {
    width: 100rem;
  }
}
@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;
  margin-top: 0.6em;
}
.__liststyle li::before {
  content: "\f005";
  display: block;
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
  font-size: 0.85em;
  margin-top: 0.2em;
  margin-right: 0.4em;
  flex-shrink: 0;
}
.__liststyle.__note li {
  align-items: baseline;
}
.__liststyle.__note li::before {
  content: "※";
}

.__imgstyle {
  background-color: #f7f7f7;
  border: solid 1px #dfe5e3;
  border-radius: 0.625rem;
  box-shadow: 6px 6px 12px 0px rgba(173, 179, 177, 0.2);
  padding: 0.625rem;
}
@media screen and (max-width: 991px) {
  .__imgstyle {
    border-radius: 6px;
    padding: 6px;
  }
}
@media screen and (max-width: 767px) {
  .__imgstyle {
    border-color: #ebedec;
  }
}
.__imgstyle img {
  border-radius: 0.625rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 991px) {
  .__imgstyle img {
    border-radius: 6px;
  }
}

.__en {
  font-family: "Forum", serif;
}

.__ttltxt.__style01 {
  display: inline-block;
  font-size: 3.75rem;
  line-height: 1.2em;
}
@media screen and (max-width: 1199px) {
  .__ttltxt.__style01 {
    font-size: 42px;
  }
}
@media screen and (max-width: 767px) {
  .__ttltxt.__style01 {
    font-size: 30px;
    line-height: 1.4em;
  }
}
.__ttltxt.__style01 span.__en {
  font-size: 0.4em;
}
@media screen and (max-width: 767px) {
  .__ttltxt.__style01 span.__en {
    font-size: 0.54em;
  }
}
.__ttltxt.__style01 span.__jp {
  font-family: "Hina Mincho", serif;
  letter-spacing: 0.1em;
}
.__ttltxt.__style01.__green {
  background: linear-gradient(0deg, #5b8657, #5c5b79);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.__ttltxt.__style01.__orange {
  background: linear-gradient(0deg, #c68c4e, #745e70);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.__ttltxt.__style01.__navy {
  background: linear-gradient(0deg, #365b7e, #97b9d5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

a.__txtlink {
  color: #5e5b69;
  display: inline;
  text-decoration: underline;
  opacity: 1;
  transition: all 0.3s ease;
}
a.__txtlink:hover {
  opacity: 0.6;
}

.__linkbtn a, .__linkbtn button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1em;
  box-shadow: 6px 6px 12px 0px rgba(62, 61, 75, 0.1);
}
.__linkbtn a span, .__linkbtn button span {
  display: block;
}
.__linkbtn a span img, .__linkbtn button span img {
  width: 100%;
  height: auto;
}
.__linkbtn.__style01 a, .__linkbtn.__style01 button {
  color: #5e5b69;
  background-color: #fff;
  border-radius: 6px;
  padding: 1em 1.6em;
  padding-left: 1em;
  transition: all 0.4s ease;
}
@media screen and (max-width: 767px) {
  .__linkbtn.__style01 a, .__linkbtn.__style01 button {
    border-radius: 4px;
    padding: 0.8em 1.2em;
    padding-left: 0.8em;
  }
}
.__linkbtn.__style01 a span, .__linkbtn.__style01 button span {
  display: block;
}
.__linkbtn.__style01 a span.__txt, .__linkbtn.__style01 button span.__txt {
  text-align: center;
  width: 14em;
  font-weight: 700;
}
@media screen and (max-width: 1199px) {
  .__linkbtn.__style01 a span.__txt, .__linkbtn.__style01 button span.__txt {
    font-size: 0.9em;
  }
}
.__linkbtn.__style01 a span.__arrow, .__linkbtn.__style01 button span.__arrow {
  width: 0.3em;
}
@media screen and (max-width: 1199px) {
  .__linkbtn.__style01 a span.__arrow, .__linkbtn.__style01 button span.__arrow {
    width: 0.35em;
  }
}
.__linkbtn.__style01 a:hover, .__linkbtn.__style01 button:hover {
  transform: translateY(-2px);
  box-shadow: 6px 6px 20px 0px rgba(62, 61, 75, 0.2);
}
.__linkbtn.__style02 a {
  color: #fff;
  background-color: #373643;
  border-radius: 50vh;
  padding: 0.7em 1.8em;
}
.__linkbtn.__style02 a span {
  opacity: 1;
  transition: all 0.4s ease;
}
.__linkbtn.__style02 a span.__txt {
  font-size: 0.85em;
  margin-right: 1em;
}
.__linkbtn.__style02 a span.__icon {
  width: 0.7em;
}
.__linkbtn.__style02 a:hover span {
  opacity: 0.6;
}

.__label-style {
  color: #fff;
  background-color: #99ae96;
  border-radius: 6px;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1em;
  font-size: 0.95em;
  letter-spacing: 0.1em;
  padding: 0.3em 1.2em;
  padding-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  .__label-style {
    border-radius: 4px;
    font-size: 0.9em;
    padding-bottom: 0.36em;
  }
}

.__content-style01 .sec-txt {
  margin-top: 3.6em;
}
@media screen and (max-width: 1199px) {
  .__content-style01 .sec-txt {
    margin-top: 3em;
  }
}
.__content-style01 .sec-txt p {
  font-family: "Hina Mincho", serif;
  font-size: 1.375rem;
  line-height: 2em;
  margin-top: 1.6em;
}
@media screen and (max-width: 1199px) {
  .__content-style01 .sec-txt p {
    font-size: 1em;
  }
}

.__content-style02 {
  border: solid 1px #dfe5e3;
  border-radius: 0.625rem;
  box-shadow: 6px 6px 12px 0px rgba(173, 179, 177, 0.2);
  padding: 0.625rem;
}
@media screen and (max-width: 991px) {
  .__content-style02 {
    border-radius: 6px;
    padding: 6px;
  }
}
@media screen and (max-width: 767px) {
  .__content-style02 {
    border-color: #ebedec;
  }
}
.__content-style02 .__border-wrap {
  border: solid 1px rgba(255, 255, 255, 0.5);
  border-radius: 0.625rem;
}
@media screen and (max-width: 991px) {
  .__content-style02 .__border-wrap {
    border-radius: 6px;
  }
}

.__fadeIn {
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.8s ease 0.48s;
}
.__fadeIn.__delay00 {
  transition-delay: 0s;
}
.__fadeIn.__pgttl {
  transform: translateY(0);
  transition-delay: 0s;
}
.__fadeIn.__inview {
  opacity: 1;
  transform: translateY(0);
}

/* header
---------------------------------------------------- */
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
}
header .header-inner {
  position: relative;
  background-color: #f7f7f7;
  border-bottom: solid 1px #dfe5e3;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 80px;
  padding: 0 20px;
}
@media screen and (max-width: 1599px) {
  header .header-inner {
    height: 72px;
  }
}
@media screen and (max-width: 1199px) {
  header .header-inner {
    height: 64px;
    padding-left: 14px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  header .header-inner {
    border-bottom-color: #ebedec;
    height: 60px;
    padding-left: 12px;
    padding-right: 16px;
  }
}
@media screen and (max-width: 1199px) {
  header .__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(54, 54, 52, 0.6);
    opacity: 0;
    visibility: hidden;
    transition: all 0.36s ease;
  }
  header .__overlay.__open {
    opacity: 1;
    visibility: visible;
  }
}
header .header-logo {
  width: 270px;
}
@media screen and (max-width: 1599px) {
  header .header-logo {
    width: 229.5px;
  }
}
@media screen and (max-width: 1199px) {
  header .header-logo {
    width: 216px;
  }
}
@media screen and (max-width: 991px) {
  header .header-logo {
    width: 202.5px;
  }
}
@media screen and (max-width: 767px) {
  header .header-logo {
    width: 189px;
  }
}
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;
    cursor: pointer;
  }
  header .nav-btn span {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    display: block;
    width: 40px;
    height: 1px;
    background-color: #333;
    transition: all 0.2s ease;
  }
  header .nav-btn span:nth-of-type(1) {
    margin-top: -6px;
  }
  header .nav-btn span:nth-of-type(3) {
    margin-top: 6px;
  }
  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: #f7f7f7;
    width: 200px;
    height: 100vh;
    position: absolute;
    top: 0;
    right: 0;
    margin-right: -200px;
    transition: all 0.4s ease;
    display: flex;
    align-items: center;
  }
}
header .header-menu .header-menu-inner {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1199px) {
  header .header-menu .header-menu-inner {
    width: 100%;
    display: block;
    opacity: 0;
    transition: all 0.4s ease;
  }
}
@media screen and (max-width: 1199px) {
  header .header-menu.__open {
    margin-right: 0;
  }
  header .header-menu.__open .header-menu-inner {
    opacity: 1;
    transition: all 0.4s 0.3s ease;
  }
}
header .header-menu nav ul {
  display: flex;
  align-items: baseline;
}
@media screen and (max-width: 1199px) {
  header .header-menu nav ul {
    display: block;
  }
}
@media screen and (max-width: 1199px) {
  header .header-menu nav ul li {
    border-bottom: solid 1px #dfe5e3;
  }
}
@media screen and (max-width: 767px) {
  header .header-menu nav ul li {
    border-bottom-color: #ebedec;
  }
}
header .header-menu nav ul li a {
  display: flex;
  align-items: center;
  margin: 0 1.25em;
  padding: 0.36em 0;
}
@media screen and (max-width: 1199px) {
  header .header-menu nav ul li a {
    margin: 3lvh 0;
    padding-left: 24px;
  }
}
header .header-menu nav ul li a::before {
  content: "";
  display: block;
  background-image: url(../images/icon-star_purple.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 0.875em;
  aspect-ratio: 1/1;
  margin-top: 0.1em;
  margin-right: 0.8em;
  opacity: 0;
  transform: translateY(4px);
  transition: opacity 0.48s ease, transform 0.48s ease 0.48s;
}
@media screen and (max-width: 1199px) {
  header .header-menu nav ul li a::before {
    margin-right: 1em;
  }
}
header .header-menu nav ul li a:hover::before {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.48s ease, transform 0.48s ease;
}
header .header-menu nav ul li:last-of-type a {
  margin-right: 0;
}
header .header-menu nav ul li.__current a {
  color: #5e5b69;
  font-weight: 700;
  font-size: 0.975em;
}
header .header-menu nav ul li.__current a::before {
  background-image: url(../images/icon-star_beige.png);
  opacity: 1;
  transform: translateY(0);
}

/* footer
---------------------------------------------------- */
.footer-bgimg {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100lvh;
}
.footer-bgimg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

footer {
  text-align: center;
  color: #fff;
  text-shadow: 4px 4px 10px rgba(62, 61, 75, 0.8);
  padding: 10rem 0;
}
@media screen and (max-width: 1199px) {
  footer {
    padding: 120px 0;
  }
}
@media screen and (max-width: 991px) {
  footer {
    padding: 140px 0;
  }
}
@media screen and (max-width: 767px) {
  footer {
    padding-top: 100px;
    padding-bottom: 140px;
  }
}
footer .footer-logo {
  width: 400px;
  margin: 0 auto;
  margin-top: 2em;
}
@media screen and (max-width: 1599px) {
  footer .footer-logo {
    width: 340px;
  }
}
@media screen and (max-width: 1199px) {
  footer .footer-logo {
    width: 320px;
  }
}
@media screen and (max-width: 991px) {
  footer .footer-logo {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-logo {
    width: min(68vw, 260px);
  }
}
footer .footer-logo img {
  width: 100%;
  height: auto;
}
footer .footer-address {
  margin-top: 1.6em;
}
footer .footer-address a {
  display: inline-block;
  opacity: 1;
  transition: all 0.3s ease;
}
footer .footer-address a:hover {
  opacity: 0.6;
}
footer .footer-menu {
  margin-top: 6em;
}
@media screen and (max-width: 767px) {
  footer .footer-menu {
    margin-top: 4.8em;
  }
}
footer .footer-menu ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  footer .footer-menu ul {
    width: min(100%, 30em);
    margin: 0 auto;
  }
}
footer .footer-menu ul li {
  margin-right: 3em;
}
footer .footer-menu ul li:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 1199px) {
  footer .footer-menu ul li {
    margin-right: 4em;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-menu ul li {
    width: calc(33.3333333333% - 0.6666666667em);
    margin-right: 1em;
    margin-bottom: 1em;
  }
  footer .footer-menu ul li:nth-of-type(3n) {
    margin-right: 0;
  }
}
footer .footer-menu ul li a {
  text-align: center;
  font-size: 1.125em;
  opacity: 1;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  footer .footer-menu ul li a {
    font-size: min(4vw, 0.95em);
  }
}
footer .footer-menu ul li a:hover {
  opacity: 0.6;
}
footer .footer-link-list {
  margin-top: 4.8em;
}
@media screen and (max-width: 767px) {
  footer .footer-link-list {
    margin-top: 4em;
  }
}
footer .footer-link-list ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 1199px) {
  footer .footer-link-list ul {
    width: 40em;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-link-list ul {
    width: 12em;
  }
}
footer .footer-link-list ul li {
  margin-right: 2em;
}
footer .footer-link-list ul li:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 1199px) {
  footer .footer-link-list ul li {
    width: calc(33.3333333333% - 1.3333333333em);
    margin-bottom: 1em;
  }
  footer .footer-link-list ul li:nth-of-type(3n) {
    margin-right: 0;
  }
  footer .footer-link-list ul li a {
    text-align: center;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-link-list ul li {
    width: 100%;
    margin-right: 0;
  }
}
footer .copyright {
  font-size: 0.875em;
  padding-top: 10rem;
}
@media screen and (max-width: 1599px) {
  footer .copyright {
    padding-top: 11.25rem;
  }
}
@media screen and (max-width: 1199px) {
  footer .copyright {
    padding-top: 120px;
  }
}
@media screen and (max-width: 991px) {
  footer .copyright {
    padding-top: 140px;
  }
}
@media screen and (max-width: 767px) {
  footer .copyright {
    font-size: 0.8em;
    padding-top: 80px;
  }
}

#pagetop {
  display: none;
  position: fixed;
  z-index: 9;
  bottom: 0;
  right: 0;
}
#pagetop a {
  width: 8em;
  height: 8em;
  background-color: #f7f7f7;
  border-top: solid 1px #dfe5e3;
  border-left: solid 1px #dfe5e3;
}
@media screen and (max-width: 1199px) {
  #pagetop a {
    width: 7em;
    height: 7em;
  }
}
@media screen and (max-width: 767px) {
  #pagetop a {
    border-top-color: #ebedec;
    border-left-color: #ebedec;
    width: 6em;
    height: 6em;
  }
}
#pagetop a .pgtop-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#pagetop a .pgtop-inner span.__icon {
  display: block;
  width: 1em;
  margin: 0 auto;
  transition: all 0.4s ease;
}
#pagetop a .pgtop-inner span.__icon img {
  width: 100%;
  height: auto;
}
#pagetop a .pgtop-inner span.__txt {
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  color: #5e5b69;
  font-weight: 700;
  font-size: 0.875em;
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  #pagetop a .pgtop-inner span.__txt {
    font-size: 0.75em;
  }
}
#pagetop a:hover .pgtop-inner span.__icon {
  transform: translateY(-6px);
}
@media screen and (max-width: 767px) {
  #pagetop a:hover .pgtop-inner span.__icon {
    transform: translateY(-4px);
  }
}/*# sourceMappingURL=common.css.map */