@charset "UTF-8";
/* commonParts
---------------------------------------------------- */
.c-inner {
  width: 99.375rem;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .c-inner {
    width: calc(100% - 80px);
  }
}
@media screen and (max-width: 767px) {
  .c-inner {
    width: calc(100% - 40px);
  }
}
.c-inner.__medium {
  max-width: 1000px;
}

.c-liststyle li {
  display: flex;
  align-items: flex-start;
  line-height: 1.6em;
  margin-top: 0.4em;
}
.c-liststyle li::before {
  content: "\f0c8";
  display: block;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 0.8em;
  flex-shrink: 0;
}
.c-liststyle.__order li::before {
  display: none;
}
.c-liststyle.__order li span.__num {
  flex-shrink: 0;
  margin-right: 0.4em;
}
.c-liststyle.__note li {
  font-size: 0.9em;
}
.c-liststyle.__note li::before {
  content: "※";
  margin-right: 0.4em;
}

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

.ff-02 {
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.04em;
}

.c-txtlimit {
  max-width: 100%;
}
.c-txtlimit span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.c-ttlstyle01 span.__en {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-size: max(4.5rem, 3em);
  background-image: linear-gradient(150deg, #0e5aa6, #077fd3);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  line-height: 1em;
}
@media screen and (max-width: 767px) {
  .c-ttlstyle01 span.__en {
    font-size: 2.5em;
  }
}
.c-ttlstyle01 span.__jp {
  display: block;
  color: #063365;
  font-size: max(1.25rem, 1.05em);
  margin-top: 0.4em;
}
@media screen and (max-width: 767px) {
  .c-ttlstyle01 span.__jp {
    font-size: 1em;
  }
}

.c-ttlstyle02 {
  font-weight: 600;
  font-size: max(3.5rem, 2.25em);
  line-height: 1.6em;
  margin-top: -0.2em;
}
@media screen and (max-width: 767px) {
  .c-ttlstyle02 {
    font-size: 1.645em;
    margin-top: 0;
  }
}
.c-ttlstyle02 span.__blue {
  color: #0e5aa6;
}

.c-ttlstyle03 {
  border-bottom: solid 2px #efefef;
  padding-bottom: 0.4em;
}
.c-ttlstyle03 span.__jp {
  color: #063365;
  font-weight: 600;
  font-size: max(2.5rem, 1.645em);
  line-height: 1.6em;
}
@media screen and (max-width: 767px) {
  .c-ttlstyle03 span.__jp {
    font-size: 1.5em;
  }
}
.c-ttlstyle03 span.__en {
  color: #b7bcc1;
  margin-left: min(4vw, 1.6em);
  margin-top: 0.6em;
}
@media screen and (max-width: 767px) {
  .c-ttlstyle03 span.__en {
    font-size: 0.9em;
    margin-top: 0.2em;
  }
}

.c-anchor-point {
  position: absolute;
}

.c-txtlink {
  color: #0e5aa6;
  display: inline;
  text-decoration: underline;
}

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

.c-linkbtn01 {
  width: -moz-fit-content;
  width: fit-content;
}
.c-linkbtn01 a, .c-linkbtn01 button {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  color: #fff;
  background-color: #077fd3;
  border-radius: 4px;
  box-shadow: 2px 2px 8px rgba(0, 42, 98, 0.1);
  font-size: 0.9em;
  padding: 0.8em 0;
  overflow: clip;
}
.c-linkbtn01 a::before, .c-linkbtn01 button::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0e5aa6;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease;
}
.c-linkbtn01 a span.__txt, .c-linkbtn01 button span.__txt {
  margin-left: 1.6em;
  margin-right: 2.4em;
}
.c-linkbtn01 a span.__arrow, .c-linkbtn01 button span.__arrow {
  padding: 0.3em 1.2em;
  border-left: solid 1px #fff;
}
.c-linkbtn01 a span.__arrow::before, .c-linkbtn01 button span.__arrow::before {
  content: "";
  display: block;
  width: 0.8em;
  aspect-ratio: 360/275;
  background-image: url(../images/arrow-right_white.png);
  background-size: cover;
}
.c-linkbtn01 a:hover::before, .c-linkbtn01 button:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}

.c-linkbtn02 {
  width: -moz-fit-content;
  width: fit-content;
}
.c-linkbtn02 a {
  color: #077fd3;
  background-color: #fff;
  display: flex;
  align-items: center;
  border-radius: 4px;
  box-shadow: 2px 2px 8px rgba(0, 42, 98, 0.1);
  font-size: 0.9em;
  padding: 0.8em 1.6em;
}
.c-linkbtn02 a::after {
  content: "";
  display: block;
  width: 0.65em;
  margin-left: 0.8em;
  aspect-ratio: 1/1;
  background-image: url(../images/arrow-newwin_blue.png);
  background-size: cover;
}

.c-deco01 {
  overflow: clip;
}
.c-deco01::before {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  margin-top: -20vw;
  margin-right: -20vw;
  content: "";
  display: block;
  width: 52vw;
  aspect-ratio: 1/1;
  background-image: url(../images/bg-decoration01.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0% 100%;
  opacity: 0.8;
}
@media screen and (max-width: 991px) {
  .c-deco01::before {
    margin-top: -30vw;
    margin-right: -30vw;
    width: 78vw;
  }
}

.c-deco02 {
  overflow: clip;
}
.c-deco02::before {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 24vw;
  aspect-ratio: 1/2;
  background-image: url(../images/bg-decoration02.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 100% 0%;
  opacity: 0.8;
}
@media screen and (max-width: 991px) {
  .c-deco02::before {
    width: 51vw;
  }
}

.c-deco03 {
  overflow: clip;
}
.c-deco03::before {
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: 0;
  content: "";
  display: block;
  width: 64vw;
  aspect-ratio: 5/3;
  background-image: url(../images/bg-decoration02.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0% 0%;
  opacity: 0.8;
}
@media screen and (max-width: 991px) {
  .c-deco03::before {
    width: 96vw;
  }
}

.l-content-style01 {
  display: flex;
  align-items: flex-start;
  width: min(100%, 1920px);
  margin: 0 auto;
  padding-left: 5.625rem;
}
@media screen and (max-width: 991px) {
  .l-content-style01 {
    display: block;
    margin-left: auto;
    padding-left: 40px;
  }
}
@media screen and (max-width: 767px) {
  .l-content-style01 {
    padding-left: 20px;
  }
}
.l-content-style01 .txt-wrap {
  width: 100%;
}
@media screen and (max-width: 991px) {
  .l-content-style01 .txt-wrap {
    padding-right: 40px;
  }
}
@media screen and (max-width: 767px) {
  .l-content-style01 .txt-wrap {
    padding-right: 20px;
  }
}
.l-content-style01 .txt-wrap .content-catch {
  margin-bottom: 40px;
}
.l-content-style01 .txt-wrap .content-catch h3 {
  margin-top: -0.4em;
}
.l-content-style01 .txt-wrap .content-txt p:not(:nth-of-type(1)) {
  margin-top: 2em;
}
.l-content-style01 .img-wrap {
  flex-shrink: 0;
  box-shadow: 2px 2px 8px rgba(0, 42, 98, 0.1);
  overflow: clip;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  width: min(50vw, 960px);
  margin-left: max(8.75rem, 4em);
}
@media screen and (max-width: 991px) {
  .l-content-style01 .img-wrap {
    width: 100%;
    aspect-ratio: 3/2;
    margin-left: 0;
    margin-top: 40px;
  }
}
.l-content-style01 .img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.l-content-style01 .img-wrap.c-imgstyle {
  position: relative;
  z-index: 2;
  border-radius: 0;
  overflow: visible;
  margin-bottom: max(1.875rem, 10px);
}
.l-content-style01 .img-wrap.c-imgstyle::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  margin-top: max(1.875rem, 10px);
  margin-left: min(-1.875rem, -10px);
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(150deg, #eef4fa, #f7fafc, #eef4fa);
  border-radius: 6px;
  border: solid 1px rgba(7, 127, 211, 0.1);
}
.l-content-style01 .img-wrap.c-imgstyle img {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.l-content-style01.__reverse {
  flex-direction: row-reverse;
  padding-left: 0;
  padding-right: 5.625rem;
}
@media screen and (max-width: 991px) {
  .l-content-style01.__reverse {
    margin-left: 0;
    padding-right: 40px;
  }
}
@media screen and (max-width: 767px) {
  .l-content-style01.__reverse {
    padding-right: 20px;
  }
}
@media screen and (max-width: 991px) {
  .l-content-style01.__reverse .txt-wrap {
    padding-right: 0;
    padding-left: 40px;
  }
}
@media screen and (max-width: 767px) {
  .l-content-style01.__reverse .txt-wrap {
    padding-left: 20px;
  }
}
.l-content-style01.__reverse .img-wrap {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  margin-left: 0;
  margin-right: max(8.75rem, 4em);
}
@media screen and (max-width: 991px) {
  .l-content-style01.__reverse .img-wrap {
    margin-right: 0;
  }
}
.l-content-style01.__reverse .img-wrap.img-wrap::before {
  margin-left: max(1.875rem, 10px);
}
.l-content-style01.__reverse .img-wrap.img-wrap img {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.l-content-style02 {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .l-content-style02 {
    display: block;
  }
}
.l-content-style02 .sticky-wrap {
  position: sticky;
  left: 0;
  height: -moz-max-content;
  height: max-content;
}
@media screen and (max-width: 991px) {
  .l-content-style02 .sticky-wrap {
    position: relative;
    top: 0 !important;
  }
}

.l-content-style03 .content-ttl {
  position: relative;
  z-index: 2;
  background-color: #eef4fa;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border: solid 2px rgba(7, 127, 211, 0.1);
  border-bottom: none;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.8em 2.4em 0 1.6em;
  margin-bottom: -10px;
}
.l-content-style03 .content-ttl h4 {
  color: #0e5aa6;
  font-weight: 600;
  font-size: max(1.25rem, 1.05em);
}
@media screen and (max-width: 767px) {
  .l-content-style03 .content-ttl h4 {
    font-size: 1em;
  }
}
.l-content-style03 .content-wrap {
  background-image: linear-gradient(150deg, #eef4fa, #f7fafc, #eef4fa);
  border-radius: 6px;
  border-top-left-radius: 0;
  border: solid 2px rgba(7, 127, 211, 0.1);
  padding: 60px max(3.75rem, 30px);
}
@media screen and (max-width: 767px) {
  .l-content-style03 .content-wrap {
    padding: 40px 20px;
  }
}

.a-flowingText {
  display: flex;
  width: 100%;
  overflow: hidden;
}
.a-flowingText p {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  color: #eef4fa;
  font-weight: 400;
  font-size: max(12.5vw, 140px);
  line-height: 1em;
  letter-spacing: 0;
  flex: 0 0 auto;
  will-change: transform;
  transform: translateZ(0);
}
.a-flowingText p:nth-of-type(1) {
  animation: loop_01 60s -30s linear infinite;
}
.a-flowingText p:nth-of-type(2) {
  animation: loop_02 60s 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-fadeIn {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1.4s cubic-bezier(0.1, 0.8, 0.2, 1) 0.4s, transform 1.4s cubic-bezier(0.1, 0.8, 0.2, 1) 0.4s;
}
.a-fadeIn.__delay00 {
  transition-delay: 0s;
}
.a-fadeIn.inview {
  opacity: 1;
  transform: translateY(0);
}

.a-slideIn {
  opacity: 0;
  transform: translateX(-20px);
  transition: opacity 1.4s cubic-bezier(0.1, 0.8, 0.2, 1) 0.4s, transform 1.4s cubic-bezier(0.1, 0.8, 0.2, 1) 0.4s;
}
.a-slideIn.__delay00 {
  transition-delay: 0s;
}
.a-slideIn.inview {
  opacity: 1;
  transform: translateX(0);
}

/* header
---------------------------------------------------- */
header {
  pointer-events: none;
  position: fixed;
  z-index: 99;
  width: 100%;
  background-color: #fff;
}
header > * {
  pointer-events: auto;
}
header::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #efefef;
  opacity: 0;
  transition: opacity 0.3s ease;
}
header.scroll::after {
  opacity: 1;
}
header .header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 1.25em max(1.875rem, 1em);
}
@media screen and (max-width: 767px) {
  header .header-inner {
    padding: 0.8em;
  }
}
@media screen and (max-width: 1199px) {
  header .overlay {
    position: absolute;
    z-index: 2;
    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: 15.625em;
}
@media screen and (max-width: 1199px) {
  header .header-logo {
    width: 12.5em;
  }
}
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;
  }
}
@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: 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: 1199px) {
  header .header-menu {
    background-color: #eee;
    width: 240px;
    height: 100vh;
    padding: 80px 20px 60px;
    overflow-y: scroll;
    position: absolute;
    z-index: 2;
    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 ul {
  display: flex;
}
@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(1rem, 0.95em);
  margin-right: 2em;
  padding: 0.2em 0;
}
@media screen and (max-width: 1199px) {
  header .header-menu nav ul li a {
    font-size: 1em;
    margin-right: 0;
    margin-top: 1em;
    padding: 0.4em;
  }
}
header .header-menu nav ul li a::before {
  content: "";
  display: block;
  background-color: #222;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  transform-origin: right top;
  transform: scaleX(0);
  transition: transform 0.24s ease;
}
header .header-menu nav ul li a:hover::before {
  transform: scaleX(1);
  transform-origin: left top;
}
header .header-menu nav ul li.current a {
  color: #077fd3;
}
header .header-menu nav ul li.current a::before {
  transform: scaleX(1);
}
@media screen and (max-width: 1199px) {
  header .header-menu .header-contact {
    margin-top: 2em;
  }
}
@media screen and (max-width: 1199px) {
  header .header-menu .header-contact .c-linkbtn01 {
    width: 100%;
  }
}
header .header-menu .header-contact .c-linkbtn01 a {
  background-color: #0e5aa6;
  font-size: 0.85em;
  padding: 0.6em 0;
}
@media screen and (max-width: 1199px) {
  header .header-menu .header-contact .c-linkbtn01 a {
    justify-content: space-between;
    padding: 0.8em 0;
  }
}
header .header-menu .header-contact .c-linkbtn01 a::before {
  background-color: #077fd3;
}
header .header-menu .header-contact .c-linkbtn01 a span.__txt {
  margin-left: 1em;
  margin-right: 1.6em;
}

/* footer
---------------------------------------------------- */
footer .footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 1199px) {
  footer .footer-inner {
    display: block;
  }
}
footer .footer-inner .footer-left .footer-logo {
  width: 18.75em;
}
@media screen and (max-width: 767px) {
  footer .footer-inner .footer-left .footer-logo {
    width: 16.875em;
  }
}
footer .footer-inner .footer-left .footer-logo img {
  width: 100%;
  height: auto;
}
footer .footer-inner .footer-left .footer-info {
  display: flex;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  footer .footer-inner .footer-left .footer-info {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-inner .footer-left .footer-info .info-wrap {
    width: 100%;
  }
}
footer .footer-inner .footer-left .footer-info .info-wrap h3 {
  color: #063365;
  font-size: max(1rem, 0.95em);
  border-bottom: solid 1px #b7bcc1;
  padding-bottom: 0.4em;
  margin-bottom: 0.8em;
}
footer .footer-inner .footer-left .footer-info .info-wrap p {
  font-weight: 400;
  font-size: max(1rem, 0.95em);
  line-height: 1.6em;
  margin-top: 0.4em;
}
footer .footer-inner .footer-left .footer-info .info-wrap p a {
  display: inline;
  font-size: 1em;
}
footer .footer-inner .footer-left .footer-info .info-wrap p a.GoogleMap {
  display: inline-block;
  width: 0.8em;
  margin-left: 0.4em;
}
footer .footer-inner .footer-left .footer-info .info-wrap p a.GoogleMap img {
  width: 100%;
  height: auto;
}
footer .footer-inner .footer-left .footer-info .info-wrap:nth-of-type(2) {
  width: 16em;
  margin-left: 60px;
}
@media screen and (max-width: 767px) {
  footer .footer-inner .footer-left .footer-info .info-wrap:nth-of-type(2) {
    margin-left: 0;
    margin-top: 40px;
  }
}
footer .footer-inner .footer-right {
  flex-shrink: 0;
}
@media screen and (max-width: 1199px) {
  footer .footer-inner .footer-right {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 48px;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-inner .footer-right {
    display: block;
  }
}
footer .footer-inner .footer-right .footer-menu ul {
  display: flex;
  flex-wrap: wrap;
}
footer .footer-inner .footer-right .footer-menu ul li a {
  font-size: max(1rem, 0.95em);
  margin-right: 2em;
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  footer .footer-inner .footer-right .footer-menu ul li:nth-of-type(1) {
    width: 100%;
  }
}
footer .footer-inner .footer-right .footer-menu ul li:last-of-type a {
  margin-right: 0;
}
footer .footer-inner .footer-right .footer-contact {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-top: 60px;
}
@media screen and (max-width: 1199px) {
  footer .footer-inner .footer-right .footer-contact {
    margin-left: 0;
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-inner .footer-right .footer-contact {
    margin-top: 40px;
  }
}
footer .footer-inner .footer-right .footer-contact p {
  text-align: center;
  color: #848a91;
  font-size: 0.85em;
  margin-bottom: 0.6em;
}
footer .footer-inner .footer-right .footer-contact .c-linkbtn01 a {
  width: 17em;
  justify-content: space-between;
}
footer .footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-top: solid 1px rgba(0, 0, 0, 0.1);
  padding-top: 30px;
  margin-top: 60px;
  padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
  footer .footer-bottom {
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
footer .footer-bottom .certno ul li {
  color: #b7bcc1;
  font-size: 0.9em;
}
@media screen and (max-width: 767px) {
  footer .footer-bottom .copyright {
    margin-top: 60px;
  }
}
footer .footer-bottom .copyright p {
  color: #848a91;
  font-weight: 400;
  font-size: 0.8em;
}

#pagetop {
  display: none;
  position: fixed;
  z-index: 9;
  bottom: 0;
  right: 0;
  margin: max(1.875rem, 1em);
}
#pagetop a {
  position: relative;
  z-index: 2;
  width: 60px;
  aspect-ratio: 1/1;
  border-radius: 4px;
  background-image: linear-gradient(150deg, #0e5aa6, #077fd3);
  overflow: clip;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #pagetop a {
    width: 48px;
  }
}
#pagetop a::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(150deg, #0e5aa6, #077fd3);
  transform: scale(-1);
  opacity: 0;
  transition: opacity 0.3s ease;
}
#pagetop a img {
  width: 20%;
  height: auto;
}
#pagetop a:hover::before {
  opacity: 1;
}/*# sourceMappingURL=common.css.map */