/* 共通 */
p {
  color: var(--grey01, #4B4B4B);

  font-family: "Noto Sans JP";
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 1px;
}
#mainContents .inner {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  #mainContents .inner {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .h2_ptn1 {
    font-size: 20px;
    font-weight: 900;
    line-height: 34px;
    letter-spacing: 1px;
  }
}
.sp_only {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp_only {
    display: block;
  }
}
.h3_ptn {
  color: #000;
  font-size: 30px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.5px;
}
@media screen and (max-width: 768px) {
  .h3_ptn {
    font-size: 20px;
    font-weight: 900;
    line-height: 34px;
    letter-spacing: 1px;
  }
}
.h4_ptn {
  /* font-family: Noto Sans JP; */
  font-weight: 900;
  font-size: 20px;
  line-height: 34px;
  letter-spacing: 5%;
  color: #000000;
}
@media screen and (max-width: 768px) {
  .h4_ptn {
    font-weight: 900;
    font-size: 15.09px;
    line-height: 25.65px;
    letter-spacing: 5%;
  }
}


.lowHeading {
  height: 765px;
}
.lowHeading img {
  height: 415px;
}
.lowHeadingTxt p {
  padding-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .lowHeading {
    height: 805px;
  }
  .inner01 {
    padding: 0 20px;
  }
  .lowHeading .inner01 {
    padding-bottom: initial;
  }
  .lowHeading img {
    height: 525px;
  }
  .lowHeadingTxt p {
    padding-bottom: initial;
  }
  .lowHeading .h1_ptn1 {
    padding: 30px 21px 20px;
  }
  .lowHeading p {
    margin: 0 auto;
  }
}


/* firstStep */
.firstStep .firstStep__txt {
  margin-top: 25px;
}
.career-img {
  display: block;
  margin-top: 40px;
  width: 900px;
}
.firstStep .firstStep-inner .bg-white {
  background-color: #fff;
  width: 100%;
  padding-top: 75px;
  padding-right: 22.5%;
  padding-bottom: 60px;
  padding-left: 22.5%;
  margin-top: 40px;
}
.firstStep .firstStep-inner .bg-white .symbol-box {
  width: 350px;
  height: 45px;
  background-color: #eee;
  display: flex;
  column-gap: 39px;
  align-items: center;
  padding: 8px 0 8px 12px;
  margin-top: 11px;
}
.firstStep .firstStep-inner .bg-white .symbol-box .item {
  display: flex;
  column-gap: 8px;
}
.firstStep .firstStep-inner .bg-white .symbol-box .arrow-img {
  width: 28px;
  height: 28px;
}
.firstStep .firstStep-inner .bg-white .symbol-box .item .symbol-txt {
  font-weight: 500;
  font-size: 16.51px;
  line-height: 29.54px;
  letter-spacing: -3%;
}
.firstStep .firstStep-inner .bg-white .img-area {
  width: 100%;
  overflow-x: scroll;
}
.firstStep .firstStep-inner .bg-white .img-main {
  margin-top: 18px;
  width: 650px;
}
.firstStep .firstStep-inner .bg-white .img-area + .h4_ptn {
  margin-top: 42px;
}
@media screen and (max-width: 768px) {
  #mainContents .firstStep .firstStep-inner {
    padding: 36px 0 60px 20px;
  }
  .firstStep .firstStep__txt {
    margin-top: 24px;
  }
  /* #mainContents .firstStep .firstStep-inner {
    padding: 0;
  } */
  .firstStep .firstStep-inner .bg-white {
    margin-top: 26px;
    padding: 26px 0 24px 15px;
  }
  .firstStep .firstStep-inner .bg-white .symbol-box {
    width: 264px;
    height: 33px;
    padding: 6px 0 6px 9px;
    column-gap: 29px;
     margin-top: 8px;
  }
  .firstStep .firstStep-inner .bg-white .symbol-box .arrow-img {
    width: 21px;
    height: 21px;
  }
  .firstStep .firstStep-inner .bg-white .symbol-box .item .symbol-txt {
    font-size: 12.45px;
    line-height: 22.28px;
    letter-spacing: -3%;
  }
  .firstStep .firstStep-inner .bg-white .img-main {
    margin-top: 14px;
    width: 490px;
  }
  .firstStep .firstStep-inner .bg-white .img-area + .h4_ptn {
    margin-top: 32px;
  }
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon::before {
  animation: none;
}

.scroll-hint-icon::before {
  background-image: url(../img/pinch.svg);
  width: 48px;
  height: 48px;
}

.scroll-hint-icon::after {
  display: none;
}

.scroll-hint-icon {
  width: 100px;
  height: 100px;
  background-color: #DDDDDD;
  padding: 26px 10px 10px 10px;
}


/* support */
@media screen and (max-width: 768px) {
  #mainContents .support .inner {
    padding: 36px 0 60px 20px;
  }
}
.support__box {
  background-color: #fff;
  padding: 40px;
  margin-top: 48px;
}
@media screen and (max-width: 768px) {
  .support__box {
    margin-top: 25px;
    padding: 32px 24px;
  }
}
.support__box__ttl {
  display: flex;
}
@media screen and (max-width: 768px) {
  .support__box__ttl {
    flex-direction: column;
  }
}
.support__box__ttl:last-of-type {
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .support__box__ttl:last-of-type {
    margin-top: 24px;
  }
}
.support__box__ttl p {
  font-size: 20px;
  font-weight: 700;
  line-height: 34px;
  letter-spacing: 1px;
  color: #000;
}
@media screen and (max-width: 768px) {
  .support__box__ttl p {
    font-size: 18px;
    line-height: 34px;
    letter-spacing: 0.9px;
  }
}
.support__box__ttl__tag {
  background-color: #000;
  padding: 0 8px;
  border-image: linear-gradient(to top, #36bdef, #08287e, #1eaa39) 1;
  border-left: 3px solid;
}
@media screen and (max-width: 768px) {
  .support__box__ttl__tag {
    width: 90px;
    height: 24px;
    padding: 0 8px 0 5px;
  }
}
.support__box__ttl__tag::after {
  content: "";
  
}
.support__box__ttl__tag p {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .support__box__ttl__tag p {
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.7px;
    margin-top: initial;
  }
}
.support__box__ttl__tag+p {
  margin-left: 12px;
}
@media screen and (max-width: 768px) {
  .support__box__ttl__tag+p {
    margin-left: initial;
    margin-top: 5px;
  }
}
.support__box__txt {
  letter-spacing: 0.8px;
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .support__box__txt {
    margin-top: 8px;
  }
}
.support__subTtl {
  margin-top: 60px;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  letter-spacing: 1.2px;
  color: #000;
}
@media screen and (max-width: 768px) {
  .support__subTtl {
    margin-top: 40px;
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
    letter-spacing: 0.9px;
  }
}
.support .img-area {
  padding: 87px 100px;
  background-color: #fff;
  margin-top: 40px;
  width: 100%;
  overflow-x: scroll;
}
@media screen and (max-width: 768px) {
  .support .img-area {
    padding: 20px;
    margin-top: 25px;
  }
}
.support-img {
  display: block;
  width: 1000px;
}
@media screen and (max-width: 768px) {
  .support-img {
    height: 512px;
    width: auto;
  }
}

/* interview */
.interview__wrapper {
  margin-top: 48px;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 768px) {
  .interview__wrapper {
    margin-top: 37px;
    grid-template-columns: 1fr;
  }
}
.interview__card {
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
  background-color: #fff;
  display: flex;
  flex-direction: column;
}
#interview .interview__card .img {
  width: 100%;
}
#interview .interview__card .img img {
  width: 100%;
  height: auto;
}
.content {
  padding: 28px 22px;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}
@media screen and (max-width: 768px) {
  .content {
    padding: 16px 18px 24px 18px;
  }
}
.interview__card .content h4 {
  font-size: 20px;
  font-weight: 900;
  line-height: 34px;
  letter-spacing: 0.8px;
  color: #000;
}
@media screen and (max-width: 768px) {
  .interview__card .content h4 {
    font-size: 16px;
    font-weight: 900;
    line-height: 20px;
    letter-spacing: 0.8px;
  }
}
.interview__card .content p {
  margin-top: 14px;
  letter-spacing: 0.8px;
  flex-grow: 1;
}
@media screen and (max-width: 768px) {
  .interview__card .content p {
    margin-top: 11px;
    font-size: 13px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0.65px;
  }
}
.interview__card .content .btn {
  background-color: #000;
  color: #fff;
  height: 60px;
  font-size: 16px;
  font-weight: 900;
  line-height: 34px;
  letter-spacing: 0.8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 4px solid;
  border-image: linear-gradient(to left, #36bdef, #08287e, #1eaa39) 1;
  margin-top: 28px;
  position: relative;
}
.interview__card .content .btn:hover {
  opacity: 0.7;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .interview__card .content .btn {
    height: 49.8px;
    font-size: 14px;
    line-height: 28.475px;
    letter-spacing: 0.7px;
    margin-top: 22px;
  }
}
.interview__card .content .btn::after {
  content: "";
  position: absolute;
  right: 30px;
  top: 55%;
  color: #fff;
  width: 12px;
  height: 12px;
  border-top: solid 4px #fff;
  border-right: solid 4px #fff;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 768px) {
  .interview__card .content .btn::after {
    width: 10.265px;
    height: 10.265px;
    border-top: solid 3.35px #fff;
    border-right: solid 3.35px #fff;
  }
}


/* footer */
@media screen and (max-width: 768px) {
  #category_top .thumb_inner {
    padding: 42px 20px 47px;
    max-width: initial;
  }
}


/* リンク集 */
@media screen and (max-width: 768px) {
  #category_top .thumb_link {
    padding-left: 20px;
    padding-right: 20px;
  }
  #category_top .thumb_link .thumb_inner {
    padding: 42px 0px 47px;
  }
}
