@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap");
/* CSS Document */
body {
  background-color: #0c0c0c !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: rgba(3, 3, 3, 0.9);
  flex-wrap: nowrap;
  left: 0;
  padding-bottom: 23px;
  padding-left: 150px;
  padding-right: 50px;
  padding-top: 23px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}
@media screen and (max-width: 1280px) {
  .header {
    padding-left: 100px;
  }
}
@media screen and (max-width: 1080px) {
  .header {
    padding-left: 30px;
    padding-right: 35px;
  }
}
@media screen and (max-width: 768px) {
  .header {
    padding-bottom: 11px;
    padding-left: 15px;
    padding-right: 25px;
    padding-top: 11px;
  }
}
@media screen and (max-width: 576px) {
  .header {
    padding-right: 15px;
  }
}


.header .logo {
  max-width: 244px;
  width: 30%;
}
@media screen and (max-width: 768px) {
  .header .logo {
    width: 36%;
  }
}
@media screen and (max-width: 576px) {
  .header .logo {
    width: 40%;
  }
}
.header .logo a,
.header .logo img {
  display: block;
}

.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: #222428;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  height: 54px;
  justify-content: center;
  justify-content: center;
  transition: all 0.3s ease;
  width: 54px;
}
@media screen and (min-width: 769px) {
  .menu-bt:hover {
    background-color: #b7c6dd;
    cursor: pointer;
    opacity: 1;
  }
  .menu-bt:hover .line {
    background-color: #222428 !important;
  }
}
@media (max-width: 576px) {
  .menu-bt {
    height: 40px;
    width: 40px;
  }
}
.menu-bt .menu-lines {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 18px;
  justify-content: center;
  position: relative;
  width: 30px;
}
@media screen and (max-width: 576px) {
  .menu-bt .menu-lines {
    height: 14px;
    width: 20px;
  }
}
.menu-bt .menu-lines .line {
  background-color: #b7c6dd;
  height: 3px;
  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) {
  top: 50%;
  transform: translateY(-50%);
  width: 23px;
}
@media screen and (max-width: 576px) {
  .menu-bt .menu-lines .line:nth-of-type(2) {
    width: 15px;
  }
}
.menu-bt .menu-lines .line:nth-of-type(3) {
  bottom: 1px;
  width: 16px;
}
@media screen and (max-width: 576px) {
  .menu-bt .menu-lines .line:nth-of-type(3) {
    bottom: 0;
    width: 10px;
  }
}
.menu-bt.active {
  background-color: #b7c6dd;
}
.menu-bt.active .line {
  background-color: #222428;
}
.menu-bt.active .line:nth-of-type(1) {
  top: 50%;
  transform: rotate(45deg);
  width: 100%;
}
.menu-bt.active .line:nth-of-type(2) {
  opacity: 0;
}
.menu-bt.active .line:nth-of-type(3) {
  bottom: auto;
  top: 50%;
  transform: rotate(-45deg);
  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: #000000;
  display: none;
  height: auto;
  height: 100vh;
  overflow-y: auto;
  position: fixed;
  right: 0;
  top: 0;
  width: 440px;
  z-index: 998;
}
@media screen and (max-width: 1080px) {
  .menu-wrap {
    width: 400px;
  }
}
@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 .btn-wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 40px;
  padding-right: 50px;
  width: 100%;
}
@media screen and (max-width: 1080px) {
  .menu-wrap .btn-wrap {
    margin-top: 30px;
    padding-right: 35px;
  }
}
@media screen and (max-width: 768px) {
  .menu-wrap .btn-wrap {
    padding-right: 25px;
  }
}
@media screen and (max-width: 576px) {
  .menu-wrap .btn-wrap {
    gap: 15px;
    padding-right: 15px;
  }
}
.menu-wrap .tel-btn {
  align-items: center;
  border: 1px solid #3b3b3b;
  display: flex;
  gap: 9px;
  height: 90px;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 420px;
  width: 100%;
}
@media screen and (max-width: 1080px) {
  .menu-wrap .tel-btn {
    height: 80px;
  }
}
@media screen and (max-width: 768px) {
  .menu-wrap .tel-btn {
    height: 60px;
    max-width: 250px;
  }
}
@media screen and (max-width: 576px) {
  .menu-wrap .tel-btn {
    height: 50px;
  }
}
.menu-wrap .tel-btn img {
  display: block;
  flex-shrink: 0;
  width: 16px;
}
@media screen and (max-width: 1080px) {
  .menu-wrap .tel-btn img {
    width: 17px;
  }
}
@media screen and (max-width: 768px) {
  .menu-wrap .tel-btn img {
    width: 16px;
  }
}
@media screen and (max-width: 576px) {
  .menu-wrap .tel-btn img {
    width: 15px;
  }
}
.menu-wrap .tel-btn p {
  color: #fff;
  font-family: "aktiv-grotesk-condensed", sans-serif;
  font-size: 21px;
  font-weight: 100;
}
@media screen and (max-width: 1080px) {
  .menu-wrap .tel-btn p {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .menu-wrap .tel-btn p {
    font-size: 16px;
  }
}
@media screen and (max-width: 576px) {
  .menu-wrap .tel-btn p {
    font-size: 14px;
  }
}
.menu-wrap .mail-btn {
  align-items: center;
  border: 1px solid #3b3b3b;
  display: flex;
  gap: 9px;
  height: 90px;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 420px;
  width: 100%;
}
@media screen and (max-width: 1080px) {
  .menu-wrap .mail-btn {
    height: 80px;
  }
}
@media screen and (max-width: 768px) {
  .menu-wrap .mail-btn {
    height: 60px;
    max-width: 250px;
  }
}
@media screen and (max-width: 576px) {
  .menu-wrap .mail-btn {
    height: 50px;
  }
}
.menu-wrap .mail-btn img {
  display: block;
  flex-shrink: 0;
  width: 18px;
}
@media screen and (max-width: 1080px) {
  .menu-wrap .mail-btn img {
    width: 17px;
  }
}
@media screen and (max-width: 768px) {
  .menu-wrap .mail-btn img {
    width: 16px;
  }
}
@media screen and (max-width: 576px) {
  .menu-wrap .mail-btn img {
    width: 15px;
  }
}
.menu-wrap .mail-btn p {
  color: #fff;
  font-family: "aktiv-grotesk-condensed", sans-serif;
  font-size: 21px;
  font-weight: 100;
}
@media screen and (max-width: 1080px) {
  .menu-wrap .mail-btn p {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .menu-wrap .mail-btn p {
    font-size: 16px;
  }
}
@media screen and (max-width: 576px) {
  .menu-wrap .mail-btn p {
    font-size: 14px;
  }
}

.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 #2c2c2c;
  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 #2c2c2c;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: space-between;
  padding-bottom: 35px;
  padding-right: 50px;
  padding-top: 35px;
  transition: all 0.3s ease;
  width: 100%;
}
@media screen and (max-width: 1080px) {
  .menu-wrap > div .ul .li a {
    padding-bottom: 30px;
    padding-right: 35px;
    padding-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .menu-wrap > div .ul .li a {
    padding-bottom: 25px;
    padding-right: 25px;
    padding-top: 25px;
  }
}
@media screen and (max-width: 576px) {
  .menu-wrap > div .ul .li a {
    padding-bottom: 20px;
    padding-right: 15px;
    padding-top: 20px;
  }
}
.menu-wrap > div .ul .li a .jp {
  color: #b7c6dd;
  flex-shrink: 0;
  font-size: 18px;
  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: 16px;
  }
}
@media screen and (max-width: 768px) {
  .menu-wrap > div .ul .li a .jp {
    font-size: 14px;
  }
}
.menu-wrap > div .ul .li a .en {
  color: #fff;
  flex-shrink: 0;
  font-family: "aktiv-grotesk-extended", sans-serif;
  font-size: 12px;
  font-weight: 100;
  line-height: 1;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .menu-wrap > div .ul .li a .en {
    font-size: 10px;
  }
}
/*----------------------------------------------------------
footer
------------------------------------------------------------*/
.footer {
  background-color: #111;
  padding-bottom: 80px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 55px;
}
@media screen and (max-width: 1080px) {
  .footer {
    padding-bottom: 70px;
    padding-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .footer {
    padding-bottom: 45px;
    padding-top: 45px;
  }
}
.footer .btn-wrap {
  display: flex;
  gap: 60px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1140px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .footer .btn-wrap {
    flex-direction: column;
    gap: 15px;
  }
}
.footer .tel-btn {
  align-items: center;
  border: 1px solid #3b3b3b;
  display: flex;
  gap: 14px;
  height: 135px;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  width: calc((100% - 60px * 1) / 2);
}
@media screen and (max-width: 1080px) {
  .footer .tel-btn {
    height: 100px;
  }
}
@media screen and (max-width: 768px) {
  .footer .tel-btn {
    gap: 6px;
    height: 72.5px;
    max-width: 270px;
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .footer .tel-btn {
    height: 60px;
  }
}
.footer .tel-btn img {
  display: block;
  flex-shrink: 0;
  width: 24px;
}
@media screen and (max-width: 1080px) {
  .footer .tel-btn img {
    width: 23px;
  }
}
@media screen and (max-width: 768px) {
  .footer .tel-btn img {
    width: 16px;
  }
}
@media screen and (max-width: 576px) {
  .footer .tel-btn img {
    width: 15px;
  }
}
.footer .tel-btn p {
  color: #fff;
  font-family: "aktiv-grotesk-condensed", sans-serif;
  font-size: 32px;
  font-weight: 100;
}
@media screen and (max-width: 1080px) {
  .footer .tel-btn p {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  .footer .tel-btn p {
    font-size: 21px;
  }
}
@media screen and (max-width: 576px) {
  .footer .tel-btn p {
    font-size: 18px;
  }
}
.footer .mail-btn {
  align-items: center;
  border: 1px solid #3b3b3b;
  display: flex;
  gap: 14px;
  height: 135px;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  width: calc((100% - 60px * 1) / 2);
}
@media screen and (max-width: 1080px) {
  .footer .mail-btn {
    height: 100px;
  }
}
@media screen and (max-width: 768px) {
  .footer .mail-btn {
    gap: 6px;
    height: 72.5px;
    max-width: 270px;
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .footer .mail-btn {
    height: 60px;
  }
}
.footer .mail-btn img {
  display: block;
  flex-shrink: 0;
  width: 27px;
}
@media screen and (max-width: 1080px) {
  .footer .mail-btn img {
    width: 26px;
  }
}
@media screen and (max-width: 768px) {
  .footer .mail-btn img {
    width: 18px;
  }
}
@media screen and (max-width: 576px) {
  .footer .mail-btn img {
    width: 17px;
  }
}
.footer .mail-btn p {
  color: #fff;
  font-family: "aktiv-grotesk-condensed", sans-serif;
  font-size: 32px;
  font-weight: 100;
}
@media screen and (max-width: 1080px) {
  .footer .mail-btn p {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  .footer .mail-btn p {
    font-size: 21px;
  }
}
@media screen and (max-width: 576px) {
  .footer .mail-btn p {
    font-size: 18px;
  }
}
.footer .logo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 67px;
  max-width: 250px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .footer .logo {
    margin-top: 55px;
    max-width: 160px;
  }
}
@media screen and (max-width: 576px) {
  .footer .logo {
    margin-top: 45px;
    max-width: 150px;
  }
}
.footer .flex {
  display: flex;
  gap: 20px 40px;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 55px;
  max-width: 700px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .footer .flex {
    gap: 20px 10px;
    justify-content: space-between;
    margin-top: 40px;
    max-width: 360px;
  }
}
@media screen and (max-width: 576px) {
  .footer .flex {
    gap: 15px 10px;
    max-width: 310px;
  }
}
.footer .flex a {
  display: block;
}
@media screen and (max-width: 768px) {
  .footer .flex a {
    width: calc((100% - 10px * 2) / 3);
  }
}
@media screen and (max-width: 576px) {
  .footer .flex a {
    width: calc(50% - 10px);
  }
}
.footer .flex a p {
  font-size: 16px;
  font-weight: 400;
  overflow-wrap: break-word;
  white-space: normal;
  word-break: keep-all;
}
@media screen and (max-width: 768px) {
  .footer .flex a p {
    font-size: 13px;
    text-align: center;
  }
}
@media screen and (max-width: 576px) {
  .footer .flex a p {
    font-size: 12px;
  }
}

/* ーーーーーーーーーーーー'コピーライト'ーーーーーーーーーーーーーー*/
.copyright {
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.03em;
  margin-top: 14px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .copyright {
    font-size: 10px;
    margin-top: 10px;
  }
}
/*# sourceMappingURL=sourcemaps/style.css.map */