@charset "UTF-8";
/* =======================================================

お問い合わせ

======================================================= */
.con-form {
  padding: 70px 70px;
}
.con-form th {
  padding-right: 45px;
}

.rec-form {
  padding: 70px 70px;
}
.rec-form th {
  padding-right: 0px;
}

.form-box {
  background-color: #F8F9FF;
  margin-bottom: 70px;
}
@media (max-width: 1015px) {
  .form-box {
    padding: 70px 20px;
  }
}
@media (max-width: 768px) {
  .form-box {
    padding: 50px 30px;
    margin-bottom: 0px;
  }
}
.form-box table {
  table-layout: fixed;
  width: 100%;
}
@media (max-width: 768px) {
  .form-box table {
    table-layout: auto;
  }
}
@media (max-width: 428px) {
  .form-box {
    padding: 35px 20px;
  }
}
.form-box td {
  padding-bottom: 30px;
}
@media (max-width: 768px) {
  .form-box td {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .form-box tr {
    display: flex;
    flex-wrap: wrap;
  }
}
.form-box th {
  width: 41%;
  padding-bottom: 30px;
  text-align: right;
  padding-top: 15px;
}
@media (max-width: 1015px) {
  .form-box th {
    padding-right: 15px;
    width: 30%;
  }
}
@media (max-width: 768px) {
  .form-box th {
    width: 100%;
    text-align: left;
    padding-bottom: 15px;
    padding-top: 0px;
  }
}
@media (max-width: 428px) {
  .form-box th {
    display: flex;
    flex-wrap: wrap;
    padding-right: 0px;
  }
}
.form-box th span.inline {
  display: inline-block;
}
.form-box .input-ttl {
  font-size: 1.6rem;
  font-weight: bold;
  margin-right: 20px;
}
@media (max-width: 428px) {
  .form-box .input-ttl {
    margin-right: 15px;
  }
}
.form-box textarea {
  border: 1px solid #CECECE;
  border-radius: 5px;
  box-shadow: 0px 2px 2px #cecece inset;
  background-color: #fff;
}

input {
  border: 1px solid #CECECE;
  border-radius: 5px;
  box-shadow: 0px 2px 2px #cecece inset;
  background-color: #fff;
  font-size: 1.6rem;
  padding: 14px;
}
@media (max-width: 768px) {
  input {
    width: 100%;
  }
}

input:focus {
  outline: 1px #172A88 solid;
  box-shadow: none;
}

.input-w40 select, .input-w20 select {
  width: 205px;
  border: 1px solid #CECECE;
  border-radius: 5px;
  box-shadow: 0px 2px 2px #cecece inset;
  background-color: #fff;
  font-size: 1.6rem;
  padding: 14px 0px 14px 14px;
  cursor: pointer;
  background-image: url(../img/contact/arrow.png);
  background-repeat: no-repeat;
  background-size: 20px 28px;
  background-position: right 10px center;
}

.input-w40 select:focus {
  outline: 1px #172A88 solid;
  box-shadow: none;
}

.input-w20 select {
  width: 120px;
  border: 1px solid #CECECE;
  border-radius: 5px;
  box-shadow: 0px 2px 2px #cecece inset;
  background-color: #fff;
  padding: 14px;
  font-size: 1.6rem;
  margin-right: 5px;
  cursor: pointer;
}
@media (max-width: 428px) {
  .input-w20 select {
    margin-bottom: 10px;
  }
}

.input-w20 select:focus {
  outline: 1px #172A88 solid;
  box-shadow: none;
}

.input-w20 select option:first-of-type {
  color: #B1B1B1;
}

.input-req {
  color: #fff;
  background-color: #F38200;
  padding: 0em 1em 0.1em;
  display: inline-block;
  letter-spacing: 0.05em;
  border-radius: 3px;
  margin-right: 60px;
  font-weight: normal;
}
@media (max-width: 1015px) {
  .input-req {
    margin-right: 15px;
  }
}

.input-any {
  color: #fff;
  background-color: #8E8E8F;
  padding: 0em 1em 0.1em;
  display: inline-block;
  letter-spacing: 0.05em;
  border-radius: 3px;
  margin-right: 60px;
  font-weight: normal;
}
@media (max-width: 1015px) {
  .input-any {
    margin-right: 15px;
  }
}

.input-w100 input {
  width: 100%;
}

.input-w70 input {
  width: 70%;
}
@media (max-width: 768px) {
  .input-w70 input {
    width: 100%;
  }
}

.file {
  display: inline-block;
  overflow: hidden;
  position: absolute;
  padding: 0.3em 0.5em;
  border: 1px solid #CFD6EB;
  background: #EEF0F7;
  color: #172A88;
  border-radius: 3px;
}

.file:hover {
  opacity: 0.8;
  transition: all 0.3s;
}

input#file-upload-button {
  cursor: pointer;
}

@media (max-width: 768px) {
  td input[type=file] {
    left: 0px;
    position: relative;
  }
}
@media (max-width: 555px) {
  td input[type=file] {
    right: 78px;
  }
}
@media (max-width: 428px) {
  td input[type=file] {
    right: 0;
    left: 0;
    font-size: 1.4rem;
  }
}

.wpcf7 .wpcf7-submit:disabled {
  background: #CCC;
}

.wpcf7-response-output {
  display: none;
}

.file-flex .input-file input {
  width: 350px;
  z-index: 1;
}
@media (max-width: 428px) {
  .file-flex .input-file input {
    width: 90%;
  }
}
@media (max-width: 428px) {
  .file-flex {
    display: block;
  }
}
.file-flex .document {
  font-size: 1.6rem;
  font-weight: bold;
}
.file-flex .notice {
  color: #707070;
  font-size: 1.3rem;
}

.radio input {
  box-shadow: none;
  margin-right: 5px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .radio input {
    width: auto;
  }
}

.radio input {
  outline: none;
  padding: 3px;
  margin-left: -22px;
}
.radio span {
  margin-bottom: 5px;
}
@media (max-width: 428px) {
  .radio span {
    width: 95%;
  }
}

.in-bl {
  padding-top: 15px;
}
@media (max-width: 768px) {
  .in-bl {
    padding-top: 0px;
  }
}

.in-bl span {
  margin-right: 20px;
}

.radio {
  padding-bottom: 30px;
  margin-left: 10px;
}

.privacy {
  font-weight: bold;
  text-align: center;
  margin-top: 50px;
  font-size: 1.6rem;
}
@media (max-width: 428px) {
  .privacy {
    margin-top: 0px;
  }
}
.privacy input {
  margin-right: 15px;
  width: 20px;
  height: 20px;
  border-radius: 3px;
  margin-bottom: 1px;
  cursor: pointer;
  box-shadow: none;
}
.privacy a {
  color: #317CBF;
  border-bottom: 2px solid;
  margin-top: 13px;
  line-height: 50px;
}

.privacy input {
  outline: none;
}

.input-w100 textarea {
  width: 100%;
  padding: 14px;
}

.input-w100 textarea:focus {
  outline: 1px #172A88 solid;
  box-shadow: none;
}

#wpcf7cpcnf table tr td textarea {
  -webkit-text-fill-color: black;
  opacity: 1;
  padding-left: 10px;
  padding-right: 10px;
  border: solid 1px #8E8E8F;
  width: 100%;
  height: 250px;
  margin-top: 5px;
}

.form-btn input {
  display: -ms-flexbox;
  justify-content: center;
  display: flex;
  width: 300px;
  padding: 20px 18px;
  margin: 0 auto;
  position: relative;
  background-color: #172A88;
  color: #fff;
  transition: ease 0.3s;
  border-radius: 50px;
  box-shadow: none;
  border: none;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin-top: 55px;
}
@media (max-width: 428px) {
  .form-btn input {
    margin-top: 30px;
    margin-bottom: 20px;
    width: 90%;
  }
}

.input-w40 input {
  width: 124px;
}

.wpcf7-list-item {
  display: block !important;
}

.recap {
  text-align: center;
}
.recap a {
  color: #317CBF;
  border-bottom: 2px solid;
}

/* 確認画面 */
#wpcf7cpcnf {
  padding: 80px 70px;
  background-color: #F8F9FF !important;
  margin-bottom: 70px !important;
  max-width: 1064px !important;
  margin: 0 auto !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  -webkit-transform: translateX(-50%) !important;
  z-index: 1 !important;
}

@media (max-width: 768px) {
  #wpcf7cpcnf {
    padding: 80px 20px;
  }
}
@media (max-width: 428px) {
  #wpcf7cpcnf {
    padding: 30px 20px;
  }
}
#wpcf7cpcnf p {
  min-height: 1.4em;
  word-break: break-all;
}
@media (max-width: 428px) {
  #wpcf7cpcnf p {
    margin-right: 0;
  }
}

#wpcf7cpcnf th {
  width: 30%;
  padding-bottom: 30px;
  text-align: right;
}
#wpcf7cpcnf th p {
  margin-right: 50px;
}
@media (max-width: 768px) {
  #wpcf7cpcnf th p {
    margin-right: 35px;
  }
}

@media (max-width: 768px) {
  #wpcf7cpcnf table {
    width: 100%;
  }
}
#wpcf7cpcnf td {
  padding-bottom: 30px;
}

@media (max-width: 428px) {
  #wpcf7cpcnf td {
    display: block;
  }
  #wpcf7cpcnf th {
    display: block;
    padding-bottom: 0px;
    width: auto;
    text-align: left;
  }
}
.wpcf7cp-cfm-edit-btn {
  display: -ms-flexbox;
  justify-content: center;
  display: flex;
  width: 280px;
  padding: 20px 18px;
  position: relative;
  background-color: #8E8E8F;
  color: #fff;
  transition: ease 0.3s;
  border-radius: 50px;
  box-shadow: none;
  border: none;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin-top: 55px;
}

.wpcf7cp-cfm-submit-btn {
  display: -ms-flexbox;
  justify-content: center;
  display: flex;
  width: 280px;
  padding: 20px 18px;
  position: relative;
  background-color: #172A88;
  color: #fff;
  transition: ease 0.3s;
  border-radius: 50px;
  box-shadow: none;
  border: none;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin-top: 55px;
}

@media (max-width: 428px) {
  .wpcf7cp-cfm-submit-btn, .wpcf7cp-cfm-edit-btn {
    margin: 0 auto;
  }
  .wpcf7cp-cfm-edit-btn {
    margin-right: auto !important;
  }
}
.wpcf7cp-btns {
  display: flex;
  margin-top: -40px !important;
  justify-content: center;
}

@media (max-width: 428px) {
  .wpcf7cp-btns {
    flex-direction: column-reverse;
    flex-wrap: wrap;
    margin-top: 0px !important;
  }
}
/* =======================================================

お電話でのお問い合わせ

======================================================= */
.tel-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .tel-box {
    display: block;
  }
}
@media (max-width: 428px) {
  .tel-box {
    margin-bottom: 15px;
  }
}
.tel-box .tel-list-box {
  padding: 35px 10px;
}
.tel-box li {
  background-color: #F8F9FF;
  width: 49%;
  min-height: 100%;
  border: 1px solid #317CBF;
}
.tel-box li:first-child {
  width: 100%;
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  .tel-box li:first-child {
    width: 75%;
    margin-bottom: 15px;
  }
}
@media (max-width: 428px) {
  .tel-box li:first-child {
    width: 100%;
  }
}
.tel-box li:first-child .tel-list-box {
  display: flex;
  flex-wrap: wrap;
  max-width: 700px;
  margin: 0 auto;
}
.tel-box li:first-child .tel-list {
  width: 50%;
  display: block;
}
@media (max-width: 768px) {
  .tel-box li:first-child .tel-list {
    width: 100%;
  }
}
.tel-box li:first-child .tel-number {
  margin-bottom: 15px;
  justify-content: center;
}
@media (max-width: 768px) {
  .tel-box li {
    width: 75%;
    margin: 0 auto;
    margin-bottom: 15px;
  }
}
@media (max-width: 428px) {
  .tel-box li {
    width: 100%;
  }
}
.tel-box h3 {
  background-color: #317CBF;
  font-size: 1.8rem;
  color: #fff;
  font-weight: bold;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media (max-width: 428px) {
  .tel-box h3 {
    font-size: 1.65rem;
  }
}
.tel-box h3 br.tab {
  display: none;
}
@media (max-width: 768px) {
  .tel-box h3 br.tab {
    display: block;
  }
}
.tel-box .tel-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.tel-box .tel-list p {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4em;
  display: flex;
  align-items: center;
}
.tel-box .tel-list .tel-number {
  display: flex;
}
.tel-box .tel-list .tel-number span {
  background-color: #172A88;
  color: #fff;
  font-size: 1.4rem;
  padding: 0 0.5em;
  margin-right: 10px;
  max-width: 100%;
  width: 160px;
  text-align: center;
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tel-box .tel-list .tel-number_f {
  display: flex;
  align-items: center;
}
.tel-box .tel-list .tel-number_f span {
  background-color: #172A88;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.2em;
  padding: 0.5em;
  margin-right: 10px;
  margin-bottom: 15px;
  max-width: 100%;
  width: 160px;
  text-align: center;
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tel-box .tel-list .tel-number_f p {
  margin-bottom: 15px;
}
.tel-box .tel-list .fax-number {
  display: flex;
  align-items: center;
}
.tel-box .tel-list .fax-number span {
  background-color: #172A88;
  color: #fff;
  font-size: 1.4rem;
  padding: 2px 30px;
  margin-right: 10px;
}
.tel-box .tel-list .kakou-number {
  display: flex;
  align-items: center;
  margin-bottom: 18px;
}
.tel-box .tel-list .kakou-number span {
  background-color: #172A88;
  color: #fff;
  font-size: 1.4rem;
  padding: 0px 5px;
  margin-right: 10px;
}
.tel-box .tel-list .another-number {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  margin-top: 13px;
}
.tel-box .tel-list .another-number span {
  background-color: #172A88;
  color: #fff;
  font-size: 1.4rem;
  padding: 2px 30px;
  margin-right: 10px;
}
.tel-box .office-links {
  width: 300px;
  max-width: 100%;
  height: 51px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: #000 1px solid;
  box-shadow: 3px 3px 0 #172a88;
  transition: all 0.2s;
  padding: 0 15px;
  line-height: 1.4em;
  color: #3B3B3B;
  font-weight: bold;
  margin: 20px auto 0;
}
.tel-box .office-links .arrow-think {
  margin-left: 0.5em;
  font-family: "icomoon" !important;
}
.tel-box .office-links .arrow-think::before {
  content: "\e901";
  font-size: 15px;
}
.tel-box .office-links:hover {
  transform: translateX(3px) translateY(3px);
  box-shadow: unset;
  border-color: #172A88;
  background: #172A88;
  color: #fff;
}

.con-tel {
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  .con-tel {
    margin-top: 70px;
  }
}
@media (max-width: 428px) {
  .con-tel {
    margin-bottom: 80px;
    margin-top: 50px;
  }
}

.bonus {
  color: #707070;
  font-size: 1.4rem;
  margin-left: 25px;
}
@media (max-width: 428px) {
  .bonus {
    margin-left: 0px;
  }
}

.f_s {
  color: #707070;
  font-size: 1.3rem;
  font-weight: bold;
}

.f_ss {
  position: relative;
  left: -51px;
}
@media (max-width: 1013px) {
  .f_ss {
    left: -5px;
  }
}
@media (max-width: 768px) {
  .f_ss {
    left: 0;
  }
}

.other-tel {
  padding-top: 55px !important;
}

#contact-top .wpcf7cp-form-hide {
  margin-bottom: -1750px;
}
@media (max-width: 768px) {
  #contact-top .wpcf7cp-form-hide {
    margin-bottom: -2600px;
  }
}
@media (max-width: 428px) {
  #contact-top .wpcf7cp-form-hide {
    margin-bottom: -2130px;
  }
}

/* =======================================================

個人情報保護

======================================================= */
.container-800 {
  max-width: 800px;
  padding: 0 20px;
  margin: 0 auto;
}
@media (max-width: 428px) {
  .container-800 .sp-mg {
    margin-bottom: 20px;
  }
}
.container-800 h3 {
  font-size: 2.2rem;
  font-weight: bold;
  margin-top: 40px;
  margin-bottom: 10px;
}
@media (max-width: 428px) {
  .container-800 h3 {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 1.6rem;
  }
}
@media (max-width: 428px) {
  .container-800 p {
    font-size: 1.4rem;
  }
}
.container-800 li {
  list-style: decimal;
}
@media (max-width: 428px) {
  .container-800 li {
    font-size: 1.4rem;
  }
}
.container-800 ol {
  padding-left: 16px;
}

.pv-window {
  padding: 30px;
  background-color: #F8FAFD;
  border: 1px solid #DEE0E6;
  margin-top: 50px;
  margin-bottom: 100px;
}
@media (max-width: 428px) {
  .pv-window {
    margin-bottom: 50px;
    padding: 30px 20px;
  }
}
.pv-window h4 {
  font-size: 1.7rem;
  font-weight: bold;
  margin-bottom: 13px;
}
@media (max-width: 428px) {
  .pv-window h4 {
    font-size: 1.6rem;
  }
}
.pv-window a {
  text-decoration: underline;
  color: #4c8dcb;
}

/* =======================================================

採用情報

======================================================= */
.com-top__bg {
  position: relative;
  padding-top: 60px;
}
@media (max-width: 768px) {
  .com-top__bg {
    margin-bottom: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 428px) {
  .com-top__bg {
    padding: 30px 0;
    padding-top: 40px;
  }
}
.com-top__bg::before {
  position: absolute;
  content: "";
  z-index: -1;
  width: 75%;
  height: 84%;
  background: #EEF0F7;
  left: 0;
  top: 0;
}
@media (max-width: 945px) {
  .com-top__bg::before {
    height: 88%;
  }
}
@media (max-width: 768px) {
  .com-top__bg::before {
    width: 100%;
    height: 97%;
  }
}
@media (max-width: 428px) {
  .com-top__bg::before {
    height: 100%;
  }
}

.com-top__copy {
  font-family: "Zen Old Mincho", serif;
  font-weight: 900;
  color: #fff;
  font-size: 3.2rem;
  line-height: 1.8em;
}
@media (max-width: 768px) {
  .com-top__copy {
    font-size: 2.6rem;
  }
}
@media (max-width: 428px) {
  .com-top__copy {
    font-size: 1.9rem;
  }
}
.com-top__copy span {
  padding: 0.1em 0.4em;
  display: inline-block;
  background: #45549D;
  margin-bottom: 0.5em;
}

.com-top__content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.com-top__content__txt {
  width: 70%;
  padding: 3em 0;
  letter-spacing: 0.05em;
}
@media (max-width: 900px) {
  .com-top__content__txt {
    width: 70%;
    letter-spacing: 0;
  }
}
@media (max-width: 768px) {
  .com-top__content__txt {
    width: 100%;
    margin-bottom: 30px;
    padding: 1.5em 0 0;
  }
}
@media (max-width: 428px) {
  .com-top__content__txt {
    padding-top: 0.5em;
  }
}
.com-top__content__txt p {
  line-height: 2em;
}
@media (max-width: 768px) {
  .com-top__content__txt p {
    line-height: 1.8em;
  }
}
.com-top__content__txt .name {
  text-align: right;
}

.com-top__content__img {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: calc(30% - 20px);
  padding-top: 3em;
}
@media (max-width: 900px) {
  .com-top__content__img {
    width: calc(30% - 20px);
  }
}
@media (max-width: 768px) {
  .com-top__content__img {
    width: 30%;
    align-items: center;
    padding: 0px;
    margin: 0 auto;
  }
}
@media (max-width: 428px) {
  .com-top__content__img {
    width: 52%;
  }
}
.com-top__content__img li {
  margin-bottom: 30px;
  text-align: center;
}
@media (max-width: 428px) {
  .com-top__content__img li {
    margin-bottom: 20px;
  }
}
.com-top__content__img li:last-child {
  margin-bottom: 0;
}
.com-top__content__img li img {
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
  height: auto;
  width: 270px;
}
@media (max-width: 768px) {
  .com-top__content__img li img {
    width: 90%;
    max-width: 500px;
  }
}
.com-top__content__img li .caption {
  text-align: right;
  font-size: 1.3rem;
}
@media (max-width: 768px) {
  .com-top__content__img li .caption {
    text-align: center;
  }
}

#recruitform-top .wpcf7cp-form-hide {
  margin-bottom: -850px;
}
@media (max-width: 768px) {
  #recruitform-top .wpcf7cp-form-hide {
    margin-bottom: -1400px;
  }
}
@media (max-width: 428px) {
  #recruitform-top .wpcf7cp-form-hide {
    margin-bottom: -900px;
  }
}

/* =======================================================

求める人材

======================================================= */
.com__box3 {
  background-color: #EEF0F7;
  padding: 60px;
  max-width: 620px;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 120px;
}
@media (max-width: 768px) {
  .com__box3 {
    padding: 40px;
    margin-bottom: 75px;
  }
}
@media (max-width: 428px) {
  .com__box3 {
    padding: 20px;
    margin-bottom: 60px;
  }
}
.com__box3 .rinen {
  font-size: 1.8rem;
}
.com__box3 .rinen li {
  padding-left: 40px;
  position: relative;
  margin-bottom: 17px;
}
@media (max-width: 768px) {
  .com__box3 .rinen li {
    margin-bottom: 15px;
  }
}
@media (max-width: 768px) {
  .com__box3 .rinen {
    font-size: 1.5rem;
  }
}
.com__box3 .rinen p {
  line-height: 4rem;
}
@media (max-width: 768px) {
  .com__box3 .rinen p {
    line-height: 3rem;
  }
}
@media (max-width: 428px) {
  .com__box3 .rinen p {
    line-height: 2rem;
    padding-bottom: 20px;
  }
}

.com__box3 .rinen li:last-child {
  margin-bottom: 0px;
}

.rinen li::before {
  content: "";
  position: absolute;
  width: 23px;
  height: 23px;
  background: #ffffff;
  border: 4px solid #8E8E8F;
  left: 0;
  top: 2px;
  border-radius: 3px;
}

.rinen li::after {
  content: "";
  position: absolute;
  border-left: 4px solid #172A88;
  border-bottom: 4px solid #172A88;
  width: 20px;
  height: 11px;
  transform: rotate(-45deg);
  left: 8px;
  top: 2px;
  box-shadow: -3px 1px #fff;
}

/* =======================================================

募集条件

======================================================= */
.table-summary {
  border-top: 2px solid #172A88;
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .table-summary {
    margin-bottom: 40px;
  }
}
.table-summary .row {
  border-bottom: 1px solid #E4E5EA;
  border-left: 1px solid #E4E5EA;
  border-right: 1px solid #E4E5EA;
}
.table-summary .row .head {
  background-color: #EEF0F7;
  padding: 15px 0 15px;
  width: 220px;
}
@media (max-width: 768px) {
  .table-summary .row .head {
    display: block;
    width: 100%;
  }
}
.table-summary .row .head p {
  color: #172A88;
  padding-left: 15px;
}
.table-summary .row .date {
  padding: 15px 15px 15px;
}
.table-summary .row .date .date-pd {
  padding-left: 15px;
}
.table-summary .row .date .number {
  list-style: auto;
}
@media (max-width: 768px) {
  .table-summary .row .date {
    display: block;
  }
}

table {
  width: 100%;
  border-collapse: collapse;
}

.recuruit-links {
  width: 320px;
  max-width: 100%;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: #000 1px solid;
  box-shadow: 3px 3px 0 #172a88;
  transition: all 0.2s;
  padding: 0 15px;
  line-height: 1.4em;
  color: #000;
  font-weight: bold;
  margin: 0 auto;
  margin-bottom: 100px;
  font-size: 1.8rem;
}
@media (max-width: 768px) {
  .recuruit-links {
    margin-bottom: 50px;
  }
}
.recuruit-links .r-arrow-think {
  margin-left: 0.5em;
  font-family: "icomoon" !important;
}
.recuruit-links .r-arrow-think::before {
  content: "\e901";
  font-size: 15px;
}
.recuruit-links:hover {
  transform: translateX(3px) translateY(3px);
  box-shadow: unset;
  border-color: #172A88;
  background: #172A88;
  color: #fff;
}

/* =======================================================

送信完了

======================================================= */
.thanks {
  padding: 70px;
  background-color: #F8F9FF;
  text-align: center;
  margin-bottom: 100px;
}
@media (max-width: 428px) {
  .thanks {
    padding: 30px 20px;
    margin-bottom: 50px;
  }
}
.thanks p {
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 428px) {
  .thanks p {
    margin-bottom: 15px;
    font-size: 1.4rem;
    text-align: left;
  }
}
.thanks a {
  color: #317CBF;
  border-bottom: 2px solid;
}/*# sourceMappingURL=form.css.map */