@charset "UTF-8";
/* commonParts
---------------------------------------------------- */
.__inner {
  width: 95rem;
  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.__wide {
  width: min(100%, 1920px);
}
.__inner.__medium {
  width: 82.5rem;
}
@media screen and (max-width: 1199px) {
  .__inner.__medium {
    width: 95rem;
  }
}
@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 {
  display: flex;
  align-items: flex-start;
}
.__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-20 {
  font-size: max(1.25rem, 1.05em);
}

.__txtlimit {
  max-width: 100%;
}
.__txtlimit span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.__ttlstyle01 {
  color: #005b9a;
}
.__ttlstyle01 span.__en {
  font-size: 5rem;
  margin-top: 0.1em;
}
@media screen and (max-width: 1199px) {
  .__ttlstyle01 span.__en {
    font-size: 4em;
  }
}
@media screen and (max-width: 767px) {
  .__ttlstyle01 span.__en {
    font-size: 2.75em;
  }
}
.__ttlstyle01 span.__jp {
  display: flex;
  align-items: flex-start;
  margin-top: 0.4em;
}
@media screen and (max-width: 767px) {
  .__ttlstyle01 span.__jp {
    margin-top: 0;
  }
}
.__ttlstyle01 span.__jp::before {
  content: "";
  display: block;
  width: 2em;
  height: 1px;
  background-color: #005b9a;
  margin-top: 0.9em;
  margin-right: 0.4em;
}
.__ttlstyle01.__white {
  color: #fff;
}
.__ttlstyle01.__white span.__jp::before {
  background-color: #fff;
}

.__ttlstyle02 span.__en {
  color: #005b9a;
  display: flex;
  align-items: flex-start;
  margin-bottom: 0.2em;
  margin-top: -1em;
}
@media screen and (max-width: 767px) {
  .__ttlstyle02 span.__en {
    margin-top: 0;
  }
}
.__ttlstyle02 span.__en::before {
  content: "";
  display: block;
  width: 1em;
  height: 1px;
  background-color: #005b9a;
  margin-top: 0.8em;
  margin-right: 0.4em;
}
.__ttlstyle02 span.__jp {
  font-weight: 600;
  font-size: 3.5rem;
  margin-top: 0.1em;
}
@media screen and (max-width: 1199px) {
  .__ttlstyle02 span.__jp {
    font-size: 2.5em;
  }
}
@media screen and (max-width: 767px) {
  .__ttlstyle02 span.__jp {
    font-size: 2em;
  }
}
.__ttlstyle02.__small span.__jp {
  font-size: 3rem;
}
@media screen and (max-width: 1199px) {
  .__ttlstyle02.__small span.__jp {
    font-size: 2.25em;
  }
}
@media screen and (max-width: 767px) {
  .__ttlstyle02.__small span.__jp {
    font-size: 1.75em;
  }
}
.__ttlstyle02.__white span.__en {
  color: #fff;
}
.__ttlstyle02.__white span.__en::before {
  background-color: #fff;
}

.__ttlstyle03 span.__txt {
  display: block;
  font-weight: 600;
  font-size: 2.5rem;
  margin-top: 0.1em;
}
@media screen and (max-width: 1199px) {
  .__ttlstyle03 span.__txt {
    font-size: 1.75em;
  }
}
@media screen and (max-width: 767px) {
  .__ttlstyle03 span.__txt {
    font-size: 1.375em;
  }
}

.__num-label {
  display: inline-block;
  color: #fff;
  background-color: #00a7cb;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1.4em;
  padding: 0.4em 1em;
}
@media screen and (max-width: 1199px) {
  .__num-label {
    padding: 0.2em 0.8em;
  }
}
@media screen and (max-width: 767px) {
  .__num-label {
    font-size: 0.85em;
    padding: 0.2em 0.6em;
  }
}
.__num-label span.__num {
  display: inline-block;
  font-size: 1.25em;
  transform: translateY(0.06em);
  margin-left: 0.4em;
}
@media screen and (max-width: 767px) {
  .__num-label span.__num {
    font-size: 1.125em;
    transform: translateY(0);
    margin-top: 0.1em;
  }
}

a.__txtlink {
  color: #00a7cb;
  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: 100%;
  }
}
.__linkbtn01 a, .__linkbtn01 button {
  position: relative;
  z-index: 2;
  color: #fff;
  background-color: #005b9a;
  font-weight: 600;
  display: flex;
  align-items: center;
  padding: 0.8em 1.4em;
  transition: all 0.24s ease;
  overflow: clip;
}
@media screen and (max-width: 767px) {
  .__linkbtn01 a, .__linkbtn01 button {
    justify-content: space-between;
    width: 100%;
  }
}
.__linkbtn01 a::before, .__linkbtn01 button::before {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 0;
  content: "";
  display: block;
  width: 102%;
  height: 102%;
  background-color: #00a7cb;
  transform: translateY(-50%) scaleX(0);
  transform-origin: right;
  transition: transform 0.24s ease;
}
.__linkbtn01 a span.__txt, .__linkbtn01 button span.__txt {
  margin-right: 4em;
}
@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 {
  border-left: solid 1px #fff;
  padding: 0.6em 1em;
  padding-right: 0;
}
.__linkbtn01 a span.__arrow img, .__linkbtn01 button span.__arrow img {
  width: 1em;
  height: auto;
}
.__linkbtn01 a:hover::before, .__linkbtn01 button:hover::before {
  transform: translateY(-50%) scaleX(1);
  transform-origin: left;
}
.__linkbtn01.__white a, .__linkbtn01.__white button {
  color: #005b9a;
  background-color: #fff;
}
.__linkbtn01.__white a span.__arrow, .__linkbtn01.__white button span.__arrow {
  border-left-color: #005b9a;
}
.__linkbtn01.__white a:hover, .__linkbtn01.__white button:hover {
  color: #fff;
}

.__bg-hexagon {
  overflow: clip;
}
.__bg-hexagon::before, .__bg-hexagon::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  display: block;
  background-image: url(../images/bg-hexagon_blue.png);
  background-size: cover;
  width: 100%;
  aspect-ratio: 20/12;
  transform: scale(1.2);
}
.__bg-hexagon::after {
  display: none;
}
.__bg-hexagon.__white::before, .__bg-hexagon.__white::after {
  background-image: url(../images/bg-hexagon_white.png);
}

.content-wrap.__tel h3, .content-wrap.__mail h3 {
  border-bottom: solid 1px #fff;
  padding-bottom: 0.4em;
  margin-bottom: 1em;
}
.content-wrap.__tel .num-txt, .content-wrap.__mail .num-txt {
  font-size: 2rem;
  line-height: 1.4em;
}
@media screen and (max-width: 1199px) {
  .content-wrap.__tel .num-txt, .content-wrap.__mail .num-txt {
    font-size: 1.75em;
  }
}
@media screen and (max-width: 767px) {
  .content-wrap.__tel .num-txt, .content-wrap.__mail .num-txt {
    font-size: 1.375em;
  }
}
.content-wrap.__tel .num-txt a, .content-wrap.__mail .num-txt a {
  display: inline;
  font-size: 1em;
}
.content-wrap.__tel .num-txt .__num, .content-wrap.__mail .num-txt .__num {
  font-weight: 600;
  font-size: 1.5em;
  letter-spacing: 0.04em;
}
.content-wrap.__tel .note-txt p, .content-wrap.__mail .note-txt p {
  font-size: 0.9em;
}

.__content-style01 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .__content-style01 {
    display: block;
  }
}
.__content-style01 .txt-wrap {
  width: calc(100% - 31.875 * 1rem - 10 * 1rem);
}
@media screen and (max-width: 991px) {
  .__content-style01 .txt-wrap {
    width: 100%;
  }
}
.__content-style01 .txt-wrap .sec-txt {
  margin-top: 3em;
}
@media screen and (max-width: 767px) {
  .__content-style01 .txt-wrap .sec-txt {
    margin-top: 2em;
  }
}
.__content-style01 .txt-wrap .sec-link {
  margin-top: 3em;
}
@media screen and (max-width: 767px) {
  .__content-style01 .txt-wrap .sec-link {
    margin-top: 2em;
  }
}
@media screen and (max-width: 991px) {
  .__content-style01 .txt-wrap .sec-link .__linkbtn01 {
    margin: 0 auto;
  }
}
.__content-style01 .img-wrap {
  width: 31.875rem;
}
@media screen and (max-width: 991px) {
  .__content-style01 .img-wrap {
    width: min(100%, 480px);
    margin: 0 auto;
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .__content-style01 .img-wrap {
    margin-top: 3em;
  }
}
.__content-style01 .img-wrap .__img {
  width: 100%;
  height: 100%;
}
.__content-style01 .img-wrap .__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.__txtAnimation {
  display: inline-block;
  line-height: 1em !important;
  overflow: clip;
}
.__txtAnimation.__en {
  line-height: 0.8em !important;
}
.__txtAnimation .__rise-txt {
  display: inline-block;
  transform: translateY(101%);
  transition: transform 1s;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-delay: 0.48s;
}
.__txtAnimation.__delay00 .__rise-txt {
  transition-delay: 0.2s;
}
.__txtAnimation.__inview .__rise-txt {
  transform: translateY(0);
}

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

/* header
---------------------------------------------------- */
header {
  pointer-events: none;
  position: fixed;
  z-index: 99;
  width: 100%;
  transition: all 0.24s ease;
}
header.__scroll {
  background-color: #fff;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}
header > * {
  pointer-events: auto;
}
header .header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: max(1.5rem, 16px);
}
@media screen and (max-width: 767px) {
  header .header-inner {
    padding: 12px 14px;
  }
}
@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: 300px;
}
@media screen and (max-width: 1599px) {
  header .header-logo {
    width: 270px;
  }
}
@media screen and (max-width: 1199px) {
  header .header-logo {
    width: 240px;
  }
}
@media screen and (max-width: 767px) {
  header .header-logo {
    width: 165px;
  }
}
header .header-logo img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 991px) {
  header .nav-btn {
    position: relative;
    z-index: 99;
    width: 32px;
    height: 32px;
    cursor: pointer;
    margin-right: 4px;
  }
}
@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: -8px;
  }
  header .nav-btn span:nth-of-type(3) {
    margin-top: 8px;
  }
}
@media screen and (max-width: 991px) and (max-width: 767px) {
  header .nav-btn span:nth-of-type(1) {
    margin-top: -7px;
  }
  header .nav-btn span:nth-of-type(3) {
    margin-top: 7px;
  }
}
@media screen and (max-width: 991px) {
  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;
    padding-top: 120px;
    position: absolute;
    top: 0;
    right: 0;
    transform: translateX(100%);
    transition: all 0.36s ease;
  }
}
header .header-menu .header-menu-inner {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 991px) {
  header .header-menu .header-menu-inner {
    display: block;
    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 {
  margin-right: 0.6em;
}
@media screen and (max-width: 991px) {
  header .header-menu nav {
    margin-right: 0;
  }
}
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 {
  padding: 0 max(1.875rem, 1em);
  border-left: solid 1px #d7d7d7;
}
@media screen and (max-width: 991px) {
  header .header-menu nav ul li {
    padding: 0;
    border-left: none;
  }
}
header .header-menu nav ul li a {
  position: relative;
}
@media screen and (max-width: 991px) {
  header .header-menu nav ul li a {
    padding: 0.6em 2em;
    margin-top: 1em;
  }
}
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:nth-of-type(2) {
  border-left: none;
}
header .header-menu nav ul li.__current a::before {
  transform: scaleX(1);
}
@media screen and (max-width: 991px) {
  header .header-menu .header-contact {
    width: calc(100% - 4em);
    margin: 0 auto;
    margin-top: 2em;
  }
}
header .header-menu .header-contact.__current a {
  pointer-events: none;
}
header .header-menu .header-contact.__current a::before {
  transform: translateY(-50%) scaleX(1);
}
header .header-menu .header-contact a {
  font-size: 0.9em;
  padding: 0.48em 1.2em;
  padding-right: 1em;
}
@media screen and (max-width: 991px) {
  header .header-menu .header-contact a {
    justify-content: space-between;
  }
}
header .header-menu .header-contact a span.__txt {
  margin-right: 1.4em;
}
header .header-menu .header-contact a span.__arrow {
  padding: 0.6em 0.8em;
  padding-right: 0;
}

/* sec-contact
---------------------------------------------------- */
.sec-contact {
  color: #fff;
  background-image: url(../images/contact-bgimg.jpg);
  background-size: cover;
  background-position: 50% 50%;
}
.sec-contact::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  display: block;
  background-color: #005195;
  opacity: 0.8;
}
.sec-contact .sec-inner {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 991px) {
  .sec-contact .sec-inner {
    display: block;
  }
}
.sec-contact .sec-inner .left-content {
  flex-shrink: 0;
  margin-right: 12.5rem;
}
@media screen and (max-width: 991px) {
  .sec-contact .sec-inner .left-content {
    margin-right: 0;
  }
}
.sec-contact .sec-inner .left-content .sec-txt {
  margin-top: 3em;
}
@media screen and (max-width: 991px) {
  .sec-contact .sec-inner .left-content .sec-txt {
    margin-top: 2em;
  }
}
.sec-contact .sec-inner .right-content {
  width: 100%;
  margin-top: -0.6em;
}
@media screen and (max-width: 991px) {
  .sec-contact .sec-inner .right-content {
    margin-top: 4em;
  }
}
@media screen and (max-width: 767px) {
  .sec-contact .sec-inner .right-content {
    margin-top: 3em;
  }
}
.sec-contact .sec-inner .right-content .content-wrap.__tel .flex-wrap {
  display: flex;
  align-items: baseline;
}
@media screen and (max-width: 1199px) {
  .sec-contact .sec-inner .right-content .content-wrap.__tel .flex-wrap {
    display: block;
  }
}
@media screen and (max-width: 991px) {
  .sec-contact .sec-inner .right-content .content-wrap.__tel .flex-wrap {
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .sec-contact .sec-inner .right-content .content-wrap.__tel .flex-wrap {
    display: block;
  }
}
.sec-contact .sec-inner .right-content .content-wrap.__tel .flex-wrap .note-txt {
  margin-left: 1em;
}
@media screen and (max-width: 1199px) {
  .sec-contact .sec-inner .right-content .content-wrap.__tel .flex-wrap .note-txt {
    margin-left: 0;
  }
}
@media screen and (max-width: 991px) {
  .sec-contact .sec-inner .right-content .content-wrap.__tel .flex-wrap .note-txt {
    margin-left: 1em;
  }
}
@media screen and (max-width: 767px) {
  .sec-contact .sec-inner .right-content .content-wrap.__tel .flex-wrap .note-txt {
    margin-left: 0;
  }
}
.sec-contact .sec-inner .right-content .content-wrap.__mail {
  margin-top: 3em;
}
@media screen and (max-width: 767px) {
  .sec-contact .sec-inner .right-content .content-wrap.__mail {
    margin-top: 2.4em;
  }
}
.sec-contact .sec-inner .right-content .content-wrap.__mail .__linkbtn01 {
  margin-top: 1em;
}

/* footer
---------------------------------------------------- */
footer {
  position: relative;
  z-index: 2;
}
footer.__bg-hexagon::before {
  margin-top: 20rem;
  opacity: 0.8;
}
@media screen and (max-width: 1199px) {
  footer.__bg-hexagon::before {
    margin-top: 360px;
  }
}
footer .footer-inner .flex-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 1199px) {
  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: 342px;
  }
}
@media screen and (max-width: 1199px) {
  footer .footer-inner .flex-wrap .footer-left .footer-logo {
    width: 288px;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-inner .flex-wrap .footer-left .footer-logo {
    width: 216px;
  }
}
footer .footer-inner .flex-wrap .footer-left .footer-logo img {
  width: 100%;
  height: auto;
}
footer .footer-inner .flex-wrap .footer-left .footer-info {
  display: flex;
  margin-top: 3em;
}
@media screen and (max-width: 991px) {
  footer .footer-inner .flex-wrap .footer-left .footer-info {
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-inner .flex-wrap .footer-left .footer-info {
    display: block;
    margin-top: 2em;
  }
}
footer .footer-inner .flex-wrap .footer-left .footer-info dl {
  border-left: solid 1px #d7d7d7;
  padding-left: max(1.875rem, 1em);
}
@media screen and (max-width: 991px) {
  footer .footer-inner .flex-wrap .footer-left .footer-info dl {
    width: calc(50% - 1em);
  }
}
@media screen and (max-width: 767px) {
  footer .footer-inner .flex-wrap .footer-left .footer-info dl {
    width: 100%;
  }
}
footer .footer-inner .flex-wrap .footer-left .footer-info dl:nth-of-type(2) {
  margin-left: 3em;
}
@media screen and (max-width: 767px) {
  footer .footer-inner .flex-wrap .footer-left .footer-info dl:nth-of-type(2) {
    margin-left: 0;
    margin-top: 2em;
  }
}
footer .footer-inner .flex-wrap .footer-left .footer-info dl dt {
  font-weight: 700;
}
footer .footer-inner .flex-wrap .footer-left .footer-info dl dd {
  font-size: 0.95em;
  margin-top: 0.4em;
}
footer .footer-inner .flex-wrap .footer-left .footer-info dl dd a {
  display: inline;
  font-size: 1em;
}
footer .footer-inner .flex-wrap .footer-left .footer-info dl dd span.__contact {
  display: block;
  border: solid 1px #909090;
  text-align: center;
  font-size: 0.9em;
  line-height: 1.4em;
  padding: 0.48em 1em;
  margin-top: 1em;
}
footer .footer-inner .flex-wrap .footer-right {
  flex-shrink: 0;
  margin-top: 1em;
}
@media screen and (max-width: 1199px) {
  footer .footer-inner .flex-wrap .footer-right {
    margin-top: 3em;
  }
}
footer .footer-inner .flex-wrap .footer-right .footer-menu ul {
  display: flex;
  flex-wrap: wrap;
}
footer .footer-inner .flex-wrap .footer-right .footer-menu ul li {
  padding: 0 max(1.875rem, 1em);
  border-left: solid 1px #d7d7d7;
}
@media screen and (max-width: 1199px) {
  footer .footer-inner .flex-wrap .footer-right .footer-menu ul li {
    padding: 0 2em;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-inner .flex-wrap .footer-right .footer-menu ul li {
    padding: 0;
    margin-top: 1em;
    border-left: none;
    width: 33.3333333333%;
  }
}
footer .footer-inner .flex-wrap .footer-right .footer-menu ul li:last-of-type {
  border-right: solid 1px #d7d7d7;
}
@media screen and (max-width: 767px) {
  footer .footer-inner .flex-wrap .footer-right .footer-menu ul li:last-of-type {
    border-right: none;
  }
}
footer .footer-inner .flex-wrap .footer-right .footer-contact {
  margin-top: 2em;
  margin-left: auto;
}
@media screen and (max-width: 1199px) {
  footer .footer-inner .flex-wrap .footer-right .footer-contact {
    margin-left: 0;
    margin-top: 1.6em;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-inner .flex-wrap .footer-right .footer-contact {
    width: -moz-fit-content;
    width: fit-content;
  }
}
footer .footer-inner .flex-wrap .footer-right .footer-contact a {
  font-size: 0.9em;
  padding: 0.48em 1.2em;
  padding-right: 1em;
}
footer .footer-inner .flex-wrap .footer-right .footer-contact a span.__txt {
  margin-right: 1.4em;
}
footer .footer-inner .flex-wrap .footer-right .footer-contact a span.__arrow {
  padding: 0.6em 0.8em;
  padding-right: 0;
}
footer .footer-inner #pagetop {
  margin-top: 3em;
}
@media screen and (max-width: 767px) {
  footer .footer-inner #pagetop {
    margin-top: 4em;
  }
}
footer .footer-inner #pagetop a {
  display: flex;
  align-items: center;
  border-bottom: solid 1px #005b9a;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
footer .footer-inner #pagetop a p {
  color: #005b9a;
}
footer .footer-inner #pagetop a .__arrow {
  overflow: clip;
  height: 1.2em;
  margin-left: 1.6em;
  margin-right: 0.4em;
}
footer .footer-inner #pagetop a .__arrow img {
  width: 0.6em;
  height: auto;
}
footer .footer-inner #pagetop a .__arrow img.__initial {
  animation: loopTop_01 1.6s -0.8s linear infinite;
}
footer .footer-inner #pagetop a .__arrow img.__top {
  animation: loopTop_02 1.6s linear infinite;
}
@keyframes loopTop_01 {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(-100%);
  }
}
@keyframes loopTop_02 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-200%);
  }
}
footer .footer-inner .footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border-top: solid 1px #909090;
  padding: 2em 0;
  margin-top: 3em;
}
@media screen and (max-width: 767px) {
  footer .footer-inner .footer-bottom {
    display: block;
  }
}
footer .footer-inner .footer-bottom .partner p {
  font-size: 0.9em;
}
@media screen and (max-width: 767px) {
  footer .footer-inner .footer-bottom .partner p {
    text-align: center;
    font-size: 0.85em;
  }
}
footer .footer-inner .footer-bottom .partner p a {
  display: inline-block;
}
footer .footer-inner .footer-bottom .partner p img {
  display: inline-block;
  width: 10em;
  height: auto;
  margin-left: 1em;
}
@media screen and (max-width: 767px) {
  footer .footer-inner .footer-bottom .copyright {
    margin-top: 2em;
  }
}
footer .footer-inner .footer-bottom .copyright p {
  font-weight: 400;
  font-size: 0.8em;
  color: #909090;
}
@media screen and (max-width: 767px) {
  footer .footer-inner .footer-bottom .copyright p {
    text-align: center;
  }
}/*# sourceMappingURL=common.css.map */