<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
.staff &gt; .p1 {
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0.06em;
  color: #333333;
  text-align: center;
  font-weight: 300;
  margin: 0 auto 90px;
}

@media screen and (max-width: 768px) {
  .staff &gt; .p1 {
    font-size: 16px;
    line-height: 30px;
  }
}

.staff &gt; .p1 span {
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0.06em;
  color: #8e77ac;
  font-weight: 300;
}

@media screen and (max-width: 768px) {
  .staff &gt; .p1 span {
    font-size: 16px;
    line-height: 30px;
  }
}

.staff__ul {
  text-align: center;
  font-size: 0;
  margin: 0 auto 100px;
}

.staff__ul li {
  width: 260px;
  height: 54px;
  display: inline-block;
  margin: 0 10px 20px 10px;
}

.staff__ul li a {
  width: 260px;
  height: 54px;
  border: 1px solid #d5d5d5;
  border-radius: 30px;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0.06em;
  color: #333333;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.staff__ul li a img {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 4px;
  margin: auto;
}

.staff .section {
  width: 860px;
  padding: 0 0 95px;
  margin: 0 auto 100px;
  border-bottom: 1px solid #cccccc;
}

@media screen and (max-width: 768px) {
  .staff .section {
    width: 100%;
    margin: 0 auto 0px;
    padding: 0 0 0;
    border: none;
  }
}

.staff .section h2 {
  font-size: 34px;
  letter-spacing: 0.12em;
  color: #333333;
  text-align: center;
  margin: 0 auto 95px;
  position: relative;
}

.staff .section h2 .no {
  color: #8e77ac;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0.12em;
  font-weight: 300;
  font-family: "Montserrat", sans-serif;
  position: absolute;
  left: 0;
  right: 0;
  top: -50px;
}

@media screen and (max-width: 768px) {
  .staff .section h2 {
    margin: 0 auto 60px;
  }
}

@media screen and (max-width: 768px) {
  .staff .section h2.sp_lh {
    line-height: 1.3;
  }
}

.staff .section__top {
  width: 860px;
  margin: 0 auto 35px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .staff .section__top {
    width: 100%;
    display: block;
    margin: 0 auto 85px;
  }
}

.staff .section__top__l {
  width: 230px;
}

@media screen and (max-width: 768px) {
  .staff .section__top__l {
    width: 100%;
    margin: 0 0 40px;
  }
}

.staff .section__top__l img {
  width: 100%;
  margin: 0 0 20px;
}

@media screen and (max-width: 768px) {
  .staff .section__top__l img {
    width: 53.33333%;
    margin: 0 auto 20px;
    display: block;
  }
}

.staff .section__top__l .position {
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.06em;
  color: #333333;
  margin: 0 0 6px;
}

@media screen and (max-width: 768px) {
  .staff .section__top__l .position {
    font-size: 16px;
  }
}

.staff .section__top__l .name {
  font-size: 20px;
  text-align: center;
  letter-spacing: 0.06em;
  color: #333333;
}

@media screen and (max-width: 768px) {
  .staff .section__top__l .name {
    font-size: 21px;
  }
}

.staff .section__top__r {
  width: 600px;
  padding: 30px;
  border: 1px solid #dddddd;
  position: relative;
}

@media screen and (max-width: 768px) {
  .staff .section__top__r {
    width: 92%;
    margin: auto;
  }
}

.staff .section__top__r:before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: -15px;
  top: 36%;
  border-right: 15px solid #dddddd;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}

@media screen and (max-width: 768px) {
  .staff .section__top__r:before {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    left: 0px;
    right: 0px;
    top: -20px;
    margin: auto;
    border-right: 12px solid transparent;
    border-bottom: 20px solid #dddddd;
    border-left: 12px solid transparent;
    border-top: none;
  }
}

.staff .section__top__r:after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: -13px;
  top: 36%;
  border-right: 15px solid #fff;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}

@media screen and (max-width: 768px) {
  .staff .section__top__r:after {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    left: 0px;
    right: 0px;
    top: -18px;
    margin: auto;
    border-right: 12px solid transparent;
    border-bottom: 20px solid #fff;
    border-left: 12px solid transparent;
    border-top: none;
  }
}

.staff .section__top__r h3 {
  font-size: 24px;
  letter-spacing: 0.06em;
  margin: 0 0 20px;
  line-height: 36px;
}

@media screen and (max-width: 768px) {
  .staff .section__top__r h3 {
    line-height: 34px;
    text-align: center;
  }
}

.staff .section__top__r p {
  font-size: 14px;
  letter-spacing: 0.06em;
  line-height: 28px;
}

@media screen and (max-width: 768px) {
  .staff .section__top__r p {
    font-size: 16px;
    line-height: 30px;
  }
}

.staff .section &gt; ul {
  width: 860px;
  margin: auto;
  justify-content: space-between;
  font-size: 0;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .staff .section &gt; ul {
    width: 86.93333%;
    flex-wrap: wrap;
    display: block;
    text-align: center;
    border-bottom: 1px solid #cccccc;
    margin: 0 auto 90px;
    padding: 0 0 90px;
  }
}

.staff .section &gt; ul li {
  width: 148px;
  display: inline-block;
  margin: 0 15px;
}

@media screen and (max-width: 768px) {
  .staff .section &gt; ul li {
    width: 45.39877%;
    display: inline-block;
    margin: 0 8.3% 34px 0;
  }
  .staff .section &gt; ul li:nth-child(2n) {
    margin: 0 0 34px 0;
  }
  .staff .section &gt; ul li:nth-child(3n) {
    margin: 0 0 34px 0;
  }
  .staff .section &gt; ul li:nth-child(5) {
    margin: 0 0 0 0;
  }
}

.staff .section &gt; ul li img {
  width: 100%;
  margin: 0 0 15px;
}

.staff .section &gt; ul li .position {
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.06em;
  color: #333333;
  margin: 0 0 6px;
}

.staff .section &gt; ul li .name {
  font-size: 18px;
  text-align: center;
  letter-spacing: 0.06em;
  color: #333333;
}

.staff .common__list {
  margin: 0 auto 135px;
}

.staff .common__list li a {
  width: 135px;
  height: 60px;
}

.btn-select {
  width: 310px;
  height: 50px;
  position: relative;
  background: #fff;
  cursor: pointer;
  /* IEでcursorがチラついたので */
  text-align: left;
  background: #f5f5f5;
  outline: none;
  border: 1px solid #999999;
  background: #fff;
  margin: 0px auto 90px;
  border-radius: 30px;
}

.btn-select:before {
  content: "〈";
  position: absolute;
  right: 27px;
  top: 21px;
  color: #333;
  font-size: 10px;
  transform: rotate(-90deg);
  font-size: 15px;
  color: #999999;
}

.label2 {
  font-size: 14px;
}

.label2,
.label1 {
  color: #333;
  position: absolute;
  width: 100%;
  z-index: 1;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #333;
  justify-content: flex-start;
  padding: 0 0 0 15px;
  justify-content: center;
}

.select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  display: block;
  cursor: pointer;
  width: 100%;
  height: 35px;
  border: none;
  padding: 0 0 0 20px;
  opacity: 0;
  position: relative;
  z-index: 2;
  font-size: 14px;
}

/* IE10以上で矢印を消す */
.select::-ms-expand {
  display: none;
}

/* フォーカス時 */
</pre></body></html>