@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）
 */
.fresh-page b {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .fresh-page .text__center--sp {
    text-align: center;
  }
}
.fresh-page .common__heading--wrapper {
  position: relative;
}
.fresh-page .common__heading--wrapper::before {
  font-weight: bold;
  font-family: "Lato", sans-serif;
  position: absolute;
  line-height: 1;
  left: 50%;
  transform: translateX(-50%);
  top: -0.6em;
}
@media screen and (min-width: 768px) {
  .fresh-page .common__heading--wrapper::before {
    font-size: 7.3206442167vw;
  }
}
@media screen and (max-width: 767px) {
  .fresh-page .common__heading--wrapper::before {
    font-size: 19.2vw;
  }
}
@media screen and (min-width: 768px) {
  .fresh-page .headline {
    padding-top: 5.8565153734vw;
  }
}
@media screen and (max-width: 767px) {
  .fresh-page .headline {
    padding-top: 10.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .fresh-page .headline .headline__inner {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .fresh-page .headline .headline__inner {
    margin-left: 5.3333333333vw;
    margin-right: 5.3333333333vw;
    padding-bottom: 8vw;
    border-bottom: 1px solid #D5D5D5;
  }
}
@media screen and (min-width: 768px) {
  .fresh-page .headline .headline__contents {
    margin-left: 2.9282576867vw;
  }
}
@media screen and (max-width: 767px) {
  .fresh-page .headline .headline__contents {
    margin-top: 8vw;
  }
}
@media screen and (min-width: 768px) {
  .fresh-page .headline .headline__contents--image {
    width: 43.9238653001vw;
  }
}
.fresh-page .headline .headline__contents--text {
  line-height: 1.8125;
}
@media screen and (min-width: 768px) {
  .fresh-page .headline .headline__contents--text {
    font-size: 1.1713030747vw;
    margin-top: 2.196193265vw;
  }
}
@media screen and (max-width: 767px) {
  .fresh-page .headline .headline__contents--text {
    font-size: 3.7333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .fresh-page .headline .headline__contents--title {
    margin-top: 2.196193265vw;
    width: 26.2079062958vw;
  }
}
@media screen and (max-width: 767px) {
  .fresh-page .headline .headline__contents--title {
    margin-top: 2.6666666667vw;
    margin-bottom: 2.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .fresh-page .freshRecruit {
    padding-top: 10.980966325vw;
    padding-bottom: 5.8565153734vw;
  }
}
@media screen and (max-width: 767px) {
  .fresh-page .freshRecruit {
    padding-top: 21.3333333333vw;
    padding-bottom: 13.3333333333vw;
  }
}
.fresh-page .freshRecruit .freshRecruit__heading--wrapper {
  display: flex;
  justify-content: center;
}
.fresh-page .freshRecruit .freshRecruit__heading--wrapper::before {
  content: "RECRUIT";
  color: rgba(13, 57, 148, 0.1);
}
.fresh-page .freshRecruit .freshRecruit__heading--wrapper .freshRecruit__heading {
  color: #0D3994;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .fresh-page .freshRecruit .freshRecruit__heading--wrapper .freshRecruit__heading {
    font-size: 2.9282576867vw;
  }
}
@media screen and (max-width: 767px) {
  .fresh-page .freshRecruit .freshRecruit__heading--wrapper .freshRecruit__heading {
    line-height: 1.2857142857;
    font-size: 7.4666666667vw;
  }
}
.fresh-page .freshRecruit .freshRecruit__table {
  position: relative;
}
@media screen and (min-width: 768px) {
  .fresh-page .freshRecruit .freshRecruit__table {
    background: #F4F4F7;
    margin-top: 3.6603221083vw;
    width: 80.5270863836vw;
    border-radius: 0.7320644217vw;
    margin-left: auto;
    margin-right: auto;
  }
  .fresh-page .freshRecruit .freshRecruit__table::before {
    content: "";
    display: block;
    width: 21.9619326501vw;
    height: 100%;
    background: linear-gradient(#04c4c2 0%, #2c96cb 49.26%, #0c48c3 100%);
    position: absolute;
    left: 0;
    top: 0;
    border-top-left-radius: 0.7320644217vw;
    border-bottom-left-radius: 0.7320644217vw;
  }
}
@media screen and (max-width: 767px) {
  .fresh-page .freshRecruit .freshRecruit__table {
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
    margin-top: 8vw;
  }
}
.fresh-page .freshRecruit .freshRecruit__column {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .fresh-page .freshRecruit .freshRecruit__column {
    display: flex;
  }
  .fresh-page .freshRecruit .freshRecruit__column:not(:first-of-type) {
    border-top: 1px solid #D5D5D5;
  }
}
@media screen and (max-width: 767px) {
  .fresh-page .freshRecruit .freshRecruit__column:not(:first-of-type) {
    margin-top: 5.3333333333vw;
  }
}
.fresh-page .freshRecruit .freshRecruit__column--dt {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .fresh-page .freshRecruit .freshRecruit__column--dt {
    width: 21.9619326501vw;
    max-height: 100%;
    font-size: 1.4641288433vw;
  }
}
@media screen and (max-width: 767px) {
  .fresh-page .freshRecruit .freshRecruit__column--dt {
    border-radius: 2.6666666667vw 2.6666666667vw 0 0;
    height: 10.6666666667vw;
    font-size: 3.7333333333vw;
    background: linear-gradient(45deg, #04c4c2 0%, #2c96cb 49.26%, #0c48c3 100%);
  }
}
@media screen and (min-width: 768px) {
  .fresh-page .freshRecruit .freshRecruit__column--dd {
    padding-top: 2.196193265vw;
    padding-bottom: 2.196193265vw;
    padding-left: 2.9282576867vw;
    padding-right: 2.9282576867vw;
  }
}
@media screen and (max-width: 767px) {
  .fresh-page .freshRecruit .freshRecruit__column--dd {
    background: #F4F4F7;
    padding: 4.5333333333vw;
    border-radius: 0 0 2.6666666667vw 2.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .fresh-page .freshRecruit .freshRecruit__column--text {
    font-size: 1.1713030747vw;
  }
}
@media screen and (max-width: 767px) {
  .fresh-page .freshRecruit .freshRecruit__column--text {
    font-size: 3.4666666667vw;
  }
  .fresh-page .freshRecruit .freshRecruit__column--text.center {
    max-inline-size: -webkit-max-content;
    max-inline-size: -moz-max-content;
    max-inline-size: max-content;
    margin-inline: auto;
  }
}
@media screen and (min-width: 768px) {
  .fresh-page .freshRecruit .freshRecruit__column--item {
    display: flex;
    align-items: center;
    font-size: 1.1713030747vw;
  }
}
@media screen and (max-width: 767px) {
  .fresh-page .freshRecruit .freshRecruit__column--item {
    display: flex;
    font-size: 3.4666666667vw;
  }
}
.fresh-page .freshRecruit .freshRecruit__column--item::before {
  content: "";
  display: block;
  background: #00AEAC;
  border-radius: 50%;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .fresh-page .freshRecruit .freshRecruit__column--item::before {
    width: 0.878477306vw;
    height: 0.878477306vw;
    margin-right: 0.3660322108vw;
  }
}
@media screen and (max-width: 767px) {
  .fresh-page .freshRecruit .freshRecruit__column--item::before {
    transform: translateY(35%);
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    margin-right: 0.8vw;
  }
}
@media screen and (min-width: 768px) {
  .fresh-page .freshRecruit .freshRecruit__column--item:not(:first-of-type) {
    margin-top: 0.7320644217vw;
  }
}
@media screen and (max-width: 767px) {
  .fresh-page .freshRecruit .freshRecruit__column--item:not(:first-of-type) {
    margin-top: 2.6666666667vw;
  }
}
.fresh-page .freshRecruit .freshRecruit__column--item b {
  display: inline-block;
  min-width: 7.3em;
}
@media screen and (min-width: 768px) {
  .fresh-page .freshRecruit .freshRecruit__column--item b {
    margin-right: 1.4641288433vw;
  }
}
@media screen and (max-width: 767px) {
  .fresh-page .freshRecruit .freshRecruit__column--item b {
    margin-right: 4vw;
  }
}
.fresh-page .benefits {
  background: #F4F4F7;
}
@media screen and (min-width: 768px) {
  .fresh-page .benefits {
    padding-top: 10.980966325vw;
    padding-bottom: 5.8565153734vw;
  }
}
@media screen and (max-width: 767px) {
  .fresh-page .benefits {
    padding-top: 21.3333333333vw;
    padding-bottom: 13.3333333333vw;
  }
}
.fresh-page .benefits .benefits__heading--wrapper {
  display: flex;
  justify-content: center;
}
.fresh-page .benefits .benefits__heading--wrapper::before {
  content: "BENEFITS";
  color: rgba(13, 57, 148, 0.1);
}
.fresh-page .benefits .benefits__heading--wrapper .benefits__heading {
  color: #0D3994;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .fresh-page .benefits .benefits__heading--wrapper .benefits__heading {
    font-size: 2.9282576867vw;
  }
}
@media screen and (max-width: 767px) {
  .fresh-page .benefits .benefits__heading--wrapper .benefits__heading {
    font-size: 7.4666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .fresh-page .benefits .benefits__wrapper {
    width: 80.5270863836vw;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .fresh-page .benefits .benefits__wrapper {
    margin-top: 8vw;
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
  }
}
.fresh-page .benefits .benefits__flex {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .fresh-page .benefits .benefits__flex {
    gap: 1.4641288433vw;
    margin-top: 3.6603221083vw;
  }
}
@media screen and (max-width: 767px) {
  .fresh-page .benefits .benefits__flex {
    gap: 2.9333333333vw;
  }
}
.fresh-page .benefits .benefits__flex--item {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .fresh-page .benefits .benefits__flex--item {
    width: 39.5314787701vw;
    border-radius: 0.7320644217vw;
    padding-top: 2.196193265vw;
    padding-bottom: 2.196193265vw;
  }
}
@media screen and (max-width: 767px) {
  .fresh-page .benefits .benefits__flex--item {
    border-radius: 2.6666666667vw;
    width: 43.2vw;
    padding-top: 5.3333333333vw;
    padding-bottom: 5.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .fresh-page .benefits .benefits__flex--image {
    width: 5.8565153734vw;
  }
}
@media screen and (max-width: 767px) {
  .fresh-page .benefits .benefits__flex--image {
    width: 10.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .fresh-page .benefits .benefits__flex--title {
    margin-top: 1.4641288433vw;
    font-size: 1.4641288433vw;
  }
}
@media screen and (max-width: 767px) {
  .fresh-page .benefits .benefits__flex--title {
    text-align: center;
    margin-top: 4vw;
    font-size: 3.7333333333vw;
  }
}
.fresh-page .benefits .benefits__flex--text {
  line-height: 1.8125;
}
@media screen and (min-width: 768px) {
  .fresh-page .benefits .benefits__flex--text {
    margin-top: 0.7320644217vw;
    font-size: 1.1713030747vw;
  }
}
@media screen and (max-width: 767px) {
  .fresh-page .benefits .benefits__flex--text {
    margin-top: 2.6666666667vw;
    font-size: 2.9333333333vw;
    padding-left: 2.6666666667vw;
    padding-right: 2.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .fresh-page .benefits .benefits__flex--note {
    font-size: 0.7320644217vw;
  }
}
@media screen and (max-width: 767px) {
  .fresh-page .benefits .benefits__flex--note {
    font-size: 2.4vw;
  }
}
@media screen and (max-width: 767px) {
  .fresh-page .benefits .benefits__note--sp {
    font-size: 2.4vw;
  }
}
.fresh-page .benefits .benefits__grid {
  display: grid;
}
@media screen and (min-width: 768px) {
  .fresh-page .benefits .benefits__grid {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr 1fr;
    gap: 1.4641288433vw;
    margin-top: 1.4641288433vw;
  }
}
@media screen and (max-width: 767px) {
  .fresh-page .benefits .benefits__grid {
    margin-top: 2.6666666667vw;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.6666666667vw;
  }
}
.fresh-page .benefits .benefits__grid--item {
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .fresh-page .benefits .benefits__grid--item {
    width: 25.8418740849vw;
    border-radius: 0.7320644217vw;
  }
}
@media screen and (max-width: 767px) {
  .fresh-page .benefits .benefits__grid--item {
    border-radius: 2.6666666667vw;
    padding-top: 5.3333333333vw;
    padding-bottom: 5.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .fresh-page .benefits .benefits__grid--large {
    grid-row: 1/span 2;
    height: 11.5666178624vw;
  }
}
@media screen and (max-width: 767px) {
  .fresh-page .benefits .benefits__grid--large {
    grid-column: 1/span 2;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .fresh-page .benefits .benefits__grid--small {
    height: 5.0512445095vw;
  }
}
@media screen and (max-width: 767px) {
  .fresh-page .benefits .benefits__grid--small {
    width: 43.2vw;
  }
}
.fresh-page .benefits .benefits__grid--title {
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .fresh-page .benefits .benefits__grid--title {
    font-size: 1.4641288433vw;
  }
}
@media screen and (max-width: 767px) {
  .fresh-page .benefits .benefits__grid--title {
    font-size: 3.7333333333vw;
  }
}
.fresh-page .benefits .benefits__grid--text {
  line-height: 1.8125;
}
@media screen and (min-width: 768px) {
  .fresh-page .benefits .benefits__grid--text {
    margin-top: 0.7320644217vw;
    font-size: 1.1713030747vw;
  }
}
@media screen and (max-width: 767px) {
  .fresh-page .benefits .benefits__grid--text {
    width: 100%;
    font-size: 2.9333333333vw;
    margin-top: 2.6666666667vw;
  }
}
.fresh-page .training {
  background: #fff;
}
@media screen and (min-width: 768px) {
  .fresh-page .training {
    padding-top: 10.980966325vw;
    padding-bottom: 5.8565153734vw;
  }
}
@media screen and (max-width: 767px) {
  .fresh-page .training {
    padding-top: 21.3333333333vw;
    padding-bottom: 13.3333333333vw;
  }
}
.fresh-page .training .training__heading--wrapper {
  display: flex;
  justify-content: center;
}
.fresh-page .training .training__heading--wrapper::before {
  content: "TRAINING";
  color: rgba(13, 57, 148, 0.1);
}
.fresh-page .training .training__heading--wrapper .training__heading {
  color: #0D3994;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .fresh-page .training .training__heading--wrapper .training__heading {
    font-size: 2.9282576867vw;
  }
}
@media screen and (max-width: 767px) {
  .fresh-page .training .training__heading--wrapper .training__heading {
    font-size: 7.4666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .fresh-page .training .training__iist {
    display: flex;
    justify-content: center;
    margin-top: 3.6603221083vw;
    gap: 1.4641288433vw;
  }
}
@media screen and (max-width: 767px) {
  .fresh-page .training .training__iist {
    margin-top: 8vw;
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
  }
}
.fresh-page .training .training__item {
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .fresh-page .training .training__item {
    display: flex;
    flex-direction: column;
    width: 25.8418740849vw;
    border-radius: 0.7320644217vw;
  }
}
@media screen and (max-width: 767px) {
  .fresh-page .training .training__item {
    border-radius: 2.6666666667vw;
  }
  .fresh-page .training .training__item:not(:first-of-type) {
    margin-top: 5.3333333333vw;
  }
}
.fresh-page .training .training__item--contents {
  background: #F4F4F7;
}
@media screen and (min-width: 768px) {
  .fresh-page .training .training__item--contents {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding-top: 2.196193265vw;
    padding-bottom: 2.9282576867vw;
    padding-left: 2.9282576867vw;
    padding-right: 2.9282576867vw;
  }
}
@media screen and (max-width: 767px) {
  .fresh-page .training .training__item--contents {
    padding: 5.3333333333vw 4vw;
  }
}
.fresh-page .training .training__item--title {
  color: #0D3994;
}
@media screen and (min-width: 768px) {
  .fresh-page .training .training__item--title {
    font-size: 1.4641288433vw;
  }
}
@media screen and (max-width: 767px) {
  .fresh-page .training .training__item--title {
    font-size: 4.2666666667vw;
  }
}
.fresh-page .training .training__item--text {
  line-height: 1.8125;
}
@media screen and (min-width: 768px) {
  .fresh-page .training .training__item--text {
    margin-top: 1.4641288433vw;
    font-size: 1.1713030747vw;
  }
}
@media screen and (max-width: 767px) {
  .fresh-page .training .training__item--text {
    margin-top: 2.6666666667vw;
    font-size: 3.7333333333vw;
  }
}
.fresh-page .training .training__item--dl {
  line-height: 1.8125;
}
@media screen and (min-width: 768px) {
  .fresh-page .training .training__item--dl {
    font-size: 1.1713030747vw;
    margin-top: 1.4641288433vw;
  }
}
@media screen and (max-width: 767px) {
  .fresh-page .training .training__item--dl {
    margin-top: 2.6666666667vw;
    font-size: 3.7333333333vw;
  }
}
.fresh-page .conditions {
  background: linear-gradient(125deg, #04c4c2 0%, #2c96cb 49.26%, #0c48c3 100%);
}
@media screen and (min-width: 768px) {
  .fresh-page .conditions {
    padding-top: 10.980966325vw;
    padding-bottom: 5.8565153734vw;
  }
}
@media screen and (max-width: 767px) {
  .fresh-page .conditions {
    padding-top: 21.3333333333vw;
    padding-bottom: 13.3333333333vw;
  }
}
.fresh-page .conditions .conditions__heading--wrapper {
  display: flex;
  justify-content: center;
}
.fresh-page .conditions .conditions__heading--wrapper::before {
  content: "CONDITIONS";
  color: rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 767px) {
  .fresh-page .conditions .conditions__heading--wrapper::before {
    font-size: 14.1333333333vw;
  }
}
.fresh-page .conditions .conditions__heading--wrapper .conditions__heading {
  color: #fff;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .fresh-page .conditions .conditions__heading--wrapper .conditions__heading {
    font-size: 2.9282576867vw;
  }
}
@media screen and (max-width: 767px) {
  .fresh-page .conditions .conditions__heading--wrapper .conditions__heading {
    font-size: 7.4666666667vw;
  }
}
.fresh-page .conditions .conditions__list--wrapper {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .fresh-page .conditions .conditions__list--wrapper {
    width: 65.8857979502vw;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3.6603221083vw;
  }
}
@media screen and (max-width: 767px) {
  .fresh-page .conditions .conditions__list--wrapper {
    margin-top: 8vw;
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
  }
}
.fresh-page .conditions .conditions__list {
  display: flex;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.fresh-page .conditions .conditions__list:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
@media screen and (min-width: 768px) {
  .fresh-page .conditions .conditions__list {
    padding-top: 1.4641288433vw;
    padding-bottom: 1.4641288433vw;
    padding-left: 4.39238653vw;
  }
}
@media screen and (max-width: 767px) {
  .fresh-page .conditions .conditions__list {
    padding-left: 2.6666666667vw;
    padding-right: 5.3333333333vw;
    padding-top: 3.7333333333vw;
    padding-bottom: 3.7333333333vw;
  }
}
.fresh-page .conditions .conditions__list--title {
  font-weight: bold;
  line-height: 1.8125;
}
@media screen and (min-width: 768px) {
  .fresh-page .conditions .conditions__list--title {
    flex-shrink: 0;
    width: 16.8374816984vw;
    font-size: 1.1713030747vw;
  }
}
@media screen and (max-width: 767px) {
  .fresh-page .conditions .conditions__list--title {
    flex-shrink: 0;
    width: 28.8vw;
    font-size: 3.7333333333vw;
  }
}
.fresh-page .conditions .conditions__list--title span {
  position: relative;
  top: 0.3em;
}
.fresh-page .conditions .conditions__list--contnts {
  line-height: 1.8125;
}
@media screen and (min-width: 768px) {
  .fresh-page .conditions .conditions__list--contnts {
    font-size: 1.1713030747vw;
  }
}
@media screen and (max-width: 767px) {
  .fresh-page .conditions .conditions__list--contnts {
    font-size: 3.7333333333vw;
  }
}
.fresh-page .conditions .conditions__list--contnts .indent {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .fresh-page .conditions .conditions__list--contnts .indent {
    width: 9.8828696925vw;
  }
}
@media screen and (max-width: 767px) {
  .fresh-page .conditions .conditions__list--contnts .indent {
    width: 32.5333333333vw;
  }
}
.fresh-page .conditions .conditions__list--disc {
  display: inline-flex;
}
.fresh-page .conditions .conditions__list--disc::before {
  content: "";
  display: block;
  width: 0.8em;
  height: 0.8em;
  border-radius: 50%;
  background-color: #fff;
  margin-right: 0.5em;
  position: relative;
  top: 0.4em;
  flex-shrink: 0;
}
.fresh-page .conditions .conditions__list--disc + .conditions__list--disc {
  margin-top: 1em;
}
.fresh-page .conditions .conditions__list--note {
  margin-top: 2em;
}
@media screen and (min-width: 768px) {
  .fresh-page .process {
    padding-top: 10.980966325vw;
    padding-bottom: 5.8565153734vw;
  }
}
@media screen and (max-width: 767px) {
  .fresh-page .process {
    padding-top: 21.3333333333vw;
    padding-bottom: 13.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .fresh-page .process .process__inner {
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
  }
}
.fresh-page .process .process__heading--wrapper {
  display: flex;
  justify-content: center;
}
.fresh-page .process .process__heading--wrapper::before {
  content: "PROCESS";
  color: rgba(13, 57, 148, 0.1);
}
.fresh-page .process .process__heading--wrapper .process__heading {
  color: #0D3994;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .fresh-page .process .process__heading--wrapper .process__heading {
    font-size: 2.9282576867vw;
  }
}
@media screen and (max-width: 767px) {
  .fresh-page .process .process__heading--wrapper .process__heading {
    font-size: 7.4666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .fresh-page .process .process__image {
    margin-top: 3.6603221083vw;
    width: 43.9238653001vw;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .fresh-page .process .process__image {
    margin-top: 8vw;
  }
}
.fresh-page .common__entry--wrapper .common__entry--head {
  position: absolute;
}
@media screen and (min-width: 768px) {
  .fresh-page .common__entry--wrapper .common__entry--head {
    left: 17.7891654466vw;
    top: 12.1522693997vw;
  }
}
@media screen and (min-width: 768px) {
  .fresh-page .recruit {
    margin-top: 9.5168374817vw;
  }
}
@media screen and (max-width: 767px) {
  .fresh-page .recruit {
    margin-top: 13.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .fresh-page .faq__wrapper {
    margin-top: 2.9282576867vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .fresh-page .faq__wrapper {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .fresh-page .faq__wrapper {
    margin-top: 8vw;
  }
}