@charset "UTF-8";
/*--------------------------
 ブレークポイント設定
----------------------------*/
/*--------------------------
    フォントサイズ
----------------------------*/
html {
  font-size: 70%;
}

body {
  font-size: 15px;
  text-align: left !important;
}

@media (max-width: 480px) {
  body {
    font-size: 14px;
  }
}

/* リンク img ------*/
a img {
  transition: all 0.5s ease 0s;
}

a:hover {
  text-decoration: none;
}

a:hover img {
  transition: all 0.5s ease 0s;
  filter: opacity(85%);
}

/* --- スマホ　非表示　--- */
@media (max-width: 767px) {
  .hidden-small {
    display: none !important;
  }
}

/* --- スマホのみ表示　--- */
@media (min-width: 768px) {
  .visible-small {
    display: none !important;
  }
}

@media (max-width: 480px) {
  .visible-small {
    display: block !important;
  }
}

/* --- スマホ縦　非表示　--- */
@media (max-width: 480px) {
  .hidden-xs {
    display: none !important;
  }
}

/* --- スマホ縦のみ表示　--- */
@media (min-width: 480px) {
  .visible-xs {
    display: none !important;
  }
}

@media (max-width: 480px) {
  .visible-xs {
    display: block !important;
  }
}

/*--------------------------
    中央配置
----------------------------*/
/* 上下左右中央配置 */
/* 上下のみ中央配置 */
/* 左右のみ中央配置 */
/* 中央配置解除 */
/* 変数 -----*/
/*--------------------------
 共通設定
----------------------------*/
body {
 font-family: "Ibarra Real Nova", "游明朝", "Yu Mincho", "游明朝体", YuMincho, "Hiragino Mincho ProN", HiraMinProN-W3, "Noto Serif JP", serif;
  color: #000;
}

body img {
  width: 100%;
}

body section {
  padding: 80px 0;
}

/**--パンくず
----------------------------------------------------------*/
.pan {
	width: 940px;
	height:auto;
	margin: 0 auto;
	padding: 6px 0 12px;
	box-sizing:border-box;
}
.pan ul li{
	float:left;
	display:inline;
  padding-right:4px;
    font-size: 80%;
}
.pan p{
	width:100%;
	text-align:right;
}
@media screen and (max-width:768px){
	.pan {
	width: 96%;
	font-size: 12px;
	}

}

@media (max-width: 767px) {
  body section {
    padding: 40px 0;
  }
}

body section h3 {
  text-align: left;
  border-bottom: 1px solid #000;
  font-family: "Ibarra Real Nova", "游明朝", "Yu Mincho", "游明朝体", YuMincho, "Hiragino Mincho ProN", HiraMinProN-W3, "Noto Serif JP", serif;
  margin-bottom: 40px;
  font-weight: normal !important;
  font-size: 24px;
  padding-bottom: 8px;
}

#lead, #index-main, #interview, #kenkyu, #products  {
	  font-family: "Ibarra Real Nova", "游明朝", "Yu Mincho", "游明朝体", YuMincho, "Hiragino Mincho ProN", HiraMinProN-W3, "Noto Serif JP", serif;}


@media (max-width: 480px) {
  body section h3 {
    font-size: 20px;
  }
}

body section .left {
  float: left;
  padding-right: 20px;
  box-sizing: border-box;
}

@media (max-width: 767px) {
  body section .left {
    width: 100% !important;
    float: none;
    padding: 0;
  }
}

body section .right {
  float: right;
  padding-left: 20px;
  box-sizing: border-box;
}

@media (max-width: 767px) {
  body section .right {
    width: 100% !important;
    float: none;
    padding: 0;
  }
}

/*--------------------------
 #index-main
----------------------------*/
#index-main {
  background: #000000;
  padding: 20px 0 60px;
}

#index-main .inner {
  color: #fff;
  }



#index-main .inner h2 {
  text-align: center;
}

#index-main .inner h2 img {
  max-width: 700px;
}

@media (max-width: 767px) {
  #index-main .inner h2 img {
    max-width: 400px;
  }
}

#index-main .inner p {
  line-height: 2.0;
  margin-top: 0px;
}

@media (max-width: 480px) {
  #index-main .inner p {
    font-size: 3.5vw;
    line-height: 1.4;
  }
}

/*--------------------------
 #lead
----------------------------*/
#lead .inner {
  text-align: left;
}

#lead .inner p {
  margin-bottom: 40px;
  line-height: 1.8;
}

@media (max-width: 767px) {
  #lead .inner p {
    margin-bottom: 20px;
  }
}

/*--------------------------
 #anchor
----------------------------*/
#anchor {
  padding: 20px 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

@media (max-width: 480px) {
  #anchor {
    padding: 0;
  }
}

#anchor .inner ul li {
  font-family: "Yu Gothic", YuGothic, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  width: 33.33%;
  float: left;
  position: relative;
  height: 40px;
}

@media (max-width: 480px) {
  #anchor .inner ul li {
    width: 100%;
    float: none;
    font-size: 14px;
    padding: 15px 0;
  }
}

#anchor .inner ul li::after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
  width: 1px;
  height: 100%;
  background: #7f7f7f;
}

@media (max-width: 480px) {
  #anchor .inner ul li::after {
    position: absolute;
    left: auto;
    top: auto;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    top: 0;
    width: 100%;
    height: 1px;
  }
}

#anchor .inner ul li:first-child::after {
  content: none;
}

#anchor .inner ul li::before {
  content: '';
  position: absolute;
  bottom: -25px;
  left: 0;
  width: 100%;
  height: 5px;
  background: #ccc;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}

@media (max-width: 480px) {
  #anchor .inner ul li::before {
    content: none;
  }
}

#anchor .inner ul li:hover::before {
  bottom: -20px;
  opacity: 1;
  visibility: visible;
}

#anchor .inner ul li a {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  display: block;
  width: 100%;
  font-weight: bold;
}

#anchor .inner ul li a:hover {
  text-decoration: none;
}

/*--------------------------
 #interview
----------------------------*/
#interview {
  background: #f2f2f2;
  margin-top: 80px;
  padding-top: 80px;
  padding-bottom: 40px;
}

#interview .text {
  width: 60%;
  text-align: left;
}

#interview .text p {
  margin-bottom: 20px;
}

#interview .img {
  width: 40%;
}

@media (max-width: 767px) {
  #interview .img {
    margin-bottom: 20px;
  }
  #interview .img img {
    max-width: 300px;
  }
}

#interview .btn {
  margin: 40px 0 0;
}

#interview .btn a {
  background: #929292;
  background: -moz-linear-gradient(top, #929292 0%, #a5a5a5 25%, #afafaf 50%, #a5a5a5 75%, #929292 100%);
  background: -webkit-linear-gradient(top, #929292 0%, #a5a5a5 25%, #afafaf 50%, #a5a5a5 75%, #929292 100%);
  background: linear-gradient(to bottom, #929292 0%, #a5a5a5 25%, #afafaf 50%, #a5a5a5 75%, #929292 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#929292', endColorstr='#929292',GradientType=0 );
  display: inline-block;
  color: #fff;
  padding: 10px 50px;
  font-family: "Yu Gothic", YuGothic, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  transition: all 0.5s ease 0s;
}

@media (max-width: 767px) {
  #interview .btn a {
    padding: 10px;
    display: block;
  }
}

#interview .btn a::after {
  content: '>';
  margin-left: 16px;
}

#interview .btn a:hover {
  text-decoration: none;
  filter: brightness(1.2);
  transition: all 0.5s ease 0s;
}

/*--------------------------
 #kenkyu
----------------------------*/
#kenkyu h4 {
  font-family: "Yu Gothic", YuGothic, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  font-size: 16px;
  text-align: left;
  margin: 60px 0 30px;
}

#kenkyu h4::before {
  content: '-';
}

#kenkyu p {
  text-align: left !important;
  line-height: 1.8;
  margin-bottom: 40px;
}

#kenkyu .text {
  text-align: left;
  width: 60%;
}

#kenkyu .img {
  width: 40%;
}

#kenkyu .sisei {
  position: relative;
}

#kenkyu .sisei .img {
  width: 15%;
  position: absolute;
  bottom: 0;
  right: 0;
}

#kenkyu .sisei .img img {
  max-width: 200px;
  width: 90%;
}

#kenkyu_top{
	margin-top: -40px;
	padding-top: 40px;}


@media (max-width: 767px) {
  #kenkyu .sisei .img {
    width: 150px;
  }
  #kenkyu_top{
	margin-top: -80px;
	padding-top: 80px;}

}

@media (max-width: 480px) {
  #kenkyu .sisei .img {
    width: 100px;
    display: block;
    position: relative;
    margin: 10px auto;
  }
  #kenkyu_top{
	margin-top: -80px;
	padding-top: 80px;}

}

#kenkyu .sisei .text {
  width: 100%;
}

#kenkyu .sisei .text p {
  width: calc(85% - 30px);
  margin-right: 30px;
}

@media (max-width: 767px) {
  #kenkyu .sisei .text p {
    width: calc(100% - 180px);
  }
}

@media (max-width: 480px) {
  #kenkyu .sisei .text p {
    width: 100%;
  }
}

#kenkyu .ergo {
  border: 1px solid #7f7f7f;
  padding: 30px;
  width: 80%;
  margin: 80px auto;
  box-sizing: border-box;
}

@media (max-width: 767px) {
  #kenkyu .ergo {
    width: 100%;
    margin: 40px auto;
  }
}

@media (max-width: 480px) {
  #kenkyu .ergo {
    padding: 15px;
  }
}

#kenkyu .ergo img {
  width: 80%;
  margin: 0 auto 20px;
}

@media (max-width: 480px) {
  #kenkyu .ergo img {
    width: 100%;
  }
}

#kenkyu .ergo p {
  margin: 0;
}

#kenkyu .honmono {
  position: relative;
}

#kenkyu .honmono .text {
  width: 60%;
}

@media (max-width: 767px) {
  #kenkyu .honmono .text {
    width: 100%;
  }
}

#kenkyu .honmono .img {
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: right;
  width: 35%;
  box-sizing: border-box;
}

@media (max-width: 767px) {
  #kenkyu .honmono .img {
    padding-left: 0;
    text-align: center;
    width: 100%;
    position: relative;
    right: auto;
    bottom: auto;
    margin-bottom: 20px;
  }
}

#kenkyu .honmono .img img {
  width: 80%;
}

@media (max-width: 767px) {
  #kenkyu .honmono .img img {
    width: 100%;
    max-width: 300px;
  }
}

#kenkyu .best {
  background: #f2f2f2;
  padding: 50px;
  margin: 40px 0;
}

@media (max-width: 480px) {
  #kenkyu .best {
    padding: 40px 20px;
  }
}

#kenkyu .best h4 {
  margin: 0 0 15px;
}

@media (max-width: 767px) {
  #kenkyu .best h4 {
    text-align: center;
  }
}

#kenkyu .best h4::before {
  content: none;
}

#kenkyu .best img {
  padding-left: 40px;
  padding-right: 20px;
  box-sizing: border-box;
  max-width: 300px;
}

@media (max-width: 767px) {
  #kenkyu .best img {
    margin-bottom: 20px;
    padding: 0 20px;
  }
}

#kenkyu .best p {
  margin-bottom: 0;
}

#kenkyu .kensa {
  width: 80%;
  margin: 0 auto;
  border-bottom: 1px solid #000;
}

@media (max-width: 959px) {
  #kenkyu .kensa {
    width: 100%;
  }
}

#kenkyu .kensa h4 {
  text-align: center;
  position: relative;
  margin-bottom: 20px;
}

#kenkyu .kensa h4 span {
  background: #fff;
  padding: 20px;
  z-index: 1;
  position: relative;
}

#kenkyu .kensa h4::after {
  content: none;
}

#kenkyu .kensa h4::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  height: 1px;
  background: #000;
}

#kenkyu .kensa ul {
  margin: 0 auto;
  width: 95%;
  font-family: "Yu Gothic", YuGothic, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media (max-width: 480px) {
  #kenkyu .kensa ul {
    width: 100%;
  }
}

#kenkyu .kensa ul li {
  float: left;
  width: 50%;
  text-align: left;
  padding: 10px 30px 20px;
  box-sizing: border-box;
}

@media (max-width: 480px) {
  #kenkyu .kensa ul li {
    width: 100%;
    float: none;
  }
}

#kenkyu .kensa ul li h5 {
  font-weight: bold;
}

#kenkyu .kensa ul li h5::before {
  content: '■';
}

#kenkyu .kensa ul li p {
  margin-bottom: 15px;
  line-height: 1.5;
}

/*--------------------------
 #products
----------------------------*/
#products {
  padding-bottom: 0;
	padding-top: 80px;
}

#products .item {
  margin: 40px 0;
}

@media (max-width: 767px) {
  #products .item {
    position: relative;
    padding: 10px 15px;
    box-sizing: border-box;
  }
  #products .item::before {
    background: #ccc;
    content: '';
    width: 100%;
    height: 1px;
    display: block;
    bottom: -20px;
    left: 0;
    position: absolute;
  }
}

#products .img {
  width: 40%;
}

#products .img img {
  float: left;
  width: 50%;
  padding-right: 30px;
  box-sizing: border-box;
  max-width: 250px;
}

@media (max-width: 767px) {
  #products .img {
    margin-bottom: 20px;
    padding: 0;
    display: inline-block;
    width: auto !important;
  }
  #products .img img {
    padding: 0 15px;
  }
}

#products .text {
  width: 60%;
  text-align: left;
  padding: 0;
}

#products .text h4 {
  font-family: "Yu Gothic", YuGothic, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  margin-bottom: 5px;
}

#products .text h4.eis::after {
  content: '';
  background: url(../img/ico_eis.png) no-repeat center;
  background-size: contain;
  width: 40px;
  height: 40px;
  display: inline-block;
  margin-left: 20px;
  vertical-align: bottom;
}

#products .text h4.eis_plus::after {
  content: '';
  background: url(../img/ico_eis_plus.png) no-repeat center;
  background-size: contain;
  width: 40px;
  height: 40px;
  display: inline-block;
  margin-left: 20px;
  vertical-align: bottom;
}

#products .text .btn {
  margin: 10px 0;
}

#products .text .btn a {
  display: inline-block;
  border: 1px solid #7f7f7f;
  border-radius: 5px;
  padding: 5px 35px;
  line-height: 1.0;
  font-family: "Yu Gothic", YuGothic, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  transition: all 0.5s ease 0s;
}

#products .text .btn a:hover {
  text-decoration: none;
  background: #f2f2f2;
  transition: all 0.5s ease 0s;
}

@media (max-width: 767px) {
  #products .text .btn a {
    padding: 10px;
    display: block;
    text-align: center;
  }
}

#products .bnr {
  width: 80%;
  margin: 80px auto 0px;
}

#products .bnr a {
  display: block;
}

#products .bnr a img {
  max-width: 720px;
}

@media (max-width: 480px) {
  #products .bnr {
    width: 100%;
  }
}
