@charset "utf-8";
/* CSS Document */
/* pageTitleCommunity コミュニティページ用
--------------------------------------------------------- */
.pageTitleCommunity {
  position: relative;
  background-position: center center; }
  @media screen and (max-width: 767.99px) {
    .pageTitleCommunity {
      height: 200px; } }
  @media print, screen and (min-width: 768px) {
    .pageTitleCommunity {
      height: 500px;
      margin-top: 20px;
      margin-bottom: 40px; } }
  .pageTitleCommunity--community-golf {   
    background-image: url("/recruit/environment/community/images/img-pagetitle-golf.jpg");
    background-size: cover; }
  .pageTitleCommunity--community-wakate {   
    background-image: url("/recruit/environment/community/images/img-pagetitle-wakate.jpg");
    background-size: cover; }
  .pageTitleCommunity--community-fishing {   
    background-image: url("/recruit/environment/community/images/img-pagetitle-fishing.jpg");
    background-size: cover; }
  .pageTitleCommunity--community-soccer {   
    background-image: url("/recruit/environment/community/images/img-pagetitle-soccer.jpg");
    background-size: cover; }
  .pageTitleCommunity--community-mama {   
    background-image: url("/recruit/environment/community/images/img-pagetitle-mama.jpg");
    background-size: cover; }
  .pageTitleCommunity--community-marathon {   
    background-image: url("/recruit/environment/community/images/img-pagetitle-marathon.jpg");
    background-size: cover; }
  .pageTitleCommunity__title {
    display: block;
    line-height: 1.4;
    position: absolute;
    z-index: 1; }
    @media screen and (max-width: 767.99px) {
      .pageTitleCommunity__title {
        bottom: -15px;
        padding: 15px 30px 0 15px; } }
    @media print, screen and (min-width: 768px) {
      .pageTitleCommunity__title {
        bottom: -3.0rem;
        left: 0;
        min-width: 635px;
        padding-top: 4.0rem;
        padding-right: 30px;
        padding-left: max(calc((100% - 1110px) / 2), 30px); } }
    .pageTitleCommunity__title > .sub {
      display: flex;
      align-items: center;
      font-weight: 700;
      /*text-shadow: white 1px 1px 20px, white -1px 1px 20px, white 1px -1px 20px, white -1px -1px 20px;*/
      text-shadow:
    -2px -2px  6px #ffffff,
     2px -2px  6px #ffffff,
    -2px  2px  6px #ffffff,
     2px  2px  6px #ffffff,
     0    0   18px #ffffff;
      position: relative; }
      @media screen and (max-width: 767.99px) {
        .pageTitleCommunity__title > .sub {
          font-size: 1.8rem; } }
      @media print, screen and (min-width: 768px) {
        .pageTitleCommunity__title > .sub {
          font-size: 2.0rem; } }
      .pageTitleCommunity__title > .sub::before {
        content: "community";
        font-family: "M PLUS 1p", sans-serif;
        font-weight: bold;
        text-transform: capitalize;
        color: transparent;
        -webkit-text-stroke: 1px #fff100;
        text-stroke: 1px #fff100;
        text-shadow:none;
        white-space: nowrap;
        position: absolute;
        z-index: -1;
        opacity: 0.5; }
        @media screen and (max-width: 767.99px) {
          .pageTitleCommunity__title > .sub::before {
            top: -51px;
            font-size: 6.0rem; } }
        @media print, screen and (min-width: 768px) {
          .pageTitleCommunity__title > .sub::before {
            top: -11.7rem;
            left: -60px;
            font-size: 12.0rem; } }
      .pageTitleCommunity__title > .sub::after {
        content: "ー";
        display: block;
        margin-left: 5px; }
    .pageTitleCommunity__title > .main {
      display: block;
      font-weight: 700;
      /*text-shadow: white 1px 1px 20px, white -1px 1px 20px, white 1px -1px 20px, white -1px -1px 20px;*/
      text-shadow:
    -2px -2px  6px #ffffff,
     2px -2px  6px #ffffff,
    -2px  2px  6px #ffffff,
     2px  2px  6px #ffffff,
     0    0   18px #ffffff;
      white-space: nowrap; }
      @media screen and (max-width: 767.99px) {
        .pageTitleCommunity__title > .main {
          font-size: 3.0rem; } }
      @media print, screen and (min-width: 768px) {
        .pageTitleCommunity__title > .main {
          font-size: 6.0rem; } }

