@charset "UTF-8";

/*
 Theme Name: ジョブカフェ特設サイト「option」
 Version: 1.0
*/

/*==========================================================================
  Common
==========================================================================*/
@font-face{
  font-family: 'logotype';
  src: url('./font/jobcafe/logotype.woff') format('woff');
}
.font {
  font-family: 'myFont';
}

body {
  font-family: "Noto Sans JP", 游ゴシック, YuGothic, メイリオ, Meiryo,
    sans-serif, Roboto, "Droid Sans", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro";
  font-size: 16px;
  font-weight: 500;
  color: #343431;
}
.clear:after {
  content: "";
  display: block;
  clear: both;
}
a {
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
}
.txt_center {
  text-align: center;
}
.txt_right {
  text-align: right;
}
#main {
  background: #fff;
}
/** フォームリセット **/
input,
button,
textarea,
select,
submit {
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.sp_only {
  display: none !important;
}


/*-------------------------------------
サイド固定メニュー
-------------------------------------*/
#side01 {
  position: fixed;
  display: none;
  top: 100px;
  right: 0;
  z-index: 300;
}
#side02 {
  position: fixed;
  display: none;
  top: 290px;
  right: 0;
  z-index: 300;
}
.side_menu_img {
  margin: 0;
}
.side_menu_li {
  margin-bottom: 10px;
  position: relative;
}
.side_menu_li:last-child {
  margin-bottom: 0;
}
.click_img {
  margin: 0;
  display: inline-block;
  position: absolute;
  bottom: 3px;
  right: 6.7px;
  width: 22px;
}
.click_img:hover {
  cursor: pointer;
}
.sp_side_bnrs {
  display: none;
}

#sidenew {
  position: fixed;
  top: 150px;
  right: 0;
  z-index: 20;
}

.side_link {
  opacity: 0;
  transition:all 1s;
}

.fixed .side_link {
  opacity: 1;
}

.side_link a {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  background: #6aba8b;
  padding: 30px 20px;
  font-size: 18px;
  border-radius: 10px 0 0 10px;
  letter-spacing: 2px;
  color: #fff;
  transition: .4s;
}

.side_link a:hover {
  background-color: #f8d305;
  color: #000;
  opacity: 1;
  text-decoration: none;
}

/*-------------------------------------
トップへ戻る
-------------------------------------*/
.pagetop {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  bottom: 1%;
  right: 1%;
  z-index: 10;
	margin: 0;
  transition: .3s;
}
.pagetop.active {
  opacity: 1;
  visibility: visible;
}
.pagetop.absolute {
  position: absolute;
  top: -70px;
  bottom: auto;
}
.pagetop a {
  text-align: center;
  width: 85px;
  height: 85px;
  color: #32353a;
  display: block;
  line-height: 60px;
}
.pagetop a:hover {
    display: block;
    opacity: 0.6;
    filter: alpha(opacity=60);
}
.pagetop a img {
  width: 100%;
}


/*==========================================================================
  ヘッダー
==========================================================================*/
.contents_wrap.top_wrap {
  overflow: hidden;
}

#header.fixed {
  position: fixed;
  width: 100%;
  z-index: 30;
  background-color: rgba(255,255,255,1);
}

.header_inner {
  /* max-width: 1370px; */
  align-items: baseline;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  padding: 15px 0 0 3%;
  overflow: hidden;
}

.h_logo {
  width: 22%;
  margin-right: 1%;
}

.logo {
  margin-bottom: 0;
}

.sav_logo {
  display: inline-block;
  margin-bottom: 0;
  width: 70px;
}

.sav_logo + img {
  margin-left: 10px;
  width: 210px;
}

.h_cnts {
  width: 77%;
}
.btn_login {
  display: flex;
  max-width: 326px;
  width: 100%;
  margin: -20px -20px 15px auto;
}
.btn_login a {
  font-size: 13px;
  color: #343431;
  background: #f8d305;
  border: 2px solid #f8d305;
  text-align: center;
  display: block;
  padding: 10px;
  border-radius: 0 0 5px 5px;
  width: 102px;
}
.btn_login a:first-child,
.btn_login a:nth-child(2) {
  margin-right: 10px;
}
.btn_login a.mypage_link {
  background: #fff;
}
.btn_login a.mypage_link.kigyo_login {
  border: 2px solid #6bafd3;
}
.btn_login a.mypage_link:hover {
  background: #f8d305;
}
.btn_login a.mypage_link.kigyo_login:hover {
  background: #6bafd3;
  color: #fff;
}
.btn_login a:hover {
  background: #fff;
  text-decoration: none;
  opacity: 1;
}
.g_navi ul.header__menu {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  justify-content: flex-end;
  align-items: flex-end;
}

.g_navi li {
  margin-right: 4%;
  text-align: left;
}

.g_navi a {
  color: #343431;
  font-size: 13px;
  position: relative;
  display: block;
  /* transition: .3s; */
}

.g_navi a:hover {
  color: #f8ad05;
  text-decoration: none;
}

/* .g_navi a::after {
	position: absolute;
	bottom: 5px;
	left: 0;
	content: '';
	width: 100%;
	height: 2px;
	background-color: #f8d305;
	opacity: 0;
	transition: .3s;
} */

.g_navi a:hover::after {
	bottom: -2px;
	opacity: 1;
}

/* .g_navi li:nth-child(1) a {
  background: url(../../image/jobcafe/common/icon_navi1.png) center 0 no-repeat;
  background-size: 35px 28px;
  padding-top: 32px;
}
.g_navi li:nth-child(2) a {
  background: url(../../image/jobcafe/common/icon_navi2.png) center 0 no-repeat;
  background-size: 24px 31px;
  padding-top: 32px;
}
.g_navi li:nth-child(3) a {
  background: url(../../image/jobcafe/common/icon_navi3.png) center 0 no-repeat;
  background-size: 28px 31px;
  padding-top: 32px;
}
.g_navi li:nth-child(4) a {
  background: url(../../image/jobcafe/common/icon_navi4.png) center 0 no-repeat;
  background-size: 45px 33px;
  padding-top: 32px;
}
.g_navi li:nth-child(5) a {
  background: url(../../image/jobcafe/common/icon_navi5.png) center 0 no-repeat;
  background-size: 33px 31px;
  padding-top: 32px;
}
.g_navi li:nth-child(6) a {
  background: url(../../image/jobcafe/common/icon_navi6.png) center 0 no-repeat;
  background-size: 35px 31px;
  padding-top: 32px;
} */

.g_navi li:last-child {
  margin-right: 0;
}









.header__menu {
  /* position: relative; */
  width: 100%;
  text-align: center;
  list-style: none;
  padding: 0;
}
.header__menu > li {
  display: inline-block;
  margin-right: 0;
  transition: 0s !important;
}

.header__menu li a,
.sub_list_link {
  display: inline-block;
  padding: 15px 15px 15px 20px;
  text-decoration: none;
  width: 100%;
}

.member_link_btn {
  background-color: #ea9a49;
  color: #fff !important;
}

.company_link_btn {
  background-color: #6bafd3;
  color: #fff !important;
}

.header__menu li a:hover {
  color: #000 !important;
  opacity: 1;
}

.mega__menu-second {
  visibility: hidden;
  opacity: 0;
}
.header__menu > li:hover,
.mega__menu.member_link_btn:hover {
  background: #f8d305;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.header__menu .sub_navi_li li a {
  padding: 10px 15px 10px 20px;
}
.header__menu .sub_navi_li li a:hover {
  background: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.header__menu .sub_navi_li li a.newregistration {
  width: auto;
}

li.mega__menu .mega__menu-second {
  position: absolute;
  top: 100px;
  left: 0;
  width: 100vw;
  margin: 0 calc(49.5% - 50vw);
  background: #f8d305;
  padding: 25px 20px;
  box-sizing: border-box;
  /* transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease; */
}

li.mega__menu:hover .mega__menu-second {
  top: 65px;
  visibility: visible;
  opacity: 1;
  z-index: 100;
}

.mega__menu-second {
  display: flex;
  justify-content: center;
}

.sub_navi_head {
  margin: 0;
  font-weight: bold;
  font-size: 25px;
  border-right: 1px solid;
  padding-right: 20px;
  margin-right: 40px;
  display: flex;
  align-items: center;
  color: #333;
}

.sub_navi_list {
  padding-left: 0.5em;
}

.sub_navi_list.two_block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

/* .header__menu li.mega__menu > a::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(25,27,31,.1);
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  transition: .25s ease-out;
}

.header__menu li.mega__menu:hover a::before {
  opacity: 1;
  visibility: visible;
} */

.sub_navi_li {
  /* width: 17%; */
  margin-right: 5%;
}

.sub_navi_li li {
  margin-right: 0;
}

.sub_navi_li.sub_list li,
.sub_navi_list li {
  text-align: left;
  
}

.sub_navi_li.sub_list .two_block li {
  width: 49%;
}

.sub_navi_li.sub_list li .sub_navi_list a {
  padding: 10px 15px;
}

.sub_navi_li li span {
  position: relative;
}

.sub_navi_li li span.sub_list_link {
  font-size: 14px;
  padding: 10px 15px 10px 20px;
}

.sub_navi_li li span.sub_list_link::before {
  top: 16px;
  left: 3px
}

.sub_navi_li li span::before {
  content: "";
  border-right: 5px solid transparent;
  border-bottom: 10px solid #000;
  border-left: 5px solid transparent;
  position: absolute;
  top: 5px;
  left: -15px;
  transform: rotate(90deg);
}





/*==========================================================================
  下層ページ
==========================================================================*/
.page_head {
  margin-bottom: 20px;
}

/** タイトル装飾 **/
.page_ttl {
  text-align: center;
  background: url(./image/jobcafe/common/bg_page_main.png) 0 0 repeat;
  background-size: auto;
  margin-bottom: 15px;
}

.page_ttl h1,
.page_ttl p {
  margin-bottom: 0;
  font-weight: bold;
  font-size: 24px;
  position: relative;
  padding: 10px 10px 20px;
  margin: 0 auto;
  max-width: 1000px;
}

.page_ttl h1::after,
.page_ttl p::after {
  content: "";
  background: url(./image/jobcafe/common/icon_ttl.png) 0 0 repeat-x;
  background-size: 103px 8px;
  width: 103px;
  height: 8px;
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.page_ttl_h2 {
  margin-bottom: 20px;
}

.page_ttl_h2 .ttl {
  font-size: 20px;
  border-left: 8px solid #f8d305;
  padding: 3px 10px 5px;
  margin: 0;
  line-height: 1.3;
}

/** パンくず **/
.contents_inner {
  max-width: 1220px;
  width: 100%;
  margin: 0 auto;
}

.breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0;
}

.breadcrumb ol li {
  list-style-type: none;
  position: relative;
  font-size: 13px;
}

.breadcrumb ol li a {
  color: #343431;
  font-size: 13px;
}

.breadcrumb ol li:not(:last-child)::after {
  content: ">";
  margin: 0 10px;
}


/*==========================================================================
  汎用パーツ
==========================================================================*/
.contents_box {
  background: #fff;
  padding: 10px 30px;
}

.head_ttl_p {
  font-size: 30px;
  margin: 0 auto 20px;
  text-align: center;
  width: 80%;
}

.head_ttl_p p {
  display: inline-block;
  position: relative;
  margin-bottom: 0;
  line-height: 1.3;
}

.head_ttl_p p::before {
  content: "";
  position: absolute;
  background: url(./image/jobcafe/common/parts/head_icon_left.png);
  left: -50px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 31px;
  height: 50px;
}

.head_ttl_p p::after {
  content: "";
  position: absolute;
  background: url(./image/jobcafe/common/parts/head_icon_right.png);
  right: -50px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 31px;
  height: 50px;
}

.contents_box .head_ttl {
  margin-bottom: 0;
}

.flex_photo_parts {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.flex_photo_parts.center {
  justify-content: center;
}

.flex_photo_parts figure {
  margin-bottom: 0;
  width: 39%;
  margin-right: 2%;
}

.flex_photo_parts figure:last-child {
  margin-right: 0;
}

.flex_photo_parts figure img {
  margin-bottom: 3px;
}

.flex_photo_parts figcaption {
  font-size: 13px;
  line-height: 1.3;
  text-align: center;
}

.flex_photo_parts.three_photo figure {
  width: 30%;
}

.flex_text {
  font-size: 14px;
  line-height: 1.8;
  width: 59%;
}

.flex_text p:last-child {
  margin-bottom: 0;
}

.left_text_parts,
.center_text_parts {
  font-size: 14px;
  line-height: 1.8;
}

.left_text_parts p:last-child,
.center_text_parts p:last-child {
  margin-bottom: 0;
}

.center_text_parts {
  text-align: center;
}

.right_btn_parts {
  text-align: right;
}

.link_btn {
  margin-bottom: 0;
}

.link_btn a {
  background: #f8d305;
  border-radius: 5px;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
  color: #343431;
  display: inline-block;
  font-size: 14px;
  padding: 10px 18px;
}

.link_btn a:hover {
  text-decoration: none;
}

.link_btn.big_font a {
  font-size: 16px;
  padding: 20px 45px 20px 18px;
  position: relative;
}

.link_btn.big_font a::after {
  position: absolute;
  content: "";
  background-image: url(./image/jobcafe/common/parts/btn_arrow.png);
  background-repeat: no-repeat;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: 10px;
  width: 25px;
  height: 13px; 
}

.job_side_box > .link_btn {
  max-width: 170px;
  width: 100%;
  margin: 15px auto 0;
}

.job_side_box > .link_btn a {
  display: block;
  background: #fff;
  color: #343431;
  font-size: 14px;
  box-shadow: 2px 2px #c9d4dd;
  padding: 10px 23px;
  min-width: auto;
  text-align: center;
  width: 100%;
  position: relative;
  transition: .5s;
}

.job_side_box > .link_btn a::after {
  content: "＞";
  background: none;
  font-size: 13px;
  width: auto;
  height: auto;
  right: 7px;
  top: 50%;
  margin-top: -9px;
  position: absolute;
}

.job_side_box > .link_btn a:hover {
  background: #eb6100;
  color: #fff;
  text-decoration: none;
}

.center_btn_parts {
  text-align: center;
}

.link_btn.color_orange a {
  background: #eb6100;
  color: #fff;
  font-size: 13px;
  padding: 10px 90px;
}

.flex_photo_block {
  display: flex;
  justify-content: space-between;
}

.photo_img {
  margin-bottom: 0;
  text-align: center;
}

.flex_photo_block .photo_img:first-child {
  margin-right: 3%;
}

.head_ttl.center {
  text-align: center;
}

.head_ttl h4 {
  margin-bottom: 0;
  font-size: 18px;
  background: linear-gradient(transparent 60%, #f8d305 60%);
  display: inline-block;
  padding: 0 5px;
}

.movie_parts {
  display: flex;
  justify-content: center;
}

.movie_block {
  display: inline-block;
  margin-bottom: 30px;
  margin-right: 5%;
  position: relative;
}

.movie_block::before {
  content: "";
  background-image: url(./image/jobcafe/common/parts/movie_icon.png);
  background-repeat: no-repeat;
  position: absolute;
  width: 67px;
  height: 44px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.movie_block:last-child {
  margin-right: 0;
  margin-bottom: 0;
}

.movie_block:nth-child(3), .movie_block:nth-child(6), .movie_block:nth-child(9), .movie_block:nth-child(12), .movie_block:nth-child(15), .movie_block:nth-child(18), .movie_block:nth-child(21), .movie_block:nth-child(24), .movie_block:nth-child(27), .movie_block:nth-child(30) {
  margin-right: 0;
  margin-bottom: 30px;
}

.movie_block img:hover {
  opacity: .7;
}

.height_block {
  height: 10px;
}

.height_block.white_color {
  background: #fff;
}

.subheading {
  font-size: 17px;
  display: inline-flex;
  align-items: center;
}

.subheading::before{
  content: "▶︎";
  color: #f8d305;
  font-size: 16px;
  margin-left: -0.75em;
  margin-right: 0.5em;
}

.subheading h4 {
  margin-bottom: 0;
}

.message_parts {
  position: relative;
  margin: 20px auto 0;
  width: 90%;
}

.message_ttl {
  background: #fff7cd;
  font-size: 15px;
  margin-bottom: 0;
  padding: 5px 25px;
  position: absolute;
  top: -12px;
  left: -30px;
}

.message_text {
  background: #f8f8f4;
  font-size: 14px;
  line-height: 1.8;
  padding: 30px 30px 15px;
}

.message_text p:last-child {
  margin-bottom: 0;
}


/* ホバーアクション */
.flash:hover {
  opacity: 1;
  -webkit-animation: flash 1.5s;
  animation: flash 1.5s;
}

@-webkit-keyframes flash {
  0% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}



/*==========================================================================
  フッター
==========================================================================*/
#footer {
  background: #343431;
}

.f_navi_wrap {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  padding: 40px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.f_navi_box:nth-child(1) {
  width: 20%;
  margin-right: 3%;
}
.f_navi_box:nth-child(2) {
  width: 20%;
  margin-right: 3%;
}
.f_navi_box:nth-child(3) {
  width: 20%;
}
.f_navi_box ul {
  margin-bottom: 40px;
}

.f_navi_box ul:last-child {
  margin-bottom: 0;
}

.f_navi_box li {
  margin-bottom: 10px;
}

.f_navi_box li a {
  color: #dbdbd2;
  font-size: 13px;
  font-weight: normal;
}

.f_navi_box li a:not([href]):not([tabindex]) {
  color: #dbdbd2;
  pointer-events: none;
}

#footer {
  line-height: 1.2;
}
.f_navi_box li.f_navi_ttl {
  color: #fff;
  font-size: 14px;
}

.f_navi_ttl-sub {
  padding-left: 1em;
}

.f_navi_box li.f_navi_ttl a {
  color: #fff;
  font-weight: bold;
  font-size: 14px;
}

.f_logo {
  text-align: center;
}

.footer_inner {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  border-bottom: 1px solid #dbdbd2;
  padding-bottom: 30px;
}

.copyright {
  text-align: center;
  color: #fff;
  padding: 20px;
}

.copyright small {
  font-size: 13px;
  font-weight: normal;
}

.footer_bnr_block {
  display: flex;
  flex-wrap: wrap;
  margin: 30px 1% -10px;
  justify-content: center;
}

.footer_bnr {
  margin-right: 1%;
  width: 15%;
}

.footer_bnr:last-child {
  margin-right: 0;
}

.f_navi_ttl.add_ttl {
  margin-top: 30px;
}




/*==========================================================================
  レスポンシブ
==========================================================================*/
@media screen and (min-width: 769px) {
  .sp_only {
    display: none;
  }
}

@media screen and (max-width: 1500px) {
  /* .h_logo {
    width: 18%;
  }
  .h_cnts {
    width: 81%;
  } */
}

@media screen and (max-width: 1400px) {
  .h_logo {
    width: 100%;
  }
  .h_cnts {
    width: 100%;
  }
}

@media screen and (max-width: 1300px) {
  .header_inner {
    display: block;
  }
  .h_cnts {
    margin-top: 10px;
    width: 100%;
  }
  li.mega__menu:hover .mega__menu-second {
    top: 106px;
  }
  .sub_navi_li {
    width: 25%;
  }
}

@media screen and (max-width: 1105px) {
  /** ヘッダー **/
  .h_logo {
    margin-right: 3%;
  }

  .g_navi li {
    margin-right: 0;
    width: calc((100% – 15px) / 6);
  }

  .g_navi ul {
    align-items: flex-start;
  }

  .h_cnts {
    width: 100%;
  }
}

@media screen and (max-width: 1000px) {
  .header__menu li a {
    padding: 15px 8px 15px 13px;
  }
}

@media screen and (max-width: 900px) {
  /*** ハンバーガーメニュー ***/
  .sp_navi_trigger {
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    z-index: 1000;
    width: 70px;
    height: 66px;
    margin-top: -33px;
  }
  .sp_navi_trigger::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 35px;
    height: 1px;
    margin: 0 0 0 -16px;
    background: #000;
    box-shadow: 0 -9px 0 0 #000, 0 10px 0 0 #000;
    transition: 0.4s;
  }
  .sp_navi_trigger.active {
    background: rgba(255, 255, 255, 0.5);
    top: 0;
    margin-top: 0;
    right: 0;
    position: fixed;
  }
  .sp_navi_trigger.active::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 1px;
    margin: 0 0 0 -8px;
    background: #444;
    box-shadow: none;
    transform: rotate(45deg);
    transition: 0.4s;
  }
  .sp_navi_trigger.active::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 1px;
    margin: 0 0 0 -8px;
    background: #444;
    box-shadow: none;
    transform: rotate(-45deg);
    transition: 0.4s;
  }
  .sp_navi_inner {
    display: none;
  }
  .sp_navi_inner.active {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    background: rgba(207, 208, 150, 0.9);
    padding-top: 66px;
  }
  .sp_navi_inner .sp_navigation {
    position: relative;
    overflow: scroll;
    height: 100%;
    color: #fff;
    font-size: 0.85em;
    line-height: 50px;
  }
  .sp_navi_inner .top_navi {
    /* border-bottom: rgba(0, 0, 0, 0.5) 1px solid; */
    line-height: 60px;
    font-size: 1em;
    font-weight: 600;
    background: #fff;
  }
  .sp_navi_inner .top_navi.nav_login,
  .sp_navi_inner .top_navi.nav_list {
    background: #f8d305;
  }
  .sp_navi_inner .top_navi a::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -5px;
    width: 0.4em;
    height: 0.4em;
    margin-right: 0.5em;
    border-top: #fff 1px solid;
    border-right: #fff 1px solid;
    transform: rotate(45deg);
  }
  .sp_navi_inner .sp_navigation li a {
    display: block;
    color: #000;
    position: relative;
    padding: 0 1em;
    border-bottom: rgba(0, 0, 0, 0.5) 1px dotted;
    font-weight: normal;
    font-size: 15px;
  }
  .sp_navi_inner .sp_navigation li a::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -5px;
    width: 0.5em;
    height: 0.5em;
    margin-right: 0.5em;
    border-top: #000 1px solid;
    border-right: #000 1px solid;
    transform: rotate(45deg);
  }
  .sp_navi_inner .sp_navigation li {
    line-height: 45px;
  }
  .sp_navi_inner .sp_navigation .top_navi {
    line-height: 60px;
  }
  .sp_navi_inner .sp_navigation span.top_navi {
    display: block;
    padding: 0 1em;
  }

}


@media screen and (max-width: 1100px) {
  #header .sp_only {
    display: block !important;
  }
  .h_cnts.pc_only {
    display: none !important;
  }

  /*** ハンバーガーメニュー ***/
  .sp_navi_trigger {
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    z-index: 1000;
    width: 70px;
    height: 66px;
    margin-top: -33px;
  }
  .sp_navi_trigger::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 35px;
    height: 1px;
    margin: 0 0 0 -16px;
    background: #000;
    box-shadow: 0 -9px 0 0 #000, 0 10px 0 0 #000;
    transition: 0.4s;
  }
  .sp_navi_trigger.active {
    background: rgba(255, 255, 255, 0.5);
    top: 0;
    margin-top: 0;
    right: 0;
    position: fixed;
  }
  .sp_navi_trigger.active::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 1px;
    margin: 0 0 0 -8px;
    background: #444;
    box-shadow: none;
    transform: rotate(45deg);
    transition: 0.4s;
  }
  .sp_navi_trigger.active::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 1px;
    margin: 0 0 0 -8px;
    background: #444;
    box-shadow: none;
    transform: rotate(-45deg);
    transition: 0.4s;
  }
  .sp_navi_inner {
    display: none;
  }
  .sp_navi_inner.active {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    background: rgba(207, 208, 150, 0.9);
    padding-top: 66px;
  }
  .sp_navi_inner .sp_navigation {
    position: relative;
    overflow: scroll;
    height: 100%;
    color: #fff;
    font-size: 0.85em;
    line-height: 50px;
  }
  .sp_navi_inner .top_navi {
    /* border-bottom: rgba(0, 0, 0, 0.5) 1px solid; */
    line-height: 60px;
    font-size: 1em;
    font-weight: 600;
    background: #fff;
  }
  .sp_navi_inner .top_navi.nav_login,
  .sp_navi_inner .top_navi.nav_list {
    background: #f8d305;
  }
  .sp_navi_inner .top_navi a::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -5px;
    width: 0.4em;
    height: 0.4em;
    margin-right: 0.5em;
    border-top: #fff 1px solid;
    border-right: #fff 1px solid;
    transform: rotate(45deg);
  }
  .sp_navi_inner .sp_navigation li a {
    display: block;
    color: #000;
    position: relative;
    padding: 0 1em;
    border-bottom: rgba(0, 0, 0, 0.5) 1px dotted;
    font-weight: normal;
    font-size: 15px;
  }
  .sp_navi_inner .sp_navigation li a::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -5px;
    width: 0.5em;
    height: 0.5em;
    margin-right: 0.5em;
    border-top: #000 1px solid;
    border-right: #000 1px solid;
    transform: rotate(45deg);
  }
  .sp_navi_inner .sp_navigation li {
    line-height: 45px;
  }
  .sp_navi_inner .sp_navigation .top_navi {
    line-height: 60px;
  }
  .sp_navi_inner .sp_navigation span.top_navi {
    display: block;
    padding: 0 1em;
  }

  .top_navi_sub {
    display: none;
    padding-left: 2em;
    background-color: #ffef95;
  }
  .top_navi_sub a {
    padding: 5px 1em !important;
  }
  .sp_navi_inner .sp_navigation li a.navi_sub:not([href]):not([tabindex]):hover {
    background-color: #f8d305;
    color: #000;
  }
  .navi_sub.on {
    background-color: #f8d305;
    transition: .4s;
  }
  .on + .top_navi_sub {
    display: block;
  }
  .sp_navi_inner .sp_navigation li a.on::before {
    transform: rotate(135deg);
  }
  .sp_navi_inner .sp_navigation li a.noclick:not([href]):not([tabindex]) {
    pointer-events: none;
    text-decoration: none;
  }
  .sp_navi_inner .sp_navigation li a.noclick:not([href]):not([tabindex])::before {
    content: none;
  }
  .side_menu1 a::before {
    content: none;
  }
  .header_inner {
    position: relative;
  }
  .h_logo {
    margin-bottom: 20px;
  }
}



@media screen and (max-width: 768px) {
  .contents_inner {
    padding: 0 10px;
  }
  
  /** ヘッダー **/
  .header_inner {
    position: relative;
  }
  .h_logo {
    margin-bottom: 20px;
    width: 35%;
  }
  .h_cnts {
    width: 100%;
  }
  .btn_login {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
  }

  .sav_logo {
    width: 95px;
    margin-bottom: 5px;
  }
  .h_login_btn {
    position: absolute;
    right: 85px;
    top: 31%;
    z-index: 2;
    margin-top: -21px;
  }

  .h_login_btn a {
    height: 43px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f8d305;
    color: #343431;
    padding: 10px 25px;
    font-size: 15px;
    border-radius: 5px;
  }

  .h_login_btn a.mypage_link {
    margin-top: 13px;
    border: 2px solid #f8d305;
    background: #fff;
  }

  /*** ハンバーガーメニュー ***/
  .sp_navi_trigger {
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    z-index: 1000;
    width: 70px;
    height: 66px;
    margin-top: -33px;
  }
  .sp_navi_trigger::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 35px;
    height: 1px;
    margin: 0 0 0 -16px;
    background: #000;
    box-shadow: 0 -9px 0 0 #000, 0 10px 0 0 #000;
    transition: 0.4s;
  }
  .sp_navi_trigger.active {
    background: rgba(255, 255, 255, 0.5);
    top: 0;
    margin-top: 0;
    right: 0;
    position: fixed;
  }
  .sp_navi_trigger.active::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 1px;
    margin: 0 0 0 -8px;
    background: #444;
    box-shadow: none;
    transform: rotate(45deg);
    transition: 0.4s;
  }
  .sp_navi_trigger.active::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 1px;
    margin: 0 0 0 -8px;
    background: #444;
    box-shadow: none;
    transform: rotate(-45deg);
    transition: 0.4s;
  }
  .sp_navi_inner {
    display: none;
  }
  .sp_navi_inner.active {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    background: rgba(207, 208, 150, 0.9);
    padding-top: 66px;
  }
  .sp_navi_inner .sp_navigation {
    position: relative;
    overflow: scroll;
    height: 100%;
    color: #fff;
    font-size: 0.85em;
    line-height: 50px;
  }
  .sp_navi_inner .top_navi {
    border-bottom: rgba(0, 0, 0, 0.5) 1px solid;
    line-height: 60px;
    font-size: 1em;
    font-weight: 600;
    background: #fff7cd;
  }
  .sp_navi_inner .top_navi.nav_login,
  .sp_navi_inner .top_navi.nav_list {
    background: #f8d305;
  }
  .sp_navi_inner .top_navi a::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -5px;
    width: 0.4em;
    height: 0.4em;
    margin-right: 0.5em;
    border-top: #fff 1px solid;
    border-right: #fff 1px solid;
    transform: rotate(45deg);
  }
  .sp_navi_inner .sp_navigation li a {
    display: block;
    color: #000;
    position: relative;
    padding: 0 1em;
    border-bottom: rgba(0, 0, 0, 0.5) 1px dotted;
    font-weight: normal;
    font-size: 15px;
  }
  .sp_navi_inner .sp_navigation li a::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -5px;
    width: 0.5em;
    height: 0.5em;
    margin-right: 0.5em;
    border-top: #000 1px solid;
    border-right: #000 1px solid;
    transform: rotate(45deg);
  }
  .sp_navi_inner .sp_navigation li {
    line-height: 45px;
  }
  .sp_navi_inner .sp_navigation .top_navi {
    line-height: 60px;
  }
  .sp_navi_inner .sp_navigation span.top_navi {
    display: block;
    padding: 0 1em;
  }

  /** 汎用パーツ **/
  .multiple_box .movie_block::before {
    height: 26px;
    background-size: cover;
    width: 40px;
  }

  /* 追従バナー */
  .sp_side_bnrs {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 201;
  }
  .sp_side_bnr_inner {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    background: #fffff3;
    padding: 0.8rem;
  }
  .side_menu_box {
    width: 48.5%;
  }
  .side_menu1 a {
    background: #6aba8b;
    color: #fff;
  }
  .side_menu_box a {
    display: block;
    text-align: center;
    font-size: 19px;
    padding: 13px 5px;
    border-radius: 5px;
    line-height: 1.3;
    position: relative;
  }
  .side_menu1 a::before {
    content: '';
    background: url(./image/jobcafe/common/footer_bnr_icon.jpg) 0 0 no-repeat;
    background-size: 23px;
    height: 38px;
    width: 23px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
  }
  .pagetop {
    bottom: 100px;
  }
  #footer {
    margin-bottom: 90px;
  }


}

@media screen and (max-width: 600px) {
  .pc_only {
    display: none !important;
  }
  .sp_only {
    display: block !important;
  }
  
  /** ヘッダー **/
  #header.fixed {
    top: 0;
  }
  .page_ttl {
    margin-bottom: 15px;
  }
  .page_head {
    margin-bottom: 30px;
  }

  /** フッター **/
  .footer_inner {
    padding-top: 30px;
  }
  .f_navi_wrap {
    display: none;
  }
  .page_sns_box ul {
    justify-content: center;
  }
  .page_sns_box li:nth-child(1) {
    margin: 0;
    text-align: center;
    width: 46%;
  }
  .page_sns_box li:nth-child(2) {
    width: 20%;
    margin-right: 5%;
    margin-left: 5%;
  }
  .page_sns_box li:nth-child(3) {
    width: 20%;
  }
  .page_sns_box li:nth-child(4) {
    width: 70%;
    margin-top: 17px;
    text-align: center;
  }
  .top_navi_sub {
    display: none;
    padding-left: 2em;
    background-color: #ffef95;
  }
  .top_navi_sub a {
    padding: 5px 1em !important;
  }
  .sp_navi_inner .sp_navigation li a.navi_sub:not([href]):not([tabindex]):hover {
    background-color: #f8d305;
    color: #000;
  }
  .navi_sub.on {
    background-color: #f8d305;
    transition: .4s;
  }
  .on + .top_navi_sub {
    display: block;
  }
  .sp_navi_inner .sp_navigation li a.on::before {
    transform: rotate(135deg);
  }
  .sp_navi_inner .sp_navigation li a.noclick:not([href]):not([tabindex]) {
    pointer-events: none;
    text-decoration: none;
  }
  .sp_navi_inner .sp_navigation li a.noclick:not([href]):not([tabindex])::before {
    content: none;
  }
  .side_menu1 a::before {
    content: none;
  }

  /** 汎用パーツ **/
  .movie_parts {
    display: block;
    text-align: center;
  }
  .movie_block {
    margin-right: 0;
  }
  .movie_block:last-child {
    margin-bottom: 0;
  }

  /* サイドコンテンツ */
  .side_contents_block {
    margin: 0 auto;
    width: 100%;
  }
  .side_contents_head {
    font-size: 16px;
  }
  .side_head {
    font-size: 18px;
  }
  .login_li {
    margin-bottom: 20px;
  }
  .login_li a {
    font-size: 16px;
    padding: 20px;
  }
  .pickup_block .side_contents_head {
    font-size: 17px;
    padding-left: 57px;
  }
  .pickup_txt {
    font-size: 14px;
  }
  .pickup_more a {
    font-size: 16px;
    padding: 20px;
  }
  .pickup_flex li {
    font-size: 15px;
    width: 30%;
    text-align: center;
  }
  .soudan_block dl {
    font-size: 14px;
  }
  .prefecture {
    font-size: 17px;
  }
  .soudan_block::after,
  .soudan_block.window::after {
    top: 15px;
    right: 25px;
  }
  .side_tel dd a {
    color: #343431;
  }
  .soudan_block_flex {
    display: block;
  }
  .soudan_block_flex .side_contents {
    width: 100%;
  }
  .side_bnr {
    display: flex;
    flex-wrap: wrap;
  }
  .side_bnr li {
    margin-right: 4%;
    width: 48%;
  }
  .side_bnr li:nth-child(even) {
    margin-right: 0;
  }
}

@media screen and (max-width: 500px) {
  body {
    font-size: 18px;
  }

  /** 汎用パーツ **/
  .head_ttl h4 {
    font-size: 20px;
  }
  .flex_photo_parts {
    display: block;
  }
  .flex_photo_parts figure,
  .flex_photo_parts.three_photo figure {
    margin-right: 0;
    margin-bottom: 20px;
    width: 100%;
  }
  .flex_text {
    font-size: 16px;
    width: 100%;
  }
  .left_text_parts, 
  .center_text_parts {
    font-size: 16px;
  }
  .link_btn a {
    font-size: 16px;
  }
  .link_btn.color_orange a {
    font-size: 15px;
  }
  .flex_photo_block {
    display: block;
  }
  .flex_photo_block .photo_img:first-child {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .movie_parts {
    flex-wrap: wrap;
  }
  .movie_block {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .movie_block:last-child {
    margin-bottom: 0;
  }
  .subheading h4 {
    font-size: 19px;
  }
  .message_parts {
    width: 95%;
  }
  .message_ttl {
    font-size: 17px;
  }
  .message_text {
    font-size: 16px;
  }
}

/* 211207 求人詳細デザイン調整 */
.job_entry_flow {
  counter-reset: step;
}
.entry_flow_box {
  display: flex;
  align-items: center;
  counter-increment: step;
}
.entry_flow_box:not(:last-child) {
  margin-bottom: 20px;
}
.entry_flow_num {
  width: 110px;
  height: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 3%;
  background: #fff59d;
  border-radius: 50%;
  font-size: 15px;
  position: relative;
}
.entry_flow_num span {
  display: block;
  line-height: 1.3;
  text-align: center;
  font-weight: bold;
  position: relative;
  z-index: 2;
}
.entry_flow_num span::after {
  content: counter(step);
  display: block;
  font-size: 24px;
}
.entry_flow_box:not(:last-child) .entry_flow_num::before {
  content: '';
  height: 100%;
  width: 5px;
  background: #fff59d;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -60px;
}
.entry_flow_cnt {
  width: 82%;
}
.entry_flow_cnt h4 {
  margin: 0 0 10px;
  line-height: 1.3;
  border-bottom: 2px solid #f8d305;
  padding: 5px 0 10px;
  font-size: 17px;
}
.entry_flow_cnt p {
  line-height: 1.5;
  font-size: 15px;
}
.job_selection_note {
  margin-top: 15px;
  padding-top: 10px;
  border-top: 1px dashed #f8d305;
  font-size: 15px;
}

@media screen and (max-width: 600px){
  /*求人詳細-選考方法（600px）-----------------------------*/
  .entry_flow_box {
    flex-wrap: wrap;
  }
  .entry_flow_num {
    width: 100%;
    height: auto;
    margin: 0 auto;
    border-radius: 5px;
    padding: 7px;
  }
  .entry_flow_box:not(:last-child) .entry_flow_num::before {
    display: none;
  }
  .entry_flow_cnt {
    width: 100%;
    margin: 0;
    padding: 10px 20px;
    background: #fffde9;
  }
  .entry_flow_cnt h4 {
    text-align: center;
    font-size: 20px;
  }
  .entry_flow_box:not(:last-child) {
    margin-bottom: 20px;
  }
  .entry_flow_num span::after {
    display: inline-block;
    margin-left: 5px;
    font-size: 22px;
  }
  .job_selection_note {
    margin-top: 20px;
  }
}


/* メッセージボックスの未読数 */
  #new_mails {
    font-size: 16px;
    text-align: right;
    width: 100%;
    padding-right: 20px;
    height: 32px;
  }
 
  #header_login_btn{
    color: #333;
    background-color: #fff;
    border-color: #ccc;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
    font-family: inherit;
  }

  #header_login_btn:hover {
    background-color: #cbcbcbbd;
  }

  /* ログイン時はボタンの色を変える */
  #header_login_btn[class~="logged_in"] {
    background-color: #f8d305;
    border-color: #f8d305;
    border: none;
  }
  #header_login_btn[class~="logged_in"]:hover {
    background-color: #fbf494;
  }

  .header_loading {
  font-size:25px;
  position:relative;
  height:1em;
  width:1em;
  padding-left:0.45em;
  overflow:hidden;
  margin-left: auto;
    -webkit-animation:loader-rotate 0.5s steps(12) infinite;
    -moz-animation:loader-rotate 0.5s steps(12) infinite;
    -ms-animation:loader-rotate 0.5s steps(12) infinite;
    -o-animation:loader-rotate 0.5s steps(12) infinite;
    animation:loader-rotate 0.5s steps(12) infinite;
  }
 
  .header_loading i {
  display:block;
  position:absolute;
  height:0.3em;
  width:0.1em;
  border-radius:0.05em;
  background:rgba(0,0,0,0.8);
  transform:rotate(-30deg);
  transform-origin:center 0.5em;
  opacity: 0.8;
  }
 
  @-webkit-keyframes loader-rotate {
    from {transform:rotate(0deg);}
    to {transform:rotate(360deg);}
  }
  @-moz-keyframes loader-rotate {
    from {transform:rotate(0deg);}
    to {transform:rotate(360deg);}
  }
  @-ms-keyframes loader-rotate {
    from {transform:rotate(0deg);}
    to {transform:rotate(360deg);}
  }
  @-o-keyframes loader-rotate {
    from {transform:rotate(0deg);}
    to {transform:rotate(360deg);}
  }
  @keyframes loader-rotate {
    from {transform:rotate(0deg);}
    to {transform:rotate(360deg);}
  }
  
/* -----------------------------------------
 *  印刷時の設定
 * ----------------------------------------- */
 @media print {
  /* リンクの印刷を解除 */
  a[href]:after {
    content: "" !important;
  }
  abbr[title]:after {
    content: "" !important;
  }
}



/* -----------------------------------------
 *  ジョブチャンネル
 * ----------------------------------------- */
/* .contents {
  background-image: url(./image/dummy_img.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  height: 3550px;
} */

.breadcrumb {
  background-color: #fff;
}

/*アニメーション要素のスタイル*/
.animation {
	opacity : 0;
	visibility: hidden;
	transition: .8s;
	transform: translateY(100px);
}

/*アニメーション要素までスクロールした時のスタイル*/
.active {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.contents {
  background-color: #fff;
  margin: 0 auto;
  max-width: 1400px;
}

.wrap {
  margin: 0 auto;
  max-width: 1220px;
  width: 95%;
}

/* mv_wrap */
.mv_wrap {
  max-width: 1100px;
  margin-inline: auto;
}
.mv_wrap p {
  text-align: center;
}
.mv_wrap .sp_only {
  display: none;
}

/* main_movie_wrap */
.main_movie_wrap {
  /* margin-top: -340px; */
  margin-top: 20px;
  padding-bottom: 134px;
  position: relative;
}

.main_movie_wrap::before {
  content: "";
  background-image: url(./image/main-movie_line.svg);
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  height: 360px;
  width: 80%;
}

.main_movie_contents {
  align-items: self-start;
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}

.main_movie_contents-left {
  position: relative;
  width: 53%;
}

.main_movie_contents-movie {
  position: relative;
  width: 94.5%;
  z-index: 1;
}

.main_movie_contents-movie a,
.specialmovie_box {
  position: relative;
  transition: .4s;
}

.main_movie_contents-movie a:hover,
.specialmovie_box:hover {
  opacity: .9;
}

.main_movie_contents-bg {
  position: absolute;
  bottom: -32px;
  right: 0;
  width: 98%;
}

.main_movie_contents-right {
  margin-top: 30px;
  margin-inline: auto;
  text-align: center;
  width: 90%;
}

.main_movie_contents-head {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 27px;
}

.main_movie_contents-head span {
  font-size: 20px;
  margin-left: 10px;
}

.main_movie_contents-txt {
  font-size: 20px;
  line-height: 1.8;
}

.main_movie_contents-txt p {
  margin-bottom: 36px;
}

.main_movie_contents-txt p:last-child {
  margin-bottom: 0;
}

.wrap2 {
  margin: 0 auto;
  width: 92%;
}

.main_movie_contents-movieblock .wrap2 {
  display: flex;
  justify-content: space-between;
}

.contents-movie {
  position: relative;
  margin-bottom: 20px;
}

.contents-movie p {
  position: relative;
  z-index: 1;
}

.contents-movie div {
  position: absolute;
  bottom: -17px;
  right: 0px;
}

.contents-movie_box {
  position: relative;
  z-index: 1;
  width: 46%;
}

.contents-movie_txt {
  font-size: 18px;
  margin-bottom: 0;
  text-align: center;
}


/* search-form */
.search-form__ttl.toggle {
  padding: 38px;
}

.search-form__ttl p {
  background: #fff;
  border: 1px solid #E4E5DC;
  border-radius: 3px;
  margin: 0 auto;
  padding: 7px 20px 7px 50px;
  position: relative;
  width: 280px;
  text-align: center;
  z-index: 1;
}

.search-form__ttl p:hover {
  cursor : pointer;
}

.search_btn::before {
  content: "";
  background-image: url(./image/minus.png);
  background-repeat: no-repeat;
  width: 26px;
  height: 37px;
  position: absolute;
  top: 0;
  left: 10px;
}

.click .search_btn::before {
  background-image: url(./image/plus.png);
}

.search-form__content.toggle__content {
  position: relative;
  z-index: 1;
}

.search-form__item dt {
  background-color: #F8D305;
  font-size: 26px;
  padding: 11px;
  text-align: center;
}

.search-form__item input[type=text] {
  border: 1px solid #F8D305;
  width: 100%;
  padding: 10px;
}

.search-form__item dd {
  background: #fff;
  font-size: 15px;
  padding: 36px 20px 28px;
  margin: 0;
}

.search-form__list {
  display: flex;
  flex-wrap: wrap;
}

.search-form__list li {
  display: inline-block;
  padding-right: 25px;
  margin-bottom: 4px;
  width: 24.5%;
}

.search-form__list li:nth-child(4n) {
  margin-right: 0;
}

.search-form__list input[type="checkbox"]{
  display: none;
}
.search-form__list input[type="checkbox"] + span{
  cursor: pointer;
  display: inline-block;
  position: relative;
  padding-left: 35px;
}
/* .search-form__list input[type="checkbox"]:checked + span{
  color: #F8D305;
  font-weight: bold;
} */
.search-form__list input[type="checkbox"] + span::before{
  content: "";
  position: absolute;
  display: block;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  left: 0;
  top: 2px;
  border: 2px solid;
  border-radius: 3px;
  border-color:  #585753;
  background-color: #FFF
}
.search-form__list input[type="checkbox"]:checked + span::after{
  content: "";
  position: absolute;
  display: block;
  box-sizing: border-box;
  width: 25px;
  height: 15px;
  top: -3px;
  left: 0px;
  transform: rotate(-45deg);
  border-bottom: 4px solid;
  border-left: 5px solid;
  border-color: #F8D305;
}

.kodawari_block {
  margin-bottom: 50px;
}

.kodawari_block:last-child {
  margin-bottom: 0;
}

.kodawari_head {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  display: inline-block;
  background:linear-gradient(transparent 60%, #F8D305 60%);
}

.search-form__item {
  margin-bottom: 43px;
}

.search-form__submit {
  text-align: center;
}

.search-form__submit input {
  border: 3px solid #F8D305;
  background: #F8D305;
  border-radius: 40px;
  font-size: 18px;
  padding: 16px 162px;
  transition: .4s;
}

.search-form__submit input:hover {
  background: #fff;
}

.search_wrap {
  background: #F4F3F2;
  position: relative;
}

.search-form__content.toggle__content {
  padding-bottom: 66px;
}

.search_wrap::before {
  content: "";
  background-image: url(./image/search_bg02.svg);
  background-repeat: no-repeat;
  position: absolute;
  bottom: 10px;
  left: 0;
  height: 290px;
  width: 24%;
}

.search_page .search_wrap::before {
  content: none;
}

.search_wrap::after {
  content: "";
  background-image: url(./image/search_bg01.svg);
  background-repeat: no-repeat;
  position: absolute;
  top: -264px;
  right: 0;
  height: 394px;
  width: 38%;
}

.search_page .search_wrap::after {
  background-image: url(./image/search_bg01-2.svg);
  top: -84px;
}

/* movie_wrap */
.movie_wrap .wrap {
  padding: 60px 0 60px;
  display: flex;
  flex-wrap: wrap;
}
.tabbtn {
  background-color: #fff;
  border: 1px solid #343431;
  font-size: 14px;
  margin-right: 3px;
  text-align: center;
  padding: 5px 5px 5px 12px;
  transition: .4s;
}
.tabbtn:hover {
  cursor: pointer;
}
.tabbtn.click {
  background-color: #F8D305;
  border: 1px solid #343431;
}
.tabbtn:last-child {
  margin-right: 0;
}


.movie_box {
  margin-right: 6.5%;
  /* margin-bottom: 100px; */
  margin-bottom: 70px;
  position: relative;
  z-index: 1;
  width: 29%;
}

.movie_box:nth-child(3n) {
  margin-right: 0;
}

.moviecontents_block {
  margin-bottom: 18px;
  position: relative;
}

.movie_cat {
  background: #F8D305;
  /* position: absolute; */
  font-size: 15px;
  top: 0;
  left: 0;
  margin: 0;
  text-align: center;
  padding: 8px 30px;
  z-index: 1;
}

.movie_icon,
.contents-movie p.movie_icon {
  margin: 0;
  position: absolute;
  display: inline-block;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 1;
}

.movie_img {
  margin-bottom: 0;
  width: 100%;
  overflow: hidden;
}

.movie_img img {
  transition: .4s;
  width: 354px;
  height: 199px;
  object-fit: cover;
}

.movie_img img:hover {
  transform:scale(1.1,1.1);
}

.company_block {
  align-items: center;
  display: flex;
  margin-bottom: 34px;
}

.company_logo {
  margin: 0 13px 0 0;
}

.company_logo img {
  max-width: 150px;
}

.company_name {
  flex: 1;
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 0;
}

.company_link a {
  border: 3px solid #F8D305;
  background-color: #fff;
  border-radius: 40px;
  color: #000;
  display: block;
  font-size: 18px;  
  padding: 15px 35px;
  position: relative;
  text-align: center;
  transition: .4s;
}

.company_link a:hover {
  background-color: #F8D305;
  opacity: 1;
  text-decoration: none;
}

.company_link a::after {
  content: "";
  background-image: url(./image/btn_icon.svg);
  background-repeat: no-repeat;
  width: 14px;
  height: 21px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.company_link a:hover:after {
  background-image: url(./image/btn_icon-02.svg);
}

.company_link {
  margin-bottom: 23px;
}

.tag_list {
  margin-bottom: 0;
}

.tag_list li {
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 10px;
}

.tag_list li a {
  background: #F8D305;
  border-radius: 5px;
  color: #000;
  display: inline-block;
  font-size: 12px;
  padding: 3px 6px 3px 34px;
  position: relative;
}

.tag_list li a:hover {
  text-decoration: none;
}

.tag_list li a::before {
  content: "";
  background-image: url(./image/tag_icon.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 17px;
  height: 17px;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.movie_wrap {
  position: relative;
}

.movie_wrap::before {
  content: "";
  background-image: url(./image/movie_bg01.svg);
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: -50px;
  height: 290px;
  width: 57%;
}

.movie_wrap::after {
  content: "";
  background-image: url(./image/movie_bg02.svg);
  background-repeat: no-repeat;
  position: absolute;
  bottom: 12px;
  right: 0;
  height: 348px;
  width: 57%;
}

/* ページネーション */
.cms-pagination {
  margin-top: -70px;
  padding-bottom: 150px;
}

.page-numbers {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.page-numbers li {
  font-size: 18px;
  margin-right: 15px;
}

.page-numbers li:last-child {
  margin-right: 0;
}

.page-numbers span {
  border: 3px solid #F8D305;
  border-radius: 4px;
  background-color: #F8D305;
  width: 45px;
  height: 45px;
  line-height: 40px;
  text-align: center;
}

.page-numbers a {
  border: 3px solid #F8D305;
  border-radius: 4px;
  background-color: #fff;
  width: 45px;
  height: 45px;
  line-height: 40px;
  text-align: center;
  color: #000;
  transition: .4s;
}

.page-numbers a:hover {
  background-color: #F8D305;
  opacity: 1;
  text-decoration: none;
}

.new_icon {
  display: inline-block;
  background: #fb5f5f;
  margin: 0;
  padding: 5px 15px;
  color: #fff;
  font-size: 14px;
}
.release {
  display: inline-block;
  background: #eee;
  margin: 0;
  padding: 5px 15px;
  font-size: 14px;
}

.companies {
  font-size: 20px;
  font-weight: bold;
  margin: 40px 0 -70px;
  text-align: center;
}
.companies span {
  color: #fb5f5f;
  font-size: 30px;
  margin: 0 3px;
}


/* tab */
.tab-cont {
  display: none;
}
.tab-cont.show {
  display: block;
}
.tab-container {
  display: flex;
  justify-content: right;
  position: relative;
  z-index: 1;
  margin-top: 35px;
}


/* レスポンシブ */
@media screen and (max-width: 1100px) {
  .main_movie_wrap {
    /* margin-top: -270px; */
    margin-top: 20px;
  }

}


@media screen and (max-width: 900px) {
  .main_movie_wrap {
    /* margin-top: -200px; */
    margin-top: 20px;
  }
  .search-form__list li {
    width: 33%;
  }
  .movie_box {
    width: 43%;
  }
  .movie_box:nth-child(2n) {
    margin-right: 0;
  }
  .movie_box:nth-child(3n) {
    margin-right: 6.5%;
  }

  .companies {
    margin: 40px 0 0;
  }
}

@media screen and (max-width: 768px) {
  .main_movie_contents {
    display: block;
  }
  .main_movie_contents-left,
  .main_movie_contents-right {
    width: 100%;
  }
  .main_movie_contents-movieblock .wrap2 {
    display: block;
  }
  .contents-movie_box {
    margin-bottom: 30px;
    width: 100%;
  }
  .contents-movie_box p {
    width: 95%;
  }
  .search-form__list li {
    width: 48%;
    margin-bottom: 6px;
  }
  .search-form__ttl.toggle {
    padding: 38px 0;
  }
  .search-form__ttl p {
    width: 300px;
  }
  /* .movie_wrap .wrap {
    display: block;
  } */
  .movie_box {
    margin: 0 auto 70px;
    max-width: 360px;
  }
  .company_link {
    max-width: 360px;
  }
  .movie_box:nth-child(2n),
  .movie_box:nth-child(3n) {
    margin: 0 auto 70px;
  }
  .movie_wrap .wrap {
    padding: 70px 0 170px;
  }

  .footer_bnr_block {
    margin: 30px auto -10px;
    width: 95%;
  }
  .footer_bnr {
    margin-right: 2%;
    width: 32%;
  }
  .footer_bnr:nth-child(-n+3) {
    margin-bottom: 10px;
  }
  .footer_bnr:nth-child(3n) {
    margin-right: 0;
  }
  .side_link {
    display: none;
  }
  .main_movie_wrap::before {
    content: none;
  }
  .search_wrap::before {
    height: 180px;
    width: 200px;
    background-size: contain;
  }
  .company_link {
    margin-bottom: 0;
  }
  .company_block {
    display: block;
    text-align: center;
  }

}

@media screen and (max-width: 650px) {
  .main_movie_wrap {
    /* margin-top: -150px; */
    margin-top: 20px;
    padding-bottom: 70px;
  }
  .movie_img img {
    height: 139px;
  }
  .company_name {
    font-size: 18px;
    line-height: 1.3;
  }
  .movie_cat {
    font-size: 13px;
    line-height: 1.3;
    padding: 8px 10px;
  }
  .company_link a {
    font-size: 14px;
    padding: 15px 35px 15px 20px;
  }
  .company_block {
    margin-bottom: 22px;
  }
  .company_logo {
    margin-bottom: 10px;
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .main_movie_contents-right {
    margin-top: 70px;
  }
  .main_movie_contents-head span {
    display: block;
  }
  .tab-container {
    justify-content: center;
  }
  .tabbtn {
    margin-right: 25px;
  }
  .mv_wrap .pc_only {
    display: none;
  }
  .mv_wrap .sp_only {
    display: block;
  }
}

@media screen and (max-width: 500px) {
  .main_movie_wrap {
    /* margin-top: -140px; */
    margin-top: 20px;
  }
  .search-form__list li {
    width: 100%;
  }
}


/* 島根創生バナー追加 */
.shimanesousei {
  display: inline-block;
  margin-left: 50px;
  width: 180px;
}
@media screen and (max-width: 600px) {
  .f_logo a {
    margin: 0 20px;
  }
  .shimanesousei {
    margin: 20px 0 0 !important;
  }
}