@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; } }

.content {
  padding-top: 90px; }
  @media screen and (max-width: 960px) {
    .content {
      padding-top: 80px; } }
  @media screen and (max-width: 600px) {
    .content {
      padding-top: 60px; } }

.header nav ul li {
  width: initial !important; }

.fv {
  width: 100%;
  position: relative;
  height: 680px; }
  .fv__img {
    position: absolute;
    width: 100%;
    height: 100%;
    padding-left: 258px;
    z-index: 1; }
    .fv__img img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .fv__img:after {
      position: absolute;
      top: 0;
      right: 0;
      width: calc(100% - 300px);
      height: 100px;
      z-index: 3;
      background: rgba(0, 0, 0, 0.36);
      content: '';
      transition: .5s ease;
      opacity: 0; }
    .fv__img.bg:after {
      opacity: 1; }
  .fv .slick-list, .fv .slick-track {
    height: 100%; }
  .fv .slick-dots {
    bottom: 15px;
    left: 279px;
    text-align: left;
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .fv .slick-dots li {
      width: auto;
      height: auto;
      display: block;
      margin: 0 3px; }
      .fv .slick-dots li.slick-active button {
        background: #2D2D2D; }
      .fv .slick-dots li button {
        width: 7px;
        height: 7px;
        padding: 0;
        border-radius: 50%;
        background: #D2D2D2; }
        .fv .slick-dots li button:before {
          display: none; }
  .fv__catch {
    position: absolute;
    top: 50%;
    left: 138px;
    transform: translate(0, -50%);
    z-index: 2; }
    .fv__catch--main {
      font-weight: 700;
      font-size: 4.5rem;
      line-height: 10.2rem;
      letter-spacing: .1em; }
    .fv__catch--bg {
      background-color: rgba(255, 255, 255, 0.8);
      position: relative;
      padding: 10px; }
    .fv__catch--bg2 {
      position: relative; }
      .fv__catch--bg2:before {
        position: absolute;
        top: 50%;
        left: 0;
        content: '';
        display: block;
        transform: translate(0, -50%);
        width: calc(100% + 13px);
        height: 36px;
        background: #fff;
        z-index: -1; }
    .fv__catch--sub {
      font-size: 2rem;
      line-height: 4.6rem;
      letter-spacing: .08em;
      font-weight: 700;
      margin-top: 24px; }
  @media screen and (max-width: 1300px) {
    .fv__img {
      padding-left: 240px; }
      .fv__img:after {
        width: calc(100% - 240px); } }
  @media screen and (max-width: 1024px) {
    .fv__catch {
      left: 30px; }
    .fv__img {
      padding-left: 140px; }
      .fv__img:after {
        display: none; }
    .fv .slick-dots {
      left: 158px; } }
  @media screen and (max-width: 960px) {
    .fv__catch {
      left: 20px; }
      .fv__catch--main {
        font-size: 3.8rem;
        line-height: 8.5rem; }
      .fv__catch--bg:before {
        height: 65px; } }
  @media screen and (max-width: 600px) {
    .fv {
      height: 480px; }
      .fv:before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.12);
        content: '';
        z-index: 2; }
      .fv__img {
        padding-left: 0; }
      .fv .slick-dots {
        position: static;
        justify-content: center;
        margin-top: 14px; }
      .fv__catch {
        left: 20px;
        top: auto;
        bottom: 54px;
        transform: translate(0, 0);
        z-index: 3; }
        .fv__catch--bg {
          padding: 6px; }
        .fv__catch--main {
          font-size: 2.0rem;
          line-height: 5.2rem;
          color: #434343;
          padding-right: 10px; }
        .fv__catch--bg:before, .fv__catch--bg2:before {
          display: none; }
        .fv__catch--sub {
          font-size: 1.8rem;
          line-height: 3.2rem;
          margin-top: 13px;
          color: #fff; } }
  .fv__scroll {
    position: absolute;
    right: 62px;
    bottom: 0;
    z-index: 3;
    transform: rotate(90deg);
    transform-origin: right; }
    .fv__scroll--txt {
      font-size: 1.3rem;
      letter-spacing: .1em; }
    .fv__scroll--bar {
      display: block;
      margin-top: 12px;
      width: 165px;
      height: 2px;
      background: #ccc;
      position: relative; }
      .fv__scroll--bar:before {
        position: absolute;
        left: 0;
        width: 30px;
        height: 2px;
        background: #000000;
        content: '';
        animation: scrollbar ease-in-out 3s;
        animation-iteration-count: infinite;
        -webkit-animation: scrollbar ease-in-out 3s;
        -webkit-animation-iteration-count: infinite; }

.scroll-xs {
  display: none; }
  @media screen and (max-width: 960px) {
    .scroll-xs {
      display: initial;
      padding-top: 54px;
      position: absolute;
      bottom: 10px;
      z-index: 1000;
      color: #fff;
      left: 50%;
      transform: translateX(-50%); }
      .scroll-xs span {
        position: absolute;
        top: 0;
        left: 50%;
        width: 24px;
        height: 24px;
        margin-left: -12px;
        border-left: 1px solid #fff;
        border-bottom: 1px solid #fff;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-animation: sdb 1.5s infinite;
        animation: sdb 1.5s infinite;
        box-sizing: border-box; } }

@-webkit-keyframes sdb {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0; } }
@keyframes sdb {
  0% {
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0; } }
@keyframes scrollbar {
  0% {
    left: 0;
    opacity: 0; }
  30% {
    opacity: 1; }
  70% {
    opacity: 1; }
  90% {
    opacity: 0; }
  100% {
    left: calc(100% - 30px);
    opacity: 0; } }
@-webkit-keyframes scrollbar {
  0% {
    left: 0;
    opacity: 0; }
  30% {
    opacity: 1; }
  70% {
    opacity: 1; }
  90% {
    opacity: 0; }
  100% {
    left: calc(100% - 30px);
    opacity: 0; } }
.bn {
  padding: 80px 0; }
  .bn--btm {
    background: #E8E8E8;
    padding: 25px 0; }
  .bn__wrap {
    margin-right: auto;
    margin-left: auto;
    padding-right: 50px;
    padding-left: 50px;
    max-width: 950px; }
    @media screen and (max-width: 960px) {
      .bn__wrap {
        max-width: 100%;
        padding-right: 30px;
        padding-left: 30px; } }
    @media screen and (max-width: 600px) {
      .bn__wrap {
        padding-right: 15px;
        padding-left: 15px; } }
  .bn__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px; }
  .bn__item {
    padding-right: 10px;
    padding-left: 10px;
    flex: 0 0 50%;
    max-width: 50%; }
  @media screen and (max-width: 600px) {
    .bn__item {
      flex: 0 0 100%;
      max-width: 100%; } }
  .bn__item img {
    width: 100%;
    max-width: 100%;
    height: auto; }
  @media screen and (min-width: 1025px) {
    .bn__item a:hover {
      opacity: .7; } }
  @media screen and (max-width: 600px) {
    .bn {
      padding: 71px 0 50px; }
      .bn__item {
        margin-bottom: 15px; }
        .bn__item:last-child {
          margin-bottom: 0; } }

.about {
  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; }
  .about__img {
    width: calc(667/1366*100%); }
    .about__img img {
      width: 100%;
      height: auto; }
  .about__txt {
    flex: 1 0 0%;
    padding-left: 65px;
    max-width: 441px; }
    .about__txt--main {
      font-size: 2.6rem;
      line-height: 4.4rem;
      font-weight: 700; }
    .about__txt--sub {
      font-size: 1.4rem;
      line-height: 3rem;
      letter-spacing: 0em;
      word-break: break-all;
      margin-top: 25px; }
  @media screen and (max-width: 960px) {
    .about__txt {
      padding-left: 30px;
      padding-right: 30px; }
      .about__txt--main {
        font-size: 2.2rem;
        line-height: 3.8rem; }
      .about__txt--sub {
        margin-top: 18px; } }
  @media screen and (max-width: 600px) {
    .about {
      display: block; }
      .about__img {
        width: 100%; }
      .about__txt {
        margin-right: auto;
        margin-left: auto;
        padding-right: 50px;
        padding-left: 50px; } }
    @media screen and (max-width: 600px) and (max-width: 960px) {
      .about__txt {
        max-width: 100%;
        padding-right: 30px;
        padding-left: 30px; } }
    @media screen and (max-width: 600px) and (max-width: 600px) {
      .about__txt {
        padding-right: 15px;
        padding-left: 15px; } }
  @media screen and (max-width: 600px) {
        .about__txt--main {
          background: #fff;
          position: relative;
          margin: -65px auto 0;
          padding: 14px 20px;
          font-size: 1.8rem;
          line-height: 3rem;
          text-align: center;
          max-width: calc(100% - 80px); }
        .about__txt--sub {
          margin-top: 15px; } }

.section__wrap {
  margin-right: auto;
  margin-left: auto;
  padding-right: 50px;
  padding-left: 50px;
  max-width: 950px; }
  @media screen and (max-width: 960px) {
    .section__wrap {
      max-width: 100%;
      padding-right: 30px;
      padding-left: 30px; } }
  @media screen and (max-width: 600px) {
    .section__wrap {
      padding-right: 15px;
      padding-left: 15px; } }
.section__ttl {
  text-align: center; }
  .section__ttl--en {
    font-size: 3.4rem;
    font-weight: 700; }
  .section__ttl--ja {
    margin-top: 11px; }
.section--site {
  padding-top: 100px; }
.section--job {
  padding-top: 90px;
  padding-bottom: 75px; }
@media screen and (max-width: 600px) {
  .section__ttl--en {
    font-size: 2.4rem; }
  .section__ttl--ja {
    font-size: 1.4rem; }
  .section--site {
    padding-top: 80px; }
  .section--job {
    padding-top: 70px;
    padding-bottom: 50px; } }

.site {
  margin-top: 40px; }
  .site__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px; }
  .site__item {
    padding-right: 10px;
    padding-left: 10px;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  @media screen and (max-width: 600px) {
    .site__list {
      margin-right: -7px;
      margin-left: -8px; }
    .site__item {
      padding-right: 7px;
      padding-left: 8px;
      flex: 0 0 50%;
      max-width: 50%; } }
  .site__item {
    margin-bottom: 20px; }
    .site__item a {
      display: block;
      position: relative;
      width: 100%;
      position: relative;
      width: 100%;
      padding-bottom: calc(167/270*100%);
      overflow: hidden;
      -webkit-transition: all 0.4s ease;
      -moz-transition: all 0.4s ease;
      -o-transition: all 0.4s ease;
      transition: all 0.4s ease;
      height: 0; }
      .site__item a img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        object-fit: cover;
        width: 100%;
        height: 100%;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease; }
      .site__item a:before {
        position: absolute;
        top: 0;
        left: 0;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.4);
        content: '';
        z-index: 2; }
      @media screen and (min-width: 1025px) {
        .site__item a:hover:before {
          opacity: 0; } }
  .site__name {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 1.8rem;
    padding: 0 15px;
    line-height: 3rem;
    font-weight: 700;
    width: 100%;
    text-align: center;
    z-index: 3; }
  @media screen and (max-width: 600px) {
    .site__item {
      margin-bottom: 15px; }
    .site__name {
      font-size: 1.4rem;
      line-height: 2.2rem; } }

.job {
  margin-top: 40px; }
  .job__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px; }
  .job__item {
    padding-right: 10px;
    padding-left: 10px;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  @media screen and (max-width: 600px) {
    .job__list {
      margin-right: -7px;
      margin-left: -8px; }
    .job__item {
      padding-right: 7px;
      padding-left: 8px;
      flex: 0 0 50%;
      max-width: 50%; } }
  .job__img {
    display: block;
    position: relative;
    width: 100%;
    position: relative;
    width: 100%;
    padding-bottom: calc(167/270*100%);
    overflow: hidden;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    height: 0; }
    .job__img img {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      object-fit: cover;
      width: 100%;
      height: 100%;
      -webkit-transition: all 0.4s ease;
      -moz-transition: all 0.4s ease;
      -o-transition: all 0.4s ease;
      transition: all 0.4s ease; }
    @media screen and (min-width: 1025px) {
      .job__img:hover img {
        opacity: .8;
        transform: translate(-50%, -50%) scale(1.05, 1.05); } }
  .job__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: column;
    margin-bottom: 40px; }
    .job__item--list {
      margin-bottom: 80px; }
  .job__ttl {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 2.7rem;
    margin-top: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden; }
    .job__ttl a {
      display: block; }
      @media screen and (min-width: 1025px) {
        .job__ttl a:hover {
          opacity: .8; } }
  .job__detail {
    margin-top: 16px;
    flex: 1 0 0%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: column; }
    .job__detail--row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      align-items: flex-start;
      -webkit-box-align: flex-start;
      -webkit-align-items: flex-start;
      -ms-flex-align: flex-start;
      margin-bottom: 10px; }
      .job__detail--row:last-child {
        margin-bottom: 0; }
    .job__detail--label {
      width: 67px;
      color: #fff;
      font-weight: 400;
      font-size: 1.2rem;
      line-height: 2.4rem;
      letter-spacing: 0em;
      word-break: break-all;
      padding: 2px 9px; }
    .job__detail--txt {
      flex: 1 0 0%;
      padding-left: 12px;
      font-size: 1.4rem;
      line-height: 2.4rem;
      letter-spacing: 0em;
      word-break: break-all;
      padding-top: 2px; }
    .job__detail--btn {
      margin-top: auto; }
      .job__detail--btn a {
        display: block;
        width: 100%;
        position: relative;
        padding: 26px 19px 25px;
        color: #fff;
        text-align: center;
        font-size: 1.6rem;
        font-weight: 700;
        margin: 0 auto; }
        @media screen and (min-width: 1025px) {
          .job__detail--btn a:hover {
            opacity: .8; } }
      @media screen and (max-width: 600px) {
        .job__detail--btn a {
          width: 100%; } }
      .job__detail--btn a {
        padding: 18px 19px; }
  .job__btn {
    margin-top: 80px; }
    .job__btn a {
      display: block;
      width: 405px;
      position: relative;
      padding: 26px 19px 25px;
      color: #fff;
      text-align: center;
      font-size: 1.6rem;
      font-weight: 700;
      margin: 0 auto; }
      @media screen and (min-width: 1025px) {
        .job__btn a:hover {
          opacity: .8; } }
    @media screen and (max-width: 600px) {
      .job__btn a {
        width: 100%; } }
  @media screen and (max-width: 600px) {
    .job__list {
      display: block; }
    .job__item {
      margin-bottom: 55px;
      max-width: 100%; }
      .job__item:last-child {
        margin-bottom: 0; }
    .job__btn {
      margin-top: 50px; } }

.pagination {
  margin-top: 72px;
  padding-bottom: 60px; }
  .pagination__list {
    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; }
  .pagination__num {
    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; }
  .pagination__item {
    margin: 0 5px; }
    .pagination__item--current {
      width: 35px;
      height: 35px;
      margin: 0 5px;
      text-align: center;
      line-height: 32px;
      background: #434343;
      color: #fff;
      font-size: 1.2rem; }
    .pagination__item a {
      display: block;
      width: 35px;
      height: 35px;
      color: #000;
      text-align: center;
      line-height: 32px;
      border: solid 1px #434343;
      font-size: 1.2rem; }
      @media screen and (min-width: 1025px) {
        .pagination__item a:hover {
          color: #434343; } }
  .pagination__prev, .pagination__next {
    width: 38px; }
    .pagination__prev a, .pagination__next a {
      padding: 11px 0;
      display: block;
      width: 100%;
      height: 38px; }
    @media screen and (min-width: 1025px) {
      .pagination__prev:hover, .pagination__next:hover {
        opacity: .7; } }
  .pagination__prev {
    margin-right: 16px;
    text-align: left; }
  .pagination__next {
    margin-left: 16px;
    text-align: right; }
  @media screen and (max-width: 600px) {
    .pagination {
      margin-top: 43px;
      padding-bottom: 15px; }
      .pagination__item {
        margin: 0 3px; }
        .pagination__item--current {
          margin: 0 3px;
          width: 32px;
          height: 32px;
          font-size: 16px;
          line-height: 32px; }
        .pagination__item a {
          width: 32px;
          height: 32px;
          line-height: 32px;
          font-size: 16px; }
      .pagination__prev, .pagination__next {
        width: 28px; }
        .pagination__prev a, .pagination__next a {
          padding: 12px 0;
          height: 32px; } }

.list__cate-ttl {
  padding: 23px 46px 23px 0;
  line-height: 30px;
  cursor: pointer;
  position: relative;
  display: flex; }
  @media screen and (max-width: 900px) {
    .list__cate-ttl {
      padding: 13px 32px 13px 0;
      font-size: 15px;
      line-height: 25px; } }
.list__icn {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 30px;
  height: 30px;
  border: solid 1px #AFAFAF;
  border-radius: 50%;
  display: block; }
  .list__icn::before {
    content: '';
    width: 13px;
    top: 14px;
    left: 8px;
    height: 1px;
    background: #AFAFAF;
    position: absolute;
    transition: transform .4s ease; }
  .list__icn::after {
    content: '';
    width: 13px;
    top: 14px;
    left: 8px;
    height: 1px;
    background: #AFAFAF;
    position: absolute;
    transition: transform .4s ease;
    transform: rotate(-90deg); }
  @media screen and (max-width: 900px) {
    .list__icn {
      width: 23px;
      height: 23px; }
      .list__icn::before {
        width: 13px;
        left: 4px;
        top: 10px; }
      .list__icn::after {
        width: 13px;
        left: 4px;
        top: 10px; } }
.list__cate-item {
  border-bottom: solid 1px #d9d9d9; }
.list__qa-list {
  display: none;
  padding: 0 0 20px; }
.list__qa-item {
  margin-top: 28px; }
  .list__qa-item:first-child {
    margin-top: 0; }
.list__qa-q {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative; }
.list__ttl {
  padding-left: 48px;
  width: calc(100% - -60px); }
.list__qa-icn {
  width: 35px;
  height: 35px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff; }
  @media screen and (max-width: 900px) {
    .list__qa-icn {
      width: 30px;
      height: 30px;
      padding-bottom: 4px; } }
.list__qa-txt {
  line-height: 25px;
  padding-left: 48px; }
  @media screen and (max-width: 900px) {
    .list__qa-txt {
      padding-left: 47px;
      padding-right: 40px; } }
.list__qa-l {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -15px; }

.active .list__icn:after {
  transform: rotate(0); }

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