@charset "utf-8";

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * メイン
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* -------------------------------------------------------------------------------------------------
   * セクショニング
/* ---------------------------------------------------------------------------------------------- */

#main {}

#main-contents {
  position: relative;
  overflow:hidden;
}
#main-contents::before {
  content: "";
  display: block;
  width: 924px;
  height: 639px;
  background: url("../../_images/staff/bg-1.jpg") no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

body.page-voice-single
#main-contents::before {
  display: none;
}


#main-contents div.body {
  margin: 0 auto;
  overflow: hidden;
}

#main-contents .column ~ .column {
  margin-top: 40px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {

 #main-contents div.body {
   max-width: 100%;
   padding:0 20px;
   margin: 0 auto;
   overflow: hidden;
 }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

#main-contents > .section {
  padding-top: 30px;
  padding-bottom: 30px;
}

#main-contents div.body {
  max-width: 100%;
  padding:0 20px;
  margin: 0 auto;
  overflow: hidden;
}

#main-contents .column ~ .column {
  margin-top: 20px;
}

}

/* ****************************************************************************************************
   * ビジュアル
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.visual {
  background: url("../../_images/staff/visual.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}

/* ****************************************************************************************************
   * 人を知る
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.staff {
  position: relative;
  padding-top: 70px;
  padding-bottom: 70px;
}
.staff::after {
  content: "";
  display: block;
  width: 1000px;
  height: 639px;
  background: url("../../_images/staff/bg-2.jpg") no-repeat;
  position: absolute;
  bottom: -30%;
  right: 0;
  z-index: -1;
}

/* ----------------------------------------------------------------------------------------------------
   * タイトル
/* ------------------------------------------------------------------------------------------------- */

.staff .title {
  position: relative;
  text-align: center;
  font-size: 3.0rem;
  font-weight: 700;
  color:#320b1e;
}

.staff .title::after {
  content: "";
  display: block;
  width: 100px;
  border-bottom: 5px solid #f733a6;
  margin: 0 auto;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

.staff .title {
  position: relative;
  text-align: center;
  font-size: 2.0rem;
  font-weight: 700;
  color:#320b1e;
}

}

/* ----------------------------------------------------------------------------------------------------
   * テキスト
/* ------------------------------------------------------------------------------------------------- */

.staff .text {
  font-size: 1.6rem;
  text-align: center;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

.staff .text {
  font-size: 1.6rem;
  text-align: left;
}
}

/* ****************************************************************************************************
   * 一覧
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * リスト
/* ------------------------------------------------------------------------------------------------- */

.staff ul.layout-flex-3 {
  justify-content: flex-start;
  margin-top: 80px;
}

.staff ul.layout-flex-3 > * {
  width: 31%;
  padding: 0;
  margin-right: 3.2%;
}
.staff ul li:nth-child(3n+3) {/* 3番目の要素*/
  width: 31%;
  padding: 0;
  margin-right: 0;
}
.staff ul li:nth-child(n+4) {/* 3番目以降*/
  margin-top: 60px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

.staff ul.layout-flex-3 {
  display: block;
  justify-content: space-between;
  margin-top: 40px;
}

.staff ul.layout-flex-3 > * {
  width: 60%;
  padding: 0;
  margin: 0 auto;
}
.staff ul li:nth-child(3n+3) {/* 3番目の要素*/
  width: 60%;
  padding: 0;
  margin: 0 auto;
}
.staff ul li ~ li {
  margin-top: 30px !important;
}
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:480px) {

.staff ul.layout-flex-3 > * {
  width: 80%;
  padding: 0;
  margin: 0 auto;
}
.staff ul li:nth-child(3n+3) {/* 3番目の要素*/
  width: 80%;
  padding: 0;
  margin: 0 auto;
}

}

/* ----------------------------------------------------------------------------------------------------
   * 内容
/* ------------------------------------------------------------------------------------------------- */

.staff ul.layout-flex-3 li .detail {
  position: relative;
  width: 80%;
  background: #fff;
  padding: 10px;
  border-radius: 20px;
  margin: -80px auto 0;
  z-index: 9;
  text-align: center;
}
.staff ul.layout-flex-3 li .detail span {
  color: #fff;
  background: #f733a6;
  font-size: 1.4rem;
  font-weight: bold;
  border-radius: 60px;
  padding: 5px 20px;
}

.staff ul.layout-flex-3 li .detail small {
  display: block;
  font-size: 1.4rem;
}
.staff ul.layout-flex-3 li .detail p {
  margin-top: 10px;
  font-size: 2.2rem;
  line-height: 1.4;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {

.staff ul.layout-flex-3 li .detail span {
  color: #fff;
  background: #f733a6;
  font-size: 1.4rem;
  font-weight: bold;
  border-radius: 60px;
  padding: 5px;
}

}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

.staff ul.layout-flex-3 li .detail {
  position: relative;
  width: 70%;
  background: #fff;
  padding: 5px;
  border-radius: 20px;
  margin: -80px auto 0;
  z-index: 9;
  text-align: center;
}
.staff ul.layout-flex-3 li .detail span {
  color: #fff;
  background: #f733a6;
  font-size: 1.4rem;
  font-weight: bold;
  border-radius: 60px;
  padding: 5px 10px;
}

}

/* ----------------------------------------------------------------------------------------------------
   * 画像
/* ------------------------------------------------------------------------------------------------- */

#main .staff ul.layout-flex-3 li .photo {
  position:relative;
  aspect-ratio: 260 / 260;
  overflow: hidden;
  background: url("../images/common/noimage.jpg") center center /cover no-repeat;
  border-radius: 20px;
  z-index: 3;
}
#main .staff ul.layout-flex-3 li .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .5s;
  border-radius: 20px;
}
#main .staff ul.layout-flex-3 li .item:hover .photo img {
  transform: scale(1.05);
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

#main .staff ul.layout-flex-3 li .photo img {
  width: 80%;
  height: 80%;
  display: block;
  margin: 0 auto;
  max-width: 330px;
  max-height:330px;
}

}

/* ****************************************************************************************************
   * 詳細ページ
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * ビジュアル
/* ------------------------------------------------------------------------------------------------- */

body.page-voice-single
.visual {
  height: 610px !important;
}

body.page-voice-1
.visual {
  background: url("../../_images/staff/staff-1/visual.jpg") no-repeat;
  background-size: cover;
}
body.page-voice-2
.visual {
  background: url("../../_images/staff/staff-2/visual.jpg") no-repeat;
  background-size: cover;
}
body.page-voice-3
.visual {
  background: url("../../_images/staff/staff-3/visual.jpg") no-repeat;
  background-size: cover;
}
body.page-voice-4
.visual {
  background: url("../../_images/staff/staff-4/visual.jpg") no-repeat;
  background-size: cover;
}
body.page-voice-5
.visual {
  background: url("../../_images/staff/staff-5/visual.jpg") no-repeat;
  background-size: cover;
}
body.page-voice-6
.visual {
  background: url("../../_images/staff/staff-6/visual.jpg") no-repeat;
  background-size: cover;
}
body.page-voice-7
.visual {
  background: url("../../_images/staff/staff-7/visual.jpg") no-repeat;
  background-size: cover;
}



/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1200px) {

body.page-voice-single
.visual .body {
  padding-bottom: 40px;
}

body.page-voice-1
.visual {
  background: url("../../_images/staff/staff-1/visual.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}
body.page-voice-2
.visual {
  background: url("../../_images/staff/staff-2/visual.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}
body.page-voice-3
.visual {
  background: url("../../_images/staff/staff-3/visual.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}
body.page-voice-4
.visual {
  background: url("../../_images/staff/staff-4/visual.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}
body.page-voice-5
.visual {
  background: url("../../_images/staff/staff-5/visual.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}
body.page-voice-6
.visual {
  background: url("../../_images/staff/staff-6/visual.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}
body.page-voice-7
.visual {
  background: url("../../_images/staff/staff-7/visual.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}

}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

body.page-voice-single
.visual {
  background: none;
  display: block !important;
  height: auto !important;
}

body.page-voice-single
.visual .body {
  background: #f8f1ff;
  padding-bottom: 40px;
  padding-top: 20px;
  margin-top: 0 !important;
}


}

/* ----------------------------------------------------------------------------------------------------
   * ビジュアル詳細
/* ------------------------------------------------------------------------------------------------- */

body.page-voice-single
.visual .detail {
  width: 50%;
  max-width: 500px;
  padding:50px 40px;
  border-radius: 40px;
  background: #fff;
}

body.page-voice-4
.visual .detail,
body.page-voice-6
.visual .detail {
  width: 50%;
  max-width: 500px;
  padding:50px 40px;
  border-radius: 40px;
  background: #fff;
  margin-right: 0;
  margin-left: auto;
}

body.page-voice-single
.visual .detail .subtitle {
  font-size: 2.2rem;
  text-align: left;
  display: block;
  color: #f733a6;
  font-weight: bold;
}

body.page-voice-single
.visual .detail div.layout-2 {
  justify-content: flex-start;
  align-items: center;
}
body.page-voice-single
.visual .detail div.layout-2 span.category {
  color: #fff;
  background: #f733a6;
  font-size: 1.4rem;
  font-weight: bold;
  border-radius: 60px;
  padding: 5px 20px;
  margin-right: 20px;
}
body.page-voice-single
.visual .detail div.layout-2 span.area {
}

body.page-voice-single
.visual .detail .title-1 {
  margin-top: 0;
  font-size: 2.5rem;
}
body.page-voice-single
.visual .detail .text {
  margin-top: 0;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

body.page-voice-single
.visual .detail {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  padding:20px;
  border-radius: 40px;
  background: #fff;
  z-index: 999;
  position: relative;
}

body.page-voice-single
.visual .detail .subtitle {
  font-size: 1.8rem;
  text-align: left;
  display: block;
  color: #f733a6;
  font-weight: bold;
}

body.page-voice-single
.visual .detail div.layout-2 {
  justify-content: flex-start;
  align-items: center;
}
body.page-voice-single
.visual .detail div.layout-2 span.category {
  color: #fff;
  background: #f733a6;
  font-size: 1.4rem;
  font-weight: bold;
  border-radius: 60px;
  padding: 5px 20px;
  margin-right: 20px;
}
body.page-voice-single
.visual .detail div.layout-2 span.area {
  display: block;
}

body.page-voice-single
.visual .detail .title-1 {
  margin-top: 0;
  font-size: 2.5rem;
}
body.page-voice-single
.visual .detail .text {
  margin-top: 0;
}

}

/* ----------------------------------------------------------------------------------------------------
   * パンくず
/* ------------------------------------------------------------------------------------------------- */

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

body.page-voice-single
#breadcrumb {
  display: none;
}
}

/* ****************************************************************************************************
   * セクション1
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

#section-1 {
  margin-top: 70px;
}

#section-1 .body {
  max-width: 1280px;
}

#section-1 .photo {
  text-align: center;
}

#section-1 .detail {}

#section-1 .detail .title {
  position: relative;
  text-align: left;
  font-size: 3.0rem;
  font-weight: 700;
  color: #320b1e;
}
#section-1 .detail .title::after {
  content: "";
  display: block;
  width: 100px;
  border-bottom: 5px solid #f733a6;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

#section-1 {
  margin-top: 0;
}
#section-1 .detail .title {
  position: relative;
  text-align: left;
  font-size: 2.2rem;
  font-weight: 700;
  color: #320b1e;
}
}


/* ****************************************************************************************************
   * セクション2
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

#section-2 {
  margin-top: 100px;
}

#section-2 .body {
  max-width: 1000px;
}

#section-2 .title {
  position: relative;
  text-align: left;
  font-size: 3.0rem;
  font-weight: 700;
  color: #320b1e;
}
#section-2 .title::after {
  content: "";
  display: block;
  width: 100px;
  border-bottom: 5px solid #f733a6;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

#section-2 {
  margin-top: 0;
}

#section-2 .title {
  position: relative;
  text-align: left;
  font-size: 2.2rem;
  font-weight: 700;
  color: #320b1e;
}
}

/* ****************************************************************************************************
   * セクション3
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

#section-3 {
  margin-top: 100px;
}

#section-3 .body {
  max-width: 1280px;
}

#section-3 .layout-flex-2 {
  flex-direction: row-reverse;
}

#section-3 .photo {
  text-align: center;
}

#section-3 .detail {}

#section-3 .detail .title {
  position: relative;
  text-align: left;
  font-size: 3.0rem;
  font-weight: 700;
  color: #320b1e;
}
#section-3 .detail .title::after {
  content: "";
  display: block;
  width: 100px;
  border-bottom: 5px solid #f733a6;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

#section-3 {
  margin-top: 0;
}
#section-3 .layout-flex-2 {
  flex-direction: column;
}

#section-3 .detail .title {
  position: relative;
  text-align: left;
  font-size: 2.2rem;
  font-weight: 700;
  color: #320b1e;
}
}

/* ****************************************************************************************************
   * セクション4
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

#section-4 {
  margin-top: 100px;
}

#section-4 .body {
  max-width: 1000px;
}

#section-4 .title {
  position: relative;
  text-align: left;
  font-size: 3.0rem;
  font-weight: 700;
  color: #320b1e;
}
#section-4 .title::after {
  content: "";
  display: block;
  width: 100px;
  border-bottom: 5px solid #f733a6;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

#section-4 {
  margin-top: 0;
}

#section-4 .title {
  position: relative;
  text-align: left;
  font-size: 2.0rem;
  font-weight: 700;
  color: #320b1e;
}

}

/* ****************************************************************************************************
   * ある一日の流れ
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.history {
  position: relative;
  padding-top: 100px;
}

/* ----------------------------------------------------------------------------------------------------
   * タイトル
/* ------------------------------------------------------------------------------------------------- */

.history .title {
  position: relative;
  text-align: center;
  font-size: 3.0rem;
  font-weight: 700;
  color:#320b1e;
}

.history .title::after {
  content: "";
  display: block;
  width: 100px;
  border-bottom: 5px solid #f733a6;
  margin: 0 auto;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

.history .title {
  position: relative;
  text-align: center;
  font-size: 2.0rem;
  font-weight: 700;
  color:#320b1e;
}

}

/* ----------------------------------------------------------------------------------------------------
   * リスト
/* ------------------------------------------------------------------------------------------------- */

.history .history-list {
  position: relative;
  margin-top:50px;
}
.history .history-list:after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 2px;
  height: 100%;
  background: #f733a6;
  z-index:-1;
}
.history .history-list .row {
  position: relative;
}
.history .history-list .row:before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
  display: block;
  width: 50%;
  height: 2px;
  background: #f733a6;
  margin-top: -1px;
}
@media (min-width:769px) {
  .history .history-list .row:nth-child(2n+2):before {
    left: 50%;
    right: 0;
  }
}
.history .history-list .row:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  display: block;
  width: 12px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background: #f8f1ff;
  border: 8px solid #f733a6;
  z-index:999;
}
.history .history-list dl {
  position: relative;
  z-index: 2;
  width: 43%;
  padding: 1.5em;
  background: #f8f1ff;
  border-radius:20px;
}
.history .history-list .row:nth-child(2n+2) dl {
  margin-left: auto;
}
.history .history-list dt {
  font-weight: 600;
  color: #f733a6;
}
.history .history-list dd img {
  display: block;
  border-radius: 20px;
}
@media (max-width:768px) {
  .history .history-list:after {
    left: 10px;
  }
  .history .history-list .row ~ .row {
    margin-top: 20px;
  }
  .history .history-list .row:before {
    left: 10px;
  }
  .history .history-list .row:after {
    left: 10px;
  }
  .history .history-list dl {
    width: calc( 100% - 30px );
    padding: 1em;
    margin-left: auto;
  }
  .history .history-list dt {
    margin-bottom: .5em;
  }
}

/* ****************************************************************************************************
   * スタッフ全員を見る
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

body.page-voice-single
.staff {
  background: #f8f1ff;
  margin-top: 100px;
  padding-top: 60px;
  padding-bottom: 70px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

body.page-voice-single
.staff {
  background: #f8f1ff;
  margin-top: 0;
  padding-top: 60px;
  padding-bottom: 70px;
}

}

/* ----------------------------------------------------------------------------------------------------
   * リード文
/* ------------------------------------------------------------------------------------------------- */

body.page-voice-single
.staff .lead {}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

body.page-voice-single
.staff .lead {
  padding: 0 20px;
}

}

/* ----------------------------------------------------------------------------------------------------
   * タイトル
/* ------------------------------------------------------------------------------------------------- */

body.page-voice-single
.staff .title {
  position: relative;
  text-align: center;
  font-size: 4.0rem;
  font-weight: 700;
  color:#320b1e;
}
body.page-voice-single
.staff .title::after {
  content: "";
  display: block;
  width: 100px;
  margin: 0 auto;
  border-bottom: 5px solid #f733a6;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

body.page-voice-single
.staff .title {
  position: relative;
  text-align: center;
  font-size: 2.0rem;
  font-weight: 700;
  color:#320b1e;
}

}

/* ----------------------------------------------------------------------------------------------------
   * テキスト
/* ------------------------------------------------------------------------------------------------- */

body.page-voice-single
.staff .text {
  text-align: center;
}

/* ----------------------------------------------------------------------------------------------------
   * スライド
/* ------------------------------------------------------------------------------------------------- */

#main .staff .slideshow {
  position: relative;
  margin-top: 30px;
}
#main .staff .slick-arrow {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  left: 19%;
  width: 36px;
  height: 65px;
  z-index: 99;
  font-size: 0;
  overflow: hidden;
  cursor: pointer;
  background: url("../../_images/index/arrow-prev.png") center center no-repeat;
  border: 0;
}
#main .staff .slick-arrow:hover {
  opacity: .9;
}
#main .staff .slick-prev {}

#main .staff .slick-next {
  left: auto;
  right: 19%;
  background: url("../../_images/index/arrow-next.png") center center no-repeat;
}
#main .staff .slideshow .item {
  display: block;
  overflow: hidden;
  border-radius: 20px;
  margin: 0 20px;
}
#main .staff .slideshow .photo {
  position:relative;
  aspect-ratio: 260 / 260;
  overflow: hidden;
  background: url("../images/common/noimage.jpg") center center /cover no-repeat;
  border-radius: 20px;
  z-index: 3;
}
#main .staff .slideshow .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .5s;
  border-radius: 20px;
}
#main .staff .slideshow .item:hover .photo img {
  transform: scale(1.05);
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {

#main .staff .slick-arrow {
  width: 18px;
  height: 32px;
  background-size: 18px 32px;
}

#main .staff .slick-arrow {
  left: 2%;
}
#main .staff .slick-next {
  right: 2%;
  left: auto;
}
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

#main .staff .slideshow .item {
  display: block;
  overflow: hidden;
  border-radius: 20px;
  margin: 0 5px;
}
}

/* ----------------------------------------------------------------------------------------------------
   * 内容
/* ------------------------------------------------------------------------------------------------- */

.staff .slideshow .detail {
  position: relative;
  width: 80%;
  background: #fff;
  padding: 10px;
  border-radius: 20px;
  margin: -30px auto 0;
  z-index: 9;
  text-align: center;
}
.staff .slideshow .detail span {
  display: inline-block;
  line-height: 1.2;
  color: #fff;
  background: #f733a6;
  font-size: 1.4rem;
  font-weight: bold;
  border-radius: 60px;
  padding: 5px 20px;
}

.staff .slideshow .detail small {
  display: block;
  font-size: 1.4rem;
}
.staff .slideshow .detail p {
  margin-top: 10px;
  font-size: 2.0rem;
  line-height: 1.4;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

.staff .slideshow .detail {
  position: relative;
  width: 80%;
  background: #fff;
  padding: 5px;
  border-radius: 20px;
  margin: -30px auto 0;
  z-index: 9;
  text-align: center;
}
.staff .slideshow .detail span {
  color: #fff;
  background: #f733a6;
  font-size: 1.4rem;
  font-weight: bold;
  border-radius: 60px;
  padding: 5px 10px;
}

}

/* ----------------------------------------------------------------------------------------------------
   * ボタン
/* ------------------------------------------------------------------------------------------------- */

#main .staff .slideshow + .link-btn {
  margin-top: 60px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

#main .staff .slideshow + .link-btn {
  margin-top: 30px;
}

}



