@charset "UTF-8";
/* Scss Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

a {
  text-decoration: none;
  cursor: pointer; }

.staffSection {
  max-width: 1080px;
  width: 100%;
  margin: 8rem auto;
  padding-left: 4rem; }
  @media (max-width: 560px) {
    .staffSection {
      margin: 6rem auto;
      padding-left: 0; } }
  .staffSection__heading {
    padding: 5px 0 0 10px;
    padding-bottom: 5px;
    margin-bottom: 3%;
    margin-left: 1.5rem;
    font-size: 3rem;
    font-family: "garamondpremrpro";
    font-weight: normal;
    color: #b3ad8c;
    letter-spacing: 2px;
    text-align: left; }
    @media (max-width: 560px) {
      .staffSection__heading {
        margin-left: 1rem; } }
  @media (max-width: 960px) {
    .staffSection .container {
      text-align: center; } }
  @media (max-width: 560px) {
    .staffSection .container {
      text-align: center; } }
  .staffSection .show {
    display: flex; }
    @media (max-width: 560px) {
      .staffSection .show {
        display: block; } }
  .staffSection .staff__wrap {
    flex-wrap: wrap;
    justify-content: space-between; }
    .staffSection .staff__wrap .bn_item {
      position: absolute;
      top: 0;
      left: 0;
      background-image: url(../img/ribbon.svg);
      font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
      color: #fff;
      padding: 3px 6px 10px 6px;
      font-size: 1.2rem;
      font-weight: bold;
      display: inline-block; }
      @media (max-width: 960px) {
        .staffSection .staff__wrap .bn_item {
          position: absolute;
          top: 0;
          left: inherit;
          padding: 3px 6px 10px 6px; } }
      @media (max-width: 560px) {
        .staffSection .staff__wrap .bn_item {
          position: absolute;
          top: 0;
          left: inherit;
          padding: 3px 6px 10px 6px; } }
    .staffSection .staff__wrap__photo {
      width: 33%;
      position: relative; }
      .staffSection .staff__wrap__photo:hover {
        opacity: 0.5;
        transition: opacity 0.2s ease; }
      .staffSection .staff__wrap__photo img {
        width: 284px;
        height: 284px; }
      @media (max-width: 960px) {
        .staffSection .staff__wrap__photo {
          width: 50%; } }
      @media (max-width: 560px) {
        .staffSection .staff__wrap__photo {
          width: 100%; } }
    .staffSection .staff__wrap__photo:nth-child(1) {
      margin-top: 0; }
    @media (max-width: 960px) {
      .staffSection .staff__wrap__photo:nth-child(3) {
        width: 50%;
        margin-top: 4.5rem; } }
    @media (max-width: 560px) {
      .staffSection .staff__wrap__photo:nth-child(3) {
        width: 100%; } }
    @media (max-width: 560px) {
      .staffSection .staff__wrap__photo:nth-child(n+2):nth-child(-n+3) {
        margin-top: 4.5rem; } }
    .staffSection .staff__wrap__photo:nth-child(n+4) {
      margin-top: 4.5rem; }

.aboutSection {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  color: #616161; }
  @media (max-width: 560px) {
    .aboutSection__inner {
      width: 90%;
      margin: 0 auto; } }
  .aboutSection__top {
    position: relative; }
    .aboutSection__top--icon {
      position: absolute;
      top: -26px;
      left: 0;
      background-image: url(../img/ribbon.svg);
      color: #fff;
      font-family: Georgia, "Times New Roman", Times, serif;
      font-size: 1.5rem;
      padding: 30px 15px 50px 15px;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: 100% auto;
      text-align: center;
      letter-spacing: 5px; }
      @media (max-width: 560px) {
        .aboutSection__top--icon {
          position: absolute;
          top: -25px;
          left: 0;
          background-image: url(../img/ribbon.svg);
          letter-spacing: 3px; } }
    .aboutSection__top--large {
      font-size: 3.5rem; }
      @media (max-width: 560px) {
        .aboutSection__top--large {
          font-size: 2.5rem; } }
    .aboutSection__top--circle {
      display: inline-block;
      width: 30rem;
      height: 30rem;
      border-radius: 50%;
      background: rgba(240, 239, 242, 0.5);
      position: absolute;
      /* padding-top: 18%; */
      top: 66%;
      right: 12%; }
      @media (max-width: 960px) {
        .aboutSection__top--circle {
          position: absolute;
          top: 66%;
          right: 0; } }
      @media (max-width: 560px) {
        .aboutSection__top--circle {
          display: inline-block;
          width: 18rem;
          height: 18rem;
          position: absolute;
          top: 80%;
          right: 0; } }
      .aboutSection__top--circle .text_box {
        position: absolute;
        top: 50%;
        left: 55%;
        transform: translate(-50%, -50%);
        width: 100%; }
        .aboutSection__top--circle .text_box .title {
          font-size: 2.5rem;
          font-weight: 600;
          font-family: "游明朝", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
          width: 65%;
          border-bottom: #b3ad8c 2px solid;
          margin-left: 2.5rem; }
          @media (max-width: 560px) {
            .aboutSection__top--circle .text_box .title {
              font-size: 1.3rem;
              width: 60%; } }
        .aboutSection__top--circle .text_box .lead {
          width: 70%;
          font-size: 1.3rem;
          padding-top: .5rem;
          margin-left: 2.5rem; }
          @media (max-width: 560px) {
            .aboutSection__top--circle .text_box .lead {
              font-size: 10px;
              padding-top: 1rem;
              margin: 0 2rem;
              line-height: 1.2rem; } }
    .aboutSection__top img {
      width: 80%;
      height: auto; }
      @media (max-width: 560px) {
        .aboutSection__top img {
          width: 100%;
          height: auto; } }
  .aboutSection__content {
    margin-top: 13rem; }
    .aboutSection__content__flexbox {
      display: flex;
      justify-content: space-between;
      padding-top: 8rem;
      margin-right: 4rem; }
      @media (max-width: 560px) {
        .aboutSection__content__flexbox {
          display: block;
          width: 100%; }
          .aboutSection__content__flexbox .photo img {
            width: 100%; } }
    .aboutSection__content__title {
      position: relative;
      text-align: center;
      font-size: 2.5rem;
      width: 80%;
      padding: 2rem 0;
      font-weight: 400;
      font-family: "游明朝", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
      letter-spacing: .2em;
      margin: 0 auto; }
      .aboutSection__content__title .pc_none {
        display: none; }
      @media (max-width: 960px) {
        .aboutSection__content__title {
          font-size: 1.5rem; } }
      @media (max-width: 560px) {
        .aboutSection__content__title {
          position: relative;
          font-size: 1.8rem;
          width: 100%;
          padding: 2rem 0;
          text-align: left;
          padding-left: 1rem; }
          .aboutSection__content__title .pc_none {
            display: block; } }
      .aboutSection__content__title::before, .aboutSection__content__title::after {
        content: '';
        width: 30px;
        height: 30px;
        position: absolute; }
      .aboutSection__content__title::before {
        border-left: solid 2px rgba(179, 173, 140, 0.5);
        border-top: solid 2px rgba(179, 173, 140, 0.5);
        top: 0;
        left: 0; }
      .aboutSection__content__title::after {
        border-right: solid 2px rgba(179, 173, 140, 0.5);
        border-bottom: solid 2px rgba(179, 173, 140, 0.5);
        bottom: 0;
        right: 0; }
        @media (max-width: 960px) {
          .aboutSection__content__title::after {
            bottom: 0; } }
        @media (max-width: 560px) {
          .aboutSection__content__title::after {
            bottom: 0.7rem;
            right: 1rem; } }
      .aboutSection__content__title .lead {
        background: rgba(179, 173, 140, 0.5);
        padding: 5px;
        margin-right: 1.5rem;
        letter-spacing: 0.03em;
        font-family: 'Kozuka Gothic Pr6N';
        font-size: 2rem; }
        @media (max-width: 560px) {
          .aboutSection__content__title .lead {
            font-size: 1.5rem; } }
    .aboutSection__content--reverse {
      width: 97%;
      display: flex;
      flex-direction: row-reverse;
      align-items: center;
      margin-top: 4rem; }
      @media (max-width: 960px) {
        .aboutSection__content--reverse {
          display: block;
          width: 100%;
          margin-top: 2rem;
          text-align: center; } }
      @media (max-width: 560px) {
        .aboutSection__content--reverse {
          width: 100%;
          display: block;
          margin-top: 3rem; } }
      @media (max-width: 560px) {
        .aboutSection__content--reverse img {
          width: 100%;
          height: auto; } }
      .aboutSection__content--reverse .text {
        width: 84%;
        font-size: 1.5rem;
        text-align: justify;
        width: 85%; }
        @media (max-width: 960px) {
          .aboutSection__content--reverse .text {
            width: 75%;
            margin: 0 auto;
            padding-top: 2rem; } }
        @media (max-width: 560px) {
          .aboutSection__content--reverse .text {
            width: 100%;
            padding-top: 1rem; } }
    .aboutSection__content--sub {
      width: 80%;
      font-size: 1.5rem;
      margin: 5rem auto;
      padding: 1rem; }
      @media (max-width: 560px) {
        .aboutSection__content--sub {
          width: 95%;
          margin: 0 0 4rem 0; } }
    .aboutSection__content__wrap {
      display: flex;
      align-items: center;
      margin-top: 4rem;
      padding-bottom: 8rem; }
      @media (max-width: 960px) {
        .aboutSection__content__wrap {
          display: inline-block;
          text-align: center;
          margin-top: 2rem;
          padding-bottom: 0; } }
      @media (max-width: 560px) {
        .aboutSection__content__wrap {
          display: block;
          margin: 0 auto;
          padding-top: 3rem;
          padding-bottom: 0; } }
      @media (max-width: 560px) {
        .aboutSection__content__wrap img {
          width: 100%;
          height: auto; } }
      .aboutSection__content__wrap .text {
        width: 84%;
        font-size: 1.5rem;
        text-align: justify;
        width: 85%;
        margin-left: 7rem; }
        @media (max-width: 960px) {
          .aboutSection__content__wrap .text {
            width: 75%;
            margin: 0 auto;
            padding-top: 2rem; } }
        @media (max-width: 560px) {
          .aboutSection__content__wrap .text {
            width: 100%;
            margin-left: 0;
            padding-top: 1rem; } }
      .aboutSection__content__wrap--left .square, .aboutSection__content__wrap--right .square {
        width: 90%;
        border: 2px solid rgba(179, 173, 140, 0.5); }
      .aboutSection__content__wrap--left .dotLine, .aboutSection__content__wrap--right .dotLine {
        border-bottom: 1px dotted rgba(179, 173, 140, 0.5);
        padding: 1rem;
        font-size: 2rem; }
      .aboutSection__content__wrap--left .subText, .aboutSection__content__wrap--right .subText {
        padding: 2rem;
        font-size: 1.5rem; }
      @media (max-width: 560px) {
        .aboutSection__content__wrap--left .square, .aboutSection__content__wrap--right .square {
          width: 100%;
          margin-bottom: 2rem; }
        .aboutSection__content__wrap--left .subText, .aboutSection__content__wrap--right .subText {
          text-align: left; } }
  .aboutSection__content:last-child, .aboutSection__content:nth-of-type(3) {
    margin-top: 7rem; }
    @media (max-width: 560px) {
      .aboutSection__content:last-child, .aboutSection__content:nth-of-type(3) {
        margin-top: 4rem; } }
