@charset "UTF-8";


/* ==========================================================

title : Leader navi
scope : インタビューページ 共通

memo :

last modify : 2019/06/04 000_matsuzumi 会社概要のアコーディオン追加

2018/09/11 XXX_oomori #14797_公式サイトリンクボタン追加対応
2018/02/22 156_goto フォント指定変更
2017/11/21 156_goto 新規

========================================================== */

/* --------------------------------------------- */
/* ▼ モバイルファースト (全環境に共通のデザイン) */
/* --------------------------------------------- */

/*-------------------------------------------
site_header
-------------------------------------------*/

.site_header {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.ttl_site_sub {
  text-align: left;
  padding-left: 0;
}

.top_info {
  position: relative;
  background: none;
}

.info_data {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  position: relative;
  text-align: left;
}

.info_data .fa_cate {
  -webkit-order: 2;
  order: 2;
  margin: -0.938em 0 0 0.938em;
  padding: 0;
  position: relative;
  top: 50%;
  -webkit-transform: translate(0, calc(-50% - 0.938em));
  transform: translate(0, calc(-50% - 0.938em));
}

.info_data .fa_cate .cate {
  background: #a8844a;
  box-sizing: border-box;
  color: #fff;
  font-size: 0.875rem;
  display: inline;
  margin: 0;
  padding: 0.428em;
}

.info_data .pr_lead {
  background: url("../image-cmn/bg-def-box.png") repeat center center;
  color: #966d3b;
  -webkit-order: 0;
  order: 0;
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-feature-settings: "palt" 1;
  -webkit-font-feature-settings: 'palt' 1;
  font-size: 1.5625rem;
  font-weight: 800;
  line-height: 1.3;
  margin: 0;
  padding: 0.4em;
  text-align: left;
}
@media all and (-ms-high-contrast:none) {
  .info_data .pr_lead {
    font-family: "ＭＳ Ｐ明朝", "MS PMincho", serif;
  }
}
.info_data .pr_lead br.nonbreaking {
  display: none;
}

.info_data .ttl_member {
  background: url("../image-cmn/bg-black.png") repeat center center;
  font-weight: 800;
  -webkit-order: 3;
  order: 3;
  margin: 0;
  padding: 1rem;
  color: #fff;
}

.info_data .ttl_member .company_name,
.info_data .ttl_member .biz_ttl,
.info_data .ttl_member .leader_name {
  display: inline-block;
  padding: 0.375em;
}

.info_data .ttl_member .biz_ttl,
.info_data .ttl_member .company_name {
  padding-right: 1em;
}

.mainvisual {
  width: 100%;
  height: 18.125em;
  -webkit-order: 1;
  order: 1;
}

.mainvisual img {
  width: 100%;
  height: 18.125em;
  object-fit: cover;
}



/*-------------------------------------------
コンテンツメニュー ページ内アンカーリンク
-------------------------------------------*/

.menubox {
  /*  margin-top: 0.15em;*/
  text-align: center;
  width: 100%;
}

.menubox dt {
  background: #a8834a;
  background: -webkit-linear-gradient(top, #a8834a 0%, #a17b43 47%, #99713b 50%, #ad7c3e 100%);
  background: linear-gradient(to bottom, #a8834a 0%, #a17b43 47%, #99713b 50%, #ad7c3e 100%);
  box-shadow: 0 0.25em 0.5em 0 rgba(0, 20, 30, 0.2);
  color: #fff;
  cursor: pointer;
  font-size: 0.938rem;
  font-weight: 800;
  height: 2.9em;
  line-height: 2.9em;
  padding: 0;
  text-align: center;
}

.menubox dt > span {
  display: inline-block;
  height: 2.5em;
  position: relative;
}

.menubox dt > span:before {
  background: url("/image-cmn/ico-interview-menu.png") no-repeat center center;
  background-size: 1.125em 1.125em;
  content: "";
  display: block;
  height: 1.125em;
  left: -2em;
  margin: auto;
  position: absolute;
  top: 0.875em;
  width: 1.125em;
}

.menubox dt > span:after {
  background: url("/image-cmn/ico-tgl-arrow.png") no-repeat 0 center;
  background-size: 0.75em auto;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  right: -2em;
  top: 0.25em;
  width: 0.75em;
  z-index: 10;
}

.menubox.active dt > span:after {
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
}

.menubox dd {
  background: #cfb78a;
  box-shadow: 0 0.25em 0.5em 0 rgba(0, 20, 30, 0.2);
  padding: 1.25em 1.25em;
}

.menu_lst {
  background: #fff;
  border-radius: 0.3125em;
  text-align: left;
}

.menu_lst li a {
  color: #966d3b;
  display: block;
  font-feature-settings: "palt" 1;
  -webkit-font-feature-settings: 'palt' 1;
  padding: 0.813em 0.813em 0.813em 2.5em;
  position: relative;
  line-height: 1.2;
  margin: 0 0.938em;
  text-decoration: none;
}

.menu_lst li + li a {
  border-top: 1px solid #cfb78a;
}

.menu_lst a:before {
  background: url("/image-cmn/ico-pagelnk.png") center center no-repeat;
  background-size: 1.25em 1.25em;
  bottom: 0;
  content: "";
  display: block;
  left: 0.625em;
  position: absolute;
  top: 0;
  width: 1.25em;
}

.menu_data {
  display: none;
}

.menubox.active .menu_data {
  animation: fadeIN 1s ease 0s 1 alternate;
  display: block;
  height: auto;
  -webkit-animation: fadeIN 1s ease 0s 1 alternate;
}

@keyframes fadeIN {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}

@-webkit-keyframes fadeIN {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}

.btn_menu_close {
  background: #a8834a;
  background: -webkit-linear-gradient(top, #a8834a 0%, #a17b43 47%, #99713b 50%, #ad7c3e 100%);
  background: linear-gradient(to bottom, #a8834a 0%, #a17b43 47%, #99713b 50%, #ad7c3e 100%);
  border-radius: 0.1875em;
  box-shadow: 0 0.25em 0.25em rgba(60, 34, 34, 0.4);
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 1rem;
  height: 2.5em;
  line-height: 1;
  margin-top: 1.25em;
  padding: 0.75em 0 0.75em 1.5em;
  position: relative;
  text-align: left;
  vertical-align: baseline;
  width: 7.5em;
  min-width: 7.5em;
}

.btn_menu_close:after {
  background: url("/image-cmn/ico-tgl-arrow.png") no-repeat 0 center;
  background-size: 0.75em auto;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  right: 1.5em;
  top: 0;
  width: 0.75em;
  z-index: 10;
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
}

.interview_box {
  background: url("../image-cmn/bg-interview.png") repeat center center;
  border: 1px solid #923a1d;
  border-left: none;
  border-right: none;
  margin: 0 auto;
  padding: 1.876em 0 0;
}

.entry {
  margin: 0 auto 0;
  padding-top: 1.876em;
  position: relative;
}

.ttl_main + .entry {
  padding-top: 1.25em;
}

.headline {
  background: #a8844a;
  color: #fff;
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-feature-settings: "palt" 1;
  -webkit-font-feature-settings: 'palt' 1;
  font-weight: 800;
  font-size: 1.5625rem;
  line-height: 1.4;
  margin: 0;
  padding: 0.6em;
}
@media all and (-ms-high-contrast:none) {
  .headline {
    font-family: "ＭＳ Ｐ明朝", "MS PMincho", serif;
  }
}

.headline .row {
  display: inline;
}

.headline.sp_nonbreaking .row {
  display: inline;
}

.img_entry {
  margin: 0.938em 0.938em 0;
}

.qabox {
  border-bottom: 1px solid #9d4e30;
  padding-bottom: 1.876em;
}

.qabox .inbox > section + section {
  margin-top: 1.5em;
}

.no_image .qabox {
  margin: 0.938em 0.938em 0;
}

.entry:last-child .qabox {
  border-bottom: none;
}

.qabox .inbox {
  background: url("../image-cmn/bg-qabox.png") repeat center center;
  margin: 0 0.938em;
  padding: 1.25em;
}

.qabox .inbox p {
  font-feature-settings: "palt" 1;
  -webkit-font-feature-settings: 'palt' 1;
  letter-spacing: 0.06em;
  line-height: 1.5;
  margin: 0;
  padding: 0.5em 0 0;
}

.qabox .inbox p > a{
  color: #0000fe;
}

.ttl_q {
  box-sizing: border-box;
  color: #966d3b;
  font-size: 1.125rem;
  font-weight: 800;
  line-height: 1.4;
  margin: -0.2em 0 0;
  padding: 0 0 0 1em;
  position: relative;
  vertical-align: top;
}

.ttl_q:before {
  background: #c69d62;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0.2em;
  height: -webkit-calc(100% - 0.4em);
  height: calc(100% - 0.4em);
  width: 0.29em;
  z-index: 5;
}

#company_data {
  background: url("../image-cmn/bg-black.png") repeat center center;
  color: #fff;
  margin: 1.875em 0.938em 0;
  padding: 0.625em;
  position: relative;
}

#company_data .inner {
  border-image: url("../image-cmn/bg-border-info-data.png") 1 round;
  border-style: solid;
  border-width: 1px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  padding: 1.25em;
  position: relative;
  text-align: left;
}

#company_data .inner:before {
  background: url("../image-cmn/img-box-deco-l.png") no-repeat 0 0, url("../image-cmn/img-box-deco-r.png") no-repeat right 0;
  background-size: 1.125em 1.125em, 1.125em 1.125em;
  content: "";
  display: block;
  height: 1.125em;
  margin: 0 auto;
  position: absolute;
  left: -1px;
  right: -1px;
  top: -1px;
  z-index: 5;
}

#company_data .inner:after {
  background: url("../image-cmn/img-box-deco-l.png") no-repeat 0 0, url("../image-cmn/img-box-deco-r.png") no-repeat right 0;
  background-size: 1.125em 1.125em, 1.125em 1.125em;
  bottom: 0.625em;
  content: "";
  display: block;
  height: 1.125em;
  margin: 0 auto;
  position: absolute;
  left: -1px;
  right: -1px;
  bottom: -1px;
  transform: rotate( 180deg);
  -webkit-transform: rotate( 180deg);
  z-index: 5;
}


.img_company_data {
  margin: 0 0 1.25em;
  -webkit-order: 0;
  order: 0;
}

.img_company_data img {
  height: 12.8125em;
  object-fit: cover;
  width: 18em;
}

#company_data p {
  margin: 0;
}

.ttl_company {
  background: url("../image-cmn/ico-ttl-company.png") no-repeat left 0.2em;
  background-size: 0.8em 1em;
  font-size: 1.25rem;
  line-height: 1.4;
  margin: 0;
  padding: 0 1.25em 0.2em;
  -webkit-order: 1;
  order: 1;
  vertical-align: text-top;
}

.company_lead {
  -webkit-order: 2;
  order: 2;
}

.company_disc {
  -webkit-order: 3;
  order: 3;
}
.company_disc li {
  font-size: 0.875rem;
  line-height: 1.6;
  margin: 1em 0 0;
  padding-left: 1em;
  text-indent: -1em;
}

#company_data .info {
  -webkit-order: 3;
  order: 3;
  padding: 1em 0 0;
}

#company_data .info dt,
#company_data .info dd {
  font-size: 0.875rem;
  line-height: 1.4;
  margin: 0;
  padding: 0;
}

#company_data .info dt + dd,
#company_data .info dd + dd {
  margin: 0.25em 0 0;
}

#company_data .company_address {
  margin: 1.25em 0 0;
}

#company_data .lnk_srch_dtl {
  margin: 1.25em auto;
  -webkit-order: 0;
  order: 0;
  width: 100%;
}

#company_data .lnk_srch_dtl a {
  letter-spacing: -0.05em;
  padding: 0.75em 0 0.75em 1em;
  position: inherit;
}

#company_data .btn_official_site.lnk_srch_dtl {
  margin: 0;
  text-align: center;
}

#company_data .btn_official_site.lnk_srch_dtl a {
  background: url(/image-cmn/ico-data-officialbtn.png) no-repeat 1.25em center / 1em auto, url(/image-cmn/bg-data-officialbtn.png) no-repeat 0 0 / cover;
  border: 1px solid #923a1d;
  box-sizing: border-box;
  height: auto;
  padding: 0.6875em 0 0.6875em 2.75em;
}

#company_data .btn {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-order: 4;
  order: 4;
  margin: 0 auto;
  text-align: center;
}

#company_data .att {
  font-size: 0.875rem;
  line-height: 1.4;
  margin: 0 auto;
  -webkit-order: 1;
  order: 1;
  padding-left: 1em;
  text-align: left;
  text-indent: -1em;
}

/* アコーディオン */
#company_data .groupbox{
  box-shadow: 0 0.25em 0.25em rgba(60, 34, 34, 0.4);
  box-sizing: border-box;
  color: #fff;
  display: inline-block;
  text-align: left;
  width: 100%;
  max-width: 100%;
}

#company_data .groupbox dt{
  background: #a8834a;
  background: -webkit-linear-gradient(top, #a8834a 0%, #a17b43 47%, #99713b 50%, #ad7c3e 100%);
  background: linear-gradient(to bottom, #a8834a 0%, #a17b43 47%, #99713b 50%, #ad7c3e 100%);
  border-radius: 0.1875em;
  color: #fff;
  display: inline-block;
  font-size: 1rem;
  line-height: 1;
  padding: 0.75em 0 0.75em 1em;
  position: relative;
  vertical-align: baseline;
  width: 100%;
}

#company_data .groupbox.js_open_box dt{
  border-radius: 0.1875em 0.1875em 0 0;
}

#company_data .groupbox dt .ico_arrow_r{
  position: absolute;
  right: 1em;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  top: 35.5%;
}

#company_data .groupbox.js_open_box dt .ico_arrow_r{
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

#company_data .groupbox dd{
  background: #fff;
  box-shadow: 0 0.25em 0.25em rgba(60, 34, 34, 0.4);
  border: solid 2px #a8793d;
  display: none;
  font-size: 0.94rem;
  margin-top: -2px;
  width: 100%;
}

#company_data .groupbox dt:hover{
  opacity: 1;
}

#company_data .groupbox dd a:hover{
  opacity: 1;
}

#company_data .groupbox .group_list li{
  border-bottom: solid 1px #a8793d;
  height: 3.5em;
}

#company_data .groupbox .group_list li:last-child{
  border-bottom: none;
}

#company_data .groupbox dd > .group_list> li > a{
  display: flex;
  color: #000;
  padding: .75em 2.2em .75em 1em;
  position: relative;
  width: 100%;
  height: 3.5em;
  align-items: center;
}

#company_data .groupbox dd a .ico_arrow_r{
  fill: #a8793d;
  position: absolute;
  top: 35.5%;
  right: 0.75em;
}

#company_data .company_lead {
  font-size: 0.875rem;
  line-height: 1.6;
}

#carrer_box,
#movie_box {
  border-bottom: 1px solid #923a1d;
  margin: 0;
  padding: 1.876em 0;
}

.tbl_carrer {
  background: url("/image-cmn/line-career-deco-l.png") no-repeat left top,
  url("/image-cmn/line-career-deco-r.png") no-repeat right top,
  url("/image-cmn/line-career-deco-l.png") no-repeat left bottom,
  url("/image-cmn/line-career-deco-r.png") no-repeat right bottom;
  background-size: 2.5em 0.625em, 2.5em 0.625em, 2.5em 0.625em, 2.5em 0.625em;
  border-collapse: collapse;
  color: #f9c990;
  line-height: 1.4;
  margin: 1.876em 0.875em 0;
  position: relative;
  text-align: left;
  width: auto;
}

.tbl_carrer tr + tr {
  background: url("/image-cmn/line-career-dotted.png") repeat-x center top;
  background-size: 10px 1px;
}

.tbl_carrer th {
  box-sizing: border-box;
  font-size: 0.875rem;
  font-weight: normal;
  padding: 1em 0;
  vertical-align: top;
  min-width: 8em;
}

.tbl_carrer td {
  box-sizing: border-box;
  font-size: 0.875rem;
  padding: 1em 1em 1em 0;
  vertical-align: top;
}

.tbl_carrer tr:nth-child(1) th,
.tbl_carrer tr:nth-child(1) td {
  padding-top: calc( 1em + 0.5em);
  padding-top: -web-kit-calc( 1em + 0.5em);
  ;
}

.tbl_carrer tr:last-child th,
.tbl_carrer tr:last-child td {
  padding-bottom: calc( 1em + 0.5em);
  padding-bottom: -web-kit-calc( 1em + 0.5em);
  ;
}

.tbl_carrer td p {
  margin: 0;
  padding: 0;
}

.tbl_carrer td p + p {
  margin-top: 0.5em;
}

.tbl_carrer:before {
  background: url("/image-cmn/line-career-deco-c.png") repeat-x center top;
  background-size: auto 0.625em;
  content: "";
  display: block;
  height: 0.625em;
  position: absolute;
  left: 2.4em;
  right: 2.4em;
  top: 0;
  z-index: 5;
}

.tbl_carrer:after {
  background: url("/image-cmn/line-career-deco-c.png") repeat-x center top;
  background-size: auto 0.625em;
  content: "";
  display: block;
  height: 0.625em;
  position: absolute;
  left: 2.4em;
  right: 2.4em;
  bottom: 0;
  z-index: 5;
}

.tbl_carrer .txt_col {
  display: inline-block;
  padding: 0 2em 0 0;
}

.tbl_carrer .txt_col + .txt_col {
  padding: 0;
}

.interview_disc {
  color: #fff;
  letter-spacing: -.05em;
  margin: 1em 0.875em 0;
  text-align: right;
}

.interview_date {
  color: #fff;
  margin: .5em 0.875em 0;
  text-align: right;
}

.movie_lst {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin: 0 0.875em;
  text-align: center;
}

.movie_lst .item {
  border-radius: 0.375em;
  margin-top: 1.25em;
  position: relative;
  overflow: hidden;
}

.movie_lst .item figure {
  border-radius: 0.375em;
  overflow: hidden;
}

.movie_lst .item figure:after {
  background: url("/image-cmn/btn-mov-play.png") no-repeat 0 0;
  background-size: 3.75em 3.75em;
  content: "";
  display: block;
  height: 3.75em;
  position: absolute;
  left: 50%;
  top: 40%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 3.75em;
  z-index: 3;
}

.movie_lst .item figure img {
  width: 100%;
  height: 12.125em;
  object-fit: cover;
}

.movie_lst .item figcaption {
  background: url("../image-cmn/bg-black.png") repeat center center;
  border-radius: 0 0 0.375em 0.375em;
  color: #f9c990;
  width: 100%;
  height: 2.75em;
  line-height: 2.75em;
  text-align: center;
}

.num {
  background: url("/image-cmn/bg-mov-num.png") no-repeat left top;
  background-size: cover;
  color: #fff;
  font-size: 1.25em;
  position: absolute;
  left: 0;
  text-align: center;
  top: 0;
  z-index: 2;
  width: 5.1em;
  height: 1.85em;
  line-height: 1.85em;
  text-indent: -0.4em;
}

/* #company_data .i_clinic */
#company_data.i_clinic .inner {
  padding: 1.25em;
}

/* ==========================================================
　レスポンシブ記述
========================================================== */

/* ------------------------------------ */
/* ▼ PC タブレット用 */
/* ------------------------------------ */

@media all and (min-width: 768px) {

#interview_menu {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 1.826em 0 0;
  z-index: 10;
  min-width: 25.75em;
}
.menubox {
  text-align: center;
  width: 26.25em;
}
.menu_data {
  margin: 1.826em 0 0;
  position: relative;
}
.menu_data:before {
  content: "";
  position: absolute;
  top: -1.876em;
  right: 25%;
  margin-left: -0.938em;
  border: 0.938em solid transparent;
  border-bottom: 0.938em solid #cfb78a;
}
.menubox dt {
  border-radius: 0.125em;
  margin: 0 1.25em 0 auto;
  padding: 0;
  width: 15.625em;
  height: 2.75em;
  z-index: 15;
}
.menubox dt:hover,
.btn_menu_close:hover {
  opacity: 1;
}
.interview_box {
  padding: 3.75em 0 0;
}
.entry {
  max-width: 900px;
  margin: 0 auto;
  padding-top: 3.75em;
}
.entry + .entry {
  padding-top: 3.75em;
}
.entry .img_entry {
  position: absolute;
  top: 3.75em;
  margin: 0;
  z-index: 0;
}
.ttl_main + .entry .img_entry {
  top: 1.25em;
}
.headline {
  background: none;
  font-size: 1.75rem;
  line-height: 1;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1;
}
.headline .row {
  background: #a8844a;
  display: inline-block;
  margin-bottom: 0.16em;
  padding: 0.32em 0.8em;
  white-space: nowrap;
}
.headline.sp_nonbreaking .row {
  display: inline-block;
}
.pc_rowbox {
  display: block;
  left: 0;
  max-width: 48%;
  position: absolute;
  text-align: left;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.qabox {
  border-bottom: 2px solid #9d4e30;
  margin: 0;
  padding-bottom: 3.75em;
  position: relative;
  z-index: 1;
}
.qabox .inbox {
  margin: 0;
  padding: 1.876em;
}
/* インタビュー_左_Lサイズ */
.type_l {
  min-height: 520px;
}
.type_l .img_entry {
  height: 520px;
  left: 0;
  width: 800px;
}

.type_l .headline {
  height: 464px;
}

.type_l .qabox {
  margin: 0;
}

.type_l .qabox .inbox {
  margin-left: 9.375em;
}

.type_l.r_adjust .pc_rowbox {
  left: auto;
  right: 100px;
  text-align: right;
  max-width: 410px;
}
.qabox .inbox p {
  line-height: 1.6;
}
/* インタビュー_左_Sサイズ */
.type_l.photo_s .img_entry {
  height: 480px;
  width: 700px;
}
.type_l.photo_s .headline {
  height: 364px;
  width: 100%;
}
.type_l.photo_s .pc_rowbox {
  left: auto;
  right: 0;
  text-align: right;
  width: 100%;
}
.type_l.photo_s .pc_rowbox.wide {
  max-width: 60%;
}
/* インタビュー_右 */
.type_r {
  min-height: 580px;
}

.type_r .img_entry {
  height: 580px;
  right: 0;
  width: 450px;
  object-fit: cover;
}

.type_r .img_entry {
  height: 580px;
  right: 0;
  width: 450px;
  object-fit: cover;
}

.type_r .pc_rowbox {
  position: relative;
  top: 0;
  transform: none;
}
.type_r .qabox {
  min-height: 536px;
}

.type_r .qabox .inbox {
  margin: 1.25em 23.75em 0 0;
}
/* インタビュー_センター */
.type_c {
  min-height: 410px;
}

.type_c .headline {
  height: 320px;
  left: 50%;
  width: 50%;
}
.type_c .qabox .inbox {
  margin: 0 4.6875em;
}
/* インタビュー_イメージなし */
.no_image .pc_rowbox {
  position: relative;
  top: 0;
  transform: none;
}
.no_image .qabox {
  margin: 1.25em 0 0;
}
.no_image.l_adjust .inbox {
  margin-right: 9.375em;
}
.no_image.r_adjust .pc_rowbox {
  left: auto;
  right: 0;
  text-align: right;
  max-width: inherit;
  width: 100%;
}
.no_image.r_adjust .inbox {
  margin-left: 9.375em;
}
.no_image.c_adjust .pc_rowbox {
  left: 75px;
  right: 75px;
  max-width: inherit;
  max-width: 80%;
}

.no_image.c_adjust .inbox {
  margin: 0 auto;
  width: 750px;
}

.ttl_site_sub {
  text-align: center;
  padding: 0.8em 0 0.3em 3.5em;
}
.top_infobox {
  background: #333631;
  margin: 0 auto;
}
.top_info {
  height: 460px;
  width: 100%;
  max-width: 1024px;
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: cover;
  margin: 0 auto;
}
.top_info_set {
  background: url("../image-cmn/bg-top-info-set.png") repeat center center;
  border: 2px solid #b9985c;
  box-shadow: 0 0 1.25em -0.3125em rgba(45, 37, 27, 0.6);
  bottom: 3.75em;
  padding: 0.3125em;
  position: absolute;
  width: 24.375em;
  z-index: 2;
}
.top_infobox.ver_l .top_info_set {
  left: 3.75em;
}
.top_infobox.ver_r .top_info_set {
  right: 3.75em;
}
.info_data {
  border-image: url("../image-cmn/bg-border-info-data.png") 1 round;
  border-style: solid;
  border-width: 1px;
  padding: 0.75em;
  position: relative;
  text-align: left;
}

.info_data:before {
  background: url("../image-cmn/img-box-deco-l.png") no-repeat 0 0, url("../image-cmn/img-box-deco-r.png") no-repeat right 0;
  background-size: 1.125em 1.125em, 1.125em 1.125em;
  content: "";
  display: block;
  height: 1.125em;
  margin: 0 auto;
  position: absolute;
  left: -1px;
  right: -1px;
  top: -1px;
  z-index: 5;
}
.info_data:after {
  background: url("../image-cmn/img-box-deco-l.png") no-repeat 0 0, url("../image-cmn/img-box-deco-r.png") no-repeat right 0;
  background-size: 1.125em 1.125em, 1.125em 1.125em;
  bottom: -1px;
  content: "";
  display: block;
  height: 1.125em;
  margin: 0 auto;
  position: absolute;
  left: -1px;
  right: -1px;
  transform: rotate( 180deg);
  -webkit-transform: rotate( 180deg);
  z-index: 5;
}
.info_data .pr_lead {
  background: none;
  font-size: 2rem;
  letter-spacing: 0.03em;
  padding: 0 0 0.625em 0;
}
.mainvisual {
  display: none;
}
.info_data .fa_cate {
  -webkit-order: 2;
  order: 2;
  margin: 0 0 0.5em;
  padding: 0;
  position: inherit;
  top: inherit;
  transform: none;
}

.info_data .fa_cate .cate {
  background: #a8844a;
  box-sizing: border-box;
  color: #fff;
  font-size: 0.875rem;
  display: inline-block;
  padding: 0.428em;
}
.info_data .ttl_member {
  background: none;
  color: #000;
  font-weight: 800;
  padding: 0;
}
.info_data .ttl_member .company_name {
  font-size: 1.25rem;
  width: 340px;
}
.info_data .ttl_member .biz_ttl,
.info_data .ttl_member .leader_name {
  font-size: 0.875rem;
  padding: 0;
}

.info_data .ttl_member .biz_ttl,
.info_data .ttl_member .leader_name {
  padding-left: 0.5em;
}
.info_data .ttl_member .leader_name {
  font-size: 1.25rem;
}

#company_data {
  margin: 3.75em auto 1.57em;
  padding: 0.625em;
  max-width: 900px;
}

#company_data .inner {
  border-image: url("../image-cmn/bg-border-info-data.png") 1 round;
  border-style: solid;
  border-width: 1px;
  display: block;
  padding: 1.25em 1.25em 6.5em 24.375em;
  position: relative;
  text-align: left;
  min-height: 23.375rem;
}

#company_data .groupbox{
  position: relative;
  width: 10.5em;
  max-width: 10.5em;
}
  
#company_data .groupbox dt{
  cursor: pointer;
  position: static;
}

#company_data .groupbox dt:hover{
  opacity: 0.9;
}

#company_data .groupbox dd{
  box-shadow: 0 0.85em 1.5em rgba(60, 34, 34, 1);
  position: absolute;
  z-index: 20;
}
  
#company_data .groupbox .group_list a:hover{
  opacity: 0.6;
}

#company_data .groupbox dt .ico_arrow_r{
  position: static;
}

.img_company_data {
  position: absolute;
  top: 1.25em;
  left: 1.25em;
}

.img_company_data img {
  height: 15.625em;
  object-fit: cover;
  width: 21.875em;
}

.ttl_company {
  margin: 0;
  -webkit-order: 0;
  order: 0;
  text-align: left;
}

#company_data p {
  margin: 0;
  -webkit-order: 1;
  order: 1;
}

#company_data .info {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 1em 0 0;
  padding: 0;
  position: static;
  bottom: auto;
  right: auto;
}

#company_data .info.interview01 {
  -webkit-flex-direction: row;
  flex-direction: row;
}

#company_data .company_address {
  margin: 0;
}

#company_data .lnk_srch_dtl {
  margin: 0;
  width: auto;
}

#company_data .btn_official_site.lnk_srch_dtl {
  margin: 0 0 0 .5em;
}

#company_data .btn {
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 1em auto 0;
  vertical-align: bottom;
}
  
#company_data .btn.btn_start{
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

#company_data .att {
  margin: 0 auto 0 1em;
}

#carrer_box,
#movie_box {
  padding: 3.75em 0;
}

.tbl_carrer {
  margin: 1.876em auto 0;
  position: relative;
  text-align: left;
  width: 46.875em;
}

.tbl_carrer th {
  font-size: 0.938rem;
  padding: 1em 0 1em 3em;
  width: 10em;
}
.tbl_carrer td {
  font-size: 0.938rem;
  padding: 1em 1em 1em 0;
}
.interview_disc {
  letter-spacing: normal;
  margin: 1em 4.6875em 0;
}
.interview_date {
  margin: .5em 4.6875em 0;
}

.movie_lst {
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 1.876em auto 0;
  width: 900px;
}
.movie_lst .item figure {
  width: 17.5em;
  height: 12.5em;
}
.movie_lst .item figure img {
  height: 9.75em;
}

/* #company_data .i_clinic */
#company_data.i_clinic {
  max-width: 490px;
}

#company_data.i_clinic .lnk_toppage_btm {
  margin-top: 2em;
  position: static;
}

#company_data.i_clinic .inner {
  padding: 1.25em 1.5em;
  min-height: 12.375rem;
}

}

/* ------------------------------------ */
/* ▼ PCのみ */
/* ------------------------------------ */

@media all and (min-width: 920px) {
.menubox dt:hover,
.btn_menu_close:hover,
.qabox .inbox p > a:hover{
  opacity: 0.8;
}
.menu_lst li a:hover {
  color: #98151c;
}
}

