@charset "UTF-8";
body {
  color: #333333;
  font-family: "Poppins", "oswald", "Noto Sans JP", "Shippori Mincho", sans-serif;
}

.fv {
  background: #f0f2f2;
  width: 100%;
  height: 118vw;
  padding-top: 19.2vw;
  position: relative;
}

.fv-backimg {
  width: 100%;
  height: 75.4vw;
  background-image: url("../../../../img/professional-fv.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center 0;
  z-index: -1;
}

.fv-tit_en {
  position: absolute;
  top: 71.6%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-family: "Poppins";
  font-size: 7.73333vw;
  font-weight: 600;
  color: #0e3169;
  text-align: center;
  margin: 0 0 0 0;
  padding: 5vw 0 5.333vw;
  width: 90vw;
  background-color: rgba(255, 255, 255, 0.9);
}

.fv-tit_ja {
  position: absolute;
  top: 86.5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-family: "Poppins";
  font-size: 3.4666vw;
  color: #fff;
  background: #0e3169;
  text-align: center;
  width: 49.333vw;
  padding: 0.8vw;
}

@media screen and (min-width: 835px) and (max-width: 1299px) {
  .fv {
    background: #f0f2f2;
    width: 100%;
    height: 50vw;
    padding-top: 6.923vw;
    position: relative;
  }
  .fv-backimg {
    width: 100%;
    height: 34.6153vw;
    background-image: url("../../../../img/professional-fv_pc.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right 0;
    z-index: -1;
  }
  .fv-tit_en {
    position: absolute;
    top: 72.3%;
    left: 28.3%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    font-family: "Poppins";
    font-size: 4.2307vw;
    font-weight: 600;
    color: #0e3169;
    text-align: center;
    margin: 0 0 0 -5.7692vw;
    padding: 2.2307vw 0 2.0769vw;
    width: 87vw;
    background-color: rgba(255, 255, 255, 0.9);
  }
  .fv-tit_ja {
    position: absolute;
    top: 88%;
    left: 46.1%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    font-family: "Poppins";
    font-size: 1.384vw;
    color: #fff;
    background: #0e3169;
    text-align: center;
    width: 26.923vw;
    padding: 0.615vw;
  }
}

@media screen and (min-width: 1300px) {
  .fv {
    width: 100%;
    height: 650px;
    background: #f0f2f2;
    padding-top: 90px;
    position: relative;
  }
  .fv-backimg {
    width: 100%;
    height: 450px;
    background-image: url("../../../../img/professional-fv_pc.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right 0;
    z-index: -1;
  }
  .fv-tit_en {
    position: absolute;
    top: 72.3%;
    left: 28.3%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    font-family: "Poppins";
    font-size: 55px;
    font-weight: 600;
    color: #0e3169;
    text-align: center;
    margin: 0 0 0 -75px;
    padding: 29px 0 27px;
    width: 1131px;
    background-color: rgba(255, 255, 255, 0.9);
  }
  .fv-tit_ja {
    position: absolute;
    top: 88%;
    left: 46.1%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    font-family: "Poppins";
    font-size: 18px;
    color: #fff;
    background: #0e3169;
    text-align: center;
    width: 350px;
    padding: 8px;
  }
}

/* パンくずリスト ------------------------------*/
.breadcrumb {
  padding: 1.6vw 0 2.1333vw 4.2666vw;
  list-style: none;
}

.breadcrumb-item {
  position: relative;
  display: inline-block;
  color: #103496;
  font-size: 3.2vw;
  line-height: 1.91666;
  letter-spacing: 0.02em;
}

.breadcrumb-item:first-child {
  position: relative;
  z-index: 1;
  opacity: 0.5;
}

.breadcrumb-item:last-child {
  margin-left: 4.6vw;
  margin-top: 0.2vw;
  color: #0e3169;
}

.breadcrumb-item:last-child::before {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: -25%;
  content: "";
  width: 3.2666vw;
  height: 0.1333vw;
  background: #103496;
  opacity: 0.5;
}

@media screen and (min-width: 835px) and (max-width: 1299px) {
  .breadcrumb {
    top: 89%;
    left: 5.7%;
    position: absolute;
  }
  .breadcrumb-item {
    font-size: 1vw;
    line-height: 2.307692;
    letter-spacing: 0.02em;
  }
  .breadcrumb-item:first-child {
    position: relative;
    z-index: 1;
  }
  .breadcrumb-item:nth-child(2) {
    margin-left: 1.923vw;
  }
  .breadcrumb-item:nth-child(2)::before {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: -18%;
    content: "";
    width: 1.153vw;
    height: 0.0666vw;
    background: #103496;
    opacity: 0.5;
  }
  .breadcrumb-item:last-child {
    margin-left: 2.8vw;
  }
  .breadcrumb-item:last-child::before {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: -37.5%;
    content: "";
    width: 1.25vw;
    height: 0.0666vw;
    background: #0e3169;
    opacity: 0.5;
  }
}

@media screen and (min-width: 1300px), print {
  .breadcrumb {
    top: 89%;
    left: 5.7%;
    position: absolute;
  }
  .breadcrumb-item {
    font-size: 13px;
    line-height: 2.307692;
    letter-spacing: 0.02em;
  }
  .breadcrumb-item:first-child {
    position: relative;
    z-index: 1;
  }
  .breadcrumb-item:last-child {
    margin-left: 25px;
  }
  .breadcrumb-item:last-child::before {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: -30.5%;
    content: "";
    width: 15px;
    height: 1px;
    background: #0e3169;
    opacity: 0.5;
  }
}

.list {
  margin-top: 9.6vw;
  margin-bottom: 12.7vw;
}

.list h3 {
  padding-bottom: 7.7vw;
}

.list-contents {
  width: calc(100vw - 40px);
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  row-gap: 14px;
}

.list-item {
  width: 42.666vw;
  font-family: "Noto Sans JP";
  color: #0e3169;
  text-align: center;
  border: 0.2666vw solid #0e3169;
}

.list-item a {
  display: block;
  padding: 12px 0 6px;
}

.list-item a.item1 {
  padding: 22px 0 15px;
}

.list-item a.item2, .list-item a.item3, .list-item a.item4 {
  padding: 10px 0 8px;
}

.list-item a.item5, .list-item a.item6 {
  padding: 6px 0 2px;
}

.list-item_subtit {
  font-size: 2.9333vw;
  letter-spacing: 0.04em;
  line-height: 1.818;
}

.list-item_subtit.sub5, .list-item_subtit.sub6 {
  line-height: 1.3;
  padding-bottom: 3px;
}

.list-item_role {
  font-size: 4vw;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.04em;
}

.list-item_name {
  font-size: 4vw;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 835px) {
  a.item7 {
    padding: 22px 0 15px;
  }
}

@media screen and (min-width: 835px) and (max-width: 1299px) {
  .list {
    margin-top: 7.461vw;
    margin-bottom: 7.769vw;
  }
  .list h3 {
    padding-top: 0.0769vw;
    padding-bottom: 4.384vw;
  }
  .list-contents {
    width: 76.92vw;
    row-gap: 2.308vw;
  }
  .list-item {
    width: 36.923vw;
    border: 1px solid #0e3169;
  }
  .list-item a {
    padding: 2.308vw 0;
  }
  .list-item a:hover {
    color: #fff;
    background-color: #0e3169;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  .list-item a.item1 {
    padding: 2.3vw 0;
  }
  .list-item a.item2 {
    padding: 1.1vw 0 1.538vw;
    line-height: 1;
  }
  .list-item a.item3, .list-item a.item4 {
    padding: 1.077vw 0 1.538vw;
    line-height: 1;
  }
  .list-item a.item5, .list-item a.item6 {
    padding: 1.231vw 0 1.538vw;
  }
  .list-item_subtit {
    font-size: 1.0769vw;
  }
  .list-item_subtit.sub5, .list-item_subtit.sub6 {
    line-height: 1.3;
    padding-bottom: 0.2308vw;
  }
  .list-item_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.384vw;
  }
  .list-item_inner.inner2 {
    padding-top: 0.1538w;
  }
  .list-item_inner.inner5, .list-item_inner.inner6 {
    padding-top: 0.2308vw;
  }
  .list-item_role {
    font-size: 1.3846vw;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.04em;
  }
  .list-item_name {
    font-size: 1.3846vw;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.04em;
  }
}

@media screen and (min-width: 1300px) {
  .list {
    margin-top: 97px;
    margin-bottom: 101px;
  }
  .list h3 {
    padding-top: 1px;
    padding-bottom: 57px;
  }
  .list-contents {
    width: 1000px;
    row-gap: 30px;
  }
  .list-item {
    width: 480px;
    height: 80px;
    border: 1px solid #0e3169;
  }
  .list-item a {
    padding: 30px 0 30px;
  }
  .list-item a:hover {
    color: #fff;
    background-color: #0e3169;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  .list-item a.item1 {
    padding: 30px 0 30px;
  }
  .list-item a.item2 {
    padding: 13px 0 20px;
    line-height: 1;
  }
  .list-item a.item3, .list-item a.item4 {
    padding: 14px 0 21px;
    line-height: 1;
  }
  .list-item a.item5, .list-item a.item6 {
    padding: 16px 0 20px;
  }
  .list-item_subtit {
    font-size: 14px;
  }
  .list-item_subtit.sub5, .list-item_subtit.sub6 {
    line-height: 1.3;
    padding-bottom: 3px;
  }
  .list-item_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 18px;
  }
  .list-item_inner.inner2 {
    padding-top: 2px;
  }
  .list-item_inner.inner5, .list-item_inner.inner6 {
    padding-top: 3px;
  }
  .list-item_role {
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.04em;
  }
  .list-item_name {
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.04em;
  }
}

.staff {
  font-family: "Noto Sans JP";
  background-color: #f0f2f2;
  padding-top: 13.2vw;
  padding-bottom: 5.8vw;
}

.staff-outer {
  width: calc(100vw - 50px);
  margin: auto;
}

.staff-tit h3 {
  padding-bottom: 2.7vw;
}

.staff-toptxt {
  font-family: "Noto Sans JP";
  font-size: 4vw;
  line-height: 2;
  margin-top: 3.9vw;
  letter-spacing: 0.02em;
}

.staff-content {
  background-color: #fff;
  position: relative;
  margin-bottom: 8.1vw;
  padding-bottom: 5.52vw;
}

.staff-content.content4 {
  margin-bottom: 8.2vw;
}

.staff-content.content6, .staff-content.content12 {
  margin-bottom: 8.2vw;
}

.staff-content.content8 {
  margin-bottom: 8.2vw;
}

.staff-content.content9 {
  margin-bottom: 8.2vw;
}

.staff-content.content10 {
  margin-bottom: 8vw;
}

.staff-content.content11 {
  margin-bottom: 8.2vw;
}

.staff-label {
  font-size: 4vw;
  color: #fff;
  background-color: #0e3169;
  text-align: center;
  width: 92.5%;
  position: absolute;
  top: 53%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  letter-spacing: 0.02em;
  line-height: 1.666;
  padding: 0.75vw 0 0.75vw;
  z-index: 15;
}

.staff-label.label5, .staff-label.label7 {
  top: 46.6%;
}

.staff-img_wrap {
  width: calc(100vw - 108px);
  margin: 7vw auto 0;
  padding-top: 2vw;
  position: relative;
  z-index: 2;
}

.staff-img_wrap img {
  width: 100%;
}

.staff-img_back {
  background: #f0f2f2;
  position: absolute;
  top: 22.5%;
  left: 0;
  width: 100%;
  height: 45vw;
  z-index: -1;
}

.staff-img_num {
  font-family: "Oswald";
  font-weight: 300;
  font-size: 13.7333vw;
  color: #0e3169;
  position: absolute;
  top: 16.5333vw;
  right: 3.5333vw;
  letter-spacing: 0.03em;
}

.staff-img_num::before {
  content: "PROFESSIONAL";
  position: absolute;
  font-size: 3.333vw;
  font-weight: 500;
  letter-spacing: 0.02em;
  top: -3.3vw;
  right: -2.2vw;
}

.staff-img_num.num10, .staff-img_num.num12, .staff-img_num.num13 {
  right: 4.5333vw;
}

.staff-img_num.num10::before, .staff-img_num.num12::before, .staff-img_num.num13::before {
  right: -3.2vw;
}

.staff-img_num.num11 {
  right: 5.5333vw;
}

.staff-img_num.num11::before {
  right: -4.2vw;
}

.staff-content_wrap {
  width: calc(100vw - 75px);
  margin: auto;
  position: relative;
}

.staff-content_wrap.wrap5 {
  margin-top: 20.3vw;
}

.staff-content_wrap.wrap6 {
  margin-top: 20.3vw;
}

.staff-txt_janame {
  font-size: 6.133vw;
  letter-spacing: 0.1em;
  margin-top: 0;
  padding-top: 5vw;
}

.staff-txt_enname {
  font-family: "Poppins";
  opacity: 0.5;
  padding-bottom: 10px;
}

.staff-txt_large {
  font-size: 4.8vw;
  line-height: 1.6666;
  letter-spacing: 0.04em;
  color: #0e3169;
  margin-top: 1.8vw;
  font-weight: 500;
}

.staff-btn {
  display: block;
  font-size: 4vw;
  color: #0e3169;
  border: 0.2666vw solid #0e3169;
  width: 58.6vw;
  margin: 4.2vw auto 0;
  letter-spacing: 0.04em;
}

.staff-btn a {
  display: block;
  text-align: center;
  padding: 3.6vw 0 3.3vw;
}

.staff-btn a img {
  width: 3vw;
  margin-bottom: 1vw;
  margin-left: 3vw;
}

.staff-btn.active {
  display: none;
}

.staff-prtable {
  display: none;
  width: calc(100vw - 50px);
  margin: auto;
  background: #fff;
}

.staff-prtable.active {
  display: block;
  padding: 0;
  padding-bottom: 0 !important;
  z-index: 98;
}

.staff-prtable.table14.active {
  padding-bottom: 50px;
}

@media screen and (max-width: 834px) {
  .staff-prtable table {
    display: block;
    width: calc(100vw - 75px);
    background-color: #f0f2f2;
    font-size: 4vw;
    line-height: 0.8;
  }
  .staff-prtable tbody {
    display: block;
    width: 100%;
  }
  .staff-prtable tr {
    display: block;
    width: 100%;
  }
  .staff-prtable th {
    display: block;
    width: 100%;
    padding: 4vw 2vw 0;
  }
  .staff-prtable td {
    padding: 2vw 2vw;
  }
  .staff-prtable .closebtn {
    margin-top: 3vw;
    margin-bottom: 0;
  }
}

.staff-prtable_inner {
  width: 100%;
  margin: auto;
  letter-spacing: 0.02em;
}

.staff-prtable th {
  font-weight: 400;
  width: 125px;
}

.staff-prtable th i {
  color: #0e3169;
}

.staff-prtable tr {
  line-height: 1.75;
}

.staff_body {
  padding-top: 100px;
}

.staff td {
  padding-bottom: 26px;
}

@media (max-width: 834px) {
  .staff-txt_small {
    font-size: 4vw;
    line-height: 2;
    letter-spacing: 0.6px;
    background: #fff;
    margin: 2vw 4vw;
  }
  .staff .staff-label {
    bottom: 0;
    top: inherit;
    width: 80vw;
  }
  .staff .staff-label.sp_none {
    display: none;
  }
  .staff .staff-label.label5 {
    bottom: -21vw;
  }
  .staff .staff-label.label6 {
    bottom: -21vw;
  }
  .staff .staff-label.label7 {
    bottom: -21vw;
  }
  .staff .staff-tit.tit2 {
    margin-top: 14vw;
  }
  .staff .staff-tit.tit3 {
    margin-top: 14vw;
  }
  .staff .staff-prtable td {
    padding: 1vw 2vw 0vw;
    padding-bottom: 2vw !important;
  }
  .staff .content1.active .openbtn {
    opacity: 0;
    visibility: hidden;
    margin: -4vw;
  }
  .staff .content2.active .openbtn {
    opacity: 0;
    visibility: hidden;
    margin: -4vw;
  }
  .staff .content3.active .openbtn {
    opacity: 0;
    visibility: hidden;
    margin: -4vw;
  }
  .staff .content4.active .openbtn {
    opacity: 0;
    visibility: hidden;
    margin: -4vw;
  }
  .staff .content5.active .openbtn {
    opacity: 0;
    visibility: hidden;
    margin: -4vw;
  }
  .staff .content6.active .openbtn {
    opacity: 0;
    visibility: hidden;
    margin: -4vw;
  }
  .staff .content7.active .openbtn {
    opacity: 0;
    visibility: hidden;
    margin: -4vw;
  }
  .staff .content7.active .openbtn {
    opacity: 0;
    visibility: hidden;
    margin: -4vw;
  }
  .staff .content8.active .openbtn {
    opacity: 0;
    visibility: hidden;
    margin: -4vw;
  }
  .staff .content9.active .openbtn {
    opacity: 0;
    visibility: hidden;
    margin: -4vw;
  }
  .staff .content10.active .openbtn {
    opacity: 0;
    visibility: hidden;
    margin: -4vw;
  }
  .staff .content11.active .openbtn {
    opacity: 0;
    visibility: hidden;
    margin: -4vw;
  }
  .staff .content12.active .openbtn {
    opacity: 0;
    visibility: hidden;
    margin: -4vw;
  }
  .staff .content13.active .openbtn {
    opacity: 0;
    visibility: hidden;
    margin: -4vw;
  }
  .staff .content14.active .openbtn {
    opacity: 0;
    visibility: hidden;
    margin: -4vw;
  }
  .staff .staff-txt_large {
    width: calc(100vw - 95px);
    font-size: 4.399vw;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 835px) and (max-width: 1299px) {
  .staff {
    font-family: "Noto Sans JP";
    background-color: #f0f2f2;
    padding-top: 96px;
    padding-bottom: 5.8vw;
  }
  .staff-outer {
    width: calc(100vw - 100px);
    max-width: 1200px;
    margin: auto;
  }
  .staff-tit h3 {
    padding-top: 0.1538vw;
    padding-bottom: 2.7vw;
  }
  .staff-toptxt {
    font-size: 1.231vw;
    line-height: 2;
    margin-top: -0.6154vw;
    letter-spacing: 0.02em;
    text-align: center;
    margin-bottom: 4.3076vw;
  }
  .staff-content {
    background-color: #fff;
    position: relative;
    margin-top: 0;
    margin-bottom: 3.077vw;
    padding-bottom: 4.6923vw;
  }
  .staff-content_outer {
    width: 80vw;
    height: 40vw;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse;
            flex-flow: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .staff-content.content4 {
    margin-bottom: 3.077vw;
  }
  .staff-content.content5 .staff-content_outer {
    margin-bottom: 5.263vw;
  }
  .staff-content.content5 .staff-img_wrap {
    -webkit-transform: translateY(5.263vw);
            transform: translateY(5.263vw);
  }
  .staff-content.content14 .staff-content_outer {
    margin-bottom: 7.416vw;
  }
  .staff-content.content14 .staff-img_wrap {
    -webkit-transform: translateY(7.416vw);
            transform: translateY(7.416vw);
  }
  .staff-content.content15 .staff-content_outer {
    margin-bottom: 7.416vw;
  }
  .staff-content.content15 .staff-img_wrap {
    -webkit-transform: translateY(7.416vw);
            transform: translateY(7.416vw);
  }
  .staff-content.content6 {
    margin-bottom: 3.077vw;
  }
  .staff-content.content12 {
    margin-bottom: 3.077vw;
  }
  .staff-content.content7, .staff-content.content13 {
    margin-bottom: 5.923vw;
  }
  .staff-content.content8, .staff-content.content9, .staff-content.content10, .staff-content.content11 {
    margin-bottom: 3.077vw;
  }
  .staff-label {
    display: inline-block;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    width: auto;
    font-size: 1.231vw;
    text-align: left;
    position: absolute;
    top: 5.8%;
    left: 0;
    letter-spacing: 0.02em;
    line-height: 1.666;
    padding: 0.2308vw 2.308vw;
    z-index: 15;
  }
  .staff-label.label2 {
    left: 0;
  }
  .staff-label.label5, .staff-label.label7 {
    top: 5.8%;
  }
  .staff-img_wrap {
    width: 30.31vw;
    margin: 1.46vw 0;
    padding-top: 2vw;
    position: relative;
    z-index: 2;
  }
  .staff-img_wrap img {
    width: 100%;
  }
  .staff-img_back {
    background: #f0f2f2;
    position: absolute;
    top: 26%;
    left: 0;
    width: 100%;
    height: 20.769vw;
    z-index: -1;
  }
  .staff-img_num {
    font-family: "Oswald";
    font-weight: 300;
    font-size: 3.846vw;
    color: #0e3169;
    position: absolute;
    top: 7.846vw;
    right: 1.1923vw;
    letter-spacing: 0.03em;
  }
  .staff-img_num::before {
    content: "PROFESSIONAL";
    position: absolute;
    font-size: 0.923vw;
    font-weight: 500;
    letter-spacing: 0.02em;
    top: -0.846vw;
    right: -0.538vw;
  }
  .staff-img_num.num10, .staff-img_num.num11, .staff-img_num.num12, .staff-img_num.num13 {
    right: 1.46vw;
  }
  .staff-img_num.num10::before, .staff-img_num.num11::before, .staff-img_num.num12::before, .staff-img_num.num13::before {
    right: -0.846vw;
  }
  .staff-content_wrap {
    width: 44.615vw;
    margin: 0;
    padding-top: 8.461vw;
    text-align: left;
  }
  .staff-content_wrap.wrap5 {
    margin-top: 0;
  }
  .staff-content_wrap.wrap6 {
    margin-top: 0;
  }
  .staff-txt_janame {
    font-size: 2.307vw;
    letter-spacing: 0.1em;
    margin-top: 0;
    padding-top: 0.769vw;
    text-align: left;
  }
  .staff-txt_enname {
    font-size: 1.231vw;
    opacity: 0.5;
    text-align: left;
    padding-top: 0px;
    letter-spacing: 0;
  }
  .staff-txt_large {
    font-size: 1.538vw;
    line-height: 1.8;
    letter-spacing: 0.02em;
    color: #0e3169;
    margin-top: 1.846vw;
    font-weight: 500;
  }
  .staff-txt_small {
    padding-top: 1.3076vw;
    line-height: 2;
    letter-spacing: 0.02em;
    font-size: 1.231vw;
  }
  .staff-btn {
    display: none;
  }
  .staff-prtable {
    display: block;
    width: 80vw;
    margin: auto;
    background-color: #f0f2f2;
    padding-top: 2.846vw;
    font-size: 1.231vw;
  }
  .staff-prtable_inner {
    width: 73.846vw;
    margin: auto;
    letter-spacing: 0.02em;
  }
  .staff-prtable_inner th {
    font-weight: 400;
    width: 9.615vw;
  }
  .staff-prtable_inner tr {
    line-height: 1.75;
  }
  .staff-prtable_body {
    padding-top: 7.692vw;
  }
  .staff-prtable td {
    padding-bottom: 2vw;
  }
  .staff-label.pc_none {
    display: none;
  }
}

@media screen and (min-width: 1300px) {
  .staff {
    font-family: "Noto Sans JP";
    background-color: #f0f2f2;
    padding-top: 96px;
    padding-bottom: 5.8vw;
  }
  .staff-outer {
    width: calc(100vw - 100px);
    max-width: 1200px;
    margin: auto;
  }
  .staff-tit h3 {
    padding-top: 2px;
    padding-bottom: 41px;
  }
  .staff-toptxt {
    font-size: 16px;
    line-height: 2;
    margin-top: -8px;
    letter-spacing: 0.02em;
    text-align: center;
    margin-bottom: 56px;
  }
  .staff-content {
    background-color: #fff;
    position: relative;
    margin-top: 0;
    margin-bottom: 40px;
    padding-bottom: 61px;
  }
  .staff-content_outer {
    width: 1040px;
    height: 520px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse;
            flex-flow: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .staff-content.content4 {
    margin-bottom: 40px;
  }
  .staff-content.content5 .staff-content_outer {
    margin-bottom: 64px;
  }
  .staff-content.content5 .staff-img_wrap {
    -webkit-transform: translateY(67px);
            transform: translateY(67px);
  }
  .staff-content.content14 .staff-content_outer {
    margin-bottom: 102px;
  }
  .staff-content.content14 .staff-img_wrap {
    -webkit-transform: translateY(104px);
            transform: translateY(104px);
  }
  .staff-content.content15 .staff-content_outer {
    margin-bottom: 103px;
  }
  .staff-content.content15 .staff-img_wrap {
    -webkit-transform: translateY(103px);
            transform: translateY(103px);
  }
  .staff-content.content6 {
    margin-bottom: 40px;
  }
  .staff-content.content12 {
    margin-bottom: 40px;
  }
  .staff-content.content7, .staff-content.content13 {
    margin-bottom: 77px;
  }
  .staff-content.content8 {
    margin-bottom: 40px;
  }
  .staff-content.content9 {
    margin-bottom: 40px;
  }
  .staff-content.content10 {
    margin-bottom: 40px;
  }
  .staff-content.content11 {
    margin-bottom: 40px;
  }
  .staff-label {
    display: inline-block;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    width: auto;
    font-size: 16px;
    text-align: left;
    position: absolute;
    top: 5.8%;
    left: 0;
    letter-spacing: 0.02em;
    line-height: 1.666;
    padding: 3px 30px;
    z-index: 15;
  }
  .staff-label.label2 {
    left: 0;
  }
  .staff-label.label5, .staff-label.label7 {
    top: 5.8%;
  }
  .staff-img_wrap {
    width: 389px;
    margin: 19px 0;
    padding-top: 31px;
    position: relative;
    z-index: 2;
  }
  .staff-img_wrap img {
    width: 100%;
  }
  .staff-img_back {
    background: #f0f2f2;
    position: absolute;
    top: 26%;
    left: 0;
    width: 100%;
    height: 270px;
    z-index: -1;
  }
  .staff-img_num {
    font-family: "Oswald";
    font-weight: 300;
    font-size: 50px;
    color: #0e3169;
    position: absolute;
    top: 102px;
    right: 15.5px;
    letter-spacing: 0.03em;
  }
  .staff-img_num::before {
    content: "PROFESSIONAL";
    position: absolute;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.02em;
    top: -11px;
    right: -7px;
  }
  .staff-img_num.num10, .staff-img_num.num11, .staff-img_num.num12, .staff-img_num.num13 {
    right: 19px;
  }
  .staff-img_num.num10::before, .staff-img_num.num11::before, .staff-img_num.num12::before, .staff-img_num.num13::before {
    right: -11px;
  }
  .staff-content_wrap {
    width: 580px;
    margin: 0;
    padding-top: 110px;
    text-align: left;
  }
  .staff-content_wrap.wrap5 {
    margin-top: 0;
  }
  .staff-content_wrap.wrap6 {
    margin-top: 0;
  }
  .staff-txt_janame {
    font-size: 30px;
    letter-spacing: 0.1em;
    margin-top: 0;
    padding-top: 10px;
    text-align: left;
  }
  .staff-txt_enname {
    font-size: 16px;
    opacity: 0.5;
    text-align: left;
    padding-top: 0px;
    letter-spacing: 0;
  }
  .staff-txt_large {
    font-size: 20px;
    line-height: 1.8;
    letter-spacing: 0.02em;
    color: #0e3169;
    margin-top: 24px;
    font-weight: 500;
  }
  .staff-txt_small {
    padding-top: 17px;
    line-height: 2;
    letter-spacing: 0.02em;
    font-size: 16px;
  }
  .staff-btn {
    display: none;
  }
  .staff-prtable {
    display: block;
    width: 1040px;
    margin: auto;
    background-color: #f0f2f2;
    padding-top: 38px;
    padding-bottom: 38px;
  }
  .staff-prtable_inner {
    width: 960px;
    margin: auto;
    letter-spacing: 0.02em;
  }
  .staff-prtable_inner th {
    font-weight: 400;
    width: 125px;
  }
  .staff-prtable_inner tr {
    line-height: 1.75;
  }
  .staff-prtable_body {
    padding-top: 100px;
  }
  .staff-prtable td {
    padding-bottom: 26px;
  }
  .staff-prtable td a {
    color: #103496;
  }
  .staff-label.pc_none {
    display: none;
  }
}
