@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zalando+Sans:wght@700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@700&display=swap");
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.4.1/dist/css/yakuhanjp.css");
/*================================= 見出し =================================*/
/*== 日本語 ==*/
/*== 日本語 SP ==*/
/*== 数字 ==*/
/*== 数字 SP ==*/
/*== 英語 ==*/
/*== 英語 SP ==*/
/*================================= 本文 =================================*/
/*== SP ==*/
:root {
  --clred01: #E50012;
  --clred02: #FFF2F3;
  --clred03: #A9212C;
  --clred04: #FDC0C5;
  --clgray01: #6C6A6A;
  --clgray02: #B3B3B3;
  --clgray03: #F2F2F2;
  --header-h: 0px;
}

body {
  width: 100%;
  font-family: "YakuHanJP", "Zen Kaku Gothic New", sans-serif;
  color: #000;
  font-weight: 400;
  font-size: 3.8vw;
  font-feature-settings: "palt";
  line-height: 1.8em;
  letter-spacing: 0;
  overflow-x: hidden;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 16px;
    width: 100%;
    position: relative;
  }
}

.zalando {
  font-family: "YakuHanJP", "Zalando Sans", sans-serif;
}

.zenkaku-gothicnew {
  font-family: "YakuHanJP", "Zen Kaku Gothic New", sans-serif;
}

a[href*="tel:"] {
  color: #000;
}
@media screen and (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

.smp-block {
  display: block;
}
@media screen and (min-width: 768px) {
  .smp-block {
    display: none;
  }
}

.pc-block {
  display: none;
}
@media screen and (min-width: 768px) {
  .pc-block {
    display: block;
  }
}

.pcm-block {
  display: none;
}
@media screen and (min-width: 1000px) {
  .pcm-block {
    display: block;
  }
}

button {
  cursor: pointer;
  font: inherit;
  color: #000;
}

.ast {
  font-size: 0.6em;
  vertical-align: 0.44em;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}

@media screen and (min-width: 768px) {
  .inline-block {
    display: inline-block;
  }
}

svg {
  display: block;
}

a {
  color: #000;
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 500;
  background: #fff;
}
#header.active div.menu-wrap {
  opacity: 1;
  pointer-events: fill;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
#header.active div.header-bg {
  opacity: 1;
  pointer-events: fill;
}
#header div.header-bg {
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  position: fixed;
  width: 100vw;
  height: 100vh;
  opacity: 0;
  transition: all 0.3s;
  pointer-events: none;
}
#header div.header-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 1;
}
#header div.header-inner .lf-logo {
  display: block;
  width: 40%;
  padding-left: 4vw;
}
@media screen and (min-width: 768px) {
  #header div.header-inner .lf-logo {
    width: 230px;
    padding-left: 23px;
  }
}
@media screen and (min-width: 1000px) {
  #header div.header-inner .lf-logo {
    width: 280px;
  }
}
@media screen and (min-width: 1280px) {
  #header div.header-inner .lf-logo {
    width: 330px;
  }
}
#header div.header-inner div.r-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  width: 51%;
  height: 12vw;
}
@media screen and (min-width: 768px) {
  #header div.header-inner div.r-area {
    width: 500px;
    height: 60px;
  }
}
@media screen and (min-width: 1000px) {
  #header div.header-inner div.r-area {
    width: 650px;
    height: 75px;
  }
}
@media screen and (min-width: 1280px) {
  #header div.header-inner div.r-area {
    width: 735px;
  }
}
@media screen and (min-width: 768px) {
  #header div.header-inner div.r-area div.tour-btn-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 14px;
    margin-right: 20px;
  }
}
@media screen and (min-width: 1000px) {
  #header div.header-inner div.r-area div.tour-btn-wrap {
    font-size: 16px;
    margin-right: 30px;
  }
}
@media screen and (min-width: 1280px) {
  #header div.header-inner div.r-area div.tour-btn-wrap {
    margin-right: 40px;
  }
}
#header div.header-inner div.r-area div.tour-btn-wrap a.tour-btn {
  display: block;
  font-weight: bold;
  color: #fff;
  background-color: #000;
}
@media screen and (min-width: 768px) {
  #header div.header-inner div.r-area div.tour-btn-wrap a.tour-btn {
    padding: 0.6em 1.8em;
  }
  #header div.header-inner div.r-area div.tour-btn-wrap a.tour-btn:hover .hover-box span {
    transform: translate(0, -1em);
  }
}
#header div.header-inner div.r-area a.recruit-btn {
  display: block;
  background-color: var(--clred01);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-family: "Poppins", sans-serif;
  text-align: center;
  width: 43%;
  font-size: 4.26vw;
}
@media screen and (min-width: 768px) {
  #header div.header-inner div.r-area a.recruit-btn {
    width: 140px;
    font-size: 20px;
  }
  #header div.header-inner div.r-area a.recruit-btn:hover .hover-box span {
    transform: translate(0, -1em);
  }
}
@media screen and (min-width: 1000px) {
  #header div.header-inner div.r-area a.recruit-btn {
    width: 150px;
    font-size: 22px;
  }
}
@media screen and (min-width: 1280px) {
  #header div.header-inner div.r-area a.recruit-btn {
    width: 160px;
    font-size: 25px;
  }
}
#header div.header-inner div.r-area button {
  display: block;
  background-color: #6C6A6A;
  position: relative;
  width: 21%;
}
@media screen and (min-width: 768px) {
  #header div.header-inner div.r-area button {
    width: 60px;
    transition: all 0.3s;
  }
  #header div.header-inner div.r-area button:hover span:nth-of-type(1) {
    top: 34%;
  }
  #header div.header-inner div.r-area button:hover span:nth-of-type(2) {
    top: 34%;
  }
  #header div.header-inner div.r-area button:hover span:nth-of-type(3) {
    top: 34%;
  }
  #header div.header-inner div.r-area button:hover img {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    animation: menu-img 1s 0.4s ease forwards;
    opacity: 1;
  }
  @keyframes menu-img {
    0% {
      transform: translate(0, 0);
    }
    100% {
      transform: translate(190%, 0);
    }
  }
  #header div.header-inner div.r-area button:hover .txt {
    animation: menu-clip 1s 0.4s ease forwards;
  }
  @keyframes menu-clip {
    0% {
      clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
      opacity: 0;
    }
    10% {
      opacity: 1;
    }
    100% {
      clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
      opacity: 1;
    }
  }
}
@media screen and (min-width: 1000px) {
  #header div.header-inner div.r-area button {
    width: 75px;
  }
}
@media screen and (min-width: 1280px) {
  #header div.header-inner div.r-area button {
    width: 90px;
  }
}
#header div.header-inner div.r-area button img {
  position: absolute;
  top: 39%;
  left: 35%;
  transform: translate(0, 0);
  width: 36%;
  clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
  transition: clip-path 0.3s;
  opacity: 0;
}
#header div.header-inner div.r-area button .txt {
  color: #fff;
  font-weight: bold;
  position: absolute;
  bottom: 20%;
  left: 25%;
  font-family: "YakuHanJP", "Zalando Sans", sans-serif;
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  transition: all 0.3s 0.3s;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  #header div.header-inner div.r-area button .txt {
    font-size: 10px;
  }
}
@media screen and (min-width: 1000px) {
  #header div.header-inner div.r-area button .txt {
    font-size: 13px;
  }
}
@media screen and (min-width: 1280px) {
  #header div.header-inner div.r-area button .txt {
    left: 26%;
    font-size: 14px;
  }
}
#header div.header-inner div.r-area button span {
  display: block;
  position: absolute;
  left: 50%;
  width: 50%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  transition: all 0.3s;
  transform: translate(-50%, 0);
}
#header div.header-inner div.r-area button span:nth-of-type(1) {
  top: 34%;
}
#header div.header-inner div.r-area button span:nth-of-type(2) {
  top: 50%;
}
#header div.header-inner div.r-area button span:nth-of-type(3) {
  top: 66%;
}
#header div.header-inner div.r-area a.suenaga-logo {
  display: block;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #fff;
  width: 36%;
}
@media screen and (min-width: 768px) {
  #header div.header-inner div.r-area a.suenaga-logo {
    width: 100px;
  }
}
@media screen and (min-width: 1000px) {
  #header div.header-inner div.r-area a.suenaga-logo {
    width: 135px;
  }
}
#header div.header-inner div.r-area a.suenaga-logo .suenaga-logo-inner {
  display: block;
  width: 60%;
  margin: auto;
}
#header div.menu-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
  opacity: 0;
  pointer-events: none;
  transition: all 0.6s ease;
  z-index: 1;
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
}
#header div.menu-wrap div.red-bg {
  background-color: var(--clred01);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 18vw 6vw;
}
@media screen and (min-width: 768px) {
  #header div.menu-wrap div.red-bg {
    padding: 130px 3% 64px;
  }
}
@media screen and (min-width: 1000px) {
  #header div.menu-wrap div.red-bg {
    padding: 130px 10% 64px;
  }
}
#header div.menu-wrap .lf-logo {
  display: block;
  position: absolute;
  top: 3.7vw;
  left: 0;
  width: 40%;
  padding-left: 4vw;
}
@media screen and (min-width: 768px) {
  #header div.menu-wrap .lf-logo {
    top: 19px;
    width: 230px;
    padding-left: 23px;
  }
}
@media screen and (min-width: 1000px) {
  #header div.menu-wrap .lf-logo {
    width: 280px;
  }
}
@media screen and (min-width: 1280px) {
  #header div.menu-wrap .lf-logo {
    width: 330px;
  }
}
@media screen and (min-width: 768px) {
  #header div.menu-wrap div.page-link-box {
    width: 60%;
    max-width: 625px;
  }
}
#header div.menu-wrap div.page-link-box ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
@media screen and (min-width: 768px) {
  #header div.menu-wrap div.page-link-box ul {
    padding-left: 25%;
    justify-content: flex-start;
  }
}
#header div.menu-wrap div.page-link-box ul li {
  margin-bottom: 3vw;
}
@media screen and (min-width: 768px) {
  #header div.menu-wrap div.page-link-box ul li {
    width: 33.3%;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1000px) {
  #header div.menu-wrap div.page-link-box ul li {
    width: 33.3%;
  }
}
@media screen and (min-width: 768px) {
  #header div.menu-wrap div.page-link-box ul li:nth-of-type(3n + 1) {
    width: 36%;
  }
}
@media screen and (min-width: 768px) {
  #header div.menu-wrap div.page-link-box ul li:nth-of-type(3n + 2) {
    width: 27%;
  }
}
@media screen and (min-width: 768px) {
  #header div.menu-wrap div.page-link-box ul li:nth-of-type(3n + 3) {
    width: 36%;
  }
}
#header div.menu-wrap div.page-link-box ul li:nth-of-type(3n - 1) {
  width: 27%;
}
#header div.menu-wrap div.page-link-box ul li:nth-of-type(3n - 2) {
  width: 36%;
}
#header div.menu-wrap div.page-link-box ul li:nth-of-type(3n - 3) {
  width: 37%;
}
#header div.menu-wrap div.page-link-box ul li:nth-of-type(1) {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 5vw;
}
@media screen and (min-width: 768px) {
  #header div.menu-wrap div.page-link-box ul li:nth-of-type(1) {
    width: 50%;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
  }
}
@media screen and (min-width: 768px) {
  #header div.menu-wrap div.page-link-box ul li:nth-of-type(1) .inner {
    width: 75%;
  }
}
@media screen and (min-width: 1000px) {
  #header div.menu-wrap div.page-link-box ul li:nth-of-type(1) .inner {
    width: 180px;
  }
}
#header div.menu-wrap div.page-link-box ul li:nth-of-type(1) p {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #header div.menu-wrap div.page-link-box ul li:nth-of-type(1) p {
    margin-bottom: 0.4em;
  }
}
#header div.menu-wrap div.page-link-box ul li:nth-of-type(1) a {
  position: relative;
  display: inline-block;
  text-align: justify;
  word-break: break-all;
  font-family: "YakuHanJP", "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 3.73vw;
  letter-spacing: 0;
  line-height: 2.29em;
  line-height: 1.2em;
  margin-top: 0.6em;
  width: auto;
  box-sizing: border-box;
  padding-left: 1em;
}
@media screen and (min-width: 768px) {
  #header div.menu-wrap div.page-link-box ul li:nth-of-type(1) a {
    width: 100%;
    text-align: justify;
    word-break: break-all;
    font-family: "YakuHanJP", "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 2.29em;
    line-height: 1.2em;
    margin-top: 0.4em;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  #header div.menu-wrap div.page-link-box ul li:nth-of-type(1) a {
    font-size: 14px;
  }
}
#header div.menu-wrap div.page-link-box ul li:nth-of-type(1) a::after {
  content: "";
  display: block;
  width: 0.6em;
  height: 0.6em;
  position: absolute;
  border-radius: 50em;
  top: 0.3em;
  left: 0;
  background-color: #D9D9D9;
}
#header div.menu-wrap div.page-link-box ul li a, #header div.menu-wrap div.page-link-box ul li p {
  display: block;
  font-family: "YakuHanJP", "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 4.26vw;
  letter-spacing: 0;
  line-height: 1.56em;
  color: #fff;
}
@media screen and (min-width: 768px) {
  #header div.menu-wrap div.page-link-box ul li a, #header div.menu-wrap div.page-link-box ul li p {
    font-family: "YakuHanJP", "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-size: 1.8vw;
    letter-spacing: 0.1em;
    line-height: 1.44em;
    font-size: 1.6vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  #header div.menu-wrap div.page-link-box ul li a, #header div.menu-wrap div.page-link-box ul li p {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #header div.menu-wrap div.page-link-box ul li a, #header div.menu-wrap div.page-link-box ul li p {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) {
  #header div.menu-wrap div.page-link-box ul li a:hover .hover-box span, #header div.menu-wrap div.page-link-box ul li p:hover .hover-box span {
    transform: translate(0, -1.04em);
  }
}
@media screen and (min-width: 1000px) {
  #header div.menu-wrap div.page-link-box ul li a, #header div.menu-wrap div.page-link-box ul li p {
    font-family: "YakuHanJP", "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-size: 1.8vw;
    letter-spacing: 0.1em;
    line-height: 1.44em;
  }
}
@media screen and (min-width: 1000px) and (min-width: 1000px) {
  #header div.menu-wrap div.page-link-box ul li a, #header div.menu-wrap div.page-link-box ul li p {
    font-size: 16px;
  }
}
@media screen and (min-width: 1000px) and (min-width: 1280px) {
  #header div.menu-wrap div.page-link-box ul li a, #header div.menu-wrap div.page-link-box ul li p {
    font-size: 18px;
  }
}
#header div.menu-wrap div.page-link-box ul li a .arrow, #header div.menu-wrap div.page-link-box ul li p .arrow {
  width: 0.8em;
  height: 0.8em;
  display: inline-block;
  position: relative;
  margin-left: 0.12em;
  margin-bottom: 0.1em;
}
@media screen and (min-width: 768px) {
  #header div.menu-wrap div.page-link-box ul li a .arrow, #header div.menu-wrap div.page-link-box ul li p .arrow {
    margin-bottom: 0.14em;
  }
}
#header div.menu-wrap div.page-link-box ul li a .arrow::after, #header div.menu-wrap div.page-link-box ul li p .arrow::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background-image: url("../../myimg/common/arrow-gray.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 58%;
  right: 5%;
  transform: translate(0, -50%);
}
#header div.menu-wrap div.link-box {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #header div.menu-wrap div.link-box {
    width: 250px;
    display: flex;
    flex-direction: column;
    transform: translate(0, -80px);
  }
}
@media screen and (min-width: 1000px) {
  #header div.menu-wrap div.link-box {
    width: 284px;
  }
}
#header div.menu-wrap div.link-box div.contact-link {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 5vw;
  margin-bottom: 5vw;
}
@media screen and (min-width: 768px) {
  #header div.menu-wrap div.link-box div.contact-link {
    margin-top: 0;
    margin-bottom: 20px;
  }
}
#header div.menu-wrap div.link-box div.contact-link a {
  color: #fff;
  display: block;
  text-align: center;
  width: 48%;
  font-family: "YakuHanJP", "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 3.73vw;
  letter-spacing: 0;
  line-height: 1.29em;
  line-height: 1em;
  padding: 1em 0;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  #header div.menu-wrap div.link-box div.contact-link a {
    width: 46%;
    padding: 1.4em 0;
    font-family: "YakuHanJP", "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 1.56em;
    line-height: 1em;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  #header div.menu-wrap div.link-box div.contact-link a {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #header div.menu-wrap div.link-box div.contact-link a {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  #header div.menu-wrap div.link-box div.contact-link a:hover .hover-box span {
    transform: translate(0, -1em);
  }
}
#header div.menu-wrap div.link-box div.contact-link a.contact {
  background-color: #000;
}
#header div.menu-wrap div.link-box div.contact-link a.tour {
  border: solid 1px #fff;
}
#header div.menu-wrap div.link-box div.other-link {
  text-align: justify;
  word-break: break-all;
  font-family: "YakuHanJP", "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 3.2vw;
  letter-spacing: 0;
  line-height: 1.6em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #header div.menu-wrap div.link-box div.other-link {
    display: inline-block;
    text-align: justify;
    word-break: break-all;
    font-family: "YakuHanJP", "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 1.6em;
    line-height: 1.2em;
  }
}
#header div.menu-wrap div.link-box div.other-link a {
  display: block;
  color: #fff;
  margin-bottom: 0.4em;
}
#header div.menu-wrap div.link-box div.other-link a span.icon {
  display: inline-block;
  width: 1em;
  margin-left: 0.2em;
}
#header div.menu-wrap div.link-box div.other-link a span.icon svg .st0 {
  fill: none;
  stroke: #fff;
  stroke-miterlimit: 10;
  stroke-width: 1.1px;
}
#header div.menu-wrap div.link-box button.close-btn {
  display: block;
  font-weight: bold;
  font-family: "YakuHanJP", "Zalando Sans", sans-serif;
  color: #fff;
  line-height: 1em;
  position: relative;
  width: 13vw;
  height: 13vw;
  font-size: 3vw;
  margin: 10vw auto 0;
}
@media screen and (min-width: 768px) {
  #header div.menu-wrap div.link-box button.close-btn {
    width: 38px;
    height: 38px;
    margin: 0 0 40px auto;
    order: -1;
    font-size: 10px;
  }
  #header div.menu-wrap div.link-box button.close-btn:hover span.line:nth-of-type(1) {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  #header div.menu-wrap div.link-box button.close-btn:hover span.line:nth-of-type(2) {
    transform: translate(-50%, -50%) rotate(0deg);
  }
}
#header div.menu-wrap div.link-box button.close-btn span.line {
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background: #fff;
  top: 50%;
  left: 50%;
  transition: all 0.3s;
}
#header div.menu-wrap div.link-box button.close-btn span.line:nth-of-type(1) {
  transform: translate(-50%, -50%) rotate(45deg);
}
#header div.menu-wrap div.link-box button.close-btn span.line:nth-of-type(2) {
  transform: translate(-50%, -50%) rotate(-45deg);
}
#header div.menu-wrap div.link-box button.close-btn span.txt {
  position: absolute;
  bottom: -1.4em;
  left: 0;
  right: 0;
}

#footer {
  margin-top: 30vw;
}
@media screen and (min-width: 768px) {
  #footer {
    margin-top: 120px;
  }
}
#footer a.contact-link {
  display: block;
  background-color: var(--clred01);
  color: #fff;
  text-align: center;
  font-family: "YakuHanJP", "Zalando Sans", sans-serif;
  font-weight: 700;
  font-size: 16vw;
  letter-spacing: -0.02em;
  line-height: 1.13em;
  font-size: 10.13vw;
  box-sizing: border-box;
  padding: 5vw 0;
}
@media screen and (min-width: 768px) {
  #footer a.contact-link {
    font-family: "YakuHanJP", "Zalando Sans", sans-serif;
    font-weight: 700;
    font-size: 7vw;
    letter-spacing: -0.02em;
    line-height: 1.13em;
    border-top: solid 3px var(--clred01);
    border-bottom: solid 3px var(--clred01);
    padding: 40px 0;
    transition: all 0.4s;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  #footer a.contact-link {
    font-size: 70px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #footer a.contact-link {
    font-size: 80px;
  }
}
@media screen and (min-width: 768px) {
  #footer a.contact-link:hover {
    background: #fff;
    color: var(--clred01);
  }
  #footer a.contact-link:hover .arrow svg {
    stroke: var(--clred01);
  }
  #footer a.contact-link:hover .hover-box span {
    transform: translate(0, -1em);
  }
}
#footer a.contact-link .arrow {
  display: inline-block;
  width: 0.5em;
  margin-left: 0.2em;
  transform: translate(0, -0.2em);
}
#footer a.contact-link .arrow svg {
  stroke: #fff;
  transition: all 0.3s;
}
#footer div.footer-inner {
  width: 90%;
  margin: auto;
  padding: 10vw 0;
}
@media screen and (min-width: 768px) {
  #footer div.footer-inner {
    padding: 95px 0;
  }
}
@media screen and (min-width: 768px) {
  #footer div.footer-area01 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
}
@media screen and (min-width: 768px) {
  #footer div.page-link-box {
    width: 60%;
  }
}
@media screen and (min-width: 1000px) {
  #footer div.page-link-box {
    width: 550px;
  }
}
@media screen and (min-width: 1280px) {
  #footer div.page-link-box {
    width: 678px;
  }
}
#footer div.page-link-box ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
@media screen and (min-width: 768px) {
  #footer div.page-link-box ul {
    padding-left: 25%;
    justify-content: flex-start;
  }
}
#footer div.page-link-box ul li {
  margin-bottom: 3vw;
}
@media screen and (min-width: 768px) {
  #footer div.page-link-box ul li {
    width: 33.3%;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1000px) {
  #footer div.page-link-box ul li {
    width: 33.3%;
  }
}
@media screen and (min-width: 768px) {
  #footer div.page-link-box ul li:nth-of-type(3n + 1) {
    width: 36%;
  }
}
@media screen and (min-width: 768px) {
  #footer div.page-link-box ul li:nth-of-type(3n + 2) {
    width: 27%;
  }
}
@media screen and (min-width: 768px) {
  #footer div.page-link-box ul li:nth-of-type(3n + 3) {
    width: 36%;
  }
}
#footer div.page-link-box ul li:nth-of-type(3n - 1) {
  width: 27%;
}
#footer div.page-link-box ul li:nth-of-type(3n - 2) {
  width: 36%;
}
#footer div.page-link-box ul li:nth-of-type(3n - 3) {
  width: 37%;
}
#footer div.page-link-box ul li:nth-of-type(1) {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 5vw;
}
@media screen and (min-width: 768px) {
  #footer div.page-link-box ul li:nth-of-type(1) {
    width: 50%;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
  }
}
#footer div.page-link-box ul li:nth-of-type(1) p {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #footer div.page-link-box ul li:nth-of-type(1) p {
    margin-bottom: 0.5em;
  }
}
@media screen and (min-width: 768px) {
  #footer div.page-link-box ul li:nth-of-type(1) .inner {
    width: 75%;
    line-height: 1.8em;
  }
}
@media screen and (min-width: 1000px) {
  #footer div.page-link-box ul li:nth-of-type(1) .inner {
    width: 180px;
  }
}
#footer div.page-link-box ul li:nth-of-type(1) a {
  position: relative;
  display: inline-block;
  text-align: justify;
  word-break: break-all;
  font-family: "YakuHanJP", "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 3.73vw;
  letter-spacing: 0;
  line-height: 2.29em;
  line-height: 1.2em;
  margin-top: 0.6em;
  width: auto;
  box-sizing: border-box;
  padding-left: 1em;
}
@media screen and (min-width: 768px) {
  #footer div.page-link-box ul li:nth-of-type(1) a {
    width: auto;
    text-align: justify;
    word-break: break-all;
    font-family: "YakuHanJP", "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 2.29em;
    font-size: 1.46vw;
    line-height: 1.2em;
    margin-top: 0.4em;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  #footer div.page-link-box ul li:nth-of-type(1) a {
    font-size: 14px;
  }
}
@media screen and (min-width: 1000px) {
  #footer div.page-link-box ul li:nth-of-type(1) a {
    text-align: justify;
    word-break: break-all;
    font-family: "YakuHanJP", "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 2.29em;
    line-height: 1.2em;
  }
}
@media screen and (min-width: 1000px) and (min-width: 1000px) {
  #footer div.page-link-box ul li:nth-of-type(1) a {
    font-size: 14px;
  }
}
#footer div.page-link-box ul li:nth-of-type(1) a::after {
  content: "";
  display: block;
  width: 0.6em;
  height: 0.6em;
  position: absolute;
  border-radius: 50em;
  top: 0.3em;
  left: 0;
  background-color: #D9D9D9;
}
#footer div.page-link-box ul li a, #footer div.page-link-box ul li p {
  display: block;
  font-family: "YakuHanJP", "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 4.26vw;
  letter-spacing: 0;
  line-height: 1.56em;
}
@media screen and (min-width: 768px) {
  #footer div.page-link-box ul li a:hover .hover-box span, #footer div.page-link-box ul li p:hover .hover-box span {
    transform: translate(0, -1.04em);
  }
}
@media screen and (min-width: 768px) {
  #footer div.page-link-box ul li a, #footer div.page-link-box ul li p {
    font-family: "YakuHanJP", "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-size: 1.8vw;
    letter-spacing: 0.1em;
    line-height: 1.44em;
    font-size: 1.46vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  #footer div.page-link-box ul li a, #footer div.page-link-box ul li p {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #footer div.page-link-box ul li a, #footer div.page-link-box ul li p {
    font-size: 18px;
  }
}
@media screen and (min-width: 1000px) {
  #footer div.page-link-box ul li a, #footer div.page-link-box ul li p {
    font-family: "YakuHanJP", "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-size: 1.8vw;
    letter-spacing: 0.1em;
    line-height: 1.44em;
  }
}
@media screen and (min-width: 1000px) and (min-width: 1000px) {
  #footer div.page-link-box ul li a, #footer div.page-link-box ul li p {
    font-size: 16px;
  }
}
@media screen and (min-width: 1000px) and (min-width: 1280px) {
  #footer div.page-link-box ul li a, #footer div.page-link-box ul li p {
    font-size: 18px;
  }
}
#footer div.page-link-box ul li a .arrow, #footer div.page-link-box ul li p .arrow {
  width: 0.8em;
  height: 0.8em;
  display: inline-block;
  position: relative;
  margin-left: 0.12em;
  margin-bottom: 0.1em;
}
@media screen and (min-width: 768px) {
  #footer div.page-link-box ul li a .arrow, #footer div.page-link-box ul li p .arrow {
    margin-bottom: 0;
  }
}
#footer div.page-link-box ul li a .arrow::after, #footer div.page-link-box ul li p .arrow::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background-image: url("../../myimg/common/arrow-gray.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translate(0, -50%);
}
#footer div.link-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 5vw;
}
@media screen and (min-width: 768px) {
  #footer div.link-box {
    width: 40%;
    margin-top: 0;
  }
}
@media screen and (min-width: 1000px) {
  #footer div.link-box {
    width: 335px;
  }
}
@media screen and (min-width: 1280px) {
  #footer div.link-box {
    width: 422px;
  }
}
#footer div.link-box a {
  display: block;
  text-align: center;
  width: 32%;
  font-family: "YakuHanJP", "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 3.73vw;
  letter-spacing: 0;
  line-height: 1.29em;
  line-height: 1em;
  padding: 0.6em 0;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  #footer div.link-box a {
    width: 32%;
    padding: 1.4em 0;
    font-family: "YakuHanJP", "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 1.56em;
    line-height: 1em;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  #footer div.link-box a {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #footer div.link-box a {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  #footer div.link-box a:hover .hover-box span {
    transform: translate(0, -1em);
  }
}
@media screen and (min-width: 1000px) {
  #footer div.link-box a {
    width: 30%;
  }
}
#footer div.link-box a.recruit {
  background-color: var(--clred01);
  color: #fff;
  font-family: "Poppins", sans-serif;
}
#footer div.link-box a.contact {
  background-color: #000;
  color: #fff;
}
#footer div.link-box a.tour {
  border: solid 1px #000;
}
#footer div.company-box {
  margin-top: 10vw;
}
@media screen and (min-width: 768px) {
  #footer div.company-box {
    margin-top: 86px;
  }
}
#footer div.company-box a.logo {
  display: block;
  width: 78.4%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  #footer div.company-box a.logo {
    width: 330px;
    margin: 15px 0 0;
  }
}
#footer div.company-box p {
  margin-top: 1em;
}
@media screen and (min-width: 768px) {
  #footer div.company-box p {
    display: inline-block;
  }
}
#footer div.company-box p.name {
  margin-right: 1em;
  font-family: "YakuHanJP", "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 4.26vw;
  letter-spacing: 0;
  line-height: 1.56em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #footer div.company-box p.name {
    font-family: "YakuHanJP", "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-size: 1.8vw;
    letter-spacing: 0.1em;
    line-height: 1.44em;
    text-align: left;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  #footer div.company-box p.name {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #footer div.company-box p.name {
    font-size: 18px;
  }
}
#footer div.company-box p.info {
  margin-top: 0.8em;
  text-align: justify;
  word-break: break-all;
  font-family: "YakuHanJP", "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 3.2vw;
  letter-spacing: 0;
  line-height: 1.6em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #footer div.company-box p.info {
    margin-top: 1em;
    text-align: justify;
    word-break: break-all;
    font-family: "YakuHanJP", "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 2.29em;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  #footer div.company-box p.info {
    font-size: 14px;
  }
}
#footer div.suenaga-box {
  padding-top: 10vw;
  margin-top: 10vw;
  border-top: solid 1px var(--clgray02);
}
@media screen and (min-width: 768px) {
  #footer div.suenaga-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 53px;
    margin-top: 53px;
  }
}
#footer div.suenaga-box a.suenaga-link {
  margin: 0 0 1em;
  font-family: "YakuHanJP", "Zalando Sans", sans-serif;
  font-weight: 700;
  font-size: 3.73vw;
  letter-spacing: 0.1em;
  line-height: 1.15em;
}
@media screen and (min-width: 768px) {
  #footer div.suenaga-box a.suenaga-link {
    width: 250px;
    text-align: left;
    margin: 0;
    box-sizing: border-box;
    font-family: "YakuHanJP", "Zalando Sans", sans-serif;
    font-weight: 700;
    font-size: 2vw;
    letter-spacing: 0.1em;
    line-height: 1.15em;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  #footer div.suenaga-box a.suenaga-link {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #footer div.suenaga-box a.suenaga-link {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) {
  #footer div.suenaga-box a.suenaga-link:hover .hover-box span {
    transform: translate(0, -1.04em);
  }
}
#footer div.suenaga-box a.suenaga-link .arrow {
  width: 0.7em;
  height: 0.7em;
  display: inline-block;
  position: relative;
  margin-left: 0.4em;
  transform: translate(0, -0.08em);
}
#footer div.suenaga-box a.suenaga-link .arrow::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background-image: url("../../myimg/common/arrow-gray.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translate(0, -50%);
}
@media screen and (min-width: 768px) {
  #footer div.suenaga-box ul {
    width: calc(100% - 250px);
    line-height: 1.2em;
  }
}
#footer div.suenaga-box ul li {
  display: inline-block;
  padding: 0 0 0 1.2em;
  position: relative;
  margin-right: 1em;
}
@media screen and (min-width: 768px) {
  #footer div.suenaga-box ul li {
    font-size: 10px;
    margin-bottom: 0.4em;
    text-align: justify;
    word-break: break-all;
    font-family: "YakuHanJP", "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 1.64em;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  #footer div.suenaga-box ul li {
    font-size: 14px;
  }
}
#footer div.suenaga-box ul li::after {
  content: "";
  display: block;
  width: 0.8em;
  height: 0.8em;
  position: absolute;
  left: 0;
  top: 0.4em;
  background: var(--clgray03);
  border-radius: 50em;
}
@media screen and (min-width: 768px) {
  #footer div.suenaga-box ul li a {
    transition: all 0.3s;
  }
  #footer div.suenaga-box ul li a:hover {
    color: var(--clred01);
  }
}
#footer div.other-box {
  margin-top: 10vw;
}
@media screen and (min-width: 768px) {
  #footer div.other-box {
    margin-top: 53px;
  }
}
#footer div.other-box div.link-wrap {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  -moz-column-gap: 2em;
       column-gap: 2em;
  margin-bottom: 1em;
}
#footer div.other-box div.link-wrap a {
  text-align: justify;
  word-break: break-all;
  font-family: "YakuHanJP", "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 3.2vw;
  letter-spacing: 0;
  line-height: 1.6em;
  margin-bottom: 0.4em;
}
@media screen and (min-width: 768px) {
  #footer div.other-box div.link-wrap a {
    display: inline-block;
    text-align: justify;
    word-break: break-all;
    font-family: "YakuHanJP", "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 1.64em;
    margin-bottom: 0;
    transition: all 0.3s;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  #footer div.other-box div.link-wrap a {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) {
  #footer div.other-box div.link-wrap a:hover {
    color: var(--clred01);
  }
}
#footer div.other-box div.link-wrap a span.icon {
  display: inline-block;
  width: 1em;
  margin-left: 0.2em;
}
#footer div.other-box div.link-wrap a span.icon svg .st0 {
  fill: none;
  stroke: #6c6a6a;
  stroke-miterlimit: 10;
  stroke-width: 1.1px;
}
#footer div.other-box p {
  text-align: center;
  text-align: justify;
  word-break: break-all;
  font-family: "YakuHanJP", "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 3.2vw;
  letter-spacing: 0;
  line-height: 1.6em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #footer div.other-box p {
    text-align: justify;
    word-break: break-all;
    font-family: "YakuHanJP", "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 1.6em;
    text-align: center;
  }
}

/*============================================== 下層ページ 共通 ==============================================*/
/*=========================== パンくず ===========================*/
nav.pan-nav {
  margin: 0 auto 5vw;
}
@media screen and (min-width: 768px) {
  nav.pan-nav {
    margin: 0 auto 40px;
  }
}
nav.pan-nav ul {
  display: flex;
  flex-wrap: wrap;
}
nav.pan-nav ul li {
  display: inline-block;
  line-height: 1.4em;
  position: relative;
  font-size: 3.2vw;
}
@media screen and (min-width: 768px) {
  nav.pan-nav ul li {
    font-size: 12px;
  }
}
nav.pan-nav ul li:last-child::before {
  content: none;
}
nav.pan-nav ul li::before {
  content: "";
  width: 0.4em;
  height: 0.4em;
  border-top: solid 0.1em #000;
  border-right: solid 0.1em #000;
  position: absolute;
  right: 0.6em;
  top: 0.53em;
  transform: rotate(45deg);
}
@media screen and (min-width: 768px) {
  nav.pan-nav ul li::before {
    top: 0.5em;
  }
}
nav.pan-nav ul li a {
  padding: 0 1.4em 0 0;
}

/*===========================　下層TOP グレー背景 ===========================*/
div.lower-top-area {
  background-color: var(--clgray03);
}
div.lower-top-area div.lower-top-area-inner {
  margin: auto;
  width: 88%;
  max-width: 1200px;
}
@media screen and (min-width: 768px) {
  div.lower-top-area div.lower-top-area-inner {
    width: 90%;
  }
}
div.lower-top-area div.lower-top-area-inner {
  padding: 15vw 0 12vw;
}
@media screen and (min-width: 768px) {
  div.lower-top-area div.lower-top-area-inner {
    padding: 80px 0 65px;
    max-width: none;
  }
}
@media screen and (min-width: 1000px) {
  div.lower-top-area div.lower-top-area-inner {
    padding: 130px 0 65px;
  }
}
div.lower-top-area .lower-sec-title span.en {
  color: var(--clgray03);
}

/*=========================== タイトル ===========================*/
div.lower-main-title-box .lower-main-title {
  margin-bottom: 10vw;
}
@media screen and (min-width: 768px) {
  div.lower-main-title-box .lower-main-title {
    margin-bottom: 47px;
  }
}
div.lower-main-title-box .lower-main-title span {
  display: inline-block;
}
div.lower-main-title-box .lower-main-title span.en {
  font-family: "YakuHanJP", "Zalando Sans", sans-serif;
  font-weight: 700;
  font-size: 10.67vw;
  letter-spacing: 0.1em;
  line-height: 1.15em;
  margin-right: 0.2em;
  font-family: "YakuHanJP", "Zalando Sans", sans-serif;
  font-weight: 700;
  font-size: 3.73vw;
  letter-spacing: 0.1em;
  line-height: 1.15em;
}
@media screen and (min-width: 768px) {
  div.lower-main-title-box .lower-main-title span.en {
    font-family: "YakuHanJP", "Zalando Sans", sans-serif;
    font-weight: 700;
    font-size: 2vw;
    letter-spacing: 0.1em;
    line-height: 1.15em;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  div.lower-main-title-box .lower-main-title span.en {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  div.lower-main-title-box .lower-main-title span.en {
    font-size: 18px;
  }
}
div.lower-main-title-box .lower-main-title span.ja {
  font-family: "YakuHanJP", "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 5.33vw;
  letter-spacing: 0.1em;
  line-height: 1.8em;
  margin-right: 0.8em;
}
@media screen and (min-width: 768px) {
  div.lower-main-title-box .lower-main-title span.ja {
    font-family: "YakuHanJP", "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-size: 2.8vw;
    letter-spacing: 0;
    line-height: 1.6em;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  div.lower-main-title-box .lower-main-title span.ja {
    font-size: 25px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  div.lower-main-title-box .lower-main-title span.ja {
    font-size: 30px;
  }
}
div.lower-main-title-box .lower-main-title span.line {
  display: block;
  background-color: var(--clred01);
  width: 24vw;
  height: 1.2vw;
  margin-top: 0.8em;
}
@media screen and (min-width: 768px) {
  div.lower-main-title-box .lower-main-title span.line {
    width: 119px;
    height: 4px;
  }
}

.lower-sec-title {
  color: var(--clred01);
  font-family: "YakuHanJP", "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 8vw;
  letter-spacing: 0;
  line-height: 1.6em;
}
@media screen and (min-width: 768px) {
  .lower-sec-title {
    font-family: "YakuHanJP", "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-size: 3.2vw;
    letter-spacing: 0;
    line-height: 1.5em;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  .lower-sec-title {
    font-size: 30px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .lower-sec-title {
    font-size: 40px;
  }
}

/*=========================== ボタン ===========================*/
a.base-btn {
  background-color: var(--clred01);
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  font-family: "YakuHanJP", "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 4.26vw;
  letter-spacing: 0;
  line-height: 1.56em;
  padding: 1em 1.4em;
}
@media screen and (min-width: 768px) {
  a.base-btn {
    font-family: "YakuHanJP", "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-size: 2.2vw;
    letter-spacing: 0.1em;
    line-height: 1.8em;
    font-size: 2vw;
    padding: 1em 1.4em;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  a.base-btn {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  a.base-btn {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) {
  a.base-btn:hover .hover-box span {
    transform: translate(0, -1.04em);
  }
}
@media screen and (min-width: 1000px) {
  a.base-btn {
    font-family: "YakuHanJP", "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-size: 2.2vw;
    letter-spacing: 0.1em;
    line-height: 1.8em;
  }
}
@media screen and (min-width: 1000px) and (min-width: 1000px) {
  a.base-btn {
    font-size: 18px;
  }
}
@media screen and (min-width: 1000px) and (min-width: 1280px) {
  a.base-btn {
    font-size: 20px;
  }
}
a.base-btn .txt {
  display: inline-block;
}
a.base-btn .arrow {
  display: block;
  width: 1.2em;
}
a.base-btn .arrow svg {
  display: block;
}

/*=========================== ホバーテキスト ===========================*/
.hover-box {
  display: inline-block;
  position: relative;
  line-height: 1em;
  overflow: hidden;
}
.hover-box.sp-inline {
  display: inline;
}
@media screen and (min-width: 768px) {
  .hover-box.sp-inline {
    display: inline-block;
  }
}
.hover-box.sp-inline span {
  display: inline;
}
@media screen and (min-width: 768px) {
  .hover-box.sp-inline span {
    display: block;
  }
}
.hover-box span {
  display: block;
  transition: all 0.3s;
  line-height: 1em;
}
.hover-box span:nth-of-type(2) {
  position: absolute;
  bottom: -1em;
  left: 0;
  right: 0;
  margin: auto;
}
.hover-box span.pc-block {
  display: none;
}
@media screen and (min-width: 768px) {
  .hover-box span.pc-block {
    display: block;
  }
}/*# sourceMappingURL=common.css.map */