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

   set module

---------------------------------------------------- */
/*-- スタッフ紹介　ページのパーツ
---------------------------------------------------- */
.staff_list {
  display: flex;
  flex-wrap: wrap; }
  .staff_list > li {
    width: calc(50% - 30px); }
    @media screen and (max-width: 899px) {
      .staff_list > li {
        width: calc(50% - 20px); } }
    @media screen and (max-width: 639px) {
      .staff_list > li {
        width: 100%; } }
    .staff_list > li:nth-child(2n + 2) {
      margin-left: 60px; }
      @media screen and (max-width: 899px) {
        .staff_list > li:nth-child(2n + 2) {
          margin-left: 40px; } }
      @media screen and (max-width: 639px) {
        .staff_list > li:nth-child(2n + 2) {
          margin-left: 0; } }
    .staff_list > li:nth-child(n + 3) {
      margin-top: 60px; }
      @media screen and (max-width: 899px) {
        .staff_list > li:nth-child(n + 3) {
          margin-top: 40px; } }
    @media screen and (max-width: 639px) {
      .staff_list > li:nth-child(n + 2) {
        margin-top: 30px; } }
  .staff_list__item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  .staff_list__person {
    width: 160px; }
    @media screen and (max-width: 899px) {
      .staff_list__person {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        cursor: pointer; } }
    .staff_list__person > .person_photo {
      position: relative;
      margin-bottom: 20px; }
      @media screen and (max-width: 899px) {
        .staff_list__person > .person_photo {
          width: calc(13.127vw + 1.984px);
          min-width: 86px;
          height: calc(15.057vw + 1.6293px);
          min-height: 98px;
          overflow: hidden;
          margin-bottom: 0; } }
      .staff_list__person > .person_photo > img {
        width: 100%; }
        @media screen and (max-width: 899px) {
          .staff_list__person > .person_photo > img {
            position: absolute;
            top: 0;
            width: 100%;
            height: auto; } }
    .staff_list__person > .person_name {
      position: relative;
      font-feature-settings: 'palt'; }
      @media screen and (max-width: 899px) {
        .staff_list__person > .person_name {
          width: calc(100% - (13.127vw + 1.984px) - 15px);
          display: flex;
          flex-direction: column;
          justify-content: center; } }
      @media screen and (max-width: 639px) {
        .staff_list__person > .person_name {
          width: calc(100% - 86px - 15px); } }
      .staff_list__person > .person_name > .name_jp {
        display: block;
        margin-bottom: 9px;
        font-weight: 500;
        font-style: normal;
        font-size: 18px;
        letter-spacing: 0.04em; }
        @media screen and (max-width: 899px) {
          .staff_list__person > .person_name > .name_jp {
            margin-bottom: 8px;
            font-size: 16px; } }
      .staff_list__person > .person_name > .name_en {
        display: block;
        font-size: 14px;
        font-weight: 500;
        color: #ff9515; }
        @media screen and (max-width: 899px) {
          .staff_list__person > .person_name > .name_en {
            font-size: 12px; } }
      .staff_list__person > .person_name > .post {
        display: inline-block;
        font-size: 14px;
        margin-top: 14px;
        line-height: 1.429; }
        @media screen and (max-width: 899px) {
          .staff_list__person > .person_name > .post {
            margin-top: 12px;
            font-size: 12px; } }
      .staff_list__person > .person_name > .button {
        display: none;
        position: absolute;
        top: 30px;
        right: 12px;
        z-index: 10;
        width: 32px;
        height: 32px; }
        @media screen and (max-width: 639px) {
          .staff_list__person > .person_name > .button {
            display: block; } }
        .staff_list__person > .person_name > .button > .button_layer {
          top: -1px;
          z-index: 4;
          display: block;
          width: 32px;
          height: 32px;
          padding: 0;
          outline: 0;
          border: solid 1px #ff9416;
          border-radius: 18px;
          background-color: #ffffff;
          -webkit-transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
          transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
          -webkit-transform: translateZ(0);
          transform: translateZ(0);
          text-align: center; }
          .staff_list__person > .person_name > .button > .button_layer:hover {
            box-sizing: border-box;
            cursor: pointer; }
          .staff_list__person > .person_name > .button > .button_layer > .button_layer_icon {
            position: relative;
            width: 18px;
            display: inline-block;
            margin-top: 10px;
            color: #ff9416;
            font-family: "FontAwesome";
            font-weight: 900;
            font-size: 13px;
            transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1); }
          .staff_list__person > .person_name > .button > .button_layer > .active.button_layer_icon {
            margin-top: 9px;
            -webkit-transform: rotateX(180deg);
            transform: rotateX(180deg); }
  .staff_list__profile {
    width: calc(100% - 160px - 30px); }
    @media screen and (max-width: 899px) {
      .staff_list__profile {
        width: 100%; } }
    @media screen and (max-width: 639px) {
      .staff_list__profile {
        overflow: hidden;
        height: 0;
        transition: all .3s ease-in-out; } }
    .staff_list__profile_table {
      width: 100%; }
      @media screen and (max-width: 899px) {
        .staff_list__profile_table {
          margin-top: 15px; } }
    .staff_list__profile_tbody > tr {
      border-bottom: solid 1px #d3d3d3; }
      .staff_list__profile_tbody > tr:first-child {
        border-top: solid 1px #d3d3d3; }
      .staff_list__profile_tbody > tr > th {
        width: 88px;
        font-weight: 500;
        padding: 17px 0 18px;
        font-size: 15px; }
        @media screen and (max-width: 899px) {
          .staff_list__profile_tbody > tr > th {
            width: 80px;
            font-size: 13px; } }
      .staff_list__profile_tbody > tr > td {
        padding: 17px 0 18px; }
        .staff_list__profile_tbody > tr > td > .text {
          font-size: 15px;
          max-height: 100%;
          margin-top: -3.9975px;
          margin-bottom: -3.9975px;
          line-height: 1.533; }
          @media screen and (max-width: 899px) {
            .staff_list__profile_tbody > tr > td > .text {
              font-size: 13px;
              max-height: 100%;
              margin-top: -3.9975px;
              margin-bottom: -3.9975px;
              line-height: 1.615; } }
        .staff_list__profile_tbody > tr > td > .ul_style > li {
          position: relative;
          padding-left: 1em;
          font-size: 15px;
          max-height: 100%;
          margin-top: 6.0025px;
          margin-bottom: -3.9975px;
          line-height: 1.533; }
          .staff_list__profile_tbody > tr > td > .ul_style > li:first-child {
            margin-top: -3.9975px; }
          @media screen and (max-width: 899px) {
            .staff_list__profile_tbody > tr > td > .ul_style > li {
              font-size: 13px;
              max-height: 100%;
              margin-top: 4.0025px;
              margin-bottom: -3.9975px;
              line-height: 1.615; }
              .staff_list__profile_tbody > tr > td > .ul_style > li:first-child {
                margin-top: -3.9975px; } }
          .staff_list__profile_tbody > tr > td > .ul_style > li::before {
            content: '\f111';
            position: absolute;
            top: 1px;
            left: -2px;
            display: inline-block;
            font-family: 'FontAwesome';
            font-size: 1em;
            font-weight: 900;
            color: #000;
            transform: scale(0.45); }
            @media screen and (max-width: 899px) {
              .staff_list__profile_tbody > tr > td > .ul_style > li::before {
                top: 1px; } }
        .staff_list__profile_tbody > tr > td > .dl_style > .dl_style_set {
          margin-top: 12px; }
          .staff_list__profile_tbody > tr > td > .dl_style > .dl_style_set > dt {
            font-size: 15px;
            font-weight: 500; }
          .staff_list__profile_tbody > tr > td > .dl_style > .dl_style_set > dd {
            position: relative;
            padding-left: 1em;
            font-size: 13px;
            max-height: 100%;
            margin-top: 4.0025px;
            margin-bottom: -3.9975px;
            line-height: 1.615; }
            @media screen and (max-width: 899px) {
              .staff_list__profile_tbody > tr > td > .dl_style > .dl_style_set > dd {
                font-size: 12px;
                max-height: 100%;
                margin-top: 2.31px;
                margin-bottom: -3.69px;
                line-height: 1.615; } }
            .staff_list__profile_tbody > tr > td > .dl_style > .dl_style_set > dd::before {
              content: '\f111';
              position: absolute;
              top: 1px;
              left: -2px;
              display: inline-block;
              font-family: 'FontAwesome';
              font-size: 1em;
              font-weight: 900;
              color: #000;
              transform: scale(0.45); }
              @media screen and (max-width: 899px) {
                .staff_list__profile_tbody > tr > td > .dl_style > .dl_style_set > dd::before {
                  top: 1px; } }
    .staff_list__profile_link {
      text-align: center;
      margin-top: 24px; }
      .staff_list__profile_link > a {
        position: relative;
        display: inline-block;
        background-image: linear-gradient(90deg, #ff9614 0%, #ff6f33 100%);
        background-position: right;
        background-size: 100% auto;
        width: 100%;
        max-width: 248px;
        height: 44px;
        padding: 13px 0 15px;
        border-radius: 28px;
        text-align: center;
        color: #fff;
        font-size: 16px;
        transition: background 0.3s ease-in-out, letter-spacing 0.3s ease-in-out; }
        .staff_list__profile_link > a > span {
          display: inline-block; }
          .staff_list__profile_link > a > span::after {
            content: "\f105";
            position: absolute;
            right: 18px;
            top: 50%;
            display: inline-block;
            color: #fff;
            font-family: "FontAwesome";
            font-weight: 900;
            font-size: 16px;
            vertical-align: top;
            transition: color 0.2s ease-out;
            transform: translateY(-50%);
            letter-spacing: 0; }
            @media screen and (max-width: 899px) {
              .staff_list__profile_link > a > span::after {
                right: 10px; } }
        .staff_list__profile_link > a:hover {
          background-size: 200% auto;
          letter-spacing: 0.06em; }


.search-box {
  position: relative;
  margin: 50px 16px 80px;
  padding: 48px 16px 16px; 
  border: 2px solid #ff7230;
  border-radius: 15px 0 15px 0;
}
.search-box .box-title {
  position: absolute; 
  top: 0; 
  left: 0;
  color: #fff;
  background: #ff7230;
  line-height: 32px; 
  padding: 0 15px; 
  border-radius: 12px 0 12px 0;
  font-weight: bold; 
}

.radio-button-area {
  background-color: #f3f7fb;
  padding: 15px 16px 15px 16px;
}

.radio-button-group {
  margin-left: 2rem;
  margin-right: 2rem;
  display: flex;
}

.radio-button-group label {
  display: flex;
  align-items: center;
  gap: 0 .5em;
  position: relative;
  max-width: 40rem;
  margin-bottom: .8em;
  margin-left: 1rem;
  padding: .5em .7em;
  border: 1px solid #f8f9fa;
  border-radius: 3px;
  background-color: #fff;
  cursor: pointer;
  width: 40%;
  height: 3.5rem;
}

@media screen and (max-width: 900px) {
  .radio-button-group {
    margin-left: 1rem;
    margin-right: 1rem;
    display: flex;
  }
  
  .radio-button-group label {
    display: flex;
    align-items: center;
    gap: 0 .5em;
    position: relative;
    max-width: 400px;
    margin-bottom: .4em;
    margin-inline: 0.5rem;
    padding: .5em .7em;
    border: 1px solid #f8f9fa;
    border-radius: 3px;
    background-color: #fff;
    cursor: pointer;
    width: 30%;
  }
}

@media screen and (max-width: 740px) {
  .radio-button-group {
    margin-left: 0;
    margin-right: 0;
    display: flex;
    flex-direction: column;
  }
  .radio-button-group label {
    display: flex;
    align-items: center;
    gap: 0 .5em;
    position: relative;
    max-width: 40rem;
    margin-bottom: .4em;
    margin-inline: 0;
    padding: .5em .7em;
    border: 1px solid #f8f9fa;
    border-radius: 3px;
    background-color: #fff;
    cursor: pointer;
    width: 100%;
  }
}

.radio-button-group label:has(:checked) {
  background-color: #2589d0;
  color: #fff;
}

.radio-button-group label::before,
.radio-button-group label:has(:checked)::after {
  border-radius: 50%;
  content: '';
}

.radio-button-group label::before {
  width: 14px;
  height: 14px;
  background-color: #fff;
}

.radio-button-group label:has(:checked)::after {
  position: absolute;
  top: 50%;
  left: calc(7px + .7em);
  transform: translate(-50%, -50%);
  width: 7px;
  height: 7px;
  background-color: #2589d0;
}


/* less */

.radio-button-group-less {
  margin-left: 2rem;
  margin-right: 2rem;
  display: flex;
}

.radio-button-group-less::after {
  content:"";
  display: block;
  width: calc(100% / 3 - 20px);
  margin: 10px;
}

.radio-button-group-less label {
  display: flex;
  align-items: center;
  gap: 0 .5em;
  position: relative;
  max-width: 40rem;
  margin-bottom: .4em;
  margin-left: 1rem;
  padding: .5em .7em;
  border: 1px solid #f8f9fa;
  border-radius: 3px;
  background-color: #fff;
  cursor: pointer;
  width: 32%;
  height: 3.5rem;
}

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

  .radio-button-group-less {
    margin-left: 1rem;
    margin-right: 1rem;
    display: flex;
  }
  
  .radio-button-group-less label {
    display: flex;
    align-items: center;
    gap: 0 .5em;
    position: relative;
    max-width: 400px;
    margin-bottom: .4em;
    margin-inline: 0.5rem;
    padding: .5em .7em;
    border: 1px solid #f8f9fa;
    border-radius: 3px;
    background-color: #fff;
    cursor: pointer;
    width: 30%;
  }
}

@media screen and (max-width: 740px) {
  .radio-button-group-less {
    margin-left: 0;
    margin-right: 0;
    display: flex;
    flex-direction: column;
  }

  .radio-button-group-less label {
    display: flex;
    align-items: center;
    gap: 0 .5em;
    position: relative;
    max-width: 40rem;
    margin-bottom: .4em;
    margin-inline: 0;
    padding: .5em .7em;
    border: 1px solid #f8f9fa;
    border-radius: 3px;
    background-color: #fff;
    cursor: pointer;
    width: 100%;
  }
}

.radio-button-group-less label:has(:checked) {
  background-color: #2589d0;
  color: #fff;
}

.radio-button-group-less label::before,
.radio-button-group-less label:has(:checked)::after {
  border-radius: 50%;
  content: '';
}

.radio-button-group-less label::before {
  width: 14px;
  height: 14px;
  background-color: #fff;
}

.radio-button-group-less label:has(:checked)::after {
  position: absolute;
  top: 50%;
  left: calc(7px + .7em);
  transform: translate(-50%, -50%);
  width: 7px;
  height: 7px;
  background-color: #2589d0;
}

.radio-button-group-less input {
  display: none;
}

.radio-button-group input {
  display: none;
} 

input[type=radio].hide-circle{
    display: none;
    opacity: 0;
}

#all {
  font-size: 1.2rem;
}

#administrator {
  font-size: 1.2rem;
}

#main {
  font-size: 1.2rem;
}

#ibaraki {
  font-size: 1.2rem;
}
#ai {
  font-size: 1.2rem;
}

#tonnda {
  font-size: 1.2rem;
}

#itoman {
  font-size: 1.2rem;
}

#acupuncture {
  font-size: 1.2rem;
}

#beauty {
  font-size: 1.2rem;
}

#after_school {
  font-size: 1.2rem;
}

#secretariat {
  font-size: 1.2rem;
}

.default_table {
  display: block;
}

.smartphone_table {
  display: none;
}

table.qualification-table {
  border-collapse: collapse;
  border: 2px solid rgb(140 140 140);
  font-family: sans-serif;
  font-size: 1.2rem;
  letter-spacing: 1px;
  text-align: center;
  margin-top: 1rem;
}


@media screen and (max-width: 900px) {
  table.qualification-table {
    border-collapse: collapse;
    border: 2px solid rgb(140 140 140);
    font-family: sans-serif;
    font-size: 0.8rem;
    letter-spacing: 1px;
    text-align: center;
    margin-top: 1rem;
  }
}

td.qualification-table {
  width: 180px;
  height: 30px;
  border: 1px solid rgb(237 238 242);
  padding: 15px 10px;
  text-align: center;
  vertical-align: middle;
}

th.qualification-table {
  width: 120px;
  height: 30px;
  background-color: #ff7230;
  text-align: center;
  vertical-align: middle;
}

@media screen and (max-width: 740px) {
  .default_table {
    display: none;
  }
  
  .smartphone_table {
    display: block;
  }

  table.qualification-table {
    border-collapse: collapse;
    border: 2px solid rgb(140 140 140);
    font-family: sans-serif;
    font-size: 1.2rem;
    letter-spacing: 1px;
    margin-top: 1rem;
    writing-mode:horizontal-tb;
  }
  
  td.qualification-table {
    width: 180px;
    height: 50px;
    border: 1px solid rgb(237 238 242);
    padding: 15px 10px;
    text-align: center;
    vertical-align: middle;
    writing-mode: horizontal-tb;
  }

  th.qualification-table {
    width: 120px;
    height: 50px;
    background-color: #ff7230;
    text-align: center;
    vertical-align: middle;
    writing-mode: horizontal-tb;
  }
} 


.qualification-button-position {
  text-align: left;
  margin-top: 1.5rem;
}

.qualification-button {
  border: 1px solid #1B85FB;
  color: #1b85fb;
  border-radius: 0.25em;
  padding: 1em 2em 0.8em;
  line-height: 1;
  background-color: #fff;
  -webkit-transition: all .3s;
  transition: all .3s;
  display: inline-block;
}

.qualification-button:hover {
  color: #fff;
  border:1px solid #1B85FB;
  background-color: #1B85FB;
}

/* 改行 */

.sp_br {
  display: none;
}
@media screen and (max-width: 783px) {
  .sp_br {
    display: block;
  }
}

.sp_br_table {
  display: none;
}
@media screen and (max-width: 740px) {
  .sp_br_table {
    display: block;
  }
}

.staff-contents-margin{
  margin-top: 30px;
  margin-bottom: 30px;
}


/* きらんとひかる */

.anim-button.kiran {
  opacity: 1;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.anim-button.kiran::before {
  background-color: #fff;
  content: "";
  display: block;
  position: absolute;
  top: -100px;
  left: 0;
  width: 30px;
  height: 100%;
  opacity: 0;
  transition: cubic-bezier(0.32, 0, 0.67, 0);
}
.anim-button.kiran:hover::before {
  animation: kiran 0.5s linear;
}
 
@keyframes kiran {
  0% {
    transform: scale(2) rotate(45deg);
    opacity: 0;
  }
  20% {
    transform: scale(20) rotate(45deg);
    opacity: 0.6;
  }
  40% {
    transform: scale(30) rotate(45deg);
    opacity: 0.4;
  }
  80% {
    transform: scale(45) rotate(45deg);
    opacity: 0.2;
  }
  100% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
 

/* ズームイン */

.anim-box.zoomin.is-animated {
  animation: zoomIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
 
@keyframes zoomIn {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
 




/* background-color: rgb(228 240 245);\n*/


                    


/*# sourceMappingURL=common_staff.css.map */
