﻿@charset "UTF-8";
/*! # kotobukihonpo
 * lastupdate : Mon Feb 08 2016 15:49:13
 * version    : 1.0.0
 *
 * © 2016 Parachute.
*/
.other #whole,
.tablet #whole {
  padding-top: 620px;
}
.other main,
.tablet main {
  position: relative;
  margin-top: 0;
  padding-top: 0;
  background-color: #f5f1eb;
  z-index: 200;
}
.other #global-footer,
.tablet #global-footer {
  position: relative;
  background-color: #f5f1eb;
  z-index: 200;
}

.other #hero,
.tablet #hero {
  position: fixed;
  top: 100px;
  left: 0;
  width: 100%;
  height: 520px;
}
/*20190424ロゴ削除の為、コメントアウト
.other #hero h1,
.tablet #hero h1 {
  position: absolute;
  top: 47px;
  right: 0;
  left: 0;
  margin: auto;
  display: block;
  background-image: url("/img/top/hero_logo.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 208px;
  height: 69px;
  overflow: hidden;
  font-size: 0;
  text-indent: 100%;
  white-space: nowrap;
  outline: none;
  z-index: 100;
}*/
.other #hero #hero-slider,
.tablet #hero #hero-slider {
  height: 520px;
}
.other #hero #hero-slider li a,
.tablet #hero #hero-slider li a {
  display: block;
  height: 520px;
}
.other #hero #hero-slider li#hero-img1 a,
.tablet #hero #hero-slider li#hero-img1 a {
  background: url("../img/top/hero_img1.jpg") 50% 0 no-repeat;
}
.other #hero #hero-slider li#hero-img2 a,
.tablet #hero #hero-slider li#hero-img2 a {
  background: url("../img/top/hero_img2.jpg") 50% 0 no-repeat;
}
.other #hero #hero-slider li#hero-img3 a,
.tablet #hero #hero-slider li#hero-img3 a {
  background: url("../img/top/hero_img3.jpg") 50% 0 no-repeat;
}
.other #hero #hero-slider li#hero-img4 a,
.tablet #hero #hero-slider li#hero-img4 a {
  background: url("../img/top/hero_img4.jpg") 50% 0 no-repeat;
}

.other #hero .bx-wrapper .bx-pager,
.tablet #hero .bx-wrapper .bx-pager {
  bottom: 15px;
  z-index: 100;
}
.other #hero .bx-wrapper .bx-pager.bx-default-pager a,
.tablet #hero .bx-wrapper .bx-pager.bx-default-pager a {
  background-color: transparent;
  display: block;
  background-image: url("/img/top/pager.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 10px;
  height: 10px;
  overflow: hidden;
  font-size: 0;
  text-indent: 100%;
  white-space: nowrap;
  outline: none;
}
.other #hero .bx-wrapper .bx-pager.bx-default-pager a.active,
.tablet #hero .bx-wrapper .bx-pager.bx-default-pager a.active {
  background-image: url("/img/top/pager_c.png");
}

.mobile #hero {
  /* height: 200px; */
}
.mobile #hero #hero-slider {
  /* height: 200px; */
  height: 62vw;
}
.mobile #hero #hero-slider li a {
  display: block;
  /* height: 200px; */
  height: 62vw;
}
.mobile #hero #hero-slider li#hero-img1 a {
  background: url("../img/top/hero_img1@2x.jpg") 50% 0 no-repeat;
  /* background-size: auto 200px; */
  background-size: 100% auto;
}
.mobile #hero #hero-slider li#hero-img2 a {
  background: url("../img/top/hero_img2@2x.jpg") 50% 0 no-repeat;
  /* background-size: auto 200px; */
  background-size: 100% auto;
}
.mobile #hero #hero-slider li#hero-img3 a {
  background: url("../img/top/hero_img3@2x.jpg") 50% 0 no-repeat;
  /* background-size: auto 200px; */
  background-size: 100% auto;
}
.mobile #hero #hero-slider li#hero-img4 a {
  background: url("../img/top/hero_img4@2x.jpg") 50% 0 no-repeat;
  /* background-size: auto 200px; */
  background-size: 100% auto;
}
/* .mobile #hero #hero-slider li#hero-img1 a {
  background-color: #fff;
}
.mobile #hero #hero-slider li#hero-img2 a {
  background-color: #f5f5f5;
}
.mobile #hero #hero-slider li#hero-img3 a {
  background-color: #f7f3ee;
}
.mobile #hero #hero-slider li#hero-img4 a {
  background-color: #ffffff;
} */
.mobile #hero .bx-wrapper .bx-pager {
  bottom: 10px;
  z-index: 100;
}
.mobile #hero .bx-wrapper .bx-pager.bx-default-pager a {
  background-color: transparent;
  display: block;
  background-image: url("/img/top/pager@2x.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 7px;
  height: 7px;
  background-size: 7px auto;
  overflow: hidden;
  font-size: 0;
  text-indent: 100%;
  white-space: nowrap;
  outline: none;
}
.mobile #hero .bx-wrapper .bx-pager.bx-default-pager a.active {
  background-image: url("/img/top/pager_c@2x.png");
}


.other #interview,
.tablet #interview {
	background-color: #ffffff;
	padding: 60px 0;
}
.other #interview h2,
.tablet #interview h2 {
  display: block;
  background-image: url("/img/top/interview_title.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 363px;
  height: 45px;
  overflow: hidden;
  font-size: 0;
  text-indent: 100%;
  white-space: nowrap;
  outline: none;
  margin: 0 auto;
}
.other #interview img,
.tablet #interview img {
	margin-top: 30px;
}
.other #interview img:hover{
	opacity: 0.8;
}
.mobile #interview {
	padding-bottom: 30px;
}
.mobile #interview h2 {
  display: block;
  background-image: url("/img/top/interview_title@2x.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 250px;
  height: 40px;
  background-size: 250px auto;
  overflow: hidden;
  font-size: 0;
  text-indent: 100%;
  white-space: nowrap;
  outline: none;
  margin: 20px auto;
}





.other #quality,
.tablet #quality {
  padding: 59px 0 40px;
}
.other #quality h2,
.tablet #quality h2 {
  display: block;
  background-image: url("../img/top/quality_title.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 230px;
  height: 47px;
  overflow: hidden;
  font-size: 0;
  text-indent: 100%;
  white-space: nowrap;
  outline: none;
  margin: 0 auto;
}
.other #quality ul,
.tablet #quality ul {
  margin-top: 29px;
}
.other #quality ul:before, .other #quality ul:after,
.tablet #quality ul:before,
.tablet #quality ul:after {
  content: "";
  display: table;
}
.other #quality ul:after,
.tablet #quality ul:after {
  clear: both;
}
.other #quality ul li,
.tablet #quality ul li {
  float: left;
  width: 245px;
  margin-left: 20px;
}
.other #quality ul li:first-child,
.tablet #quality ul li:first-child {
  margin-left: 0;
}
.other #quality ul li a,
.tablet #quality ul li a {
  display: block;
  padding-bottom: 18px;
  transition: background-color 0.25s ease-in-out 0s;
}
.other #quality ul li a:link, .other #quality ul li a:visited, .other #quality ul li a:hover, .other #quality ul li a:active,
.tablet #quality ul li a:link,
.tablet #quality ul li a:visited,
.tablet #quality ul li a:hover,
.tablet #quality ul li a:active {
  color: #666;
  text-decoration: none;
}
.other #quality ul li a:hover,
.tablet #quality ul li a:hover {
  color: #666;
  text-decoration: none;
}
.other #quality ul li a h3,
.tablet #quality ul li a h3 {
  margin: 18px auto 0;
}
.other #quality ul li a p,
.tablet #quality ul li a p {
  margin-top: 15px;
  text-align: center;
}
.other #quality ul li a:hover,
.tablet #quality ul li a:hover {
  background-color: #ede5d9;
}
.other #quality ul li.item1 h3,
.tablet #quality ul li.item1 h3 {
  display: block;
  background-image: url("../img/top/quality_txt1.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 139px;
  height: 36px;
  overflow: hidden;
  font-size: 0;
  text-indent: 100%;
  white-space: nowrap;
  outline: none;
}
.other #quality ul li.item2 h3,
.tablet #quality ul li.item2 h3 {
  display: block;
  background-image: url("../img/top/quality_txt2.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 159px;
  height: 36px;
  overflow: hidden;
  font-size: 0;
  text-indent: 100%;
  white-space: nowrap;
  outline: none;
}
.other #quality ul li.item3 h3,
.tablet #quality ul li.item3 h3 {
  display: block;
  background-image: url("../img/top/quality_txt3.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 74px;
  height: 36px;
  overflow: hidden;
  font-size: 0;
  text-indent: 100%;
  white-space: nowrap;
  outline: none;
}
/* .other #quality ul li.item4 h3,
.tablet #quality ul li.item4 h3 {
  display: block;
  background-image: url("../img/top/quality_txt4.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 68px;
  height: 36px;
  overflow: hidden;
  font-size: 0;
  text-indent: 100%;
  white-space: nowrap;
  outline: none;
} */

.mobile #quality {
  padding: 25px 10px 15px;
}
.mobile #quality h2 {
  display: block;
  background-image: url("../img/top/quality_title@2x.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 142px;
  height: 32px;
  background-size: 142px auto;
  overflow: hidden;
  font-size: 0;
  text-indent: 100%;
  white-space: nowrap;
  outline: none;
  margin: 0 auto;
}
.mobile #quality ul li {
  margin-top: 15px;
}
.mobile #quality ul li a {
  position: relative;
  display: block;
  padding-bottom: 15px;
  background-color: #ede5d9;
}
.mobile #quality ul li a:link, .mobile #quality ul li a:visited, .mobile #quality ul li a:hover, .mobile #quality ul li a:active {
  color: #333;
  text-decoration: none;
}
.mobile #quality ul li a:hover {
  color: #333;
  text-decoration: none;
}
.mobile #quality ul li a h3 {
  margin: 19px auto 0;
}
.mobile #quality ul li a p {
  margin-top: 7px;
  font-size: 12px;
  text-align: center;
}
.mobile #quality ul li a::before {
  content: '';
  position: absolute;
  right: 15px;
  bottom: 42px;
  width: 9px;
  height: 14px;
  background: url("/img/common/icn_arw02@2x.png") 0 0 no-repeat;
  background-size: 9px auto;
}
.mobile #quality ul li.item1 h3 {
  display: block;
  background-image: url("../img/top/quality_txt1@2x.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 103px;
  height: 24px;
  background-size: 103px auto;
  overflow: hidden;
  font-size: 0;
  text-indent: 100%;
  white-space: nowrap;
  outline: none;
}
.mobile #quality ul li.item2 h3 {
  display: block;
  background-image: url("../img/top/quality_txt2@2x.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 123px;
  height: 24px;
  background-size: 123px auto;
  overflow: hidden;
  font-size: 0;
  text-indent: 100%;
  white-space: nowrap;
  outline: none;
}
.mobile #quality ul li.item3 h3 {
  display: block;
  background-image: url("../img/top/quality_txt3@2x.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 57px;
  height: 24px;
  background-size: 57px auto;
  overflow: hidden;
  font-size: 0;
  text-indent: 100%;
  white-space: nowrap;
  outline: none;
}
/* .mobile #quality ul li.item4 h3 {
  display: block;
  background-image: url("../img/top/quality_txt4@2x.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 51px;
  height: 24px;
  background-size: 51px auto;
  overflow: hidden;
  font-size: 0;
  text-indent: 100%;
  white-space: nowrap;
  outline: none;
} */

.other #about,
.tablet #about {
  height: 350px;
  padding-top: 78px;
  background: url("/img/top/about_bg.jpg") 50% 0 no-repeat;
}
.other #about h2,
.tablet #about h2 {
  display: block;
  background-image: url("/img/top/about_title.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 165px;
  height: 45px;
  overflow: hidden;
  font-size: 0;
  text-indent: 100%;
  white-space: nowrap;
  outline: none;
  margin: 0 auto;
}
.other #about p,
.tablet #about p {
  margin: 25px auto 0;
  font-size: 1.14286em;
  font-weight: bold;
  text-align: center;
}
.other #about .btn a,
.tablet #about .btn a {
  margin: 28px auto 0;
  display: block;
  background-image: url("/img/top/about_btn.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 180px;
  height: 40px;
  overflow: hidden;
  font-size: 0;
  text-indent: 100%;
  white-space: nowrap;
  outline: none;
}
.other #about .btn a span,
.tablet #about .btn a span {
  display: block;
  background-image: url("/img/top/about_btn_o.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 180px;
  height: 40px;
  overflow: hidden;
  font-size: 0;
  text-indent: 100%;
  white-space: nowrap;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  transition: opacity 0.25s ease-in-out 0s;
}
.other #about .btn a:hover span,
.tablet #about .btn a:hover span {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

.other #interview .btn {
  margin-top: 2.5em;
}

.other #interview .btn a {
  width: 245px;
  text-indent: 10px;
  display: block;
  padding: .75em 0;
  margin: auto;
  border: 1px solid #b7183f;
  background: #fff;
  position: relative;
  -webkit-transition: .4s;
  transition: .4s;
}

.other #interview .btn a:before {
  content: "";
  width: 0.5em;
  height: 0.5em;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  border-top: 1px solid #b7183f;
  border-right: 1px solid #b7183f;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 1em;
  border-width: 1px;
  -webkit-transition: .4s;
  transition: .4s;
}

.other #interview .btn a:hover {
  background: #b7183f;
  color: #fff;
}

.other #interview .btn a:hover:before {
  border-color: #fff;
}


.mobile #about {
  /* height: 190px; */
  padding-top: 30px;
  padding-bottom: 30px;
  background: url("/img/top/about_bg@2x.jpg") 50% 0 no-repeat;
  background-size: cover;
}
.mobile #about h2 {
  display: block;
  background-image: url("/img/top/about_title@2x.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 100px;
  height: 30px;
  background-size: 100px auto;
  overflow: hidden;
  font-size: 0;
  text-indent: 100%;
  white-space: nowrap;
  outline: none;
  margin: 0 auto;
}
.mobile #about p {
  margin: 10px auto 0;
  font-size: 12px;
  text-align: center;
}
/* .mobile #about .btn a {
  margin: 13px auto 0;
  display: block;
}
.mobile #about .btn a span {
  margin: 0 auto;
  display: block;
  background-image: url("/img/top/about_btn@2x.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 120px;
  height: 30px;
  background-size: 120px auto;
  overflow: hidden;
  font-size: 0;
  text-indent: 100%;
  white-space: nowrap;
  outline: none;
} */

.other .column2,
.tablet .column2 {
  padding: 50px 0;
  background-color: #fff;
}
.other .column2 .grid,
.tablet .column2 .grid {
  width: 500px;
}
.other .column2 .facebook,
.tablet .column2 .facebook {
  float: left;
}
.other .column2 #news,
.tablet .column2 #news {
  float: right;
  min-height: 400px;
  padding: 29px 20px 20px;
  background-color: #fcfaf7;
}
.other .column2 #news h2,
.tablet .column2 #news h2 {
  padding: 0 0 20px 10px;
  border-bottom: 1px solid #ece4d9;
}
.other .column2 #news h2 span,
.tablet .column2 #news h2 span {
  display: block;
  background-image: url("/img/top/news_title.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 78px;
  height: 18px;
  overflow: hidden;
  font-size: 0;
  text-indent: 100%;
  white-space: nowrap;
  outline: none;
}
.other .column2 #news dl,
.tablet .column2 #news dl {
  padding: 17px 0 18px 10px;
  background: url("/img/common/dotline01.png") 0 100% repeat-x;
}
.other .column2 #news dl:before, .other .column2 #news dl:after,
.tablet .column2 #news dl:before,
.tablet .column2 #news dl:after {
  content: "";
  display: table;
}
.other .column2 #news dl:after,
.tablet .column2 #news dl:after {
  clear: both;
}
.other .column2 #news dl dt,
.tablet .column2 #news dl dt {
  float: left;
  width: 100px;
  padding-left: 16px;
  background: url("/img/common/icn_arw02.png") 0 5px no-repeat;
}
.other .column2 #news dl dd,
.tablet .column2 #news dl dd {
  overflow: hidden;
  color: #b71c21;
}

.mobile .column2 #news {
  padding: 20px 10px 15px;
  background-color: #fcfaf7;
}
.mobile .column2 #news h2 {
  padding-bottom: 14px;
  border-bottom: 1px solid #ece4d9;
}
.mobile .column2 #news h2 span {
  margin: 0 auto;
  display: block;
  background-image: url("/img/top/news_title@2x.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 50px;
  height: 11px;
  background-size: 50px auto;
  overflow: hidden;
  font-size: 0;
  text-indent: 100%;
  white-space: nowrap;
  outline: none;
}
.mobile .column2 #news dl {
  padding: 7px 0;
  background: url("/img/common/dotline01@2x.png") 0 100% repeat-x;
  background-size: 3px auto;
}
.mobile .column2 #news dl:before, .mobile .column2 #news dl:after {
  content: "";
  display: table;
}
.mobile .column2 #news dl:after {
  clear: both;
}
.mobile .column2 #news dl:last-child {
  background-image: none;
}
.mobile .column2 #news dl dt {
  float: left;
  width: 65px;
  padding-left: 8px;
  background: url("/img/common/icn_arw03@2x.png") 0 3px no-repeat;
  background-size: 4px auto;
  font-size: 10px;
}
.mobile .column2 #news dl dd {
  overflow: hidden;
  color: #b71c21;
  font-size: 10px;
}
.mobile .column2 .facebook {
  height: 440px;
  padding: 20px 0;
  background-color: #fff;
}
.mobile .column2 .facebook .facebook-inner {
  width: 300px;
  height: 440px;
  margin: 0 auto;
}
