@charset "UTF-8";
/* CSS Document */
/*FontSize:
基準値：16px
10px	62.5%
11px	68.8%
12px	75%
13px	81.2%
14px	87.5%
15px	93.8%
16px	100%
17px	106.3%
18px	112.5%
19px	118.8%
20px	125%
21px	131.3%
22px	137.5%
23px	143.8%
24px	150%
25px	156.3%
26px	162.5%*/
/* -------------------------------------------

全体設定

 ---------------------------------------------------*/
/* -------------------------------------------

共通設定

 ---------------------------------------------------*/
/* header -----------------------------*/
/* footer -----------------------------*/
/* -------------------------------------------

TOPページ

 ---------------------------------------------------*/
/* MV -----------------------------*/
/* WORKS -----------------------------*/
/* ABOUT・RECRUIT -----------------------------*/
/* Instagram -----------------------------*/
/* -------------------------------------------

下層ページ

 ---------------------------------------------------*/
/* -------------------------------------------

事業紹介ページ

 ---------------------------------------------------*/
/* -------------------------------------------

事業紹介ページ下位-番組紹介モーダル

 ---------------------------------------------------*/
/* -------------------------------------------

スタッフ紹介ページ

 ---------------------------------------------------*/
/* -------------------------------------------

採用情報ページ

 ---------------------------------------------------*/
/* -------------------------------------------

会社情報ページ

 ---------------------------------------------------*/
/* -------------------------------------------

お問い合わせページ

 ---------------------------------------------------*/
/*** 個人情報保護方針モーダル ***/
/* -------------------------------------------

clearfix

 ---------------------------------------------------*/
/* -------------------------------------------

汎用

 ---------------------------------------------------*/
body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif !important;
  width: 100%;
  color: #fff;
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  line-height: 1.5;
  background: #000;
}

a {
  color: #fff;
  text-decoration: none;
  cursor: pointer !important;
}
a:hover {
  opacity: 0.6;
}

img {
  width: 100%;
  vertical-align: bottom;
}

input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0 !important;
  border: 0px;
  border: 0;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0 !important;
  border: 0px;
  border: 0;
}
select::-ms-expand {
  display: none;
}

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0 !important;
  border: 0px;
  border: 0;
}

input[type=radio] {
  display: none;
}

header {
  position: fixed;
  width: 100%;
  height: 80px;
  background: rgba(0, 0, 0, 0.75);
  z-index: 9997;
}

.logo {
  position: absolute;
  height: 80px;
}
.logo a {
  display: block;
  height: 100%;
}
.logo a img {
  width: auto;
  height: 100%;
}

.logo_smp {
  display: none;
}

.gnav {
  position: relative;
  left: 50%;
  float: left;
  height: 80px;
  line-height: 80px;
}
.gnav li {
  margin: 0 24px;
  position: relative;
  left: -50%;
  float: left;
}
.gnav li a {
  color: #fff;
  font-size: 87.5%;
}

.wrp-icon-insta {
  display: flex;
  align-items: center;
}
.wrp-icon-insta .icon {
  width: 26px;
  margin: 0 5px 0 0;
}
@media screen and (max-width: 480px) {
  .wrp-icon-insta .icon {
    width: 24px !important;
    margin: 0 5px 0 0;
  }
}

footer {
  position: relative;
}
footer small {
  display: block;
  font-size: 75%;
  font-weight: bold;
  text-align: center;
  padding: 38px 0;
}

.footer_inner {
  background: #a40001;
  overflow: hidden;
  padding: 68px 0;
}

.footer_address_area {
  position: relative;
  float: left;
  width: 50%;
}
.footer_address_area p {
  font-size: 87.5%;
  line-height: 1.6;
}

.footer_address_inner {
  position: absolute;
  right: 12%;
}

.logo_footer {
  display: block;
  width: 212px;
  margin-bottom: 35px;
}

.footer_link_area {
  position: relative;
  float: right;
  width: 50%;
  padding: 30px 0 0 8%;
  box-sizing: border-box;
}

.footer_menu {
  overflow: hidden;
}
.footer_menu a {
  float: left;
  font-size: 87.5%;
  margin-right: 28px;
}

.footer_sns {
  overflow: hidden;
  margin: 50px 0 0 0;
}
.footer_sns a {
  display: inline-block;
  width: 47px;
  margin: 0;
}

.btn_pagetop {
  position: absolute;
  top: 0;
  right: 6%;
  display: block;
  width: 60px;
}

.tit_top_cnt {
  font-size: 200%;
  font-weight: bold;
  text-align: center;
  line-height: 2;
  position: relative;
  padding-top: 20px;
}
.tit_top_cnt:before {
  content: "";
  width: 100px;
  height: 2px;
  position: absolute;
  right: 50%;
  top: 0;
  margin-right: -50px;
  background: linear-gradient(left, #840b00, #ff2a48);
}

.cap_top_cnt {
  font-size: 112.5%;
  font-weight: bold;
  text-align: center;
}

.btn_more {
  display: block;
  width: 204px;
  padding: 8px 0;
  border: 1px solid #fff;
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
}

.top_mv_area {
  position: relative;
}
.top_mv_area .slick-slider .slick-track {
  min-height: 100vh;
}
.top_mv_area .slick-slider .slick-list {
  min-height: 100vh;
}
.top_mv_area .slick-slider img {
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 100vh;
}

.tit_mv {
  position: absolute;
  max-width: 591px;
  z-index: 999;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

.slick-slider {
  margin-bottom: 0;
}

#top_works_area {
  padding: 54px 0 68px;
}

.slide_works {
  background: #292929;
  margin: 40px 0;
  padding: 50px 0;
}
.slide_works img {
  display: block;
  margin: 0 11px;
  border-radius: 50%;
  width: 100%;
  height: auto;
}

.top_2col_wrap {
  padding: 35px 24px;
  background: #fff;
}

.top_2col_box {
  float: left;
  text-align: center;
  width: 49.5%;
  margin: 0;
  color: #fff;
  position: relative;
  min-height: 400px;
}
.top_2col_box:first-child {
  margin-right: 1%;
}

#top_about_area {
  background: url(../images/bg_about.jpg) no-repeat center;
  background-size: cover;
}

#top_recruit_area {
  background: url(../images/bg_recruit.jpg) no-repeat center;
  background-size: cover;
}

.top_2col_box_inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

.tit_top_2col {
  font-size: 200%;
  font-weight: bold;
}

.cap_top_2col {
  font-size: 150%;
  font-weight: bold;
  margin: 10px 0 80px;
}

.btn_link {
  display: block;
  border: 1px solid #fff;
  width: 182px;
  padding: 8px 0;
}

#top_insta_area {
  padding: 54px 4% 68px;
  background: url(../images/bg_insta.jpg) no-repeat center;
  background-size: cover;
}

.insta_wrap {
  max-width: 1236px;
  margin: 5% auto 2%;
}

.top_insta_smp {
  display: none;
}

.page_header_inner {
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translateY(0) translateX(-50%);
  color: #fff;
}

.tit_page_header {
  font-size: 57px;
  font-weight: bold;
}

.cap_page_header {
  font-size: 23px;
  font-weight: bold;
}

.wrapper {
  position: relative;
  max-width: 1200px;
  margin: 0 auto 90px;
  padding: 0 5%;
}

.container {
  padding: 32px 0 0;
  color: #000;
  background: #fff;
}

.tit_page_cnt {
  position: relative;
  font-size: 175%;
  font-weight: bold;
  text-align: center;
  padding: 24px 0 0;
}
.tit_page_cnt:before {
  content: "";
  width: 70px;
  height: 2px;
  position: absolute;
  right: 50%;
  top: 0;
  margin-right: -35px;
  background: linear-gradient(left, #840b00, #ff2a48);
}

.cap_page_cnt {
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.2em;
}
.cap_page_cnt span {
  display: block;
  text-align: center;
  font-size: 87.5%;
  padding-top: 1%;
}

.icon_page_cnt {
  padding: 48px 0;
  text-align: center;
}
.icon_page_cnt img {
  width: 64px;
}

#business_page_header {
  max-width: 1200px;
  margin: 0 auto 0;
  padding: 0 5%;
}
#business_page_header .page_header_area {
  background: url(../images/business/top_business.jpg) no-repeat center bottom;
  background-size: 100%;
  padding-bottom: 58.7%;
  position: relative;
  text-align: center;
  letter-spacing: 0.2em;
}

.tit-line {
  background: #fff url(../images/common/bg01.png) 0 0 repeat;
  border-top: 1px solid #000;
  padding: 20px 0;
  text-align: center;
  font-weight: 600;
  font-size: 21px;
  position: relative;
}

.works_cnt {
  background: #fff url(../images/common/bg01.png) 0 0 repeat;
  margin: 0;
  padding: 40px 3% 1%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  justify-content: center;
  position: relative;
}

.works_cnt_box_caution {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #000;
  color: #fff;
  font-size: 14px;
  padding: 10px 20px;
}
.works_cnt_box_caution .fa-exclamation-circle {
  font-size: 100%;
  color: #ffe303;
}

.works_cnt_box {
  width: 234px;
  padding-bottom: 50px;
  margin: 0 40px 0 40px;
}
.works_cnt_box img {
  position: absolute;
  display: block;
  width: 100%;
}

.works_cnt_box_inner {
  width: 234px;
  height: 234px;
  overflow: hidden;
  border: 8px solid #000;
  background: #fff;
  border-radius: 117px;
  box-sizing: border-box;
  -ms-box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.1);
  position: relative;
}
.works_cnt_box_inner .fa-times-circle {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  color: #000;
  z-index: 10;
  font-size: 35px;
  bottom: 20px;
  line-height: 35px;
}

.bg-c {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ffffff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: #000;
  z-index: 9;
  font-size: 35px;
  bottom: 22px;
  line-height: 35px;
}

.works_name {
  padding-top: 6px;
  text-align: center;
  font-size: 87.5%;
  font-weight: bold;
  text-shadow: 0px 3px 0px rgba(0, 0, 0, 0.1);
}
.works_name .sub {
  font-size: 80%;
  font-weight: bold;
}

.m-box {
  width: 100%;
  color: #000;
}
.m-box h2 {
  text-align: center;
  font-weight: bold;
  font-size: 125%;
  margin-bottom: 1.5%;
}
.m-box h2 .sub {
  font-weight: bold;
  font-size: 70%;
}

.biz_works_logo {
  width: 200px;
  margin: 0 auto;
}

.biz_works_pg {
  margin: auto;
  max-width: 325px;
  width: 55%;
  text-align: center;
}
.biz_works_pg .works_tag {
  background: #000;
  min-width: 108px;
  padding: 0 2%;
  box-sizing: border-box;
}

.works_time {
  font-size: 87.5%;
}

.works_tag {
  display: inline-block;
  color: #fff;
  text-align: center;
  font-size: 87.5%;
  font-weight: bold;
  line-height: 1.6;
  margin: 2.5% 0 1.5% 0;
}

.biz_works_txt {
  border-top: 2px dotted #000;
  max-width: 660px;
  width: 67%;
  margin: 3% auto;
  padding: 3% 0;
  padding: 3% 0;
}
.biz_works_txt .works_tag {
  background: #000;
  width: 88px;
  margin-bottom: 2%;
}
.biz_works_txt p {
  font-size: 100%;
  line-height: 1.7;
}

.works_cnt_left_txt {
  background: #f2f2f2;
  color: #1a1a1a;
  padding: 3% 5% 6%;
}

#staff_page_header {
  max-width: 1200px;
  margin: 0 auto 0;
  padding: 0 5%;
}
#staff_page_header .page_header_area {
  background: url(../images/staff/top_staff.jpg) no-repeat center bottom;
  background-size: 100%;
  padding-bottom: 58.7%;
  position: relative;
  text-align: center;
  letter-spacing: 0.2em;
}

#voice_area {
  padding: 5% 0 7%;
}

.voice_cnt_box {
  display: table;
  width: 100%;
  max-width: 1075px;
  margin: 0 auto;
  width: 14%;
}
.voice_cnt_box img {
  top: 0;
  left: 0;
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  height: auto;
}

.voice_cnt {
  background: #fff url(../images/common/bg01.png) 0 0 repeat;
  margin: 0;
  padding: 7% 3% 7%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  justify-content: center;
  position: relative;
  border-bottom: 2px dotted #000;
  position: relative;
}

.note-staff {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 12px;
}

.voice_cnt_box_inner {
  width: 100%;
  padding-bottom: 105%;
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
}

.voice_name {
  padding-top: 6px;
  text-align: center;
  font-size: 75%;
  font-weight: bold;
  background-color: #fff;
}
.voice_name span {
  font-size: 62.5%;
}

.person_cnt {
  border-bottom: 2px dotted #000;
  position: relative;
  overflow: hidden;
}
.person_cnt .num {
  position: absolute;
  width: 21.5%;
  z-index: 5000;
  top: 6.5%;
  left: 5.2%;
}
.person_cnt .txtimg {
  position: absolute;
  z-index: 4000;
}
.person_cnt .pics {
  position: absolute;
  bottom: 0;
}
.person_cnt .txtarea {
  font-size: 87.5%;
  width: 51%;
  line-height: 180%;
}
.person_cnt .name {
  padding-top: 8%;
  padding-bottom: 8%;
  text-align: right;
  font-weight: bold;
}
.person_cnt .name span {
  font-size: 81.2%;
  display: inline-block;
  padding-right: 2%;
}

.person01 .num {
  left: 70%;
}
.person01 .txtimg {
  width: 67.4%;
  right: 4%;
  top: 9.5%;
}
.person01 .pics {
  width: 45%;
  left: 0;
}
.person01 .txtarea {
  padding-left: 45%;
  padding-top: 21.2%;
}

.person03 .num {
  left: 70%;
}
.person03 .txtimg {
  width: 67.4%;
  right: 4%;
  top: 9.5%;
}
.person03 .pics {
  width: 40%;
  left: 0;
  bottom: 0;
}
.person03 .txtarea {
  padding-left: 45%;
  padding-top: 21.2%;
}

.person05 .num {
  left: 70%;
}
.person05 .txtimg {
  width: 65.4%;
  right: 21%;
  top: 10%;
}
.person05 .pics {
  width: 45%;
  left: 0;
}
.person05 .txtarea {
  padding-left: 45%;
  padding-top: 26.2%;
}

.person02 .txtimg {
  width: 74.2%;
  left: 4%;
  top: 13.8%;
}
.person02 .pics {
  width: 45%;
  right: 0;
}
.person02 .txtarea {
  padding-left: 3.6%;
  padding-top: 25.2%;
}

.person04 .txtimg {
  width: 74.2%;
  left: 4%;
  top: 13.8%;
}
.person04 .pics {
  width: 45;
  right: 0;
}
.person04 .txtarea {
  padding-left: 3.6%;
  padding-top: 25.2%;
}

.person06 .txtimg {
  width: 74.2%;
  left: 4%;
  top: 21.8%;
}
.person06 .pics {
  width: 45.4%;
  right: 0;
}
.person06 .txtarea {
  padding-left: 3.6%;
  padding-top: 29.2%;
}

#recruit_page_header {
  max-width: 1200px;
  margin: 0 auto 0;
  padding: 0 5%;
}
#recruit_page_header .page_header_area {
  background: url(../images/recruit/top_recruit.jpg) no-repeat center bottom;
  background-size: 100%;
  padding-bottom: 58.7%;
  position: relative;
  text-align: center;
  letter-spacing: 0.2em;
}

.info_list {
  width: 100%;
  background: #f2f2f2;
  margin: 30px 0 0;
  padding: 2% 4% 5%;
  line-height: 1.8;
  box-sizing: border-box;
}
.info_list table {
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 0;
  letter-spacing: 0.2em;
}
.info_list table th {
  text-align: left;
  border-bottom: 1px solid;
  -o-border-image: linear-gradient(90deg, #840b00 33%, #ff2a48 66%);
     border-image: linear-gradient(90deg, #840b00 33%, #ff2a48 66%);
  border-image-slice: 1;
  width: 200px;
  box-sizing: border-box;
  padding: 26px 20px;
}
.info_list table td {
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
  padding: 26px 20px;
}

.apply_area {
  width: 272px;
  margin: 60px auto 0;
}
.apply_area p {
  text-align: center;
  font-weight: bold;
  margin-bottom: 15px;
}
.apply_area a {
  display: block;
}

#interview_area {
  padding: 3% 4% 4%;
}

.interview_cnt_box {
  max-width: 895px;
  width: 90%;
  margin: 3% auto 0;
  border: 10px solid #000;
  position: relative;
}
.interview_cnt_box:first-of-type {
  margin: 5% auto 0;
}

.interview_matsui_img {
  position: absolute;
  bottom: -10px;
  right: -10px;
  width: 24.6%;
  display: none;
}

.interview_person_box {
  width: 100%;
}

.interview_person_img {
  width: 100%;
  position: relative;
}

.interview_person_catch {
  top: 67.74%;
  right: 56.74%;
  position: absolute;
  width: 42.12%;
}

.interview_person_txt {
  position: absolute;
  background-color: rgba(32, 191, 188, 0.9);
  color: #fff;
  padding: 1% 3% 1% 3%;
  left: 2%;
  top: 2%;
}
.interview_person_txt p {
  margin-bottom: 15px;
  line-height: 1.7;
}

.interview_person_name {
  font-size: 42px;
  margin-bottom: 0 !important;
}

.interview_comment_box {
  font-size: 87.5%;
  padding: 3% 4%;
  background: #fff url(../images/recruit/int_bg.png) 0 50% no-repeat;
  line-height: 1.7;
}

#oneday_area {
  padding: 3% 0 4%;
}
#oneday_area .tlarea {
  position: absolute;
  z-index: 20;
  width: 100%;
  top: -5%;
}
#oneday_area .tlarea img {
  padding-bottom: 4%;
}

.oneday_bg {
  background: url(../images/recruit/oneday_bg.png) center 30% no-repeat;
  background-size: 80%;
}

.oneday_cnt {
  background: #fff url(../images/common/bg01.png) 0 0 repeat;
  margin: 0;
  border-top: 1px solid #000;
}

.oneday_cnt_box {
  max-width: 895px;
  width: 90%;
  margin: 3% auto 3%;
  position: relative;
  padding-bottom: 3320px;
  margin-top: 20%;
}

.oneday_timeline {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 4.34%;
  height: 95%;
  background-image: linear-gradient(-45deg, #fff 25%, #20bfbc 25%, #20bfbc 50%, #fff 50%, #fff 75%, #20bfbc 75%, #20bfbc);
  background-size: 4px 4px;
}

.switch {
  visibility: hidden;
}

#company_page_header {
  max-width: 1200px;
  margin: 0 auto 0;
  padding: 0 5%;
}
#company_page_header .page_header_area {
  background: url(../images/company/top_info.jpg) no-repeat center bottom;
  background-size: 100%;
  padding-bottom: 58.7%;
  position: relative;
  text-align: center;
  letter-spacing: 0.2em;
}

#access_area {
  padding: 3% 0 0;
}

.ggmap {
  height: 530px;
  margin-top: 4%;
}
.ggmap iframe {
  height: 530px;
}

#contact_page_header {
  max-width: 1200px;
  margin: 0 auto 0;
  padding: 0 5%;
}
#contact_page_header .page_header_area {
  background: url(../images/contact/top_contact.jpg) no-repeat center bottom;
  background-size: 100%;
  padding-bottom: 58.7%;
  position: relative;
  text-align: center;
  letter-spacing: 0.2em;
}

#contact_area {
  padding-bottom: 6%;
}

.contact_top_txt {
  max-width: 980px;
  margin: 50px auto 30px;
  padding: 0 4%;
}
.contact_top_txt span {
  display: block;
  padding-left: 2%;
}

.contact_bottom_txt {
  max-width: 980px;
  margin: 20px auto 40px;
  padding: 0 4%;
}
.contact_bottom_txt span {
  display: block;
  padding-left: 2%;
}
.contact_bottom_txt span.form_must {
  display: inline;
  padding: 0 1% 0 0;
}

.form_cnt {
  background: #f2f2f2;
  padding: 3% 4% 4%;
  box-sizing: border-box;
}

.formTable {
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 0;
}
.formTable th {
  border-bottom: 1px solid #d3d3d3;
  box-sizing: border-box;
  text-align: left;
  width: 26%;
  padding: 2% 0 2% 2%;
}
.formTable td {
  border-bottom: 1px solid #d3d3d3;
  box-sizing: border-box;
  padding: 2% 5% 2% 0;
}
.formTable td input {
  width: 100%;
  font-size: 100%;
  box-sizing: border-box;
  height: 35px;
  padding: 0 2%;
}
.formTable td textarea {
  width: 100%;
  font-size: 100%;
  box-sizing: border-box;
  padding: 2%;
  resize: none;
}

.form_message {
  vertical-align: top;
}

.form_must {
  color: #f00;
  padding-left: 5px;
}

.send_button {
  display: block;
  width: 280px;
  height: 60px;
  margin: 0 auto;
  background: #ed1c24;
  color: #fff;
  font-size: 112.5%;
  font-weight: bold;
  line-height: 60px;
  letter-spacing: 0.4em;
  border-radius: 8px !important;
  cursor: pointer !important;
}

.form_send_page {
  text-align: center;
  margin: 5% auto 0;
  padding: 0 4%;
}
.form_send_page h4 {
  margin-bottom: 3%;
}
.form_send_page input {
  display: block;
  width: 280px;
  height: 60px;
  margin: 0 auto;
  background: #ed1c24;
  color: #fff;
  font-size: 112.5%;
  font-weight: bold;
  line-height: 60px;
  letter-spacing: 0.4em;
  border-radius: 8px !important;
}
.form_send_page a {
  color: #000;
}

label {
  cursor: pointer !important;
}

.modal-trigger {
  text-align: center;
  font-size: 87.5%;
  margin-bottom: 1%;
  cursor: pointer !important;
}

h2.tit_personal_law {
  text-align: center;
  font-size: 150%;
  font-weight: bold;
  margin-bottom: 4%;
}

.personal_law p {
  line-height: 1.7;
}

h3.tit_personal_law {
  margin-top: 3%;
  font-weight: bold;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

.btn-apply {
  display: block;
  background-color: #b90000;
  color: #ffffff;
  text-align: center;
  padding: 20px 30px;
}

@media screen and (max-width: 768px) {
  header {
    width: 86%;
    max-width: 100%;
    height: 30px;
    margin: 0;
    position: fixed;
    z-index: 9999;
    background-color: transparent;
  }
  .logo {
    height: 30px;
    width: auto;
  }
  .logo_pc {
    display: none;
  }
  .logo_smp {
    display: block;
  }
  .mean-container .mean-bar {
    background: rgba(26, 26, 26, 0.75) !important;
    position: fixed !important;
    z-index: 9998 !important;
    padding: 0 !important;
    height: 30px;
    min-height: 30px;
  }
  .mean-container a.meanmenu-reveal {
    width: 20px;
    height: 15px;
    padding: 5px 16px 10px;
    line-height: 15px;
  }
  .mean-container a.meanmenu-reveal:hover {
    opacity: 1;
  }
  .mean-container .mean-nav {
    margin-top: 30px;
    background: rgba(26, 26, 26, 0.8) !important;
  }
  .mean-container .mean-nav ul li a {
    font-size: 75%;
    text-align: center;
  }
  .mean-nav {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
  .footer_inner {
    padding: 10% 6%;
  }
  .footer_address_area {
    float: none;
    width: 100%;
  }
  .footer_address_inner {
    position: static;
    right: 0;
  }
  .logo_footer {
    width: 45%;
    margin-bottom: 6%;
  }
  .footer_link_area {
    float: none;
    width: 100%;
    padding: 0;
  }
  .footer_sns {
    margin: 8% 0 0;
    text-align: center;
  }
  footer small {
    font-size: 62.5%;
    padding: 5% 0;
  }
  .slide_works {
    margin: 6% 0 8%;
    padding: 4% 0;
  }
  .slide_works img {
    margin: 0 5px;
  }
  .top_insta_smp {
    display: block;
  }
  .top_insta_pc {
    display: none;
  }
  .interview_person_txt p {
    margin-bottom: 3%;
    font-size: 75%;
  }
  .interview_person_name {
    font-size: 162.5% !important;
  }
  .interview_comment_box {
    padding: 3% 4%;
    font-size: 75%;
  }
  #access_area {
    padding: 10% 0 0;
  }
  .ggmap {
    height: 400px;
    margin-top: 8%;
  }
  .ggmap iframe {
    height: 400px;
  }
}
@media screen and (max-width: 980px) {
  .footer_menu {
    display: none;
  }
  .works_cnt_box {
    margin: 0 20px 0 20px;
  }
  .voice_cnt {
    padding: 12% 3% 7%;
  }
  .note-staff {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 10px;
  }
  .voice_name {
    display: block;
    text-align: center;
  }
  .voice_name span {
    display: block;
    text-align: center;
  }
  .info_list {
    margin: 4% 0 0;
    font-size: 87.5%;
  }
  .info_list table th {
    width: 20%;
    padding: 3% 2%;
  }
  .info_list table td {
    padding: 3% 2%;
  }
  .interview_person_txt {
    padding: 0 3%;
  }
  .interview_person_txt p {
    font-size: 87.5%;
  }
  .interview_person_name {
    font-size: 200% !important;
  }
  .contact_top_txt {
    font-size: 87.5%;
    margin: 4% auto 3%;
  }
  .form_cnt {
    font-size: 87.5%;
  }
  .contact_bottom_txt {
    font-size: 87.5%;
    margin: 2% auto 5%;
  }
  .form_send_page {
    font-size: 87.5%;
  }
}
@media screen and (max-width: 480px) {
  .footer_address_area p {
    font-size: 62.5%;
  }
  .footer_sns a {
    width: 12%;
    margin: 0 2%;
  }
  .btn_pagetop {
    width: 44px;
  }
  .tit_top_cnt {
    font-size: 100%;
    padding-top: 5%;
  }
  .tit_top_cnt:before {
    width: 50px;
    margin-right: -25px;
  }
  .cap_top_cnt {
    font-size: 62.5%;
  }
  .btn_more {
    width: 96px;
    padding: 6px 0;
    font-size: 62.5%;
  }
  #top_works_area {
    padding: 8% 0;
  }
  .slide_works {
    padding: 6% 0;
  }
  .top_2col_wrap {
    padding: 3% 2% 14%;
    background: #000;
  }
  .top_2col_box {
    float: none;
    width: 100%;
    min-height: 220px;
  }
  .top_2col_box:first-child {
    margin-bottom: 5%;
  }
  .tit_top_2col {
    font-size: 118.8%;
  }
  .cap_top_2col {
    font-size: 75%;
    margin: 2% 0 36%;
  }
  .btn_link {
    width: 94px;
    padding: 4px 0;
    font-size: 62.5%;
  }
  #top_insta_area {
    padding: 8% 4%;
  }
  .wrapper {
    margin: 0 auto 13%;
  }
  .container {
    padding: 8% 0 0;
  }
  .page_header_inner {
    top: 32%;
  }
  .tit_page_header {
    font-size: 137.5%;
    padding: 18% 0 2%;
  }
  .cap_page_header {
    font-size: 68.8%;
  }
  .tit_page_cnt {
    font-size: 100%;
    padding-top: 5%;
  }
  .tit_page_cnt:before {
    width: 36px;
    margin-right: -18px;
  }
  .cap_page_cnt {
    font-size: 62.5%;
  }
}
@media screen and (max-width: 680px) {
  .tit-line {
    font-size: 18px;
    padding: 20px 0 0;
  }
  .tit-line.top {
    padding: 60px 0 0px;
  }
  .voice_cnt_box {
    width: 16%;
  }
  .info_list {
    margin: 6% 0 0;
    font-size: 62.5%;
  }
  .info_list table th {
    display: block;
    width: 40%;
    padding: 3%;
  }
  .info_list table td {
    display: block;
    width: 100%;
    border-top: 1px solid #ccc;
    border-bottom: none;
    padding: 4% 3% 5%;
  }
  .apply_area {
    width: 52%;
    margin: 6% auto;
  }
  .apply_area p {
    margin-bottom: 6%;
    font-size: 62.5%;
  }
  #interview_area {
    padding: 10% 0 0;
  }
  .interview_person_img {
    width: 100%;
  }
  .interview_cnt_box {
    margin: 8% auto 0;
    width: 100%;
    border-left: none;
    border-right: none;
  }
  .interview_cnt_box:first-of-type {
    margin: 10% auto 0;
  }
  .interview_person_txt p {
    font-size: 62.5%;
    margin-bottom: 0;
  }
  .interview_person_name {
    font-size: 131.3% !important;
    margin-top: 4%;
  }
  .interview_comment_box {
    font-size: 62.5%;
    padding: 6%;
  }
  #contact_area {
    padding-bottom: 10%;
  }
  .contact_top_txt {
    font-size: 62.5%;
    margin: 6% auto 4%;
  }
  .form_cnt {
    font-size: 62.5%;
  }
  .contact_bottom_txt {
    font-size: 62.5%;
    margin: 4% auto 7%;
  }
  .form_send_page {
    font-size: 62.5%;
  }
  .form_send_page input {
    width: 80%;
    height: 40px;
    line-height: 40px;
    font-size: 100%;
  }
  .formTable th {
    display: block;
    width: 100%;
    border: none;
    padding: 4% 2% 2%;
  }
  .formTable td {
    display: block;
    width: 100%;
    padding: 0% 2% 5% 2%;
  }
  .send_button {
    width: 80%;
    height: 40px;
    line-height: 40px;
    font-size: 100%;
  }
  .modal-trigger {
    font-size: 62.5%;
    margin-bottom: 3%;
  }
}
@media screen and (max-width: 800px) {
  .person_cnt .num {
    width: 30%;
    top: 20.5%;
  }
  .person_cnt .txtimg {
    position: static;
    width: 90%;
    margin: 0 auto;
    padding-top: 10%;
  }
  .person_cnt .pics {
    position: static;
    width: 100%;
  }
  .person_cnt .pics img {
    width: 80%;
  }
  .person_cnt .txtarea {
    width: 90%;
    margin: 0 auto;
    padding: 6% 5% 0 5%;
    background-color: #f5f5f5;
  }
  .person_cnt .name {
    padding-top: 8%;
    padding-bottom: 8%;
    text-align: right;
    font-weight: bold;
  }
  .person_cnt .name span {
    font-size: 81.2%;
    display: block;
    padding-right: 2%;
  }
  .person01 .num {
    left: 65%;
  }
  .person03 .num {
    left: 65%;
    top: 3.5%;
  }
  .person03 .pics img {
    width: 90%;
  }
  .person05 .num {
    left: 65%;
  }
  .person05 .pics img {
    width: 75%;
  }
  .person02 .pics {
    text-align: right;
  }
  .person02 .pics img {
    width: 70%;
  }
  .person04 .pics {
    text-align: right;
  }
  .person04 .pics img {
    width: 70%;
  }
  .person06 .pics {
    text-align: right;
  }
}
@media screen and (max-width: 320px) {
  .interview_person_txt {
    right: 0;
  }
}
@media screen and (max-width: 1104px) {
  .oneday_cnt_box {
    padding-bottom: 335%;
  }
}
@media screen and (max-width: 750px) {
  .oneday_bg {
    background: url(../images/recruit/oneday_bg.png) center 40% no-repeat;
    background-size: 80%;
  }
  .oneday_cnt_box {
    width: 80%;
    padding-bottom: 820%;
    margin-top: 50%;
  }
  .oneday_timeline {
    position: absolute;
    left: 90.5%;
    width: 7%;
    height: 95%;
    background-image: linear-gradient(-45deg, #fff 25%, #20bfbc 25%, #20bfbc 50%, #fff 50%, #fff 75%, #20bfbc 75%, #20bfbc);
    background-size: 4px 4px;
  }
  #oneday_area .tlarea {
    position: absolute;
    z-index: 20;
    width: 100%;
    top: -5%;
  }
  #oneday_area .tlarea img {
    padding-bottom: 4%;
  }
}
.wrp-staff {
  background: #fff url(../images/common/bg01.png) 0 0 repeat;
  padding: 80px 50px;
}
@media screen and (max-width: 800px) {
  .wrp-staff {
    padding: 30px 20px;
  }
}
.wrp-staff .block-list-box03 {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
@media screen and (max-width: 800px) {
  .wrp-staff .block-list-box03 {
    gap: 20px;
  }
}
.wrp-staff .block-list-box03 .list-box {
  width: calc(25% - 30px);
}
@media screen and (max-width: 800px) {
  .wrp-staff .block-list-box03 .list-box {
    width: 100%;
    width: calc(50% - 10px);
  }
}
.wrp-staff .block-list-box03 .list-box .wrp-thum {
  overflow: hidden;
}
.wrp-staff .block-list-box03 .list-box .wrp-thum img {
  aspect-ratio: 1/1;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wrp-staff .block-list-box03 .list-box .wrp-txt {
  text-align: center;
  color: #292929;
}
.wrp-staff .block-list-box03 .list-box .wrp-txt .tit {
  font-size: 18px;
  font-weight: bold;
  padding: 15px 0 0;
  line-height: 1.4;
}
.wrp-staff .block-list-box03 .list-box .wrp-txt .job {
  font-size: 14px;
  padding: 5px 0 0;
}

.wrp-message {
  padding: 50px 50px 30px;
}
@media screen and (max-width: 800px) {
  .wrp-message {
    padding: 30px 20px 30px;
  }
}
.wrp-message .block-ph-txt04 {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  margin: 50px 0 0;
}
@media screen and (max-width: 800px) {
  .wrp-message .block-ph-txt04 {
    gap: 30px;
    margin: 30px 0 0;
  }
}
.wrp-message .block-ph-txt04 .wrp-img {
  width: 380px;
}
@media screen and (max-width: 800px) {
  .wrp-message .block-ph-txt04 .wrp-img {
    width: 250px;
    margin: 0 auto;
  }
}
.wrp-message .block-ph-txt04 .wrp-img img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.wrp-message .block-ph-txt04 .wrp-txt {
  width: calc(100% - 380px - 50px);
}
@media screen and (max-width: 800px) {
  .wrp-message .block-ph-txt04 .wrp-txt {
    width: 100%;
  }
}
.wrp-message .block-ph-txt04 .wrp-txt .tit {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
  padding: 0 0 20px;
}
@media screen and (max-width: 800px) {
  .wrp-message .block-ph-txt04 .wrp-txt .tit {
    padding: 0 0 15px;
    font-size: 16px;
  }
}
@media screen and (max-width: 800px) {
  .wrp-message .block-ph-txt04 .wrp-txt .txt {
    font-size: 14px;
  }
}
.wrp-message .block-ph-txt04 .wrp-txt .sign {
  padding: 30px 0 0;
  text-align: right;
  font-size: 18px;
}
@media screen and (max-width: 800px) {
  .wrp-message .block-ph-txt04 .wrp-txt .sign {
    font-size: 14px;
  }
}
.wrp-message .block-ph-txt04 .wrp-txt .sign span {
  font-size: 14px;
  padding: 0 10px 0 0;
}
@media screen and (max-width: 800px) {
  .wrp-message .block-ph-txt04 .wrp-txt .sign span {
    font-size: 12px;
  }
}/*# sourceMappingURL=main.css.map */