@charset "utf-8";
/* CSS Document */
/* SP用スタイルシート */

/* ===================================
共通スタイル
=================================== */
.tit {
  text-indent: -9999px;
  border-bottom: 2px solid #21bc80;
}

/* ===================================
#greetingArea
=================================== */
#greetingArea {
  margin: 0 0 50px;
  overflow: hidden;
}
#greetingArea .tit {
  background: url('../img/sp/tit_aboutus_01.png') no-repeat 0 0;
  background-size: 217px;
  height: 55px;
  margin: 5px 20px 20px;
  border: 0;
}
#greetingArea .photoBox {
  background: url('../img/img_office_02.jpg') no-repeat 0 0;
  background-size: 100%;
  height: 74vw;
  margin: 0 0 15px;
}
#greetingArea p {
  font-size: 15px;
  line-height: 1.6;
  margin: 0 20px;
}
#greetingArea .name {
  background: url('../img/img_aboutus_name.png') no-repeat 0 0;
  background-size: 220px;
  width: 220px;
  height: 34px;
  text-indent: -9999px;
  float: right;
  margin: 20px 25px;
}

/* ===================================
#aboutusArea
=================================== */
#aboutusArea {
  margin: 0;
  overflow: hidden;
}
#aboutusArea .tit {
  background: url('../img/tit_aboutus_02.png') no-repeat 0 0;
  background-size: 150px;
  height: 31px;
  margin: 0 20px;
}
#aboutusArea dl {
  padding-top: 8px;
  margin: 0 20px;
  line-height: 1.7;
}
#aboutusArea dt,
#aboutusArea dd {
  padding: 0 0 0 8px;
}
#aboutusArea dt {
  font-size: 15px;
  font-weight: bold;
  padding-top: 12px;
}
#aboutusArea dd {
  border-bottom: 1px solid #ececec;
  font-size: 15px;
  padding-bottom: 10px;
}
#aboutusArea dd a {
  color: #20bb7f;
  text-decoration: underline;
}
#aboutusArea .mapBox {
  width: calc(100% - 40px);
  margin: 30px 20px 0;
}
#aboutusArea .mapBox iframe {
  height: 400px;
}

/* ===================================
.slider-container
=================================== */
.slider-container {
  width: 100%;
  margin: 20px 0 10px;
  overflow-x: hidden;
}
.slick-slide div {
  display: block !important;
}
.slider-main {
  margin: 0 20px 10px;
}
.slider-main img {
  width: 100%;
}
.slider-thumbs {
  width: calc(100% - 30px);
  margin: 0 auto;
}
.slider-thumbs .slick-slide {
  position: relative;
  width: 96px;
  margin: 0 5px;
}
.slider-thumbs .slick-slide:last-child {
  margin-right: 0;
}
.slider-thumbs img {
  width: 100%;
  height: auto;
  object-fit: cover;
  cursor: pointer;
}
.slider-thumbs .slick-current img {
  box-sizing: border-box;
  border: 2px solid #21bc80;
}
.slick-prev {
  display: none !important;
}
.slick-next {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: none;
  background: none;
  text-indent: -9999px;
}

/* ===================================
#staffArea
=================================== */
#staffArea {
  margin: 0 20px;
  overflow: hidden;
  padding: 60px 0 0;
}
#staffArea .tit {
  background: url('../img/sp/tit_aboutus_03.png') no-repeat 0 0;
  background-size: 150px;
  height: 31px;
  margin: 0 0 15px;
}
#staffArea .staffList {
  margin: 0 20px 0 0;
}
#staffArea li {
  padding: 275px 0 0 0;
  margin: 0 0 10px;
}
#staffArea li .nameBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
#staffArea li p {
  font-size: 15px;
  padding: 5px;
}
#staffArea li .nameBox span {
  font-size: 13px;
  font-weight: bold;
  display: block;
  padding: 0 5px 0;
  order: 2;
}
#staffArea li .nameBox p {
  font-size: 20px;
  font-weight: bold;
  padding: 0 5px;
  order: 1;
}
#staffArea li dl {
  border-top: 1px dotted #21bc80;
  margin: 5px 0;
}
#staffArea li dt,
#staffArea li dd {
  padding: 0 5px;
}
#staffArea li dt {
  font-size: 15px;
  font-weight: bold;
  padding-top: 8px;
}
#staffArea li dd {
  border-bottom: 1px dotted #21bc80;
  font-size: 15px;
  padding-bottom: 5px;
}
#staffArea li dd a {
  color: #20bb7f;
  text-decoration: underline;
  display: inline;
}
#staffArea li dd a:hover {
  text-decoration: none;
}
#staffArea li img {
  vertical-align: middle;
}

#staffArea .staff01 {
  background: url(../img/img_staff_01_01.png) no-repeat 50% 0;
  background-size: 210px;
}
#staffArea .staff02 {
  background: url(../img/img_staff_02_01.png) no-repeat 50% 0;
  background-size: 210px;
}
#staffArea .staff03 {
  background: url(../img/img_staff_03_01.png) no-repeat 50% 0;
  background-size: 210px;
}
#staffArea .staff04 {
  background: url(../img/img_staff_04_01.png) no-repeat 50% 0;
  background-size: 210px;
}
#staffArea .staff05 {
  background: url(../img/img_staff_05_01.png) no-repeat 50% 0;
  background-size: 210px;
}
#staffArea .staff06 {
  background: url(../img/img_staff_06_01.png) no-repeat 50% 0;
  background-size: 210px;
}
#staffArea .staff07 {
  background: url(../img/img_staff_07_01.png) no-repeat 50% 0;
  background-size: 210px;
}
#staffArea .staff08 {
  background: url(../img/img_staff_08.png) no-repeat 50% 0;
  background-size: 210px;
}
#staffArea .staff09 {
  background: url(../img/img_staff_09.png) no-repeat 50% 0;
  background-size: 210px;
}
/* ===================================
.bnrArea
=================================== */
.bnrArea {
  background: #f7f7f7;
  padding: 18px 15px;
}
.bnrArea li {
  margin: 0 0 5px;
}
.bnrArea li img {
  width: 100%;
}
