<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : staff.css
 style info : スタッフ
=================================================================== */
/* -----------------------------------------------------------
	.con_main
----------------------------------------------------------- */
.con_main {
  background-image: url(../staff/images/img_main.jpg);
}

/* -----------------------------------------------------------
	.con_staff
----------------------------------------------------------- */
.con_staff {
  margin-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  .con_staff {
    margin-bottom: 60px;
  }
}
.con_staff:last-child {
  margin-bottom: 0;
}
.con_staff ul li {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .con_staff ul li {
    margin-top: 40px;
  }
  .con_staff ul li:first-child {
    margin-top: 0;
  }
}
.con_staff ul li .img {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .con_staff ul li .img {
    margin-bottom: 20px;
    width: 220px;
    margin-left: auto;
    margin-right: auto;
    height: 220px;
  }
}
@media only screen and (max-width: 767px) {
  .con_staff ul li .img {
    width: 180px;
    height: 180px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
}
.con_staff ul li .name {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
  line-height: 1.6;
}
.con_staff ul li .name span {
  font-size: 14px;
  font-size: 1.4rem;
}
.con_staff ul li .position {
  text-align: center;
  line-height: 1.6;
  font-size: 14px;
  font-size: 1.4rem;
}
@media only screen and (min-width: 768px) {
  .con_staff ul li .position {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_staff ul li .position {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .con_staff ul.basic {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    /* Safari */
    justify-content: center;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 768px) {
  .con_staff ul.basic li {
    width: 230px;
    margin: 0 30px;
  }
}
@media only screen and (min-width: 768px) {
  .con_staff ul.basic li .txt {
    isplay: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: center;
    -webkit-align-items: center;
    /* Safari */
    align-items: center;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    padding: 0 35px;
    font-size: 13px;
    letter-spacing: 0;
    line-height: 1.7;
    opacity: 0;
    text-align: left;
    width: 220px;
    height: 220px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -110px;
    background: rgba(226, 41, 86, 0.8);
    color: #fff;
    -webkit-transition: 0.4s all ease;
    transition: 0.4s all ease;
  }
}
@media only screen and (min-width: 768px) {
  .con_staff ul.basic li .name {
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .con_staff ul.basic li:hover .txt {
    opacity: 1;
  }
}
@media only screen and (min-width: 768px) {
  .con_staff ul.row {
    margin-top: -20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.con_staff ul.row li {
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .con_staff ul.row li {
    width: 50%;
    padding-right: 30px;
    margin-top: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .con_staff ul.row li .img {
    margin-right: auto;
    margin-left: 0;
    float: left;
    width: 180px;
    height: 180px;
  }
}
@media only screen and (min-width: 768px) {
  .con_staff ul.row li .box_content {
    float: right;
    width: calc(100% - 180px);
    padding-left: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .con_staff ul.row li .box_content .name {
    text-align: left;
    margin-bottom: 5px;
  }
}
@media only screen and (min-width: 768px) {
  .con_staff ul.row li .box_content .txt {
    left: 0;
    margin-left: 0;
    line-height: 1.6;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .con_staff ul.row li .box_content .txt {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .con_staff ul.row li .box_content .position {
    text-align: left;
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 10px;
  }
}
.con_staff .txt_att {
  text-align: right;
  margin-top: 30px;
}
</pre></body></html>