@charset "UTF-8";
/*--------------------------------------
 法人向けお問い合わせフォーム、転職支援サービスお申し込み
---------------------------------------*/
.pageCorporation .inner,
.pageSupport .inner {
  max-width: 1200px;
  margin: 0 auto;
}

.pageCorporation h3,
.pageSupport h3 {
  position: relative;
  font-size: 4rem;
  font-weight: bold;
  padding-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .pageCorporation h3,
  .pageSupport h3 {
    padding-bottom: 4.6875vw;
  }
}
.pageCorporation h3:after,
.pageSupport h3:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 77px;
  height: 9px;
  border-radius: 10px;
}

@media screen and (max-width: 767px) {
  .pageCorporation h3:after,
  .pageSupport h3:after {
    width: 12.5vw;
    height: 1.5625vw;
    border-radius: 1.5625vw;
  }
}
.pageCorporation .mainBlock,
.pageSupport .mainBlock {
  text-align: center;
}

.pageCorporation .mainBlock h2,
.pageSupport .mainBlock h2 {
  padding: 40px 0;
}

@media screen and (max-width: 767px) {
  .pageCorporation .mainBlock h2,
  .pageSupport .mainBlock h2 {
    padding: 9.375vw 0;
  }
}
.pageCorporation .mainBlock h2 .ttlWrap,
.pageSupport .mainBlock h2 .ttlWrap {
  display: inline-block;
  position: relative;
}

.pageCorporation .mainBlock h2 .ttlWrap .sub,
.pageSupport .mainBlock h2 .ttlWrap .sub {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  font-size: 2.5rem;
  font-weight: bold;
}

.pageCorporation .mainBlock h2 .ttlWrap img,
.pageSupport .mainBlock h2 .ttlWrap img {
  width: 400px;
}

@media screen and (max-width: 767px) {
  .pageCorporation .mainBlock h2 .ttlWrap img,
  .pageSupport .mainBlock h2 .ttlWrap img {
    width: 70.3125vw;
  }
}
.pageCorporation .applicationBlock,
.pageSupport .applicationBlock {
  background: #f4f4f4;
  padding: 60px;
}

@media screen and (max-width: 767px) {
  .pageCorporation .applicationBlock,
  .pageSupport .applicationBlock {
    padding: 11.71875vw 4.6875vw 15.625vw;
  }
}
.pageCorporation .applicationBlock h3,
.pageSupport .applicationBlock h3 {
  text-align: center;
  margin-bottom: 70px;
}

@media screen and (max-width: 767px) {
  .pageCorporation .applicationBlock h3,
  .pageSupport .applicationBlock h3 {
    margin-bottom: 7.8125vw;
  }
}
.pageCorporation .applicationBlock h3:after,
.pageSupport .applicationBlock h3:after {
  background: linear-gradient(to right, #ffaf02, #ff2323);
}

.pageCorporation .applicationBlock p,
.pageSupport .applicationBlock p {
  text-align: center;
  font-size: 1.7rem;
  line-height: 1.58824;
}

@media screen and (max-width: 767px) {
  .pageCorporation .applicationBlock p,
  .pageSupport .applicationBlock p {
    font-size: 1.9rem;
    line-height: 1.63158;
  }
}
.pageCorporation .applicationBlock p .note,
.pageSupport .applicationBlock p .note {
  display: block;
}

.pageCorporation .applicationBlock p .note a,
.pageSupport .applicationBlock p .note a {
  color: #fc4b19;
  text-decoration: underline;
}

.pageCorporation .applicationBlock p .note a:hover,
.pageSupport .applicationBlock p .note a:hover {
  text-decoration: none;
}

.pageCorporation .applicationBlock .link,
.pageSupport .applicationBlock .link {
  text-align: center;
  margin-top: 25px;
}

@media screen and (max-width: 767px) {
  .pageCorporation .applicationBlock .link,
  .pageSupport .applicationBlock .link {
    margin-top: 3.90625vw;
  }
}
.pageCorporation .applicationBlock .link a,
.pageSupport .applicationBlock .link a {
  position: relative;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fc4b1f;
  text-decoration: underline;
}

.pageCorporation .applicationBlock .link a:hover,
.pageSupport .applicationBlock .link a:hover {
  text-decoration: none;
}

.pageCorporation .applicationBlock .link a:after,
.pageSupport .applicationBlock .link a:after {
  position: absolute;
  top: 5px;
  bottom: 0;
  right: -1em;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  margin: auto 0;
  border-bottom: 3px solid #fc4b1f;
  border-right: 3px solid #fc4b1f;
  transform: rotate(-45deg);
}

@media screen and (max-width: 767px) {
  .pageCorporation .applicationBlock .link a:after,
  .pageSupport .applicationBlock .link a:after {
    top: 0.78125vw;
    width: 1.25vw;
    height: 1.25vw;
    border-bottom: 0.625vw solid #fc4b1f;
    border-right: 0.625vw solid #fc4b1f;
  }
}
.pageCorporation .formArea,
.pageSupport .formArea {
  max-width: 900px;
  margin: 40px auto 0;
  border: 1px solid #f4f4f4;
  box-sizing: border-box;
  padding: 30px;
  background-color: #fff;
  border-radius: 40px;
  box-shadow: 3px 15px 9px rgba(0, 0, 0, 0.16), -1px -1px 9px rgba(0, 0, 0, 0.16);
}

@media screen and (max-width: 767px) {
  .pageCorporation .formArea,
  .pageSupport .formArea {
    width: 100%;
    padding: 5vw;
    margin: 6.25vw auto 0;
    border-radius: 4.6875vw;
    box-shadow: 0.46875vw 2.34375vw 1.40625vw rgba(0, 0, 0, 0.16), -0.15625vw -0.15625vw 1.40625vw rgba(0, 0, 0, 0.16);
  }
}
.formArea form {
  display: grid;
  gap: 30px;
}
.formArea em {
  color: red;
}
.formArea button {
  display: inline-flex;
  padding: 1em 2em;
  font-weight: bold;
  background-color: #fc4b1f;
  color: #FFF;
  border-radius: 100px;
  width: 80%;
  justify-content: center;
  max-width: 300px;
  text-align: center;
  margin: 0 auto;
}
.formArea .row label {
  display: block;
}
.formArea .row input[type=email] {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 8px 16px;
}
.formArea .row input,
.formArea .row email,
.formArea .row textarea {
  width: 100%;
  box-sizing: border-box;
}/*# sourceMappingURL=contact.css.map */