/*============================================================
	Base
============================================================*/
html,
body {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  html,
  body {
    min-height: 100vh;
  }
}

html {
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  -webkit-font-feature-settings: "palt";
     -moz-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: #333;
  word-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media only screen and (max-width: 767px) {
  html {
    font-size: 3.4666666667vw;
    -webkit-text-size-adjust: 100%;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1500px) {
  html {
    font-size: 1.0666666667vw;
  }
}
html * {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  letter-spacing: 0.05em;
}

body {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}
body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
}
@media only screen and (max-width: 767px) {
  body.fixed {
    height: -webkit-fill-available;
    height: 100vh;
    height: 100dvh;
    height: calc(var(--vh, 1vh) * 100);
  }
}

img {
  width: 100%;
  height: auto;
}
img[src$=".svg"] {
  max-width: 100%;
}

a,
a * {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  color: #333;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a:hover,
a:hover img {
  opacity: 0.75;
}

@media print, screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

header,
main,
section,
footer {
  width: 100%;
}

main {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
     -moz-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  min-height: 1px;
  padding-top: 7.5rem;
}
@media only screen and (max-width: 767px) {
  main {
    padding-top: 5.3846153846rem;
  }
}

section {
  padding: 9.375rem 0;
}
@media only screen and (max-width: 767px) {
  section {
    padding: 5.7692307692rem 0;
  }
}

dt, strong {
  font-weight: inherit;
}

p {
  letter-spacing: 0.1em;
  line-height: 1.8;
  text-align: justify;
}

/*============================================================
	Commmon
============================================================*/
@media only screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

@media print, screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

.inner {
  width: 80vw;
  max-width: 1200px;
  margin-inline: auto;
}
@media only screen and (max-width: 767px) {
  .inner {
    width: 86.6666666667%;
    max-width: 86.6666666667vw;
  }
}
.inner .container {
  width: 83.3333333333%;
  margin-inline: auto;
}
@media only screen and (max-width: 767px) {
  .inner .container {
    width: 100%;
  }
}

/*  headings & title
-------------------------------------------------*/
h2 {
  font-size: 4.5rem;
  font-weight: 600;
  margin-bottom: 3.125rem;
  color: #003e66;
  letter-spacing: 0;
}
@media only screen and (max-width: 767px) {
  h2 {
    font-size: 3.4615384615rem;
    margin-bottom: 1.9230769231rem;
  }
}
h2 span {
  display: block;
  font-size: 1.125rem;
  margin-top: 1em;
  letter-spacing: 0.1em;
  color: #0071bc;
}
@media only screen and (max-width: 767px) {
  h2 span {
    font-size: 1.0769230769rem;
  }
}
h2.white {
  color: #fff;
}
h2.white span {
  color: #fff;
}

/*  links
-------------------------------------------------*/
a[class^=btn],
button[class^=btn] {
  display: block;
  width: 31.25rem;
  height: 6.25rem;
  line-height: 6.25rem;
  border-radius: 3.125rem;
  position: relative;
  color: #fff;
  padding-left: 6.25rem;
}
@media only screen and (max-width: 767px) {
  a[class^=btn],
  button[class^=btn] {
    width: 25rem;
    height: 5rem;
    line-height: 5rem;
    border-radius: 2.5rem;
    padding-left: 5rem;
  }
}
a[class^=btn]::before,
button[class^=btn]::before {
  position: absolute;
  content: "";
  width: 3.75rem;
  height: 3.75rem;
  left: 1.25rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 767px) {
  a[class^=btn]::before,
  button[class^=btn]::before {
    width: 3.0769230769rem;
    height: 3.0769230769rem;
    left: 0.9615384615rem;
  }
}
a[class^=btn] span,
button[class^=btn] span {
  position: absolute;
  right: 1.875rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 1.5625rem;
  height: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  a[class^=btn] span,
  button[class^=btn] span {
    width: 1.25rem;
    right: 1.5384615385rem;
  }
}
a[class^=btn] span::before, a[class^=btn] span::after,
button[class^=btn] span::before,
button[class^=btn] span::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/common/icon-arrow.svg) no-repeat center right/contain;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
}
a[class^=btn] span::after,
button[class^=btn] span::after {
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
}
a[class^=btn]:hover,
button[class^=btn]:hover {
  opacity: 1;
}
a[class^=btn]:hover::before,
button[class^=btn]:hover::before {
  -webkit-transform: translateY(-50%) scale(1.1);
          transform: translateY(-50%) scale(1.1);
}
a[class^=btn]:hover span::before,
button[class^=btn]:hover span::before {
  -webkit-animation-name: transformRightLeft;
          animation-name: transformRightLeft;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
a[class^=btn]:hover span::after,
button[class^=btn]:hover span::after {
  -webkit-animation-name: transformLeftRight;
          animation-name: transformLeftRight;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.btn__contact {
  background: #f7931e;
  font-size: 1.625rem;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .btn__contact {
    font-size: 1.3rem;
  }
}
.btn__contact::before {
  background: url(../img/common/icon-mail.svg) no-repeat center left/contain;
}

.btn__tel {
  background: #0071bc;
  font-size: 1.875rem;
  font-weight: 600;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767px) {
  .btn__tel {
    font-size: 1.5384615385rem;
  }
}
.btn__tel small {
  font-size: 0.875rem;
  font-weight: 400;
  margin-left: 0.625rem;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .btn__tel small {
    font-size: 0.7692307692rem;
    margin-left: 0.3846153846rem;
  }
}
.btn__tel::before {
  background: url(../img/common/icon-tel.svg) no-repeat center left/contain;
}
.btn__tel::after {
  display: none;
}

@-webkit-keyframes transformLeftRight {
  0% {
    -webkit-transform: translate(-100%, -50%);
            transform: translate(-100%, -50%);
  }
  100% {
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}

@keyframes transformLeftRight {
  0% {
    -webkit-transform: translate(-100%, -50%);
            transform: translate(-100%, -50%);
  }
  100% {
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
@-webkit-keyframes transformRightLeft {
  0% {
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  100% {
    -webkit-transform: translate(100%, -50%);
            transform: translate(100%, -50%);
  }
}
@keyframes transformRightLeft {
  0% {
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  100% {
    -webkit-transform: translate(100%, -50%);
            transform: translate(100%, -50%);
  }
}
/*  scroll
-------------------------------------------------*/
.scroll_item,
.scroll_list_item,
.scroll_fade_item {
  opacity: 0;
  -webkit-transition: all ease-in-out 0.6s;
  transition: all ease-in-out 0.6s;
}
.scroll_item.scrollActive,
.scroll_list_item.scrollActive,
.scroll_fade_item.scrollActive {
  opacity: 1;
  -webkit-transform: translate(0) scale(1);
          transform: translate(0) scale(1);
}

.fadeTop {
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
}
.fadeTop.scrollActive {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.fadeLeft,
.fadeRight {
  -webkit-transform: translate(50px, 0);
          transform: translate(50px, 0);
}
.fadeLeft.scrollActive,
.fadeRight.scrollActive {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.fadeRight {
  -webkit-transform: translate(-50px, 0);
          transform: translate(-50px, 0);
}

@media print, screen and (min-width: 768px) {
  .popup {
    -webkit-transform: translate(0, 50px) scale(0);
            transform: translate(0, 50px) scale(0);
  }
  .popup.scrollActive {
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
  }
}

.imgAnimationRight::after,
.imgAnimationLeft::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  -webkit-transition: all ease-in-out 1s;
  transition: all ease-in-out 1s;
  -webkit-transform-origin: center right;
          transform-origin: center right;
}
.imgAnimationRight.scrollActive::after,
.imgAnimationLeft.scrollActive::after {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}

.imgAnimationLeft::after {
  -webkit-transform-origin: center left;
          transform-origin: center left;
}

/*  3R
-------------------------------------------------*/
.threeR__img {
  width: 36.6666666667vw;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .threeR__img {
    width: 100%;
    height: 15.3846153846rem;
    margin-bottom: 1.9230769231rem;
  }
}
.threeR__img figure {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.threeR__img figure::after {
  position: absolute;
  content: "3R";
  font-size: 4.6875rem;
  font-weight: 600;
  color: #fff;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media only screen and (max-width: 767px) {
  .threeR__img figure::after {
    font-size: 2.1538461538rem;
  }
}
.threeR__img figure img {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
}
.threeR__img .circle {
  position: absolute;
  width: 72.7272727273%;
  left: 50%;
  top: 50%;
  -webkit-animation: 20s linear infinite rotation;
          animation: 20s linear infinite rotation;
}
@media only screen and (max-width: 767px) {
  .threeR__img .circle {
    width: 11.5384615385rem;
  }
}
@media print, screen and (min-width: 768px) {
  .threeR__contents {
    width: 50vw;
    margin-left: 3.3333333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .threeR__contents {
    width: 86.6666666667%;
    max-width: 86.6666666667vw;
    margin-inline: auto;
  }
}

@-webkit-keyframes rotation {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0);
            transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes rotation {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0);
            transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}
/*============================================================
	Layout
============================================================*/
/*  header
-------------------------------------------------*/
header {
  position: fixed;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 7.5rem;
  padding: 1.875rem;
  z-index: 1000;
}
@media only screen and (max-width: 767px) {
  header {
    height: 5.3846153846rem;
    padding: 1.1538461538rem;
  }
}
header::before {
  position: absolute;
  content: "";
  inset: 0;
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
header .logo {
  display: block;
  width: 23.75rem;
  position: relative;
  z-index: 1000;
}
@media only screen and (max-width: 767px) {
  header .logo {
    width: 14.6153846154rem;
  }
}
header .hamburger {
  display: block;
  width: 3.0769230769rem;
  height: 3.0769230769rem;
  border-radius: 50%;
  background: #0071bc;
  cursor: pointer;
  position: relative;
  z-index: 1000;
}
@media print, screen and (min-width: 768px) {
  header .hamburger {
    display: none;
  }
}
header .hamburger span {
  position: absolute;
  width: 1.5384615385rem;
  height: 0.0769230769rem;
  background: rgba(255, 255, 255, 0.8);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
header .hamburger span:first-child {
  top: 1.1538461538rem;
}
header .hamburger span:nth-child(2) {
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
header .hamburger span:last-child {
  bottom: 1.1538461538rem;
}
header .hamburger.active span:first-child {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
header .hamburger.active span:nth-child(2) {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}
header .hamburger.active span:last-child {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
header nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media print, screen and (min-width: 768px) {
  header nav {
    position: relative;
    z-index: 1000;
  }
}
@media only screen and (max-width: 767px) {
  header nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: rgba(255, 255, 255, 0.8);
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.6s ease, visibility 0.6s ease;
    transition: opacity 0.6s ease, visibility 0.6s ease;
    position: fixed;
    width: 100%;
    height: calc(100vh - 5.3846153846rem);
    top: 5.3846153846rem;
    left: 0;
    z-index: 999;
    padding: 3.8461538462rem 6.6666666667vw 0;
  }
  header nav.open {
    opacity: 1;
    visibility: visible;
  }
}
header nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767px) {
  header nav ul {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 1.9230769231rem;
  }
}
@media print, screen and (min-width: 768px) {
  header nav ul li {
    margin-right: 1.875rem;
  }
}
@media only screen and (max-width: 767px) {
  header nav ul li {
    width: 100%;
    border-bottom: dotted 1px #0071bc;
  }
}
header nav ul li a {
  color: #003e66;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 767px) {
  header nav ul li a {
    display: block;
    padding: 1.5384615385rem 1.9230769231rem;
    position: relative;
  }
  header nav ul li a::after {
    position: absolute;
    content: "";
    width: 0.9615384615rem;
    height: 0.9615384615rem;
    background: url(../img/common/icon-arrow_b.svg) no-repeat center right/contain;
    right: 1.9230769231rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
header nav a[class^=btn] {
  width: 13.75rem;
  height: 3.75rem;
  line-height: 3.75rem;
  border-radius: 1.875rem;
  font-size: 1.125rem;
  padding-left: 3.75rem;
}
header nav a[class^=btn]::before {
  width: 2.5rem;
  height: 2.5rem;
  left: 0.625rem;
}
header nav a[class^=btn] span {
  right: 1.25rem;
  width: 0.9375rem;
}
header nav .btn__store {
  background: #0071bc;
}
@media print, screen and (min-width: 768px) {
  header nav .btn__store {
    margin-left: 1.875rem;
  }
}
@media only screen and (max-width: 767px) {
  header nav .btn__store {
    margin-top: 1.9230769231rem;
  }
}
header nav .btn__store::before {
  background: url(../img/common/icon-cart.svg) no-repeat center left/contain;
}

/*  cta
-------------------------------------------------*/
#cta {
  background: url(../img/common/bg_cta.webp) no-repeat center center/cover;
}
@media only screen and (max-width: 767px) {
  #cta {
    background-image: url(../img/common/bg_cta_sp.webp);
  }
}
#cta .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #cta .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media print, screen and (min-width: 768px) {
  #cta .inner .cta__ttl {
    width: 27.5rem;
    border-right: solid 2px #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media only screen and (max-width: 767px) {
  #cta .inner .cta__ttl h2, #cta .inner .cta__ttl p {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  #cta .inner .cta__links {
    margin-top: 1.9230769231rem;
  }
}
@media print, screen and (min-width: 768px) {
  #cta .inner .cta__links li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#cta .inner .cta__links li:not(:last-child) {
  margin-bottom: 1.875rem;
}
@media print, screen and (min-width: 768px) {
  #cta .inner .cta__links li p {
    font-size: 1.125rem;
    line-height: 1.4;
    text-align: right;
    margin-right: 1.25rem;
  }
}
@media only screen and (max-width: 767px) {
  #cta .inner .cta__links li p {
    text-align: center;
    margin-bottom: 0.3846153846rem;
  }
}

/*  footer
-------------------------------------------------*/
footer .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767px) {
  footer .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
footer .footer__top {
  padding: 6.25rem 0;
  background: rgba(0, 113, 188, 0.2);
}
@media only screen and (max-width: 767px) {
  footer .footer__top {
    padding: 3.8461538462rem 0;
  }
  footer .footer__top .inner {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media only screen and (max-width: 767px) {
  footer .footer__top dl {
    margin-bottom: 1.9230769231rem;
  }
}
footer .footer__top dl dt {
  width: 15rem;
  margin-bottom: 1.25rem;
}
@media only screen and (max-width: 767px) {
  footer .footer__top dl dt {
    width: 15.3846153846rem;
    margin-bottom: 0.7692307692rem;
  }
}
footer .footer__top dl dd {
  font-size: 0.875rem;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  footer .footer__top dl dd {
    font-size: 0.9230769231rem;
  }
}
footer .footer__top ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767px) {
  footer .footer__top ul {
    width: 100%;
    display: grid;
    grid-template-columns: 40% auto;
    gap: 1.1538461538rem;
  }
}
@media print, screen and (min-width: 768px) {
  footer .footer__top ul li:not(:last-child) {
    margin-right: 1.875rem;
  }
}
footer .footer__top ul li a {
  color: #0071bc;
  padding-right: 2.5rem;
  position: relative;
}
footer .footer__top ul li a::before {
  position: absolute;
  content: "";
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 50%;
  background: #0071bc;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
footer .footer__top ul li a span {
  position: absolute;
  right: 0.625rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 0.625rem;
  height: 0.625rem;
  overflow: hidden;
}
footer .footer__top ul li a span::before, footer .footer__top ul li a span::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/common/icon-arrow.svg) no-repeat center right/contain;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
}
footer .footer__top ul li a span::after {
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
}
footer .footer__top ul li a:hover {
  opacity: 1;
}
footer .footer__top ul li a:hover img {
  opacity: 1;
}
footer .footer__top ul li a:hover::before {
  -webkit-transform: translateY(-50%) scale(1.1);
          transform: translateY(-50%) scale(1.1);
}
footer .footer__top ul li a:hover span::before {
  -webkit-animation-name: transformRightLeft;
          animation-name: transformRightLeft;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
footer .footer__top ul li a:hover span::after {
  -webkit-animation-name: transformLeftRight;
          animation-name: transformLeftRight;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
footer .footer__btm {
  padding: 3.125rem 0;
  background: #003e66;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  footer .footer__btm {
    padding: 1.9230769231rem 0;
  }
}
footer .footer__btm p, footer .footer__btm small {
  font-size: 0.875rem;
}
@media only screen and (max-width: 767px) {
  footer .footer__btm p, footer .footer__btm small {
    font-size: 0.9230769231rem;
  }
}
@media only screen and (max-width: 767px) {
  footer .footer__btm p {
    margin-bottom: 0.7692307692rem;
  }
}