@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% - 48px);
  }
}
.__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% - 48px);
  }
}
.__inner.__wide {
  width: min(100% - 3.75rem, 1920px);
}
@media screen and (max-width: 1199px) {
  .__inner.__wide {
    width: 99.375rem;
  }
}
@media screen and (max-width: 991px) {
  .__inner.__wide {
    width: calc(100% - 80px);
  }
}
@media screen and (max-width: 767px) {
  .__inner.__wide {
    width: calc(100% - 48px);
  }
}

.__liststyle li {
  display: flex;
  align-items: baseline;
}
.__liststyle li::before {
  color: #333;
  content: "\f0c8";
  display: block;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 0.3em;
  flex-shrink: 0;
}
.__liststyle.__note li::before {
  color: #222;
  content: "※";
}
.__liststyle.__other li::before {
  display: none;
}
.__liststyle.__other li span.__mark, .__liststyle.__other li span.__num {
  flex-shrink: 0;
}

.__ttlstyle01 span.__en {
  display: block;
  color: #a7c75e;
  font-size: 1.125em;
  margin-bottom: 0.8em;
}
@media screen and (max-width: 1199px) {
  .__ttlstyle01 span.__en {
    font-size: 1em;
  }
}
@media screen and (max-width: 767px) {
  .__ttlstyle01 span.__en {
    font-size: 0.95em;
    margin-bottom: 0.6em;
  }
}
.__ttlstyle01 span.__jp {
  font-weight: 800;
  font-size: 2rem;
  line-height: 1.6em;
}
@media screen and (max-width: 1199px) {
  .__ttlstyle01 span.__jp {
    font-size: 1.75em;
  }
}
@media screen and (max-width: 767px) {
  .__ttlstyle01 span.__jp {
    font-size: 1.5em;
  }
}
.__ttlstyle01.__large span.__jp {
  font-size: 3rem;
}
@media screen and (max-width: 1199px) {
  .__ttlstyle01.__large span.__jp {
    font-size: 2.25em;
  }
}
@media screen and (max-width: 767px) {
  .__ttlstyle01.__large span.__jp {
    font-size: 1.75em;
  }
}

.__ttlstyle02 span.__en {
  display: block;
  font-size: 7.5rem;
  line-height: 1em;
  margin-top: -0.2em;
  margin-left: -0.04em;
  text-shadow: 0.12em 0.12em 8px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 1199px) {
  .__ttlstyle02 span.__en {
    font-size: 5em;
  }
}
@media screen and (max-width: 767px) {
  .__ttlstyle02 span.__en {
    font-size: min(13vw, 4.5em);
  }
}
.__ttlstyle02 span.__en .__txtgradation {
  letter-spacing: 0;
}
.__ttlstyle02 span.__jp {
  display: block;
  font-weight: 600;
  font-size: 1.125em;
  margin-top: 0.4em;
}
@media screen and (max-width: 1199px) {
  .__ttlstyle02 span.__jp {
    font-size: 1em;
  }
}
.__ttlstyle02.__large span.__en {
  font-size: 8.125rem;
}
@media screen and (max-width: 1199px) {
  .__ttlstyle02.__large span.__en {
    font-size: 5em;
  }
}
@media screen and (max-width: 767px) {
  .__ttlstyle02.__large span.__en {
    font-size: min(13vw, 4.5em);
  }
}
.__ttlstyle02.__center {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.__txtstyle01 {
  display: inline-block;
  line-height: 1.4em;
  padding-left: 0.8em;
  border-left: solid 0.2em #a7c75e;
}

.__txtstyle02 {
  display: flex;
  align-items: baseline;
}
.__txtstyle02::before {
  color: #a7c75e;
  content: "\f0c8";
  display: inline-block;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 0.4em;
  flex-shrink: 0;
}
.__txtstyle02.__gray::before {
  color: #aeb1a8;
}

.__txtgradation {
  position: relative;
  background: linear-gradient(135deg, #8abd1b, #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: none !important;
}
.__txtgradation::before {
  position: absolute;
  z-index: -1;
  content: attr(data-text);
  text-shadow: 0.12em 0.12em 8px rgba(0, 0, 0, 0.3);
}

.__flowingText {
  display: flex;
  width: 100%;
  overflow: hidden;
  margin-top: 2rem;
}
.__flowingText p {
  font-size: max(1vw, 1em);
  line-height: 1;
  letter-spacing: 0;
  flex: 0 0 auto;
  will-change: transform;
  transform: translateZ(0);
}
.__flowingText p:nth-of-type(1) {
  animation: loop_01 50s -25s linear infinite;
}
.__flowingText p:nth-of-type(2) {
  animation: loop_02 50s linear infinite;
}
@keyframes loop_01 {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes loop_02 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-200%);
  }
}

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

.__linkbtn a {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 0.2em;
}
.__linkbtn a::before {
  background-color: #222;
}
.__linkbtn a span.__txt {
  font-family: "Ubuntu", "Noto Sans JP", sans-serif;
}
.__linkbtn.__light a {
  color: #fff;
}
.__linkbtn.__light a::before {
  background-color: #fff;
}
.__linkbtn.__lgreen a {
  color: #a7c75e;
}
.__linkbtn.__lgreen a::before {
  background-color: #a7c75e;
}

.__hover-style {
  position: relative;
  cursor: pointer;
}
.__hover-style::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  transform-origin: right top;
  transform: scaleX(0);
  transition: transform 0.32s ease;
}
.__hover-style:hover::before {
  transform: scaleX(1);
  transform-origin: left top;
}

.__anchor-point {
  position: absolute;
}

.__imgstyle {
  position: relative;
  z-index: 2;
}
.__imgstyle::before {
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: 0;
  margin-bottom: -10px;
  margin-right: -10px;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 991px) {
  .__imgstyle::before {
    margin-bottom: -6px;
    margin-right: -6px;
  }
}
.__imgstyle.__light::before {
  background-image: url(../images/bg-pattern_white.png);
  background-size: 100px;
  background-repeat: repeat;
}
.__imgstyle.__dgray::before {
  background-image: url(../images/bg-pattern_dgray02.png);
  background-size: 100px;
  background-repeat: repeat;
}

.__bg-white {
  background-image: url(../images/bg-pattern_white.png);
  background-size: 100px;
  background-repeat: repeat;
}

.__bg-lgreen {
  background-image: url(../images/bg-pattern_lgreen02.png);
  background-size: 100px;
  background-repeat: repeat;
}

.__bg-dgray {
  color: #fff;
  background-image: url(../images/bg-pattern_dgray02.png);
  background-size: 100px;
  background-repeat: repeat;
}

.__bg-lgray {
  background-image: url(../images/bg-pattern_lgray02.png);
  background-size: 100px;
  background-repeat: repeat;
}

.__gradation-shape {
  position: absolute;
  z-index: -2;
  top: 0;
}
.__gradation-shape img {
  width: 100%;
  height: auto;
  opacity: 0.8;
}

.__fadeIn {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s ease 0.4s;
}
.__fadeIn.__delay00 {
  transition-delay: 0s;
}
.__fadeIn.__inview {
  opacity: 1;
  transform: translateY(0);
}

.__content-style01 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1199px) {
  .__content-style01 {
    align-items: stretch;
  }
}
@media screen and (max-width: 991px) {
  .__content-style01 {
    display: block;
  }
}
.__content-style01 .txt-wrap {
  width: calc(100% - 40.3125rem - 10rem);
}
@media screen and (max-width: 991px) {
  .__content-style01 .txt-wrap {
    width: 100%;
  }
}
.__content-style01 .txt-wrap .sec-ttl span.__en {
  margin-top: 0;
}
.__content-style01 .txt-wrap .sec-txt {
  margin-top: 3em;
}
@media screen and (max-width: 991px) {
  .__content-style01 .txt-wrap .sec-txt {
    margin-top: 2em;
  }
}
.__content-style01 .txt-wrap .sec-txt p {
  font-size: 1.125em;
}
@media screen and (max-width: 1599px) {
  .__content-style01 .txt-wrap .sec-txt p {
    font-size: 1em;
  }
}
.__content-style01 .txt-wrap .sec-link {
  margin-top: 3em;
}
@media screen and (max-width: 991px) {
  .__content-style01 .txt-wrap .sec-link {
    margin-top: 2em;
  }
}
.__content-style01 .txt-wrap .sec-link a {
  margin-left: auto;
}
.__content-style01 .img-wrap {
  width: 40.3125rem;
}
@media screen and (max-width: 991px) {
  .__content-style01 .img-wrap {
    width: 100%;
    margin-top: 3em;
  }
}
.__content-style01 .img-wrap .__imgstyle {
  width: 100%;
  aspect-ratio: 4/3;
}
@media screen and (max-width: 1199px) {
  .__content-style01 .img-wrap .__imgstyle {
    aspect-ratio: auto;
    height: 100%;
  }
}
@media screen and (max-width: 991px) {
  .__content-style01 .img-wrap .__imgstyle {
    aspect-ratio: 3/2;
    height: auto;
  }
}
.__content-style01 .img-wrap .__imgstyle img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.__content-style01.__even {
  flex-direction: row-reverse;
}

/* header
---------------------------------------------------- */
header {
  pointer-events: none;
  position: fixed;
  z-index: 99;
  width: 100%;
  color: #333;
  background-color: #fff;
  border-bottom: solid 1px #eaebe8;
  transition: all 0.24s ease;
}
header > * {
  pointer-events: auto;
}
header .header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 6.875rem;
  padding: 0 1.25rem;
}
@media screen and (max-width: 1199px) {
  header .header-inner {
    height: 80px;
    padding: 0 16px;
  }
}
@media screen and (max-width: 767px) {
  header .header-inner {
    height: 60px;
    padding: 0 12px;
  }
}
@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 {
  position: relative;
  width: 11.25rem;
}
@media screen and (max-width: 1199px) {
  header .header-logo {
    width: 130px;
  }
}
@media screen and (max-width: 767px) {
  header .header-logo {
    width: 110px;
  }
}
header .header-logo img {
  width: 100%;
  height: auto;
  transition: all 0.24s ease;
}
header .header-logo img.__original {
  opacity: 1;
}
header .header-logo img.__light {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
@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: 36px;
  }
}
@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: #222;
    transition: all 0.24s 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: -8px;
  }
  header .nav-btn span:nth-of-type(3) {
    margin-top: 8px;
  }
}
@media screen and (max-width: 1199px) {
  header .nav-btn.__open span {
    background-color: #222 !important;
  }
  header .nav-btn.__open span:nth-of-type(1) {
    margin-top: 0;
    transform: translateY(-50%) rotate(20deg);
  }
  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(-20deg);
  }
}
@media screen and (max-width: 1199px) {
  header .header-menu {
    background-image: url(../images/bg-pattern_white.png);
    background-size: 100px;
    background-repeat: repeat;
    width: 270px;
    height: 100vh;
    padding-top: 12lvh;
    padding-bottom: 40px;
    position: absolute;
    top: 0;
    right: 0;
    transform: translateX(100%);
    transition: all 0.36s ease;
    overflow-y: scroll;
  }
}
header .header-menu .header-menu-inner {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1199px) {
  header .header-menu .header-menu-inner {
    display: block;
    opacity: 0;
    padding: 0 30px;
    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: 1.875rem;
}
@media screen and (max-width: 1199px) {
  header .header-menu nav {
    margin-right: 0;
  }
}
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 {
  margin: 0 1.875rem;
}
@media screen and (max-width: 1199px) {
  header .header-menu nav > ul > li {
    margin: 10px 0;
  }
}
header .header-menu nav > ul > li > a {
  position: relative;
  padding: 0.8em 0;
}
header .header-menu nav > ul > li .__hover-style::before {
  top: 0;
  margin-top: 0.72em;
  background-color: #a7c75e;
  transition: transform 0.32s ease, background-color 0.24s ease;
}
@media screen and (max-width: 1199px) {
  header .header-menu nav > ul > li .__hover-style::before {
    margin-top: 0.2em;
  }
}
@media screen and (max-width: 1199px) {
  header .header-menu nav > ul > li .__hover-style:hover::before {
    transform: scale(0);
  }
}
header .header-menu nav > ul > li span {
  text-align: end;
  display: block;
}
@media screen and (max-width: 1199px) {
  header .header-menu nav > ul > li span {
    text-align: start;
  }
}
header .header-menu nav > ul > li span.__en {
  font-size: max(1.375rem, 1.125em);
}
header .header-menu nav > ul > li span.__jp {
  font-size: max(0.875rem, 0.75em);
  line-height: 1em;
}
header .header-menu nav > ul > li .accordion-menu {
  position: relative;
  padding: 0.8em 0;
}
header .header-menu nav > ul > li .accordion-menu .__icon {
  display: inline-block;
  margin-right: 0.4em;
}
header .header-menu nav > ul > li .accordion-menu.__open::before {
  transform: scaleX(1);
}
@media screen and (max-width: 1199px) {
  header .header-menu nav > ul > li .accordion-menu.__open::before {
    transform: scaleX(0);
  }
}
header .header-menu nav > ul > li .accordion-menu.__open .__icon {
  color: #a7c75e;
  transform: scaleY(-1);
}
header .header-menu nav > ul > li .accordion-inner {
  display: none;
  background-color: #fff;
  position: absolute;
  margin-left: -1em;
  padding: 0 1.2em 0.8em;
}
@media screen and (max-width: 1199px) {
  header .header-menu nav > ul > li .accordion-inner {
    position: relative;
    width: 100%;
    padding-left: 0;
    margin-left: 0;
  }
}
header .header-menu nav > ul > li .accordion-inner ul li {
  padding: 0.36em 0;
}
header .header-menu nav > ul > li .accordion-inner ul li a {
  font-size: max(0.875rem, 0.75em);
  opacity: 1;
  transition: all 0.24s ease;
}
header .header-menu nav > ul > li .accordion-inner ul li a::before {
  content: "⚫︎";
}
header .header-menu nav > ul > li .accordion-inner ul li a:hover {
  opacity: 0.6;
}
header .header-menu nav > ul > li .accordion-inner ul li.__current a {
  opacity: 0.6;
}
header .header-menu nav > ul > li.__current .__hover-style::before {
  transform: scaleX(1);
}
header .header-menu .header-link {
  display: flex;
}
@media screen and (max-width: 1199px) {
  header .header-menu .header-link {
    display: block;
    margin-top: 3em;
  }
}
header .header-menu .header-link .link-btn a {
  color: #fff;
  text-shadow: none;
  font-size: max(0.9375rem, 0.8em);
  line-height: 1em;
  padding: 1.2em 1.2em 1.3em;
  transition: all 0.24s ease;
}
@media screen and (max-width: 1199px) {
  header .header-menu .header-link .link-btn a {
    font-size: 0.9em;
    padding-left: 2em;
    padding-right: 2em;
  }
}
header .header-menu .header-link .link-btn a i {
  font-size: 0.85em;
  margin-left: 0.4em;
}
@media screen and (max-width: 1199px) {
  header .header-menu .header-link .link-btn a i {
    font-size: 1em;
  }
}
header .header-menu .header-link .link-btn a:hover {
  opacity: 0.7;
}
header .header-menu .header-link .link-btn.__sanki a {
  background-color: #333;
  margin-right: 0.6em;
}
@media screen and (max-width: 1199px) {
  header .header-menu .header-link .link-btn.__sanki a {
    margin-right: 0;
    margin-bottom: 0.6em;
  }
}
header .header-menu .header-link .link-btn.__engage a {
  background-color: #6da8c7;
}
header.__pagetop {
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  background-color: initial;
  border-bottom-color: transparent;
}
@media screen and (max-width: 1199px) {
  header.__pagetop {
    color: #333;
    text-shadow: none;
  }
}
header.__pagetop .header-logo {
  filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.2));
}
header.__pagetop .header-logo img.__original {
  opacity: 0;
}
header.__pagetop .header-logo img.__light {
  opacity: 1;
}
header.__pagetop .nav-btn span {
  background-color: #fff;
}
header.__pagetop .header-menu nav > ul > li .__hover-style::before {
  background-color: #fff;
}
@media screen and (max-width: 1199px) {
  header.__pagetop .header-menu nav > ul > li .__hover-style::before {
    background-color: #a7c75e;
  }
}
header.__pagetop .header-menu nav > ul > li .accordion-menu.__open .__icon {
  color: #fff;
}
@media screen and (max-width: 1199px) {
  header.__pagetop .header-menu nav > ul > li .accordion-menu.__open .__icon {
    color: #222;
  }
}
header.__pagetop .header-menu nav > ul > li .accordion-inner {
  background-color: transparent;
}
@media screen and (max-width: 1199px) {
  header.__pagetop .header-menu nav > ul > li .accordion-inner {
    background-color: #fff;
  }
}
header.__pagetop .header-menu .header-link .link-btn a {
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.2);
}

/* footer
---------------------------------------------------- */
@media screen and (max-width: 767px) {
  footer {
    padding-top: 80px;
    padding-bottom: 30px !important;
  }
}
footer .contact-content {
  display: flex;
  justify-content: space-between;
  border-bottom: solid 1px #333;
}
@media screen and (max-width: 1199px) {
  footer .contact-content {
    display: block;
    padding-bottom: 30px;
  }
}
footer .contact-content .content-ttl h2 span.__en {
  font-size: 5rem;
  text-shadow: none;
}
@media screen and (max-width: 1199px) {
  footer .contact-content .content-ttl h2 span.__en {
    font-size: 3.75em;
  }
}
@media screen and (max-width: 767px) {
  footer .contact-content .content-ttl h2 span.__en {
    font-size: min(10vw, 3em);
  }
}
footer .contact-content .content-inner {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1199px) {
  footer .contact-content .content-inner {
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 3em;
  }
}
@media screen and (max-width: 991px) {
  footer .contact-content .content-inner {
    display: block;
  }
}
footer .contact-content .content-inner .tel-wrap {
  margin-right: 10rem;
}
@media screen and (max-width: 991px) {
  footer .contact-content .content-inner .tel-wrap {
    margin-right: 0;
  }
}
footer .contact-content .content-inner .tel-wrap p.__message {
  margin-bottom: 0.4em;
}
footer .contact-content .content-inner .tel-wrap p.__note {
  font-size: 0.85em;
}
@media screen and (max-width: 991px) {
  footer .contact-content .content-inner .tel-wrap .tel-num {
    display: flex;
    align-items: baseline;
  }
}
@media screen and (max-width: 767px) {
  footer .contact-content .content-inner .tel-wrap .tel-num {
    display: block;
  }
}
footer .contact-content .content-inner .tel-wrap .tel-num .__num {
  font-size: 2.5rem;
  line-height: 1.6em;
}
@media screen and (max-width: 1199px) {
  footer .contact-content .content-inner .tel-wrap .tel-num .__num {
    font-size: 2.25em;
  }
}
@media screen and (max-width: 767px) {
  footer .contact-content .content-inner .tel-wrap .tel-num .__num {
    font-size: min(11vw, 2em);
  }
}
footer .contact-content .content-inner .tel-wrap .tel-num .__num span {
  letter-spacing: 0;
}
footer .contact-content .content-inner .tel-wrap .tel-num .__num a {
  font-size: 1em;
  line-height: 1.6em;
}
footer .contact-content .content-inner .tel-wrap .tel-num .__num i {
  color: #a7c75e;
  margin-right: 0.4em;
}
@media screen and (max-width: 991px) {
  footer .contact-content .content-inner .tel-wrap .tel-num p {
    margin-left: 1em;
  }
}
@media screen and (max-width: 767px) {
  footer .contact-content .content-inner .tel-wrap .tel-num p {
    margin-left: 0;
  }
}
@media screen and (max-width: 991px) {
  footer .contact-content .content-inner .mail-wrap {
    margin-top: 3em;
  }
}
footer .contact-content .content-inner .mail-wrap .__linkbtn a {
  font-size: 1.125em;
}
@media screen and (max-width: 767px) {
  footer .contact-content .content-inner .mail-wrap .__linkbtn a {
    font-size: min(4.25vw, 1em);
  }
}
footer .footer-logo {
  display: flex;
  align-items: flex-end;
  margin-left: -0.2em;
}
@media screen and (max-width: 1199px) {
  footer .footer-logo {
    margin-top: 2em;
  }
}
footer .footer-logo img {
  width: 12.5rem;
  height: auto;
  margin-right: 1em;
}
@media screen and (max-width: 1199px) {
  footer .footer-logo img {
    width: 160px;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-logo img {
    width: 130px;
  }
}
footer .footer-logo p {
  font-weight: 800;
}
footer .flex-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 1199px) {
  footer .flex-wrap {
    display: block;
  }
}
footer .footer-left .footer-address .address-wrap {
  margin-top: 2em;
}
footer .footer-left .footer-address .address-wrap h5 {
  font-size: 0.95em;
}
@media screen and (max-width: 1199px) {
  footer .footer-left .footer-address .address-wrap h5 {
    font-size: 1em;
  }
}
footer .footer-left .footer-address .address-wrap h5::before {
  color: #8abd1b;
  content: "\f276";
  display: inline-block;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 1.125em;
  margin-right: 0.2em;
}
footer .footer-left .footer-address .address-wrap p {
  font-size: 0.9em;
  margin-top: 0.2em;
  line-height: 1.6em;
}
@media screen and (max-width: 1199px) {
  footer .footer-left .footer-address .address-wrap p {
    font-size: 1em;
  }
}
footer .footer-left .footer-address .address-wrap p a {
  display: inline;
  font-size: 1em;
}
footer .footer-left .footer-address .address-wrap p a.__txtlink {
  font-size: 0.9em;
}
@media screen and (max-width: 1199px) {
  footer .footer-right .footer-menu {
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-right .footer-menu {
    display: none;
  }
}
footer .footer-right .footer-menu ul {
  display: flex;
  justify-content: flex-end;
  margin-top: 2em;
}
@media screen and (max-width: 1199px) {
  footer .footer-right .footer-menu ul {
    justify-content: space-between;
  }
}
footer .footer-right .footer-menu ul li {
  margin-left: 5rem;
}
footer .footer-right .footer-menu ul li:nth-of-type(1) {
  margin-left: 0;
}
footer .footer-right .footer-menu ul li a {
  transition: all 0.24s ease;
}
footer .footer-right .footer-menu ul li a span {
  text-align: end;
  display: block;
}
@media screen and (max-width: 1199px) {
  footer .footer-right .footer-menu ul li a span {
    text-align: start;
  }
}
footer .footer-right .footer-menu ul li a span.__en {
  font-size: max(1.375rem, 1.125em);
}
footer .footer-right .footer-menu ul li a span.__jp {
  font-size: max(0.875rem, 0.75em);
  line-height: 1em;
}
footer .footer-right .footer-menu ul li a:hover {
  opacity: 0.6;
}
footer .footer-right .footer-links {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 1199px) {
  footer .footer-right .footer-links {
    justify-content: flex-start;
  }
}
footer .footer-right .footer-links a {
  font-size: 0.85em;
  margin-left: 3em;
  border-bottom: solid 1px #333;
  transition: all 0.24s ease;
}
@media screen and (max-width: 1199px) {
  footer .footer-right .footer-links a {
    margin-left: 0;
    margin-right: 4em;
  }
}
footer .footer-right .footer-links a i {
  margin-left: 0.2em;
}
footer .footer-right .footer-links a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  footer .footer-right .footer-links a.__sp-hidden {
    display: none;
  }
}
@media screen and (max-width: 1199px) {
  footer .copyright {
    padding-top: 0;
    margin-top: -1em;
    margin-bottom: 1em;
  }
}
@media screen and (max-width: 991px) {
  footer .copyright {
    margin-top: 100px;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
footer .copyright p {
  text-align: end;
  font-size: 11px;
}
@media screen and (max-width: 991px) {
  footer .copyright p {
    text-align: start;
  }
}

#pagetop {
  display: none;
  position: fixed;
  z-index: 9;
  bottom: 0;
  right: 0;
}
#pagetop a {
  width: 6.25rem;
  aspect-ratio: 1/1;
  background-color: #fff;
  border-top: solid 1px #eaebe8;
  border-left: solid 1px #eaebe8;
  transition: all 0.24s ease;
}
@media screen and (max-width: 1199px) {
  #pagetop a {
    width: 72px;
    height: 72px;
  }
}
@media screen and (max-width: 767px) {
  #pagetop a {
    width: 60px;
    height: 60px;
  }
}
#pagetop a img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: auto;
}
#pagetop a:hover {
  opacity: 0.6;
}/*# sourceMappingURL=common.css.map */