@charset "UTF-8";
.pc_xl {
  display: none;
}
@media screen and (min-width: 1100px) {
  .pc_xl {
    display: block;
  }
}

._sp {
  display: block;
}
@media screen and (min-width: 641px) {
  ._sp {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  #fixed {
    bottom: 120px;
  }
}

#main {
  position: relative;
  background-color: transparent;
}
#main .fv {
  background-image: url(../images/personnel/sub_keyvisual.png);
}
#main .section-title {
  text-align: center;
}
#main .section-title .sub {
  font-weight: bold;
  font-size: 16px;
  color: #015eb9;
}
@media screen and (min-width: 641px) {
  #main .section-title .sub {
    font-size: 20px;
  }
}
#main .section-title .pink {
  color: #e84790;
}
#main .section-title .main {
  font-weight: bold;
  font-size: 24px;
  padding-top: 28px;
}
@media screen and (min-width: 641px) {
  #main .section-title .main {
    font-size: 36px;
  }
}
#main .lead-inner {
  max-width: 950px;
  width: 90%;
  margin: 0 auto;
  padding: 50px 0 0;
}
@media screen and (min-width: 641px) {
  #main .lead-inner {
    padding: 100px 0 0;
  }
}
#main .lead-text {
  font-size: 16px;
  line-height: 2.125;
  margin-bottom: 25px;
}
@media screen and (min-width: 641px) {
  #main .lead-text {
    margin-bottom: 50px;
  }
}
#main .lead-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: inherit;
  height: inherit;
  background-color: #1669BB;
  color: #FFFFFF;
  font-weight: bold;
  font-size: inherit;
  transition: 0.5s;
}
#main .lead-btn--login {
  font-size: 18px;
  text-align: center;
  width: 250px;
  height: 70px;
  margin: 0 auto;
}
@media screen and (min-width: 641px) {
  #main .lead-btn--login {
    font-size: 24px;
    width: 550px;
    height: 64px;
  }
}
#main .control {
  background-color: #F6F6F6;
}
#main .control-inner {
  max-width: 950px;
  width: 90%;
  margin: 0 auto;
  padding: 30px 0;
}
@media screen and (min-width: 641px) {
  #main .control-inner {
    padding: 50px 0;
  }
}
#main .control-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  flex-wrap: wrap;
  row-gap: 10px;
  column-gap: 20px;
  margin-bottom: 15px;
}
@media screen and (min-width: 641px) {
  #main .control-wrapper {
    gap: 10px;
    grid-template-columns: repeat(4, 1fr);
    margin-bottom: 30px;
  }
}
#main .control-label {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}
@media screen and (min-width: 641px) {
  #main .control-label {
    margin-bottom: 10px;
  }
}
#main .control-select {
  width: 100%;
  height: 40px;
  font-size: 16px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  background-color: #FFFFFF;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../images/personnel/control_select_icon1.svg);
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 11.67px 10px;
  border-radius: 0;
  padding: 10px;
  cursor: pointer;
}
@media screen and (min-width: 641px) {
  #main .control-select {
    height: 50px;
  }
}
#main .control-select:focus {
  outline-color: #1669BB;
  border-radius: 0;
}
#main .control-subtitle {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}
@media screen and (min-width: 641px) {
  #main .control-subtitle {
    margin-bottom: 10px;
  }
}
#main .control-input--text {
  width: 100%;
  height: 40px;
  font-size: 16px;
  font-weight: bold;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  background-color: #FFFFFF;
  border: none;
  padding: 10px;
  cursor: pointer;
}
@media screen and (min-width: 641px) {
  #main .control-input--text {
    height: 50px;
  }
}
#main .control-input--text::place-holder {
  color: #ADADAD;
}
#main .control-input--text:focus {
  outline-color: #1669BB;
  border-radius: 0;
}
#main .control-input--text:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
  box-shadow: 0 0 0 1000px #fff inset !important;
  -webkit-text-fill-color: #000 !important;
}
#main .control-input--text:-moz-autofill {
  box-shadow: 0 0 0 1000px #fff inset !important;
  -moz-text-fill-color: #000 !important;
}
#main .control-input--checkbox {
  display: none;
  font-weight: bold;
  cursor: pointer;
}
#main .control-input--checkbox:checked + label {
  background-color: #000000;
  color: #FFFFFF;
}
#main .control-input--checkbox + label {
  width: 100px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ADADAD;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: bold;
  border: 0;
  cursor: pointer;
}
@media screen and (min-width: 641px) {
  #main .control-input--checkbox + label {
    width: 120px;
    height: 34px;
  }
}
#main .control-container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 15px;
}
@media screen and (min-width: 641px) {
  #main .control-container {
    margin-bottom: 30px;
    gap: 15px;
  }
}
#main .control-btn--submit {
  font-size: 18px;
  width: 120px;
  height: 50px;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 15px;
}
@media screen and (min-width: 641px) {
  #main .control-btn--submit {
    font-size: 24px;
    width: 220px;
    height: 70px;
    margin-top: 50px;
    margin-bottom: 27px;
  }
}
#main .control-btn--submit input {
  display: flex;
  justify-content: center;
  align-items: center;
  width: inherit;
  height: inherit;
  background-color: #1669BB;
  color: #FFFFFF;
  border: 0;
  font-weight: bold;
  font-size: inherit;
  transition: 0.5s;
  cursor: pointer;
}
#main .control-btn--submit input:hover {
  opacity: 0.5;
  transition: 0.5s;
}
#main .control-btn--clear {
  font-size: 16px;
  font-weight: bold;
  color: #1669BB;
  text-align: center;
  cursor: pointer;
}
#main .control-btn--clear:hover {
  opacity: 0.5;
  transition: 0.5s;
}
#main .human-inner {
  position: relative;
  max-width: 950px;
  width: 90%;
  margin: 0 auto;
  padding: 50px 0;
}
@media screen and (min-width: 641px) {
  #main .human-inner {
    padding: 100px 0 50px;
  }
}
#main .human-unit {
  position: relative;
}
#main .human-scroll {
  overflow-x: auto;
  height: 20px;
  margin-bottom: 10px;
}
@media screen and (min-width: 641px) {
  #main .human-scroll {
    margin-bottom: 20px;
  }
}
#main .human-scroll > div {
  height: 1px;
}
#main .human-scroll::-webkit-scrollbar {
  width: 100%;
  height: 20px;
}
#main .human-scroll::-webkit-scrollbar-track {
  background: #BEBEBE;
  border-radius: 0;
}
#main .human-scroll::-webkit-scrollbar-thumb {
  background-color: #4D4D4D;
  border-radius: 0;
  border: 4px solid #BEBEBE;
}
#main .human-wrapper {
  position: relative;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  padding: 0 0 10px 0;
  /* スクロールバーのカスタマイズ */
}
@media screen and (min-width: 641px) {
  #main .human-wrapper {
    padding: 0 0 25px 0;
  }
}
#main .human-wrapper--logout {
  min-height: 560px;
}
#main .human-wrapper::-webkit-scrollbar {
  scrollbar-color: #4D4D4D #BEBEBE;
  width: 500px;
  height: 20px;
  padding: 2px;
}
#main .human-wrapper::-webkit-scrollbar-track {
  background: #BEBEBE;
  border-radius: 0;
}
#main .human-wrapper::-webkit-scrollbar-thumb {
  background-color: #4D4D4D;
  border-radius: 0;
  border: 4px solid #BEBEBE;
}
#main .human-table {
  position: relative;
  table-layout: fixed;
  width: max-content;
  min-width: 100%;
  border-collapse: collapse;
  cursor: grab;
}
#main .human-table:active {
  cursor: grabbing;
}
#main .human-table--active .human-td:nth-child(n+3) {
  filter: none !important;
  border: 1px solid #7FB9F2 !important;
  background-color: transparent !important;
}
#main .human-tr {
  background-color: #FFFFFF;
}
#main .human-tr:nth-child(even) {
  background-color: #EFF4FA;
}
#main .human-th {
  position: relative;
  width: 90px;
  background-color: #1669BB;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: bold;
  border: 1px solid #7FB9F2;
  border-bottom: none;
  vertical-align: middle;
  padding: 20px 8px;
  z-index: 1;
  user-select: none;
}
@media screen and (min-width: 641px) {
  #main .human-th {
    width: 100px;
  }
}
#main .human-th--wide {
  width: 250px;
}
@media screen and (min-width: 641px) {
  #main .human-th--wide {
    width: 220px;
  }
}
#main .human-resize {
  position: absolute;
  top: 0;
  right: 0;
  width: 6px;
  height: 100%;
  cursor: col-resize;
  z-index: 10;
}
#main .human-td {
  position: relative;
  font-size: 16px;
  font-weight: normal;
  border: 1px solid #7FB9F2;
  padding: 20px 8px;
}
#main .human-td:nth-child(n+3) {
  filter: blur(4px);
  border: 0;
  background-color: #FFFFFF;
}
@media screen and (min-width: 641px) {
  #main .human-td:nth-child(n+3) {
    filter: none;
    border: 1px solid #7FB9F2;
    background-color: transparent;
  }
}
@media screen and (min-width: 641px) {
  #main .human-td:nth-child(n+4) {
    filter: blur(4px);
    border: 0;
    background-color: #FFFFFF;
  }
}
#main .human-text {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin: 30px 0;
}
@media screen and (min-width: 641px) {
  #main .human-text {
    font-size: 25px;
  }
}
#main .human-lightblue {
  position: absolute;
  top: 230px;
  right: 50%;
  transform: translateX(50%);
  z-index: 2;
  background-color: #EFF4FA;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  padding: 15px;
}
@media screen and (min-width: 641px) {
  #main .human-lightblue {
    right: 50%;
    padding: 50px;
  }
}
@media screen and (min-width: 768px) {
  #main .human-lightblue {
    right: 50px;
    transform: none;
  }
}
#main .human-attention {
  color: #1669BB;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (min-width: 641px) {
  #main .human-attention {
    margin-bottom: 15px;
  }
}
#main .human-hint {
  opacity: 0.8;
  transition: 0.5s;
  position: absolute;
  width: 280px;
  background: rgba(0, 0, 0, 0.7);
  color: #FFF;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  border-radius: 10px;
  top: 68%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  padding: 20px;
  gap: 10px;
  z-index: 3;
}
@media screen and (min-width: 641px) {
  #main .human-hint {
    font-size: 16px;
    width: 250px;
    padding: 20px;
  }
}
#main .human-hint--hidden {
  opacity: 0;
  transition: 0.5s;
}
#main .human-hint--top {
  top: 20%;
}
#main .human-hint span {
  display: block;
  background-image: url(../images/personnel/human_hint_icon1.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 70px;
  height: 70px;
}
@media screen and (min-width: 641px) {
  #main .human-hint span {
    width: 60px;
    height: 60px;
  }
}
#main .human-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: inherit;
  height: inherit;
  background-color: #1669BB;
  color: #FFFFFF;
  font-weight: bold;
  font-size: inherit;
  transition: 0.5s;
  gap: 0;
}
@media screen and (min-width: 641px) {
  #main .human-btn a {
    gap: 10px;
  }
}
#main .human-btn--billing {
  font-size: 11.5px;
  width: 250px;
  height: 110px;
  margin: 0 auto;
}
@media screen and (min-width: 641px) {
  #main .human-btn--billing {
    font-size: 10px;
    width: 450px;
    height: 89px;
  }
}
#main .human-btn--billing span {
  font-size: 18px;
}
@media screen and (min-width: 641px) {
  #main .human-btn--billing span {
    font-size: 24px;
  }
}
#main .personnel-inner {
  max-width: 950px;
  width: 90%;
  margin: 0 auto;
  padding: 0 0 50px 0;
}
@media screen and (min-width: 641px) {
  #main .personnel-inner {
    padding: 0 0 100px 0;
  }
}
#main .personnel-wrapper {
  width: 100%;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.2);
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  z-index: 10;
}
@media screen and (min-width: 641px) {
  #main .personnel-wrapper {
    gap: 20px;
    padding: 15px 0;
  }
}
#main .personnel-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  width: inherit;
  height: inherit;
  background-color: #1669BB;
  color: #FFFFFF;
  font-weight: bold;
  font-size: inherit;
  transition: 0.5s;
}
#main .personnel-btn a span {
  font-size: 16px;
}
@media screen and (min-width: 641px) {
  #main .personnel-btn a span {
    font-size: 15px;
  }
}
#main .personnel-btn--contact, #main .personnel-btn--tel {
  font-size: 14px;
  line-height: 1.3;
  width: 100%;
  height: 75px;
}
@media screen and (min-width: 641px) {
  #main .personnel-btn--contact, #main .personnel-btn--tel {
    line-height: 1.1;
    max-width: 228px;
    height: 44px;
  }
}
#main .personnel-btn--tel a {
  background-color: #2E4A7E;
}
#main .personnel-text {
  max-width: 820px;
  font-size: 16px;
  line-height: 2;
  margin: 0 auto;
  margin-bottom: 25px;
}
@media screen and (min-width: 641px) {
  #main .personnel-text {
    margin-bottom: 95px;
  }
}
#main .personnel-text span {
  color: #1669BB;
}
#main .personnel-gray {
  background-color: #EBEBEB;
  padding: 25px 30px 25px 40px;
}
@media screen and (min-width: 641px) {
  #main .personnel-gray {
    padding: 45px 50px;
  }
}
#main .personnel-subtitle {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (min-width: 641px) {
  #main .personnel-subtitle {
    margin-bottom: 25px;
  }
}
#main .personnel-item {
  font-size: 16px;
  line-height: 2;
  list-style: decimal;
}