@charset "utf-8";

input[type='radio'] {
  width: 5vw;
  height: 5vw;
  position: relative;
  appearance: radio;
  -webkit-appearance: radio;
  content: '';
  cursor: pointer;
  margin: 0 5% 0 0;
  opacity: 1.0;
  vertical-align: middle;
  visibility: visible;
}

button{
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

/*********************************/
/*              entry            */
/*********************************/
.entry__note-text {
  color: #ff0000;
}

.entry-outline {
  border-bottom: 0.3vw solid #d2d2d2;
}

.entry-outline__text {
  color: #000;
  font-size: 3.2vw;
  margin-bottom: 2.2%;
}
.entry-outline__text:last-of-type {
  margin-bottom: 1.4%;
}

.entry-error-list {
  margin-bottom: 1.4%;
}

.entry-error-item {
  position: relative;
  box-sizing: border-box;
  color: #ff0000;
  font-size: 4vw;
  font-weight: bold;
  line-height: 1.3;
  padding-left: 4%;
}

.entry-error-item::before{
  position: absolute;
  top: 0;
  left: 0;
  content: '*';
  font-size: 5vw;
  font-weight: bold;
  line-height: 1.3;
}


/*********************************/
/*              form            */
/*********************************/
.form {
  margin-bottom: 10.2%;
}

.form-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 10.7%;
  table-layout: fixed;
  word-break: break-all;
  word-wrap: break-word
}

.form-table tr {
  display: flex;
  display: -ms-flexbox;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
  border-bottom: 0.3vw solid #dcdcdc;
  margin: 0 4%;
  padding: 5.8% 0;
}

.form-table tr:first-of-type {
  border-top: none;
  padding: 8.8% 0 5.8%;
}

.form-table tr:nth-of-type(8) {
  border-bottom: none;
}

.form-table th {
  width: 100%;
  box-sizing: border-box;
  color: #3d62ac;
  font-size: 3.2vw;
  font-weight: bold;
  margin-bottom: 2.2%;
  text-align: left;
}

.form-table td {
  width: 100%;
  box-sizing: border-box;
}

.form-table__input-text {
  width: 100%;
  background-color: #f5f5f5;
  box-sizing: border-box;
  border: 0.2vw solid #cccccc;
  border-radius: 3px;
  font-size: 5vw;
  line-height: 1.3;
  padding: 2% 3% 1.5%;
}

.form-table__textarea {
  width: 100%;
  background-color: #f5f5f5;
  box-sizing: border-box;
  border: 0.2vw solid #cccccc;
  border-radius: 3px;
  font-size: 5vw;
  line-height: 1.3;
  padding: 2% 3% 1.5%;
}

.label_radio {
  margin-right: 13%;
}
.label_radio:last-of-type {
  margin-right: 0;
}

.form-birth-list {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  justify-content: space-between;
}

.form-birth-item {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

.form-birth-item__text {
  width: 30%;
  box-sizing: border-box;
  padding: 0 7% 0 5.5%;
  font-size: 3.73vw;
}

.form-birth-item .form-table__input-text {
  width: 55%;
}

.form-birth-item:first-of-type {
  width: 29.4%;
}

.form-birth-item:first-of-type .form-table__input-text {
  width: 70%;
}

.form-birth-item:nth-of-type(2),
.form-birth-item:nth-of-type(3) {
  width: 19.7%;
}

.form-birth-item:nth-of-type(2) .form-birth-item__text,
.form-birth-item:nth-of-type(3) .form-birth-item__text {
  width: 40.7%;
  padding: 0 14% 0 9%; 
}

.form-birth-item:nth-of-type(3) {
  margin-right: 3%;
}

.form-birth-item:last-of-type {
  width: 27.9%;
}
.form-birth-item:last-of-type .form-birth-item__text:first-of-type {
  width: 60%;
  padding: 0;
  white-space: nowrap;
}
.form-birth-item:last-of-type .form-birth-item__text:last-of-type {
  padding: 0 0 0 5.5%; 
}

.form-postal-list {
  width: 60.2%;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-around;
}

.form-postal-item:first-of-type {
  width: 34.1%;
}

.form-postal-item:last-of-type {
  width: 48.7%;
}

.form-history {
  margin: 0!important;
  padding: 7.3% 4% 5.2%!important;
  border-top: none!important;
  border-bottom: none!important;
}

.form-history:nth-of-type(9),
.form-history:nth-of-type(11),
.form-history:nth-of-type(13) {
  background-color: #f0f0f0;
}

/* .form-history:nth-of-type(14) {
  padding: 0 4% 7.7%!important;
}

.form-history:nth-of-type(15) {
  padding: 0 4% 18.3%!important;
} */

.form-history-acd {
  background-color: #f0f0f0;
  border-bottom: none!important;
  padding: 0 4% 8%!important;
  margin: 0!important;
}

form-history-acd:nth-of-type(14) {
  padding-top: 8%!important
}

.form-history-acd__title {
  position: relative;
  background-color: #3d62ac;
  color: #fff!important;
  font-size: 3.73vw!important;
  margin-bottom: 0!important;
  padding: 2.2% 2.9%!important;
}

.form-history-acd__title::after {
  width: 2vw;
  height: 2vw;
  position: absolute;
  top: 35%;
  right: 4%;
  content: '';
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}

.active.form-history-acd__title::after {
  top: 28%;
  transform: rotate(135deg);
}

.form-history:nth-of-type(9) .form-table__input-text,
.form-history:nth-of-type(11) .form-table__input-text,
.form-history:nth-of-type(13) .form-table__input-text,
.form-history:nth-of-type(13) .form-table__textarea{
  background-color: #fff;
}

.form-history__title {
  margin-bottom: 5.8%!important;
}

.form-history__text {
  margin: 0 7%;
  font-size: 3.73vw;
}

.form-history-Area {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 5.5%;
}

.form-history-Area-box {
  margin-bottom: 5.5%;
}

.form-history-acd-data .form-history-Area-box:last-of-type {
  margin-bottom: 0;
}

.form-history-topArea,
.form-history-botArea {
  width: 46.3%;
}

.form-history__sub-title {
  width: 100%;
  color: #3d62ac;
  font-size: 3.2vw;
  font-weight: bold;
  margin-bottom: 2.2%;
  text-align: left;
}

.form-history-Area-yearList {
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  justify-content: space-between;
}

.form-history-Area-year {
  width: 58.2%;
  display: flex;
  align-items: flex-end;
  flex-direction: row;
  justify-content: space-between;
}

.form-history-Area-month {
  width: 40.2%;
  display: flex;
  align-items: flex-end;
  flex-direction: row;
  justify-content: space-between;
}

.now-work .form-history-Area-yearList{
  width: 50%;
}

.form-history-acd-data {
  display: none;
  background-color: #f0f0f0;
  padding: 8% 4.4% 0;
}

.form-history-acd-data .form-table__input-text,
.form-history-acd-data .form-table__textarea {
  background-color: #f0f0f0;
}

.form-history-acd-data .form-history-topArea {
  width: 50%; 
}

.form-history-acd-data .form-history-botArea {
  width: 45%;
}

.form-history-acd-data .form-history-topArea .form-history-Area-year {
  width: 53.4%;
}

.form-history-acd-data .form-history-botArea .form-history-Area-year {
  width: 60%;
}

.form-history-acd-data .form-history-topArea .form-history-Area-month {
  width: 43.5%;
}

.form-history-acd-data .form-history-botArea .form-history-Area-month {
  width: 35%;
}

.form-history-Area-month .form-history__text {
  margin: 0 0 0 7%;
  white-space: nowrap;
}

.other-work .form-table__textarea {
  background-color: #f5f5f5;
}

.sub-info {
  background-color: #f0f0f0!important;
  border-bottom: none!important;
  margin: 0!important;
  padding: 0 4% 5.2%!important;
}

.sub-info .form-table__textarea,
.sub-info .form-table__input-text {
  background-color: #fff;
}

.form-motive.sub-info {
  border-top: none!important;
  padding: 5.2% 4% 5.2%!important;
}

.form-skill__title {
  display: flex;
}

.form-money-list {
  width: 77.9%;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  justify-content: space-between;
}

.form-money-item {
  display: flex;
  align-items: flex-end;
  flex-direction: row;
  justify-content: flex-start;
}

.form-money-item:first-of-type {
  width: 53.9%;
}

.form-money-item:last-of-type {
  width: 37.8%;
}

.form-money-item__text {
  font-size: 3.73vw;
  white-space: nowrap;
  margin-left: 8%;
  margin-bottom: 2%;
}

.form-family__title {
  margin-bottom: 5.1%!important;
}

.form-family-data__title {
  width: 100%;
  color: #3d62ac;
  font-size: 3.2vw;
  font-weight: bold;
  margin-bottom: 2.2%;
  text-align: left;
}

.form-family-data-spouse {
  /* border-bottom: 0.3vw solid #dcdcdc; */
  padding-bottom: 5.1%;
  margin-bottom: 2.9%;
}

.form-family-data-list {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

.form-family-data-item {
  width: 31.4%;
  font-size: 3.73vw;
}

.form-family-data-item:last-of-type {
  width: 17.2%;
}


.form-family-data-dependent-box {
  display: flex;
  align-items: flex-end;
  flex-direction: row;
  justify-content: flex-start;
}

.form-family-data-dependent-box .form-table__input-text {
  width: 16.4%;
  margin-right: 2%;
}

.form-family-data-dependent-box__text {
  font-size: 3.73vw;
  white-space: nowrap;
  margin-bottom: 2%;
}

.form-btnArea {
  width: 100%;
  box-sizing: border-box;
}

.form-btnArea__inner {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  justify-content: space-between;
}

.form-btnArea__yes-btn {
  width: 65%;
  position: relative;
  box-sizing: border-box;
  background-color: #3d62ac;
  color: #fff;
  font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 3.46vw;
  font-weight: bold;
  line-height: 1.3;
  padding: 2.9% 0 2.9% 0;
}

.form-btnArea__yes-btn::before {
  width: 1.5vw;
  height: 1.5vw;
  position: absolute;
  top: 43%;
  left: 24%;
  content: '';
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}

.form-btnArea__no-btn {
  width: 30%;
  position: relative;
  box-sizing: border-box;
  background-color: #999999;
  color: #fff;
  font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 3.46vw;
  font-weight: bold;
  line-height: 1.3;
  padding: 2.9% 0 2.9% 3%;
}

.form-btnArea__no-btn::before {
  width: 1.5vw;
  height: 1.5vw;
  position: absolute;
  top: 43%;
  left: 31%;
  content: '';
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}

/*----- PC -----*/
@media print, screen and (min-width: 768px) {
  button:hover {
    opacity: 0.5;
  }
  
  input[type='radio'] {
    width: 20px;
    height: 20px;
    margin: 0 1.5% 0 0;
  }

  
  .entry-outline {
    border-bottom: 1px solid #d2d2d2;
  }
  
  .entry-outline__text {
    font-size: 15px;
    margin-bottom: 8px;
  }
  .entry-outline__text:last-of-type {
    margin-bottom: 40px;
  }
  
  .entry-error-item {
    font-size: 18px;
    padding-left: 2.5%;
  }
  
  .entry-error-item::before{
    font-size: 23px;
  }
  
  .form {
    margin-bottom: 110px;
  }
  
  .form-table {
    margin-bottom: 60px;
  }
  
  .form-table tr {
    width: 900px;
    align-items: center;
    flex-direction: row;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    margin: 0 auto;
    padding: 30px 0;
    table-layout: fixed;
  }
  .form-table tr:first-of-type {
    padding: 30px 0;
  }
  
  .form-table th {
    width: 174px;
    font-size: 15px;
    margin-bottom: 0;
    table-layout: fixed;
  }
  
  .form-table td {
    width: 605px;
    table-layout: fixed;
  }
  
  .form-table__input-text {
    height: 50px;
    border: 1px solid #cccccc;
    font-size: 15px;
    padding: 2% 3% 1.5%;
  }
  
  .form-table__textarea {
    height: 236px;
    border: 1px solid #cccccc;
    font-size: 15px;
    padding: 2% 3% 1.5%;
  }
  
  .form-birth-list {
    width: 600px;
  }
  
  .form-birth-item__text {
    font-size: 16px;
  }
  
  .form-postal-list {
    width: 300px;
    justify-content: space-between;
  }
  
  .form-postal-item {
    margin-right: 20px;
  }
  .form-postal-item:first-of-type {
    width: 114px;
  }
  .form-postal-item:last-of-type {
    width: 134px;
    margin-right: 0;
  }
  
  .form-table tr:nth-of-type(8) td {
    width: 50.5%;
    display: block;
    margin-right: auto;
  }
  
  .form-history {
    width: 100%!important;
    align-items: flex-start!important;
    box-sizing: border-box;
    margin: 0 auto!important;
    padding: 50px 14.3% 60px!important;
  }
  .form-table .form-history:last-of-type {
    padding: 45px 14.3% 0!important;
  }
  
  .form-history__sub-title {
    font-size: 15px;
    margin-bottom: 6px;
  }
  
  .form-history__text {
    font-size: 16px;
  }
  
  .form-history-acd {
    flex-direction: column!important;
    border-top: none!important;
    border-bottom: none!important;
    padding: 0 14.3% 65px!important;
    margin:0!important;
  }
  
  .form-history-acd:nth-of-type(14){
    padding-top: 65px!important;
  }
  
  .form-history-acd__title {
    width: 900px!important;
    display: block;
    font-size: 21px!important;
    cursor: pointer;
  }
  
  .form-history-acd__title::after {
    width: 16px;
    height: 16px;
    top: 40%;
    right: 3%;
  }
  
  .form-history-acd-data {
    width: 900px!important;
    display: none;
    background-color: #fff;
    padding: 52px 130px 74px 170px;
  }
  
  .form-history-Area-box:last-of-type {
    margin-bottom: 0;
  }
  
  .form-history-Area .form-history-Area-yearList {
    width: 280px;
  }
  
  .form-history-acd-data .form-history-topArea .form-history-Area-year {
    width: 140px;
  }
  
  .form-history-acd-data .form-history-topArea .form-history-Area-month {
    width: 115px;
  }
  
  .sub-info {
    border-top: none!important;
    padding: 0 14.3% 50px!important;
  }
  
  .form-motive.sub-info {
    padding: 50px 14.3% 50px!important;
  }
  
  .form-money-item__text {
    font-size: 16px;
    margin-bottom: 12px;
  }
  
  .form-family-data {
    width: 420px!important;
  }
  
  .form-family-data__title {
    font-size: 15px;
    margin-bottom: 13px;
  }
  
  .form-family-data-spouse {
    border-bottom: none;
    margin-bottom: 30px;
  }
  
  .form-family-data-item{
    font-size: 16px;
  }
  
  .form-family-data-dependent-box {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: flex-start;
  }
  
  .form-family-data-dependent-box .form-table__input-text {
    width: 75px;
    margin-right: 10px;
  }
  
  .form-family-data-dependent-box__text {
    font-size: 16px;
    margin-bottom: 0;
  }

  .form-motive,
  .form-certification,
  .form-skill,
  .form-pr,
  .form-family,
  .form-comment {
    align-items: flex-start!important;
  }

  .form-btnArea__inner {
    width: 545px;
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    justify-content: space-between;
    margin-left: 343px;
  }
  
  .form-btnArea__yes-btn,
  .form-btnArea__no-btn {
    font-size: 16px;
  }
  
  .form-btnArea__yes-btn {
    width: 348px;
    padding-left: 0;
  }
  
  .form-btnArea__no-btn {
    width: 148px;
    padding-left: 0;
  }
  
  .form-btnArea__yes-btn::before,
  .form-btnArea__no-btn::before {
    width: 8px;
    height: 8px;
    top: 41%;
    left: 30%;
  }
}
