@charset "UTF-8";
/* commonParts
---------------------------------------------------- */
.__inner {
  width: 99.375rem;
  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: 82.5rem;
}
@media screen and (max-width: 1199px) {
  .__inner.__medium {
    width: 99.375rem;
  }
}
@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.7em;
  margin-top: 0.4em;
  margin-right: 0.4em;
  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;
}

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

.__fsiz-22 {
  font-size: max(1.375rem, 1.125em);
}
@media screen and (max-width: 767px) {
  .__fsiz-22 {
    font-size: 1.05em;
  }
}

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

.__ttlstyle01 span.__en {
  display: block;
  font-size: 5.75rem;
  line-height: 1.1em;
}
@media screen and (max-width: 1199px) {
  .__ttlstyle01 span.__en {
    font-size: 4em;
    margin-top: -0.1em;
  }
}
@media screen and (max-width: 767px) {
  .__ttlstyle01 span.__en {
    font-size: 2.75em;
  }
}
.__ttlstyle01 span.__jp {
  font-weight: 500;
  font-size: max(1.375rem, 1.125em);
}
@media screen and (max-width: 767px) {
  .__ttlstyle01 span.__jp {
    font-size: 1em;
  }
}
.__ttlstyle01.__green span.__en {
  color: #36ac4d;
}
.__ttlstyle01.__blue span.__en {
  color: #1390d8;
}

.__ttlstyle02 {
  font-weight: 700;
  font-size: max(2.125rem, 1.645em);
}
@media screen and (max-width: 767px) {
  .__ttlstyle02 {
    font-size: 1.25em;
  }
}

.__ttlstyle03 span.__en {
  display: block;
  color: #999;
  font-size: 1.25em;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 1199px) {
  .__ttlstyle03 span.__en {
    margin-top: -0.1em;
  }
}
@media screen and (max-width: 767px) {
  .__ttlstyle03 span.__en {
    font-size: 1.05em;
  }
}
.__ttlstyle03 span.__jp {
  display: block;
  font-weight: 700;
  font-feature-settings: normal;
  font-size: 3.75rem;
  line-height: 1.2em;
  margin-top: 0.2em;
}
@media screen and (max-width: 1199px) {
  .__ttlstyle03 span.__jp {
    font-size: 2.75em;
  }
}
@media screen and (max-width: 767px) {
  .__ttlstyle03 span.__jp {
    font-size: 1.75em;
  }
}
.__ttlstyle03.__blue span.__en {
  color: #1390d8;
}
.__ttlstyle03.__green span.__en {
  color: #36ac4d;
}

.__ttlstyle04 {
  display: flex;
  align-items: flex-start;
  font-weight: 700;
  line-height: 1.4em;
  padding-left: 0.8em;
  border-left: solid 3px #999;
}
.__ttlstyle04.__blue {
  border-left-color: #1390d8;
}
.__ttlstyle04.__green {
  border-left-color: #36ac4d;
}

.__txt-marker {
  color: #fff;
  display: inline;
  padding: 0.1em 0.6em 0.2em;
  font-weight: 500;
  line-height: 2em;
  background-image: linear-gradient(transparent 0, #2a2a2a 0);
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 0% 100%;
  opacity: 0;
  transition: all 1.2s cubic-bezier(0.1, 0.8, 0.2, 1) 0.4s;
}
.__txt-marker.__blue {
  background-image: linear-gradient(transparent 0, #1390d8 0);
}
.__txt-marker.__green {
  background-image: linear-gradient(transparent 0, #36ac4d 0);
}
.__txt-marker.__marker-style01 {
  font-size: max(1.875rem, 1.5em);
}
@media screen and (max-width: 767px) {
  .__txt-marker.__marker-style01 {
    font-size: 1.125em;
  }
}
.__txt-marker.__marker-style02::before {
  content: "";
  display: inline-block;
  width: 2px;
  height: 1.2em;
  background-color: #fff;
  transform: translateY(0.2em);
  margin-right: 0.4em;
}
.__txt-marker.__inview {
  opacity: 1;
  background-size: 100% 100%;
}

.__label-style {
  color: #fff;
  display: inline-block;
  border: solid 1px rgba(0, 0, 0, 0.1);
  border-radius: 50vh;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  font-weight: 500;
  font-size: 0.9em;
  padding: 0.24em 2em 0.36em;
}
.__label-style.__blue {
  background-color: #1390d8;
}
.__label-style.__green {
  background-color: #36ac4d;
}

a.__txtlink {
  color: #2a2a2a;
  display: inline;
  text-decoration: underline;
}
a.__anchor-point {
  position: absolute;
}

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

.__linkbtn01 {
  width: -moz-fit-content;
  width: fit-content;
}
.__linkbtn01 a, .__linkbtn01 button {
  background-color: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(4px);
  border: solid 1px #2a2a2a;
  padding: 0.6em 1.2em;
  padding-left: 6em;
}
@media screen and (max-width: 767px) {
  .__linkbtn01 a, .__linkbtn01 button {
    font-size: 1em;
    padding-top: 0.48em;
    padding-bottom: 0.48em;
  }
}
.__linkbtn01 a span.__txt, .__linkbtn01 button span.__txt {
  display: block;
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  letter-spacing: 0.04em;
  transition: all 0.24s ease;
}
.__linkbtn01 a span.__txt i, .__linkbtn01 button span.__txt i {
  margin-left: 1em;
}
.__linkbtn01 a:hover span.__txt, .__linkbtn01 button:hover span.__txt {
  transform: translateX(0.4em);
}
.__linkbtn01.__back a, .__linkbtn01.__back button {
  padding-left: 1.2em;
  padding-right: 6em;
}
.__linkbtn01.__back a span.__txt i, .__linkbtn01.__back button span.__txt i {
  margin-left: 0;
  margin-right: 1em;
}
.__linkbtn01.__back a:hover span.__txt, .__linkbtn01.__back button:hover span.__txt {
  transform: translateX(-0.4em);
}
.__linkbtn01.__white a {
  color: #2a2a2a;
  background-color: #fff;
  border-color: #fff;
  padding-top: 0.8em;
  padding-bottom: 0.8em;
}

.__texture-bgimg01::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/texture-bgimg01.jpg);
  background-size: cover;
  background-position: 50% 90%;
}

.__texture-bgimg02::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/texture-bgimg02.jpg);
  background-size: cover;
  background-position: 50% 90%;
}

.__content-style01 {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1199px) {
  .__content-style01 {
    display: block;
  }
}
.__content-style01 .txt-wrap {
  width: 100%;
}
.__content-style01 .txt-wrap .sec-txt {
  margin-top: 1.6em;
}
@media screen and (max-width: 767px) {
  .__content-style01 .txt-wrap .sec-txt {
    margin-top: 1em;
  }
}
.__content-style01 .txt-wrap .sec-link {
  margin-top: 3em;
  margin-bottom: 1em;
}
@media screen and (max-width: 1199px) {
  .__content-style01 .txt-wrap .sec-link {
    margin-top: 2.4em;
  }
}
@media screen and (max-width: 767px) {
  .__content-style01 .txt-wrap .sec-link {
    margin-top: 2em;
  }
}
.__content-style01 .txt-wrap .sec-link .__linkbtn01 {
  margin-left: auto;
}
.__content-style01 .img-wrap {
  flex-shrink: 0;
  width: 40.3125rem;
  min-height: 26.25rem;
  margin-left: 6.25rem;
}
@media screen and (max-width: 1199px) {
  .__content-style01 .img-wrap {
    width: 100%;
    height: 360px;
    margin-left: 0;
    margin-top: 2.4em;
  }
}
@media screen and (max-width: 767px) {
  .__content-style01 .img-wrap {
    height: auto;
    aspect-ratio: 3/2;
  }
}
.__content-style01 .img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.__content-style01.__reverse {
  flex-direction: row-reverse;
}
.__content-style01.__reverse .img-wrap {
  margin-left: 0;
  margin-right: 6.25rem;
}

.__fadeIn {
  opacity: 0;
  transform: translateY(1.25em);
  transition: opacity 0.4s ease 0.4s, transform 0.6s ease 0.4s;
}
.__fadeIn.__left-right {
  transform: translateX(-1.25em);
}
.__fadeIn.__delay00 {
  transition-delay: 0s;
}
.__fadeIn.__inview {
  opacity: 1;
  transform: translate(0, 0);
}

/* header
---------------------------------------------------- */
header {
  pointer-events: none;
  position: fixed;
  z-index: 10;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(4px);
}
header::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #999;
  opacity: 0;
  transition: all 0.24s ease;
}
header.__scroll::after {
  opacity: 1;
}
header > * {
  pointer-events: auto;
}
header .header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 1em max(1.875rem, 1em);
}
@media screen and (max-width: 1199px) {
  header .header-inner {
    padding: 12px 1em;
  }
}
@media screen and (max-width: 767px) {
  header .header-inner {
    padding: 9px 10px;
  }
}
@media screen and (max-width: 1199px) {
  header .__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(20, 20, 20, 0.6);
    opacity: 0;
    visibility: hidden;
    transition: all 0.36s ease;
  }
  header .__overlay.__open {
    opacity: 1;
    visibility: visible;
  }
}
header .header-logo {
  margin-bottom: min(1vw, 0.4em);
}
header .header-logo .logo-txt {
  display: block;
  font-weight: 400;
  font-size: min(2.4vw, 0.8em);
  margin-bottom: 0.72em;
}
header .header-logo img {
  width: 300px;
  height: auto;
}
@media screen and (max-width: 1599px) {
  header .header-logo img {
    width: 270px;
  }
}
@media screen and (max-width: 1199px) {
  header .header-logo img {
    width: 217.5px;
  }
}
@media screen and (max-width: 767px) {
  header .header-logo img {
    width: 172.5px;
  }
}
@media screen and (max-width: 1199px) {
  header .nav-btn {
    position: relative;
    z-index: 99;
    width: 40px;
    height: 40px;
    margin-right: 6px;
    cursor: pointer;
  }
}
@media screen and (max-width: 1199px) and (max-width: 767px) {
  header .nav-btn {
    width: 24px;
    margin-right: 4px;
  }
}
@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: -9px;
  }
  header .nav-btn span:nth-of-type(3) {
    margin-top: 9px;
  }
}
@media screen and (max-width: 1199px) and (max-width: 767px) {
  header .nav-btn span:nth-of-type(1) {
    margin-top: -6px;
  }
  header .nav-btn span:nth-of-type(3) {
    margin-top: 6px;
  }
}
@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: max(24vw, 180px);
    height: 100vh;
    padding-top: 90px;
    position: absolute;
    z-index: 10;
    top: 0;
    right: 0;
    transform: translateX(100%);
    transition: all 0.4s ease;
  }
}
@media screen and (max-width: 1199px) {
  header .header-menu .header-menu-inner {
    opacity: 0;
    transition: all 0.4s 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.4s 0.3s ease;
  }
}
header .header-menu nav ul {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1199px) {
  header .header-menu nav ul {
    display: block;
  }
}
header .header-menu nav ul li a {
  position: relative;
  font-size: max(1.0625rem, 0.95em);
  line-height: 1.2em;
  margin: 0 0.6em;
  padding: 0.6em 0.4em;
}
@media screen and (max-width: 1199px) {
  header .header-menu nav ul li a {
    font-size: 1em;
    margin: 20px 0;
    padding: 0.8em 0.4em;
    padding-left: 24px;
  }
}
header .header-menu nav ul li a::before {
  content: "";
  display: block;
  background-color: #2a2a2a;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  transform-origin: right top;
  transform: scaleX(0);
  transition: transform 0.24s ease;
}
@media screen and (min-width: 1200px) {
  header .header-menu nav ul li a:hover::before {
    transform: scaleX(1);
    transform-origin: left top;
  }
}
header .header-menu nav ul li:last-of-type a {
  margin-right: 0;
}
header .header-menu nav ul li.__current a {
  color: #fff;
  background-color: #2a2a2a;
  padding-top: 0.3em;
  padding-bottom: 0.4em;
}
@media screen and (max-width: 1199px) {
  header .header-menu nav ul li.__current a {
    padding-top: 0.75em;
    padding-bottom: 0.85em;
  }
}

/* sec-contact
---------------------------------------------------- */
.sec-contact .sec-inner {
  color: #fff;
  position: relative;
  z-index: 2;
  background-image: url(../images/contact-bgimg.jpg);
  background-size: cover;
  padding: 6.25rem 5rem;
}
@media screen and (max-width: 1199px) {
  .sec-contact .sec-inner {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .sec-contact .sec-inner {
    width: 100%;
    padding: 52px 20px;
  }
}
.sec-contact .sec-inner::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.sec-contact .sec-inner .flex-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 1199px) {
  .sec-contact .sec-inner .flex-wrap {
    display: block;
  }
}
.sec-contact .sec-inner .flex-wrap .left-content .sec-ttl h2 span.__en {
  font-size: 4.5rem;
}
@media screen and (max-width: 1199px) {
  .sec-contact .sec-inner .flex-wrap .left-content .sec-ttl h2 span.__en {
    font-size: 3.125em;
  }
}
@media screen and (max-width: 767px) {
  .sec-contact .sec-inner .flex-wrap .left-content .sec-ttl h2 span.__en {
    font-size: 2.375em;
  }
}
.sec-contact .sec-inner .flex-wrap .left-content .sec-txt p {
  margin-top: 2em;
  margin-bottom: 1em;
}
@media screen and (max-width: 1199px) {
  .sec-contact .sec-inner .flex-wrap .left-content .sec-txt p {
    margin-bottom: 0;
  }
}
.sec-contact .sec-inner .flex-wrap .right-content {
  flex-shrink: 0;
  margin-left: 2em;
  margin-right: 1em;
}
@media screen and (max-width: 1199px) {
  .sec-contact .sec-inner .flex-wrap .right-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0;
  }
}
@media screen and (max-width: 1199px) {
  .sec-contact .sec-inner .flex-wrap .right-content .tel-content {
    margin-top: 2em;
    margin-right: 4em;
  }
}
.sec-contact .sec-inner .flex-wrap .right-content .tel-content h3 {
  font-size: 2.25em;
  line-height: 1em;
}
@media screen and (max-width: 767px) {
  .sec-contact .sec-inner .flex-wrap .right-content .tel-content h3 {
    font-size: 1.75em;
  }
}
.sec-contact .sec-inner .flex-wrap .right-content .tel-content h3 a {
  display: inline;
  font-size: 1em;
}
@media screen and (max-width: 767px) {
  .sec-contact .sec-inner .flex-wrap .right-content .tel-content p {
    font-size: 0.9em;
  }
}
.sec-contact .sec-inner .flex-wrap .right-content .mail-content {
  margin-top: 2em;
}
.sec-contact .sec-inner .flex-wrap .right-content .mail-content .__linkbtn01 a {
  padding-left: 4em;
}
@media screen and (max-width: 767px) {
  .sec-contact .sec-inner .flex-wrap .right-content .mail-content .__linkbtn01 a {
    padding-left: 3em;
  }
}
.sec-contact .sec-inner .flex-wrap .right-content .mail-content .__linkbtn01 a span.__txt {
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .sec-contact .sec-inner .flex-wrap .right-content .mail-content .__linkbtn01 a span.__txt {
    font-size: 0.95em;
  }
}
.sec-contact .sec-inner .flex-wrap .right-content .mail-content .__linkbtn01 a span.__txt i.__mail {
  font-size: 1.125em;
  margin-right: 0.6em;
}

/* footer
---------------------------------------------------- */
#footer {
  border-top: solid 1px #2a2a2a;
  margin-top: 5.625rem;
  padding-top: 5.625rem;
  padding-bottom: max(5rem, 12em);
}
@media screen and (max-width: 1199px) {
  #footer {
    margin-top: 60px;
    padding-top: 60px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  #footer {
    border-top: none;
    margin-top: 0;
    padding-top: 48px;
    padding-bottom: 20px;
  }
}
#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 .footer-logo p {
  font-weight: 400;
  font-size: 0.85em;
  margin-bottom: 0.72em;
}
#footer .footer-inner .footer-left .footer-logo img {
  width: 300px;
  height: auto;
}
@media screen and (max-width: 991px) {
  #footer .footer-inner .footer-left .footer-logo img {
    width: 270px;
  }
}
@media screen and (max-width: 767px) {
  #footer .footer-inner .footer-left .footer-logo img {
    width: 217.5px;
  }
}
#footer .footer-inner .footer-left .footer-info {
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  #footer .footer-inner .footer-left .footer-info {
    margin-top: 1.6em;
  }
}
#footer .footer-inner .footer-left .footer-info p a {
  display: inline;
}
#footer .footer-inner .footer-left .footer-info p a.__map {
  margin-left: 0.4em;
}
#footer .footer-inner .footer-right .footer-menu {
  margin-top: 1em;
}
@media screen and (max-width: 1199px) {
  #footer .footer-inner .footer-right .footer-menu {
    margin-top: 2.4em;
  }
}
@media screen and (max-width: 767px) {
  #footer .footer-inner .footer-right .footer-menu {
    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: flex-start;
  }
}
@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 {
  margin: 0 0.6em;
  padding: 0.3em 0.4em;
}
@media screen and (max-width: 767px) {
  #footer .footer-inner .footer-right .footer-menu ul li a {
    margin: 0.4em 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 .copyright {
  margin-top: 4em;
}
@media screen and (max-width: 1199px) {
  #footer .footer-inner .footer-right .copyright {
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  #footer .footer-inner .footer-right .copyright {
    margin-top: 52px;
  }
}
#footer .footer-inner .footer-right .copyright p {
  text-align: end;
  font-size: 12px;
}
@media screen and (max-width: 1199px) {
  #footer .footer-inner .footer-right .copyright p {
    text-align: start;
  }
}
@media screen and (max-width: 767px) {
  #footer .footer-inner .footer-right .copyright p {
    font-size: 10px;
  }
}

#pagetop {
  display: none;
  position: fixed;
  z-index: 10;
  bottom: 0;
  right: 0;
  margin: 10px;
}
#pagetop a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  aspect-ratio: 1/1;
  background-color: #fff;
  border: solid 1px #555;
  transition: all 0.3s ease;
}
#pagetop a i {
  font-size: 1.5em;
  transition: all 0.24s ease;
}
@media screen and (max-width: 767px) {
  #pagetop a i {
    font-size: 1.125em;
  }
}
#pagetop a:hover i {
  transform: translateY(-6px);
}/*# sourceMappingURL=common.css.map */