@charset "UTF-8";
/*タブレット*/
/*スマホ*/
* { /*全部*/
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  letter-spacing: 0.15em;
  line-height: 2;
}

html {
  width: 100%;
  height: auto;
  scroll-behavior: smooth; /* スクロール */
  font-size: 0.5208333333vw;
  scroll-behavior: smooth;
}
@media screen and (max-width: 1279px) {
  html {
    font-size: 0.5208333333vw;
  }
}
@media screen and (max-width: 599px) {
  html {
    font-size: 2.6666666667vw;
  }
}

body {
  width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  cursor: pointer;
}

button {
  cursor: pointer;
}

img {
  width: 100%;
}

.area-normal-font {
  font-family: "area-normal", sans-serif;
}

.zen-kaku-gothic-new-font {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.footer {
  width: 100%;
  background-color: #080808;
  overflow: hidden;
  position: relative;
}
.footer__cv {
  max-width: 157rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 8rem 1.6rem 9.2rem;
  margin: auto;
}
@media screen and (max-width: 1279px) {
  .footer__cv {
    flex-flow: column;
    gap: 1.5rem;
  }
}
@media screen and (max-width: 599px) {
  .footer__cv {
    max-width: 33rem;
    flex-flow: column;
    padding: 3.4rem 0;
  }
}
.footer__cv a {
  width: 75.505rem;
  height: 14.232rem;
  font-size: 4rem;
  font-weight: 900;
  font-style: italic;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  position: relative;
  z-index: 10;
  border: #fff solid 0.15rem;
  margin-left: 0.8rem;
  overflow: hidden;
}
@media screen and (max-width: 1279px) {
  .footer__cv a {
    width: 100%;
    margin: 0;
    border: #fff solid 0.1rem;
  }
}
@media screen and (max-width: 599px) {
  .footer__cv a {
    width: 100%;
    height: 5.3rem;
    font-size: 1.4rem;
    margin: 0;
    border: #fff solid 0.1rem;
  }
}
.footer__cv a::before {
  content: "";
  width: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
  transition: all ease 0.3s;
  right: 0;
  border-bottom: 14.132rem solid #fff;
  transform: translateX(-100%);
}
.footer__cv a:hover {
  color: #333;
}
.footer__cv a:hover::before {
  transform: translateX(0%);
}
.footer__cv a:nth-child(1) {
  margin-right: 0.8rem;
  margin-left: 0;
}
@media screen and (max-width: 599px) {
  .footer__cv a:nth-child(1) {
    margin: 0;
  }
}
.footer__cv a .icon {
  width: 7.212rem;
  display: flex;
  align-items: center;
  position: absolute;
  right: 1.5104166667vw;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 599px) {
  .footer__cv a .icon {
    width: 3.148rem;
  }
}
.footer__cv a .icon img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(22%) hue-rotate(318deg) brightness(104%) contrast(107%);
}
.footer__cv a:hover .icon img {
  filter: brightness(0) saturate(100%) invert(0%) sepia(85%) saturate(7441%) hue-rotate(188deg) brightness(89%) contrast(113%);
}
.footer__contact {
  border-bottom: #fff 0.1rem solid;
  border-top: #fff 0.1rem solid;
  padding: 7.8rem 0 9.2rem 0;
}
@media screen and (max-width: 1279px) {
  .footer__contact {
    max-width: 172rem;
    border-top: none;
    margin: auto;
    padding: 0 0 9.2rem 0;
  }
}
@media screen and (max-width: 599px) {
  .footer__contact {
    max-width: 33rem;
    border-top: none;
    padding: 0 0 3.52rem 0;
    margin: auto;
  }
}
.footer__contact .inner {
  max-width: 172rem;
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1279px) {
  .footer__contact .inner {
    max-width: 100%;
    flex-flow: column;
  }
}
@media screen and (max-width: 599px) {
  .footer__contact .inner {
    max-width: 100%;
    flex-flow: column;
  }
}
.footer__contact .inner .text {
  max-width: 72rem;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: #fff solid 0.1rem;
}
@media screen and (max-width: 1279px) {
  .footer__contact .inner .text {
    max-width: 100%;
    flex-flow: column;
    border: none;
  }
}
@media screen and (max-width: 599px) {
  .footer__contact .inner .text {
    max-width: 100%;
    flex-flow: column;
    border: none;
  }
}
.footer__contact .inner .text h2 {
  width: -moz-fit-content;
  width: fit-content;
  font-size: max(45px, 4.5rem);
  font-weight: 900;
  color: #fff;
  font-style: italic;
}
@media screen and (max-width: 1600px) {
  .footer__contact .inner .text h2 {
    font-size: 4.5rem;
  }
}
@media screen and (max-width: 1279px) {
  .footer__contact .inner .text h2 {
    width: 100%;
    max-width: 100%;
    font-size: max(60px, 6rem);
  }
}
@media screen and (max-width: 599px) {
  .footer__contact .inner .text h2 {
    width: 33rem;
    max-width: 100%;
    font-size: max(20px, 2rem);
  }
}
.footer__contact .inner .text h2 small {
  font-size: max(18px, 1.8rem);
  font-weight: bold;
  font-style: normal;
  display: block;
}
@media screen and (max-width: 1600px) {
  .footer__contact .inner .text h2 small {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 599px) {
  .footer__contact .inner .text h2 small {
    font-size: 1rem;
  }
}
.footer__contact .inner .footer__contact--content {
  max-width: 85rem;
  width: 100%;
  height: 63.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 1.6rem;
}
@media screen and (max-width: 1279px) {
  .footer__contact .inner .footer__contact--content {
    max-width: 100%;
    height: auto;
    flex-flow: column;
    margin: auto;
  }
}
@media screen and (max-width: 599px) {
  .footer__contact .inner .footer__contact--content {
    max-width: 33rem;
    height: auto;
    flex-flow: column;
    margin: auto;
  }
}
.footer__contact .inner .footer__contact--content--inner {
  max-width: 61.4rem;
  width: 100%;
  display: flex;
  flex-flow: column;
}
@media screen and (max-width: 1279px) {
  .footer__contact .inner .footer__contact--content--inner {
    max-width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .footer__contact .inner .footer__contact--content--inner {
    width: 100%;
  }
}
.footer__contact .inner .footer__contact--content--inner p {
  width: auto;
  font-size: max(18px, 1.8rem);
  display: inline-block;
  color: #fff;
}
@media screen and (max-width: 1600px) {
  .footer__contact .inner .footer__contact--content--inner p {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 599px) {
  .footer__contact .inner .footer__contact--content--inner p {
    max-width: 100%;
    font-size: 1rem;
    margin: 2.7rem 0 0 0;
  }
}
.footer__contact .inner .footer__contact--content--inner p br.sp {
  display: none;
}
@media screen and (max-width: 599px) {
  .footer__contact .inner .footer__contact--content--inner p br.sp {
    display: inline;
  }
}
@media screen and (max-width: 599px) {
  .footer__contact .inner .footer__contact--content--inner p br.pc {
    display: none;
  }
}
.footer__contact .inner .footer__contact--content--inner a:nth-child(2) {
  max-width: 61.4rem;
  width: 100%;
  height: max(84px, 8.4rem);
  background: #EA8D13;
  background: linear-gradient(125deg, rgb(234, 141, 19) 0%, rgb(253, 205, 93) 100%);
  display: inline-block;
  position: relative;
  margin: 4.2rem 0 0 0;
  font-size: max(25px, 2.5rem);
  font-weight: bold;
  letter-spacing: 0.15em;
  border-radius: 1rem 0 0 0;
  overflow: hidden;
  transition: all 0.3s;
  border: #000 solid 0.1rem;
}
@media screen and (max-width: 1600px) {
  .footer__contact .inner .footer__contact--content--inner a:nth-child(2) {
    height: 8.4rem;
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 1279px) {
  .footer__contact .inner .footer__contact--content--inner a:nth-child(2) {
    max-width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .footer__contact .inner .footer__contact--content--inner a:nth-child(2) {
    max-width: 100%;
    height: 4.5rem;
    margin: 2rem 0 0 0;
    font-size: 1.2rem;
    padding: 1.5rem 0 1.5rem 1.7rem;
  }
}
.footer__contact .inner .footer__contact--content--inner a:nth-child(2)::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000;
  position: absolute;
  transition: all 0.3s ease;
  position: absolute;
  top: 0;
  right: 100%;
}
.footer__contact .inner .footer__contact--content--inner a:nth-child(2) .contactText {
  position: absolute;
  top: 50%;
  left: 3.2rem;
  transform: translateY(-50%);
}
.footer__contact .inner .footer__contact--content--inner a:nth-child(2):hover {
  color: #EA8D13;
  border: #EA8D13 solid 0.1rem;
}
.footer__contact .inner .footer__contact--content--inner a:nth-child(2):hover::before {
  right: 0;
}
.footer__contact .inner .footer__contact--content--inner a:nth-child(2) .icon {
  width: max(43.01px, 4.301rem);
  display: flex;
  align-items: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2.8rem;
  transition: all 0.3s;
}
@media screen and (max-width: 1600px) {
  .footer__contact .inner .footer__contact--content--inner a:nth-child(2) .icon {
    width: 4.301rem;
  }
}
@media screen and (max-width: 599px) {
  .footer__contact .inner .footer__contact--content--inner a:nth-child(2) .icon {
    width: 2.311rem;
    right: 1.5rem;
  }
}
.footer__contact .inner .footer__contact--content--inner a:nth-child(2):hover .icon img {
  filter: brightness(0) saturate(100%) invert(66%) sepia(59%) saturate(2699%) hue-rotate(354deg) brightness(95%) contrast(93%);
}
.footer__contact .inner .footer__contact--content--inner a:nth-child(3) {
  max-width: 61.4rem;
  width: 100%;
  height: max(84px, 8.4rem);
  color: #fff;
  display: inline-block;
  position: relative;
  margin: 2.8rem 0 0 0;
  font-size: max(25px, 2.5rem);
  font-weight: bold;
  letter-spacing: 0.15em;
  border-radius: 1rem 0 0 0;
  border: 0.1rem solid #fff;
  overflow: hidden;
  transition: all 0.3s;
}
@media screen and (max-width: 1600px) {
  .footer__contact .inner .footer__contact--content--inner a:nth-child(3) {
    height: 8.4rem;
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 1279px) {
  .footer__contact .inner .footer__contact--content--inner a:nth-child(3) {
    max-width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .footer__contact .inner .footer__contact--content--inner a:nth-child(3) {
    max-width: 100%;
    height: 4.5rem;
    margin: 1.5rem 0 0 0;
    font-size: 1.2rem;
    padding: 1.5rem 0 1.5rem 1.7rem;
  }
}
.footer__contact .inner .footer__contact--content--inner a:nth-child(3)::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: transparent;
  position: absolute;
  top: 0;
  right: 61.4rem;
  transition: all 0.3s ease;
  background-color: #fff;
}
@media screen and (max-width: 1279px) {
  .footer__contact .inner .footer__contact--content--inner a:nth-child(3)::before {
    right: 100%;
  }
}
.footer__contact .inner .footer__contact--content--inner a:nth-child(3) .downloadText {
  position: absolute;
  top: 50%;
  left: 3.2rem;
  transform: translateY(-50%);
}
.footer__contact .inner .footer__contact--content--inner a:nth-child(3):hover {
  color: #000;
}
.footer__contact .inner .footer__contact--content--inner a:nth-child(3):hover::before {
  right: 0;
}
.footer__contact .inner .footer__contact--content--inner a:nth-child(3) .icon {
  width: max(43.01px, 4.301rem);
  display: flex;
  align-items: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2.8rem;
  border-radius: 1rem 0 0 0;
}
@media screen and (max-width: 1600px) {
  .footer__contact .inner .footer__contact--content--inner a:nth-child(3) .icon {
    width: 4.301rem;
  }
}
@media screen and (max-width: 599px) {
  .footer__contact .inner .footer__contact--content--inner a:nth-child(3) .icon {
    width: 2.311rem;
    right: 1.5rem;
  }
}
.footer__contact .inner .footer__contact--content--inner a:nth-child(3):hover .icon img {
  filter: brightness(0) saturate(100%) invert(0%) sepia(3%) saturate(0%) hue-rotate(257deg) brightness(104%) contrast(104%);
}
.footer__content {
  container-type: inline-size;
  width: 100%;
  max-width: 167rem;
  border-bottom: 0.1rem #fff solid;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: auto;
  padding: 0 0 max(68px, 6.8rem) 0;
  position: relative;
  z-index: 10;
  white-space: nowrap;
}
@media screen and (max-width: 1600px) {
  .footer__content {
    padding: 0 0 6.8rem 0;
  }
}
@media screen and (max-width: 1120px) {
  .footer__content {
    justify-content: center;
    flex-flow: column;
    max-width: max(600px, 60rem);
  }
}
@media screen and (max-width: 599px) {
  .footer__content {
    max-width: 33rem;
    flex-flow: column;
    padding: 0 0 1.9rem 0;
  }
}
.footer__content a {
  opacity: 1;
  transition: 0.3s opacity ease;
}
.footer__content a:hover {
  opacity: 0.5;
}
.footer__content div:nth-child(1) {
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
}
@media screen and (max-width: 1080px) {
  .footer__content div:nth-child(1) {
    display: flex;
    justify-content: center;
    flex-flow: column;
    max-width: max(600px, 60rem);
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .footer__content div:nth-child(1) {
    max-width: none;
  }
}
.footer__content div:nth-child(1) ul {
  max-width: -moz-fit-content;
  max-width: fit-content;
  width: 100%;
}
.footer__content div:nth-child(1) ul li h2 {
  font-size: max(5rem, 50px);
  font-weight: 900;
  color: #fff;
  padding: 6rem 0 0 0;
  font-family: "area-normal", sans-serif;
}
@media screen and (max-width: 1600px) {
  .footer__content div:nth-child(1) ul li h2 {
    font-size: max(5rem, 50px);
  }
}
@media screen and (max-width: 599px) {
  .footer__content div:nth-child(1) ul li h2 {
    font-size: 2rem;
    padding: 2.6rem 0 0 0;
  }
}
.footer__content div:nth-child(1) ul li h2 a {
  width: -moz-fit-content;
  width: fit-content;
}
.footer__content div:nth-child(1) ul li h3 {
  font-size: max(14px, 1.4rem);
  font-weight: 700;
  padding: 3.6rem 0 0.6rem 0;
  color: rgba(255, 255, 255, 0.45);
  font-family: "area-normal", sans-serif;
}
@media screen and (max-width: 1600px) {
  .footer__content div:nth-child(1) ul li h3 {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 599px) {
  .footer__content div:nth-child(1) ul li h3 {
    font-size: 1rem;
    padding-top: 1.9rem;
  }
}
.footer__content div:nth-child(1) ul li p {
  border-top: #fff 0.1rem solid;
  padding: 1rem 0 0 0;
  font-size: max(12px, 1.2rem);
  font-weight: 500;
}
@media screen and (max-width: 1600px) {
  .footer__content div:nth-child(1) ul li p {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 599px) {
  .footer__content div:nth-child(1) ul li p {
    font-size: 1.2rem;
    border: none;
    padding: 0;
  }
}
.footer__content div:nth-child(2) {
  max-width: max(620px, 62rem);
  width: 100%;
  display: flex;
  justify-content: space-between;
  color: #fff;
}
@media screen and (max-width: 1600px) {
  .footer__content div:nth-child(2) {
    max-width: 62rem;
  }
}
@media screen and (max-width: 599px) {
  .footer__content div:nth-child(2) {
    max-width: none;
    flex-flow: column;
    margin-top: 1.9rem;
  }
}
.footer__content div:nth-child(2) ul {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-flow: column;
  margin-top: max(19px, 1.9rem);
}
@media screen and (max-width: 1600px) {
  .footer__content div:nth-child(2) ul {
    margin-top: 1.9rem;
  }
}
@media screen and (max-width: 599px) {
  .footer__content div:nth-child(2) ul {
    margin-top: 0;
  }
}
.footer__content div:nth-child(2) ul li {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
}
.footer__content div:nth-child(2) ul li h3 {
  width: -moz-fit-content;
  width: fit-content;
  font-size: max(20px, 2rem);
  font-weight: 900;
  margin: max(32px, 3.2rem) 0 0;
}
@media screen and (max-width: 1600px) {
  .footer__content div:nth-child(2) ul li h3 {
    font-size: 2rem;
    margin: 3.2rem 0 0;
  }
}
@media screen and (max-width: 599px) {
  .footer__content div:nth-child(2) ul li h3 {
    font-size: 1.2rem;
    margin-top: 1.6rem;
  }
}
.footer__content div:nth-child(2) ul li h4 {
  width: -moz-fit-content;
  width: fit-content;
  font-size: max(15px, 1.5rem);
  font-weight: 500;
  display: flex;
  align-items: center;
  margin-top: max(12px, 1.2rem);
  gap: 0 1rem;
  color: #CDCDCD;
}
@media screen and (max-width: 1600px) {
  .footer__content div:nth-child(2) ul li h4 {
    font-size: 1.5rem;
    margin-top: 1.2rem;
  }
}
@media screen and (max-width: 599px) {
  .footer__content div:nth-child(2) ul li h4 {
    font-size: 1rem;
    margin-top: 0.6rem;
  }
}
.footer__content div:nth-child(2) ul li h4 .externalLink {
  display: flex;
  align-items: center;
}
.footer__content div:nth-child(2) ul li h4 .externalLink .icon {
  display: grid;
  place-items: center;
  width: max(13px, 1.3rem);
  height: max(13px, 1.3rem);
  margin-left: max(10px, 1rem);
}
@media screen and (max-width: 1600px) {
  .footer__content div:nth-child(2) ul li h4 .externalLink .icon {
    width: 1.3rem;
    height: 1.3rem;
    margin-left: 1rem;
  }
}
@media screen and (max-width: 599px) {
  .footer__content div:nth-child(2) ul li h4 .externalLink .icon {
    width: 0.9rem;
    height: 0.9rem;
    margin-left: 0.9rem;
  }
}
.footer__content div:nth-child(2) ul li h4 .externalLink .icon img {
  width: 100%;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(2396%) hue-rotate(192deg) brightness(105%) contrast(61%);
}
.footer__content div:nth-child(2) ul li .facebookIcon {
  display: grid;
  place-items: center;
  width: max(48px, 4.8rem);
  height: max(48px, 4.8rem);
  margin: max(12px, 1.2rem) max(12px, 1.2rem) 0 0;
}
@media screen and (max-width: 1600px) {
  .footer__content div:nth-child(2) ul li .facebookIcon {
    width: 4.8rem;
    height: 4.8rem;
    margin: 1.2rem 1.2rem 0 0;
  }
}
@media screen and (max-width: 599px) {
  .footer__content div:nth-child(2) ul li .facebookIcon {
    width: 2.4rem;
    height: 2.4rem;
    margin: 1.2rem 1rem 0 0;
  }
}
.footer__content div:nth-child(2) ul li .wantedlyIcon {
  display: grid;
  place-items: center;
  width: max(48px, 4.8rem);
  height: max(48px, 4.8rem);
  margin-top: max(12px, 1.2rem);
}
@media screen and (max-width: 1600px) {
  .footer__content div:nth-child(2) ul li .wantedlyIcon {
    width: 4.8rem;
    height: 4.8rem;
    margin-top: 1.2rem;
  }
}
@media screen and (max-width: 599px) {
  .footer__content div:nth-child(2) ul li .wantedlyIcon {
    width: 2.4rem;
    height: 2.4rem;
    margin-top: 1.2rem;
  }
}
.footer__content div:nth-child(2) ul li a {
  width: -moz-fit-content;
  width: fit-content;
}
.footer .copyRight {
  max-width: 172rem;
  width: 100%;
  padding: 2.8rem 1.6rem 3.3rem 0;
  font-size: max(15px, 1.5rem);
  margin: auto;
  color: #fff;
  text-align: right;
  display: block;
}
@media screen and (max-width: 1600px) {
  .footer .copyRight {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 599px) {
  .footer .copyRight {
    font-size: 0.8rem;
    text-align: center;
    padding: 2.8rem 1.6rem 3.3rem;
  }
}
.footer__bg {
  width: 74.2rem;
  height: auto;
  transform: rotateZ(-19deg);
  opacity: 0.09;
  position: absolute;
  z-index: 0;
  right: -0.625vw;
  bottom: 0;
}
@media screen and (max-width: 599px) {
  .footer__bg {
    width: 54.976rem;
    right: -24.5333333333vw;
  }
}/*# sourceMappingURL=style.css.map */