@charset "UTF-8";
/*
Theme Name:AGENT child
Theme URI:
Description:WordPressテーマ「AGENT」の自作子テーマです。
Template:agent_tcd033
Author:vss
Author URI:https://tcd-theme.com/
Version:3.6
*/

/* --------------------------------------------------------------------------------
 web fonts　ウェブフォントファイルを変更した場合はv=1.0の数字を変更（キャッシュ対策）
-------------------------------------------------------------------------------- */
@font-face {
  font-family: "design_plus";
  src: url("fonts/design_plus.eot?v=1.1");
  src: url("fonts/design_plus.eot?v=1.0#iefix") format("embedded-opentype"), url("fonts/design_plus.woff?v=1.1") format("woff"), url("fonts/design_plus.ttf?v=1.1") format("truetype"),
    url("fonts/design_plus.svg?v=1.1#design_plus") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* アイコンフォント */
.icon-arrow-right:before {
  content: "\e910";
}

.icon-file-text:before {
  content: "\f15c";
}

.icon-share-alt:before {
  content: "\f1e0";
}

.icon-phone:before {
  content: "\f095";
}

.icon-envelope:before {
  content: "\f0e0";
}

.icon-tag:before {
  content: "\f02b";
}

.icon-pencil:before {
  content: "\f040";
}

.icon-close:before {
  content: "\e91a";
}

/* This is a small security for too long strings titles */
body {
  word-wrap: break-word;
}

/* Alignment */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}

/* Images and wp-captions should always fit and be responsive */
img {
  display: inline-block;
  height: auto;
  max-width: 100%;
}
img[class*="wp-image-"] {
  margin-top: 10px;
  margin-bottom: 10px;
}
.wp-caption {
  border: 1px solid #ccc;
  margin-bottom: 10px;
  max-width: 100%;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 0 10px;
}
.wp-caption.aligncenter {
  margin-bottom: 10px;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
}
.wp-caption .wp-caption-text {
  text-align: center;
  margin-top: 10px;
}

/* WP Gallery */
.gallery {
  margin-bottom: 1.5em;
}
.gallery a img {
  border: none;
  height: auto;
  max-width: 90%;
}
.gallery dd {
  margin: 0;
}
.gallery-caption {
  display: block;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
  max-width: 100%;
}

/* Text meant only for screen readers */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar */
}

/* Content */
.main-content-inner {
  padding-bottom: 1.5em;
}
.hentry {
  margin: 0 0 1.5em;
}
.sticky {
  display: block;
}
.bypostauthor {
  display: block;
}
*:has(> wbr) {
  word-break: keep-all;
}

/* Clearing */
.clear {
  clear: both;
}

/*sp*/
.sp {
  display: none !important;
}
/*--- sp ---*/
@media screen and (max-width: 768px) {
  .sp {
    display: block !important;
  }
  .pc {
    display: none;
  }
}
/* Navigation */

.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:active > .dropdown-menu,
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px;
}
.dropdown-submenu:active > a:after {
  border-left-color: #ffffff;
}
.dropdown-submenu.pull-left {
  float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}

/* Here some needed widget styles
 * Most widgets are adapted in the file bootstrap-wp.js - and REALLY easy to modify! ;) */
.widget {
  margin-bottom: 2em;
}
.widget_nav_menu ul.sub-menu li,
.widget_pages ul.children li {
  padding-left: 15px;
}

/* Hiding the search widget's button in widgets. thats just too old-skool. :) but if you want it back, just delete the next line.
 * Note: you can change the whole appearance of the search_form() function in our searchform.php */
.widget_search .search-form input[type="submit"] {
  display: none;
}

/* Make sure select elements fit in widgets */
.widget select {
  max-width: 100%;
}

/* Nested comments? They are threaded and nested already, you just need to add your own styling to finalize!
 * For example with some margin, like the line below ;) Delete, modify, change classes in HTML if you desire another style */
.comment .children {
  margin-left: 1.5em;
}

/**
* Some WP Theme Repository requirements
*/

.sticky {
}

.gallery-caption {
}

.bypostauthor {
}

.entry-meta {
  clear: both;
}

/* パンくずリンク */
#bread_crumb {
  padding: 0 0 20px;
  margin: 20px auto 0;
}
#bread_crumb li.home a {
  float: left;
  height: 15px;
  width: 0px;
  line-height: 15px;
  display: block;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#bread_crumb li.home a span {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}
#bread_crumb li.home a:before {
  font-family: "design_plus";
  color: #888;
  font-size: 14px;
  display: block;
  position: absolute;
  top: 2px;
  left: 0px;
  width: 17px;
  height: 17px;
  line-height: 17px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#bread_crumb li.home:after {
  display: none;
}
#bread_crumb li.home a:before {
  content: "\e90c";
}
#bread_crumb li.home a:hover:before {
  color: #fff;
}
#bread_crumb li {
  color: #aaa;
  font-size: 12px;
  display: inline;
  padding: 0 15px 0 0;
  margin: 0 0 0 15px;
  line-height: 160%;
  position: relative;
}
#bread_crumb li:after {
  font-family: "design_plus";
  content: "\e910";
  color: #aaa;
  font-size: 9px;
  display: block;
  position: absolute;
  left: -20px;
  top: -1px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#bread_crumb li a {
  color: #888;
}
.pc .no_side #bread_crumb,
.pc .error404 #bread_crumb {
  width: 900px;
}

/* ----------------------------------------------------------------------
 WordPress プリセットスタイル
---------------------------------------------------------------------- */
/* alignment */
.entry-content .alignright {
  float: right;
}
.entry-content .alignleft {
  float: left;
}
.entry-content .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 7px;
}
.entry-content blockquote.alignleft,
.entry-content img.alignleft {
  margin: 7px 24px 7px 0;
}
.entry-content .wp-caption.alignleft {
  margin: 7px 14px 7px 0;
}
.entry-content blockquote.alignright,
.entry-content img.alignright {
  margin: 7px 0 7px 24px;
}
.entry-content .wp-caption.alignright {
  margin: 7px 0 7px 14px;
}
.entry-content blockquote.aligncenter,
.entry-content img.aligncenter,
.entry-content .wp-caption.aligncenter {
  margin-top: 7px;
  margin-bottom: 7px;
}

/* text and headline */
.entry-content p {
  line-height: 2;
  margin: 0 0 2em 0;
}
.entry-content blockquote p {
  line-height: 2;
  margin: 0 0 2em 0;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  clear: both;
  line-height: 1.2;
  font-weight: 600;
  margin: 0 0 10px 0;
  padding: 10px 0 0 0;
}
.entry-content h1 {
  font-size: 150%;
}
.entry-content h2 {
  font-size: 140%;
}
.entry-content h3 {
  font-size: 130%;
}
.entry-content h4 {
  font-size: 120%;
}
.entry-content h5 {
  font-size: 110%;
}
.entry-content h6 {
  font-size: 100%;
}

/* image */
.entry-content img[class*="align"],
.entry-content img[class*="wp-image-"],
.entry-content img[class*="attachment-"],
.entry-content img.size-full,
.entry-content img.size-large,
.entry-content .wp-post-image,
.entry-content img {
  height: auto;
  max-width: 100%;
}

/* list */
.entry-content li,
.entry-content dt,
.entry-content dd {
  line-height: 2.2;
}
.entry-content ul,
.entry-content ol,
.entry-content dl {
  margin-bottom: 24px;
  padding: 0;
}
.entry-content ol {
  list-style: decimal outside none;
  margin-left: 1.5em;
}
.entry-content ul {
  list-style: circle outside none;
  margin-left: 1.3em;
}
.entry-content li > ul,
.entry-content li > ol {
  margin-bottom: 0;
}
.entry-content dt {
  font-weight: bold;
}
.entry-content dd {
  margin-bottom: 1em;
}

/* table */
.entry-content table {
  margin: 0 0 24px 0;
}
.entry-content td,
.entry-content th {
  border: 1px solid #bbb;
  padding: 10px 15px 7px;
  line-height: 2.2;
  background: #fff;
}
.entry-content th {
  background: #ddd;
  font-weight: normal;
}
@media screen and (max-width: 767px) { /* テーマのテーブルスタイル打消し */
  .entry-content .s_table {
    white-space: normal;
  }
}

/* block quote */
.entry-content blockquote {
  margin: 0 0 25px 0;
  padding: 27px 30px 0;
  border: 1px solid #ccc;
  box-shadow: 0px 4px 0px 0px #f2f2f2;
  position: relative;
}
.entry-content blockquote:before {
  content: '"';
  font-style: italic;
  font-size: 30px;
  font-weight: normal;
  line-height: 40px;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 5px;
  left: 10px;
  color: #5cbcd7;
}
.entry-content blockquote:after {
  content: '"';
  font-style: italic;
  font-size: 30px;
  font-weight: normal;
  text-align: left;
  line-height: 60px;
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: 7px;
  right: -2px;
  color: #5cbcd7;
}
.entry-content blockquote cite {
  border-top: 1px dotted #aaa;
  display: block;
  padding: 20px 0 0 0;
  font-style: italic;
  text-align: right;
  font-size: 90%;
}

/* captions */
.entry-content .wp-caption {
  margin-bottom: 24px;
  background: #fff;
  border: 1px solid #ccc;
  padding: 5px;
  max-width: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.entry-content .wp-caption-text {
  text-align: center;
  font-size: 12px;
  font-style: italic;
  line-height: 1.5;
  margin: 9px auto;
}
.entry-content .wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0 auto;
}

/* gallery */
.gallery {
  margin-bottom: 20px;
}
.gallery a img {
  border: 0 !important;
}
.gallery-item {
  float: left;
  margin: 0 4px 4px 0;
  overflow: hidden;
  position: relative;
}
.gallery-columns-1 .gallery-item {
  max-width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 48%;
  max-width: -webkit-calc(50% - 4px);
  max-width: calc(50% - 4px);
}
.gallery-columns-3 .gallery-item {
  max-width: 32%;
  max-width: -webkit-calc(33.3% - 4px);
  max-width: calc(33.3% - 4px);
}
.gallery-columns-4 .gallery-item {
  max-width: 23%;
  max-width: -webkit-calc(25% - 4px);
  max-width: calc(25% - 4px);
}
.gallery-columns-5 .gallery-item {
  max-width: 19%;
  max-width: -webkit-calc(20% - 4px);
  max-width: calc(20% - 4px);
}
.gallery-columns-6 .gallery-item {
  max-width: 15%;
  max-width: -webkit-calc(16.7% - 4px);
  max-width: calc(16.7% - 4px);
}
.gallery-columns-7 .gallery-item {
  max-width: 13%;
  max-width: -webkit-calc(14.28% - 4px);
  max-width: calc(14.28% - 4px);
}
.gallery-columns-8 .gallery-item {
  max-width: 11%;
  max-width: -webkit-calc(12.5% - 4px);
  max-width: calc(12.5% - 4px);
}
.gallery-columns-9 .gallery-item {
  max-width: 9%;
  max-width: -webkit-calc(11.1% - 4px);
  max-width: calc(11.1% - 4px);
}
.gallery-columns-10 .gallery-item {
  max-width: 7%;
  max-width: -webkit-calc(9.4% - 0px);
  max-width: calc(9.4% - 0px);
}
.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n),
.gallery-columns-10 .gallery-item:nth-of-type(10n) {
  margin-right: 0;
}
.gallery-caption {
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-size: 12px;
  line-height: 1.5;
  margin: 0;
  max-height: 50%;
  opacity: 0;
  padding: 6px 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: left;
  width: 100%;
}
.gallery-caption:before {
  content: "";
  height: 100%;
  min-height: 49px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.gallery-item:hover .gallery-caption {
  opacity: 1;
}
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption,
.gallery-columns-10 .gallery-caption {
  display: none;
}

/* etc */
.entry-content .wp-smiley {
  border: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
.entry-content address {
  margin: 0 0 24px 0;
  line-height: 2.2;
}
.entry-content pre {
  border-left: 5px solid #7fc120;
  font-size: 12px;
  margin: 0 0 27px 0;
  line-height: 25px;
  background: url(img/common/pre.gif) repeat left top;
  padding: 0 17px;
  overflow: auto;
}
.entry-content .sticky {
}
.entry-content .mejs-container {
  margin: 12px 0 25px;
}

/*-----------------
contact
-------------------*/
.contents.contact {
  width: 900px;
  margin-bottom: 80px;
  margin-top: 100px;
}
.contents.contact .page-title {
  margin-bottom: 50px;
}
.contact-table {
  width: 900px;
  margin: 0 auto;
  border-top: solid 1px #cccccc;
  border-spacing: 0;
  table-layout: fixed;
  border-collapse: collapse;
  empty-cells: show;
  margin-bottom: 40px;
}
.contact-table tr {
  border-bottom: solid 1px #cccccc;
}
.contact-table tr th {
  width: 240px;
  text-align: left;
  padding: 20px;
  box-sizing: border-box;
  display: table-cell;
  vertical-align: inherit;
  font-weight: bold;
  text-align: -internal-center;
}
.contact-table tr td {
  padding: 20px;
  box-sizing: border-box;
  display: table-cell;
  vertical-align: inherit;
}
.contact-table tr td input[type="text"],
.contact-table tr td input[type="email"],
.contact-table tr td input[type="tel"] {
  background: #f2f2f2;
  border: none;
  border-radius: 5px;
  height: 44px;
  width: 100%;
  padding: 0 15px;
  box-sizing: border-box;
}
.contact-table tr td input[type="text"],
.contact-table tr td input[type="tel"] {
  width: 375px;
}
.contact-table tr td ul {
  list-style: none;
  display: flex;
  padding-left: 0;
}
.contact-table tr td ul li {
  margin-right: 15px;
}
.contact-table tr td textarea {
  background: #f2f2f2;
  border: none;
  border-radius: 5px;
  height: 120px;
  width: 100%;
  padding: 15px;
  box-sizing: border-box;
}
.contact-table .experience-radio-flex {
  display: flex;
}
.contact-table .experience-radio-flex li {
  margin-right: 15px;
}
.contact-table .line-date-block {
  display: block;
}
.contact-table .line-date-flex {
  display: flex;
  margin-bottom: 15px;
}
.contact-table .line-date-flex ul {
  margin-left: 15px;
}
.contact-main {
  margin-bottom: 50px;
}
.contact-main__btn {
  background: #ea74af;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 200px;
  height: 50px;
  border-radius: 0;
  color: #fff;
  font-size: 14px;
  line-height: 50px;
  text-align: center;
  margin: 0 auto;
}
.contact-main__btn a {
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  padding: 0 15px;
}
.contact-tel {
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}
.contact-line {
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}
.textRed {
  color: #e0388c;
}
p.txtRed {
  color: RED;
  margin-top: 5px;
}
.complete.complete {
  text-align: center;
  margin-bottom: 80px;
}
.complete.complete #bread_crumb {
  text-align: left;
}
.complete.complete .main-title2 {
  line-height: 1.5;
}
.complete.complete .complete-text {
  margin-bottom: 30px;
  line-height: 1.5;
}
.contact-main--text {
  width: 900px;
  margin: 0 auto 30px;
  font-size: 15px;
  line-height: 1.5;
}
.contact-main__btn-list {
  position: relative;
  width: 900px;
  margin: 0 auto;
  list-style: none;
}
.contact-main__backbtn {
  position: absolute;
  width: 180px;
  height: 40px;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.contact-main__backbtn a {
  width: 100%;
  height: 100%;
  font-size: 14px;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #bbb;
  position: relative;
}
@media screen and (max-width: 767px) {
  .contents.contact {
    width: 100%;
    margin-bottom: 60px;
    margin-top: 60px;
  }
  .contact-bread_crumb {
    width: 100%;
  }
  .contents.contact {
    margin-bottom: 60px;
  }
  .contact-table {
    width: 100%;
  }
  .contact-table tr th {
    width: 100%;
    text-align: left;
    padding: 20px 0 8px;
    display: block;
  }
  .contact-table tr th.table-text {
    padding: 20px 0;
  }
  .contact-table tr td {
    padding: 8px 0 20px;
    display: block;
  }
  .contact-table tr td input[type="text"],
  .contact-table tr td input[type="tel"] {
    width: 100%;
  }
  .contact-main--text {
    width: 100%;
    margin: 0 auto 30px;
  }
  .contact-main__btn-list {
    position: relative;
    width: 100%;
    margin: 0 auto;
  }
  .contact-main__btn {
    width: 80%;
  }
  .contact-main__backbtn {
    position: static;
    width: 60%;
    height: 40px;
    margin: 15px auto 0;
  }
}
/*vk_jobInfo*/
.vk_jobInfo {
  margin-bottom: 30px;
}
.vk_jobInfo_table {
  width: 100%;
  border: 1px solid #ddd;
}
.vk_jobInfo_table tr th {
  padding: 18px 15px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
  background: #f5f5f5;
}
.vk_jobInfo_table tr td {
  padding: 18px 15px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
@media screen and (max-width: 767px) {
  .vk_jobInfo_table tr th {
    display: block;
    padding: 15px;
    line-height: 1.42857143;
  }
  .vk_jobInfo_table tr td {
    padding: 15px;
    line-height: 1.42857143;
    display: block;
  }
  .vk_jobInfo_table tr:first-child th {
    border-top: none;
  }
}
@media screen and (max-width: 767px) {
  .content.staff-archive .staff-archive_w {
    width: 100% !important;
    padding: 0 15px;
    box-sizing: border-box;
  }
}
/*ページヘッダー画像無し*/
.page-id-120 .container.original-style,
.page-id-139 .container.original-style,
.container.mT_def {
  margin-top: 120px !important;
}
@media screen and (max-width: 767px) {
  .page-id-120 .container.original-style,
  .page-id-139 .container.original-style,
  .container.mT_def {
    margin-top: 60px !important;
  }
}
#agent-header-outer .navbar-default .navbar-nav > li > a {
  font-size: 14px;
}
.arrow_ico2 {
  right: 17px !important;
}
/*スタッフの声*/
.content.staff-archive .separator2 .title {
  margin-bottom: 30px !important;
}
.link-button-azure_top,
.link-button-azure_btm {
  right: 0 !important;
  padding: 14px 10px 12px !important;
  font-size: 14px !important;
}
#agent-header-outer .col-xs-20 {
  width: auto !important;
}
#agent-header-outer .col-lg-80 {
  width: 54.666667%;
}
#agent-header-outer .navbar-default .navbar-nav > li > a {
  padding: 10px 9px;
}
/*------------
募集要項ページ
--------------*/
.separator {
  padding-top: 0 !important;
}
.separator .title {
  background: none !important;
}
.separator .title .liner {
  color: #333;
  font-size: 40px;
  text-align: center;
  font-weight: bold;
}
.recruit-store-list {
  display: flex;
  list-style-type: none;
  justify-content: space-between;
  flex-wrap: wrap;
  font-family: "游ゴシック", "Meiryo", sans-serif;
  padding: 0;
  margin-top: 40px;
}
.recruit-store-list li {
  width: 49%;
}
.recruit-store-list li p {
  display: none;
}
.recruit-store-list li a {
  display: block;
  background: #faf5f7;
  width: 100%;
}
.recruit-store-list li a dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.recruit-store-list li a dl dt {
  display: block;
  width: 150px;
  overflow: hidden;
}
.recruit-store-list li a dl dt img {
  display: block;
  width: 100% !important;
  height: auto;
}
.recruit-store-list li a dl dd {
  width: calc(100% - 174px);
  font-size: 24px;
  color: #e32d88;
  font-weight: bold;
}
.recruit-store-list li a dl span {
  font-size: 16px;
  color: #333;
  font-weight: normal;
}
.recruit-store-list li a dl::after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: url(http://mjrecruit.local/wp-content/uploads/2022/08/icon_arrow.png);
  position: absolute;
  top: calc(50% - 15px);
  right: 15px;
}
@media screen and (max-width: 767px) {
  .separator .title.height-auto {
    height: auto !important;
  }
  .recruit-store-list {
    display: block;
  }
  .recruit-store-list li {
    width: 100%;
  }
  .recruit-store-list li a dl dd {
    font-size: 18px;
    box-sizing: border-box;
    padding-right: 5px;
  }
  .recruit-store-list li a dl dd span {
    font-size: 16px;
  }
  .separator.sp-mt {
    padding-top: 30px !important;
  }
}

.desc1.page_desc .desc-text {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  margin-top: -40px;
  margin-bottom: 30px;
}
.recruit-job__list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
}
.recruit-job__list--item {
  /*width:32.5%;*/
  width: 100%;
}
/* .recruit-job__list--item:not(:nth-of-type(3n)){
  margin-right: 1.25%;
} */
.recruit-job__list--item a {
  display: block;
  width: 100%;
  box-sizing: border-box;
  height: auto;
  font-size: 20px;
  font-weight: bold;
  color: #e32d88;
  background: #faf5f7;
  padding: 35px 20px;
  position: relative;
  margin-bottom: 15px;
}
.recruit-job__list--item a::after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: url(http://mjrecruit.local/wp-content/uploads/2022/08/icon_arrow.png);
  position: absolute;
  top: calc(50% - 15px);
  right: 15px;
}
.rec-ttl_pho {
  margin-bottom: 10px;
}
@media only screen and (max-width: 1000px) {
  .recruit-job__list {
    justify-content: space-between;
  }
  .recruit-job__list--item:not(:nth-of-type(3n)) {
    margin-right: 0;
  }
  .rec-ttl_pho {
    margin-bottom: 10px;
  }
  .recruit-job__list--item {
    width: 49%;
  }
}
@media only screen and (max-width: 768px) {
  .recruit-job__list--item {
    width: 100%;
  }
  .rec-ttl_pho {
    margin-bottom: 10px;
  }
  .rec-ttl_txt {
    font-size: 21px !important;
  }
}
.job-template-default .col-sm-120 p {
  line-height: 2;
  margin-bottom: 20px;
}
.none-recruit {
  text-align: center;
  font-size: 20px;
}

/* jop-cate-section */
.jop-cate-section:not(:last-child) {
  margin-bottom: 50px;
}
.jop-cate-section-title {
  margin: 35px 0 25px;
  color: #333;
  font-size: 27px;
  font-weight: bold;
  text-align: center;
}
.jop-cate-section-title + .recruit-store-list {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  /*--- sp ---*/
  .jop-cate-section:not(:last-child) {
    margin-bottom: 40px;
  }
  .jop-cate-section-title {
    margin: 5px 0 15px;
    color: #333;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
  }
}

/*トップページyoutubeスマホ表示調整*/
@media only screen and (max-width: 768px) {
  #logo_image h1#logo img.h_logo {
    width: 150px;
    height: auto;
    max-height: inherit !important;
  }
  #social-content {
    width: 100% !important;
    padding: 0 15px !important;
    box-sizing: border-box;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media only screen and (max-width: 479px) {
  #logo_image h1#logo img.h_logo {
    width: 150px;
    height: auto;
    max-height: inherit !important;
  }
}
/*#privacy*/
#privacy {
  width: 100%;
  height: 20em;
  overflow: auto;
  padding: 5%;
  border: 1px solid #666;
  margin: 20px 0;
}
#privacy h3 {
  text-align: center;
  margin: 50px 0;
}
#privacy h4 {
  clear: both;
  line-height: 1.2;
  font-weight: bold;
  margin: 0 0 24px 0;
}
#privacy p {
  margin-bottom: 1.5em;
}
/*check-radio-flex*/
.check-radio-flex {
  text-align: center;
  list-style: none;
}
/*20221213トップバナー追記*/
.top-linkbnr {
  display: block;
  margin-top: 50px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .top-linkbnr {
    padding: 0 15px;
    box-sizing: border-box;
  }
}

/* 奨学金制度・入社奨励制度 追記 */
.info_about_system {
  text-align: center;
  margin: 60px auto;
  width: 1110px;
  max-width: calc(100% - 30px);
}
.info_about_system > h2 {
  font-size: 34px;
  display: inline-block;
  border-bottom: solid 1px #e0388c;
  padding-bottom: 10px;
  margin-bottom: 25px;
}
.info_about_system > h2 strong {
  color: #e0388c;
}
.info_about_system > p {
  font-size: 16px;
  line-height: 29px;
  color: #333333;
  margin-bottom: 35px;
}
.info_about_system .info_items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}
.info_about_system .info_items .info_item {
  max-width: 360px;
  background: #fcf4f8;
  border-radius: 10px;
  padding: 30px 0 30px;
}
.info_about_system .info_items .info_item .info_item_pho {
  margin-bottom: 20px;
}
.info_about_system .info_items .info_item dt {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
}
.info_about_system .info_items .info_item dd {
  width: calc(100% - 40px);
  margin: 0 auto 30px;
  text-align: left;
  font-size: 14px;
  line-height: 25px;
}
.info_about_system .info_items .info_item > a {
  display: block;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  background: #333;
  width: 240px;
  height: 16px;
  padding: 17px 0;
  margin: 0 auto;
  box-sizing: content-box;
}
.info_about_system .info_items .info_item a:hover {
  background: #e0388c;
}
@media screen and (max-width: 767px) {
  .info_about_system {
    width: 100%;
    max-width: none;
    box-sizing: border-box;
    margin: 40px auto 25px;
    padding: 0 15px;
  }
  .info_about_system .pc {
    display: none;
  }
  .info_about_system > h2 {
    font-size: 20px;
    line-height: 1.5;
  }
  .info_about_system > p {
    font-size: 14px;
    text-align: left;
  }
  .info_about_system {
    margin-bottom: 40px;
  }
}
.footer-line {
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .footer-line {
    width: 90%;
    margin: 0 auto 30px;
  }
}

/*-------------
footer-contact-btn
-------------*/
@media screen and (min-width: 1200px) {
  .footer-contact-btn {
    display: none !important;
  }
}
@media screen and (max-width: 1199px) {
  .footer-contact-btn {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 50px;
    border-right: solid 2px #fff;
    box-sizing: border-box;
  }
  @media screen and (max-width: 479px) {
    .footer-contact-btn {
      width: calc(100% - 50px);
    }
  }
  .footer-contact-btn__link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    color: #fff;
  }
  .page-template-page-contact :is(.footer-contact-btn, .returntop) {
    display: none !important;
  }
  body:not(.page-template-page-contact):has(.footer-contact-btn) .copyright {
    height: 52px !important;
    margin-bottom: calc(50px + env(safe-area-inset-bottom));
    border-bottom: solid 2px #fff;
  }
}

/*-------------
next-button-point
-------------*/
#next-button-point {
  margin-top: -112px;
  padding-top: 112px;
}
@media screen and (max-width: 767px) {
  /*--- sp ---*/
  #next-button-point {
    margin-top: -60px;
    padding-top: 60px;
  }
}

/*-------------
top-movie
-------------*/
.top-movie {
  width: 720px;
  margin: 50px auto;
}
.top-movie video {
  display: block;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  /*--- sp ---*/
  .top-movie {
    width: calc(100% - 30px);
    aspect-ratio: 16 / 9;
    margin: 40px auto;
  }
  .top-movie video {
    width: 100%;
    height: 100%;
  }
}
/*インスタ追記*/
.sb_instagram_header {
  display: none;
}
.main-content-title {
  text-align: center;
  margin-bottom: 8px;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .main-content-title img {
    width: 150px;
    margin-bottom: 0x;
  }
}

/* top-joblink */
#social-content + .top-joblink {
  margin-top: -40px;
}
.top-joblink {
  width: 300px;
  margin: 0 auto 80px;
}
.top-joblink-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  border-radius: 5px;
  box-shadow: 0 5px 0 rgba(227, 45, 136, 0.25);
  background: #e32d88;
  color: #fff !important;
  font-size: 20px;
  font-weight: bold;
}
.top-joblink-btn::after {
  display: block;
  transform: rotate(45deg);
  margin-left: 8px;
  width: 12px;
  height: 12px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  box-sizing: border-box;
  content: "";
  transition: transform 0.3s ease;
}
@media screen and (min-width: 768px) {
  .top-joblink-btn:hover::after {
    transform: translateX(5px) rotate(45deg);
  }
}
@media screen and (max-width: 768px) {
  /*--- sp ---*/
  #social-content + .top-joblink {
    margin-top: -60px;
  }
  .top-joblink {
    width: calc(100% - 30px);
    margin-bottom: 60px;
  }
  .top-joblink-btn {
    width: 100%;
    height: 50px;
    border-radius: 4px;
    box-shadow: 0 4px 0 rgba(227, 45, 136, 0.25);
    font-size: 16px;
  }
  .top-joblink-btn::after {
    margin-left: 7px;
    width: 10px;
    height: 10px;
  }
}

/*-------------
for-lp-links
-------------*/
.for-lp-links {
  display: flex;
  gap: 15px;
  margin: 60px auto 0;
  padding-top: 60px;
  border-top: solid 1px #ddd;
}
.for-lp-links-item {
  flex: 0 0 auto;
  width: calc((100% - 30px) / 3);
}
.for-lp-links-item a,
.for-lp-links-item a:hover {
  display: block;
  position: relative;
  height: 100%;
  color: inherit;
}
.for-lp-links-item a::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: solid 1px #ddd;
  box-sizing: border-box;
  content: "";
  pointer-events: none;
}
.for-lp-links-item img {
  width: 100%;
  height: auto;
}
.for-lp-links-item__caption {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
  border-top: solid 1px #ddd;
  background: #fff7fb;
  color: #e32d88;
  font-size: 1.6rem;
  font-weight: bold;
}
.for-lp-links-item__caption::after {
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
  margin-left: 8px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  box-sizing: border-box;
  content: "";
}
@media screen and (max-width: 767px) {
  /*--- sp ---*/
  .for-lp-links {
    flex-direction: column;
    margin-top: 40px;
    padding-top: 40px;
  }
  .for-lp-links-item {
    width: 100%;
  }
}
