@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);
  }
}

.__liststyle li {
  display: flex;
  align-items: baseline;
}
.__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: "※";
}

.__list-3col {
  display: flex;
  flex-wrap: wrap;
}
.__list-3col li {
  width: calc(33.3333333333% - 1.3333333333em);
  margin-right: 2em;
}
@media screen and (max-width: 1199px) {
  .__list-3col li {
    width: 40em;
    margin: 0 auto;
    margin-top: 4em;
  }
}
.__list-3col li:nth-of-type(3n) {
  margin-right: 0;
}
@media screen and (max-width: 1199px) {
  .__list-3col li:nth-of-type(3n) {
    margin-right: auto;
  }
}

.__ttlstyle01 {
  text-align: center;
}
.__ttlstyle01 span {
  display: block;
}
.__ttlstyle01 span.__en {
  font-weight: 700;
  font-size: 1.25em;
  margin-bottom: 0.6em;
}
@media screen and (max-width: 1199px) {
  .__ttlstyle01 span.__en {
    font-size: 1.125em;
  }
}
.__ttlstyle01 span.__en.__blue {
  color: #1b54a2;
}
.__ttlstyle01 span.__en.__yellow {
  color: #ddca3b;
}
.__ttlstyle01 span.__jp {
  font-weight: 700;
  font-size: 3rem;
}
@media screen and (max-width: 1199px) {
  .__ttlstyle01 span.__jp {
    font-size: 2em;
  }
}
@media screen and (max-width: 767px) {
  .__ttlstyle01 span.__jp {
    font-size: 1.75em;
  }
}
.__ttlstyle01 span.__jp em {
  font-weight: 900;
}
.__ttlstyle01 span.__jp em.__blue {
  color: #1b54a2;
}
.__ttlstyle01.__small span.__en {
  font-size: 1em;
}
.__ttlstyle01.__small span.__jp {
  font-size: 2.5rem;
}
@media screen and (max-width: 1199px) {
  .__ttlstyle01.__small span.__jp {
    font-size: 1.75em;
  }
}
@media screen and (max-width: 767px) {
  .__ttlstyle01.__small span.__jp {
    font-size: 1.5em;
  }
}

a.__txtlink {
  color: #2e353a;
  display: inline;
  text-decoration: underline;
  opacity: 1;
}

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

.__linkbtn-style01 {
  position: relative;
  z-index: 2;
  width: 23em;
  padding-bottom: 0.6em;
  padding-right: 0.6em;
}
@media screen and (max-width: 767px) {
  .__linkbtn-style01 {
    width: min(100% - 4em, 23em);
  }
}
.__linkbtn-style01::after {
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: 0;
  content: "";
  width: calc(100% - 0.6em);
  height: calc(100% - 0.6em);
  background-color: #e1e3e5;
}
.__linkbtn-style01 a, .__linkbtn-style01 button {
  width: 100%;
  text-align: center;
  background-color: #fff;
  border: solid 1px #2e353a;
  line-height: 1em;
  padding: 1.6em 0;
}
@media screen and (max-width: 991px) {
  .__linkbtn-style01 a, .__linkbtn-style01 button {
    padding: 1.4em 0;
  }
}
.__linkbtn-style01 a span.__txt, .__linkbtn-style01 button span.__txt {
  font-weight: 700;
  font-size: 1.125em;
}
@media screen and (max-width: 991px) {
  .__linkbtn-style01 a span.__txt, .__linkbtn-style01 button span.__txt {
    font-size: 1em;
  }
}
.__linkbtn-style01 a span.__arrow, .__linkbtn-style01 button span.__arrow {
  position: absolute;
  top: 50%;
  right: 0;
  margin-right: -2em;
  transform: translateY(-50%) scaleX(1);
  transform-origin: left;
  display: block;
  width: 4em;
  height: 2px;
  background-color: #2e353a;
  transition: all 0.24s ease;
}
.__linkbtn-style01 a:hover span.__arrow, .__linkbtn-style01 button:hover span.__arrow {
  transform: translateY(-50%) scaleX(1.5);
}
.__linkbtn-style01.__back a span.__arrow, .__linkbtn-style01.__back button span.__arrow {
  right: initial;
  left: 0;
  margin-right: 0;
  margin-left: -2em;
  transform-origin: right;
}
.__linkbtn-style01.__blue::after {
  background-color: #255392;
}

.__linkbtn-style02 {
  position: relative;
  z-index: 2;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 0.2em;
  padding-right: 0.2em;
}
.__linkbtn-style02::after {
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: 0;
  content: "";
  width: calc(100% - 0.2em);
  height: calc(100% - 0.2em);
  background-color: #e1e3e5;
}
.__linkbtn-style02 a, .__linkbtn-style02 button {
  color: #fff;
  background-color: #2e353a;
  border: solid 1px #e1e3e5;
  line-height: 1em;
  padding: 0.4em 0.8em 0.48em;
  transition: all 0.24s ease;
}
.__linkbtn-style02 a span.__txt, .__linkbtn-style02 button span.__txt {
  font-size: 0.9em;
  font-weight: 700;
}
.__linkbtn-style02 a:hover, .__linkbtn-style02 button:hover {
  background-color: #1b54a2;
}

.__deco-corner {
  width: 3rem;
  aspect-ratio: 1/1;
  border: solid 1.25rem #2e353a;
}
@media screen and (max-width: 1199px) {
  .__deco-corner {
    width: 2em;
    border-width: 0.8em;
  }
}
.__deco-corner.__blue {
  border-color: #1b54a2;
}
.__deco-corner.__yellow {
  border-color: #ddca3b;
}
.__deco-corner.__white {
  border-color: #fff;
  border-width: 4px;
}
.__deco-corner.__righttop {
  border-left: none;
  border-bottom: none;
}
.__deco-corner.__rightbottom {
  border-left: none;
  border-top: none;
}
.__deco-corner.__leftbottom {
  border-right: none;
  border-top: none;
}
.__deco-corner.__lefttop {
  border-right: none;
  border-bottom: none;
}

.__content-style01 {
  display: flex;
  justify-content: space-between;
  width: calc(100% - (100% - 99.375rem) / 2);
}
@media screen and (max-width: 1199px) {
  .__content-style01 {
    display: block;
    width: calc(100% - 7.5rem);
  }
}
@media screen and (max-width: 991px) {
  .__content-style01 {
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 767px) {
  .__content-style01 {
    width: calc(100% - 24px);
  }
}
.__content-style01 .txt-wrap {
  position: relative;
  width: 40.3125rem;
}
@media screen and (max-width: 1199px) {
  .__content-style01 .txt-wrap {
    width: 40em;
    margin: 0 auto;
    padding-right: 7.5rem;
  }
}
@media screen and (max-width: 991px) {
  .__content-style01 .txt-wrap {
    padding-right: 40px;
  }
}
@media screen and (max-width: 767px) {
  .__content-style01 .txt-wrap {
    width: 100%;
    padding-right: 24px;
  }
}
.__content-style01 .txt-wrap .__deco-corner {
  position: absolute;
}
.__content-style01 .txt-wrap .__deco-corner.__righttop {
  top: 0;
  right: 0;
}
@media screen and (max-width: 1199px) {
  .__content-style01 .txt-wrap .__deco-corner.__righttop {
    margin-right: 7.5rem;
  }
}
@media screen and (max-width: 991px) {
  .__content-style01 .txt-wrap .__deco-corner.__righttop {
    margin-right: 40px;
  }
}
@media screen and (max-width: 767px) {
  .__content-style01 .txt-wrap .__deco-corner.__righttop {
    margin-right: 24px;
  }
}
.__content-style01 .txt-wrap .__deco-corner.__leftbottom {
  bottom: 0;
  left: 0;
}
.__content-style01 .txt-wrap .sec-ttl::after {
  content: "";
  display: block;
  width: 3px;
  height: 2em;
  background-color: #2e353a;
  margin: 0 auto;
  margin-top: 2em;
}
.__content-style01 .txt-wrap .sec-catch {
  margin-top: 2em;
}
.__content-style01 .txt-wrap .sec-catch p {
  text-align: center;
  font-weight: 700;
  font-size: 1.5rem;
}
@media screen and (max-width: 1199px) {
  .__content-style01 .txt-wrap .sec-catch p {
    font-size: 1.125em;
  }
}
.__content-style01 .txt-wrap .sec-txt {
  margin-top: 2em;
}
.__content-style01 .txt-wrap .sec-txt p {
  text-align: center;
  line-height: 3em;
}
.__content-style01 .txt-wrap .sec-link {
  margin-top: 3em;
}
.__content-style01 .txt-wrap .sec-link .__linkbtn-style01 {
  margin: 0 auto;
}
.__content-style01 .img-wrap {
  width: calc(100% - 40.3125rem - 15rem);
}
@media screen and (max-width: 1199px) {
  .__content-style01 .img-wrap {
    width: 100%;
    height: 400px;
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .__content-style01 .img-wrap {
    margin-top: 48px;
  }
}
.__content-style01 .img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.__content-style02 {
  position: relative;
  width: min(100%, 72em);
  margin: 0 auto;
  padding-left: 5rem;
  padding-right: 5rem;
}
.__content-style02 .__deco-corner {
  position: absolute;
}
.__content-style02 .__deco-corner.__righttop {
  top: 0;
  right: 0;
}
.__content-style02 .__deco-corner.__leftbottom {
  bottom: 0;
  left: 0;
}
.__content-style02 .sec-ttl {
  margin-top: -1em;
}
.__content-style02 .sec-catch {
  margin-top: 2em;
}
.__content-style02 .sec-catch p {
  text-align: center;
  font-weight: 700;
  font-size: 1.5rem;
}
@media screen and (max-width: 1199px) {
  .__content-style02 .sec-catch p {
    font-size: 1.125em;
  }
}
@media screen and (max-width: 767px) {
  .__content-style02 .sec-catch p {
    font-size: 1em;
  }
}
.__content-style02 .sec-txt {
  margin-top: 2em;
}
.__content-style02 .sec-txt p {
  line-height: 2em;
  margin-top: 2em;
}

a .__roll-animation {
  overflow: hidden;
  height: 1em;
}
@media screen and (max-width: 991px) {
  a .__roll-animation {
    height: auto;
  }
}
a .__roll-animation span {
  display: block;
  width: 100%;
  text-align: center;
  line-height: 1em;
}
a .__roll-animation span.__en {
  font-size: 1.125em;
  will-change: margin-top;
  transition: margin-top 0.4s;
}
@media screen and (max-width: 991px) {
  a .__roll-animation span.__en {
    line-height: 1.6em;
  }
}
a .__roll-animation span.__jp {
  font-weight: 700;
}
@media screen and (max-width: 991px) {
  a .__roll-animation span.__jp {
    font-weight: 600;
    font-size: 0.85em;
  }
}
a:hover .__roll-animation span.__en {
  margin-top: -1em;
}
@media screen and (max-width: 991px) {
  a:hover .__roll-animation span.__en {
    margin-top: 0;
  }
}

.__fadeIn {
  opacity: 0;
  transform: scale(0.95);
  will-change: transform;
  transition: all 1.6s cubic-bezier(0.1, 0.8, 0.2, 1) 0.4s;
}
.__fadeIn.__inview {
  opacity: 1;
  transform: scale(1);
}

.__txt-bgcolor {
  font-weight: 700;
  color: #fff;
  padding: 0.2em 0.6em 0.3em;
  background: linear-gradient(transparent 0, #1b54a2 0);
  background-repeat: no-repeat;
  background-size: 0% 100%;
  opacity: 0;
  transition: all 1.6s cubic-bezier(0.1, 0.8, 0.2, 1) 0.4s;
}
.__txt-bgcolor.__white {
  color: #2e353a;
  background: linear-gradient(transparent 0, #fff 0);
  background-repeat: no-repeat;
  background-size: 0% 100%;
}
.__txt-bgcolor.__yellow {
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
  background: linear-gradient(transparent 0, #ddca3b 0);
  background-repeat: no-repeat;
  background-size: 0% 100%;
}
.__txt-bgcolor.__black {
  background: linear-gradient(transparent 0, #2e353a 0);
  background-repeat: no-repeat;
  background-size: 0% 100%;
}
.__txt-bgcolor.__tate {
  writing-mode: vertical-rl;
  background-size: 100% 0%;
}
.__txt-bgcolor.__inview {
  opacity: 1;
  background-size: 100% 100%;
}

.__txt-shine {
  display: inline-block;
  background: linear-gradient(135deg, #fae22a 45%, #fff 50%, #fae22a 55%);
  background-size: 300% 100%;
  -webkit-background-clip: text;
  will-change: background-position;
  -webkit-text-fill-color: transparent;
  animation: shine 4.8s linear infinite;
}
@keyframes shine {
  0% {
    background-position: -150% 50%;
  }
  100% {
    background-position: 150% 50%;
  }
}

.__img-clip {
  clip-path: inset(0 100% 0 0); /* 右側を全カット（非表示） */
  transition: clip-path 1.6s cubic-bezier(0.1, 0.8, 0.2, 1) 0.4s;
}
.__img-clip.__inview {
  clip-path: inset(0 0 0 0); /* 全表示 */
}

/* header
---------------------------------------------------- */
header {
  pointer-events: none;
  position: fixed;
  z-index: 99;
  width: 100%;
  background-color: #fff;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
}
header > * {
  pointer-events: auto;
}
header .header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100px;
  padding: 0 30px;
}
@media screen and (max-width: 1599px) {
  header .header-inner {
    height: 90px;
  }
}
@media screen and (max-width: 991px) {
  header .header-inner {
    height: 80px;
  }
}
@media screen and (max-width: 767px) {
  header .header-inner {
    height: 60px;
    padding: 0 20px;
  }
}
@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: 270px;
}
@media screen and (max-width: 1599px) {
  header .header-logo {
    width: 243px;
  }
}
@media screen and (max-width: 991px) {
  header .header-logo {
    width: 216px;
  }
}
@media screen and (max-width: 767px) {
  header .header-logo {
    width: min(60vw, 175.5px);
  }
}
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;
    cursor: pointer;
  }
}
@media screen and (max-width: 991px) and (max-width: 767px) {
  header .nav-btn {
    width: 30px;
  }
}
@media screen and (max-width: 991px) {
  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: -8px;
  }
  header .nav-btn span:nth-of-type(3) {
    margin-top: 8px;
  }
  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: #eee;
    width: 200px;
    height: 100vh;
    padding-top: 120px;
    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 ul {
  display: flex;
}
@media screen and (max-width: 991px) {
  header .header-menu nav ul {
    display: block;
  }
}
header .header-menu nav ul li a {
  position: relative;
  margin: 0 2em;
  margin-top: 1.2em;
  padding: 0.36em 0;
}
@media screen and (max-width: 991px) {
  header .header-menu nav ul li a {
    margin: 40px 0;
  }
}
header .header-menu nav ul li a::before {
  content: "";
  display: block;
  width: 0.8em;
  height: 0.8em;
  border-bottom: solid 0.4em #ddca3b;
  border-left: solid 0.4em #ddca3b;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) rotate(-45deg);
  margin-top: -1.6em;
  opacity: 0;
  transition: all 0.24s ease;
}
header .header-menu nav ul li a:hover::before {
  margin-top: -1.2em;
  opacity: 1;
}
header .header-menu nav ul li:last-of-type a {
  margin-right: 0;
}
header .header-menu nav ul li.__current a {
  pointer-events: none;
}
header .header-menu nav ul li.__current a::before {
  border-bottom-color: #1b54a2;
  border-left-color: #1b54a2;
  margin-top: -1.2em;
  opacity: 1;
}

/* sec-contact
---------------------------------------------------- */
@media screen and (max-width: 1199px) {
  .sec-contact {
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 767px) {
  .sec-contact {
    padding-top: 72px;
    padding-bottom: 80px;
  }
}
.sec-contact .sec-ttl::after {
  content: "";
  display: block;
  width: 3px;
  height: 2em;
  background-color: #2e353a;
  margin: 0 auto;
  margin-top: 2em;
}
.sec-contact .sec-content {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 3em;
}
@media screen and (max-width: 991px) {
  .sec-contact .sec-content {
    display: block;
  }
}

.content-wrap.__tel {
  padding-left: 2em;
}
@media screen and (max-width: 991px) {
  .content-wrap.__tel {
    width: -moz-fit-content;
    width: fit-content;
    padding-left: 0;
    margin: 0 auto;
  }
}
.content-wrap.__tel .num-txt {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 2.125em;
  line-height: 1.2em;
}
@media screen and (max-width: 1199px) {
  .content-wrap.__tel .num-txt {
    font-size: 2em;
  }
}
@media screen and (max-width: 767px) {
  .content-wrap.__tel .num-txt {
    font-size: 1.75em;
  }
}
.content-wrap.__tel .num-txt span, .content-wrap.__tel .num-txt a {
  font-size: 1em;
  letter-spacing: 0.06em;
}
.content-wrap.__tel .num-txt i {
  font-size: 1.125em;
  color: #ddca3b;
  margin-right: 0.3em;
}
.content-wrap.__tel .note-txt {
  margin-left: 3.5em;
}
.content-wrap.__tel .note-txt p {
  font-weight: 400;
  font-size: 0.9em;
}
.content-wrap.__mail {
  margin-left: 4em;
}
@media screen and (max-width: 991px) {
  .content-wrap.__mail {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    margin-top: 2em;
  }
}
@media screen and (max-width: 767px) {
  .content-wrap.__mail {
    width: 100%;
  }
}
.content-wrap.__mail .__linkbtn-style01 {
  margin: 0 auto;
}

/* footer
---------------------------------------------------- */
footer {
  background-color: #e8edf3;
  border-top: solid 1px #c1cbd8;
  padding-bottom: 12.5rem;
}
@media screen and (max-width: 1199px) {
  footer {
    padding-top: 100px !important;
    padding-bottom: 150px;
  }
}
@media screen and (max-width: 991px) {
  footer {
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 767px) {
  footer {
    padding-top: 80px !important;
  }
}
footer .footer-logo {
  width: 320px;
}
@media screen and (max-width: 1599px) {
  footer .footer-logo {
    width: 288px;
  }
}
@media screen and (max-width: 1199px) {
  footer .footer-logo {
    width: 272px;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-logo {
    width: min(60vw, 192px);
  }
}
footer .footer-logo img {
  width: 100%;
  height: auto;
}
footer .flex-wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 2em;
}
@media screen and (max-width: 991px) {
  footer .flex-wrap {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  footer .flex-wrap {
    margin-top: 3em;
  }
}
footer .footer-info p {
  font-size: 0.95em;
}
footer .footer-info p:nth-of-type(2) {
  margin-top: 1em;
}
footer .footer-info p a {
  display: inline-block;
  font-size: 1em;
  margin-left: 0.3em;
}
@media screen and (max-width: 991px) {
  footer .footer-menu {
    margin-top: 4em;
  }
}
footer .footer-menu ul {
  display: flex;
}
@media screen and (max-width: 767px) {
  footer .footer-menu ul {
    justify-content: space-between;
  }
}
footer .footer-menu ul li a {
  margin: 0 2em;
  padding: 0.36em 0;
}
@media screen and (max-width: 1199px) {
  footer .footer-menu ul li a {
    margin: 0 1em;
  }
}
@media screen and (max-width: 991px) {
  footer .footer-menu ul li a {
    margin: 0 3em;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-menu ul li a {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-menu ul li a span.__en {
    font-size: 1em;
  }
}
@media screen and (max-width: 991px) {
  footer .footer-menu ul li:nth-of-type(1) a {
    margin-left: 0;
  }
}
footer .footer-menu ul li:last-of-type a {
  margin-right: 0;
}
footer .copyright p {
  text-align: end;
  font-size: 12px;
  margin-top: -1em;
}
@media screen and (max-width: 991px) {
  footer .copyright p {
    text-align: start;
    margin-top: 8em;
  }
}
@media screen and (max-width: 767px) {
  footer .copyright p {
    font-size: 10px;
  }
}

#pagetop {
  display: none;
  position: fixed;
  z-index: 9;
  bottom: 0;
  right: 0;
}
#pagetop a {
  width: 6.25rem;
  height: 6.25rem;
  background-color: #2e353a;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
  transition: all 0.2s ease;
}
@media screen and (max-width: 1199px) {
  #pagetop a {
    width: 72px;
    height: 72px;
  }
}
@media screen and (max-width: 991px) {
  #pagetop a {
    width: 80px;
    height: 80px;
  }
}
@media screen and (max-width: 767px) {
  #pagetop a {
    width: 52px;
    height: 52px;
  }
}
#pagetop a img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1.6em;
  height: auto;
}
@media screen and (max-width: 767px) {
  #pagetop a img {
    width: 1.2em;
  }
}
#pagetop a:hover {
  background-color: #1b54a2;
}/*# sourceMappingURL=common.css.map */