.greeting .signature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.greeting .signature .position {
  margin: 0 6px;
}

.greeting .signature .name {
  font-size: 2rem;
}

@media screen and (max-width: 640px) {
  .greeting .signature .name {
    font-size: 1.8rem;
  }
}

.greeting .about-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  max-width: 810px;
  margin: 0 auto;
}

.greeting .about-unit .about-col {
  width: calc(50% - 18px);
  margin: 0 9px;
}

@media screen and (max-width: 960px) {
  .greeting .about-unit .about-col {
    width: calc(50% - 10px);
    margin: 0 5px;
    padding: 18px;
  }
}

@media screen and (max-width: 768px) {
  .greeting .about-unit .about-col {
    padding: 8px;
  }
}

@media screen and (max-width: 640px) {
  .greeting .about-unit .about-col {
    width: 100%;
    margin: 0 0 10px;
  }
}

.greeting .about-unit .about-col a {
  position: relative;
  display: block;
  padding: 16px;
  border-style: solid;
  border-width: 2px;
  border-radius: 16px;
  z-index: 1;
}

.greeting .about-unit .about-col a::before {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  width: calc( 100% - 4px);
  height: calc( 100% - 4px);
  border-style: solid;
  border-width: 1px;
  border-radius: 12px;
  z-index: 1;
}

.greeting .about-unit .about-col a::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
  z-index: -2;
}

.greeting .about-unit .about-col:nth-of-type(1) a {
  border-color: #ef9d57;
}

.greeting .about-unit .about-col:nth-of-type(1) a::before {
  border-color: #ef9d57;
}

.greeting .about-unit .about-col:nth-of-type(1) a::after {
  background-image: url("../../img/common/about-orn.png");
}

.greeting .about-unit .about-col:nth-of-type(1) a:hover {
  background: #fdefe5;
}

.greeting .about-unit .about-col:nth-of-type(1) a:hover::after {
  background-image: url("../../img/common/about-orn-hover.png");
}

.greeting .about-unit .about-col:nth-of-type(1) .about-ttl {
  color: #ef9d57;
}

.greeting .about-unit .about-col:nth-of-type(1) .about-dtl {
  background: #fef7f2;
}

.greeting .about-unit .about-col:nth-of-type(1) .more-link span {
  color: #ef9d57;
}

.greeting .about-unit .about-col:nth-of-type(1) .more-link span::before {
  background: #ef9d57;
}

.greeting .about-unit .about-col:nth-of-type(2) a {
  border-color: #7ec66d;
}

.greeting .about-unit .about-col:nth-of-type(2) a::before {
  border-color: #7ec66d;
}

.greeting .about-unit .about-col:nth-of-type(2) a::after {
  background-image: url("../../img/common/about-grn.png");
}

.greeting .about-unit .about-col:nth-of-type(2) a:hover {
  background: #eaf6e7;
}

.greeting .about-unit .about-col:nth-of-type(2) a:hover::after {
  background-image: url("../../img/common/about-grn-hover.png");
}

.greeting .about-unit .about-col:nth-of-type(2) .about-ttl {
  color: #7ec66d;
}

.greeting .about-unit .about-col:nth-of-type(2) .about-dtl {
  background: #f6fcf4;
}

.greeting .about-unit .about-col:nth-of-type(2) .more-link span {
  color: #7ec66d;
}

.greeting .about-unit .about-col:nth-of-type(2) .more-link span::before {
  background: #7ec66d;
}

.greeting .about-unit .about-col .about-ttl {
  margin: 0 0 8px;
  text-align: center;
  line-height: 1.3;
  text-shadow: 2px 2px 0 #fff, -2px 2px 0 #fff, 2px -2px 0 #fff, -2px -2px 0 #fff;
}

@media screen and (max-width: 960px) {
  .greeting .about-unit .about-col .about-ttl {
    margin: 0;
  }
}

.greeting .about-unit .about-col .about-ttl__main {
  font-size: 2.8rem;
}

@media screen and (max-width: 1280px) {
  .greeting .about-unit .about-col .about-ttl__main {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 960px) {
  .greeting .about-unit .about-col .about-ttl__main {
    font-size: 2rem;
  }
}

@media screen and (max-width: 768px) {
  .greeting .about-unit .about-col .about-ttl__main {
    font-size: 1.8rem;
    letter-spacing: 0;
  }
}

.greeting .about-unit .about-col .about-ttl__sub {
  font-size: 2rem;
}

@media screen and (max-width: 1280px) {
  .greeting .about-unit .about-col .about-ttl__sub {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 960px) {
  .greeting .about-unit .about-col .about-ttl__sub {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 768px) {
  .greeting .about-unit .about-col .about-ttl__sub {
    font-size: 1.4rem;
  }
}

.greeting .about-unit .about-col .about-dtl {
  padding: 16px;
  border-radius: 6px;
}

.greeting .about-unit .about-col .more-link {
  text-align: center;
}

@media screen and (max-width: 960px) {
  .greeting .about-unit .about-col .more-link {
    font-size: 1.4rem;
  }
}

.staff .staff-img {
  margin-bottom: 40px;
  width: 100%;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 960px) {
  .staff .staff-img {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 640px) {
  .staff .staff-img {
    margin-bottom: 20px;
  }
}

.staff .staff-img img {
  border-radius: 16px;
}

@media screen and (max-width: 640px) {
  .staff .staff-img img {
    border-radius: 8px;
  }
}

.staff .staff-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: calc(100% + 20px);
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
}

@media screen and (max-width: 640px) {
  .staff .staff-list {
    width: 100%;
    -webkit-transform: none;
    transform: none;
  }
}

.staff .staff-list__item {
  width: calc(33.33% - 20px);
  margin: 0 10px 20px;
  background: #fff;
  padding: 20px;
  border-radius: 16px;
}

@media screen and (max-width: 960px) {
  .staff .staff-list__item {
    width: calc(50% - 20px);
    margin: 0 10px 20px;
  }
}

@media screen and (max-width: 640px) {
  .staff .staff-list__item {
    width: 100%;
    margin: 0 0 10px;
    padding: 15px;
    border-radius: 8px;
  }
}

.staff .staff-list__item .position {
  font-size: 1.4rem;
}

@media screen and (max-width: 640px) {
  .staff .staff-list__item .position {
    font-size: 1.2rem;
  }
}

.staff .staff-list__item .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 8px;
  padding: 0 0 2px;
  border-bottom: solid 2px #fcf6e8;
  font-size: 2.4rem;
  color: #ef9d57;
}

@media screen and (max-width: 960px) {
  .staff .staff-list__item .name {
    font-size: 2rem;
  }
}

@media screen and (max-width: 640px) {
  .staff .staff-list__item .name {
    margin: 0 0 4px;
    padding: 0;
    font-size: 1.8rem;
  }
}

.staff .staff-list__item .name span {
  font-size: 1.6rem;
}

@media screen and (max-width: 640px) {
  .staff .staff-list__item .name span {
    font-size: 1.4rem;
  }
}

.staff .staff-list__item .qualify-list__item {
  position: relative;
  padding: 0 0 0 13px;
  font-size: 1.4rem;
}

@media screen and (max-width: 640px) {
  .staff .staff-list__item .qualify-list__item {
    padding: 0 0 0 11px;
    font-size: 1.2rem;
  }
}

.staff .staff-list__item .qualify-list__item:nth-of-type(2n-1)::before {
  background: #ef9d57;
}

.staff .staff-list__item .qualify-list__item:nth-of-type(2n)::before {
  background: #7ec66d;
}

.staff .staff-list__item .qualify-list__item::before {
  position: absolute;
  content: "";
  left: 0;
  top: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

@media screen and (max-width: 640px) {
  .staff .staff-list__item .qualify-list__item::before {
    top: 7px;
    width: 7px;
    height: 7px;
  }
}

/*# sourceMappingURL=../../maps/pages/about.css.map */
