@charset "utf-8";

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * メイン
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* -------------------------------------------------------------------------------------------------
   * セクショニング
/* ---------------------------------------------------------------------------------------------- */

#main {}

#main > .section {
  padding-top: 50px;
  padding-bottom: 50px;
}

#main div.body {
  max-width: 1160px;
  padding: 0 15px;
	margin: 0 auto;
	overflow: hidden;
}

#main .column ~ .column {
  margin-top: 40px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {

 #main div.body {
   max-width: 100%;
	 padding:0 15px;
	 margin: 0 auto;
	 overflow: hidden;
	}
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

#main > .section {
  padding-top: 30px;
  padding-bottom: 30px;
}

#main div.body {
  max-width: 100%;
	padding:0 15px;
	margin: 0 auto;
	overflow: hidden;
}

#main .column ~ .column {
  margin-top: 20px;
}

}

/* ****************************************************************************************************
   * 資格保持者・スタッフ紹介
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.staff {
  padding-top: 30px !important;
  position:relative;
  background: #fffbf0;
}

.staff .body {
  overflow: inherit !important;
}

.staff .section ~ .section {
  padding-top: 70px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

.staff .section ~ .section {
  padding-top: 50px;
}

}

/* ----------------------------------------------------------------------------------------------------
   * タイトル
/* ------------------------------------------------------------------------------------------------- */

.staff .head-title {
  margin-left: 60px;
}
.staff .title {
  position: relative;
  font-size:26px;
  font-weight: bold;
  color:#fc4b22;
  background: #fff;
  padding: 10px 20px 10px 40px;
  border-top: 1px solid #f7952b;
  border-bottom: 1px solid #f7952b;
}
.staff .title::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -60px;
  width: 80px;
  height: 80px;
  margin-top: -12px;
}

.staff .section-1 .title::before {
  background: url("../../_images/staff/staff-icon-1.png") no-repeat;
}
.staff .section-2 .title::before {
  background: url("../../_images/staff/staff-icon-2.png") no-repeat;
}
.staff .section-3 .title::before {
  background: url("../../_images/staff/staff-icon-3.png") no-repeat;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

.staff .head-title {
  margin-left: 0px;
}
.staff .title {
  position: relative;
  font-size:20px;
  font-weight: bold;
  color:#fc4b22;
  background: #fff;
  padding: 10px 20px 10px 50px;
  border-top: 1px solid #f7952b;
  border-bottom: 1px solid #f7952b;
}
.staff .title::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0px;
  width: 40px;
  height: 40px;
  margin-top: -22px;
}

.staff .section-1 .title::before {
  background: url("../../_images/staff/staff-icon-1.png") no-repeat;
  background-size: 40px 40px;
}
.staff .section-2 .title::before {
  background: url("../../_images/staff/staff-icon-2.png") no-repeat;
  background-size: 40px 40px;
}
.staff .section-3 .title::before {
  background: url("../../_images/staff/staff-icon-3.png") no-repeat;
  background-size: 40px 40px;
}

}

/* ----------------------------------------------------------------------------------------------------
   * テキスト
/* ------------------------------------------------------------------------------------------------- */

.staff .text {
  margin-top: 0;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

.staff .text {
  margin-top: 1em;
}
}

/* ----------------------------------------------------------------------------------------------------
   * 画像
/* ------------------------------------------------------------------------------------------------- */

.staff .contents .images {
  text-align: center;
}

/* ****************************************************************************************************
   * 資格保持者・スタッフ紹介：セクション１
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.staff .section {
  padding-bottom: 50px;
  border-bottom: 5px dotted #f7952b;  
}

.staff .section:last-child {
  border-bottom:0;
}

/* ----------------------------------------------------------------------------------------------------
   * タイトル
/* ------------------------------------------------------------------------------------------------- */

.staff .title-1 {
  font-size: 22px;
  font-weight: bold;
  color:#fc4b22;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

.staff .title-1 {
  font-size: 18px;
  font-weight: bold;
  color:#fc4b22;
}

}

/* ----------------------------------------------------------------------------------------------------
   * リスト
/* ------------------------------------------------------------------------------------------------- */

.staff ul.style-2 {
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f7952b;
}

.staff ul.style-2 li {
  color:#f7952b;
  font-weight: bold;
}

.staff ul.style-2 li ~ li {
  margin-top: 10px;
}

.staff ul.style-2 li .meta {
  display: flex;
  flex-wrap: wrap;
  justify-content:flex-start;
  align-items: flex-start;
}

.staff ul.style-2 li .meta .text-1 {
  width: 100px;
  text-align: center;
  background: #fff;
  border:1px solid #f7952b;
  margin-right: 7px;
}

.staff ul.style-2 li .meta .text-2 {
  margin-top: 0;
  width: 80%;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

.staff ul.style-2 li .meta .text-2 {
  margin-top: 0;
  width: 100%;
}

}

/* ----------------------------------------------------------------------------------------------------
   * 画像
/* ------------------------------------------------------------------------------------------------- */

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

.staff ul.layout-flex-2 {
  display: flex;
  margin-top: 1em;
}

.staff ul.layout-flex-2 > * {
  margin-top: 0;
  width: 48%;
}

}

/* ----------------------------------------------------------------------------------------------------
   * 内容
/* ------------------------------------------------------------------------------------------------- */

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

.staff .contents .detail {
  margin-top: 0;
}

}

/* ****************************************************************************************************
   * 資格保持者・スタッフ紹介：セクション１ー１
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.staff .section-1-1 {
  background: #fff;
  padding: 20px;
}

/* ----------------------------------------------------------------------------------------------------
   * 画像
/* ------------------------------------------------------------------------------------------------- */

.staff .section-1-1 .images {
  margin-top: 0;
}

/* ----------------------------------------------------------------------------------------------------
   * リスト
/* ------------------------------------------------------------------------------------------------- */

.staff .section-1-1 ul.style-2 {
  border-bottom: 0;
}




