@charset "UTF-8";
.body {
  color: #222222;
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}
@media screen and (max-width: 1024px) {
  .body {
    font-size: 10px;
  }
}

.header {
  align-items: center;
  background-color: #F7D237;
  border-radius: 0 0 0 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 32px 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 96.67%;
  z-index: 999;
}
@media screen and (max-width: 1024px) {
  .header {
    border-radius: 0 0 0 4px;
    padding: 14px 0;
    width: 93.6%;
  }
}
.header__inner {
  align-items: center;
  display: flex;
  margin-left: 5.17%;
}
@media screen and (max-width: 1024px) {
  .header__inner {
    margin-left: 6.84%;
  }
}
.header__logo-img {
  display: block;
  width: 154px;
}
@media screen and (max-width: 1024px) {
  .header__logo-img {
    width: 77px;
  }
}
.header__title {
  font-family: museo-sans, sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0.1em;
  padding-left: 2rem;
  padding-top: 0.5rem;
}
@media screen and (max-width: 1024px) {
  .header__title {
    font-size: 12px;
    padding-left: 1rem;
  }
}
.header__hamburgerbtn {
  background-color: transparent;
  border: none;
  cursor: pointer;
  position: fixed;
  right: 2.16%;
  top: 27px;
  width: 60px;
}
@media screen and (max-width: 1024px) {
  .header__hamburgerbtn {
    right: 6.4%;
    top: 7px;
    width: 40px;
  }
}
.header__hamburgerbtn-img {
  display: block;
  width: 100%;
}

.fv {
  background-image: url("../../../images/pages/recruit/recruit/pc/pc-recruit-top-fv.jpg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .fv {
    background-image: url("../../../images/pages/recruit/recruit/sp/sp-recruit-top-fv.jpg");
    height: 134.8vw;
  }
}
.fv__heading {
  bottom: 14%;
  color: #FFFFFF;
  font-family: museo-sans, sans-serif;
  font-size: 8.25rem;
  font-style: normal;
  font-weight: 700;
  left: 3.33%;
  line-height: 0.91;
  position: absolute;
}
@media screen and (max-width: 1024px) {
  .fv__heading {
    bottom: 16%;
    font-size: 4rem;
    left: 4.97%;
    line-height: 0.88;
  }
}
.fv__description {
  bottom: 4%;
  color: #FFFFFF;
  font-size: 1.125rem;
  left: 3.33%;
  line-height: 2.44;
  position: absolute;
}
@media screen and (max-width: 1024px) {
  .fv__description {
    bottom: 3.2%;
    font-size: 0.8rem;
    left: 4.97%;
    line-height: 1.75;
  }
}

.mission {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .mission {
    background-color: #F7D237;
  }
}
.mission__container {
  background-color: #F7D237;
  border-radius: 0 0 0 15px;
  margin-left: 44.44%;
  padding: 13.89% 0;
  width: 55.56%;
}
@media screen and (max-width: 1024px) {
  .mission__container {
    margin-left: 6.4%;
    padding: 13.87% 0;
    width: 93.6%;
  }
}
.mission__title {
  margin-bottom: 14%;
  margin-left: 20%;
  width: 60%;
}
@media screen and (max-width: 1024px) {
  .mission__title {
    margin-bottom: 16%;
    margin-left: 0;
    width: 100%;
  }
}
.mission__title-img {
  width: 132px;
}
@media screen and (max-width: 1024px) {
  .mission__title-img {
    width: 106px;
  }
}
.mission__title-text {
  font-size: 22px;
  padding-left: 1em;
}
@media screen and (max-width: 1024px) {
  .mission__title-text {
    font-size: 18px;
  }
}
.mission__heading {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 6.25%;
  margin-left: 20%;
}
@media screen and (max-width: 1024px) {
  .mission__heading {
    font-size: 1.5rem;
    margin-bottom: 9.11%;
    margin-left: 0;
  }
}
.mission__description {
  font-size: 1.125rem;
  line-height: 2.3;
  margin-left: 20%;
}
@media screen and (max-width: 1024px) {
  .mission__description {
    font-size: 1rem;
    line-height: 2;
    margin-left: 0;
  }
}
.mission__linkbtn {
  align-items: center;
  display: flex;
  flex-direction: row;
  margin-left: 66.63%;
  margin-top: 6.25%;
  padding-bottom: 0.8%;
  width: 24%;
}
@media screen and (max-width: 1024px) {
  .mission__linkbtn {
    margin-left: auto;
    margin-right: 5%;
    margin-top: 9.11%;
    padding-bottom: 0.3em;
    width: 120px;
  }
}
.mission__linkbtn-label {
  font-family: museo-sans, sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 300;
  padding-left: 0.5em;
  padding-right: 1.5em;
}
@media screen and (max-width: 1024px) {
  .mission__linkbtn-label {
    font-size: 12px;
  }
}
.mission__linkbtn-img {
  width: 17px;
}
@media screen and (max-width: 1024px) {
  .mission__linkbtn-img {
    width: 12px;
  }
}
.mission__img {
  display: block;
}
.mission__img--pc {
  left: 0%;
  position: absolute;
  top: 24%;
  width: 50.03%;
}
@media screen and (max-width: 1024px) {
  .mission__img--pc {
    display: none;
  }
}
.mission__img--sp {
  padding-bottom: 13%;
  width: 88%;
}
@media screen and (min-width: 1025px) {
  .mission__img--sp {
    display: none;
  }
}

.about {
  padding-bottom: 8.47%;
  padding-top: 20%;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .about {
    padding-bottom: 8%;
    padding-top: 60%;
  }
}
.about__bg {
  background-color: #F7D237;
  border-radius: 0 0 15px 0;
  height: 70%;
  left: 0;
  position: absolute;
  top: 28%;
  width: 81.53%;
}
@media screen and (max-width: 1024px) {
  .about__bg {
    border-radius: 0 0 8px 0;
    height: 84%;
    left: 0;
    top: 16%;
    width: 100%;
  }
}

.culture {
  margin-bottom: 12%;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .culture {
    margin-bottom: 24%;
  }
}
.culture__bg {
  bottom: 0;
  height: auto;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
}
.culture__container {
  border-radius: 24px;
  display: block;
  margin: 0 auto;
  position: relative;
  transition: 0.15s ease;
  width: 83.33%;
}
@media screen and (min-width: 1024px) {
  .culture__container:hover {
    opacity: 1;
  }
  .culture__container :not(.data__bg) {
    transition: 0.15s ease;
  }
  .culture__container:hover :not(.culture__bg) {
    -webkit-transform: translate(-10px, -10px);
            transform: translate(-10px, -10px);
  }
}
@media screen and (max-width: 1024px) {
  .culture__container {
    width: 96.53%;
  }
}
.culture__main-img {
  display: block;
  position: relative;
  width: 100%;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .culture__main-img--pc {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .culture__main-img--sp {
    display: none;
  }
}
.culture__label-img {
  display: block;
  position: absolute;
  z-index: 3;
}
.culture__label-img--pc {
  bottom: 2%;
  left: 2%;
  width: 24%;
}
@media screen and (max-width: 1024px) {
  .culture__label-img--pc {
    display: none;
  }
}
.culture__label-img--sp {
  bottom: 4%;
  left: 4%;
  width: 56%;
}
@media screen and (min-width: 1025px) {
  .culture__label-img--sp {
    display: none;
  }
}
.culture__description {
  -ms-writing-mode: tb-rl;
  background-color: #FFFFFF;
  border-radius: 0 0 4px 4px;
  font-size: 1.625rem;
  line-height: 1.73;
  padding: 0.4em 0;
  position: absolute;
  top: -16%;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  z-index: 3;
}
@media screen and (max-width: 1024px) {
  .culture__description {
    font-size: 1rem;
    line-height: 1.67;
  }
}
.culture__description--first {
  left: 5em;
}
.culture__description--second {
  left: 3em;
}
.culture__description--third {
  left: 1em;
}
.culture__linkbtn {
  display: block;
  margin-left: 10%;
  margin-top: 4%;
  position: relative;
  width: 10.2%;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .culture__linkbtn {
    margin-left: 6%;
    margin-top: 8%;
    width: 27.33%;
  }
}
.culture__linkbtn-label {
  font-family: museo-sans, sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 300;
  padding-left: 0.5em;
}
@media screen and (max-width: 1024px) {
  .culture__linkbtn-label {
    font-size: 12px;
  }
}
.culture__linkbtn-img {
  display: block;
  width: 100%;
}

.data {
  width: 100%;
}
.data__bg {
  bottom: 0;
  height: auto;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
}
.data__container {
  border-radius: 24px;
  display: block;
  margin: 0 auto;
  position: relative;
  transition: 0.15s ease;
  width: 83.33%;
}
@media screen and (min-width: 1024px) {
  .data__container:hover {
    opacity: 1;
  }
  .data__container :not(.data__bg) {
    transition: 0.15s ease;
  }
  .data__container:hover :not(.data__bg) {
    -webkit-transform: translate(-10px, -10px);
            transform: translate(-10px, -10px);
  }
}
@media screen and (max-width: 1024px) {
  .data__container {
    width: 96.3%;
  }
}
.data__main-img {
  display: block;
  position: relative;
  width: 100%;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .data__main-img--pc {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .data__main-img--sp {
    display: none;
  }
}
.data__label-img {
  display: block;
  position: absolute;
  z-index: 3;
}
.data__label-img--pc {
  bottom: 2.4%;
  right: 2.4%;
  width: 26%;
}
@media screen and (max-width: 1024px) {
  .data__label-img--pc {
    display: none;
  }
}
.data__label-img--sp {
  bottom: 6%;
  right: 5%;
  width: 54%;
}
@media screen and (min-width: 1025px) {
  .data__label-img--sp {
    display: none;
  }
}
.data__description {
  -ms-writing-mode: tb-rl;
  background-color: #FFFFFF;
  border-radius: 0 0 4px 4px;
  font-size: 1.625rem;
  line-height: 1.73;
  padding: 0.4em 0;
  position: absolute;
  top: -16%;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  z-index: 3;
}
@media screen and (max-width: 1024px) {
  .data__description {
    font-size: 1rem;
    line-height: 1.67;
  }
}
.data__description--first {
  right: 1em;
}
.data__description--second {
  right: 3em;
}
.data__description--third {
  right: 5em;
}
.data__linkbtn {
  display: block;
  margin-left: 48%;
  margin-top: 4%;
  position: relative;
  width: 10.2%;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .data__linkbtn {
    margin-left: auto;
    margin-right: 5%;
    margin-top: 9.11%;
    padding-bottom: 0.3em;
    width: 27.33%;
  }
}
.data__linkbtn-label {
  font-family: museo-sans, sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 300;
  padding-left: 0.5em;
}
@media screen and (max-width: 1024px) {
  .data__linkbtn-label {
    font-size: 12px;
  }
}
.data__linkbtn-img {
  display: block;
  width: 100%;
}

.blog {
  margin-top: 11.8%;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .blog {
    margin-top: 24%;
  }
}
.blog__bg {
  left: 0;
  position: absolute;
  z-index: -1;
}
.blog__bg--pc {
  top: -4%;
  width: 87.78%;
}
@media screen and (max-width: 1024px) {
  .blog__bg--pc {
    display: none;
  }
}
.blog__bg--sp {
  top: -1.6%;
  width: 93.6%;
}
@media screen and (min-width: 1025px) {
  .blog__bg--sp {
    display: none;
  }
}
.blog__title {
  align-items: center;
  background-color: #FFFFFF;
  border-radius: 0 15px 15px 0;
  display: flex;
  margin-top: 2.78%;
  padding-left: 10.49%;
  width: 33.75%;
}
@media screen and (max-width: 1024px) {
  .blog__title {
    padding-left: 6.4%;
    width: 72.27%;
  }
}
.blog__logo-img {
  display: block;
  width: 132px;
}
@media screen and (max-width: 1024px) {
  .blog__logo-img {
    width: 105px;
  }
}
.blog__title-text {
  font-size: 1.375rem;
  letter-spacing: 0.1em;
  padding-left: 1.6rem;
  padding-top: 0.5rem;
}
@media screen and (max-width: 1024px) {
  .blog__title-text {
    font-size: 1rem;
    padding-left: 1rem;
  }
}
.blog__topic-label {
  font-family: museo-sans, sans-serif;
  font-size: 2.19rem;
  font-style: normal;
  font-weight: 500;
  position: absolute;
  right: 4%;
  top: 3%;
}
@media screen and (max-width: 1024px) {
  .blog__topic-label {
    font-size: 0.8rem;
    right: 4%;
    top: 2%;
  }
}
.blog__categorybox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 5.56% 0 5.14% 8.33%;
  width: 48.33%;
}
@media screen and (max-width: 1024px) {
  .blog__categorybox {
    margin: 13.87% auto 24%;
    width: 87.2%;
  }
}
.blog__category-btn {
  background-color: rgba(247, 210, 55, 0.5);
  border-radius: 4px;
  cursor: pointer;
  display: block;
  font-size: 0.875rem;
  line-height: 3.2;
  text-align: center;
  width: 23.28%;
}
@media screen and (max-width: 1024px) {
  .blog__category-btn {
    font-size: 0.9rem;
    margin-bottom: 2%;
    width: 48.93%;
  }
}
.blog__radiobtn {
  display: none;
}
input[type=radio]:checked + .blog__category-btn {
  background-color: #F7D237;
}
.blog__contentbox {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0 auto;
  width: 83.4%;
}
@media screen and (max-width: 1024px) {
  .blog__contentbox {
    flex-direction: column;
    width: 87.2%;
  }
}
.blog__content-card {
  border-bottom: 0.5px solid #888888;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  width: 30.47%;
}
@media screen and (max-width: 1024px) {
  .blog__content-card {
    margin-bottom: 3rem;
    padding-bottom: 3rem;
    width: 100%;
  }
}
.blog__heading {
  font-size: 1.2rem;
  line-height: 1.5;
  margin-bottom: 1em;
}
@media screen and (max-width: 1024px) {
  .blog__heading {
    font-size: 1.125rem;
  }
}
.blog__text {
  background: linear-gradient(transparent 0%, #F7D237 0%);
  border-radius: 6px;
  padding: 0.4em 0;
}
@media screen and (max-width: 1024px) {
  .blog__text {
    border-radius: 4px;
  }
}
.blog__category-label {
  background-color: #B4B4B4;
  border-radius: 4px;
  color: #FFFFFF;
  font-size: 0.75rem;
  line-height: 1.8;
  margin-bottom: 1em;
  text-align: center;
  width: 32.88%;
}
@media screen and (max-width: 1024px) {
  .blog__category-label {
    font-size: 0.8rem;
  }
}
.blog__thumbnail {
  border-radius: 8px;
  display: block;
  margin-bottom: 1rem;
  padding-top: 61.75%;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .blog__thumbnail {
    padding-top: 61.16%;
  }
}
.blog__thumbnail-img {
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.blog__thumbnail-arrowbg {
  align-items: center;
  background-color: #FFFFFF;
  bottom: 0%;
  display: flex;
  height: 32px;
  justify-content: center;
  position: absolute;
  right: 0%;
  width: 48px;
}
@media screen and (max-width: 1024px) {
  .blog__thumbnail-arrowbg {
    height: 28px;
    width: 40px;
  }
}
.blog__thumbnail-arrow {
  display: inline-block;
  height: 12px;
  position: relative;
  vertical-align: middle;
  width: 24px;
}
.blog__thumbnail-arrow::before {
  -webkit-transform: translateY(-50%);
  background-color: black;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 7px;
  transform: translateY(-50%);
  width: 100%;
}
.blog__thumbnail-arrow::after {
  -webkit-transform: translateX(-50%) rotate(45deg) translateY(-50%);
  border-right: 1px solid black;
  border-top: 1px solid black;
  content: "";
  height: 8px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateX(-50%) rotate(45deg) translateY(-50%);
  width: 8px;
}
.blog__description {
  font-size: 0.875rem;
  letter-spacing: 0.02em;
  line-height: 1.93;
  margin-bottom: 1rem;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .blog__description {
    font-size: 0.8rem;
    line-height: 1.8;
  }
}
.blog__hashtagbox {
  display: flex;
  flex-wrap: wrap;
  width: 96%;
}
@media screen and (max-width: 1024px) {
  .blog__hashtagbox {
    width: 89.91%;
  }
}
.blog__hashtag {
  background-color: #FEFAE9;
  border-radius: 2px;
  font-size: 0.8rem;
  letter-spacing: 0.02em;
  line-height: 2.25;
  margin-bottom: 0.8em;
  margin-right: 2.4%;
  text-align: center;
  width: 30%;
}
@media screen and (max-width: 1024px) {
  .blog__hashtag {
    font-size: 0.75rem;
  }
}
.blog__linkbtn {
  display: block;
  margin-left: 81.46%;
  margin-top: 6.25%;
  padding-bottom: 0.8%;
  width: 10.2%;
}
@media screen and (max-width: 1024px) {
  .blog__linkbtn {
    margin-left: 66.27%;
    margin-top: 9.11%;
    width: 27.33%;
  }
}
.blog__linkbtn-label {
  font-family: museo-sans, sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 300;
  padding-left: 0.5em;
}
@media screen and (max-width: 1024px) {
  .blog__linkbtn-label {
    font-size: 12px;
  }
}
.blog__linkbtn-img {
  display: block;
  width: 100%;
}

.joblist {
  border-bottom: 1px solid #323232;
  margin: 0 auto;
  padding: 17.08% 0 16.67%;
  width: 94.03%;
}
@media screen and (max-width: 1024px) {
  .joblist {
    padding: 25.6% 0 14.93%;
    width: 100%;
  }
}
.joblist__container {
  background-color: #323232;
  border-radius: 15px;
  display: block;
  margin: 0 auto;
  padding-top: 16.25%;
  position: relative;
  width: 83.33%;
}
@media screen and (max-width: 1024px) {
  .joblist__container {
    border-radius: 8px;
    padding-top: 48%;
    width: 87.2%;
  }
}
.joblist__bgtext {
  -webkit-transform: translateY(-50%) translateX(-50%);
  color: #3C3C3C;
  font-family: museo-sans, sans-serif;
  font-size: 7.2rem;
  font-style: normal;
  font-weight: 500;
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .joblist__bgtext {
    font-size: 3.2rem;
  }
}
.joblist__maintext {
  -webkit-transform: translateY(-50%) translateX(-50%);
  color: #FFFFFF;
  font-size: 1.375rem;
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
}
@media screen and (max-width: 1024px) {
  .joblist__maintext {
    font-size: 16px;
    width: 100%;
  }
}
.joblist__img {
  margin-bottom: 0.3em;
  margin-left: 0.4em;
  width: 20px;
}
@media screen and (max-width: 1024px) {
  .joblist__img {
    font-size: 14px;
  }
}
.joblist__arrow {
  position: absolute;
  right: 4%;
  top: 50%;
  width: 36px;
}
@media screen and (max-width: 1024px) {
  .joblist__arrow {
    width: 24px;
  }
}

.contact {
  border-bottom: 1px solid #323232;
  margin: 0 auto;
  padding: 8.2% 0 8.2%;
  width: 94.03%;
}
@media screen and (max-width: 1024px) {
  .contact {
    padding: 12% 0 14.93%;
    width: 100%;
  }
}
.contact__inner {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0 auto;
  width: 88.85%;
}
@media screen and (max-width: 1024px) {
  .contact__inner {
    align-items: inherit;
    flex-direction: column;
    width: 88.8%;
  }
}
.contact__bgtext {
  color: #E5E5E5;
  font-family: museo-sans, sans-serif;
  font-size: 4.125rem;
  font-style: normal;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .contact__bgtext {
    font-size: 3.8rem;
  }
}
.contact__linkbtn {
  align-items: center;
  display: flex;
  font-size: 0.875rem;
  height: 2rem;
  letter-spacing: 0.02em;
  width: 17.6%;
}
@media screen and (max-width: 1024px) {
  .contact__linkbtn {
    align-self: flex-end;
    margin-top: 18.02%;
    padding-bottom: 0.3em;
    width: auto;
  }
  .contact__linkbtn__linkbtn-img {
    width: 17px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 1024px) {
  .contact__linkbtn__linkbtn-img {
    width: 12px;
  }
}
.contact__linkbtn-label {
  font-size: 1rem;
  font-style: normal;
  font-weight: 300;
  padding-left: 0.5em;
  padding-right: 1.5em;
}

.footer {
  margin: 0 auto;
  padding-top: 5.56%;
  position: relative;
  width: 94.03%;
}
@media screen and (max-width: 1024px) {
  .footer {
    margin-top: 18.02%;
    width: 87.2%;
  }
}
.footer__inner {
  align-items: center;
  display: flex;
  margin-left: 5.17%;
}
@media screen and (max-width: 1024px) {
  .footer__inner {
    margin-left: 0;
  }
}
.footer__logo-img {
  display: block;
  width: 132px;
}
@media screen and (max-width: 1024px) {
  .footer__logo-img {
    width: 72px;
  }
}
.footer__title {
  font-family: museo-sans, sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.1em;
  padding-left: 2rem;
  padding-top: 0.5rem;
}
@media screen and (max-width: 1024px) {
  .footer__title {
    font-size: 0.8rem;
    padding-left: 1rem;
  }
}
.footer__linkbtn {
  align-items: center;
  display: flex;
  flex-direction: row;
  margin-left: 5.17%;
  margin-top: 6.25%;
  padding-bottom: 0.8%;
  width: 32%;
}
@media screen and (max-width: 1024px) {
  .footer__linkbtn {
    flex-wrap: wrap;
    margin-left: 0;
    margin-top: 9.11%;
    width: 65%;
  }
}
.footer__linkbtn-label {
  font-size: 14px;
  line-height: 2;
  padding-left: 1em;
  padding-right: 1em;
}
@media screen and (max-width: 1024px) {
  .footer__linkbtn-label {
    font-size: 12px;
    margin-left: -2px;
    padding-left: 0;
    padding-top: 0.1em;
    text-align: left;
  }
  .footer__linkbtn-label:first-child {
    width: 100%;
  }
  .footer__linkbtn-label:not(:first-child) {
    padding: 0 0.3em;
  }
}
.footer__linkbtn-logo {
  margin-bottom: 6px;
  width: 66px;
}
@media screen and (max-width: 1024px) {
  .footer__linkbtn-logo {
    margin-left: 0;
    width: 56px;
  }
}
.footer__linkbtn-img {
  padding-left: 2em;
  width: 40px;
}
@media screen and (max-width: 1024px) {
  .footer__linkbtn-img {
    padding-left: 1em;
    width: 16px;
  }
}
.footer__copyright {
  color: #969696;
  font-family: museo-sans, sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.1em;
  margin-bottom: 6em;
  margin-left: 5.17%;
  padding-top: 4em;
}
@media screen and (max-width: 1024px) {
  .footer__copyright {
    margin-left: 0;
  }
}
.footer__jumptofv-img {
  display: block;
  position: absolute;
}
.footer__jumptofv-img--pc {
  bottom: 0;
  right: 0;
  width: 30px;
}
@media screen and (max-width: 1024px) {
  .footer__jumptofv-img--pc {
    display: none;
  }
}
.footer__jumptofv-img--sp {
  right: 0;
  top: -24%;
  width: 27px;
}
@media screen and (min-width: 1025px) {
  .footer__jumptofv-img--sp {
    display: none;
  }
}

.sp-only {
  display: none;
}
@media screen and (max-width: 1024px) {
  .sp-only {
    display: block;
  }
}

@media screen and (min-width: 1025px) {
  .hover-link-shadow {
    opacity: 1;
    transition: box-shadow 0.35s ease;
  }

  .hover-link-shadow:hover {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    opacity: 1;
  }
}
/*--------------------------------
 タブ切り替え
--------------------------------*/
.js-tab {
  background-color: rgba(247, 210, 55, 0.5) !important;
  transition: background-color 0.15s linear;
}
.js-tab.is-active {
  background-color: #F7D237 !important;
}

.js-tab-content {
  display: none !important;
}
.js-tab-content.is-active {
  display: flex !important;
}
