@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;600&display=swap");
@import url("global.css");
.page-head .page-head_inner {
  background: url("../image/mv/recruit_mv.jpg") no-repeat center center;
  background-size: cover; }

.l-content .noentry {
  text-align: center;
  margin: 60px 0; }
.l-content .box {
  margin-bottom: 60px; }
  .l-content .box:last-of-type {
    margin-bottom: 0; }
.l-content .entry_table {
  width: 100%;
  border-collapse: collapse; }
  .l-content .entry_table tr {
    border-bottom: 1px solid #F0EEEE; }
    .l-content .entry_table tr:last-of-type {
      border-bottom: none; }
  .l-content .entry_table th {
    width: 25%;
    padding: 15px;
    box-sizing: border-box;
    text-align: center;
    background: rgba(240, 238, 238, 0.4);
    font-family: "Shippori Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: bold; }
  .l-content .entry_table td {
    padding: 15px 30px;
    box-sizing: border-box; }
    .l-content .entry_table td a {
      color: #D64869;
      text-decoration: underline; }
    .l-content .entry_table td .map {
      display: inline-block;
      width: 120px;
      margin-left: 10px; }
      .l-content .entry_table td .map a {
        display: block;
        border: 1px solid #E97293;
        color: #D64869;
        padding: 3px;
        box-sizing: border-box;
        text-align: center;
        position: relative;
        text-decoration: none;
        font-size: 14px;
        font-family: "Shippori Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }
        .l-content .entry_table td .map a::after {
          content: "";
          width: 0;
          height: 0;
          border: 10px solid transparent;
          border-top: 10px solid #E97293;
          position: absolute;
          left: -10px;
          top: -10px;
          transform: rotate(135deg); }
        .l-content .entry_table td .map a:hover {
          background: #F0EEEE; }
    .l-content .entry_table td ul li {
      position: relative;
      padding-left: 15px; }
      .l-content .entry_table td ul li::before {
        content: "";
        width: 8px;
        height: 8px;
        background: #F0EEEE;
        border-radius: 50%;
        position: absolute;
        left: 0;
        top: 11px; }
    .l-content .entry_table td .block {
      background: #F0EEEE;
      padding: 15px;
      margin-top: 20px; }
      .l-content .entry_table td .block:last-of-type {
        margin-bottom: 0; }
      .l-content .entry_table td .block .detail_title {
        border-bottom: 1px solid #fff;
        padding-bottom: 10px; }
      .l-content .entry_table td .block .subtitle {
        display: block;
        font-weight: bold; }

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

 Responsive-Breakpoint-0 (1600px)
 
------------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-1 (1300px)
 
------------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-2 ( 960px )
 
------------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-3 ( 644px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 644px) {
  .l-content .noentry {
    text-align: justify;
    margin: 0; }
  .l-content .box {
    margin-bottom: 40px; }
  .l-content .entry_table th {
    width: 100%;
    display: block;
    padding: 10px;
    text-align: left;
    background: rgba(240, 238, 238, 0.4); }
  .l-content .entry_table td {
    width: 100%;
    display: block;
    padding: 10px 10px 15px; } }
