@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Caprasimo&display=swap");
/* CSS Document */
body {
  background-color: #002446 !important;
  color: #fff;
  font-family: "noto-sans-cjk-jp", sans-serif;
}

body .bg-img-wrap {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

body.on .bg-img-wrap .bg-img {
  display: none;
}

body .bg-img-wrap {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

body.on .bg-img-wrap .bg-img {
  display: none;
}

a {
  display: inline-block;
  transition: ease 0.3s;
}

a:hover {
  opacity: 0.5;
}

a p,
a {
  color: #ffffff;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.font-black {
  font-weight: 900;
}

.loader {
  display: none;
}

.main-wrap {
  overflow: hidden;
}

.pd_wrap {
  padding: 150px 100px 0;
}

.pd_wrap_all {
  padding: 150px 100px 150px;
}

.pd_wrap_side {
  padding-left: 100px;
  padding-right: 100px;
}

/* ---------- common ---------- */
.pagetitle .txt-box {
  width: 30%;
}

.pagetitle .img-box {
  height: 450px;
  width: 70%;
}

.link-wrap {
  gap: 30px 50px;
  padding-top: 10px;
}

.link-wrap a {
  padding-left: 50px;
  position: relative;
}

.link-wrap a:hover {
  opacity: 1;
}

.link-wrap a .icon {
  background-color: #f0f0f0;
  border-radius: 50%;
  height: 30px;
  left: 5px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: ease 0.3s;
  width: 30px;
}

.link-wrap a .icon i {
  color: #001d3b;
  font-size: 12px;
  opacity: 0.6;
}

.link-wrap a:hover .icon {
  background-color: #001d3b;
  height: 40px;
  left: 0;
  width: 40px;
}

.link-wrap a:hover .icon i {
  color: #fff;
  opacity: 1;
}

.more-wrap {
  gap: 20px 40px;
}

.more {
  text-align: center;
}

.more a {
  border-radius: 100px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  padding: 15px 60px;
  position: relative;
}

.more a::after {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: translateX(-100%);
  transition: ease 0.4s;
  width: 100%;
  z-index: 1;
}

.more a:hover::after {
  transform: translateX(0);
}

.more a:hover {
  opacity: 1 !important;
}

.more a i,
.more a p {
  transition: ease 0.3s;
}

.more a i {
  font-size: 20px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

.more a p {
  font-size: 18px;
  font-weight: 700;
  position: relative;
  z-index: 2;
}

.more1 a {
  background-color: #fff;
}

.more1 a::after {
  background-color: #ed1b24;
}

.more1 a p,
.more1 a i {
  color: #ed1b24;
}

.more1 a:hover p,
.more1:hover a i {
  color: #fff;
}

/* ---------- header ---------- */
/* ANIME */
.sc-anime.topin.on {
  opacity: 0;
  transform: translateY(-50px);
}

.sc-anime.topin.on.active {
  -webkit-animation-name: topin;
  -webkit-animation-duration: 1.2s;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  animation-duration: 1.2s;
  animation-fill-mode: forwards;
  animation-name: topin;
  animation-timing-function: ease;
}

.sc-anime.bottomin.on {
  opacity: 0;
  transform: translateY(50px);
}

.sc-anime.bottomin.on.active {
  -webkit-animation-name: bottomin;
  -webkit-animation-duration: 1.2s;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  animation-duration: 1.2s;
  animation-fill-mode: forwards;
  animation-name: bottomin;
  animation-timing-function: ease;
}

.sc-anime.leftin.on {
  opacity: 0;
  transform: translateX(-50px);
}

.sc-anime.leftin.on.active {
  -webkit-animation-name: leftin;
  -webkit-animation-duration: 1.2s;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  animation-duration: 1.2s;
  animation-fill-mode: forwards;
  animation-name: leftin;
  animation-timing-function: ease;
}

.sc-anime.rightin.on {
  opacity: 0;
  transform: translateX(50px);
}

.sc-anime.rightin.on.active {
  -webkit-animation-name: rightin;
  -webkit-animation-duration: 1.2s;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  animation-duration: 1.2s;
  animation-fill-mode: forwards;
  animation-name: rightin;
  animation-timing-function: ease;
}

.sc-anime.fadein.on {
  opacity: 0;
}

.sc-anime.fadein.on.active {
  -webkit-animation-name: fadein;
  -webkit-animation-duration: 1.2s;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  animation-duration: 1.2s;
  animation-fill-mode: forwards;
  animation-name: fadein;
  animation-timing-function: ease;
}

.sc-anime.blurin.on {
  -ms-filter: blur(6px);
  filter: blur(6px);
  opacity: 0;
}

.sc-anime.blurin.on.active {
  -webkit-animation-name: blurin;
  -webkit-animation-duration: 1.2s;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  animation-duration: 1.2s;
  animation-fill-mode: forwards;
  animation-name: blurin;
  animation-timing-function: ease;
}

@-webkit-keyframes topin {
  0% {
    opacity: 0;
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

@keyframes topin {
  0% {
    opacity: 0;
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@-webkit-keyframes bottomin {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes bottomin {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@-webkit-keyframes leftin {
  0% {
    opacity: 0;
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}
@keyframes leftin {
  0% {
    opacity: 0;
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}
@-webkit-keyframes rightin {
  0% {
    opacity: 0;
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}
@keyframes rightin {
  0% {
    opacity: 0;
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}
@-webkit-keyframes upin {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes upin {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes blurin {
  0% {
    -ms-filter: blur(6px);
    filter: blur(6px);
    opacity: 0;
  }
  100% {
    -ms-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
  }
}
@keyframes blurin {
  0% {
    -ms-filter: blur(6px);
    filter: blur(6px);
    opacity: 0;
  }
  100% {
    -ms-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
  }
}
/* color */
.txt-color-normal {
  color: #666666;
}

.txt-white {
  color: #ffffff;
}

.txt-red {
  color: red;
}

.txt-color1 {
  color: #009045;
}

.txt-color2 {
  color: #f5911e;
}

.txt-color3 {
  color: #ed1b24;
}

.txt-color4 {
  color: #001d3b;
}

.bg-white {
  background-color: #ffffff;
}

.bg-black {
  background-color: black;
}

.bg-color1 {
  background-color: #009045;
}

.bg-color2 {
  background-color: #f5911e;
}

.bg-color3 {
  background-color: #ed1b24;
}

.bg-color4 {
  background-color: #001d3b;
}

.border-color1 {
  border-color: #009045;
}

.border-color2 {
  border-color: #f5911e;
}

.border-color3 {
  border-color: #ed1b24;
}

.border-color4 {
  border-color: #001d3b;
}

.hvr-txt-color-normal:hover {
  color: #666666;
}

.hvr-txt-white:hover {
  color: #ffffff;
}

.hvr-txt-red:hover {
  color: red;
}

.hvr-txt-color1:hover {
  color: #009045;
}

.hvr-txt-color2:hover {
  color: #f5911e;
}

.hvr-txt-color3:hover {
  color: #ed1b24;
}

.hvr-txt-color4:hover {
  color: #001d3b;
}

.hvr-bg-white:hover {
  background-color: #ffffff;
}

.hvr-bg-black:hover {
  background-color: black;
}

.hvr-bg-color1:hover {
  background-color: #009045;
}

.hvr-bg-color2:hover {
  background-color: #f5911e;
}

.hvr-bg-color3:hover {
  background-color: #ed1b24;
}

.hvr-bg-color4:hover {
  background-color: #001d3b;
}

.hvr-border-color1:hover {
  border-color: #009045;
}

.hvr-border-color2:hover {
  border-color: #f5911e;
}

.hvr-border-color3:hover {
  border-color: #ed1b24;
}

.hvr-border-color4:hover {
  border-color: #001d3b;
}

/* ---------- IEのみ ---------- */
/* ---------- 1280px ~ ---------- */
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px) {
  .pd_wrap {
    padding: 150px 50px 0;
  }

  .pd_wrap_all {
    padding: 150px 50px 150px;
  }

  .pd_wrap_side {
    padding-left: 50px;
    padding-right: 50px;
  }

  /* ---------- common ---------- */
  .pagetitle .img-box {
    height: 400px;
  }

  .more a {
    padding: 15px 60px;
  }

  .more a p {
    font-size: 16px;
  }

  /* ---------- footer ---------- */
}
/* ---------- 1080px ~ ---------- */
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px) {
  .pd_wrap {
    padding: 100px 50px 0;
  }

  .pd_wrap_all {
    padding: 100px 50px 100px;
  }

  .pd_wrap_side {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@-webkit-keyframes menuin {
  0% {
    -ms-filter: blur(6px);
    filter: blur(6px);
    opacity: 0;
    transform: translateY(50%);
  }
  100% {
    -ms-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes menuin {
  0% {
    -ms-filter: blur(6px);
    filter: blur(6px);
    opacity: 0;
    transform: translateY(50%);
  }
  100% {
    -ms-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
    transform: translateY(0);
  }
}
/* ---------- スマートフォン ---------- */
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px) {
  .pd_wrap {
    padding: 80px 5% 0;
  }

  .pd_wrap_all {
    padding: 80px 5% 80px;
  }

  .pd_wrap_side {
    padding-left: 5%;
    padding-right: 5%;
  }

  /* ---------- common ---------- */
  .link-wrap {
    gap: 30px 30px;
  }

  .link-wrap a {
    padding-left: 45px;
  }

  .link-wrap a .icon {
    height: 25px;
    width: 25px;
  }

  .link-wrap a .icon i {
    font-size: 10px;
  }

  .link-wrap a:hover .icon {
    height: 35px;
    width: 35px;
  }

  .pagetitle .txt-box {
    padding: 40px 10px;
    width: 100%;
  }

  .pagetitle .img-box {
    height: 200px;
    width: 100%;
  }

  .more a {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 15px 50px;
  }

  .more a p {
    font-size: 14px;
  }

  .more a i {
    font-size: 14px;
  }
}
/* ---------- 350px ~ ---------- */
/*----------------------------------------------------------
ヘッダー
------------------------------------------------------------*/
.header {
  align-items: center;
  background-color: #002446;
  flex-wrap: nowrap;
  left: 0;
  padding-bottom: 20px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 17px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}
@media screen and (max-width: 768px) {
  .header {
    padding-bottom: 10px;
    padding-right: 15px;
    padding-right: 15px;
    padding-top: 10px;
  }
}
.header .logos {
  align-items: center;
  display: flex;
  gap: 48px;
}
@media screen and (max-width: 1080px) {
  .header .logos {
    gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  .header .logos {
    gap: 12px;
  }
}
.header .logos .sub {
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .header .logos .sub {
    font-size: 10px;
  }
}
.header .logo {
  max-width: 211px;
}
@media screen and (max-width: 768px) {
  .header .logo {
    max-width: 118px;
  }
}
.header .logo a,
.header .logo img {
  display: block;
}

.header.on {
  background-color: transparent !important;
}

.header .head_nav {
  align-items: center;
  flex-grow: 1;
  flex-wrap: nowrap;
  gap: 40px;
  justify-content: flex-end;
  padding-left: 20px;
  padding-right: 50px;
}
@media screen and (max-width: 1680px) {
  .header .head_nav {
    gap: 20px;
    padding-right: 35px;
  }
}
@media screen and (max-width: 1400px) {
  .header .head_nav {
    display: none !important;
  }
}
.header .head_nav a p {
  color: #d12b15;
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 1680px) {
  .header .head_nav a p {
    font-size: 16px;
  }
}

/*----------------------------------------------------------
ハンバーガーメニュー
------------------------------------------------------------*/
.menu-bt {
  align-items: center;
  background-color: #031628;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  height: 44px;
  justify-content: center;
  justify-content: center;
  transition: all 0.3s ease;
  width: 70px;
}
@media screen and (min-width: 769px) {
  .menu-bt:hover {
    background-color: #0180b0;
    cursor: pointer;
    opacity: 1;
  }
  .menu-bt:hover .line {
    background-color: #031628 !important;
  }
}
@media (max-width: 576px) {
  .menu-bt {
    height: 40px;
    width: 50px;
  }
}
.menu-bt .menu-lines {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 11px;
  justify-content: center;
  position: relative;
  width: 38px;
}
@media screen and (max-width: 576px) {
  .menu-bt .menu-lines {
    width: 26px;
  }
}
.menu-bt .menu-lines .line {
  background-color: #0180b0;
  height: 2px;
  left: 0;
  position: absolute;
  transform-origin: center;
  transition: all 0.3s ease;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .menu-bt .menu-lines .line {
    height: 2px;
  }
}
.menu-bt .menu-lines .line:nth-of-type(1) {
  top: 0;
}
.menu-bt .menu-lines .line:nth-of-type(2) {
  bottom: 0px;
  transform: translateY(-50%);
  width: 100%;
}
.menu-bt.active {
  background-color: #0180b0;
}
.menu-bt.active .line {
  background-color: #031628;
}
.menu-bt.active .line:nth-of-type(1) {
  top: 50%;
  transform: rotate(30deg);
  width: 100%;
}
.menu-bt.active .line:nth-of-type(2) {
  bottom: auto;
  top: 50%;
  transform: rotate(-30deg);
  width: 100%;
}

@media screen and (max-width: 1080px) {
  .head_nav-wrap {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (max-width: 768px) {
  .header {
    padding-left: 15px;
  }
}
.header.on .head_nav {
  opacity: 0;
  pointer-events: none;
}

/* ーーーーーーーーーーーー'オープン時メニュー'ーーーーーーーーーーーーーー*/
.menu-wrap {
  background-color: #031628;
  display: none;
  height: auto;
  height: 100vh;
  overflow-y: auto;
  position: fixed;
  right: 0;
  top: 0;
  width: 460px;
  z-index: 998;
}
@media screen and (max-width: 768px) {
  .menu-wrap {
    -webkit-overflow-scrolling: touch;
    width: 400px;
  }
}
@media screen and (max-width: 576px) {
  .menu-wrap {
    width: 80%;
  }
}

.menu-wrap > div {
  height: auto;
  overflow: auto;
  padding-bottom: 220px;
  padding-left: 50px;
  padding-top: 110px;
  transition: all 0.3s ease;
  width: 100%;
}
@media screen and (max-width: 1080px) {
  .menu-wrap > div {
    padding-left: 35px;
  }
}
@media screen and (max-width: 768px) {
  .menu-wrap > div {
    padding-left: 25px;
  }
}
@media screen and (max-width: 576px) {
  .menu-wrap > div {
    height: 100%;
    padding-left: 15px;
  }
}

.menu-wrap > div .ul {
  border-top: 1px solid #152d43;
  flex-direction: column;
  justify-content: center;
  transition: all 0.3s ease;
  width: 100%;
}
.menu-wrap > div .ul .li {
  align-items: center;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  transition: all 0.3s ease;
  width: 100%;
}
.menu-wrap > div .ul .li a {
  align-items: center;
  border-bottom: 1px solid #152d43;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: space-between;
  padding-bottom: 22px;
  padding-right: 30px;
  padding-top: 22px;
  transition: all 0.3s ease;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .menu-wrap > div .ul .li a {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
    padding-bottom: 18px;
    padding-right: 25px;
    padding-top: 18px;
  }
}
@media screen and (max-width: 576px) {
  .menu-wrap > div .ul .li a {
    padding-bottom: 15px;
    padding-right: 15px;
    padding-top: 15px;
  }
}
.menu-wrap > div .ul .li a .jp {
  color: #b7c6dd;
  flex-shrink: 0;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0.03em;
  line-height: 1;
}
@media screen and (max-width: 1080px) {
  .menu-wrap > div .ul .li a .jp {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .menu-wrap > div .ul .li a .jp {
    font-size: 11px;
  }
}
.menu-wrap > div .ul .li a .en {
  color: #0180b0;
  flex-shrink: 0;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 24px;
  line-height: 1;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .menu-wrap > div .ul .li a .en {
    font-size: 22px;
  }
}
@media screen and (max-width: 576px) {
  .menu-wrap > div .ul .li a .en {
    font-size: 20px;
  }
}

/*----------------------------------------------------------
online-shop
------------------------------------------------------------*/
.online-shop {
  background-color: #001b35;
  padding-bottom: 60px;
  padding-top: 60px;
}
@media screen and (max-width: 768px) {
  .online-shop {
    padding-bottom: 30px;
    padding-top: 30px;
  }
}
.online-shop a {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 900px;
  transition: all 0.3s ease;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .online-shop a {
    max-width: 90%;
  }
}
@media screen and (max-width: 576px) {
  .online-shop a {
    max-width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .online-shop a:hover {
    cursor: pointer;
    opacity: 0.6;
  }
}

body:not(.on) .online-shop img.is-tb-pc {
  max-width: 800px;
  width: 100%;
}
body:not(.on) .online-shop img.is-sp {
  max-width: 400px;
  width: 100%;
}
body:not(.on) .online-shop .img img {
  display: inline-block;
  max-width: 400px;
  width: 100%;
}

/*----------------------------------------------------------
footer
------------------------------------------------------------*/
.footer {
  background-color: #000;
  padding-bottom: 60px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 80px;
}
@media screen and (max-width: 1080px) {
  .footer {
    padding-bottom: 50px;
    padding-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .footer {
    padding-bottom: 40px;
    padding-top: 40px;
  }
}
.footer .contact-btn {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
.footer .ttls .en {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 50px;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 1080px) {
  .footer .ttls .en {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  .footer .ttls .en {
    font-size: 32px;
  }
}
@media screen and (max-width: 576px) {
  .footer .ttls .en {
    font-size: 28px;
  }
}
.footer .ttls .ttl {
  color: #0198cd;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  margin-top: 10px;
  text-align: right;
}
@media screen and (max-width: 1080px) {
  .footer .ttls .ttl {
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  .footer .ttls .ttl {
    font-size: 12px;
    margin-top: 4px;
  }
}
.footer .address {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 30px;
  text-align: center;
}
@media screen and (max-width: 1080px) {
  .footer .address {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .footer .address {
    font-size: 14px;
    margin-top: 15px;
  }
}
@media screen and (max-width: 576px) {
  .footer .address {
    font-size: 12px;
  }
}
.footer .address span {
  color: #fff !important;
  font-family: "Barlow Condensed", sans-serif;
}
.footer .tel {
  display: block;
}
.footer .tel p {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 1080px) {
  .footer .tel p {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .footer .tel p {
    font-size: 14px;
  }
}
@media screen and (max-width: 576px) {
  .footer .tel p {
    font-size: 12px;
  }
}
.footer .logo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 45px;
  max-width: 211px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .footer .logo {
    margin-top: 40px;
    max-width: 155px;
  }
}
@media screen and (max-width: 576px) {
  .footer .logo {
    margin-top: 45px;
    max-width: 150px;
  }
}
.footer .box {
  border-bottom: 1px solid #1c1c1c;
  border-top: 1px solid #1c1c1c;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-top: 55px;
}
@media screen and (max-width: 768px) {
  .footer .box {
    border-bottom: none;
    margin-top: 40px;
  }
}
.footer .flex {
  display: flex;
  gap: 0px 43px;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  width: 100%;
}
@media screen and (max-width: 1080px) {
  .footer .flex {
    gap: 0px 20px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 768px) {
  .footer .flex {
    align-items: stretch;
    gap: 0;
    justify-content: space-between;
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media screen and (max-width: 768px) {
  .footer .flex .li {
    border-bottom: 1px solid #1c1c1c;
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .footer .flex .li:nth-of-type(odd) {
    border-right: 1px solid #1c1c1c;
  }
}
.footer .flex a {
  display: block;
  padding-bottom: 23px;
  padding-top: 23px;
}
@media screen and (max-width: 768px) {
  .footer .flex a {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    min-height: 90px;
    padding-bottom: 0;
    padding-top: 0;
  }
}
@media screen and (max-width: 576px) {
  .footer .flex a {
    min-height: 80px;
  }
}
.footer .flex a .en {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .footer .flex a .en {
    font-size: 21px;
    line-height: 1.1;
  }
}
@media screen and (max-width: 576px) {
  .footer .flex a .en {
    font-size: 18px;
  }
}
.footer .flex a .jp {
  color: #0198cd;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  margin-top: 6px;
  text-align: center;
  word-break: keep-all;
}
@media screen and (max-width: 768px) {
  .footer .flex a .jp {
    font-size: 12px;
    line-height: 1.4;
    margin-top: 3px;
    text-align: center;
  }
}
@media screen and (max-width: 576px) {
  .footer .flex a .jp {
    font-size: 10px;
  }
}

/* ーーーーーーーーーーーー'コピーライト'ーーーーーーーーーーーーーー*/
.copyright {
  color: #494949;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1;
  margin-top: 30px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .copyright {
    font-size: 12px;
    margin-top: 15px;
  }
}
@media screen and (max-width: 576px) {
  .copyright {
    font-size: 10px;
  }
}

body.on .footer .arrow {
  background-color: #005170;
  bottom: 0;
  display: inline-block;
  height: 6px;
  margin: 31.8px 0;
  position: relative;
  right: 3px;
  transform: translateY(-50%);
  transition: all 0.3s ease;
  width: 70px;
  z-index: 1;
}
@media screen and (max-width: 1280px) {
  body.on .footer .arrow {
    margin: 25px 0;
    width: 70px;
  }
}
@media screen and (max-width: 1080px) {
  body.on .footer .arrow {
    width: 50px;
  }
}
@media screen and (max-width: 768px) {
  body.on .footer .arrow {
    bottom: 0px;
    height: 4px;
    margin: 20px 0;
    width: 45px;
  }
}
@media screen and (max-width: 576px) {
  body.on .footer .arrow {
    margin: 14px 0;
    width: 30px;
  }
}
body.on .footer .arrow::before,
body.on .footer .arrow::after {
  background-color: #005170;
  content: "";
  height: 6px;
  position: absolute;
  right: -3px;
  top: calc(50% - 5px);
  transform-origin: calc(100% - 4.5px) 50%;
  transition: all 0.3s ease;
  width: 48px;
}
@media screen and (max-width: 1280px) {
  body.on .footer .arrow::before,
body.on .footer .arrow::after {
    top: calc(50% - 4.5px);
    width: 45px;
  }
}
@media screen and (max-width: 1080px) {
  body.on .footer .arrow::before,
body.on .footer .arrow::after {
    width: 35px;
  }
}
@media screen and (max-width: 768px) {
  body.on .footer .arrow::before,
body.on .footer .arrow::after {
    height: 4px;
    top: calc(50% - 4.5px);
    width: 30px;
  }
}
@media screen and (max-width: 576px) {
  body.on .footer .arrow::before,
body.on .footer .arrow::after {
    width: 22px;
  }
}
body.on .footer .arrow::before {
  transform: rotate(45deg) skewX(-45deg);
}
body.on .footer .arrow::after {
  margin-top: 5px;
  transform: rotate(-45deg) skewX(45deg);
}
/*# sourceMappingURL=sourcemaps/style.css.map */