@charset "UTF-8";
/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0; }

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/ }

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0; }

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0; }

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none; }

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */ }

address {
  font-style: inherit; }

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom; }

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */ }

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type="checkbox"] {
  -webkit-appearance: checkbox;
  appearance: checkbox; }

[type="radio"] {
  -webkit-appearance: radio;
  appearance: radio; }

/**
 * Correct cursors for clickable elements.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer; }

button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
  cursor: default; }

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto; }

select:disabled {
  opacity: inherit; }

/**
 * Remove padding
 */
option {
  padding: 0; }

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0; }

legend {
  padding: 0; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the outline style in Safari.
 */
[type="search"] {
  outline-offset: -2px;
  /* 1 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer; }

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto; }

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit;
  /* 1 */ }

caption {
  text-align: left; }

td,
th {
  vertical-align: top;
  padding: 0; }

th {
  text-align: left;
  font-weight: bold; }

html {
  font-size: 62.5%; }

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  font-size: 1.5rem;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch; }
  body a {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    cursor: pointer; }
  body a:hover {
    text-decoration: none; }

.container {
  width: 100%;
  margin: 0;
  padding: 0;
  max-width: 100%;
  min-width: 100%; }

input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  text-align: left;
  line-height: inherit;
  font-family: inherit; }

select::-ms-expand {
  display: none; }

.tb:not(br), br.tb {
  display: none !important; }

.sp:not(br), br.sp {
  display: none !important; }

.lg:not(br), br.lg {
  display: none !important; }

.pc:not(br) {
  display: block !important; }

br.pc {
  display: inline-block !important; }

.fixed {
  position: fixed;
  width: 100%;
  height: 100%; }

@media screen and (max-width: 1024px) {
  .pc:not(br), br.pc {
    display: none !important; }

  .tb:not(br), br.tb {
    display: none !important; }

  .sp:not(br), br.sp {
    display: none !important; }

  .lg:not(br) {
    display: block !important; }

  br.lg {
    display: inline-block !important; } }
@media screen and (max-width: 960px) {
  .pc, br.pc {
    display: none !important; }

  .lg, br.lg {
    display: none !important; }

  .tb, br.sp {
    display: none !important; }

  .tb:not(br) {
    display: block !important; }

  br.tb {
    display: inline-block !important; } }
@media screen and (max-width: 600px) {
  .pc:not(br), br.pc {
    display: none !important; }

  .lg:not(br), br.lg {
    display: none !important; }

  .tb:not(br), br.tb {
    display: none !important; }

  .sp:not(br) {
    display: block !important; }

  br.sp {
    display: inline-block !important; } }
.slider {
  display: none; }

.slider.slick-initialized {
  display: block;
  /*slick-initializedが付与されたら表示*/ }

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 108;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background: #fff;
  padding: 18px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center; }
  .header:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    content: '';
    height: 5px; }
  .header__logo img {
    max-height: 54px; }
  .header__nav {
    margin-left: auto; }
    .header__nav .navbar {
      display: none; }
    .header__nav .nav__list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    .header__nav .nav__item {
      position: relative; }
      .header__nav .nav__item:before {
        position: absolute;
        top: 0;
        left: 0;
        height: 18px;
        width: 1px;
        content: '';
        background: #000; }
      .header__nav .nav__item a {
        display: block;
        font-size: 1.5rem;
        font-weight: 700;
        padding: 0 3rem; }
      .header__nav .nav__item:first-child:before {
        display: none; }
  @media screen and (max-width: 960px) {
    .header {
      padding: 18px 30px; }
      .header__logo img {
        max-height: 44px;
        width: auto; }
      .header__nav .navbar {
        display: block;
        position: absolute;
        top: 20px;
        right: 30px;
        width: 46px;
        height: 46px;
        background: #fff; }
        .header__nav .navbar span {
          display: inline-block;
          height: 2px;
          position: absolute;
          right: 4px;
          transition: .4s ease; }
          .header__nav .navbar span:nth-child(1) {
            top: 13px;
            width: 14px; }
          .header__nav .navbar span:nth-child(2) {
            width: 25px;
            top: 22px; }
          .header__nav .navbar span:nth-child(3) {
            bottom: 13px;
            width: 36px; }
        .header__nav .navbar.active span:nth-child(1) {
          width: 36px;
          transform: translate(1px, 9px) rotate(135deg); }
        .header__nav .navbar.active span:nth-child(2) {
          opacity: 0;
          transform: translate(8px); }
        .header__nav .navbar.active span:nth-child(3) {
          transform: translate(1px, -9px) rotate(-135deg); }
      .header__nav .nav {
        position: fixed;
        right: -280px;
        top: 80px;
        width: 280px;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease; }
        .header__nav .nav.open {
          right: 0; }
        .header__nav .nav__list {
          display: block;
          background: #fff; }
        .header__nav .nav__item {
          border-top: solid 1px #ccc; }
          .header__nav .nav__item:before {
            display: none; }
          .header__nav .nav__item a {
            padding: 24px 30px; } }
  @media screen and (max-width: 600px) {
    .header {
      padding: 10px 15px 6px; }
      .header__nav .navbar {
        top: 9px;
        right: 15px; }
      .header__nav .nav {
        top: 60px; } }

.cover {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none; }

.footer {
  padding: 45px 0 0;
  position: relative; }
  .footer__wrap {
    margin-right: auto;
    margin-left: auto;
    padding-right: 50px;
    padding-left: 50px;
    max-width: 950px;
    padding-bottom: 25px; }
    @media screen and (max-width: 960px) {
      .footer__wrap {
        max-width: 100%;
        padding-right: 30px;
        padding-left: 30px; } }
    @media screen and (max-width: 600px) {
      .footer__wrap {
        padding-right: 15px;
        padding-left: 15px; } }
  .footer__logo {
    text-align: center; }
    .footer__logo img {
      width: auto;
      max-height: 76px; }
      @media screen and (max-width: 600px) {
        .footer__logo img {
          max-width: 100%;
          height: auto; } }
  .footer__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    margin-top: 30px; }
    .footer__nav-item {
      padding: 0 2rem;
      margin-bottom: 17px; }
      .footer__nav-item a {
        font-weight: 700; }
  .footer__info {
    text-align: center;
    font-size: 1.2rem;
    line-height: 2rem;
    margin-top: 10px; }
    .footer__info span {
      padding: 0 1em; }
  .footer__sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    margin-top: 25px; }
    .footer__sns a {
      display: block;
      margin: 0 7px; }
      @media screen and (min-width: 1025px) {
        .footer__sns a:hover {
          opacity: .6; } }
  .footer__page {
    position: absolute;
    right: 0;
    bottom: 34px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    width: 80px;
    height: 80px; }
    @media screen and (min-width: 1025px) {
      .footer__page:hover {
        opacity: .8; } }
  .footer__copy {
    color: #fff;
    text-align: center;
    font-size: 1.2rem;
    padding: 10px 0 12px; }
  @media screen and (max-width: 600px) {
    .footer__wrap {
      padding-bottom: 50px; }
    .footer__nav {
      display: block;
      margin-top: 41px; }
      .footer__nav-item {
        margin-bottom: 19px; }
        .footer__nav-item a {
          display: block;
          text-align: center;
          font-size: 1.4rem; }
    .footer__info {
      margin-top: 38px; }
      .footer__info span {
        display: block; }
      .footer__info br {
        display: none; }
    .footer__sns {
      margin-top: 33px; }
    .footer__page {
      width: 66px;
      height: 66px; } }

.pnkz {
  margin-right: auto;
  margin-left: auto;
  padding-right: 50px;
  padding-left: 50px;
  max-width: 950px; }
  @media screen and (max-width: 960px) {
    .pnkz {
      max-width: 100%;
      padding-right: 30px;
      padding-left: 30px; } }
  @media screen and (max-width: 600px) {
    .pnkz {
      padding-right: 15px;
      padding-left: 15px; } }
  .pnkz__list {
    padding-top: 7px;
    letter-spacing: -.4em;
    white-space: nowrap;
    overflow: scroll;
    -ms-overflow-style: none;
    /* IE, Edge 対応 */
    scrollbar-width: none; }
    .pnkz__list::-webkit-scrollbar {
      /* Chrome, Safari 対応 */
      display: none; }
  .pnkz__item {
    display: inline-block;
    letter-spacing: normal; }
    .pnkz__item a, .pnkz__item span {
      color: #000;
      letter-spacing: .05em;
      font-size: 1.4rem; }
    @media screen and (min-width: 1025px) {
      .pnkz__item a:hover {
        color: #000000; } }
    .pnkz__item:not(.current):after {
      content: '>';
      margin-left: 4px;
      margin-right: 4px;
      font-size: 1rem; }
  @media screen and (max-width: 600px) {
    .pnkz__list {
      padding-top: 10px;
      padding-bottom: 10px; }
    .pnkz__item a, .pnkz__item span {
      font-size: 1.2rem; }
    .pnkz__item:not(.current):after {
      font-size: 1.2rem; } }

.preview {
  padding: 18px;
  text-align: center;
  border: 2px solid #76c4e2;
  background: #76c4e2;
  margin-bottom: 10px;
  color: #126180; }

.cnt-ttl {
  font-size: 30px;
  font-weight: 700;
  text-align: center; }

.box-tag li {
  display: inline-block;
  margin: 5px;
  border-radius: 0;
  padding: 10px;
  border: none;
  background: #f2f2f2; }

.apply-more-title {
  margin-top: -54px; }

.feature-tags {
  padding-top: 50px; }
  .feature-tags .inner-box {
    width: 800px;
    margin: 0 auto;
    padding: 30px 0; }
  .feature-tags .normal-title {
    font-size: 20px;
    text-align: center;
    font-weight: bold; }

.apply-more-content {
  width: 592px;
  margin: 50px auto 50px auto;
  text-align: left;
  padding: 100px 0 50px 0;
  line-height: 1.85;
  letter-spacing: .05em; }

.ext-link {
  text-align: center;
  padding: 20px;
  margin-top: 60px;
  font-size: 20px; }
  .ext-link a {
    line-height: 30px;
    width: 284px;
    min-height: 60px;
    font-size: 18px;
    font-weight: 500;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center; }

.bn {
  margin-top: 30px;
  padding-bottom: 75px; }

.box-list {
  border-top: solid 1px #b5b5b6 !important;
  border-bottom: 5px solid;
  padding: 30px 0 62px; }
  .box-list .item-list {
    margin-top: 40px; }
    .box-list .item-list li {
      margin-top: 30px;
      border: solid 1px #727171;
      padding: 29px;
      border-radius: 5px;
      position: relative;
      *zoom: 1; }
      .box-list .item-list li:before, .box-list .item-list li:after {
        display: table;
        content: "";
        line-height: 0; }
      .box-list .item-list li:after {
        clear: both; }
      .box-list .item-list li:first-child {
        margin-top: 0; }
      .box-list .item-list li .image {
        float: left;
        width: 360px;
        height: 225px;
        position: relative;
        overflow: hidden; }
        .box-list .item-list li .image img {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          min-width: 100%;
          min-height: 100%;
          width: 100%;
          height: auto; }
        .box-list .item-list li .image a:hover {
          opacity: 0.8; }
      .box-list .item-list li .detail {
        float: left;
        width: 540px;
        padding-left: 30px; }
        .box-list .item-list li .detail .ttl {
          margin-top: -7.5px; }
        .box-list .item-list li .detail .ttl a {
          font-size: 24px;
          line-height: 37px;
          height: 111px;
          font-weight: bold;
          overflow: hidden;
          display: block; }
          .box-list .item-list li .detail .ttl a:hover {
            opacity: 0.8; }
        .box-list .item-list li .detail .tb {
          margin-top: 11px;
          width: 100%; }
          .box-list .item-list li .detail .tb .tb-tr {
            border-bottom: dotted 1px #b5b5b6;
            font-size: 18px;
            line-height: 26px; }
            .box-list .item-list li .detail .tb .tb-tr th {
              padding: 10px 0 10px 10px;
              vertical-align: middle;
              width: 100px; }
            .box-list .item-list li .detail .tb .tb-tr td {
              padding: 10px 10px;
              vertical-align: middle; }
      .box-list .item-list li .btn-detail {
        position: absolute;
        bottom: 29px;
        left: 29px; }
        .box-list .item-list li .btn-detail a {
          display: block;
          width: 360px;
          height: 53px;
          text-align: center;
          font-size: 24px;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-box-align: center;
          -webkit-align-items: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-justify-content: center;
          justify-content: center;
          font-weight: 700;
          border-radius: 10px; }
          .box-list .item-list li .btn-detail a:after {
            content: '\f138';
            line-height: 53px;
            position: absolute;
            right: 10px;
            top: 0;
            font-size: 20px;
            font-family: "Font Awesome 5 Free",sans-serif; }
          .box-list .item-list li .btn-detail a:hover {
            opacity: 0.8;
            color: inherit; }
  .box-list .pagination-area {
    margin: 60px 0 0;
    text-align: center;
    display: block;
    border-radius: 0;
    letter-spacing: -.4em; }
    .box-list .pagination-area .prev, .box-list .pagination-area .next {
      display: inline-block;
      vertical-align: middle;
      letter-spacing: normal; }
      .box-list .pagination-area .prev a, .box-list .pagination-area .next a {
        display: block;
        padding: 7.5px 11.5px;
        font-size: 18px;
        color: #b5b5b6;
        border: solid 1px #b5b5b6; }
    .box-list .pagination-area .prev a {
      border-right: 0; }
    .box-list .pagination-area .next a {
      border-left: 0; }
    .box-list .pagination-area .page {
      display: inline-block;
      vertical-align: middle;
      letter-spacing: normal; }
      .box-list .pagination-area .page a {
        display: block;
        font-size: 16px;
        padding: 8.5px 12.5px;
        border: solid 1px #b5b5b6;
        border-left: 0; }
    .box-list .pagination-area .page:nth-of-type(2) {
      border-left: solid 1px #b5b5b6; }

input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  letter-spacing: normal; }
  input:placeholder-shown, input::-webkit-input-placeholder, input:-moz-placeholder, input::-moz-placeholder, input:-ms-input-placeholder, button:placeholder-shown, button::-webkit-input-placeholder, button:-moz-placeholder, button::-moz-placeholder, button:-ms-input-placeholder, textarea:placeholder-shown, textarea::-webkit-input-placeholder, textarea:-moz-placeholder, textarea::-moz-placeholder, textarea:-ms-input-placeholder, select:placeholder-shown, select::-webkit-input-placeholder, select:-moz-placeholder, select::-moz-placeholder, select:-ms-input-placeholder {
    color: #727171;
    opacity: 1; }

.page-detail {
  border-bottom: solid 2px;
  overflow: hidden; }
  .page-detail strong, .page-detail b {
    font-weight: initial; }
  .page-detail .inner {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto; }
  .page-detail .top-image {
    position: relative; }
    .page-detail .top-image:before {
      width: 91.40625%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 35px;
      z-index: -1;
      content: '';
      opacity: .15; }
    .page-detail .top-image .image, .page-detail .top-image .movie {
      position: relative; }
    .page-detail .top-image .image {
      height: 500px;
      overflow: hidden;
      width: 70%;
      margin-left: auto; }
      .page-detail .top-image .image img {
        width: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        display: block;
        height: auto;
        margin-left: auto;
        margin-right: 0;
        z-index: 2; }
    .page-detail .top-image .movie .video {
      width: 100%;
      position: relative;
      z-index: 2; }
    .page-detail .top-image .box-title {
      z-index: 4; }
      .page-detail .top-image .box-title.type-image {
        width: 100%;
        max-width: 1130px;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        padding: 0 15px; }
        .page-detail .top-image .box-title.type-image .item-ttl {
          margin-top: 6px; }
          .page-detail .top-image .box-title.type-image .item-ttl span {
            display: inline;
            padding: 6px 14px; }
            .page-detail .top-image .box-title.type-image .item-ttl span.blank:nth-of-type(n + 1) {
              transform: translate(0, 2px); }
      .page-detail .top-image .box-title.type-movie {
        letter-spacing: -.4em;
        margin-top: 26px; }
        .page-detail .top-image .box-title.type-movie .inner {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-box-align: center;
          -webkit-align-items: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-justify-content: center;
          justify-content: center;
          flex-wrap: nowrap;
          justify-content: flex-start; }
        .page-detail .top-image .box-title.type-movie .top-label {
          margin-right: 22px;
          letter-spacing: normal; }
        .page-detail .top-image .box-title.type-movie .item-ttl {
          letter-spacing: normal;
          background: #fff;
          padding: 7px 19px;
          display: inline; }
          .page-detail .top-image .box-title.type-movie .item-ttl span {
            line-height: 1.4;
            background: transparent; }
      .page-detail .top-image .box-title .top-label {
        background: #ffe329;
        min-width: 137px;
        text-align: center;
        font-size: 14px;
        padding: 7px 10px;
        display: inline-block;
        vertical-align: middle; }
      .page-detail .top-image .box-title .item-ttl {
        font-size: 26px;
        vertical-align: middle; }
        .page-detail .top-image .box-title .item-ttl span {
          background: #fff;
          line-height: 2.22;
          display: inline;
          letter-spacing: .05em; }
  .page-detail .menu {
    margin-top: 78px; }
    .page-detail .menu .menu-list {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-justify-content: center;
      justify-content: center; }
    .page-detail .menu .menu-item {
      margin: 0 23px; }
      .page-detail .menu .menu-item a {
        display: block;
        position: relative;
        padding: 18px 10px;
        border-bottom: solid 2px #e6e6e6;
        width: 230px; }
        .page-detail .menu .menu-item a i {
          position: absolute;
          right: 10px;
          top: 50%;
          transform: translate(0, -50%); }
      .page-detail .menu .menu-item a:hover {
        background: rgba(255, 227, 41, 0.2); }
  .page-detail .box-desc {
    margin-top: 45px;
    position: relative; }
    .page-detail .box-desc .inner {
      max-width: 850px;
      position: relative;
      padding: 26px 0; }
    .page-detail .box-desc p {
      font-size: 18px;
      color: #fff;
      line-height: 1.8; }
    .page-detail .box-desc:before {
      content: '';
      position: absolute;
      top: 0;
      right: 50%;
      margin-right: -415px;
      width: 100%;
      height: 100%;
      display: block; }
  .page-detail .box-merit {
    padding: 170px 0 90px;
    position: relative; }
    .page-detail .box-merit:before {
      width: 100%;
      height: 77%;
      position: absolute;
      bottom: 0;
      left: 0;
      content: '';
      opacity: .1;
      z-index: -1; }
    .page-detail .box-merit .inner {
      max-width: 850px; }
    .page-detail .box-merit .merit-content {
      margin-top: 165px;
      position: relative;
      z-index: 3; }
      .page-detail .box-merit .merit-content .list {
        margin-top: 18px;
        background: rgba(255, 255, 255, 0.9);
        padding: 30px 55px 30px 0px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
        justify-content: flex-start; }
        .page-detail .box-merit .merit-content .list:first-child {
          margin-top: 0; }
      .page-detail .box-merit .merit-content .ttl {
        border: solid 2px;
        width: 96px;
        padding: 14px 0;
        text-align: center; }
      .page-detail .box-merit .merit-content .txt {
        flex: 1 0 0%;
        font-size: 22px;
        font-weight: 500;
        line-height: 1.85;
        margin-left: 25px;
        letter-spacing: .05em; }
    .page-detail .box-merit .bg-image {
      position: absolute;
      right: 0;
      top: 78px;
      width: 53.125%; }
      .page-detail .box-merit .bg-image img {
        width: 100%;
        height: auto; }
  .page-detail .box-ttl {
    font-size: 34px;
    position: relative;
    letter-spacing: .075em;
    font-weight: 500; }
    .page-detail .box-ttl:before {
      content: '';
      width: 80px;
      height: 2px;
      display: block;
      position: absolute;
      left: 0;
      bottom: -30px; }
  .page-detail .box-chara {
    padding: 96px 0 80px; }
    .page-detail .box-chara .chara-content {
      max-width: 850px;
      padding: 20px 0px; }
    .page-detail .box-chara .list {
      margin-top: 100px;
      margin-left: -6px;
      margin-right: -6px;
      *zoom: 1;
      display: flex;
      flex-wrap: wrap;
      justify-content: center; }
      .page-detail .box-chara .list:before, .page-detail .box-chara .list:after {
        display: table;
        content: "";
        line-height: 0; }
      .page-detail .box-chara .list:after {
        clear: both; }
    .page-detail .box-chara .item {
      flex: 0 0 25%;
      max-width: 24.9%;
      padding: 0 6px; }
      .page-detail .box-chara .item .item-inner {
        position: relative;
        padding: 17px 13px 20px;
        height: 100%; }
        .page-detail .box-chara .item .item-inner:before {
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          content: '';
          opacity: .1;
          pointer-events: none; }
      .page-detail .box-chara .item .ttl {
        font-size: 18px;
        padding: 10px 22px;
        letter-spacing: .05em;
        color: #fff;
        font-weight: 500;
        text-align: center;
        border-radius: 20px; }
      .page-detail .box-chara .item .item-content {
        padding: 28px 0 0; }
        .page-detail .box-chara .item .item-content .txt {
          text-align: center;
          font-size: 28px;
          font-weight: 500;
          line-height: 40px; }
        .page-detail .box-chara .item .item-content p {
          margin-top: 18px;
          font-size: 14px;
          letter-spacing: .09em;
          line-height: 1.8;
          padding: 0 2px; }
      .page-detail .box-chara .item .number-list {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
        justify-content: space-between;
        color: #f2f2f2;
        position: relative; }
        .page-detail .box-chara .item .number-list:before {
          position: absolute;
          top: 50%;
          left: 0;
          transform: translate(0, -25%);
          width: 100%;
          height: 4px;
          background: #f2f2f2;
          content: ''; }
        .page-detail .box-chara .item .number-list span {
          position: relative; }
        .page-detail .box-chara .item .number-list .circle-lg {
          font-size: 25px; }
        .page-detail .box-chara .item .number-list .circle-sm {
          font-size: 13px; }
      .page-detail .box-chara .item .label-number {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
        justify-content: space-between;
        font-size: 14px;
        font-weight: 500;
        margin-top: 15px; }
        .page-detail .box-chara .item .label-number .label-left {
          margin-right: auto;
          margin-left: 0; }
        .page-detail .box-chara .item .label-number .label-center {
          margin: 0 auto; }
        .page-detail .box-chara .item .label-number .label-right {
          margin-right: 0;
          margin-left: auto; }
  .page-detail .box-detail {
    padding: 35px 0 89px;
    position: relative;
    margin-top: 100px; }
    .page-detail .box-detail:before {
      width: 100%;
      height: 90%;
      position: absolute;
      bottom: 0;
      left: 0;
      content: '';
      opacity: .3;
      z-index: -1; }
    .page-detail .box-detail .inner {
      max-width: 850px; }
    .page-detail .box-detail .box-ttl {
      text-align: right; }
      .page-detail .box-detail .box-ttl:before {
        right: 0;
        left: auto; }
    .page-detail .box-detail .detail-wrap {
      margin-top: 120px;
      background: rgba(255, 255, 255, 0.9);
      position: relative;
      z-index: 2;
      padding: 57px 60px 55px; }
      .page-detail .box-detail .detail-wrap .catch {
        font-size: 24px;
        font-weight: 700;
        letter-spacing: .05em;
        line-height: 40px; }
        .page-detail .box-detail .detail-wrap .catch span {
          background: linear-gradient(transparent 60%, rgba(255, 227, 41, 0.9) 60%); }
      .page-detail .box-detail .detail-wrap .detail-txt {
        margin-top: 25px;
        font-size: 14px;
        line-height: 2.22; }
      .page-detail .box-detail .detail-wrap .box-point {
        margin-top: 39px; }
      .page-detail .box-detail .detail-wrap .point-list {
        margin-top: 21px;
        border: solid 5px rgba(255, 227, 41, 0.9);
        padding: 30px 25px; }
        .page-detail .box-detail .detail-wrap .point-list li {
          font-size: 18px;
          font-weight: 700;
          line-height: 1.7;
          letter-spacing: .05em;
          padding-left: 1em; }
          .page-detail .box-detail .detail-wrap .point-list li:before {
            content: '・';
            margin-left: -1em; }
    .page-detail .box-detail .bg-image {
      position: absolute;
      left: 0;
      top: 0;
      width: 53.125%; }
      .page-detail .box-detail .bg-image img {
        width: 100%;
        height: auto; }
  .page-detail .box-requirements {
    padding: 170px 0 30px;
    position: relative; }
    .page-detail .box-requirements:before {
      width: 100%;
      height: 89.7%;
      position: absolute;
      bottom: 0;
      left: 0;
      content: '';
      opacity: .2;
      z-index: -1; }
    .page-detail .box-requirements .inner {
      max-width: 850px; }
    .page-detail .box-requirements .req-content {
      margin-top: 165px;
      position: relative;
      z-index: 3; }
      .page-detail .box-requirements .req-content .box {
        margin-top: 40px;
        background: rgba(255, 255, 255, 0.9);
        padding: 30px 60px; }
        .page-detail .box-requirements .req-content .box:first-child {
          margin-top: 0; }
      .page-detail .box-requirements .req-content .list {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
        align-items: flex-start;
        justify-content: flex-start;
        margin-top: .9em;
        padding-top: .9em;
        border-top: solid 1px #ccc; }
        .page-detail .box-requirements .req-content .list:first-child {
          margin-top: 0;
          border-top: 0;
          padding-top: 0; }
      .page-detail .box-requirements .req-content .ttl {
        width: 120px;
        padding-right: 30px;
        line-height: 1.85; }
      .page-detail .box-requirements .req-content .txt {
        flex: 1 0 0%;
        line-height: 1.85;
        letter-spacing: .05em; }
    .page-detail .box-requirements .bg-image {
      position: absolute;
      right: 0;
      top: 78px;
      width: 53.125%; }
      .page-detail .box-requirements .bg-image img {
        width: 100%;
        height: auto; }
  .page-detail .box-gmap iframe {
    width: 100%;
    height: 350px; }
  .page-detail .ttl-cnt {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0); }
    .page-detail .ttl-cnt span {
      display: table;
      margin: 0 auto;
      border: solid 3px;
      font-size: 26px;
      text-align: center;
      padding: 16px 20px 19px;
      border-radius: 35px;
      background: #fff;
      position: relative;
      font-weight: 500;
      width: 282px; }
  .page-detail .box-company, .page-detail .box-form {
    position: relative; }
    .page-detail .box-company:before, .page-detail .box-form:before {
      position: absolute;
      left: 0;
      height: 3px;
      width: 100%;
      display: block;
      content: ''; }
  .page-detail .box-company {
    padding: 123px 0 100px; }
    .page-detail .box-company .ttl-cnt {
      top: 90px; }
    .page-detail .box-company:before {
      top: 122px; }
    .page-detail .box-company .inner {
      max-width: 850px;
      margin-top: 82px; }
    .page-detail .box-company .box {
      margin-top: 8px;
      background: rgba(242, 242, 242, 0.9);
      padding: 30px 60px; }
      .page-detail .box-company .box:first-child {
        margin-top: 0; }
    .page-detail .box-company .list {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-justify-content: center;
      justify-content: center;
      align-items: flex-start;
      justify-content: flex-start; }
    .page-detail .box-company .ttl {
      width: 120px;
      padding-right: 30px;
      line-height: 1.6; }
    .page-detail .box-company .txt {
      flex: 1 0 0%;
      line-height: 1.6;
      letter-spacing: .05em; }
    .page-detail .box-company .job-number {
      margin-top: 10px;
      text-align: right;
      font-size: 14px; }
  .page-detail .box-form .ttl-cnt {
    margin-top: -35px; }
  .page-detail .box-form .entry-content {
    background: #fafafa;
    padding-bottom: 130px;
    padding-top: 81px; }
  .page-detail .box-form .form-area {
    max-width: 850px; }
    .page-detail .box-form .form-area .form-group {
      border-top: solid 1px #efefef;
      padding: 17px 0;
      margin: 0;
      letter-spacing: -.4em;
      display: table;
      width: 100%;
      *zoom: 1; }
      .page-detail .box-form .form-area .form-group:before, .page-detail .box-form .form-area .form-group:after {
        display: table;
        content: "";
        line-height: 0; }
      .page-detail .box-form .form-area .form-group:after {
        clear: both; }
      .page-detail .box-form .form-area .form-group:first-child {
        border-top: 0;
        padding-top: 0; }
      .page-detail .box-form .form-area .form-group .attention {
        padding-top: 10px;
        line-height: 1.6; }
      .page-detail .box-form .form-area .form-group .form-label, .page-detail .box-form .form-area .form-group .form-content, .page-detail .box-form .form-area .form-group .att {
        letter-spacing: normal;
        vertical-align: middle;
        display: table-cell; }
      .page-detail .box-form .form-area .form-group input[type=checkbox] + label {
        margin: 5px 30px 5px 0; }
        .page-detail .box-form .form-area .form-group input[type=checkbox] + label:before {
          border: 1px solid #b5b5b6; }
      .page-detail .box-form .form-area .form-group input[type=radio] + label {
        margin: 5px 30px 5px 0; }
        .page-detail .box-form .form-area .form-group input[type=radio] + label:before {
          border: 1px solid #b5b5b6; }
      .page-detail .box-form .form-area .form-group .form-label {
        vertical-align: middle;
        width: 228px;
        *zoom: 1; }
        .page-detail .box-form .form-area .form-group .form-label:before, .page-detail .box-form .form-area .form-group .form-label:after {
          display: table;
          content: "";
          line-height: 0; }
        .page-detail .box-form .form-area .form-group .form-label:after {
          clear: both; }
        .page-detail .box-form .form-area .form-group .form-label .label-txt {
          font-size: 16px;
          vertical-align: bottom;
          font-weight: 400;
          display: inline-block; }
        .page-detail .box-form .form-area .form-group .form-label .label-badge {
          color: #c30d23;
          font-size: 10px;
          border-radius: 0;
          vertical-align: bottom;
          margin-left: 8px;
          display: inline-block; }
        .page-detail .box-form .form-area .form-group .form-label.label-mail {
          vertical-align: top;
          padding-top: 17px; }
    .page-detail .box-form .form-area .att {
      display: inline-block; }
    .page-detail .box-form .form-area input[type=text], .page-detail .box-form .form-area input[type=tel], .page-detail .box-form .form-area input[type=email], .page-detail .box-form .form-area textarea {
      width: 100%;
      height: 46px;
      font-size: 16px;
      background: #fff;
      border-radius: 0;
      line-height: 1;
      padding: 10px;
      border: 1px solid #c9caca; }
    .page-detail .box-form .form-area textarea {
      height: 200px; }
    .page-detail .box-form .form-area .pp {
      text-align: center;
      padding: 20px 0;
      color: #000; }
    .page-detail .box-form .form-area input[type='checkbox'] {
      display: none; }
      .page-detail .box-form .form-area input[type='checkbox'] + label {
        padding-left: 25px;
        width: auto;
        text-align: center;
        font-size: 16px;
        position: relative;
        line-height: 17px;
        margin: 25px auto 35px;
        font-weight: 400; }
        .page-detail .box-form .form-area input[type='checkbox'] + label:before {
          content: "";
          display: block;
          position: absolute;
          top: 4px;
          left: 0;
          width: 18px;
          height: 18px;
          border: 1px solid #727171;
          border-radius: 4px;
          background: #fff; }
      .page-detail .box-form .form-area input[type='checkbox']:checked + label:after {
        content: "";
        display: block;
        position: absolute;
        top: 5px;
        left: 5px;
        width: 8px;
        height: 13px;
        transform: rotate(40deg);
        border-bottom: 3px solid #000;
        border-right: 3px solid #000; }
    .page-detail .box-form .form-area input[type='radio'] {
      display: none; }
      .page-detail .box-form .form-area input[type='radio'] + label {
        padding-left: 30px;
        line-height: 20px;
        position: relative;
        width: auto;
        font-weight: 400;
        font-size: 16px;
        margin-right: 30px; }
      .page-detail .box-form .form-area input[type='radio'] + label::before {
        content: "";
        display: block;
        position: absolute;
        top: 4px;
        left: 0;
        width: 20px;
        height: 20px;
        border: 1px solid #b5b5b6;
        border-radius: 50%;
        background: #fff; }
      .page-detail .box-form .form-area input[type='radio']:checked + label::after {
        content: "";
        display: block;
        position: absolute;
        top: 8px;
        left: 4px;
        width: 12px;
        height: 12px;
        background: #727171;
        border-radius: 50%; }
    .page-detail .box-form .form-area .btn-submit {
      margin: 22px auto 0;
      display: block;
      width: 220px;
      height: 44px;
      text-align: center;
      font-size: 16px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-justify-content: center;
      justify-content: center;
      font-weight: 400;
      position: relative;
      padding: 0;
      border: 0;
      transition: .2s ease; }
      .page-detail .box-form .form-area .btn-submit:hover {
        opacity: 0.8;
        color: inherit; }
    .page-detail .box-form .form-area .btn-submit[disabled] {
      background: #999999;
      color: #fff;
      cursor: no-drop; }
      .page-detail .box-form .form-area .btn-submit[disabled]:hover {
        opacity: 1.0; }
    .page-detail .box-form .form-area .pp-box {
      max-width: 590px;
      margin: 0 auto;
      height: 120px;
      border: solid 1px #c9caca;
      background: #fff;
      font-size: 14px;
      line-height: 2em;
      overflow-y: scroll;
      padding: 16px 20px 16px 10px; }
  .page-detail .box-related {
    position: relative; }
    .page-detail .box-related .box-ttl {
      font-size: 26px;
      text-align: center;
      padding: 22px 0; }
    .page-detail .box-related .inner {
      max-width: 1130px;
      padding: 60px 15px 67px; }
    .page-detail .box-related .job-list {
      margin: 0 -16px; }
    .page-detail .box-related .job-item {
      padding: 0 16px;
      width: 33.3333%;
      float: left; }
      .page-detail .box-related .job-item a {
        color: #000; }
      .page-detail .box-related .job-item a:hover .ttl {
        color: #4ea7e5; }
      .page-detail .box-related .job-item a:hover .image img {
        transform: translate(-50%, -50%) scale(1.1, 1.1); }
      .page-detail .box-related .job-item .image {
        height: 245px;
        position: relative;
        overflow: hidden; }
        .page-detail .box-related .job-item .image img {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          min-width: 100%;
          min-height: 100%;
          width: 100%;
          height: auto;
          transition: .2s ease;
          min-width: auto; }
      .page-detail .box-related .job-item .detail-area {
        background: #fff;
        padding: 25px 0 0; }
        .page-detail .box-related .job-item .detail-area .ttl {
          font-size: 20px;
          line-height: 30px;
          height: 60px;
          overflow: hidden;
          transition: .2s ease; }
        .page-detail .box-related .job-item .detail-area .info {
          margin-top: 11px;
          font-size: 14px;
          line-height: 2; }
  .page-detail .fixed-entry {
    position: fixed;
    bottom: -100%;
    left: 0;
    width: 100%;
    background: #f2f2f2;
    padding: 24px 0;
    z-index: 9;
    transition: .6s ease; }
    .page-detail .fixed-entry .inner {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-justify-content: center;
      justify-content: center; }
    .page-detail .fixed-entry .img-fix {
      display: none; }
    .page-detail .fixed-entry .ttl-sub {
      line-height: 1.6;
      margin-right: auto;
      margin-left: 0;
      padding-right: 15px;
      flex: 1 0 0%;
      text-align: left; }
    .page-detail .fixed-entry .btn-area {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-justify-content: center;
      justify-content: center; }
      .page-detail .fixed-entry .btn-area a {
        width: 284px;
        height: 60px;
        font-size: 18px;
        font-weight: 500;
        margin: 0 8px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center; }
        .page-detail .fixed-entry .btn-area a:hover {
          opacity: 0.8; }
      .page-detail .fixed-entry .btn-area .btn-form {
        border: solid 3px;
        background: #fff; }
        .page-detail .fixed-entry .btn-area .btn-form i {
          font-size: 36px;
          margin-right: 10px; }
      .page-detail .fixed-entry .btn-area .btn-tel .tel-icn {
        width: 29px;
        height: 29px;
        border-radius: 50%;
        display: inline-block;
        background: #fff;
        text-align: center;
        line-height: 29px;
        margin-right: 9px; }
        .page-detail .fixed-entry .btn-area .btn-tel .tel-icn i {
          transform: scale(-1, 1); }
  .page-detail .box-free {
    padding-bottom: 72px; }

@media screen and (max-width: 960px) {
  .box-list .item-list li .image {
    width: 300px;
    height: 200px; }
  .box-list .item-list li .detail {
    width: calc(100% - 300px); }
  .box-list .item-list li .btn-detail a {
    width: 300px; }

  .box-tag li {
    display: inline-block;
    font-size: 14px; }

  .feature-tags {
    padding-top: 40px; }
    .feature-tags .inner-box {
      width: 100%; } }
@media screen and (max-width: 600px) {
  .entry-content {
    padding-bottom: 90px; }

  .apply-more-title {
    margin-top: -51px; }

  .apply-more-content {
    width: 100%;
    margin: 50px auto 50px auto;
    text-align: left;
    padding: 70px 10px 50px 10px; }

  .cnt-ttl {
    font-size: 28px;
    line-height: 32px; }

  .box-list {
    padding: 24px 0 46px;
    border-top: 3px solid;
    border-bottom: 3px solid; }
    .box-list .item-list {
      margin-top: 24px; }
    .box-list .pagination-area {
      margin: 40px 0 0; }
      .box-list .pagination-area .page {
        vertical-align: top; }
      .box-list .pagination-area .prev a, .box-list .pagination-area .next a {
        padding: 7.5px 12px;
        font-size: 22px; }
      .box-list .pagination-area .page a {
        font-size: 16px;
        padding: 11px 12.5px; }

  .box-list .item-list li {
    margin-top: 20px;
    padding: 20px; }
    .box-list .item-list li .image {
      width: 220px;
      height: 160px; }
    .box-list .item-list li .detail {
      width: calc(100% - 220px);
      padding-left: 18px; }
      .box-list .item-list li .detail .ttl a {
        font-size: 22px;
        line-height: 30px;
        height: auto;
        font-weight: bold;
        overflow: hidden;
        display: block;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3; }
      .box-list .item-list li .detail .tb {
        margin-top: 6px; }
        .box-list .item-list li .detail .tb .tb-tr {
          font-size: 16px;
          line-height: 24px; }
          .box-list .item-list li .detail .tb .tb-tr th {
            width: 90px;
            padding: 6px 0 6px 4px; }
          .box-list .item-list li .detail .tb .tb-tr td {
            padding: 6px 4px;
            vertical-align: middle; }
    .box-list .item-list li .btn-detail {
      bottom: 20px;
      left: 20px; }
      .box-list .item-list li .btn-detail a {
        display: block;
        width: 220px;
        height: 46px;
        text-align: center;
        font-size: 20px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
        font-weight: 700;
        border-radius: 10px; }
        .box-list .item-list li .btn-detail a:after {
          content: '\f138';
          line-height: 46px;
          position: absolute;
          right: 10px;
          top: 0;
          font-size: 20px;
          font-family: "Font Awesome 5 Free",sans-serif; }
        .box-list .item-list li .btn-detail a:hover {
          opacity: 0.8;
          color: inherit; }

  .page-detail .top-image .image {
    height: 350px;
    width: 84%; }
  .page-detail .top-image .box-title.type-image {
    width: 100%;
    top: auto;
    padding: 0;
    left: 0;
    bottom: 30px;
    transform: initial; }
    .page-detail .top-image .box-title.type-image span {
      padding: 4px 8px; }
  .page-detail .top-image .box-title.type-movie {
    margin-top: 16px; }
    .page-detail .top-image .box-title.type-movie .inner {
      display: block; }
    .page-detail .top-image .box-title.type-movie .item-ttl {
      display: inline-block;
      margin-top: 4px; }
      .page-detail .top-image .box-title.type-movie .item-ttl br {
        display: none; }
  .page-detail .top-image .box-title .top-label {
    font-size: 12px; }
  .page-detail .top-image .box-title .item-ttl {
    font-size: 22px; }
  .page-detail .menu .menu-item {
    margin: 0 15px; }
    .page-detail .menu .menu-item a {
      width: 180px; }
  .page-detail .box-desc {
    margin-top: 30px; }
    .page-detail .box-desc .inner {
      padding: 18px 70px 18px 15px; }
    .page-detail .box-desc p {
      font-size: 16px; }
    .page-detail .box-desc:before {
      left: 0;
      right: auto;
      margin-right: 0;
      width: calc(100% - 50px); }
  .page-detail .box-chara {
    overflow: hidden; }
    .page-detail .box-chara .item .ttl {
      font-size: 16px; }
    .page-detail .box-chara .item .item-content {
      padding-top: 20px; }
      .page-detail .box-chara .item .item-content .txt {
        font-size: 22px; }
      .page-detail .box-chara .item .item-content p {
        margin-top: 12px;
        line-height: 1.6; }
  .page-detail .box-related .job-item .image {
    height: 0;
    padding-bottom: 66.7%; }
  .page-detail .box-form .form-area {
    padding: 0 60px;
    margin-top: 30px;
    width: 100%; }
    .page-detail .box-form .form-area .form-group {
      padding: 15px 0; }
      .page-detail .box-form .form-area .form-group .form-label, .page-detail .box-form .form-area .form-group .form-content, .page-detail .box-form .form-area .form-group .att {
        display: block; }
      .page-detail .box-form .form-area .form-group input[type='checkbox'] + label {
        margin: 10px 20px 10px 0; }
      .page-detail .box-form .form-area .form-group input[type='radio'] + label {
        margin: 10px 20px 10px 0; }
      .page-detail .box-form .form-area .form-group .form-label {
        line-height: 30px;
        width: 100%; }
        .page-detail .box-form .form-area .form-group .form-label .label-txt {
          font-size: 16px; }
        .page-detail .box-form .form-area .form-group .form-label .badge {
          margin-left: 5px;
          padding: 2px 4px;
          margin-top: 8px; }
    .page-detail .box-form .form-area .att {
      display: block;
      margin-top: 8px; }
    .page-detail .box-form .form-area input[type=text], .page-detail .box-form .form-area input[type=tel], .page-detail .box-form .form-area input[type=email] {
      width: 100%;
      height: 40px;
      font-size: 16px; }
    .page-detail .box-form .form-area .form-control {
      margin-top: 8px; }
    .page-detail .box-form .form-area input[type='checkbox'] + label {
      margin: 20px auto; }
  .page-detail .box-related {
    overflow: hidden;
    padding: 0; }
    .page-detail .box-related:before {
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 35px;
      z-index: -1;
      content: '';
      opacity: .15; }
    .page-detail .box-related .inner {
      padding-right: 15px;
      padding-left: 15px; }
    .page-detail .box-related .job-list {
      margin: 0 -15px; }
    .page-detail .box-related .job-item {
      padding: 0 15px; }
  .page-detail .fixed-entry .inner {
    display: block; }
  .page-detail .fixed-entry .ttl-sub {
    text-align: center;
    padding-bottom: 10px; }
  .page-detail .fixed-entry .btn-area {
    margin-top: 20px;
    flex-wrap: nowrap; }
    .page-detail .fixed-entry .btn-area a {
      max-width: 50%;
      line-height: 1.4; } }
@media screen and (max-width: 600px) {
  .cnt-ttl {
    font-size: 22px;
    line-height: 30px; }

  .box-intro {
    padding: 24px 0; }
    .box-intro .txt {
      margin-top: 16px;
      font-size: 16px;
      line-height: 30px; }
    .box-intro .name {
      margin-top: 6px;
      font-size: 16px; }

  .box-list {
    padding: 24px 0 38px; }
    .box-list .item-list {
      margin-top: 18px; }
    .box-list .pagination-area {
      margin: 30px 0 0; }
      .box-list .pagination-area .prev a, .box-list .pagination-area .next a {
        padding: 5px 10px;
        font-size: 22px; }
      .box-list .pagination-area .page a {
        font-size: 16px;
        padding: 8.5px 10px; }

  .box-list .item-list li {
    margin-top: 15px;
    padding: 15px; }
    .box-list .item-list li .image {
      width: 100%;
      float: none;
      height: 0;
      padding-bottom: 62.5%; }
    .box-list .item-list li .detail {
      width: 100%;
      float: none;
      padding: 0;
      margin-top: 15px; }
      .box-list .item-list li .detail .ttl a {
        font-size: 18px;
        line-height: 26px; }
      .box-list .item-list li .detail .tb {
        margin-top: 4px; }
        .box-list .item-list li .detail .tb .tb-tr {
          font-size: 14px;
          line-height: 20px; }
          .box-list .item-list li .detail .tb .tb-tr th {
            width: 80px; }
    .box-list .item-list li .btn-detail {
      position: relative;
      bottom: auto;
      left: auto;
      margin-top: 15px; }
      .box-list .item-list li .btn-detail a {
        width: 100%;
        height: 46px;
        font-size: 18px;
        border-radius: 6px; }
        .box-list .item-list li .btn-detail a:after {
          font-size: 16px; }

  .page-detail .top-image:before {
    top: 15px; }
  .page-detail .top-image .box-title.type-image {
    bottom: -10px; }
    .page-detail .top-image .box-title.type-image .item-ttl span {
      padding: 4px 8px; }
  .page-detail .top-image .box-title.type-movie .top-label {
    margin-right: 0;
    display: table; }
  .page-detail .top-image .box-title.type-movie .item-ttl {
    padding: 4px 12px; }
    .page-detail .top-image .box-title.type-movie .item-ttl span {
      padding: 0; }
  .page-detail .top-image .box-title .top-label {
    min-width: initial;
    padding: 4px 8px; }
  .page-detail .top-image .box-title .item-ttl {
    font-size: 16px; }
    .page-detail .top-image .box-title .item-ttl span {
      padding: 4px 10px;
      line-height: 2.2; }
  .page-detail .menu {
    margin-top: 40px; }
    .page-detail .menu .menu-list {
      padding: 0 10px; }
    .page-detail .menu .menu-item {
      margin: 0;
      padding: 0 5px;
      width: 33.3333%; }
      .page-detail .menu .menu-item a {
        width: 100%;
        padding: 12px 0;
        font-size: 14px; }
        .page-detail .menu .menu-item a i {
          right: 0; }
  .page-detail .box-desc {
    margin-top: 30px;
    padding: 0 15px; }
    .page-detail .box-desc:before {
      width: 100%; }
    .page-detail .box-desc .inner {
      padding: 20px 0; }
    .page-detail .box-desc p {
      font-size: 14px; }
  .page-detail .box-merit {
    padding: 40px 15px; }
    .page-detail .box-merit .merit-content {
      margin-top: 130px; }
      .page-detail .box-merit .merit-content .list {
        display: block;
        padding: 12px 12px 10px; }
      .page-detail .box-merit .merit-content .ttl {
        width: 100px;
        padding: 4px 0;
        border-width: 1px; }
      .page-detail .box-merit .merit-content .txt {
        font-size: 14px;
        margin: 10px 0 0;
        line-height: 1.6;
        font-weight: normal; }
    .page-detail .box-merit .bg-image {
      top: 80px;
      width: 63%; }
  .page-detail .box-ttl {
    font-size: 22px;
    z-index: 2; }
    .page-detail .box-ttl:before {
      width: 60px;
      bottom: -20px; }
  .page-detail .box-chara {
    padding: 25px 0 30px; }
    .page-detail .box-chara .chara-content {
      padding: 15px; }
    .page-detail .box-chara .list {
      margin: 50px -5px 0;
      display: flex;
      flex-wrap: wrap; }
    .page-detail .box-chara .item {
      padding: 0 5px;
      float: none;
      flex: 0 0 50%;
      max-width: 49.8%;
      margin-bottom: 9px; }
      .page-detail .box-chara .item .item-inner {
        height: 100%;
        padding: 13px 11px 16px; }
      .page-detail .box-chara .item .ttl {
        font-size: 16px;
        padding: 7px 10px; }
      .page-detail .box-chara .item .item-content {
        padding: 20px 0 0; }
        .page-detail .box-chara .item .item-content .txt {
          font-weight: 500;
          font-size: 23px; }
        .page-detail .box-chara .item .item-content p {
          margin-top: 15px;
          font-size: 12px;
          padding: 0; }
  .page-detail .box-detail {
    padding: 20px 15px 30px;
    margin-top: 30px; }
    .page-detail .box-detail .detail-wrap {
      margin-top: 70px;
      padding: 18px 20px; }
      .page-detail .box-detail .detail-wrap .catch {
        font-size: 18px;
        line-height: 1.6; }
      .page-detail .box-detail .detail-wrap .detail-txt {
        margin-top: 17px;
        line-height: 1.8; }
      .page-detail .box-detail .detail-wrap .box-point {
        margin-top: 24px; }
      .page-detail .box-detail .detail-wrap .point-list {
        margin-top: 15px;
        border-width: 4px;
        padding: 14px 12px; }
        .page-detail .box-detail .detail-wrap .point-list li {
          font-size: 14px; }
    .page-detail .box-detail .bg-image {
      width: 63%; }
  .page-detail .box-requirements {
    padding: 25px 15px 30px;
    margin-top: 25px; }
    .page-detail .box-requirements .bg-image {
      width: 63%;
      top: 0; }
    .page-detail .box-requirements .req-content {
      margin-top: 70px; }
      .page-detail .box-requirements .req-content .box {
        margin-top: 20px;
        padding: 18px 20px; }
      .page-detail .box-requirements .req-content .list {
        display: block;
        margin-top: .4em;
        padding-top: .4em; }
      .page-detail .box-requirements .req-content .ttl {
        padding-right: 0;
        width: 100%;
        font-weight: 500; }
  .page-detail .box-gmap iframe {
    height: 240px; }
  .page-detail .ttl-cnt span {
    border-width: 2px;
    font-size: 20px;
    padding: 10px 10px 13px;
    width: 200px; }
  .page-detail .box-company:before, .page-detail .box-form:before {
    height: 2px; }
  .page-detail .box-company {
    padding: 40px 0 30px; }
    .page-detail .box-company .ttl-cnt {
      top: 25px; }
    .page-detail .box-company:before {
      top: 50px; }
    .page-detail .box-company .inner {
      margin-top: 50px;
      padding: 0 15px; }
    .page-detail .box-company .box {
      padding: 12px 15px;
      margin-top: 6px; }
    .page-detail .box-company .list {
      display: block; }
    .page-detail .box-company .ttl {
      padding-right: 0;
      width: 100%;
      font-weight: 500;
      line-height: 1.85; }
    .page-detail .box-company .txt {
      line-height: 1.85; }
    .page-detail .box-company .job-number {
      margin-top: 8px;
      font-size: 12px; }
  .page-detail .bn {
    margin-top: 15px;
    margin-bottom: 40px;
    padding: 20px 0; }
  .page-detail .box-form .ttl-cnt {
    margin-top: -25px; }
  .page-detail .box-form .entry-content {
    padding-top: 40px;
    padding-bottom: 90px; }
  .page-detail .box-form .form-area {
    padding: 0 20px;
    margin-top: 0;
    width: 100%; }
    .page-detail .box-form .form-area .form-group {
      padding: 10px 0; }
      .page-detail .box-form .form-area .form-group .form-label {
        line-height: 16px; }
        .page-detail .box-form .form-area .form-group .form-label.label-mail {
          padding-top: 0; }
      .page-detail .box-form .form-area .form-group label {
        font-size: 16px;
        line-height: 24px; }
      .page-detail .box-form .form-area .form-group .att {
        display: block;
        margin-top: 5px; }
      .page-detail .box-form .form-area .form-group .attention {
        font-size: 12px; }
    .page-detail .box-form .form-area input[type=text], .page-detail .box-form .form-area input[type=tel], .page-detail .box-form .form-area input[type=email] {
      height: 40px;
      font-size: 14px;
      line-height: normal;
      padding: 0 15px;
      border: 1px solid #ccc;
      background: #fff; }
    .page-detail .box-form .form-area .form-control {
      margin-top: 5px; }
    .page-detail .box-form .form-area input[type='checkbox'] + label {
      padding-left: 25px;
      font-size: 12px;
      line-height: 16px;
      margin: 15px auto; }
      .page-detail .box-form .form-area input[type='checkbox'] + label:before {
        width: 16px;
        height: 16px; }
    .page-detail .box-form .form-area input[type='checkbox']:checked + label:after {
      top: 0;
      left: 4px; }
    .page-detail .box-form .form-area input[type=radio] + label {
      padding-left: 25px;
      font-size: 14px;
      line-height: 20px; }
      .page-detail .box-form .form-area input[type=radio] + label:before {
        width: 20px;
        height: 20px; }
    .page-detail .box-form .form-area .btn-submit {
      width: 100%;
      height: 46px;
      font-size: 18px;
      border-radius: 6px;
      margin-top: 6px; }
      .page-detail .box-form .form-area .btn-submit:after {
        line-height: 46px;
        font-size: 16px; }
    .page-detail .box-form .form-area .pp-box {
      height: 100px;
      line-height: 1.6;
      padding: 8px 15px 8px 10px; }
  .page-detail .box-related .box-ttl {
    font-size: 20px;
    padding: 16px 0; }
  .page-detail .box-related .inner {
    padding: 20px 15px 30px; }
  .page-detail .box-related .job-list {
    margin: 0; }
  .page-detail .box-related .job-item {
    padding: 0;
    width: 100%;
    float: none;
    margin-top: 20px; }
    .page-detail .box-related .job-item:first-child {
      margin-top: 0; }
    .page-detail .box-related .job-item .detail-area {
      padding: 16px 15px; }
      .page-detail .box-related .job-item .detail-area .ttl {
        font-size: 17px;
        line-height: 1.6;
        height: auto;
        display: -webkit-box;
        overflow: hidden;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical; }
      .page-detail .box-related .job-item .detail-area .info {
        margin-top: 8px; }
  .page-detail .fixed-entry {
    padding: 16px 0 24px; }
    .page-detail .fixed-entry .inner {
      padding: 0 10px; }
    .page-detail .fixed-entry .img-fix {
      display: block;
      position: absolute;
      bottom: 100%;
      right: 30px; }
    .page-detail .fixed-entry .btn-area {
      margin-top: 0; }
      .page-detail .fixed-entry .btn-area a {
        margin: 0 5px;
        font-size: 15px;
        height: 60px; }
      .page-detail .fixed-entry .btn-area .btn-form {
        border-width: 2px; }
      .page-detail .fixed-entry .btn-area .btn-form i {
        font-size: 32px; }
      .page-detail .fixed-entry .btn-area .btn-tel .tel-icn {
        width: 24px;
        height: 24px;
        line-height: 24px; }
    .page-detail .fixed-entry .fix-trigger {
      position: absolute;
      bottom: 87%;
      right: -5px; }
      .page-detail .fixed-entry .fix-trigger i {
        font-size: 24px; } }
@media screen and (max-width: 374px) {
  .page-detail .box-chara .chara-content {
    padding: 20px 20px; }
  .page-detail .box-chara .item .ttl {
    font-size: 14px; }
  .page-detail .box-chara .item .item-content {
    padding-top: 14px; }
    .page-detail .box-chara .item .item-content .txt {
      font-size: 18px; }
    .page-detail .box-chara .item .item-content p {
      margin-top: 10px; } }

/*# sourceMappingURL=works-recruit-detail.css.map */
