@charset "UTF-8";
/* patches/ _page-patent-quality.scss 
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
page-patent-top用css
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* Lib */
/* //////////////////////////////////

File Name > lib/_variables.scss

::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	Color
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* 
	Base Color
--------------------------------------*/
/* 基本テキストカラー */
/* Link Text Color */
/* 
	Definition Color
--------------------------------------*/
/* 白 */
/* 黒 */
/* 
	Function Color
--------------------------------------*/
/* 翻訳センター アクセントカラー */
/* お問い合わせボタンカラー */
/* 区切り線カラー */
/* 背景カラー */
/* 
	使用不明 Color
--------------------------------------*/
/* Sub Color */
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	Font
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	Width
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* 
	Device Break Point
--------------------------------------*/
/* Base Width */
/* //////////////////////////////////

File Name > lib/ _mixins.scss

::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	テキストリンク設定
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* 
	Definition Color
--------------------------------------*/
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	Hover Effect
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* 
	HE - Opacity
--------------------------------------*/
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	Parts
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* 
	a タグ Block 化
--------------------------------------*/
/* 
	Text Shadow（1px）
--------------------------------------*/
/* 
	遷移用ARROW（ White）
--------------------------------------*/
/* 
	遷移用ARROW（ Orange：下向き）
--------------------------------------*/
/*::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
Media Query
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	神作成
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* 見出しミックスイン */
/* Lib/ _mixin*/
/* メインイメージ ------------------------------------------------------------------------------------------------ */
.area-mv {
  background: url(../staff/img/img-mv.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}

.area-mv-text {
  color: #fff;
}

/* スタッフリスト------------------------------------------------------------------------------------------- */
/* 各スタッフのスタイル */
.minamimoto a {
  background: url(../staff/img/img-kawashima-02.jpg) no-repeat #ebebeb;
  background-position: left bottom;
  background-size: contain;
}

.kawashima a {
  background: url(../staff/img/img-kawashima.jpg) no-repeat #e7edee;
  background-position: left bottom;
  background-size: contain;
}

.watabe a {
  background: url(../staff/img/img-watabe.jpg) no-repeat #e5ebed;
  background-position: left bottom;
  background-size: contain;
}

.nomoto a {
  background: url(../staff/img/img-nomoto.jpg) no-repeat #d6dee0;
  background-position: left bottom;
  background-size: contain;
}

.harada a {
  background: url(../staff/img/img-harada.jpg) no-repeat #d6dee0;
  background-position: left bottom;
  background-size: contain;
}

/* ボックス外側のスタイル */
.team-list {
  padding: 40px 0;
}
@media print, screen and (min-width: 768px) {
  .team-list {
    padding: 40px 2%;
    text-align: center;
  }
}
@media print, screen and (min-width: 960px) {
  .team-list {
    padding: 80px 0;
    text-align: left;
  }
}
.team-list li {
  width: 90%;
  margin: 0 auto 20px;
}
@media print, screen and (min-width: 768px) {
  .team-list li {
    display: inline-block;
    width: calc(100% / 2);
    padding: 2%;
    margin: 0;
  }
}
@media print, screen and (min-width: 960px) {
  .team-list li {
    width: 450px;
    padding: 8px;
    height: 296px;
  }
}

/* ボックス内側のスタイル */
.team-list a {
  display: block;
  height: 100%;
  padding: 20px;
}
@media print, screen and (max-width: 320px) {
  .team-list a {
    padding: 20px 20px 50px;
  }
}
@media print, screen and (min-width: 960px) {
  .team-list a {
    padding: 60px 30px 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .team-list a:hover {
    opacity: 0.6;
  }
}
.team-list a:hover {
  color: #000;
}
.team-list a .lead {
  text-align: right;
  font-weight: bold;
  font-size: 14px;
}
@media print, screen and (max-width: 320px) {
  .team-list a .lead {
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 960px) {
  .team-list a .lead {
    margin-bottom: 20px;
  }
}
.team-list a .box-name {
  text-align: right;
}
.team-list a .box-name p {
  font-size: 12px;
  letter-spacing: 2px;
  padding: 0;
}
.team-list a .box-name h2 {
  font-size: 24px;
  letter-spacing: 2px;
  text-align: right;
  padding: 0px 0 10px;
  margin-bottom: 0;
}
.team-list a .box-name h2:after {
  left: auto;
  right: 0;
  width: 100px;
}
