@charset "UTF-8";
/* Scss Document */
.header_all {
  background-color: inherit; }

body {
  padding: 0; }

aside {
  top: 100px; }
  aside.active {
    top: auto; }

/***************************************************/
.mv {
  position: relative; }
  .mv .mv_box {
    height: 100vh;
    background: url("../slider/slider01.jpg") right bottom no-repeat;
    background-size: cover; }
  .mv .slider {
    width: 100%; }
    .mv .slider div {
      line-height: 0;
      height: 100vh;
      width: 100%; }
  .mv .slider01 {
    background: url("../slider/slider01.jpg") right bottom no-repeat;
    background-size: cover; }
  .mv .slider02 {
    background: url("../slider/slider02.jpg") center center no-repeat;
    background-size: cover; }
  .mv .slider03 {
    background: url("../slider/slider03.jpg") center center no-repeat;
    background-size: cover; }

/*.slider div {
  display: none;
}
.bx-viewport .slider div{
  display: block !important; 
}*/
.mv_text {
  position: absolute;
  z-index: 5;
  padding: 10% 0 0 300px;
  top: 50%;
  left: 0%;
  -webkit-transform: translate(0%, -50%);
  /* Safari用 */
  transform: translate(0%, -50%);
  height: 100%; }
  .mv_text p {
    font: 6.8rem/1.5em 'Noto Sans JP', sans-serif;
    font-weight: 700;
    color: #171C61; }

.bx-wrapper {
  margin: 0;
  padding: 0;
  border: none;
  box-shadow: none;
  position: relative; }

@media (max-width: 1280px) {
  .mv_text {
    position: absolute;
    z-index: 5;
    padding: 30vh 0 0 230px;
    top: 50%;
    left: 0%;
    -webkit-transform: translate(0%, -50%);
    /* Safari用 */
    transform: translate(0%, -50%);
    height: 100%; }
    .mv_text p {
      font: 6.5rem/1.5em 'Noto Sans JP', sans-serif;
      font-weight: 700;
      color: #171C61; } }
/*max-width:1280px*/
@media (max-width: 1024px) {
  .mv .slider div {
    height: 800px;
    width: 100%; }
  .mv .mv_box {
    height: 800px;
    background: url("../slider/slider01.jpg") center bottom no-repeat;
    background-size: cover; }
  .mv .slider01 {
    background: url("../slider/slider01.jpg") center bottom no-repeat;
    background-size: cover; }
  .mv .slider02 {
    background: url("../slider/slider02.jpg") center bottom no-repeat;
    background-size: cover; }
  .mv .slider03 {
    background: url("../slider/slider03.jpg") center bottom no-repeat;
    background-size: cover; }

  .mv_text {
    position: absolute;
    z-index: 5;
    padding: 20% 0 0 5%;
    top: 50%;
    left: 0%;
    -webkit-transform: translate(0%, -50%);
    /* Safari用 */
    transform: translate(0%, -50%);
    height: 100%; }
    .mv_text p {
      font: 6.0rem/1.5em 'Noto Sans JP', sans-serif;
      font-weight: 700;
      color: #171C61; } }
/*max-width:1024px*/
@media (max-width: 768px) {
  .mv .slider div {
    height: 600px;
    width: 100%; }
  .mv .mv_box {
    height: 600px; }

  .mv_text {
    padding: 30% 0 0 5%; }
    .mv_text p {
      font: 7.55vw/1.5em 'Noto Sans JP', sans-serif;
      font-weight: 700; } }
/*max-width:768px*/
@media (max-width: 480px) {
  .mv .slider div {
    height: 460px;
    width: 100%; }
  .mv .mv_box {
    height: 460px; }

  .mv_text {
    padding: 22% 0 0 5%; }
    .mv_text p {
      font: 10.5vw/1.5em 'Noto Sans JP', sans-serif;
      font-weight: 700; }
      .mv_text p span {
        display: block; } }
/*max-width:480px*/
/***************************************************/
h2 {
  font: 6.0rem/1.0em 'Rock Salt', cursive;
  font-weight: 400;
  margin-bottom: 50px;
  color: #21336C; }
  h2 small {
    display: block;
    margin: 40px 0 0;
    font: 2.0rem/1.0em 'Noto Sans JP', sans-serif;
    font-weight: 700; }

.link_box {
  width: 100%; }
  .link_box a {
    font: 1.6rem/1.0em 'Noto Sans JP', sans-serif;
    font-weight: 500;
    padding: 30px 0;
    display: block;
    width: 100%;
    position: relative;
    border-bottom: 1px solid #8B88AB;
    color: #171C61; }
    .link_box a:before {
      transition: .3s;
      display: block;
      content: "";
      position: absolute;
      width: 20px;
      height: 20px;
      background-color: #171C61;
      border-radius: 50%;
      top: 50%;
      left: auto;
      right: 20px;
      -webkit-transform: translate(0%, -50%);
      /* Safari用 */
      transform: translate(0%, -50%); }
    .link_box a:after {
      transition: .3s;
      position: absolute;
      content: "";
      top: 46%;
      left: auto;
      right: 27px;
      -webkit-transform: translate(0%, -50%);
      /* Safari用 */
      transform: translate(0%, -50%);
      width: 4px;
      height: 4px;
      border-top: 2px solid #fff;
      border-right: 2px solid #fff;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }

.head {
  color: #21336C;
  margin: 0 0 30px; }
  .head strong {
    font: 3.8rem/1.6em 'Noto Sans JP', sans-serif;
    font-weight: 700; }

@media (hover: hover) {
  .link_box a:hover {
    color: gold; }
    .link_box a:hover:after {
      right: 17px; }
    .link_box a:hover:before {
      right: 10px; } }
/*max-width:1280px*/
/*max-width:1024px*/
@media (max-width: 768px) {
  h2 {
    font: 5.0rem/1.0em 'Rock Salt', cursive;
    font-weight: 400;
    margin-bottom: 50px;
    color: #21336C; }
    h2 small {
      display: block;
      margin: 20px 0 0;
      font: 1.8rem/1.0em 'Noto Sans JP', sans-serif;
      font-weight: 700; }

  .link_box {
    width: 100%; }
    .link_box a {
      font: 1.6rem/1.0em 'Noto Sans JP', sans-serif;
      font-weight: 500;
      padding: 30px 0;
      display: block;
      width: 100%;
      position: relative;
      border-bottom: 1px solid #8B88AB;
      color: #171C61; }
      .link_box a:before {
        display: block;
        content: "";
        position: absolute;
        width: 20px;
        height: 20px;
        background-color: #171C61;
        border-radius: 50%;
        top: 50%;
        left: auto;
        right: 20px;
        -webkit-transform: translate(0%, -50%);
        /* Safari用 */
        transform: translate(0%, -50%); }
      .link_box a:after {
        position: absolute;
        content: "";
        top: 46%;
        left: auto;
        right: 27px;
        -webkit-transform: translate(0%, -50%);
        /* Safari用 */
        transform: translate(0%, -50%);
        width: 4px;
        height: 4px;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg); }

  .head {
    color: #21336C;
    margin: 0 0 30px; }
    .head strong {
      font: 2.8rem/1.6em 'Noto Sans JP', sans-serif;
      font-weight: 700; } }
/*max-width:768px*/
@media (max-width: 480px) {
  h2 {
    font: 4.0rem/1.0em 'Rock Salt', cursive;
    font-weight: 400;
    margin-bottom: 40px; }
    h2 small {
      font: 1.6rem/1.0em 'Noto Sans JP', sans-serif;
      font-weight: 700; }

  .head {
    color: #21336C;
    margin: 0 0 30px; }
    .head strong {
      font: 2.2rem/1.6em 'Noto Sans JP', sans-serif;
      font-weight: 700; }

  .link_box {
    width: 100%; }
    .link_box a {
      font: 1.6rem/1.0em 'Noto Sans JP', sans-serif;
      font-weight: 500;
      padding: 20px 0; }
      .link_box a:after {
        top: 44%; } }
/*max-width:480px*/
/***************************************************/
.about {
  padding: 200px 0 250px;
  margin: 0 auto; }
  .about p {
    margin: 0 0 30px;
    font: 1.6rem/2.2em 'Noto Sans JP', sans-serif;
    font-weight: 4000; }
  .about h2 small {
    padding: 0 0 0 30px; }

.about_box {
  padding: 0 0 0 300px;
  max-width: 1920px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  position: relative; }

.about_pic {
  position: absolute;
  right: 0;
  top: 0;
  width: calc((100% - 300px)/2);
  overflow: hidden;
  height: 100%; }
  .about_pic img {
    position: absolute;
    height: 100%;
    width: auto;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    /* Safari用 */
    transform: translate(-50%, -50%); }

.about_item {
  width: 50%; }

.about_link {
  width: 50%;
  max-width: 500px; }

@media (max-width: 1280px) {
  .about_box {
    padding: 0 0 0 220px; } }
/*max-width:1280px*/
@media (max-width: 1024px) {
  .about {
    padding: 100px 0 150px;
    margin: 0 auto; }
    .about p {
      margin: 0 0 40px;
      font: 1.6rem/2.2em 'Noto Sans JP', sans-serif;
      font-weight: 4000; }

  .about_box {
    padding: 0;
    max-width: 1920px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    position: relative; }

  .about_pic {
    position: relative;
    right: auto;
    top: auto;
    width: calc(100% - 80px);
    margin: 0 auto 40px;
    padding: 50% 0 0 0;
    order: 2; }
    .about_pic img {
      width: 100%;
      height: auto; }

  .about_item {
    width: calc(100% - 80px);
    margin: 0 auto;
    order: 1; }

  .about_link {
    width: calc(100% - 80px);
    max-width: 100%;
    margin: 0 auto;
    order: 3; }
    .about_link a {
      max-width: 500px; } }
/*max-width:1024px*/
@media (max-width: 768px) {
  .about {
    padding: 100px 0 150px;
    margin: 0 auto; }
    .about p {
      margin: 0 0 40px;
      font: 1.6rem/2.2em 'Noto Sans JP', sans-serif;
      font-weight: 4000; }

  .about_box {
    max-width: 480px; }

  .about_pic {
    width: calc(100% - 80px);
    margin: 0 auto 40px;
    padding: 75% 0 0 0;
    order: 2; }

  .about_item {
    width: calc(100% - 80px);
    margin: 0 auto;
    order: 1; }

  .about_link {
    width: calc(100% - 80px); } }
/*max-width:768px*/
@media (max-width: 480px) {
  .about {
    padding: 50px 0 100px;
    margin: 0 auto; }
    .about p {
      margin: 0 0 30px;
      font: 1.6rem/2.2em 'Noto Sans JP', sans-serif;
      font-weight: 4000; }

  .about_pic {
    width: calc(100% - 40px);
    margin: 0 auto 20px;
    padding: 72% 0 0 0; }

  .about_item {
    width: calc(100% - 40px);
    margin: 0 auto;
    order: 1; }

  .about_link {
    width: calc(100% - 40px); } }
/*max-width:480px*/
/***************************************************/
.features {
  position: relative; }
  .features:before {
    width: 100%;
    height: 880px;
    position: absolute;
    content: "";
    background: url("../images/index/features.jpg") center center no-repeat;
    background-size: cover;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    /* Safari用 */
    transform: translate(-50%, -50%); }
  .features h2 {
    color: #fff;
    font: 8.0rem/1.0em 'Rock Salt', cursive;
    font-weight: 400; }
  .features p {
    color: #fff;
    margin: 0 0 30px;
    font: 1.6rem/2.2em 'Noto Sans JP', sans-serif;
    font-weight: 4000; }
  .features .head {
    margin: 0 0 15px; }
    .features .head br {
      display: none; }

.features_box {
  min-height: 1000px;
  width: 100%;
  max-width: 660px;
  margin: 0 auto;
  background: rgba(33, 51, 108, 0.8);
  position: relative;
  z-index: 1;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: center;
  justify-content: center;
  align-items: flex-start;
  padding: 0 80px; }

.features_link {
  max-width: 400px; }
  .features_link a {
    color: #fff; }
    .features_link a:before {
      transition: .3s;
      background-color: #fff; }
    .features_link a:after {
      transition: .3s;
      border-top: 2px solid #171C61;
      border-right: 2px solid #171C61; }
    .features_link a:hover {
      color: gold; }

@media (hover: hover) {
  .features_link a:hover {
    color: gold; } }
@media (max-width: 1280px) {
  .features {
    position: relative; }
    .features:before {
      width: 100%;
      height: 880px;
      position: absolute;
      content: "";
      background: url("../images/index/features.jpg") center center no-repeat;
      background-size: cover;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      /* Safari用 */
      transform: translate(-50%, -50%); }
    .features h2 {
      color: #fff;
      font: 8.0rem/1.0em 'Rock Salt', cursive;
      font-weight: 400; }
    .features p {
      color: #fff;
      margin: 0 0 30px;
      font: 1.6rem/2.2em 'Noto Sans JP', sans-serif;
      font-weight: 4000;
      text-align: justify;
      text-justify: inter-ideograph; }
    .features .head br {
      display: block; }

  .features_box {
    min-height: 1000px;
    width: 100%;
    max-width: 560px;
    padding: 0 60px; } }
/*max-width:1280px*/
/*max-width:1024px*/
@media (max-width: 768px) {
  .features {
    position: relative;
    padding: 0 0 400px; }
    .features:before {
      width: 100%;
      height: 400px;
      position: absolute;
      content: "";
      background: url("../images/index/features.jpg") center bottom no-repeat;
      background-size: auto 400px;
      top: auto;
      bottom: 0;
      left: 50%;
      -webkit-transform: translate(-50%, 0%);
      /* Safari用 */
      transform: translate(-50%, 0%); }
    .features h2 {
      color: #fff;
      font: 6.0rem/1.0em 'Rock Salt', cursive;
      font-weight: 400; }
    .features p {
      color: #fff;
      margin: 0 0 30px;
      font: 1.6rem/2.2em 'Noto Sans JP', sans-serif;
      font-weight: 400;
      max-width: 470px; }
    .features .head strong {
      font: 3.5rem/1.6em 'Noto Sans JP', sans-serif;
      font-weight: 700; }
    .features .head br {
      display: block; }

  .features_box {
    min-height: auto;
    width: 100%;
    max-width: 100%;
    padding: 60px 40px; } }
/*max-width:768px*/
@media (max-width: 480px) {
  .features {
    position: relative;
    padding: 0 0 280px; }
    .features:before {
      width: 100%;
      height: 280px;
      position: absolute;
      content: "";
      background: url("../images/index/features.jpg") center bottom no-repeat;
      background-size: auto 280px;
      top: auto;
      bottom: 0;
      left: 50%;
      -webkit-transform: translate(-50%, 0%);
      /* Safari用 */
      transform: translate(-50%, 0%); }
    .features h2 {
      color: #fff;
      font: 4.0rem/1.0em 'Rock Salt', cursive;
      font-weight: 400; }
    .features .head strong {
      font: 2.2rem/1.6em 'Noto Sans JP', sans-serif;
      font-weight: 700; }
      .features .head strong br {
        display: none; }
      .features .head strong span {
        display: block; }

  .features_box {
    padding: 60px 20px; } }
/*max-width:480px*/
/***************************************************/
.content {
  padding: 300px 0 160px 300px;
  position: relative;
  margin: 0 0 200px; }
  .content:before {
    position: absolute;
    content: "";
    display: block;
    height: 900px;
    width: 75%;
    background: #F7F9FD;
    left: 0;
    bottom: 0;
    z-index: 0; }

.content_box {
  max-width: 1240px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 auto;
  position: relative;
  z-index: 1; }

.content_item {
  max-width: 540px;
  width: calc((100% - 50px)/2); }
  .content_item img {
    display: block;
    width: 100%;
    margin: 0 auto 50px; }
  .content_item h2 {
    font: 5.0rem/1.0em 'Rock Salt', cursive;
    font-weight: 400;
    margin: 0 0 40px; }
  .content_item p {
    margin: 0 0 10px;
    font: 1.6rem/2.2em 'Noto Sans JP', sans-serif;
    font-weight: 700; }
  .content_item a {
    color: #171C61; }

.sastainability {
  margin: 100px 0 0 0; }

@media (max-width: 1280px) {
  .content {
    padding: 300px 0 160px 220px;
    position: relative;
    margin: 0 0 200px; }
    .content:before {
      position: absolute;
      content: "";
      display: block;
      height: 900px;
      width: 75%;
      background: #F7F9FD;
      left: 0;
      bottom: 0;
      z-index: 0; }

  .content_box {
    max-width: 1240px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0 auto;
    position: relative;
    z-index: 1; }

  .content_item {
    max-width: 540px;
    width: calc((100% - 50px)/2); }
    .content_item img {
      display: block;
      width: 100%;
      margin: 0 auto 50px; }
    .content_item h2 {
      font: 4.4rem/1.0em 'Rock Salt', cursive;
      font-weight: 400;
      margin: 0 0 40px; }
    .content_item p {
      margin: 0 0 10px;
      font: 1.6rem/2.2em 'Noto Sans JP', sans-serif;
      font-weight: 700; }
    .content_item a {
      color: #171C61; }

  .sastainability {
    margin: 100px 0 0 0; } }
/*max-width:1280px*/
@media (max-width: 1024px) {
  .content {
    padding: 100px 40px 100px;
    position: relative;
    margin: 0 0 100px; }
    .content:before {
      height: 55%;
      width: 75%; }

  .content_box {
    max-width: 1000px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0 auto;
    position: relative;
    z-index: 1; }

  .content_item {
    max-width: 540px;
    width: 100%; }
    .content_item img {
      display: block;
      width: 100%;
      margin: 0 auto 50px; }
    .content_item h2 {
      font: 4.4rem/1.0em 'Rock Salt', cursive;
      font-weight: 400;
      margin: 0 0 40px; }
    .content_item p {
      margin: 0 0 10px;
      font: 1.6rem/2.2em 'Noto Sans JP', sans-serif;
      font-weight: 700; }
    .content_item a {
      color: #171C61; }

  .business {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: flex-start; }
    .business img {
      order: 4;
      margin: 40px 0 0 0; }

  .sastainability {
    margin: 0 0 0 auto; } }
/*max-width:1024px*/
@media (max-width: 768px) {
  .content {
    padding: 100px 0 100px;
    position: relative;
    margin: 0; }
    .content:before {
      display: none; }
    .content .link_box {
      width: calc(100% - 80px);
      margin: 0 auto; }

  .content_box {
    max-width: 1000px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0 auto;
    position: relative;
    z-index: 1; }

  .content_item {
    max-width: 540px;
    width: 100%; }
    .content_item img {
      display: block;
      width: 80%;
      margin: 0 0 40px auto; }
    .content_item h2 {
      font: 4.4rem/1.0em 'Rock Salt', cursive;
      font-weight: 400;
      margin: 0 0 40px;
      padding: 0 40px; }
    .content_item p {
      margin: 0 0 10px;
      padding: 0 40px;
      font: 1.6rem/2.2em 'Noto Sans JP', sans-serif;
      font-weight: 700; }
    .content_item a {
      color: #171C61; }

  .business {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: flex-start; }
    .business img {
      order: 4;
      margin: 40px 0 0 0; }

  .sastainability {
    margin: 0 auto; } }
/*max-width:768px*/
@media (max-width: 480px) {
  .content {
    padding: 50px 0 50px; }
    .content .link_box {
      width: calc(100% - 40px); }

  .content_item {
    max-width: 540px;
    width: 100%; }
    .content_item img {
      display: block;
      width: 80%;
      margin: 0 0 40px auto; }
    .content_item h2 {
      font: 4.0rem/1.0em 'Rock Salt', cursive;
      font-weight: 400;
      margin: 0 0 40px;
      padding: 0 20px; }
    .content_item p {
      margin: 0 0 30px;
      padding: 0 20px;
      font: 1.6rem/2.2em 'Noto Sans JP', sans-serif;
      font-weight: 700; }
    .content_item a {
      color: #171C61; }

  .business {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: flex-start; }
    .business img {
      order: 4;
      margin: 40px 0 0 0; }

  .sastainability {
    margin: 0 auto; } }
/*max-width:480px*/
/***************************************************/
.recruitment {
  padding: 0 0 230px 300px; }

.recruit_box {
  max-width: 1620px;
  width: 100%;
  margin: 0 auto; }
  .recruit_box h2 {
    color: #595757;
    font: 10.0rem/1.0em 'Rock Salt', cursive;
    font-weight: 400;
    margin: -70px 0 40px 0;
    position: relative; }

.recruit_pic {
  overflow: hidden;
  position: relative;
  height: 810px;
  width: 100%; }
  .recruit_pic img {
    position: absolute;
    height: 100%;
    width: auto;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    /* Safari用 */
    transform: translate(-50%, -50%); }

.recruit_txt {
  max-width: 1080px;
  padding: 0 0 0 5%;
  width: 100%;
  margin: 0 0 160px; }

.recruit_link {
  width: 100%;
  max-width: 870px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: flex-start; }
  .recruit_link a {
    width: calc((100% - 40px)/2);
    max-width: 400px;
    color: #333; }
    .recruit_link a:before {
      background-color: #DCDDDD; }
    .recruit_link a:after {
      border-top: 2px solid #595757;
      border-right: 2px solid #595757; }

@media (max-width: 1280px) {
  .recruitment {
    padding: 0 0 230px 0; }

  .recruit_box {
    max-width: 1620px;
    width: 100%;
    margin: 0 auto; }
    .recruit_box h2 {
      color: #595757;
      font: 10.0rem/1.0em 'Rock Salt', cursive;
      font-weight: 400;
      margin: -70px 0 40px 0;
      position: relative; }

  .recruit_pic {
    overflow: hidden;
    position: relative;
    height: 810px;
    width: 100%; }
    .recruit_pic img {
      position: absolute;
      height: 100%;
      width: auto;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      /* Safari用 */
      transform: translate(-50%, -50%); }

  .recruit_txt {
    max-width: 1080px;
    padding: 0 40px 0 220px;
    width: 100%;
    margin: 0 0 160px; }

  .recruit_link {
    width: 100%;
    max-width: 870px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: flex-start; }
    .recruit_link a {
      width: calc((100% - 40px)/2);
      max-width: 400px;
      color: #333; }
      .recruit_link a:before {
        background-color: #DCDDDD; }
      .recruit_link a:after {
        border-top: 2px solid #595757;
        border-right: 2px solid #595757; } }
/*max-width:1280px*/
@media (max-width: 1024px) {
  .recruitment {
    padding: 0 0 150px 0; }

  .recruit_box h2 {
    color: #595757;
    font: 8.0rem/1.0em 'Rock Salt', cursive;
    font-weight: 400;
    margin: -50px 0 40px 0;
    position: relative; }

  .recruit_pic {
    overflow: hidden;
    position: relative;
    height: 0;
    padding: 50% 0 0 0;
    width: 100%; }

  .recruit_txt {
    max-width: 1080px;
    padding: 0 40px;
    width: 100%;
    margin: 0 0 160px; } }
/*max-width:1024px*/
@media (max-width: 768px) {
  .recruitment {
    padding: 0 0 150px 0; }

  .recruit_box h2 {
    color: #595757;
    font: 7.0rem/1.0em 'Rock Salt', cursive;
    font-weight: 400;
    margin: -40px auto 40px auto;
    text-align: center;
    position: relative; }

  .recruit_pic {
    overflow: hidden;
    position: relative;
    height: 0;
    padding: 50% 0 0 0;
    width: 100%; }

  .recruit_txt {
    max-width: 1080px;
    padding: 0 20px;
    width: 100%;
    margin: 0 auto 160px; }

  .recruit_link {
    width: 400px;
    max-width: 100%;
    display: block;
    margin: 0 auto; }
    .recruit_link a {
      width: 100%;
      max-width: 400px;
      color: #333; } }
/*max-width:768px*/
@media (max-width: 480px) {
  .recruitment {
    padding: 0 0 150px 0; }

  .recruit_box h2 {
    color: #595757;
    font: 6.0rem/1.0em 'Rock Salt', cursive;
    font-weight: 400;
    margin: -20px auto 40px auto;
    text-align: center;
    position: relative; }

  .recruit_pic {
    overflow: hidden;
    position: relative;
    height: 0;
    padding: 50% 0 0 0;
    width: 100%; }

  .recruit_txt {
    max-width: 1080px;
    padding: 0 20px;
    width: 100%;
    margin: 0 auto 100px; }

  .recruit_link {
    width: 400px;
    max-width: 100%;
    display: block;
    margin: 0 auto; }
    .recruit_link a {
      width: 100%;
      max-width: 400px;
      color: #333; } }
/*max-width:480px*/
/***************************************************/
body {
  overflow-x: hidden; }

.member_voice h2 {
  color: #595757;
  font: 4.4rem/1.0em 'Rock Salt', cursive;
  font-weight: 400;
  position: relative;
  margin: 0 0 70px;
  overflow: hidden;
  width: 100%; }

.voice_slide {
  margin: 0 auto 90px; }

.slick-prev, .slick-next {
  position: absolute;
  top: calc(100% + 30px) !important;
  height: 45px !important;
  width: 45px !important;
  border: 1px solid #dcdddd !important;
  border-radius: 50% !important; }
  .slick-prev:before, .slick-next:before {
    display: none !important; }
  .slick-prev:after, .slick-next:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%; }

.slick-prev {
  left: 10px !important; }
  .slick-prev:after {
    top: 50%;
    left: 48%;
    -webkit-transform: translate(-50%, -50%);
    /* Safari用 */
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7.5px 10px 7.5px 0;
    border-color: transparent #595757 transparent transparent; }

.slick-next {
  left: 75px !important; }
  .slick-next:after {
    top: 50%;
    left: 54%;
    -webkit-transform: translate(-50%, -50%);
    /* Safari用 */
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7.5px 0 7.5px 10px;
    border-color: transparent transparent transparent #595757; }

.voice_slide a {
  transition: none;
  overflow: hidden;
  border-radius: 15px;
  position: relative;
  display: block;
  z-index: 10;
  margin: 0 10px;
  transition: .3s; }
  .voice_slide a p {
    font: 2.0rem/1.0em 'Noto Sans JP', sans-serif;
    font-weight: 700;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    align-items: flex-start; }
    .voice_slide a p span {
      display: block;
      font: 1.5rem/1.4em 'Noto Sans JP', sans-serif;
      font-weight: 700;
      margin: 5px 0 0; }
.voice_slide .bx-controls-direction {
  position: relative;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start; }
  .voice_slide .bx-controls-direction a {
    position: relative;
    display: block;
    top: auto;
    left: auto;
    right: auto;
    margin-top: 0;
    outline: 0;
    width: 50px;
    height: 50px;
    text-indent: -9999px;
    z-index: 9999;
    background: none;
    border-radius: 50%;
    border: 1px solid #DCDDDD; }
    .voice_slide .bx-controls-direction a:before {
      position: absolute;
      content: ""; }
    .voice_slide .bx-controls-direction a.bx-prev:before {
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      /* Safari用 */
      transform: translate(-50%, -50%);
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 7.5px 10px 7.5px 0;
      border-color: transparent #595757 transparent transparent; }
    .voice_slide .bx-controls-direction a.bx-next {
      margin: 0 0 0 30px; }
      .voice_slide .bx-controls-direction a.bx-next:before {
        top: 50%;
        left: 54%;
        -webkit-transform: translate(-50%, -50%);
        /* Safari用 */
        transform: translate(-50%, -50%);
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 7.5px 0 7.5px 10px;
        border-color: transparent transparent transparent #595757; }

.member_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 40px; }
  .member_link a {
    transition: .3s;
    color: #595757;
    border-radius: 50px;
    font: 1.8rem/88px 'Noto Sans JP', sans-serif;
    font-weight: 700;
    display: block;
    width: calc((100% - 45px)/2);
    text-align: center;
    border: 1px solid #AFAFAF;
    height: 90px; }

@media (hover: hover) {
  .voice_slide a:hover {
    opacity: 0.5; }

  .member_link a:hover {
    background-color: #69A3D8;
    color: #fff;
    border: 1px solid #69A3D8; } }
@media (max-width: 1280px) {
  .member_voice {
    padding: 0 0 0 220px; } }
/*max-width:1280px*/
@media (max-width: 1024px) {
  .member_voice {
    padding: 0; }
    .member_voice h2 {
      color: #595757;
      font: 4.0rem/1.0em 'Rock Salt', cursive;
      font-weight: 400;
      padding: 0 40px; }

  .voice_slide {
    margin: 0 auto 90px; }

  .member_link {
    margin: 0 auto;
    padding: 0 40px; }
    .member_link a {
      font: 1.8rem/68px 'Noto Sans JP', sans-serif;
      font-weight: 700;
      width: calc((100% - 40px)/2);
      height: 70px; } }
/*max-width:1024px*/
@media (max-width: 768px) {
  .member_voice {
    padding: 0; }
    .member_voice h2 {
      padding: 0 20px; }

  .voice_slide {
    padding: 0 0;
    margin: 0 auto 100px; }
    .voice_slide .bx-controls-direction {
      padding: 20px 0;
      -webkit-justify-content: center;
      justify-content: center;
      align-items: flex-start; }
      .voice_slide .bx-controls-direction a {
        width: 45px;
        height: 45px; }

  .member_link {
    margin: 0 auto;
    padding: 0 20px; }
    .member_link a {
      font: 1.8rem/68px 'Noto Sans JP', sans-serif;
      font-weight: 700;
      width: 100%;
      height: 70px;
      max-width: 400px;
      margin: 0 auto; }
      .member_link a:nth-of-type(1) {
        margin: 0 auto 20px; } }
/*max-width:768px*/
@media (max-width: 480px) {
  .member_voice {
    padding: 0; }
    .member_voice h2 {
      color: #595757;
      font: 3.5rem/1.0em 'Rock Salt', cursive;
      font-weight: 400;
      margin: 0 auto 30px; }

  .member_link a {
    font: 1.6rem/58px 'Noto Sans JP', sans-serif;
    font-weight: 700;
    height: 60px;
    max-width: 300px;
    margin: 0 auto; }
    .member_link a:nth-of-type(1) {
      margin: 0 auto 15px; } }
/*max-width:480px*/
/***************************************************/
