/****************************************
common parts
*****************************************/
.box-wrap {
  position: relative;

  max-width: 1370px;
  margin: 0 auto;

  background: #FFFFFF;
  -webkit-box-shadow: 0 0 20px 2px rgb(0 0 0 / 7%);
          box-shadow: 0 0 20px 2px rgb(0 0 0 / 7%);
}
/*footet_btn*/
@media screen and (max-width:768px) {
  .footer_btn a {
    display: inline-block;
  }
}

/*gmap*/
.gmap {
  position: relative;

  overflow: hidden;

  height: 0;
  padding-bottom: 45%;
}
.gmap iframe {
  position: absolute;
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;
}
.gothic {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝","Yu Mincho", "游明朝体", "YuMincho","ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.sec {
  margin-top: 100px;
}
@media screen and (max-width:768px) {
  .sec {
    margin-top: 50px;
  }
}
#topcontrol {
  z-index: 98;
}
@media screen and (max-width:768px) {
  #topcontrol {
    right: 20px!important;
    bottom: 20px!important;
  }
}
#topcontrol img {
  width: 30px;
}
@media screen and (max-width:768px) {
  #topcontrol img {
    width: 20px;
  }
}
/****************************************
header
*****************************************/
.header {
  position: fixed;
  z-index: 99;
  top: 0;

  width: 100%;
}
.header_inner {
  max-width: 1370px;
  margin: 0 auto;
  padding: 0 4%;

  background: #FFFFFF;

  flex-wrap: nowrap;
}
@media screen and (max-width:768px) {
  .header_inner {
    width: 100%;
    padding: 0;
  }
}
.logo_area {
  padding: 20px 0;
}
@media screen and (max-width:768px) {
  .logo_area {
    padding: 10px 0 0;

    text-align: center;
  }
}
@media screen and (min-width:769px) {
  .logo_area .logo {
    display: block;

    height: 50px;
  }
}
@media screen and (max-width:768px) {
  .logo_area .logo {
    height: 40px;
  }
}
@media screen and (min-width:769px) {
  .logo_area .title {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.2;

    margin: 14px 0 0 20px;
    padding-left: 20px;

    border-left: 2px solid #AAAAAA;
  }
}
/*btns*/
.header_btn_area {
  position: relative;
}
.header_btn_area_btns {
  padding: 20px 0;
}
@media screen and (max-width:768px) {
  .header_btn_area_btns {
    position: absolute;
    top: -10px;
  }
}
.header_btn_area_btns img {
  display: block;

  height: 40px;
}
@media screen and (max-width:768px) {
  .header_btn_area_btns img {
    height: 35px;
  }
}
.header_btn_area_text {
  font-size: 10px;
}
/*icon-humburger*/
.icon_hamburger {
  padding: 20px;
}
@media screen and (max-width:768px) {
  .icon_hamburger {
    margin-left: auto;
    padding: 20px 10px;
  }
}
.icon_hamburger.active {
  background: rgba(0,0,0,0.8);
}
.icon_hamburger img {
  height: 50px;

  cursor: pointer;
}
@media screen and (max-width:768px) {
  .icon_hamburger img {
    height: 35px;
  }
}
.icon_hamburger .menu {
  display: block;
}
.icon_hamburger .close {
  display: none;
}
.active.icon_hamburger .menu {
  display: none;
}
.active.icon_hamburger .close {
  display: block;
}
/****************************************
gnav
*****************************************/
.gnav {
  position: absolute;

  display: none;

  width: 100%;
  padding: 40px 0;

  background: rgba(0,0,0,0.8);
}
.gnav .header_inner {
  background: none;
}
.gnav a {
  font-size: 18px;
  font-weight: bold;

  color: #FFFFFF;
}
.gnav li:nth-child(n+2) {
  margin-top: 20px;
}
/****************************************
footer
*****************************************/
.footer {
  padding-bottom: 4em;

  text-align: center;
}
@media screen and (max-width:768px) {
  .footer {
    padding-bottom: 2em;
  }
}
/*footer_top*/
.footer_top {
  position: relative;
}
.footer_top .inner-l {
  position: relative;
  z-index: 2;
}
.footer_top_bg {
  position: absolute;
  z-index: 1;
  top: 50%;

  display: block;

  width: 100%;
  height: 50%;

  content: "";

  background: #F5F5F5;
}
.footer_top_logo {
  height: 150px;
}
@media screen and (max-width:768px) {
  .footer_top_logo {
    height: 100px;
  }
}
/*footer_space*/
.footer_space {
  height: 60px;

  background: #F5F5F5;
}
/*footer_bottom*/
.footer_bottom {
}
.copyright {
  font-size: 14px;

  margin-top: 4em;

  color: #727272;
}
@media screen and (max-width:768px) {
  .copyright {
    font-size: 12px;

    margin-top: 2em;
  }
}
/****************************************
top
*****************************************/
/*kv*/
.top_kv {
  position: relative;

  overflow: hidden;

  padding-bottom: 2em;

  background: #F2F2F2;
}
.top_kv_catch {
  position: absolute;
  top: 50%;
  left: 50%;

  cursor: pointer;
  transform: translate(-50%,-50%);
}
@media screen and (max-width:768px) {
  .top_kv_catch {
    height: 60%;
  }
}
@media screen and (min-width:769px) {
  .top_kv_btn {
    position: absolute;
  }
}
@media screen and (max-width:768px) {
  .top_kv_btn {
    display: block;
  }
  .top_kv_btn img {
    width: 80%;
  }
}
@media screen and (min-width:769px) {
  .top_kv_left_btn {
    bottom: 10px;
    left: 10px;
  }
  .top_kv_left_btn img {
    display: block;

    height: 80px;
  }
}
@media screen and (max-width:768px) {
  .top_kv_left_btn {
    xwidth: 40%;
  }
}
@media screen and (min-width:769px) {
  .top_kv_right_btn {
    right: 10px;
    bottom: 10px;

    cursor: pointer;
  }
  .top_kv_right_btn img {
    display: block;

    height: 30px;
  }
}
@media screen and (max-width:768px) {
  .top_kv_right_btn {
  }
}
.top_kv_btn:hover {
  opacity: 1;
}
.top_kv_btn:hover img {
  opacity: 1;
}
/*youtube*/
#player2 {
  display: none;
}
/*page nav*/
.top_page_nav_title_sub {
  height: 20px;
}
@media screen and (max-width:768px) {
  .top_page_nav_title_sub {
    height: 15px;
  }
}
.top_page_nav_menu_item {
  position: relative;

  margin-right: 2%;

  background: #CCCCCC;
}
@media screen and (min-width:769px) {
  .top_page_nav_menu_item {
    width: 32%;
  }
  .top_page_nav_menu_item:nth-child(3n) {
    margin-right: 0;
  }
  .top_page_nav_menu_item:nth-child(n+4) {
    margin-top: 1em;
  }
}
@media screen and (max-width:768px) {
  .top_page_nav_menu_item {
    width: 49%;
  }
  .top_page_nav_menu_item:nth-child(2n) {
    margin-right: 0;
  }
  .top_page_nav_menu_item:nth-child(n+3) {
    margin-top: 1em;
  }
}
.top_page_nav_menu_item a, .top_page_nav_menu_item_img {
  display: block;
}
.top_page_nav_menu_item_cnt {
  font-weight: bold;

  position: absolute;
  top: 50%;
  left: 50%;

  width: 100%;

  transform: translate(-50%,-70%);
  text-align: center;

  color: #FFFFFF;
}
@media screen and (max-width:768px) {
  .top_page_nav_menu_item_cnt {
    line-height: 1.2;
  }
}
@media screen and (max-width:768px) {
  .top_page_nav_menu_item_cnt .icon {
    height: 60px;
  }
}
.top_page_nav_menu_item_cnt .en {
  font-size: 24px;
}
@media screen and (max-width:768px) {
  .top_page_nav_menu_item_cnt .en {
    font-size: 18px;
  }
}

@media screen and (max-width:768px) {
  .top_page_nav_menu_item_cnt .jp {
    font-size: 10px;
  }
}
.top_page_nav_menu_item_cnt .jp span {
  position: relative;

  display: inline-block;
}
.top_page_nav_menu_item_cnt .icon2 {
  position: absolute;
  bottom: 0;
  left: 0;

  height: 90px;

  transform: translate(-100%,100%);

  xwidth: 20%;
}
@media screen and (max-width:768px) {
  .top_page_nav_menu_item_cnt .icon2 {
    height: 45px;

    transform: translate(-90%,100%);
  }
}
.top_page_nav_menu_item .num {
  position: absolute;
  right: 10px;
  bottom: 10px;

  height: 60px;
}
@media screen and (max-width:768px) {
  .top_page_nav_menu_item .num {
    height: 30px;
  }
}
/*msg*/
.top_msg_title {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝","Yu Mincho", "游明朝体", "YuMincho","ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 36px;
}
@media screen and (max-width:768px) {
  .top_msg_title {
    font-size: 30px;
  }
}
/*graph*/
.top_graph {
  padding: 100px 0;

  background: #F2F2F2;
}
@media screen and (max-width:768px) {
  .top_graph {
    padding: 50px 0;
  }
}
.top_graph_title {
  font-size: 24px;

  padding: 1em 0 0 0.5em;

  border-left: 5px solid #222222;
}
@media screen and (max-width:768px) {
  .top_graph_title {
    font-size: 18px;
  }
}
/****************************************
下層ページ共通
*****************************************/
.page_header {
  background: #F2F2F2;
}
.page_header_inner {
  width: 90%;
  margin: 0 auto;
  padding: 2em 0;

  flex-wrap: nowrap;
}
.page_header_left {
  flex-wrap: nowrap;
}
.page_header .num, .page_header .icon {
  height: 50px;
}
@media screen and (max-width:768px) {
  .page_header .num, .page_header .icon {
    height: 30px;
  }
}
.page_header .title {
  height: 30px;
}
@media screen and (max-width:768px) {
  .page_header .title {
    height: 20px;
  }
}
.page_kv {
  position: relative;

  overflow: hidden;

  color: #FFFFFF;
}
/****************************************
02 interview
*****************************************/
.interview_title {
  font-size: 36px;

  padding: 20px;

  text-align: center;

  color: #FFFFFF;
  background: #6D6D6D;;
}
@media screen and (max-width:768px) {
  .interview_title {
    font-size: 24px;

    padding: 10px;
  }
}
.interview_subtitle {
  font-size: 30px;

  text-align: center;
}
@media screen and (max-width:768px) {
  .interview_subtitle {
    font-size: 18px;
  }
}
.interview_pagenav li {
  position: relative;

  text-align: center;
}
.interview_pagenav li:nth-child(n+3) {
  margin-top: 1.8em;
}
@media screen and (max-width:768px) {
  .interview_pagenav li:nth-child(n+3) {
    margin-top: 0.6em;
  }
}
.interview_pagenav_cnt {
  line-height: 1.9em;

  position: absolute;
  top: 83%;
  left: 0;

  width: 100%;

  transform: translateY(-50%);
}
.interview_pagenav .name, .interview_pagenav .position {
  font-weight: bold;

  display: block;

  color: #FFFFFF;
}
.interview_pagenav .name {
  font-size: 36px;
}
@media screen and (max-width:768px) {
  .interview_pagenav .name {
    font-size: 18px;
  }
}
.interview_pagenav .position {
  font-size: 18px;
}
@media screen and (max-width:768px) {
  .interview_pagenav .position {
    font-size: 14px;
  }
}
.interview_msg {
  font-size: 24px;
  font-weight: bold;

  padding: 100px 0;

  background: #F2F2F2;
}
@media screen and (max-width:768px) {
  .interview_msg {
    font-size: 18px;

    padding: 50px 0;
  }
}
.interview_msg .inner-m {
  position: relative;
}
.interview_msg .mark1, .interview_msg .mark2 {
  position: absolute;
}
@media screen and (max-width:768px) {
  .interview_msg .mark1, .interview_msg .mark2 {
    height: 20px;
  }
}
.interview_msg .mark1 {
  top: -40px;
  left: -40px;
}
@media screen and (max-width:768px) {
  .interview_msg .mark1 {
    top: -20px;
    left: -10px;
  }
}
.interview_msg .mark2 {
  right: -40px;
  bottom: -40px;
}
@media screen and (max-width:768px) {
  .interview_msg .mark2 {
    right: -10px;
    bottom: -20px;
  }
}
/*interview_item_top*/
.interview_item_top {
  position: relative;
}
.interview_item_top .inner-l {
  position: relative;
  z-index: 2;
}
@media screen and (min-width:769px) {
  .interview_item_top_cnt {
    width: 60%;
  }
}
.interview_item_top_cnt_num {
  font-weight: bold;

  padding-bottom: 10px;

  border-bottom: 1px solid #961612;
}
.interview_item_top_cnt_title {
  font-size: 30px;
}
@media screen and (max-width:768px) {
  .interview_item_top_cnt_title {
    font-size: 24px;
  }
}
@media screen and (min-width:769px) {
  .interview_item_top_img {
    width: 36%;
  }
}
.interview_item_top_bg {
  position: absolute;
  bottom: 0;

  width: 100%;
  height: 100px;

  background: #F2F2F2;
}
/*interview_item_center*/
.interview_item_center {
  position: relative;
}
.interview_item_center .inner-l {
  position: relative;
  z-index: 2;
}
.interview_item_center_title {
  font-size: 24px;

  padding: 10px 0 0 10px;

  border-left: 4px solid #961612;;
}
.interview_item_center_bg {
  position: absolute;
  z-index: 1;
  top: 0;

  width: 100%;
  height: 80%;

  background: #F2F2F2;
}
/*interview_item_bottom*/
.interview_item_bottom_left, .interview_item_bottom_right {
  padding: 40px;
}
@media screen and (max-width:768px) {
  .interview_item_bottom_left, .interview_item_bottom_right {
    padding: 20px;
  }
}
.interview_item_bottom_right {
  color: #961612;
  border: 1px solid #961612;
}
.interview_item_bottom_left_title {
  font-size: 18px;

  text-align: center;
}
.interview_item_bottom_left_title img {
  height: 60px;
  margin-right: 10px;
}
.interview_item_bottom_right_title {
  font-size: 24px;

  padding-top: 30px;

  text-align: center;
}
@media screen and (max-width:768px) {
  .interview_item_bottom_right_title {
    padding-top: 0;
  }
}
.read_more_btn {
  font-weight: bold;

  display: inline-block;

  width: 100%;
  padding: 20px;

  text-align: center;

  border: 2px solid #666666;
  border-radius: 99em;
}
@media screen and (min-width:769px) {
  .read_more_btn {
    width: 400px;
  }
}
/****************************************
01 message
*****************************************/
@media screen and (max-width:768px) {
  .page_kv.msg {
    padding: 4em 0;

    text-align: center;

    background: url("../images/message/kv_sp.jpg") no-repeat center center/cover;
  }
}
@media screen and (min-width:769px) {
  .page_kv_catch_msg {
    font-size: calc(2.2vw);
    font-weight: bold;

    position: absolute;
    top: 20px;
    left: 50%;

    transform: translateX(-50%);
    text-align: center;
  }
}
@media screen and (max-width:768px) {
  .page_kv_catch_msg {
    font-size: 24px;
    font-weight: bold;
  }
}
@media screen and (min-width:769px) {
  .page_kv_catch_img_msg {
    position: absolute;
    top: 20px;
    right: 5%;

    width: 13%;
  }
}
@media screen and (max-width:768px) {
  .page_kv_catch_img_msg {
    width: 60%;
  }
}
.title_msg {
  text-align: center;
}
@media screen and (max-width:768px) {
  .title_msg .img {
    height: 40px;
  }
}
.msg_row {
  flex-wrap: nowrap;
}
.msg_img_item {
  font-weight: bold;

  position: relative;

  color: #FFFFFF;
}
.msg_img_item.black {
  color: #222222;
}
.msg_img_item img {
  display: block;
}
.msg_img_item_title {
  font-size: 24px;

  position: absolute;
  top: 0;

  width: 100%;
  padding: 10px;

  word-break: break-word;

  xleft: 0;
}
@media screen and (max-width:768px) {
  .msg_img_item_title {
    font-size: 12px;

    padding: 5px;
  }
}
.msg_img_item_title.bottom {
  top: auto;
  bottom: 0;
}
.msg_img_item_title.bottom_right {
  top: auto;
  bottom: 0;

  text-align: right;
}
.msg_img_item_title.obi {
  background: rgba(0,0,0,0.3);
}
.text_img01 {
  position: absolute;
  bottom: 0;

  width: 100%;
  padding: 10px;

  text-align: center;
}
/****************************************
03 information
*****************************************/
@media screen and (max-width:768px) {
  .page_kv.info {
    padding: 4em 0;

    text-align: center;

    background: url("../images/information/kv_sp.jpg") no-repeat center center/cover;
  }
}
@media screen and (min-width:769px) {
  .page_kv_catch_img_msg.info {
    right: auto;
    left: 50%;

    transform: translateX(-50%);
  }
}
.info_pagenav {
  flex-wrap: nowrap;
}
.info_pagenav li:nth-child(1), .info_pagenav li:nth-child(2) {
  margin-right: 20px;
}
.info_pagenav a {
  font-size: 24px;
  font-weight: bold;

  display: block;

  width: 300px;
  padding: 10px;

  text-align: center;

  border: 2px solid #961612;
}
@media screen and (max-width:768px) {
  .info_pagenav a {
    font-size: 14px;

    width: auto;
  }
}
.info_title {
  font-size: 36px;

  padding: 20px 0 0 20px;

  border-left: 8px solid #961612;
}
@media screen and (max-width:768px) {
  .info_title {
    font-size: 24px;

    padding: 10px 0 0 10px;
  }
}
.info_table {
  font-size: 24px;
}
@media screen and (max-width:768px) {
  .info_table {
    font-size: 14px;
  }
}
.info_table td {
  padding: 10px;
}
.jinbutu_text {
  font-size: 30px;
  font-weight: bold;

  padding-left: 20px;
}
@media screen and (max-width:768px) {
  .jinbutu_text {
    font-size: 18px;
  }
}
.jinbutu_text li {
  position: relative;

  padding-left: 1.5em;
}
.jinbutu_text li:before {
  position: absolute;
  left: 0;

  content: "★";

  color: #961612;
}
.information_catch {
  font-size: 30px;
}
@media screen and (max-width:768px) {
  .information_catch {
    font-size: 24px;
  }
}
.info_link_btn {
  font-weight: bold;

  padding: 0.5em 2em;

  border: 2px solid #222222;
  border-radius: 99em;;
}
/****************************************
05 internship
*****************************************/
.intern_btn {
  font-size: 24px;
  font-weight: bold;

  display: block;

  padding: 1em 0;

  text-align: center;

  border: 2px solid #B21920;
  border-radius: 99em;
}
.intern_btn.kengaku {
  border: 2px solid #00984B;
}
.intern_btn img {
  margin-right: 2em;

  vertical-align: middle;
}
/****************************************
06 insta
*****************************************/
.insta_kv {
  padding: 2em 0;

  background: url("../images/instagram_movie/insta_kv_bg.jpg") no-repeat center center/cover;
}
@media screen and (min-width:769px) {
  .insta_kv {
    height: 300px;
    padding: 1em 0;
  }
}
.insta_text {
  font-size: 24px;
  font-weight: bold;

  text-align: center;

  color: #FFFFFF;
}
.insta_btn {
  margin: 0 2em;
}
@media screen and (max-width:768px) {
  .insta_btn {
    margin: 0 1em;
  }
}
.insta_btn img {
  display: block;

  height: 80px;
}
@media screen and (max-width:768px) {
  .insta_btn img {
    height: 40px;
  }
}

/****************************************
2022.12.02 recotana追加
↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓*/

.top_kv {
  padding-top: 2em;
}

.rc-youube_section {
  position: relative;

  width: 100%;
  height: 0;
  padding-top: 56.25%;
}

.rc-youube_section__player {
  position: absolute;
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;
}

.top_kv_catch_image {
  position: absolute;
  top: 13%;
  right: 25px;

  width: 14%;
  height: auto;

  transition: top 0.4s;
}
.top_kv_catch_image_pc {
  display: none;
}

@media screen and (max-width:768px) {
  .pc-only.top_kv_btn {
    display: none;
  }

  .top_kv_catch_image {
    /*
    top: 27%;
    right: 10px;
    */
    display: none;
  }
}
/*↑↑↑↑↑↑↑↑↑↑ 
2022.12.02 recotana追加 ここまで
*****************************************/

/****************************************
2024.07.18 recotana追加
↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓*/

.rc-youube_section__wrapper {
  position: relative;

  display: block;
}
.home_mv__recruit_banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  margin-top: 30px;
  margin-bottom: 20px;

  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.home_mv__recruit_banner__anchor {
  display: block;

  width: calc(40% - 4px);
  max-width: 178px;
  margin: 0 4px 0 0;

  -webkit-transition: opacity 0.5s;
       -o-transition: opacity 0.5s;
          transition: opacity 0.5s;
}

.home_mv__recruit_banner__anchor:hover, .home_mv__recruit_banner__anchor:active {
  opacity: 0.8;
}

.home_mv__recruit_banner__anchor img {
  width: 100%;
  height: auto;
}
.home_mv__recruit_banner.banner_show {
  right: unset;
}
.home_mv__recruit_banner__anchor.bottom-round img {
  border-bottom-right-radius: 10px;
}
.top_kv_catch_image {
  display: block;
}
@media screen and (min-width: 769px) {
  .home_mv__recruit_banner {
    position: absolute;
    top: -20px;
    right: -170px;

    display: block;

    max-width: 170px;
    margin-top: 0;
    margin-bottom: 0;

    transition: right 0.2s ease-in 1.4s;
  }

  .home_mv__recruit_banner.banner_show {
    right: 0;
  }

  .home_mv__recruit_banner__anchor {
    line-height: 0;

    width: 100%;
    max-width: unset;
    margin: 0 0 4px;
  }

  .home_mv__recruit_banner__anchor.bottom-round img {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 10px;
  }
  .top_kv_catch_image {
    display: none;
  }
  .top_kv_catch_image_pc {
    position: absolute;
    top: 10px;
    right: 0;
    left: 0;

    display: block;

    width: 40%;
    max-width: 350px;
    height: auto;
    margin: auto;
  }
}

/*↑↑↑↑↑↑↑↑↑↑ 
2024.07.18 recotana追加 ここまで
*****************************************/
