@charset "UTF-8";
/**
 * イージングプロパティ
 * https://github.com/dmnsgn/sass-easing
 */
/**
 * メディアクエリ
 * @param {string} $mode - max または min
 * @param {number} $width - 設定値
 */
/**
 * メディアクエリ PC
 * @param {number} [$width:$breakpoin] - 設定値
 */
/**
 * メディアクエリ SP
 * @param {number} [$width:$breakpoin] - 設定値
 */
/**
 * メディアクエリによるIE11ハック
 */
/**
 * Google Fonts の読み込み
 * @param {string} $family - フォント名（要URLエンコード）
 * @param {array} [$weights:(400,700)] - ウェイト
 */
/**
 * Noto Sans JP
 * @param {array} [$weights:(400,700)] - ウェイト
 */
/**
 * Noto Serif JP
 * @param {array} [$weights:(400,700)] - ウェイト
 */
/**
 * Lato
 * @param {array} [$weights:(400,700)] - ウェイト
 */
/**
 * Roboto
 * @param {array} [$weights:(400)] - ウェイト
 */
/**
 * VW計算
 * @param {string} $property  - プロパティ
 * @param {number} $value - 基準となる値
 * @param {number} $basewidth - 基準となるウィンドウ幅
 * @param {number} [$maxwidth:0] - 拡大を停止するウィンドウ幅
 * @param {number} [$minwidth:0] - 縮小を停止するウィンドウ幅
 */
/**
 * 三角形
 * @param {string} $direction - 三角の向き 上:T / 下:B / 左:L / 右:R
 * @param {number} $w - 幅
 * @param {number} $h - 高さ
 * @param {string} $color - 色
 */
/**
 * ローディングアニメーション
 * @param {number} $size - 円のサイズ
 * @param {number} $thickness - 円の枠線の太さ
 * @param {string} $backcolor - 円の色
 * @param {string} $forecolor - 円の強調色
 * @param {string} [$duration=1] - アニメーションのスピード（単位は秒:s）
 */
.career-entry .header__text {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .career-entry .header__text {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .career-entry .header__text {
    padding-left: 5.3333333333%;
    padding-right: 5.3333333333%;
  }
}
.career-entry .inquiry__tel {
  position: relative;
  z-index: 2;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .career-entry .inquiry__tel {
    padding-top: 60px;
    padding-bottom: 60px;
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .career-entry .inquiry__tel {
    margin-top: 50px;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 5.3333333333%;
    padding-right: 5.3333333333%;
    margin-bottom: 50px;
  }
}
.career-entry .inquiry__tel .inquiry__tel-heading {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .career-entry .inquiry__tel .inquiry__tel-heading {
    font-size: 20px;
  }
}
.career-entry .inquiry__tel .inquiry__tel-text {
  text-align: center;
  font-size: 16px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .career-entry .inquiry__tel .inquiry__tel-text {
    font-size: 15px;
  }
}
.career-entry .inquiry__tel .btn-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .career-entry .inquiry__tel .btn-wrapper {
    margin-top: 30px;
  }
}
.career-entry .inquiry__tel .btn-wrapper .bg-white {
  width: 295px;
  height: 50px;
  position: relative;
}
.career-entry .inquiry__container {
  position: relative;
  z-index: 2;
}
.career-entry .inquiry__container .inquiry__container-heading {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .career-entry .inquiry__container .inquiry__container-heading {
    font-size: 20px;
    margin-top: 30px;
  }
}
.career-entry .inquiry__flow {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .career-entry .inquiry__flow {
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .career-entry .inquiry__flow {
    margin-left: 5.3333333333vw;
    margin-right: 5.3333333333vw;
    position: relative;
    width: 89.3333333333vw;
    height: 12vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 767px) {
  .career-entry .inquiry__flow {
    margin-left: 40.9066666667px;
  }
}
@media screen and (max-width: 767px) and (min-width: 767px) {
  .career-entry .inquiry__flow {
    margin-right: 40.9066666667px;
  }
}
@media screen and (max-width: 767px) and (min-width: 767px) {
  .career-entry .inquiry__flow {
    width: 685.1866666667px;
  }
}
@media screen and (max-width: 767px) and (min-width: 767px) {
  .career-entry .inquiry__flow {
    height: 92.04px;
  }
}
.career-entry .inquiry__flow li {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .career-entry .inquiry__flow li {
    width: 66.7796610169vw;
    height: 5.0847457627vw;
    font-size: 1.3559322034vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1180px) {
  .career-entry .inquiry__flow li {
    width: 788px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1180px) {
  .career-entry .inquiry__flow li {
    height: 60px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1180px) {
  .career-entry .inquiry__flow li {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .career-entry .inquiry__flow li {
    width: 30.9333333333vw;
    height: 12vw;
    font-size: 3.4666666667vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 767px) {
  .career-entry .inquiry__flow li {
    width: 237.2586666667px;
  }
}
@media screen and (max-width: 767px) and (min-width: 767px) {
  .career-entry .inquiry__flow li {
    height: 92.04px;
  }
}
@media screen and (max-width: 767px) and (min-width: 767px) {
  .career-entry .inquiry__flow li {
    font-size: 26.5893333333px;
  }
}
.career-entry .inquiry__flow .inquiry__flow-01 {
  background-image: url(../img/career/entry/flow01.png);
}
@media screen and (max-width: 767px) {
  .career-entry .inquiry__flow .inquiry__flow-01 {
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../img/career/entry/flow01.sp.png);
  }
}
.career-entry .inquiry__flow .inquiry__flow-01.is-active {
  color: #fff;
  background-image: url(../img/career/entry/flow01_active.png);
}
@media screen and (max-width: 767px) {
  .career-entry .inquiry__flow .inquiry__flow-01.is-active {
    background-image: url(../img/career/entry/flow01_active.sp.png);
  }
}
.career-entry .inquiry__flow .inquiry__flow-02 {
  background-image: url(../img/career/entry/flow02.png);
}
@media screen and (max-width: 767px) {
  .career-entry .inquiry__flow .inquiry__flow-02 {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-51%);
    background-image: url(../img/career/entry/flow02.sp.png);
  }
}
.career-entry .inquiry__flow .inquiry__flow-02.is-active {
  color: #fff;
  background-image: url(../img/career/entry/flow02_active.png);
}
@media screen and (max-width: 767px) {
  .career-entry .inquiry__flow .inquiry__flow-02.is-active {
    background-image: url(../img/career/entry/flow02_active.sp.png);
  }
}
.career-entry .inquiry__flow .inquiry__flow-03 {
  background-image: url(../img/career/entry/flow03.png);
}
@media screen and (max-width: 767px) {
  .career-entry .inquiry__flow .inquiry__flow-03 {
    position: absolute;
    right: 0;
    top: 0;
    background-image: url(../img/career/entry/flow03.sp.png);
  }
}
.career-entry .inquiry__flow .inquiry__flow-03.is-active {
  color: #fff;
  background-image: url(../img/career/entry/flow03_active.png);
}
@media screen and (max-width: 767px) {
  .career-entry .inquiry__flow .inquiry__flow-03.is-active {
    background-image: url(../img/career/entry/flow03_active.sp.png);
  }
}
.career-entry .inquiry__form {
  background: #F4F4F7;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .career-entry .inquiry__form {
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 90px;
    padding-right: 90px;
  }
}
@media screen and (max-width: 767px) {
  .career-entry .inquiry__form {
    margin-top: 20px;
    margin-left: 5.3333333333%;
    margin-right: 5.3333333333%;
    padding-left: 5.3333333333%;
    padding-right: 5.3333333333%;
    padding-top: 40px;
    padding-bottom: 50px;
  }
}
.career-entry .inquiry__form .error-announce {
  text-align: center;
  color: #E30909;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .career-entry .inquiry__form .error-announce {
    font-size: 13px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  .career-entry .inquiry__form .inquiry__form-column {
    display: flex;
  }
}
.career-entry .inquiry__form .inquiry__form-column:not(:first-of-type) {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .career-entry .inquiry__form .inquiry__form-column:not(:first-of-type) {
    margin-top: 20px;
  }
}
.career-entry .inquiry__form .inquiry__form-column .inquiry__form-title {
  font-weight: bold;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .career-entry .inquiry__form .inquiry__form-column .inquiry__form-title {
    font-size: 15px;
    min-width: 310px;
  }
}
@media screen and (max-width: 767px) {
  .career-entry .inquiry__form .inquiry__form-column .inquiry__form-title {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) {
  .career-entry .inquiry__form .inquiry__form-column .inquiry__form-title.start span {
    position: relative;
    top: 1.2em;
  }
}
.career-entry .inquiry__form .inquiry__form-column .inquiry__form-title.require span::after {
  content: "必須";
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
  color: #E30909;
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .career-entry .inquiry__form .inquiry__form-column .inquiry__form-title.require span::after {
    font-size: 10px;
  }
}
.career-entry .inquiry__form .inquiry__form-column .inquiry__form-contents {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .career-entry .inquiry__form .inquiry__form-column .inquiry__form-contents {
    margin-top: 10px;
  }
}
.career-entry .inquiry__form .inquiry__form-column .input__error {
  color: #E30909;
  font-weight: bold;
  font-size: 11px;
  margin-top: 10px;
}
.career-entry .inquiry__form .inquiry__form-column .textarea {
  width: 100%;
  height: 250px;
  border: 1px solid #D5D5D5;
  border-radius: 5px;
  background-color: #FAFAFC;
  font-size: 14px;
  padding-left: 20px;
  padding: 15px 20px;
}
.career-entry .inquiry__form .inquiry__form-column .textarea::-moz-placeholder {
  color: #909090;
}
.career-entry .inquiry__form .inquiry__form-column .textarea::placeholder {
  color: #909090;
}
.career-entry .inquiry__form .inquiry__form-column .textarea.error {
  border: 1px solid #E30909;
  background-color: #FFF0F0;
}
.career-entry .inquiry__form .inquiry__form-column .l-checkbox {
  display: inline-block;
  cursor: pointer;
  line-height: 1;
  position: relative;
  display: flex;
  align-items: center;
}
.career-entry .inquiry__form .inquiry__form-column .l-checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 1px;
}
.career-entry .inquiry__form .inquiry__form-column .l-checkbox input:checked + .checkbox-name::before {
  content: "\e90d";
  color: var(--accentPeacockBlue) !important;
}
.career-entry .inquiry__form .inquiry__form-column .l-checkbox input[disabled] + .checkbox-name {
  cursor: auto;
  color: #B9B9B9;
}
.career-entry .inquiry__form .inquiry__form-column .l-checkbox input.error + .checkbox-name::before {
  color: #E30909;
}
.career-entry .inquiry__form .inquiry__form-column .l-checkbox .checkbox-name {
  display: flex;
  align-items: center;
  position: relative;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .career-entry .inquiry__form .inquiry__form-column .l-checkbox .checkbox-name {
    font-size: 13px;
  }
}
.career-entry .inquiry__form .inquiry__form-column .l-checkbox .checkbox-name::before {
  content: "\e90c";
  font-family: "icomoon" !important;
  font-size: 18px;
  color: var(--borderGray);
  margin-right: 10px;
  transition: color 0.3s ease;
}
@media screen and (max-width: 767px) {
  .career-entry .inquiry__form .inquiry__form-column .l-checkbox .checkbox-name::before {
    font-size: 22px;
  }
}
.career-entry .inquiry__form .btn-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .career-entry .inquiry__form .btn-wrapper {
    margin-top: 40px;
  }
}
.career-entry .inquiry__confirm {
  background: #F4F4F7;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .career-entry .inquiry__confirm {
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 45px;
    padding-bottom: 60px;
    padding-left: 90px;
    padding-right: 90px;
  }
}
@media screen and (max-width: 767px) {
  .career-entry .inquiry__confirm {
    margin-top: 20px;
    margin-left: 5.3333333333%;
    margin-right: 5.3333333333%;
    padding-left: 5.3333333333%;
    padding-right: 5.3333333333%;
    padding-top: 40px;
    padding-bottom: 50px;
  }
}
.career-entry .inquiry__confirm .inquiry__confirm-column {
  border-bottom: 1px solid #D5D5D5;
}
@media screen and (min-width: 768px) {
  .career-entry .inquiry__confirm .inquiry__confirm-column {
    display: flex;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .career-entry .inquiry__confirm .inquiry__confirm-column {
    padding-left: 5.9701492537%;
    padding-right: 5.9701492537%;
    padding-bottom: 20px;
  }
  .career-entry .inquiry__confirm .inquiry__confirm-column:not(:first-of-type) {
    margin-top: 20px;
  }
}
.career-entry .inquiry__confirm .inquiry__confirm-column .inquiry__confirm-title {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .career-entry .inquiry__confirm .inquiry__confirm-column .inquiry__confirm-title {
    font-size: 15px;
    min-width: 190px;
  }
}
@media screen and (max-width: 767px) {
  .career-entry .inquiry__confirm .inquiry__confirm-column .inquiry__confirm-title {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .career-entry .inquiry__confirm .inquiry__confirm-column .inquiry__confirm-contents {
    margin-top: 5px;
  }
}
.career-entry .inquiry__confirm .btn-wrapper {
  display: flex;
}
@media screen and (min-width: 768px) {
  .career-entry .inquiry__confirm .btn-wrapper {
    flex-direction: row-reverse;
    justify-content: center;
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .career-entry .inquiry__confirm .btn-wrapper {
    align-items: center;
    flex-direction: column;
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) {
  .career-entry .inquiry__confirm .btn-wrapper .submit-btn {
    margin-left: 80px;
  }
}
@media screen and (max-width: 767px) {
  .career-entry .inquiry__confirm .btn-wrapper .border-green {
    margin-top: 20px;
  }
}
.career-entry .inquiry__confirm .btn-wrapper .border-green.arrow::after {
  content: "\e90b";
  left: 28px;
  right: auto;
}
.career-entry .inquiry__complete {
  background: #F4F4F7;
  border-radius: 10px;
  padding-top: 40px;
  padding-bottom: 60px;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .career-entry .inquiry__complete {
    margin-top: 20px;
    margin-left: 5.3333333333%;
    margin-right: 5.3333333333%;
    padding-top: 30px;
    padding-bottom: 50px;
  }
}
.career-entry .inquiry__complete .inquiry__complete-icon {
  display: flex;
  justify-content: center;
}
.career-entry .inquiry__complete .inquiry__complete-icon img {
  width: 80px;
}
@media screen and (max-width: 767px) {
  .career-entry .inquiry__complete .inquiry__complete-icon img {
    width: 70px;
  }
}
.career-entry .inquiry__complete .inquiry__complete-heading {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  font-size: 20px;
}
.career-entry .inquiry__complete .inquiry__complete-text {
  text-align: center;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .career-entry .inquiry__complete .inquiry__complete-text {
    font-size: 16px;
  }
}
.career-entry .inquiry__complete .btn-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.career-entry .inquiry__complete .btn-wrapper .bg-white {
  width: 295px;
  height: 60px;
}

.input__wrapper {
  width: 100%;
  height: 50px;
  position: relative;
}
.input__wrapper input[type=text] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #D5D5D5;
  border-radius: 5px;
  background-color: #FAFAFC;
  font-size: 14px;
  padding-left: 20px;
}
.input__wrapper input[type=text]::-moz-placeholder {
  color: #909090;
}
.input__wrapper input[type=text]::placeholder {
  color: #909090;
}
.input__wrapper input[type=text].error {
  border: 1px solid #E30909;
  background-color: #FFF0F0;
}
.input__wrapper input[type=email] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #D5D5D5;
  border-radius: 5px;
  background-color: #FAFAFC;
  font-size: 14px;
  padding-left: 20px;
}
.input__wrapper input[type=email]::-moz-placeholder {
  color: #909090;
}
.input__wrapper input[type=email]::placeholder {
  color: #909090;
}
.input__wrapper input[type=email].error {
  border: 1px solid #E30909;
  background-color: #FFF0F0;
}
.input__wrapper input[type=tel] {
  display: block;
  width: 100%;
  height: 50px;
  border: 1px solid #D5D5D5;
  border-radius: 5px;
  background-color: #FAFAFC;
  font-size: 14px;
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .input__wrapper input[type=tel] {
    width: 100%;
    height: 45px;
  }
}
.input__wrapper input[type=tel].error {
  border: 1px solid #E30909;
  background-color: #FFF0F0;
}

.tel__wrapper {
  display: flex;
  align-items: center;
}
.tel__wrapper .line {
  width: 10px;
  height: 1px;
  margin: 0 10px;
  background: rgba(25, 25, 25, 0.7);
}

.cmn-btn {
  width: 295px;
  height: 60px;
}

.file__wrapper {
  display: flex;
  align-items: center;
}

.file__button {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border: 1px solid #909090;
  border-radius: 4px;
}
@media screen and (min-width: 768px) {
  .file__button {
    width: 200px;
    height: 50px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .file__button {
    width: 150px;
    height: 40px;
    font-size: 13px;
  }
}
.file__button input[type=file] {
  display: none;
}

.file__button--note {
  margin-left: 10px;
}
@media screen and (min-width: 768px) {
  .file__button--note {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .file__button--note {
    font-size: 11px;
  }
}

.inquiry__form--note {
  color: #909090;
}
@media screen and (min-width: 768px) {
  .inquiry__form--note {
    font-size: 11px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .inquiry__form--note {
    margin-top: 5px;
    font-size: 10px;
  }
}

.cmn-btn.border-green {
  background: #fff;
}

.inquiry__container--heading {
  font-weight: bold;
  text-align: center;
  color: #09015A;
}
@media screen and (min-width: 768px) {
  .inquiry__container--heading {
    padding-top: 80px;
    padding-bottom: 80px;
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  .inquiry__container--heading {
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 28px;
  }
}