@charset "UTF-8";
/* commonParts
---------------------------------------------------- */
.__inner {
  width: 82.5rem;
  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: min(75rem, 900px);
}
@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 {
  font-size: 1em;
  line-height: 1.6em;
  display: flex;
  align-items: flex-start;
  margin-top: 0.4em;
}
.__liststyle li::before {
  content: "\f111";
  display: block;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  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: "※";
}

.__fsiz-18 {
  font-size: max(1.125rem, 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;
  width: -moz-fit-content;
  width: fit-content;
  color: #0ba652;
  font-weight: 700;
  font-size: 4.875rem;
  line-height: 1.1em;
  margin-top: -0.1em;
}
@media screen and (max-width: 1199px) {
  .__ttlstyle01 span.__en {
    font-size: 3.5em;
  }
}
@media screen and (max-width: 767px) {
  .__ttlstyle01 span.__en {
    font-size: 2.5em;
  }
}
.__ttlstyle01 span.__jp {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 600;
}
.__ttlstyle01.__center {
  text-align: center;
}
.__ttlstyle01.__center span.__en, .__ttlstyle01.__center span.__jp {
  margin-left: auto;
  margin-right: auto;
}

.__ttlstyle02 {
  font-weight: 700;
  font-size: max(2rem, 1.645em);
}
@media screen and (max-width: 767px) {
  .__ttlstyle02 {
    font-size: min(5.4vw, 1.375em);
  }
}

.__ttlstyle03 span.__en {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  color: #0ba652;
  font-weight: 600;
  font-size: max(1.375rem, 1.125em);
  margin-bottom: 0.2em;
  margin-top: -0.2em;
}
@media screen and (max-width: 767px) {
  .__ttlstyle03 span.__en {
    font-size: 1.05em;
    margin-bottom: 0.4em;
  }
}
.__ttlstyle03 span.__jp {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  color: #333;
  font-weight: 800;
  font-size: 3rem;
  line-height: 1.4em;
}
@media screen and (max-width: 1199px) {
  .__ttlstyle03 span.__jp {
    font-size: 2.375em;
  }
}
@media screen and (max-width: 767px) {
  .__ttlstyle03 span.__jp {
    font-size: 1.645em;
  }
}
.__ttlstyle03.__center {
  text-align: center;
}
.__ttlstyle03.__center span.__en, .__ttlstyle03.__center span.__jp {
  margin-left: auto;
  margin-right: auto;
}
.__ttlstyle03.__navy span.__en {
  color: #384c8b;
}

.__ttlstyle04 {
  color: #0ba652;
  border-top: solid 2px #159a56;
  border-bottom: solid 2px #159a56;
  font-weight: 700;
  font-size: max(1.375rem, 1.05em);
  line-height: 1.6em;
  padding: 0.4em 0;
}
@media screen and (max-width: 991px) {
  .__ttlstyle04 {
    padding: 0.6em 0;
  }
}
.__ttlstyle04.__navy {
  color: #384c8b;
  border-top-color: #384c8b;
  border-bottom-color: #384c8b;
}

.__label-style {
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  background-color: #0ba652;
  border-radius: 50vh;
  font-size: 0.875em;
  line-height: 1.4em;
  padding: 0.4em 1em;
}
@media screen and (max-width: 767px) {
  .__label-style {
    font-size: 0.8em;
    padding: 0.4em 1.2em;
  }
}
.__label-style.__navy {
  background-color: #384c8b;
}

a.__txtlink {
  color: #159a56;
  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;
}
@media screen and (max-width: 767px) {
  .__linkbtn01 {
    width: min(100%, 480px);
  }
}
.__linkbtn01 a, .__linkbtn01 button {
  position: relative;
  z-index: 2;
  color: #fff;
  background-color: #159a56;
  line-height: 1.4em;
  padding: 1em 1.2em;
  border-radius: 6px;
  display: flex;
  align-items: center;
  overflow: clip;
}
@media screen and (max-width: 767px) {
  .__linkbtn01 a, .__linkbtn01 button {
    width: 100%;
    justify-content: space-between;
    padding: 1.2em;
  }
}
.__linkbtn01 a::before, .__linkbtn01 button::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #333;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.__linkbtn01 a span.__txt, .__linkbtn01 button span.__txt {
  margin-right: 6em;
}
@media screen and (max-width: 767px) {
  .__linkbtn01 a span.__txt, .__linkbtn01 button span.__txt {
    margin-right: 0;
  }
}
.__linkbtn01 a span.__arrow, .__linkbtn01 button span.__arrow {
  position: relative;
  color: #0ba652;
  background-color: #fff;
  font-size: 0.9em;
  width: 2.4em;
  aspect-ratio: 1/1;
  border-radius: 50%;
  margin-right: -0.2em;
}
@media screen and (max-width: 767px) {
  .__linkbtn01 a span.__arrow, .__linkbtn01 button span.__arrow {
    width: 2em;
  }
}
.__linkbtn01 a span.__arrow i, .__linkbtn01 button span.__arrow i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.__linkbtn01 a:hover::before, .__linkbtn01 button:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}
.__linkbtn01.__back a::before, .__linkbtn01.__back button::before {
  transform-origin: left;
}
.__linkbtn01.__back a span.__txt, .__linkbtn01.__back button span.__txt {
  margin-right: 0;
  margin-left: 6em;
}
@media screen and (max-width: 767px) {
  .__linkbtn01.__back a span.__txt, .__linkbtn01.__back button span.__txt {
    margin-left: 0;
  }
}
.__linkbtn01.__back a:hover::before, .__linkbtn01.__back button:hover::before {
  transform-origin: right;
}

.__img-style {
  border-radius: 10px;
  overflow: clip;
  box-shadow: 2px 2px 12px rgba(60, 60, 60, 0.1);
}
.__img-style img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.__content-style01 {
  border-radius: 10px;
  padding: 60px;
}
@media screen and (max-width: 1199px) {
  .__content-style01 {
    padding: 48px;
  }
}
@media screen and (max-width: 767px) {
  .__content-style01 {
    padding: 24px;
  }
}

.__content-style02 {
  border-radius: 10px;
  padding: 48px;
}
@media screen and (max-width: 767px) {
  .__content-style02 {
    padding: 24px;
  }
}

.__bg-gradation {
  position: relative;
  z-index: 2;
  background-image: url(../images/bg-gradation.png);
  background-attachment: fixed;
  background-size: cover;
  background-position: 50% 40%;
}
@media screen and (max-width: 1199px) {
  .__bg-gradation {
    background-attachment: scroll;
  }
}
.__bg-gradation::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  content: "";
  display: block;
  background-color: rgba(255, 255, 255, 0.3);
}
@media screen and (max-width: 1199px) {
  .__bg-gradation::before {
    backdrop-filter: blur(4px);
  }
}

.__separate-bgimg {
  width: 100%;
  height: 15rem;
  background-attachment: fixed;
  background-size: cover;
}
@media screen and (max-width: 1199px) {
  .__separate-bgimg {
    background-attachment: scroll;
    height: 160px;
  }
}
@media screen and (max-width: 767px) {
  .__separate-bgimg {
    height: 80px;
  }
}

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

.__slideIn {
  opacity: 0;
  clip-path: inset(0 100% 0 0);
  transition: opacity 0.24s ease 0.4s, clip-path 0.8s cubic-bezier(0.25, 0.6, 0.3, 1) 0.4s;
}
.__slideIn.__mv {
  transition: opacity 0.6s ease, clip-path 1s ease;
}
.__slideIn.__inview {
  opacity: 1;
  clip-path: inset(0 0 0 0);
}

/* header
---------------------------------------------------- */
header {
  pointer-events: none;
  position: fixed;
  top: 0;
  z-index: 99;
  width: 100%;
  background-color: #fff;
  box-shadow: 0px 0px 16px rgba(60, 60, 60, 0.1);
}
header > * {
  pointer-events: auto;
}
header .header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0 max(1.875rem, 20px);
}
@media screen and (max-width: 991px) {
  header .header-inner {
    height: 72px;
  }
}
@media screen and (max-width: 767px) {
  header .header-inner {
    height: 56px;
    padding: 0 10px;
  }
}
@media screen and (max-width: 991px) {
  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 {
  width: 320px;
}
@media screen and (max-width: 991px) {
  header .header-logo {
    width: 256px;
  }
}
@media screen and (max-width: 767px) {
  header .header-logo {
    width: 216px;
  }
}
header .header-logo img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 991px) {
  header .nav-btn {
    position: relative;
    z-index: 99;
    width: 40px;
    height: 40px;
    margin-right: 4px;
    cursor: pointer;
  }
}
@media screen and (max-width: 991px) and (max-width: 767px) {
  header .nav-btn {
    width: 24px;
  }
}
@media screen and (max-width: 991px) {
  header .nav-btn span {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    display: block;
    width: 100%;
    height: 1px;
    background-color: #333;
    transition: all 0.2s ease;
  }
  header .nav-btn span:nth-of-type(1) {
    margin-top: -7px;
  }
  header .nav-btn span:nth-of-type(3) {
    margin-top: 7px;
  }
  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: 991px) {
  header .header-menu {
    background-color: #fff;
    width: 240px;
    height: 100vh;
    overflow-y: scroll;
    padding-top: 100px;
    padding-bottom: 60px;
    position: absolute;
    top: 0;
    right: 0;
    transform: translateX(100%);
    transition: all 0.36s ease;
  }
}
@media screen and (max-width: 991px) {
  header .header-menu .header-menu-inner {
    opacity: 0;
    transition: all 0.36s ease;
  }
}
@media screen and (max-width: 991px) {
  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 {
  height: 80px;
}
@media screen and (max-width: 1199px) {
  header .header-menu nav {
    height: 72px;
  }
}
@media screen and (max-width: 991px) {
  header .header-menu nav {
    height: auto;
  }
}
header .header-menu nav > ul {
  height: 100%;
  display: flex;
}
@media screen and (max-width: 991px) {
  header .header-menu nav > ul {
    display: block;
  }
}
header .header-menu nav > ul > li {
  height: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 991px) {
  header .header-menu nav > ul > li {
    height: auto;
    display: block;
  }
}
header .header-menu nav > ul > li .menu-txt {
  position: relative;
  margin: 0 1em;
}
@media screen and (max-width: 1199px) {
  header .header-menu nav > ul > li .menu-txt {
    font-size: 0.95em;
  }
}
@media screen and (max-width: 991px) {
  header .header-menu nav > ul > li .menu-txt {
    padding: 1em 2.4em;
    border-bottom: solid 1px #ddd;
    margin: 0;
  }
}
header .header-menu nav > ul > li .menu-txt::before {
  content: "";
  display: block;
  background-color: #0ba652;
  width: 5px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 50%;
  margin-top: -7px;
  transform: translateX(-50%);
  opacity: 0;
  transition: all 0.24s ease;
}
@media screen and (max-width: 991px) {
  header .header-menu nav > ul > li .menu-txt::before {
    top: 50%;
    left: 0;
    margin-top: 0;
    margin-left: 1em;
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 992px) {
  header .header-menu nav > ul > li .menu-txt:hover::before {
    opacity: 1;
  }
}
header .header-menu nav > ul > li.__current .menu-txt {
  color: #0ba652;
}
header .header-menu nav > ul > li.__current .menu-txt::before {
  opacity: 1;
}
header .header-menu nav > ul > li .accordion-menu {
  cursor: pointer;
  display: flex;
  align-items: center;
}
header .header-menu nav > ul > li .accordion-menu::before {
  margin-left: -0.8em;
}
@media screen and (max-width: 991px) {
  header .header-menu nav > ul > li .accordion-menu {
    display: none;
  }
}
header .header-menu nav > ul > li .accordion-menu .__icon {
  color: #aaa;
  margin-left: 0.6em;
}
header .header-menu nav > ul > li .accordion-menu .__icon i {
  font-size: 0.9em;
}
header .header-menu nav > ul > li .accordion-menu.__open .__icon i {
  transform: scaleY(-1);
}
header .header-menu nav > ul > li .accordion-inner {
  position: absolute;
  top: 80px;
  left: 0;
  display: none;
  width: 100%;
  background-color: #f5f7f7;
  padding: 1em;
}
@media screen and (max-width: 1199px) {
  header .header-menu nav > ul > li .accordion-inner {
    top: 72px;
  }
}
@media screen and (max-width: 991px) {
  header .header-menu nav > ul > li .accordion-inner {
    position: relative;
    top: 0;
    background-color: transparent;
    padding: 0;
  }
}
header .header-menu nav > ul > li .accordion-inner ul {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 991px) {
  header .header-menu nav > ul > li .accordion-inner ul {
    display: block;
  }
}
header .header-menu nav > ul > li .accordion-inner ul li a {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0 1.6em;
  padding: 0.24em 0;
}
@media screen and (max-width: 1199px) {
  header .header-menu nav > ul > li .accordion-inner ul li a {
    font-size: 0.95em;
  }
}
@media screen and (max-width: 991px) {
  header .header-menu nav > ul > li .accordion-inner ul li a {
    padding: 1em 2.4em;
    border-bottom: solid 1px #ddd;
    margin: 0;
  }
}
header .header-menu nav > ul > li .accordion-inner ul li a::after {
  content: "\f061";
  display: block;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #0ba652;
  margin-left: 0.8em;
  flex-shrink: 0;
}
@media screen and (max-width: 991px) {
  header .header-menu nav > ul > li .accordion-inner ul li a::after {
    display: none;
  }
}
header .header-menu nav > ul > li .accordion-inner ul li.__current a {
  pointer-events: none;
  color: #0ba652;
}
@media screen and (max-width: 991px) {
  header .header-menu nav > ul > li .accordion-inner ul li:nth-of-type(1) a::before {
    content: "";
    display: block;
    background-color: #0ba652;
    width: 5px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    margin-left: 1em;
    transform: translateY(-50%);
    opacity: 0;
  }
  header .header-menu nav > ul > li .accordion-inner ul li:nth-of-type(1).__current a::before {
    opacity: 1;
  }
  header .header-menu nav > ul > li .accordion-inner ul li:not(:nth-of-type(1)) a::before {
    content: "";
    display: block;
    width: 5px;
    height: 2px;
    background-color: #aaa;
    margin-right: 0.8em;
    flex-shrink: 0;
  }
}

/* footer
---------------------------------------------------- */
footer {
  position: relative;
  z-index: 2;
}
footer .footer-inner {
  background: linear-gradient(0deg, #f5f7f7, #fff);
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1199px) {
  footer .footer-inner {
    padding: 90px 0;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-inner {
    padding-top: 60px;
    padding-bottom: 48px;
  }
}
footer .footer-inner .flex-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 991px) {
  footer .footer-inner .flex-wrap {
    display: block;
  }
}
footer .footer-inner .flex-wrap .footer-left .footer-logo {
  width: 360px;
}
@media screen and (max-width: 1599px) {
  footer .footer-inner .flex-wrap .footer-left .footer-logo {
    width: 351px;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-inner .flex-wrap .footer-left .footer-logo {
    width: 270px;
  }
}
footer .footer-inner .flex-wrap .footer-left .footer-logo img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 991px) {
  footer .footer-inner .flex-wrap .footer-left .footer-info {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-inner .flex-wrap .footer-left .footer-info {
    display: block;
  }
}
footer .footer-inner .flex-wrap .footer-left .footer-info dl {
  margin-top: 2em;
}
@media screen and (max-width: 991px) {
  footer .footer-inner .flex-wrap .footer-left .footer-info dl:nth-of-type(2) {
    margin-left: 2em;
  }
}
@media screen and (max-width: 991px) and (max-width: 767px) {
  footer .footer-inner .flex-wrap .footer-left .footer-info dl:nth-of-type(2) {
    margin-left: 0;
  }
}
footer .footer-inner .flex-wrap .footer-left .footer-info dl dt {
  color: #333;
  background-color: #ddd;
  font-weight: 500;
  font-size: 0.85em;
}
footer .footer-inner .flex-wrap .footer-left .footer-info dl dd {
  font-weight: 400;
  margin-top: 0.4em;
}
@media screen and (max-width: 991px) {
  footer .footer-inner .flex-wrap .footer-left .footer-info dl dd {
    font-size: 0.95em;
    margin-top: 0.6em;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-inner .flex-wrap .footer-left .footer-info dl dd {
    font-size: 0.9em;
  }
}
footer .footer-inner .flex-wrap .footer-left .footer-info dl dd a {
  display: inline;
}
footer .footer-inner .flex-wrap .footer-menu {
  position: relative;
}
@media screen and (max-width: 991px) {
  footer .footer-inner .flex-wrap .footer-menu {
    margin-top: 3em;
  }
}
footer .footer-inner .flex-wrap .footer-menu ul {
  width: min(15rem, 12em);
  margin-right: calc(min(15 * 1rem, 12em) + max(5 * 1rem, 2em));
}
@media screen and (max-width: 991px) {
  footer .footer-inner .flex-wrap .footer-menu ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
}
footer .footer-inner .flex-wrap .footer-menu ul li {
  border-bottom: solid 1px #aaa;
}
@media screen and (max-width: 991px) {
  footer .footer-inner .flex-wrap .footer-menu ul li {
    width: 100%;
  }
}
footer .footer-inner .flex-wrap .footer-menu ul li a {
  width: -moz-fit-content;
  width: fit-content;
  color: #333;
  font-weight: 600;
  font-size: 0.95em;
  padding: 1.2em 0;
}
@media screen and (max-width: 767px) {
  footer .footer-inner .flex-wrap .footer-menu ul li a {
    font-size: 0.9em;
    padding: 1em 0;
  }
}
footer .footer-inner .flex-wrap .footer-menu ul li:nth-of-type(1) {
  border-top: solid 1px #aaa;
}
footer .footer-inner .flex-wrap .footer-menu ul:nth-of-type(3) li:nth-of-type(1) {
  border-top: none;
}
footer .footer-inner .flex-wrap .footer-menu ul.__product {
  position: absolute;
  top: 0;
  right: 0;
  margin-right: 0;
  border-top: solid 1px #aaa;
  border-bottom: solid 1px #aaa;
  padding: 0.8em 0;
}
@media screen and (max-width: 991px) {
  footer .footer-inner .flex-wrap .footer-menu ul.__product {
    position: relative;
    border-top: none;
    display: flex;
    flex-wrap: wrap;
  }
}
footer .footer-inner .flex-wrap .footer-menu ul.__product li {
  border: none;
}
@media screen and (max-width: 991px) {
  footer .footer-inner .flex-wrap .footer-menu ul.__product li {
    width: 100%;
  }
}
footer .footer-inner .flex-wrap .footer-menu ul.__product li a {
  padding: 0.4em 0;
}
@media screen and (max-width: 767px) {
  footer .footer-inner .flex-wrap .footer-menu ul.__product li a {
    padding: 0.3em 0;
  }
}
footer .footer-inner .flex-wrap .footer-menu ul.__product li.__child {
  opacity: 0.8;
}
@media screen and (max-width: 991px) {
  footer .footer-inner .flex-wrap .footer-menu ul.__product li.__child {
    width: -moz-fit-content;
    width: fit-content;
    margin-right: 2em;
  }
}
footer .footer-inner .flex-wrap .footer-menu ul.__product li.__child a {
  font-weight: 400;
}
footer .copyright {
  color: #fff;
  background-color: #333;
  padding: 0.6em 0;
}
footer .copyright p {
  text-align: center;
  font-weight: 400;
  font-size: 0.8em;
}
@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: 1em;
}
@media screen and (max-width: 767px) {
  #pagetop {
    margin: 10px;
  }
}
#pagetop a {
  position: relative;
  z-index: 2;
  width: 80px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  color: #fff;
  background-color: #0ba652;
  overflow: clip;
}
@media screen and (max-width: 1199px) {
  #pagetop a {
    width: 72px;
  }
}
@media screen and (max-width: 767px) {
  #pagetop a {
    width: 52px;
  }
}
#pagetop a::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #222;
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
#pagetop a i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: max(1.6875rem, 1.125em);
}
#pagetop a:hover::before {
  transform: scaleY(1);
  transform-origin: bottom;
}/*# sourceMappingURL=common.css.map */