@media screen and (min-width: 1051px) {
  .l-staff__wrap {
    margin: 0 auto;
    padding: 100px 0 60px;
    max-width: 1050px;
    display: flex;
    justify-content: space-between;
    position: relative; }
  .l-contentsStaff {
    max-width: 720px; }
  .p-contentsStaff__title {
    font-size: 2.4rem;
    width: 500px;
    letter-spacing: 2px;
    border-bottom: 4px double #00a5e7; }
  .l-staff {
    padding: 60px 20px 0; }
  .p-staff__item {
    margin-bottom: 70px; }
  .p-staff__item:last-of-type {
    margin-bottom: 0; }
  .p-staff__profile {
    display: flex;
    margin-bottom: 30px; }
  .p-staff__photo {
    width: 250px;
    height: 250px;
    border-radius: 50%;
    margin-right: 30px; }
  .p-staff__profile-text {
    padding-top: 30px;
    max-width: 600px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
  .p-staff__profile-textInner p {
    display: flex;
    font-size: 1rem;
    line-height: 1.4; }
    .p-staff__profile-textInner p:not(:last-of-type) {
      margin-bottom: 0.5rem; }
    .p-staff__profile-textInner p > span {
      font-size: 0.9rem;
      flex-shrink: 0;
      margin-top: 1px;
      margin-right: 5px; }
  .p-staff__profile-textInner .head {
    min-width: 80px;
    font-size: 1rem;
    position: relative; }
  .p-staff__name {
    font-size: 1.6rem;
    margin-bottom: 15px;
    padding-left: 5px;
    padding-bottom: 5px;
    background: linear-gradient(transparent 85%, #00a5e7 15%); }
  .p-staff__nameKai {
    background: linear-gradient(transparent 85%, #36aba3 15%); }
  .p-staff__h3 {
    background-color: #b1d7e430;
    font-weight: bold;
    font-size: 1.4rem;
    margin-top: 2.5rem;
    margin-bottom: 1.5rem;
    padding: 5px 10px 5px 25px;
    border-radius: 12px;
    position: relative;
    letter-spacing: 0.1em; }
    .p-staff__h3::before {
      content: "";
      display: inline-block;
      position: absolute;
      top: 50%;
      left: 0px;
      transform: translateY(-50%);
      width: 8px;
      height: 100%;
      background-color: #b1d7e4;
      border-bottom-left-radius: 20px;
      border-top-left-radius: 20px; }
  .p-staff__comment {
    padding-left: 1rem;
    letter-spacing: 0.05rem;
    line-height: 2; }
  .p-staff__text {
    font-size: 1rem;
    position: relative; }
  /* circle */
  .c-circle__staff03 {
    width: 95px;
    height: 100px;
    bottom: 48%;
    right: 30%; }
  .c-circle__staff04 {
    width: 150px;
    height: 145px;
    left: -12%;
    top: 80%; } }

@media screen and (max-width: 1050px) {
  .l-staff__wrap {
    margin: 0 auto;
    padding: 80px 0 60px;
    max-width: auto;
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: relative; }
  .l-contentsStaff {
    max-width: auto;
    width: 100%;
    padding: 0 15px; }
  .p-contentsStaff__title {
    font-size: 2.4rem;
    width: 500px;
    letter-spacing: 2px;
    border-bottom: 4px double #00a5e7; }
  .l-staff {
    padding: 60px 20px 0;
    position: relative;
    margin: 0 auto;
    max-width: 800px; }
  .p-staff__item {
    margin-bottom: 70px; }
  .p-staff__item:last-of-type {
    margin-bottom: 0; }
  .p-staff__profile {
    display: flex;
    margin-bottom: 30px; }
  .p-staff__photo {
    width: 250px;
    height: 250px;
    border-radius: 50%;
    margin-right: 30px; }
  .p-staff__profile-text {
    padding-top: 30px;
    max-width: 550px;
    width: 100%; }
  .p-staff__name {
    font-size: 1.6rem;
    margin-bottom: 15px;
    padding-left: 5px;
    padding-bottom: 5px;
    background: linear-gradient(transparent 85%, #00a5e7 15%); }
  .p-staff__nameKai {
    background: linear-gradient(transparent 85%, #36aba3 15%); }
  .p-staff__profile-textInner p {
    display: flex;
    font-size: 1rem;
    line-height: 1.4; }
    .p-staff__profile-textInner p:not(:last-of-type) {
      margin-bottom: 0.5rem; }
    .p-staff__profile-textInner p > span {
      font-size: 0.9rem;
      flex-shrink: 0;
      margin-top: 1px;
      margin-right: 5px; }
  .p-staff__h3 {
    background-color: #b1d7e430;
    font-weight: bold;
    font-size: 1.4rem;
    margin-top: 2.5rem;
    margin-bottom: 1rem;
    padding: 5px 10px 5px 25px;
    border-radius: 12px;
    position: relative;
    letter-spacing: 0.1em; }
    .p-staff__h3::before {
      content: "";
      display: inline-block;
      position: absolute;
      top: 50%;
      left: 0px;
      transform: translateY(-50%);
      width: 8px;
      height: 100%;
      background-color: #b1d7e4;
      border-bottom-left-radius: 20px;
      border-top-left-radius: 20px; }
  .p-staff__comment {
    padding-left: 1rem;
    letter-spacing: 0.05rem;
    line-height: 2; }
  .p-staff__text {
    font-size: 1rem;
    position: relative; }
  /* difference */
  .l-difference {
    padding: 40px 0; }
  .p-difference__title {
    font-size: 2rem;
    margin-bottom: 40px;
    width: 45%;
    background: linear-gradient(transparent 86%, #b1d7e4 14%); }
  .p-difference__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 20px; }
  .p-difference__item {
    display: flex;
    align-items: center;
    background-color: rgba(255, 237, 179, 0.8);
    border: 1px solid #64382d85;
    border-radius: 8px;
    padding: 12px 15px; }
    .p-difference__item > .icon {
      width: 36px;
      height: auto;
      margin-right: 15px; }
  /* circle */
  .c-circle__staff03 {
    width: 95px;
    height: 100px;
    bottom: 48%;
    right: 30%; }
  .c-circle__staff04 {
    width: 150px;
    height: 145px;
    left: -10%;
    top: 70%; } }

@media screen and (max-width: 768px) {
  .l-staff__wrap {
    margin: 0 auto;
    padding: 50px 0 50px;
    max-width: auto;
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: relative; }
  .l-contentsStaff {
    max-width: auto;
    width: 100%;
    padding: 5px; }
  .p-contentsStaff__title {
    font-size: 1.6rem;
    width: 60%;
    letter-spacing: 2px;
    border-bottom: 4px double #00a5e7; }
  .l-staff {
    padding: 60px 5px 0;
    position: relative;
    margin: 0 auto;
    max-width: 680px;
    width: 100%; }
  .p-staff__item {
    max-width: 400px;
    margin: 0 auto 80px; }
  .p-staff__item:last-of-type {
    margin-bottom: 0; }
  .p-staff__profile {
    display: flex;
    flex-direction: column; }
  .p-staff__name {
    font-size: 1.6rem;
    margin-bottom: 30px;
    padding-left: 5px;
    padding-bottom: 5px;
    background: linear-gradient(transparent 85%, #00a5e7 15%); }
  .p-staff__nameKai {
    background: linear-gradient(transparent 85%, #36aba3 15%); }
  .p-staff__photo {
    width: 230px;
    height: 230px;
    border-radius: 50%;
    margin-right: 0;
    margin: 0 auto; }
  .p-staff__profile-text {
    padding-top: 30px;
    margin: 0 auto; }
  .p-staff__profile-textInner {
    padding-left: 0.5rem; }
    .p-staff__profile-textInner p {
      display: flex;
      font-size: 1rem;
      line-height: 1.4; }
      .p-staff__profile-textInner p:not(:last-of-type) {
        margin-bottom: 0.5rem; }
      .p-staff__profile-textInner p .sp_none {
        display: none; }
    .p-staff__profile-textInner .head {
      font-size: 1rem; }
  .p-staff__h3 {
    font-size: 1.2rem;
    margin-top: 2.5rem;
    margin-bottom: 1rem;
    padding: 5px 10px 5px 20px; } }
  @media screen and (max-width: 768px) and (max-width: 429px) {
    .p-staff__h3 {
      font-size: 1.1rem; } }

@media screen and (max-width: 768px) {
  .p-staff__comment {
    padding-left: 0.5rem;
    letter-spacing: 0.05rem;
    line-height: 2; }
  .p-staff__text {
    font-size: 1rem;
    position: relative; }
  /* circle */
  .c-circle__staff03 {
    width: 95px;
    height: 100px;
    top: 37%;
    right: 5px; }
  .c-circle__staff04 {
    width: 150px;
    height: 145px;
    left: -10%;
    top: 67%; } }

.p-staff__link {
  padding-top: 20px;
  padding-bottom: 10px;
  text-align: right; }
  .p-staff__link .link {
    line-height: 1.5;
    padding: 2px 10px;
    box-sizing: border-box;
    font-size: 15px; }
    .p-staff__link .link:after {
      content: "";
      display: inline-block;
      background: url("/images/arrow_03.png") transparent no-repeat;
      background-size: 24px 24px;
      width: 24px;
      height: 24px;
      margin-left: 0.3em;
      transform: translateY(0.4em); }
    .p-staff__link .link:hover {
      opacity: 0.7; }

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