@charset "utf-8";

/* Page Recruit-エントリー
----------------------------------------------------------------------------------------------------*/
.sec-form-header {
  font-size: 2rem;
  width: min(90%, 1300px);
  margin: 0 auto 6rem;
}

.sec-form-header p {
  margin-bottom: 2rem;
  font-size: 1.8rem;
}

.sec-form-header a,
.form-item__text a {
  color: #006cb8;
  font-weight: 500;
  transition: all 0.4s;
  text-decoration: none;
}

.sec-form-header a:hover,
.form-item__text a:hover {
  opacity: 0.5;
}

.entry-body {
  font-size: 2rem;
  width: min(90%, 1300px);
  margin: 0 auto;
  line-height: 1.75
}

.sec-form .label.primary {
  font-size: 1.6rem;
  padding: 0.4rem 0.8rem;
  background: #006cb8;
  margin-left: 2rem;
  border-radius: 0;
}

.sec-entry {
  width: min(90%, 1300px);
  margin: 0 auto 8rem;
  line-height: 1.75
}

.sec-entry a {
  text-decoration: none;
}

.txt__areaBox {
  padding: 0 0 20px 0;
}

.sec-entry input {
  width: 100%;
  border-radius: 0.4rem;
  padding: 1rem;
  background-color: #f2f2f2;
  border: none;
  outline: none;
}

.sec-entry input::placeholder {
  color: #999999;
  font-size: 1.8rem;
}

.sec-entry input[type='checkbox'] {
  width: auto;
}

.sec-entry select {
  padding: 2.5rem 10rem 2.5rem 1.2rem;
  background-color: #f2f2f2;
  border: none;
  border-radius: 1rem;
  font-size: 1.8rem;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
}

.form-select {
  position: relative;
  display: inline-block;
}

.form-select::after {
  content: "";
  position: absolute;
  bottom: 45%;
  right: 2rem;
  width: 1.5rem;
  height: 1.5rem;
  border-right: 0.2rem solid #999999;
  border-bottom: 0.2rem solid #999999;
  transform: rotate(45deg);
  pointer-events: none;
}

.sec-entry textarea {
  width: 100%;
  border-radius: 1rem;
  padding: 2.5rem 1.2rem;
  background-color: #f2f2f2;
  border: none;
  outline: none;
}

.sec-entry textarea::placeholder {
  color: #B3B3B3;
  font-size: 1.8rem;
}

.form-item__type input[type="checkbox"] {
  accent-color: #13579D;
}

@media screen and (max-width: 767px) {
  .sec-entry {
    margin: 0 auto 9rem;
    line-height: 1.5;
    margin-bottom: 1rem;
    font-size: 1.8rem;
  }

  .entry__txt {
    border-top: 0;
  }

  .sec-entry input {
    padding: 1.2rem;
  }

  .sec-entry input::placeholder {
    font-size: 1.6rem;
  }

  .sec-entry select {
    font-size: 1.6rem;
  }

  .sec-entry textarea {
    padding: 1.2rem;
  }

  .sec-entry textarea::placeholder {
    font-size: 1.6rem;
  }
}

/* Section - Table
----------------------------------------------------------------------------------------------------*/
table.sec-entry {
  width: 100%;
  border-spacing: 0;
  margin-bottom: 6rem;
  vertical-align: middle;
  border-bottom: 0.1rem solid #CCCCCC;
}

.sec-entry th {
  width: calc(420 / 1230 * 100%);
  padding: 0 1.3rem;
  margin: 0;
  border-top: 0.1rem solid #CCCCCC;
  text-align: left;
  font-weight: 500;
  padding: 20px 0;
}

.sec-entry td {
  width: calc(1780 / 1230 * 100%);
  padding-left: 1.3rem;
  margin: 0;
  border-top: 0.1rem solid #CCCCCC;
  padding: 20px 0;
}

.sec-entry th label {
  padding-right: 5.5rem;
}

.sec-entry th label.label-off {
  padding-right: 1.5rem;
}

.sec-entry th span {
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
  text-align: center;
}

.sec-entry th .label {
  padding: 0.2rem 0.5rem;
  font-size: 1.2rem;
}

.sec-entry tr:last-child th,
.sec-entry tr:last-child td {
  border-bottom: 0.1rem solid #CCCCCC;
  padding: 20px 0;
}

@media screen and (max-width: 1023px) {
  .sec-entry tr {
    display: flex;
    flex-direction: column;
  }

  .sec-entry th {
    width: 100%;
    padding: 2rem 0 1rem;
    text-align: left;
    font-size: 1.8rem;
  }

  .sec-entry th label {
    padding-left: 0;
  }

  .sec-entry td {
    width: 100%;
    padding: 1.2rem 0;
    border-top: none;
    font-size: 1.6rem;
  }
}

/* Section - Button
----------------------------------------------------------------------------------------------------*/
.form-item__button {
  display: flex;
  justify-content: center;
  gap: 8rem;
  /* width: 76rem; */
  margin: 2rem auto 5rem;
}

.form-item__text {
  width: 64rem;
  margin: 2rem auto 5rem;
  text-align: left;
  font-size: 1.8rem;
  line-height: 1.75;
}

@media screen and (max-width: 767px) {
  .form-item__button {
    flex-direction: column;
    gap: 4rem;
    /* width: 33rem; */
    align-items: center;
    margin: 2rem auto 3rem;
  }

  .form-item__text {
    margin: 2rem auto 2rem;
    font-size: 1.6rem;
    width: auto;
  }
}

.form-item__button-reset {
  display: inline-block;
  background: #FFF;
  transition: all 0.3s ease;
  overflow: hidden;
  width: 29rem;
}

button.form-item__button-reset {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 29rem;
  padding: 0 3rem 0 0;
  border: 2px solid #006CB8;
  color: #006CB8;
  font-size: 2rem;
  text-decoration: none;
  transition: color 0.3s ease;
  cursor: pointer;
}

button.form-item__button-reset:hover {
  background: #006CB8;
  border: 2px solid #006CB8;
  color: #FFF;
}

button.form-item__button-reset .slant {
  width: 20px;
  height: 60px;
  background: #fc9023;
  clip-path: polygon(0 0, 100% 0, 0% 100%);
  flex-shrink: 0;
  margin-right: 1rem;
  transition: all 0.3s ease;
}

.form-item__button-submit {
  display: inline-block;
  transition: all 0.3s ease;
  overflow: hidden;
  width: 29rem;
}

button.form-item__button-submit {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 29rem;
  padding: 0 3rem 0 0;
  background: #FFF;
  border: 2px solid #006CB8;
  color: #006CB8;
  font-size: 2rem;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
}

button.form-item__button-submit:hover {
  background: #006CB8;
  border: 2px solid #006CB8;
  color: #FFF;
}

button.form-item__button-submit .slant {
  width: 20px;
  height: 60px;
  background: #6cbb63;
  clip-path: polygon(0 0, 100% 0, 0% 100%);
  flex-shrink: 0;
  margin-right: 1rem;
  transition: color 0.3s ease;
}

.form-item__button-submit .text {
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {

  button.form-item__button-reset,
  button.form-item__button-submit {
    width: 24rem;
  }

  .form-item__button-reset a {
    width: 100%;
  }
}

/* Section - Thankx
----------------------------------------------------------------------------------------------------*/
.sec-entry__head {
  margin-bottom: 2rem;
  font-size: 2.4rem;
  font-weight: bold;
}

.recruit-item {
  margin-bottom: 5rem;
}

.recruit-item__home {
  text-align: center;
}

.recruit-item__home .sec-link__button {
  display: inline-block;
  border: 2px solid #006CB8;
  background: #FFF;
  transition: background-color 0.3s ease;
  overflow: hidden;
  cursor: pointer;
}

.recruit-item__home .sec-link__button a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 29rem;
  padding: 0 3rem 0 0;
  color: #006CB8;
  font-size: 2rem;
  font-weight: 700;
  text-decoration: none;
  transition: color 0.3s ease;
}

/* 左の斜めの緑帯 */
.recruit-item__home .sec-link__button .slant {
  width: 20px;
  height: 60px;
  background: #6CBB63;
  clip-path: polygon(0 0, 100% 0, 0% 100%);
  flex-shrink: 0;
  margin-right: 1rem;
}

/* テキスト */
.recruit-item__home .sec-link__button .text {
  position: relative;
  z-index: 1;
}

/* ホバー時の色変更 */
.recruit-item__home .sec-link__button:hover {
  background: #006CB8;
}

.recruit-item__home .sec-link__button:hover .text {
  color: #FFF;
}

.recruit-item__home .btn:hover {
  background: #fff;
  color: #1450a3;
  border: 1px solid #1450a3;
  border-radius: 1rem;
}

@media screen and (max-width: 767px) {
  .recruit-item__home .button {
    padding: 3rem;
    font-size: 1.6rem;
  }
}