@charset "UTF-8";

@font-face {
  font-family: 'helvetica_font';
  font-style: light;
  font-weight: 400;
  src: url(../fonts/NotoSansCJKjp-Light.otf) format('opentype');
}

@font-face {
  font-family: 'gothicbbb_font';
  font-style: light;
  font-weight: 400;
  src: url(../fonts/NotoSansCJKjp-Light.otf) format('opentype');
}

@font-face {
  font-family: 'kozuka_font';
  font-style: light;
  font-weight: 400;
  src: url(../fonts/NotoSansCJKjp-Light.otf) format('opentype');
}

@font-face {
  font-family: 'hiragino_font';
  font-style: light;
  font-weight: 400;
  src: url(../fonts/NotoSansCJKjp-Light.otf) format('opentype');
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal !important;
}

* img {
  vertical-align: bottom;
  line-height: 1;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.f-clrea {
  clear: both;
}

.t-center {
  text-align: center;
}

.t-left {
  text-align: left;
}

.t-right {
  text-align: right;
}

.need,
.attention {
  color: #ed8132;
}

.attention-alt {
  color: #ed8132;
}

.attention-alt {
  color: #d94236;
}

.copyright {
  letter-spacing: 1px;
}

.copyright td {
  white-space: nowrap;
}

.copyright .rights {
  font-family: ' Arial, Helvetica', 'sans-serif';
}

.copyright .link_policy {
  margin-left: 5em;
  font-family: 'ヒラギノ角ゴ Pro W3', Hiragino Kaku Gothic Pro, '游ゴシック',
    Yu Gothic, 'sans-serif';
}

@media screen and (max-width: 750px) {
  .copyright {
    font-size: 12px !important;
  }

  .copyright table {
    width: 100%;
  }

  .copyright .link_policy {
    margin-left: 0;
  }
}

.box_width_600 {
  width: 600px;
}

.box_width_605 {
  width: 605px;
}

.box_width_610 {
  width: 610px;
}

.box_width_615 {
  width: 615px;
}

.box_width_620 {
  width: 620px;
}

.box_width_625 {
  width: 625px;
}

.box_width_630 {
  width: 630px;
}

.box_width_635 {
  width: 635px;
}

.box_width_640 {
  width: 640px;
}

.box_width_645 {
  width: 645px;
}

.box_width_650 {
  width: 650px;
}

.box_width_655 {
  width: 655px;
}

.box_width_660 {
  width: 660px;
}

.box_width_665 {
  width: 665px;
}

.box_width_670 {
  width: 670px;
}

.box_width_675 {
  width: 675px;
}

.box_width_680 {
  width: 680px;
}

.box_width_685 {
  width: 685px;
}

.box_width_690 {
  width: 690px;
}

.box_width_695 {
  width: 695px;
}

.box_width_700 {
  width: 700px;
}

.box_width_705 {
  width: 705px;
}

.box_width_710 {
  width: 710px;
}

.box_width_715 {
  width: 715px;
}

.box_width_720 {
  width: 720px;
}

.box_width_725 {
  width: 725px;
}

a {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

a:hover {
  color: #f8bd01 !important;
}

a img {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

a img:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.button {
  border-radius: 5px;
  -webkit--webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.button a {
  color: #fff !important;
}

.button:hover {
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  background: #7a7473 !important;
}

.logo:hover {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.common_title {
  margin-bottom: 140px;
  font-size: 24px;
  margin-left: 0 !important;
}

.common_title2 {
  margin-bottom: 70px;
  font-size: 24px;
  margin-left: 0 !important;
}

.helvetica_font {
  font-family: 'helvetica_font';
}

.gothicbbb_font {
  font-family: 'gothicbbb_font';
}

.kozuka_font {
  font-family: 'kozuka_font';
}

.bg_type2 {
  background: #f8bd01 !important;
}

.flex_box {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
}

.display_sp {
  display: none !important;
}

.display_pc {
  display: block !important;
}

@media screen and (max-width: 750px) {
  .display_sp {
    display: block !important;
  }

  .display_pc {
    display: none !important;
  }
}

#houjin-button {
  background: #d9484b;
}

@media screen and (max-width: 750px) {
  .button {
    border-radius: 5px;
    -webkit--webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .sp_inner {
    margin: 0 30px 0;
  }

  .ttl_type1 {
    margin-bottom: 3em;
    font-size: 18pt;
  }

  .display_pc {
    display: none !important;
  }

  .display_sp {
    display: block !important;
  }

  .spacer-top .point span {
    width: 12px;
    height: 12px;
    background-color: #fabe00;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    position: absolute;
    top: 180px;
  }
}

#mainvisual {
  clear: left;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 80;
}

#mainvisual img {
  -webkit-animation-duration: 24s;
  animation-duration: 24s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  /*同上*/
}

#mainvisual img:first-child(1) {
  position: relative;
  width: 100%;
  height: auto;
}

#mainvisual img:nth-of-type(n + 2) {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: auto;
}

#mainvisual img:nth-child(4) {
  position: absolute;
}

#mainvisual img:nth-child(1) {
  -webkit-animation-name: slider;
  animation-name: slider;
  animation-delay: -3s;
}

#mainvisual img:nth-child(2) {
  -webkit-animation-name: slider;
  animation-name: slider;
  animation-delay: 5s;
  opacity: 0;
}

#mainvisual img:nth-child(3) {
  -webkit-animation-name: slider;
  animation-name: slider;
  animation-delay: 13s;
  opacity: 0;
}

@keyframes slider {
  0% {
    opacity: 0;
  }

  20.83% {
    opacity: 1;
  }

  33.33% {
    opacity: 1;
  }

  45.83% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@media screen and (min-width: 750px) {
  #global-menu {
    height: 100%;
  }

  .pc_nav_corporate {
    margin-top: 50px;
  }

  .pc_nav_corporate img {
    animation: fadeIn 3s ease 0s 1 normal;
    -webkit-animation: fadeIn 3s ease 0s 1 normal;
    margin-bottom: 15px;
  }

  @keyframes fadeIn {
    0% {
      opacity: 0;
    }

    40% {
      opacity: 0;
    }

    100% {
      opacity: 1;
    }
  }

  @-webkit-keyframes fadeIn {
    0% {
      opacity: 0;
    }

    40% {
      opacity: 0;
    }

    100% {
      opacity: 1;
    }
  }

  .menu-container-inner {
    position: relative;
  }

  #index .inner {
    margin-left: 330px !important;
  }

  .nav_menu {
    height: 15px;
  }

  .nav_menu .ico-svg {
    height: 15px;
    width: 192px;
    margin-left: -43px;
    padding: 0;
    vertical-align: top;
  }
}

@media screen and (min-width: 750px) {
  #index #global-footer {
    margin-left: -70px;
  }
}

@media screen and (max-width: 750px) {
  #mainvisual {
    margin-top: 80px;
    z-index: 1;
  }

  .header_box {
    height: 80px;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 20;
  }

  .droped {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 20;
    height: 160px !important;
    background: url(../img/common/bg_menu.png) top no-repeat !important;
    background-size: 100% auto !important;
  }

  #global-menu {
    padding: 0;
    background: none;
    z-index: 999;
  }

  #global-menu .logo {
    margin-top: 30px;
    margin-left: 30px;
  }

  .point {
    padding-left: 35px;
  }

  .menu-container {
    background: #fff;
    display: none;
  }

  .menu-container .menu {
    padding-right: 0;
    padding-left: 0;
    padding-top: 0px;
    padding-bottom: 30px;
  }

  .menu-container .menu li {
    margin-bottom: 50px;
  }

  #menu_inner_dot {
    padding-top: 50px;
  }

  #menu_inner_dot span {
    width: 12px;
    height: 12px;
    background-color: #fabe00;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    margin-left: -44px;
    display: block;
  }

  #sp_menu_inner {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    margin-right: 30px;
    padding: 0 30px;
  }

  #sp_menu_inner #nav_leftside,
  #sp_menu_inner #nav_rightside {
    width: 50%;
  }

  #sp_menu_inner #nav_leftside {
    padding-left: 50px !important;
  }

  #sp_menu_inner #nav_leftside .ico-svg {
    width: 65%;
    height: 35px;
  }

  #sp_menu_inner #nav_rightside {
    text-align: center !important;
  }

  #index #global-menu .point span {
    display: none;
  }
}

@media screen and (min-width: 750px) {
  .header_box {
    display: none !important;
  }
}

.news_type {
  padding: 4px 10px 3px 10px;
  font-size: 7pt;
  line-height: 7pt;
  color: #2d2d2d;
  line-height: 1 !important;
  font-family: Arial, Helvetica, 'sans-serif';
}

.ico_type_all {
  background: #e6e6e6;
}

.ico_type_news {
  background: #fdf8e7;
}

.ico_type_release {
  background: #f1f5eb;
}

.ico_type_story,
.ico_type_press,
.ico_type_media,
.ico_type_reports,
.ico_type_achievements {
  background: #eef1f8;
}

.selected {
  font-weight: bold;
}

#idx_news_list {
  padding: 140px 70px 140px 70px;
}

#idx_news_list .button,
.buttonMore {
  background: #f5f5f5;
  text-align: center;
  width: 156px;
  display: inline-block;
  line-height: 1;
  padding-top: 10px;
  padding-bottom: 11px;
}

#idx_news_list a:link {
  color: #000;
}

#idx_news_list .idx_news_thumbnail {
  width: 60px;
}

#idx_news_list .idx_news_thumbnail img {
  width: 60px;
}

#idx_news_list dt .post_day {
  display: inline-block;
  vertical-align: middle;
  padding-top: 3px;
  font-size: 0.7em;
}

.individual_news {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  margin-bottom: 40px;
  font-family: 'ヒラギノ角ゴ Pro W3', Hiragino Kaku Gothic Pro, '游ゴシック',
    Yu Gothic, 'sans-serif';
}

.individual_news dt {
  color: #7c7c7c !important;
  line-height: 1;
  margin-bottom: 0.5em;
}

.individual_news .idx_news_thumbnail {
  width: 50px;
  margin-right: 30px;
}

.individual_news .idx_news_thumbnail img {
  border: #dedede 1px solid;
  width: 100%;
}

@media screen and (max-width: 750px) {
  #idx_news_list {
    padding: 30px !important;
  }

  #idx_news_list .button {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  #idx_news_list .idx_news_summary dd {
    font-size: 0.9em;
    line-height: 1.5;
  }

  #idx_news_list .idx_news_thumbnail {
    width: 50px !important;
    margin-right: 20px !important;
  }

  #idx_news_list .idx_news_thumbnail img {
    width: 50px !important;
  }
}

.ttl_lifebeautiful {
  padding-bottom: 30px;
  margin-bottom: 38px;
  border-bottom: 1px solid #707070;
  margin-left: 0 !important;
}

#about_message_block .block_header_sp {
  display: none;
}

#about_message_block .block_header {
  background: url(../img/about/img_ceo.jpg) right top no-repeat;
  height: 270px;
  margin-bottom: 70px;
  position: relative;
}

#about_message_block .block_header h2 {
  position: absolute;
  bottom: 0;
  line-height: 1;
  margin: 0;
}

#ceo_name {
  text-align: right;
  margin-top: 1.3em;
  padding-top: 50px;
}

#ceo_name span {
  font-size: 1.2em;
}

#history-table {
  margin-bottom: 140px;
}

#history-table th,
#history-table td {
  vertical-align: top;
}

#history-table th {
  width: 45px;
  text-align: center;
  vertical-align: top;
  font-family: Arial, Helvetica, 'sans-serif';
  font-size: 14px;
  font-weight: bold;
  padding-top: 1px;
  background: url(../img/about/tate_line.png) center repeat-y;
  color: #444 !important;
}

#history-table th div {
  background: #fff;
  width: 45px;
  text-align: center;
}

#history-table td {
  padding-bottom: 45px;
  padding-left: 60px;
  font-size: 13px;
  line-height: 2.5;
}

#company_information_inner {
  width: 625px;
  padding-top: 110px;
}

#company_information_inner h3 {
  margin-bottom: 60px;
}

#company_information_inner div {
  margin-bottom: 60px;
}

#company_information_inner div dt {
  font-weight: bold;
  font-family: sans-serif;
  color: #444 !important;
}

#company_information_inner div dd {
  font-size: 13px;
}

.company_place {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  justify-content: space-between;
}

.company_place dl {
  width: 265px;
}

@media screen and (max-width: 750px) {
  #about_message_block .inner {
    padding-top: 0 !important;
  }

  #about_message_block .block_header {
    display: none;
  }

  #about_message_block .block_header_sp {
    display: block !important;
  }

  #about_message_block .block_header_sp h2 {
    margin: 2em 30px !important;
  }

  #about_message_block #ceo_name {
    padding-bottom: 20px;
  }

  #company_information_inner {
    padding-top: 60px;
    margin-left: 0;
    width: 100%;
  }

  #company_information_inner h3 {
    font-size: 1.3em;
    font-weight: bold !important;
  }

  #company_information_inner h3,
  #company_information_inner div {
    margin-bottom: 1.5em !important;
  }

  .company_place {
    display: grid;
  }

  .company_place dl {
    width: 100% !important;
  }

  #history-table th {
    padding-top: 0;
    line-height: 2.5;
  }

  #history-table td {
    padding-left: 30px !important;
    line-height: 1.7 !important;
    padding-top: 6px;
  }
}

.img_gloup {
  text-align: center;
  margin-top: 120px;
  margin-bottom: 40px;
}

.img_gloup img {
  width: 100%;
}

.img_gloup-sp {
  display: none;
}

.service_block {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  flex-direction: row-reverse;
  margin-bottom: 145px;
}

.service_block .service_icon {
  width: 210px;
}

.service_block .service_icon img {
  width: 130px !important;
  margin-left: 18px;
}

.service_block .service_contents {
  width: 510px;
}

.service_block .service_contents dt {
  font-weight: bold;
  margin-bottom: 25px;
  color: #444 !important;
  font-size: 16px;
}

#corp_feature dt {
  font-weight: bold;
  color: #444 !important;
}

#corp_feature dd {
  margin-bottom: 50px;
}

.pg_for_corp_block {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  justify-content: space-between;
  margin-bottom: 65px;
  width: 720px;
}

.pg_for_corp_block .button {
  background-color: #221815 !important;
  text-align: center;
  margin-top: 25px;
  color: #fff;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 13px;
}

.pg_for_corp_block .button:hover {
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  background: #7a7473 !important;
}

.pg_for_corp_block .button a {
  color: #fff;
}

.pg_for_corp_block .button a:hover {
  color: #fff !important;
}

.pg_for_corp_block .pg_for_corp_block_icon {
  width: 210px !important;
}

.pg_for_corp_block .pg_for_corp_block_contents {
  width: 475px;
}

.pg_for_corp_block .pg_for_corp_block_contents dt {
  font-weight: bold;
  color: #444 !important;
  font-size: 1.1em;
}

.pg_for_corp_block .pg_for_corp_block_contents .button {
  display: none;
}

#corp_contact .button {
  background: #f8bd01 !important;
  text-align: center;
  font-family: 'ヒラギノ角ゴ Pro W3', Hiragino Kaku Gothic Pro, '游ゴシック',
    Yu Gothic, 'sans-serif';
}

#corp_contact .button.button.bgGrey {
  background: #999999 !important;
  cursor: default;
  opacity: 0.6;
}

#corp_contact .button a:link {
  color: #fff !important;
}

@media screen and (max-width: 750px) {
  .img_gloup {
    border: none;
    background: url(../img/service/bg_group.png);
    margin-top: 5em !important;
    margin-bottom: 3em;
    display: none;
  }

  .img_gloup img {
    width: 90%;
  }

  .img_gloup-sp {
    margin-top: 60px;
    margin-bottom: 60px;
    width: 100%;
    display: block;
  }

  .img_gloup-sp img {
    width: 100%;
  }

  .service_block {
    display: grid;
    margin-bottom: 6em !important;
  }

  .service_icon {
    width: 100% !important;
    border: #bfbfbf 1px solid !important;
    text-align: center !important;
    padding-top: 35px;
    padding-bottom: 2em;
    margin-top: 35px !important;
  }

  .service_icon a {
    display: inline-block;
  }

  .service_icon a img {
    margin-top: 0 !important;
  }

  .service_icon img {
    margin-left: 0 !important;
  }

  .service_contents {
    width: 100% !important;
  }

  .service_contents dt {
    margin-bottom: 1em !important;
    margin-left: 0;
  }

  .pg_for_corp_block {
    display: grid;
    width: 100%;
    margin-bottom: 50px;
  }

  .pg_for_corp_block .pg_for_corp_block_icon {
    width: 220px !important;
    margin: auto !important;
    text-align: center;
  }

  .pg_for_corp_block .pg_for_corp_block_icon img {
    width: 100%;
  }

  .pg_for_corp_block .pg_for_corp_block_icon .button {
    display: none !important;
  }

  .pg_for_corp_block .pg_for_corp_block_contents {
    width: 100%;
  }

  .pg_for_corp_block .pg_for_corp_block_contents:first-child,
  .pg_for_corp_block .pg_for_corp_block_contents:nth-child(2) {
    margin-bottom: 90px;
  }

  .pg_for_corp_block .pg_for_corp_block_contents dt {
    font-weight: bold;
    padding-top: 30px;
  }

  .pg_for_corp_block .pg_for_corp_block_contents .button {
    display: block;
    width: 50%;
    margin-right: auto;
    margin-left: auto;
  }
}

.published_items ul {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 890px;
  margin-bottom: 140px;
}

.published_items ul li {
  width: calc((890px - 210px) / 4);
  width: -webkit-calc((890px - 210px) / 4);
  margin-bottom: 60px;
  margin-right: 70px;
}

.published_items ul li:nth-child(4n) {
  margin-right: 0;
}

.published_items ul li .book_thumb {
  margin-bottom: 30px;
}

.published_items ul li .book_type {
  color: #7c7c7c;
}

.published_items ul li .book_summary {
  font-size: 0.9em;
  line-height: 1.6;
  font-family: 'ヒラギノ角ゴ Pro W3', Hiragino Kaku Gothic Pro, '游ゴシック',
    Yu Gothic, 'sans-serif';
}

@media screen and (max-width: 750px) {
  .published_items ul {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
  }

  .published_items ul li {
    width: calc((100% - 30px) / 3);
    width: -webkit-calc((100% - 30px) / 3);
    margin-right: 15px !important;
  }

  .published_items ul li:nth-child(3n) {
    margin-right: 0 !important;
  }

  .published_items ul li .book_thumb {
    margin-bottom: 1em;
    line-height: 1;
  }
}

.visual_image_block {
  margin-bottom: 70px;
  line-height: 1;
}

#recruite_summary .flex_box {
  justify-content: space-between;
}

#recruite_summary .flex_box div:first-child {
  width: 430px;
}

#recruite_summary .flex_box div:last-child {
  width: 255px;
}

.job_type {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
}

.job_type.job_type-other {
  margin-top: 100px;
}

.job_type div {
  margin-right: 70px;
  width: 360px;
  justify-content: space-between;
}

#audition_scehdule .job_type div {
  margin-right: 0px;
  width: 100%;
}

.job_type div:last-child {
  margin-right: 0;
}

.job_type div dt {
  font-weight: bold;
  margin-bottom: 35px;
  line-height: 1;
}

.job_type div dl {
  border-bottom: #d2d2d2 1px solid;
  padding-bottom: 2em;
  margin-bottom: 2em;
}

.job_type div li {
  padding-left: 1em;
  text-indent: -1em;
}

#recruite_regular_employee .job_type dt img {
  margin-bottom: 40px;
}

#voice_employee_page #older_staff_voice {
  margin-top: -20px;
}

#older_staff_voice .border {
  border-right: #fabe00 1px solid;
  border-left: #fabe00 1px solid;
  border-bottom: #fabe00 1px solid;
  padding-bottom: 43px;
  padding-top: 42px;
}

#older_staff_voice .border ul {
  width: 625px;
  margin: auto;
}

#older_staff_voice .border ul li {
  width: calc((625px - 100px) / 3);
  width: -webkit-calc((625px - 100px) / 3);
  width: -moz-calc((625px - 100px) / 3);
  margin-right: 50px;
  line-height: 1.5;
  text-align: center;
  font-size: 0.8em;
  color: #fabe00;
}

#older_staff_voice .border ul li span {
  font-size: 1.3em;
}

#older_staff_voice .border ul li:last-child {
  margin-right: 0;
}

#older_staff_voice .border ul .staff_thumbnail {
  background: #f8bd01 !important;
  margin-bottom: 20px;
}

#older_staff_voice .border ul #selected {
  font-weight: normal;
}

#older_staff_voice .border ul #selected a:link,
#older_staff_voice .border ul #selected a:visited {
  color: #f8bd01 !important !important;
}

#older_staff_voice .border ul #selected img {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

#instructor_audition h2 {
  color: #fff;
  font-family: 'gothicbbb_font';
  font-size: 24px;
}

#instructor_audition .visual_image_block {
  margin-top: 70px;
  margin-bottom: 0 !important;
}

#instructor_audition .visual_image_block img {
  border-radius: 5px 5px 0 0;
}

#instructor_audition_inner {
  background: #fff;
  border-radius: 0 0 5px 5px;
}

#instructor_audition_inner .summary {
  padding: 30px 40px;
}

#instructor_audition_inner h3 {
  margin: 20px 40px 30px 40px;
  font-weight: bold !important;
  font-size: 1.1em;
}

#audition_scehdule {
  margin-right: 40px;
  margin-left: 40px;
}

#audition_scehdule table {
  background: #f2f2f2;
  width: 100%;
}

#audition_scehdule table th {
  padding: 20px 40px;
  white-space: nowrap;
  width: 2em;
}

#audition_scehdule table th div {
  display: inline-block;
  background: #221815 !important;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  color: #fff;
  text-align: center;
  line-height: 60px;
  vertical-align: middle;
}

#audition_scehdule table th div p {
  padding-left: 3px;
}

#audition_scehdule table td {
  padding: 20px 40px 20px 0;
}

#audition_scehdule table tr:nth-child(2n) {
  background: #fff;
}

#audition_scehdule table tr:nth-child(2n) div {
  background: #7a7473 !important;
}

#instructor_audition_voice .inner {
  background: #fff;
  border-radius: 0 0 5px 5px;
}

#audition_passed_voice {
  padding-bottom: 20px;
}

#audition_passed_voice ul {
  padding-right: 40px;
  padding-left: 40px;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 20px;
}

#audition_passed_voice ul li {
  width: calc((100% - 40px) / 2);
  width: -webkit-calc((100% - 40px) / 2);
  width: -moz-calc((100% - 40px) / 2);
  margin-bottom: 40px;
  line-height: 1;
  background: #f8bd01 !important;
}

#audition_passed_voice ul li:nth-child(2n) {
  margin-left: 40px;
}

#anoher_recruitment {
  margin-right: 40px;
  margin-left: 40px;
  margin-top: 45px;
}

#anoher_recruitment h4 {
  font-weight: bold !important;
  margin-bottom: 20px;
  font-size: 1.1em;
  color: #444 !important;
}

@media screen and (max-width: 750px) {
  #voice_employee_page {
    padding-top: 20px;
  }

  .visual_image_block {
    margin-bottom: 2.5em;
  }

  #recruite_summary .flex_box {
    display: grid !important;
    margin-bottom: 70px;
  }

  #recruite_summary .flex_box div {
    width: 100% !important;
  }

  .ba_oaudition {
    overflow: hidden;
    width: 100%;
  }

  .ba_oaudition p {
    padding-top: 4em;
    width: 100%;
  }

  .ba_oaudition p:nth-child(2) {
    margin-top: 60px;
  }

  .job_type {
    display: grid !important;
  }

  .job_type.job_type-other {
    margin-top: 0;
  }

  .job_type.job_type-other div dl {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .job_type div {
    width: 100% !important;
    margin: 0 !important;
    padding-bottom: 70px !important;
  }

  .job_type div dl {
    border: none;
  }

  .separate_border {
    border-top: #d2d2d2 1px solid;
    height: 1px;
    width: 40% !important;
    margin-right: auto !important;
    margin-left: auto !important;
    margin-top: 0;
    margin-bottom: 70px;
  }

  #older_staff_voice .border {
    padding-bottom: 10px;
    padding-top: 42px;
  }

  #older_staff_voice .border .flex_box {
    display: grid !important;
  }

  #older_staff_voice .border ul {
    width: 100% !important;
    margin: auto;
  }

  #older_staff_voice .border ul li {
    width: 100% !important;
    padding-right: 30px;
    padding-left: 30px;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 40px !important;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    align-items: flex-end;
  }

  #older_staff_voice .border ul li:last-child {
    margin-bottom: 30px !important;
  }

  #older_staff_voice .border ul li .staff_thumbnail {
    background: #f8bd01 !important;
    margin-right: 1em;
    margin-bottom: 0 !important;
    width: 40% !important;
  }

  #older_staff_voice .border ul li div {
    width: 40%;
  }

  #older_staff_voice .border ul li:last-child {
    margin-right: 0;
  }

  #instructor_audition .visual_image_block {
    margin-top: 2em;
    margin-bottom: 0 !important;
  }

  #instructor_audition_inner .summary {
    padding: 30px 25px;
  }

  #instructor_audition_inner h3 {
    margin-right: 25px !important;
    margin-left: 25px !important;
  }

  #audition_scehdule th {
    padding: 10px 25px !important;
  }

  #audition_scehdule td {
    padding: 25px 25px 25px 0 !important;
    font-size: 0.8em;
    line-height: 1.5;
  }

  #audition_passed_voice {
    padding-bottom: 25px;
  }

  #audition_passed_voice .flex_box {
    display: grid;
  }

  #audition_passed_voice ul {
    padding-right: 25px;
    padding-left: 25px;
    margin-top: 20px;
  }

  #audition_passed_voice ul li {
    width: 100%;
    margin: 0 0 25px 0 !important;
  }
}

.job_detail dl {
  padding-bottom: 90px;
  margin-bottom: 0;
  border-bottom: #767676 1px solid;
}

.job_detail dt {
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1;
}

.job_detail dd {
  margin-bottom: 55px;
  text-align: justify;
}

#instructor_recruit_detail_page .job_detail dl {
  border: none;
}

#instructor_recruit_detail_page #instructor_audition {
  padding-top: 110px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

#instructor_recruit_detail_page #instructor_audition .visual_image_block,
#instructor_recruit_detail_page #instructor_audition .summary,
#instructor_recruit_detail_page #instructor_audition h2 {
  display: none;
}

#instructor_recruit_detail_page #instructor_audition #instructor_audition_inner {
  border-radius: 5px;
  padding-top: 20px;
}

@media screen and (max-width: 750px) {

  #instructor_recruit_detail_page #instructor_audition,
  #voice_instructor_page #instructor_audition {
    padding-top: 70px !important;
  }

  #instructor_recruit_detail_page #instructor_audition_inner h3,
  #voice_instructor_page #instructor_audition_inner h3 {
    margin-top: 0;
  }
}

.voice_parent_block {
  border-right: #fabe00 1px solid;
  border-left: #fabe00 1px solid;
  padding: 50px 65px;
}

.voice_parent_block .float_left_image,
.voice_parent_block .float_right_image {
  width: 50%;
}

.voice_header {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  flex-direction: row-reverse;
}

.voice_header .staff_name {
  flex-grow: 2;
}

.voice_header .staff_name h2 {
  line-height: 3em;
  font-family: 'gothicbbb_font';
}

.voice_header .staff_name h2 span {
  font-size: 1.5em;
}

.voice_header .staff_photo {
  flex-grow: 1;
}

.employee_name {
  width: 286px;
}

#shinohara_fotter .bn_shinohara img,
#igarashi_fotter .bn_igarashi img,
#watanabe_fotter .bn_watanabe img {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

#voice_instructor_page .staff_name {
  width: 240px !important;
  margin-right: 70px;
}

#voice_instructor_page .staff_name h2 {
  padding-bottom: 70px;
  font-weight: bold !important;
  line-height: 1;
}

#voice_instructor_page #audition_passed_voice {
  width: calc(100% - 2px);
  border-right: #fabe00 1px solid;
  border-left: #fabe00 1px solid;
  border-bottom: #fabe00 1px solid;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

#voice_instructor_page .requirement {
  font-size: 0.9em !important;
}

#voice_instructor_page .requirement li {
  padding-left: 1em;
  text-indent: -1em;
}

#voice_instructor_page #instructor_audition {
  padding-top: 110px;
}

#voice_instructor_page #instructor_audition #instructor_audition_inner {
  border-radius: 5px;
  padding-top: 20px;
}

#voice_instructor_page #instructor_audition h2,
#voice_instructor_page #instructor_audition .visual_image_block,
#voice_instructor_page #instructor_audition .summary,
#voice_instructor_page #instructor_audition #audition_passed_voice {
  display: none;
}

#voice_instructor_page .float_left_image,
#voice_instructor_page .float_right_image {
  width: 40%;
}

.voice_main_contents article {
  margin-bottom: 80px;
}

.voice_main_contents article h3 {
  margin-bottom: 30px;
  font-weight: bold !important;
}

.voice_main_contents article .f-left {
  padding-right: 45px;
  padding-bottom: 40px;
}

.voice_main_contents article .f-right {
  padding-left: 45px;
  padding-bottom: 40px;
}

.voice_main_contents .float_left_image,
.voice_main_contents .float_right_image {
  margin-bottom: 35px;
  line-height: 1;
}

.voice_main_contents .float_left_image {
  float: left;
  margin-right: 35px;
}

.voice_main_contents .float_right_image {
  float: right;
  margin-left: 35px;
}

#miyabi_fotter .bn_miyabi img,
#rika_fotter .bn_rika img,
#yukari_fotter .bn_yukari img,
#chie_fotter .bn_chie img,
#kako_fotter .bn_kako img,
#hiroko_fotter .bn_hiroko img {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

@media screen and (max-width: 750px) {
  .voice_parent_block {
    padding-right: 30px !important;
    padding-left: 30px !important;
    margin: 0;
  }

  .voice_header {
    display: grid !important;
    padding: 0 !important;
    margin-right: 0;
    margin-left: 0;
  }

  .voice_header .staff_photo {
    margin-bottom: 45px;
  }

  .employee_name {
    width: 100% !important;
  }

  /*.voice_header{
      display: grid;
      width: 100%!important;
      .staff_name{
         margin-right: 0;
         width: 100%!important;
      }
      .staff_photo{
         margin-right: 0 !important;
         margin-left: 0 !important;
         margin-bottom: 45px;
         text-align: center;

      }
   }
   */
  .float_left_image,
  .float_right_image {
    float: none !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  #instructor_audition {
    padding-top: 0;
  }

  #instructor_audition .sp_inner {
    margin-right: 15px !important;
    margin-left: 15px !important;
  }

  #voice_instructor_page .staff_name {
    width: 100% !important;
  }

  #voice_instructor_page #audition_passed_voice {
    margin-left: 0;
    margin-right: 0;
    margin-top: -50px;
  }
}

#contents_news #idx_news_list {
  padding: 0 !important;
}

.select_news_type {
  width: 890px;
  margin-bottom: 140px;
}

.select_news_type .news_type_list {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  justify-content: flex-end;
}

.select_news_type .news_type_list li {
  margin-left: 20px;
}

.news_items ul {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 890px;
  font-family: 'ヒラギノ角ゴ Pro W3', Hiragino Kaku Gothic Pro, '游ゴシック',
    Yu Gothic, 'sans-serif';
}

.archivement_news_list .news_items ul li {
  width: calc((890px - 210px) / 4);
  margin-bottom: 0px;
  margin-right: 70px;
}

.news_items ul li {
  width: calc((890px - 210px) / 4);
  width: -webkit-calc((890px - 210px) / 4);
  margin-bottom: 70px;
  margin-right: 70px;
}

.news_items ul li:nth-child(4n) {
  margin-right: 0;
}

.news_items ul li .news_thumb {
  margin-bottom: 30px;
}

.news_items ul li .news_data {
  margin-bottom: 10px;
  color: #7c7c7c;
  justify-content: space-between;
  line-height: 1;
}

.news_items ul li .news_title {
  font-size: 0.9em;
  line-height: 1.6;
  font-family: 'ヒラギノ角ゴ Pro W3', Hiragino Kaku Gothic Pro, '游ゴシック',
    Yu Gothic, 'sans-serif';
}

.news_items ul li .post_day {
  margin-top: 15px;
  font-size: 0.9em;
}

.news_article_block {
  padding-bottom: 140px;
  margin-bottom: 140px;
  border-bottom: #767676 1px solid;
}

.news_header_image {
  margin-bottom: 70px;
}

.news_title {
  margin-bottom: 65px;
  position: relative;
  flex-direction: row-reverse;
  justify-content: space-between;
}

.news_title h1 {
  font-size: 1.7em;
  line-height: 1.6;
  padding-right: 5em;
}

.news_title .news_type {
  align-self: baseline;
  padding-top: 3px;
  position: absolute;
  right: 0;
  top: 0;
  line-height: 1.5;
}

@media screen and (max-width: 750px) {
  .select_news_type {
    width: 100% !important;
    margin-bottom: 75px;
    padding-left: 15px;
  }

  .news_items ul {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
  }

  .news_items ul li {
    width: calc((100% - 30px) / 3);
    width: -webkit-calc((100% - 30px) / 3);
    margin-right: 15px !important;
  }

  .news_items ul li:nth-child(3n) {
    margin-right: 0 !important;
  }

  .news_items ul li .news_thumb {
    margin-bottom: 1em;
    line-height: 1;
  }

  .news_title {
    position: static;
    font-size: 0.9em;
    line-height: 1.5;
  }

  .news_title h1 {
    padding-right: 0 !important;
    display: block;
    padding-top: 10px;
  }

  .news_title .news_data {
    display: grid !important;
  }

  .news_title .news_type {
    align-self: none;
    padding-top: 3px;
    position: relative;
  }
}

@media screen and (max-width: 599px) {
  .select_news_type {
    margin-bottom: 45px;
    padding-left: 0;
  }

  .select_news_type .news_type_list {
    /*width: 95%;*/
    margin-left: auto;
    margin-right: auto;
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .select_news_type .news_type_list li {
    margin-left: 0;
    margin-right: 5px;
  }

  .select_news_type .news_type_list li:last-child {
    margin-right: 0;
  }
}

.contact_service_block {
  padding-bottom: 70px;
  padding-top: 70px;
  margin-bottom: 100px;
  border-bottom: #767676 1px solid;
  line-height: 1;
}

.contact_service_block .contact_service_list {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}

.contact_service_block .contact_service_list li {
  width: calc((100% - 90px) / 3);
  width: -webkit-calc((100% - 90px) / 3);
  border: #a0a0a0 1px solid;
  text-align: center;
  padding: 30px 0;
  margin-bottom: 45px;
}

.contact_service_block .contact_service_list li.noborder {
  border: none;
}

.contact_service_block .contact_service_list li img {
  padding-top: 30px;
  width: 75%;
}

.contact_form_block {
  margin-top: 70px;
  font-family: 'ヒラギノ角ゴ Pro W3', Hiragino Kaku Gothic Pro, '游ゴシック',
    Yu Gothic, 'sans-serif';
}

.contact_form_block .button {
  background: #f8bd01 !important;
  color: #fff;
  margin-top: 70px;
}

.contact_form_block .button.bgGrey {
  background: #999999 !important;
  cursor: default;
  opacity: 0.6;
}

.contact_form_block .button.bgGrey {
  background: #999999 !important;
  cursor: default;
  opacity: 0.6;
}

.form_column {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.form_column .label_name {
  width: 260px;
  margin-bottom: 50px;
  font-weight: bold;
}

.form_column .form_parts {
  width: 460px;
  margin-bottom: 50px;
}

.form_column .form_parts input[type='text'],
.form_column .form_parts input[type='tel'],
.form_column .form_parts input[type='email'],
.form_column .form_parts textarea {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  border-radius: 3px;
  -webkit--webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border: #fae498 1px solid;
  height: 40px;
  padding-left: 1em;
  padding-right: 1em;
  width: calc(100% - 2em);
}

.form_column .form_parts input[type='text']:focus,
.form_column .form_parts input[type='tel']:focus,
.form_column .form_parts input[type='email']:focus,
.form_column .form_parts textarea:focus {
  border: #fabe00 1px solid !important;
  box-shadow: 0;
}

.form_column .form_parts textarea {
  height: 20em;
  padding-top: 1em;
}

.form_column .form_parts input[type='radio'] {
  display: none;
}

.form_column .form_parts .check_box {
  position: relative;
  padding: 0 0 0 2.5em;
}

.form_column .form_error {
  text-align: center;
  color: #ff0000;
  width: 100%;
  font-weight: bold;
  margin-top: 50px;
  margin-bottom: -50px;
}

.form_column button {
  border: none;
  width: 100%;
  font-size: 16px;
}

.form_column button:hover {
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  background: #7a7473 !important;
}

.check_box:hover:after {
  border-color: #fabe00;
}

.check_box:after,
.check_box:before {
  position: absolute;
  content: '';
  display: block;
  top: 50%;
}

.check_box:after {
  left: 0;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  border: 1px solid #fae498;
  border-radius: 50%;
}

.check_box:before {
  left: 3px;
  margin-top: -7px;
  width: 14px;
  height: 14px;
  background: #fabe00;
  border-radius: 50%;
  opacity: 0;
  filter: alpha(opacity=0);
  border: 1px solid #fabe00 !important;
}

input[type='radio']:checked+.check_box:before,
input[type='radio']:checked+.check_box:after {
  opacity: 1;
  filter: alpha(opacity=100);
  border: 1px solid #fabe00 !important;
}

@media screen and (max-width: 750px) {
  .contact_service_list li {
    width: calc((100% - 20px) / 2) !important;
    width: -webkit-calc((100% - 20px) / 2) !important;
  }

  .form_column {
    display: grid;
  }

  .form_column .label_name {
    margin-bottom: 10px;
  }

  .form_column .form_parts {
    width: 100%;
    margin-bottom: 25px;
  }
}

.property_conditions_block {
  padding-bottom: 70px;
  padding-top: 70px;
  margin-bottom: 100px;
  border-bottom: #767676 1px solid;
}

.property_conditions_block td>.area_title {
  display: inline-block;
  width: 50px;
}

.property_conditions_block h2 {
  font-size: 1.2em !important;
  font-weight: bold;
}

.property_conditions_block table th,
.property_conditions_block table td {
  line-height: 2.3em;
}

.property_conditions_block table th {
  vertical-align: top;
  white-space: nowrap;
}

.privacy_policy {
  margin-top: 70px;
}

.privacy_policy dt {
  font-weight: bold;
  margin-bottom: 1em;
}

.privacy_policy dd {
  margin-bottom: 90px;
}

.privacy_policy dd ul {
  margin-left: 2em;
}

.privacy_policy dd ul li {
  margin-top: 1em;
}

.sp_nav_corporate img {
  margin-bottom: 25px !important;
}

.bt_for_english {
  border: 1px solid #ccc;
  border-radius: 5px;
  -webkit--webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  width: 80%;
  margin: auto;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'sans-serif';
  line-height: 1;
  padding-top: 12px;
  padding-bottom: 10px;
  margin-top: 73px;
}

.bt_for_english a:link,
.bt_for_english a:visited {
  color: #747474 !important;
}

#english .inner {
  padding-bottom: 180px;
}

#english #about_message_block .block_header {
  background: none;
  padding-top: 85px;
  height: auto;
}

#english #about_message_block .block_header h1 {
  margin-top: 30px;
  padding-top: 70px;
}

#english #about_message_block .display_sp .block_header {
  display: block;
}

#english #about_history_block .about_history_summary {
  margin-bottom: 80px;
}

#english #about_history_block .about_history_summary p {
  margin-bottom: 20px;
}

#english .img_gloup {
  margin-top: 0 !important;
}

#english .service_list_summary {
  margin-bottom: 200px;
}

@media screen and (max-width: 750px) {
  #english .common_title {
    margin-bottom: 100px;
  }

  #english .inner {
    padding-bottom: 100px !important;
  }

  #english #about_lead_block {
    padding-top: 50px;
  }

  #english #about_message_block {
    margin-top: 30px;
  }

  #english #about_message_block .common_title1 {
    margin-top: 0px !important;
    margin-bottom: -20px;
  }

  #english #about_message_block #ceo_name {
    margin-top: -10px !important;
  }

  #english #about_history_block #history-table td {
    padding-bottom: 20px;
  }

  #english .service_list_summary {
    margin-bottom: 100px;
  }

  #english .service_list_summary .common_title2 {
    margin-top: 70px;
    margin-bottom: 60px;
  }

  #english .service_block .service_icon {
    margin-top: 25px !important;
  }
}

a.link_ul {
  text-decoration: underline;
}

a.link_ul:hover {
  text-decoration: none;
}