@charset "utf-8";
/* CSS Document */
section {
	margin: 2em 0 10em;
}
.f-f {font-family: futura-pt, sans-serif;}
h3 {
	text-align: center;
	font-size: 3.2rem;
	font-weight: 800;
	margin: 0 0 1em;
}
h5 {
	font-family: yu-gothic-pr6n, sans-serif;
	margin: 0 0 10% 0;
}
h6 {
	font-family: yu-gothic-pr6n, sans-serif;
    font-size: 1.6rem;
    font-weight: 800;
    text-align: center;
    line-height: 1.6;
}
/*menu*/
.menu_area {
  width: 780px;
  margin: 0 auto 10em;
}
.onimg {
  width: calc(98% / 4);
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.onimg img {
  width: 100%;
  margin: 0;
}
.onimg p {
  color: #fff;
  width: 100%;
  height: 100%;
  margin: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(0,0,0,0.5);
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.onimg:hover p {
  opacity: 1; 
  transition:all 0.2s ease;
}
.on-text {
   text-align: center;
   font-size: 2.0rem;
	letter-spacing: 1px;
	line-height: 1.5;
	font-weight: 700;
}
.about--area {
    background: #fcdcc0;
    position: relative;
	padding: 5em 0;
}
.about--area--child {
	width: 540px;
    margin: 0 auto;
}
.about--text {
	font-size: 1.3rem;
	margin: 2em 0 4em;
}
.for-img {
	width: 200px;
    position: absolute;
    left: 43%;
    top: -26px;
}
.logo_ {
	width: 360px;
	display: block;
	margin: 0 auto 10px;
}
.sns_link_i {
	background: #111111;
    color: #fff;
    text-align: center;
    border-radius: 30px;
    font-size: 1.0rem;
    padding: 0px 6px;
    letter-spacing: 1px;
    display: inline-block;
	margin: 0 0 5px;
}
.sns_link {
	display: block;
	text-decoration: none;
	font-size: 1.4rem;
}
.mb_10 {margin-bottom: 10px;}
.item--area {
	width: 700px;
    margin: 0 auto;
}
.item--name p {
	font-size: 1.2rem;
	line-height: 1.6;
}
/*///*/
.section--caption {
  margin: 2rem auto 5rem;
  position: relative;
  font-size: 1.3rem;
	line-height: 1.8;
}
/*//comment/*/
.comment_area {
	width: 80%;
	margin: 0 auto 8em;
	position: relative;
    background: #e6e6e6;
    padding: 4em 0;
}
.comment_area_child {
	width: 76%;
	margin: 0 auto;
}
.comment_img {
	position: absolute;
    left: 42%;
    top: -13%;
    width: 84px;
}
.comment_title {
	font-family: futura-pt, sans-serif;
    text-align: center;
    font-size: 2.2rem;
    font-weight: 800;
    margin: 1.5em 0 1em;
    line-height: 1.2;
	letter-spacing: 1px;
}
.comment_cap {
	font-size: 1.3rem;
    margin: 0 0 2em;
}
.name__ {
	text-align: right;
}
/*//comment/*/
.caption--inner {
    width: 100%;
	margin: 0 auto;
    text-align: left;
}
.item--button {
  width: 102px;
  height: 44px;
  text-align: center;
  box-sizing: border-box;
  margin: 0;
  background: #000000;
}
.item--button a {
  font-size: 1.5rem;
  color: #ffffff;
  letter-spacing: .1em;
  line-height: 44px;
}
.flex {
	margin: 0px auto 11rem;
}
.flex img {
	width: 500px;
}
/*//interview/*/
.interview_area {
	width: 90%;
    margin: 0 auto;
}
.interview_wrapper {
	position: relative;
    margin-bottom: 45px;
    font-size: 1.3rem;
    width: 680px;
    margin: 0 auto 3em;
}
.interview_title {
	font-family: yu-gothic-pr6n, sans-serif;
    font-size: 1.8rem;
    font-weight: 800;
    text-align: center;
    line-height: 1.7;
    text-align: center;
    margin: 0 0 2em;
}
.interview_text {
  height: 235px;
  overflow: hidden;
}
.show_more {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 30px;
  padding-top: 60px;
	font-size: 1.5rem;
  font-family: futura-pt, sans-serif;
	font-weight: 700;
  text-align: center;
  line-height: 30px;
  background: linear-gradient(
    180deg,
    rgb(255, 255, 255, 0) 0%,
    rgb(255, 255, 255, 1) 70%
  );
  cursor: pointer;
  transition: bottom 0.2s;
}
.active {
  background: none;
  bottom: -30px;
}
.interview_img {
	width: 480px;
	margin: 10em auto;
	display: block;
}