@charset "UTF-8";
.both_border1:before {
  top: 0;
  z-index: 0;
  height: 100%;
}
@media (max-width: 1015px) {
  .both_border1:before {
    top: auto;
    bottom: 0;
  }
}
@media (max-width: 480px) {
  .both_border1:before {
    z-index: 1;
  }
}

@media (max-width: 950px) {
  .both_border2:before {
    display: none;
  }
}

@media (max-width: 600px) {
  .lower_fv .upper_b h1.ttl {
    font-size: 70px;
  }
}
@media (max-width: 480px) {
  .lower_fv .upper_b h1.ttl {
    font-size: 50px;
  }
}

.c_info {
  position: relative;
  padding-top: 0;
  z-index: 0;
  padding-bottom: 10.4vw;
}
@media (max-width: 1015px) {
  .c_info {
    padding-bottom: 120px;
  }
}
@media (max-width: 480px) {
  .c_info {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}
.c_info:before {
  position: absolute;
  width: 1px;
  height: 100%;
  content: "";
  left: 50%;
  background: #eee;
  transform: translateX(-50%);
  z-index: 3;
  top: 0;
}

.inner {
  width: 87%;
  margin: 0 auto;
}
@media (max-width: 1290px) {
  .inner {
    width: calc(100% - 90px);
  }
}
@media (max-width: 480px) {
  .inner {
    width: calc(100% - 60px);
  }
}

.c_inner {
  width: 87%;
  margin: 0 auto;
}
@media (max-width: 1290px) {
  .c_inner {
    width: calc(100% - 90px);
  }
}
@media (max-width: 480px) {
  .c_inner {
    width: calc(100% - 60px);
  }
}

.require_wrap {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1015px) {
  .require_wrap {
    display: block;
  }
}
.require_wrap .ttl_con {
  width: 384px;
  flex: 0 0 384px;
}
.require_wrap .ttl_con .heading {
  margin-bottom: 1.586vw;
  font-size: 1.379vw;
  color: #34a9ee;
  text-align: left;
}
.require_wrap .ttl_con h2.ttl {
  font-size: 42px;
  font-weight: bold;
  text-align: left;
  line-height: 1;
}
.require_wrap .ttl_con h2.ttl span {
  position: relative;
  font-size: 42px;
  padding-left: 1.103vw;
  font-weight: bold;
}
.require_wrap .ttl_con h2.ttl span:before {
  position: absolute;
  top: calc(50% + 0.2vw);
  left: 0;
  background-image: url(../img/plan-i.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  content: "";
  transform: translateY(-50%);
  width: 0.414vw;
  height: 1.931vw;
}
.require_wrap .entry_ttl {
  padding-right: 0;
}

.require_wrap1 {
  position: relative;
}
.require_wrap1 h2.ttl {
  padding-top: 1.379vw;
}

.require_wrap2 {
  position: relative;
  margin-bottom: 120px;
}
.require_wrap2 h2.ttl {
  padding-top: 1.379vw;
}

.require_wrap3 {
  position: relative;
  padding-top: 120px;
}
@media (max-width: 1015px) {
  .require_wrap3 {
    padding-top: 0;
    border-left: 1px solid #eee;
  }
}
.require_wrap3:before {
  top: 0;
  position: absolute;
  display: block;
  content: "";
  background: #eee;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  height: 1px;
}
@media (max-width: 480px) {
  .require_wrap3:before {
    top: 5px;
  }
}
.require_wrap3 h2.ttl {
  padding-top: 1.379vw;
}

.content {
  width: 65%;
  background: #f9f9f9;
  margin-left: auto;
  /*-----------/
  コンタクトフォーム
  -----------*/
  /* placeholderのスタイル調整 */
  /* placeholderのスタイル調整 */
  /* フォーカス時（入力時）のplaceholderの挙動調整 */
  /* デフォルトの選択肢（プレースホルダー） */
  /* 通常の選択肢 */
  /* 何も選択されていない場合、プレースホルダーが表示されたままになる */
  /* 選択された後のスタイル */
}
@media (max-width: 1015px) {
  .content {
    width: 100%;
  }
}
.content .form_container {
  width: 1250px;
  margin: 0 auto;
}
@media (max-width: 1095px) {
  .content .form_container {
    width: 100%;
  }
}
.content .form_container .txt1 {
  text-align: center;
  font-size: 18px;
  margin-bottom: 48px;
  line-height: 1.5;
  font-weight: 500;
}
@media (max-width: 767px) {
  .content .form_container .txt1 {
    font-size: 16px;
  }
}
.content .form_container .txt1 span {
  color: #ff002b;
}
.content .form_container .form__label .form__heading {
  font-size: 18px;
}
.content .form_container .form__label .form__heading .form__required {
  margin-left: 0px;
  font-size: 14px;
  color: #ff002b;
  padding: 4px 4px;
  border-radius: 4px;
  text-align: center;
}
.content .form_container .form__label .form__content input {
  width: 100%;
  height: 40px;
  margin-top: 24px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .content .form_container .form__label .form__content input {
    margin-bottom: 32px;
  }
}
@media (max-width: 480px) {
  .content .form_container .form__label .form__content input {
    margin-bottom: 24px;
  }
}
.content .form_container .form__label .form__content textarea {
  width: 100%;
  height: 300px;
  margin-top: 24px;
}
@media (max-width: 480px) {
  .content .form_container .form__label .form__content textarea {
    height: 200px;
  }
}
.content .form_container .form__agree {
  text-align: center;
  width: 410px;
  margin-right: auto;
  margin-top: 64px;
}
@media (max-width: 1095px) {
  .content .form_container .form__agree {
    margin-top: 48px;
  }
}
@media (max-width: 480px) {
  .content .form_container .form__agree {
    margin-top: 40px;
  }
}
.content .form_container .form__agree__text .form__required2 {
  color: #ff002b;
}
.content .form_container .form__button {
  text-align: center;
  width: 300px;
  margin: 0 auto;
  margin-top: 64px;
}
@media (max-width: 1095px) {
  .content .form_container .form__button {
    margin-top: 48px;
  }
}
@media (max-width: 480px) {
  .content .form_container .form__button {
    margin-top: 40px;
  }
}
.content .form_container .form__button input {
  position: relative;
  margin: 0 auto;
  width: 300px;
  height: 58px;
  background: #182338;
  border: none;
  border-radius: 6px;
  transition: 0.4s;
  color: #fff;
  text-align: center;
  font-size: 18px;
}
@media (max-width: 460px) {
  .content .form_container .form__button input {
    width: 90%;
  }
}
.content .form_container .form__button input:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 0.5em;
  height: 0.5em;
  display: block;
  border-top: 0.125em solid #fff;
  border-right: 0.125em solid #fff;
  transform: translateY(-50%) translateX(-150%) rotate(45deg);
}
.content .form_container .form__button input:hover {
  background: #333;
  color: #fff;
}
.content .form_container .form__button input:hover :after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 0.5em;
  height: 0.5em;
  display: block;
  border-top: 0.125em solid #fff;
  border-right: 0.125em solid #fff;
  transform: translateY(-50%) translateX(-150%) rotate(45deg);
}
.content .form_con {
  position: relative;
  z-index: 3;
}
@media (max-width: 1015px) and (min-width: 480px) {
  .content .form_con {
    border-left: 1px solid #eee;
  }
}
.content .form__label .form__content input {
  margin-top: 16px;
  margin-bottom: 30px;
  width: 100%;
  height: 64px;
  border: 1px solid #e2e7eb;
  border-radius: 6px;
  font-size: 16px;
  outline: none;
}
.content .form__label .form__content textarea {
  margin-top: 15px;
  width: 100%;
  height: 200px;
  font-size: 16px;
  border: 1px solid #e2e7eb;
  border-radius: 6px;
}
.content ::-moz-placeholder {
  color: #d7dde2;
  padding-left: 20px;
  padding-right: 20px;
}
.content :-ms-input-placeholder {
  color: #d7dde2;
  padding-left: 20px;
  padding-right: 20px;
}
.content ::placeholder {
  color: #d7dde2;
  padding-left: 20px;
  padding-right: 20px;
}
.content textarea::-moz-placeholder {
  padding-top: 20px;
}
.content textarea:-ms-input-placeholder {
  padding-top: 20px;
}
.content textarea::placeholder {
  padding-top: 20px;
}
.content .form__heading {
  font-size: 18px;
  font-weight: bold;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .content .form__heading {
    font-size: 18px;
  }
}
.content .form__heading .form__required {
  width: 45px;
  font-size: 10px;
  color: #f44c0e;
  border: 2px solid #f44c0e;
  border-radius: 9999px;
  padding: 0px 8px;
  margin-left: 10px;
  line-height: 2;
  margin-bottom: 1px;
  text-align: center;
}
.content .wpcf7-spinner {
  display: none !important;
}
.content .wpcf7-list-item {
  margin: 0 !important;
}
.content .form__content select {
  margin: 24px 0 30px;
  vertical-align: middle;
  width: 350px;
  height: 50px;
  margin-top: 16px;
  margin-bottom: 30px;
  height: 50px;
  border: 1px solid #e2e7eb;
  border-radius: 3px;
  font-size: 16px;
  outline: none;
}
@media (max-width: 475px) {
  .content .form__content select {
    width: 100%;
  }
}
.content .wpcf7-list-item {
  display: inline-block;
  margin: 0 0 0 1em;
  padding: 6px;
}
.content .check-item {
  margin-bottom: 40px;
}
@media (max-width: 480px) {
  .content .check-item {
    margin-bottom: 24px;
  }
}
.content .form_container .text {
  margin-top: 40px;
  margin-bottom: 0;
  text-align: left;
  line-height: 1.5;
}
@media (max-width: 480px) {
  .content .form_container .text {
    margin-bottom: 24px;
  }
}
.content .txt2 {
  line-height: 1.5;
}
.content .txt3 {
  margin-bottom: 40px;
  line-height: 1.5;
}
@media (max-width: 480px) {
  .content .txt3 {
    margin-bottom: 24px;
  }
}
.content .radio_info {
  margin-bottom: 10px;
}
.content .radio_info span {
  color: #ff002b;
}
.content .form__heading.heading1 {
  margin-top: 40px;
}
@media (max-width: 480px) {
  .content .form__heading.heading1 {
    margin-top: 24px;
  }
}
.content .radio-item {
  margin-bottom: 40px;
}
@media (max-width: 480px) {
  .content .form__agree__text {
    font-size: 14px;
  }
}
.content .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item input {
  width: 24px;
  height: 24px;
  border: 1px solid #eee;
}
.content .form__agree {
  width: 100%;
  margin-top: 40px;
}
.content .form__agree .form__agree__label:before {
  background: #eee;
  content: "";
  margin: 40px auto;
  width: 100%;
  height: 1px;
  display: block;
}
@media (max-width: 450px) {
  .content .form__agree .form__agree__label {
    display: block;
  }
}
.content .form__agree .form__agree__label .form__agree__text a {
  color: #0068E2;
  border-bottom: 1px solid #0068E2;
}
@media (max-width: 450px) {
  .content .form__agree .form__agree__label .form__agree__text .agree_word {
    padding-left: 41px;
  }
}
.content .form__agree .form__agree__label .form__agree__text .agree_txt_sp_only {
  display: none;
}
@media (max-width: 450px) {
  .content .form__agree .form__agree__label .form__agree__text .agree_txt_sp_only {
    display: block;
  }
}
.content .form__agree .form__agree__label .form__required {
  width: 45px;
  font-size: 10px;
  color: #f44c0e;
  border: 2px solid #f44c0e;
  border-radius: 9999px;
  padding: 0px 8px;
  margin-left: 10px;
  line-height: 2;
  margin-bottom: 1px;
  text-align: center;
}
@media (max-width: 450px) {
  .content .form__agree .form__agree__label .form__required {
    height: 24px;
    margin-top: 7px;
  }
}
.content .form__button {
  margin-top: 40px;
  position: relative;
  width: 320px;
  height: 60px;
  border: 1px solid #000;
  background: #20272E;
  border-radius: 4px;
  border: 1px solid #20272e;
  transition: 0.5s;
}
@media (max-width: 450px) {
  .content .form__button {
    width: 100%;
  }
}
.content .form__button:before {
  content: "";
  content: "";
  background-image: url(../img/btn-hover-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 26px;
  height: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 12px;
  z-index: 1;
}
.content .form__button:hover {
  border: 1px solid #eee;
}
.content .form__button:hover:before {
  -webkit-animation: arrow-line 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 1 normal;
  animation: arrow-line 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 1 normal;
}
.content .form__button:hover p input {
  color: #20272E;
}
.content .form__button:after {
  background-image: url(../img/btn-hover-bg.svg);
  position: absolute;
  right: -1px;
  top: -1px;
  width: 60px;
  height: 60px;
  content: "";
  z-index: 0;
  border-radius: 0 4px 4px 0;
}
.content .form__button p input {
  border: none;
  background: none;
  font-size: 16px;
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: left;
  padding: 17px 0;
  padding-left: 16px;
  transition: 0.5s;
  font-family: "Zen Kaku Gothic New";
}
.content .form__button:hover {
  background: #fafafa;
}
.content .form__button__anchor:before {
  content: "";
  background-image: url(../img/arrow1-b.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 26px;
  height: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 28px;
}
.content .form__button__anchor:hover:before {
  -webkit-animation: arrow-line 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 1 normal;
  animation: arrow-line 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 1 normal;
}
.content .form__button a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  align-content: center;
  padding-left: 30px;
  width: 100%;
  height: 100%;
}
.content .wpcf7-form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.content .form__heading.content1 {
  position: relative;
  width: 400px;
}
@media (max-width: 475px) {
  .content .form__heading.content1 {
    width: 100%;
  }
}
.content .form__heading.content1:after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% + 60px);
  right: 19px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: translateY(-50%) rotate(135deg);
  z-index: 2;
}
.content select[name=menu-21] {
  padding-left: 20px;
}
.content .form__label .form__content input {
  margin-top: 16px;
  margin-bottom: 20px;
  width: 100%;
  height: 50px;
  border: 1px solid #e2e7eb;
  border-radius: 3px;
  font-size: 16px;
  outline: none;
  padding: 16px; /* 入力時の余白 */
  box-sizing: border-box;
  font-family: "Zen Kaku Gothic New";
  letter-spacing: 0.05em;
}
.content .form__label .form__content textarea {
  margin-top: 16px;
  margin-bottom: 30px;
  width: 100%;
  height: 200px;
  border: 1px solid #e2e7eb;
  border-radius: 6px;
  font-size: 16px;
  outline: none;
  padding: 16px 12px; /* 入力時の余白 */
  box-sizing: border-box;
}
.content .form__label .form__content input::-moz-placeholder {
  padding: 0; /* 余分な余白をなくす */
  color: #999; /* プレースホルダーの色 */
  opacity: 1; /* プレースホルダーを完全に表示 */
}
.content .form__label .form__content input:-ms-input-placeholder {
  padding: 0; /* 余分な余白をなくす */
  color: #999; /* プレースホルダーの色 */
  opacity: 1; /* プレースホルダーを完全に表示 */
}
.content .form__label .form__content input::placeholder {
  padding: 0; /* 余分な余白をなくす */
  color: #999; /* プレースホルダーの色 */
  opacity: 1; /* プレースホルダーを完全に表示 */
}
.content .form__label .form__content textarea::-moz-placeholder {
  padding: 0; /* 余分な余白をなくす */
  color: #999; /* プレースホルダーの色 */
  opacity: 1; /* プレースホルダーを完全に表示 */
}
.content .form__label .form__content textarea:-ms-input-placeholder {
  padding: 0; /* 余分な余白をなくす */
  color: #999; /* プレースホルダーの色 */
  opacity: 1; /* プレースホルダーを完全に表示 */
}
.content .form__label .form__content textarea::placeholder {
  padding: 0; /* 余分な余白をなくす */
  color: #999; /* プレースホルダーの色 */
  opacity: 1; /* プレースホルダーを完全に表示 */
}
.content .form__label .form__content input:focus::-moz-placeholder {
  color: transparent; /* フォーカス時にプレースホルダーを透明にして重なりを防ぐ */
}
.content .form__label .form__content input:focus:-ms-input-placeholder {
  color: transparent; /* フォーカス時にプレースホルダーを透明にして重なりを防ぐ */
}
.content .form__label .form__content input:focus::placeholder {
  color: transparent; /* フォーカス時にプレースホルダーを透明にして重なりを防ぐ */
}
.content select option:first-child {
  color: #999; /* 薄い色 */
}
.content select {
  color: #333; /* 通常の選択肢の色を濃くする */
}
.content select:invalid {
  color: #999; /* プレースホルダーの色 */
}
.content select:valid {
  color: #333; /* 選択された後は濃い色にする */
}

.on_margin {
  margin-top: 3.724vw;
}

.ttl_con {
  transition: all 0.3s;
}

.is_fixed2 {
  margin-left: auto !important;
  margin-right: 0 !important;
  width: 65%;
}

/* スクロール固定中 */
.is_fixed {
  position: fixed;
  top: 105px; /* 固定位置 */
  width: 27% !important;
}

/* section2 の下部に固定する */
.is_bottom {
  position: absolute;
  bottom: 0;
}

.no_padding_right {
  padding-right: 0 !important;
}

.job_require_ttl {
  width: 31%;
}
@media (max-width: 1015px) {
  .job_require_ttl {
    width: 100%;
  }
}
.job_require_ttl .dl_img {
  margin-bottom: 30px;
}
.job_require_ttl .dl_img img {
  width: 100%;
}

.form__file input[type=file] {
  display: none;
}

.form__file {
  display: flex;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 15px;
}

.form__file-btn {
  position: relative;
  background: #f7f7f7;
  color: #20272E;
  padding: 15.5px 16px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  outline: 1px solid #20272e;
  font-size: 18px;
  font-weight: 500;
  width: 260px;
}
@media (max-width: 450px) {
  .form__file-btn {
    width: calc(100% - 62px);
  }
}
.form__file-btn:hover:before {
  transform: translateY(-10px);
}
.form__file-btn:after {
  position: absolute;
  content: "";
  background: #20272E;
  width: 60px;
  height: 60px;
  right: -61px;
  top: -1px;
}
.form__file-btn:before {
  position: absolute;
  right: -37px;
  top: 18px;
  width: 12px;
  height: 20px;
  background-image: url(../img/upload-btn.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  content: "";
  z-index: 1;
  transition: 0.5s;
}

.form__file-btn::after {
  content: "↑";
  margin-left: 8px;
}

/* =========================
   Contact Form 7 select
   カスタム矢印（SVG）
========================= */
.form__content .wpcf7-select {
  /* デフォルト矢印を消す */
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  /* 見た目調整 */
  cursor: pointer;
  padding: 16px;
  /* カスタム矢印 */
  background-image: url("../img/pulldown-arrow.svg");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 10px;
}

/* フォーカス時 */
.form__content .wpcf7-select:focus {
  outline: none;
}

/* Safari対策 */
.form__content .wpcf7-select::-ms-expand {
  display: none;
}

.lower_fv .upper_b {
  border-bottom: 1px solid #eee;
}

@media (max-width: 1340px) {
  .lower_fv .upper_b .fv_side_btn .side_btn_b.b1 {
    height: 204px;
  }
}
@media (max-width: 1290px) {
  .lower_fv .upper_b .fv_side_btn {
    bottom: 235px;
  }
}
@media (max-width: 1290px) {
  .lower_fv .upper_b .fv_side_btn .side_btn_b.b1 {
    height: 216px;
  }
  .lower_fv .upper_b .fv_side_btn .side_btn_b.b2 {
    height: 245px;
  }
  .lower_fv .upper_b .fv_side_btn .side_btn_b a {
    line-height: 1.35;
  }
  .lower_fv .upper_b h1.ttl:after {
    width: calc(50% - 0px);
    left: -46px;
  }
}
.ftr_main:before {
  display: none;
}

.lower_fv .upper_b:before {
  bottom: -111px;
  height: 100%;
}
@media (max-width: 1290px) {
  .lower_fv .upper_b:before {
    position: relative;
    z-index: -1;
    bottom: -80px;
  }
}

.entry_info_txt {
  position: relative;
  z-index: 1;
}

input[type=checkbox] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border: 1px solid #eee;
  border-radius: 4px;
  background: #fff;
  cursor: pointer;
  position: relative;
  transition: all 0.2s ease;
}

/* チェック時の背景（グラデーション） */
input[type=checkbox]:checked {
  background: linear-gradient(135deg, #0068E2, #71A3DD);
  border: none;
}

/* チェックマーク */
input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 2px;
  width: 6px;
  height: 12px;
  border: solid #eee;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

@media (max-width: 600px) and (min-width: 480px) {
  .lower_fv .upper_b:after {
    top: calc(50% - 153px);
  }
}/*# sourceMappingURL=entry.css.map */