@charset "UTF-8";
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.text-animate {
  -webkit-transition: 0.3s ease-out 0.2s;
  transition: 0.3s ease-out 0.2s;
  -webkit-transform: translateX(-10%) translateZ(0);
          transform: translateX(-10%) translateZ(0);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
  .text-animate.show {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translateX(0) translateZ(0);
            transform: translateX(0) translateZ(0); }

body {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  color: #fff;
  background: #000;
  line-height: 1.6;
  font-feature-settings: "pkna";
  min-height: 100vh;
  font-family: "Roboto Condensed", -apple-system, "Helvetica Neue", "Lucida Grande", "游ゴシック", YuGothic, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "メイリオ", meiryo, sans-serif; }
  @media (min-width: 960px) {
    body {
      min-width: 1024px; } }
  body .loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    background: #031225;
    z-index: 100; }
    body .loader .loader-circle {
      position: absolute;
      left: 50%;
      top: 50%;
      width: 60px;
      height: 60px;
      border-radius: 50%;
      box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
      margin-left: -30px;
      margin-top: -30px; }
    body .loader .loader-line-mask {
      position: absolute;
      left: 50%;
      top: 50%;
      width: 30px;
      height: 60px;
      margin-left: -30px;
      margin-top: -30px;
      overflow: hidden;
      -webkit-transform-origin: 30px 30px;
              transform-origin: 30px 30px;
      -webkit-mask-image: -webkit-linear-gradient(top, black, transparent);
      -webkit-animation: rotate 0.6s infinite linear;
              animation: rotate 0.6s infinite linear; }
      body .loader .loader-line-mask .loader-line {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5); }
  body > .bg .image,
  body > .bg .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: block;
    content: "";
    will-change: transform;
    -webkit-transform: translateZ(0);
            transform: translateZ(0); }
  body > .bg .image {
    background: url(../images/bg.png);
    background-size: cover;
    background-position: center center;
    z-index: -3; }
  body > .bg .overlay {
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: opacity 1s;
    transition: opacity 1s;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    z-index: -1; }
  body.intro > .bg .overlay {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }

* {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  background-position: center center; }

ul {
  list-style: none; }

button,
.slick-dots li {
  cursor: pointer; }

.slick-dots li button {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }

button,
.slick-slide {
  outline: none; }

a {
  cursor: pointer; }

input[type="text"],
textarea {
  background: #eeeeee;
  font-size: 13px;
  padding: 5px 10px;
  width: 100%; }

input[type="text"] {
  height: 30px; }
  @media (max-width: 959px) {
    input[type="text"] {
      height: 43px; } }

address {
  font-style: normal; }

.cf:before, .cf:after, .clearfix:before, .clearfix:after {
  content: "";
  display: table; }

.cf:after, .clearfix:after {
  clear: both; }

@media (min-width: 960px) and (min-width: 960px) {
  a.hover {
    -webkit-transition: 0.3s;
    transition: 0.3s; }
    a.hover:hover {
      opacity: 0.6;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; } }

@media (min-width: 960px) {
  .pc-element {
    display: block; }
    .pc-element.inline {
      display: inline; }
  .sp-element {
    display: none !important; } }

@media (max-width: 959px) {
  .pc-element {
    display: none !important; }
  .sp-element {
    display: block; }
    .sp-element.inline {
      display: inline; } }

#canvas {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: -2; }

.main-wrapper .header {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  z-index: 10; }
  .main-wrapper .header .menu {
    position: absolute;
    right: 17px;
    top: 20px;
    width: 25px;
    height: 21px;
    cursor: pointer;
    z-index: 2; }
    @media (min-width: 960px) {
      .main-wrapper .header .menu {
        -webkit-transition: 0.3s;
        transition: 0.3s; }
        .main-wrapper .header .menu:hover {
          opacity: 0.6;
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; } }
    @media (max-width: 959px) {
      .main-wrapper .header .menu {
        right: 15px; } }
    .main-wrapper .header .menu span {
      display: block;
      width: 100%;
      height: 3px;
      position: absolute;
      left: 0;
      top: 9px;
      background: #fff;
      -webkit-transition: 0.3s;
      transition: 0.3s; }
      .main-wrapper .header .menu span:first-child {
        top: 0; }
      .main-wrapper .header .menu span:last-child {
        top: 18px; }
  .main-wrapper .header.revealed .menu span:first-child, .main-wrapper .header.revealed .menu span:last-child {
    top: 9px; }
  .main-wrapper .header.revealed .menu span {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
    .main-wrapper .header.revealed .menu span:first-child {
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg); }
  .main-wrapper .header .nav {
    background: #031225;
    width: 280px;
    height: 100vh;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transform: translateX(100%) translateZ(0);
            transform: translateX(100%) translateZ(0);
    -webkit-transition: 0.3s;
    transition: 0.3s; }
    @media (max-width: 959px) {
      .main-wrapper .header .nav {
        width: 100vw;
        -webkit-transform: translateY(-100%);
                transform: translateY(-100%); } }
    .main-wrapper .header .nav > div {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
      .main-wrapper .header .nav > div a {
        font-size: 20px;
        font-family: "Roboto Condensed", -apple-system, "Helvetica Neue", "Lucida Grande", "游ゴシック", YuGothic, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "メイリオ", meiryo, sans-serif;
        font-weight: normal;
        display: inline-block;
        padding: 14px 10px;
        position: relative; }
        @media (min-width: 960px) {
          .main-wrapper .header .nav > div a {
            -webkit-transition: 0.3s;
            transition: 0.3s; }
            .main-wrapper .header .nav > div a:hover {
              opacity: 0.6;
              -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; } }
        @media (max-width: 959px) {
          .main-wrapper .header .nav > div a {
            font-size: 24px;
            padding: 15px 14px; } }
        .main-wrapper .header .nav > div a.selected {
          color: #bf1a23; }
          .main-wrapper .header .nav > div a.selected:before {
            display: block;
            content: "";
            width: 100%;
            height: 2px;
            position: absolute;
            left: 0;
            top: 50%;
            -webkit-transform: translateY(-50%);
                    transform: translateY(-50%);
            background: #bf1a23; }
            @media (max-width: 959px) {
              .main-wrapper .header .nav > div a.selected:before {
                height: 3px; } }
      .main-wrapper .header .nav > div .share {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        margin-top: 20px; }
        .main-wrapper .header .nav > div .share .facebook img {
          width: 12px;
          height: auto; }
        .main-wrapper .header .nav > div .share .twitter img {
          width: 31px;
          height: auto; }
  .main-wrapper .header.revealed .nav {
    -webkit-transform: translateX(0) translateZ(0);
            transform: translateX(0) translateZ(0); }
    @media (max-width: 959px) {
      .main-wrapper .header.revealed .nav {
        -webkit-transform: translateY(0) translateZ(0);
                transform: translateY(0) translateZ(0); } }
  .main-wrapper .header > .share {
    position: absolute;
    bottom: 7px;
    right: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
    z-index: 2; }
    .main-wrapper .header > .share > span {
      font-size: 10px;
      margin-right: 10px; }
    .main-wrapper .header > .share a {
      padding: 0 7px;
      display: block; }
      @media (min-width: 960px) {
        .main-wrapper .header > .share a:hover {
          opacity: 0.6;
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; } }
    .main-wrapper .header > .share .facebook img {
      width: 8px;
      height: auto;
      display: block; }
    .main-wrapper .header > .share .twitter img {
      width: 16px;
      height: auto;
      display: block; }

.main-wrapper .intro-wrapper {
  height: 100vh; }
  .main-wrapper .intro-wrapper h1 {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
    .main-wrapper .intro-wrapper h1 img {
      width: 232px;
      height: 121px;
      display: block; }
      @media (max-width: 959px) {
        .main-wrapper .intro-wrapper h1 img {
          width: 175px;
          height: auto; } }
  .main-wrapper .intro-wrapper .scroll {
    position: absolute;
    bottom: 26px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    font-family: "Roboto Condensed", -apple-system, "Helvetica Neue", "Lucida Grande", "游ゴシック", YuGothic, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "メイリオ", meiryo, sans-serif;
    font-style: italic;
    font-size: 16px;
    text-align: center; }
    @media (min-width: 960px) {
      .main-wrapper .intro-wrapper .scroll {
        cursor: pointer; } }
  @media (min-width: 960px) and (min-width: 960px) {
    .main-wrapper .intro-wrapper .scroll {
      -webkit-transition: 0.3s;
      transition: 0.3s; }
      .main-wrapper .intro-wrapper .scroll:hover {
        opacity: 0.6;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; } }
    @media (max-width: 959px) {
      .main-wrapper .intro-wrapper .scroll {
        font-family: "Roboto Condensed", -apple-system, "Helvetica Neue", "Lucida Grande", "游ゴシック", YuGothic, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "メイリオ", meiryo, sans-serif;
        font-weight: 700;
        font-size: 14px; } }
    .main-wrapper .intro-wrapper .scroll img {
      display: block;
      width: 20px;
      height: 12px;
      margin: 14px auto 0; }
      @media (max-width: 959px) {
        .main-wrapper .intro-wrapper .scroll img {
          width: 17px;
          height: auto; } }

.main-wrapper .message-wrapper {
  height: 100vh;
  position: relative; }
  .main-wrapper .message-wrapper p {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    overflow: hidden; }
    .main-wrapper .message-wrapper p img {
      width: 549px;
      height: 67px;
      display: block;
      -webkit-transition: 0.2s ease-out 0.7s;
      transition: 0.2s ease-out 0.7s;
      -webkit-transform: translateY(0%) translateZ(0);
              transform: translateY(0%) translateZ(0);
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
      @media (max-width: 959px) {
        .main-wrapper .message-wrapper p img {
          width: 80vw;
          height: auto; } }
    .main-wrapper .message-wrapper p.hidden img {
      -webkit-transform: translateY(100%) translateZ(0);
              transform: translateY(100%) translateZ(0);
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }

.main-wrapper .contents-wrapper > section {
  padding: 90px 0; }
  .main-wrapper .contents-wrapper > section > h1 {
    font-family: "Roboto Condensed", -apple-system, "Helvetica Neue", "Lucida Grande", "游ゴシック", YuGothic, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "メイリオ", meiryo, sans-serif;
    font-weight: 700;
    font-size: 48px;
    text-align: center;
    line-height: 1;
    margin-bottom: 90px; }
    @media (max-width: 959px) {
      .main-wrapper .contents-wrapper > section > h1 {
        font-size: 35px;
        margin-bottom: 38px; } }
  .main-wrapper .contents-wrapper > section.mission {
    padding-bottom: 140px; }
    @media (max-width: 959px) {
      .main-wrapper .contents-wrapper > section.mission {
        padding-bottom: 90px; } }
    .main-wrapper .contents-wrapper > section.mission p, .main-wrapper .contents-wrapper > section.mission ul {
      font-size: 24px;
      line-height: 2;
      font-weight: bold;
      width: 804px;
      margin: 0 auto; }
      @media (max-width: 959px) {
        .main-wrapper .contents-wrapper > section.mission p, .main-wrapper .contents-wrapper > section.mission ul {
          font-size: 15px;
          width: auto;
          padding: 0 20px; }
          .main-wrapper .contents-wrapper > section.mission p br, .main-wrapper .contents-wrapper > section.mission ul br {
            display: none; } }
      .main-wrapper .contents-wrapper > section.mission p + p, .main-wrapper .contents-wrapper > section.mission p + ul, .main-wrapper .contents-wrapper > section.mission ul + p, .main-wrapper .contents-wrapper > section.mission ul + ul {
        margin-top: 40px; }
        @media (max-width: 959px) {
          .main-wrapper .contents-wrapper > section.mission p + p, .main-wrapper .contents-wrapper > section.mission p + ul, .main-wrapper .contents-wrapper > section.mission ul + p, .main-wrapper .contents-wrapper > section.mission ul + ul {
            margin-top: 30px; } }
    .main-wrapper .contents-wrapper > section.mission ul li {
      position: relative;
      padding-left: 1em; }
      .main-wrapper .contents-wrapper > section.mission ul li:before {
        display: block;
        content: "・";
        position: absolute;
        left: 0;
        top: 0; }
  .main-wrapper .contents-wrapper > section.service div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 1024px;
    margin: 0 auto;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
    @media (max-width: 959px) {
      .main-wrapper .contents-wrapper > section.service div {
        width: auto;
        margin: 0 20px; } }
    .main-wrapper .contents-wrapper > section.service div section {
      width: 50%;
      padding: 20px;
      border-top: 1px solid rgba(255, 255, 255, 0.3); }
      @media (max-width: 959px) {
        .main-wrapper .contents-wrapper > section.service div section {
          width: 100%;
          padding: 25px 20px; } }
      .main-wrapper .contents-wrapper > section.service div section h1 {
        font-weight: bold;
        font-size: 19px;
        margin-bottom: 12px; }
		.main-wrapper .contents-wrapper > section.service div section p {
    line-height: 1.6;
	}
        @media (max-width: 959px) {
          .main-wrapper .contents-wrapper > section.service div section h1 {
            font-size: 16px; } }
      @media (max-width: 959px) {
        .main-wrapper .contents-wrapper > section.service div section p {
          font-size: 12px; } }
  .main-wrapper .contents-wrapper > section.about {
    text-align: center;
    font-weight: bold; }
    .main-wrapper .contents-wrapper > section.about h2 {
      font-size: 28px;
      margin-bottom: 20px; }
      @media (max-width: 959px) {
        .main-wrapper .contents-wrapper > section.about h2 {
          font-size: 19px;
          margin-bottom: 6px; } }
    .main-wrapper .contents-wrapper > section.about p {
      font-size: 22px;
      line-height: 1.7; }
      @media (max-width: 959px) {
        .main-wrapper .contents-wrapper > section.about p {
          padding: 0 20px;
          font-size: 12px;
          text-align: left; }
          .main-wrapper .contents-wrapper > section.about p br {
            display: none; } }
    .main-wrapper .contents-wrapper > section.about img {
      display: block;
      width: 782px;
      height: 407px;
      margin: 50px auto 75px; }
      @media (max-width: 959px) {
        .main-wrapper .contents-wrapper > section.about img {
          width: calc(100% - (20px * 2));
          height: auto;
          margin: 20px auto 70px; } }
    .main-wrapper .contents-wrapper > section.about .outline {
      text-align: left;
      overflow: hidden;
      width: 960px;
      margin: 0 auto; }
      @media (max-width: 959px) {
        .main-wrapper .contents-wrapper > section.about .outline {
          width: auto;
          margin-top: 25px; } }
      .main-wrapper .contents-wrapper > section.about .outline .left, .main-wrapper .contents-wrapper > section.about .outline .right {
        float: left;
        width: 50%;
        padding: 40px 35px; }
        @media (max-width: 959px) {
          .main-wrapper .contents-wrapper > section.about .outline .left, .main-wrapper .contents-wrapper > section.about .outline .right {
            width: auto;
            float: none;
            margin: 0 20px; } }
        .main-wrapper .contents-wrapper > section.about .outline .left dl, .main-wrapper .contents-wrapper > section.about .outline .right dl {
          font-weight: normal; }
          /*.main-wrapper .contents-wrapper > section.about .outline .left dl a, .main-wrapper .contents-wrapper > section.about .outline .right dl a {
            text-decoration: underline; }*/
            .main-wrapper .contents-wrapper > section.about .outline .right dl a {
            text-decoration: underline; }
        .main-wrapper .contents-wrapper > section.about .outline .left dt, .main-wrapper .contents-wrapper > section.about .outline .right dt {
          color: #5d5d5d;
          font-size: 12px;
          margin-bottom: 6px; }
          @media (max-width: 959px) {
            .main-wrapper .contents-wrapper > section.about .outline .left dt, .main-wrapper .contents-wrapper > section.about .outline .right dt {
              font-size: 11px; } }
        .main-wrapper .contents-wrapper > section.about .outline .left dd + dt, .main-wrapper .contents-wrapper > section.about .outline .right dd + dt {
          margin-top: 24px; }
        @media (max-width: 959px) {
          .main-wrapper .contents-wrapper > section.about .outline .left dd, .main-wrapper .contents-wrapper > section.about .outline .right dd {
            font-size: 12px; } }
      .main-wrapper .contents-wrapper > section.about .outline .left {
        background: #121212; }
        /* 2019.04.24 追加 */
      .main-wrapper .contents-wrapper > section.about .outline .left .map-flame {
        border: 1px solid #fff;
        padding: 6px; }
        .main-wrapper .contents-wrapper > section.about .outline .left .map-flame a {
          display: block;
          text-decoration: none; }
        .main-wrapper .contents-wrapper > section.about .outline .left .map-flame a:hover {
          background: #fff;
          color: #121212; }
        /**/
      .main-wrapper .contents-wrapper > section.about .outline .right {
        background: #fff;
        color: #121212;
        margin-top: 70px; }
        @media (max-width: 959px) {
          .main-wrapper .contents-wrapper > section.about .outline .right {
            margin-top: 0; } }
    .main-wrapper .contents-wrapper > section.about .map-wrapper {
      margin: 100px 70px 0;
      position: relative; }
      @media (max-width: 959px) {
        .main-wrapper .contents-wrapper > section.about .map-wrapper {
          margin: 20px 20px 0; } }
      @media (max-width: 959px) {
        .main-wrapper .contents-wrapper > section.about .map-wrapper .map-button {
          background: #fff none repeat scroll 0 0;
    border-radius: 4px;
    color: #000;
    display: block;
    font-size: 12px;
    left: 10px;
    line-height: 20px;
    padding: 10px;
    position: absolute;
    text-align: left;
    top: 10px;
    z-index: 2; }
	.map-button.sp-element > span {
    color: #666;
    font-size: 0.6rem;
    text-decoration: underline;
} }
      .main-wrapper .contents-wrapper > section.about .map-wrapper .map {
        height: 472px;
        background: #eee; }
        @media (max-width: 959px) {
          .main-wrapper .contents-wrapper > section.about .map-wrapper .map {
            height: 220px; } }
      .main-wrapper .contents-wrapper > section.about .map-wrapper .map-info {
        background: #fff;
        font-weight: bold;
        font-size: 13px;
        width: 230px;
        position: absolute;
        left: -20px;
        bottom: -20px;
        color: #121212;
        text-align: left;
        padding: 36px 20px; }
        @media (max-width: 959px) {
          .main-wrapper .contents-wrapper > section.about .map-wrapper .map-info {
			  display:none;
            position: static;
            width: auto;
            margin-top: 20px; } }
        .main-wrapper .contents-wrapper > section.about .map-wrapper .map-info a {
          display: block;
          background: #111;
          color: #808080;
          text-align: center;
          height: 40px;
          line-height: 40px;
          margin-top: 20px; }
          @media (min-width: 960px) {
            .main-wrapper .contents-wrapper > section.about .map-wrapper .map-info a {
              -webkit-transition: 0.3s;
              transition: 0.3s; }
              .main-wrapper .contents-wrapper > section.about .map-wrapper .map-info a:hover {
                opacity: 0.6;
                -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; } }
          @media (max-width: 959px) {
            .main-wrapper .contents-wrapper > section.about .map-wrapper .map-info a {
              width: 170px;
              height: 33px;
              background-image: url(../images/icon-chevron-right.png);
              background-repeat: no-repeat;
              background-position: right 15px center;
              background-size: 5px 7px;
              margin: 20px auto 0;
              line-height: 33px; } }
          @media (min-width: 960px) {
            .main-wrapper .contents-wrapper > section.about .map-wrapper .map-info a:hover {
              background: #444;
              opacity: 1;
              -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; } }
/* 2019.04.24 追加 */
.main-wrapper .contents-wrapper > section.news {
  text-align: center;
  font-weight: bold;
  width: 900px;
  margin: 0 auto; }
  @media (max-width: 959px) {
    .main-wrapper .contents-wrapper > section.news {
      width: auto; } }
  .main-wrapper .contents-wrapper > section.news .news-wrapper {
    text-align: left;
    padding: 40px;
    background: #fff;
    font-size: 12px;
    color: #121212; }
    @media (max-width: 959px) {
      .main-wrapper .contents-wrapper > section.news .news-wrapper {
        width: auto;
        margin: 0 20px; } }
  .main-wrapper .contents-wrapper > section.news .news-wrapper p {
    font-weight: normal; }
  .main-wrapper .contents-wrapper > section.news p a {
    text-decoration: underline; }

/**/
.main-wrapper .contents-wrapper > section.recruit {
  min-height: 100vh;
}
.main-wrapper .contents-wrapper > section.recruit p {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 19px; }
  @media (max-width: 959px) {
    .main-wrapper .contents-wrapper > section.recruit p {
      font-size: 16px;
      font-weight: bold;
      position: static;
      -webkit-transform: none;
              transform: none;
      text-align: center; } }
.main-wrapper .contents-wrapper a.recruit {
  display: block;
  width: 400px;
  height: 80px;
  line-height: 80px;
  border: 1px solid #fff;
  position: relative;
  margin: 90px auto 60px;
  text-align: center;
  font-family: "Roboto Condensed", -apple-system, "Helvetica Neue", "Lucida Grande", "游ゴシック", YuGothic, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "メイリオ", meiryo, sans-serif;
  font-weight: 700;
  font-size: 28px; }
  @media (min-width: 960px) {
    .main-wrapper .contents-wrapper a.recruit {
      -webkit-transition: 0.3s;
      transition: 0.3s; }
      .main-wrapper .contents-wrapper a.recruit:hover {
        opacity: 0.6;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; } }
  @media (min-width: 960px) {
    .main-wrapper .contents-wrapper a.recruit:hover {
      background: #121212;
      border-color: #121212;
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; } }
  @media (max-width: 959px) {
    .main-wrapper .contents-wrapper a.recruit {
      width: auto;
      margin: -40px 20px 0;
      height: 67px;
      line-height: 67px;
      font-size: 23px; } }
  .main-wrapper .contents-wrapper a.recruit img {
    display: block;
    width: 10px;
    height: 17px;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }

/* PRIVACY POLICY */
.privacy_content {
  max-width: 804px;
  margin: 0 auto;
}
.privacy_content dl {
  margin-top: 50px;
}
.privacy_content dl:first-of-type {
  margin-top: 0;
}
.privacy_content dl dt {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #fff;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}
.privacy_content dl dd {
  line-height: 2;
}
.privacy_content dl dd > .list_number {
  margin-left: 20px;
}
.privacy_content dl dd > .list_number li {
  margin-bottom: 10px;
  padding-left: 5px;
}
.privacy_content dl dd > .list_number li:last-of-type {
  margin-bottom: 0;
}
.privacy_content dl dd > .list_number li span {
  display: block;
  font-weight: bold;
  font-size: 18px;
}
.privacy_content dl dd > p,
.privacy_content dl dd > .list_number {
  margin-bottom: 15px;
  font-size: 16px;
}
.privacy_content dl dd > p:last-of-type,
.privacy_content dl dd > .list_number:last-of-type {
  margin-bottom: 0;
}

@media (max-width: 959px) {
  .privacy_content {
    padding: 0 20px;
  }
  .privacy_content dl dt {
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 19px;
  }
  .privacy_content dl dd {
    line-height: 1.5;
  }
  .privacy_content dl dd > .list_number li span {
    font-size: 14px;
  }
  .privacy_content dl dd > p,
  .privacy_content dl dd > .list_number {
    font-size: 12px;
  }
}
.main-wrapper .contents-wrapper .footer {
  margin-top: 150px;
  background: #111;
  position: relative;
}
  @media (max-width: 959px) {
    .main-wrapper .contents-wrapper .footer {
      margin-top: 70px; } }
  .main-wrapper .contents-wrapper .footer .page-top {
    height: 60px;
    position: relative;
    background: #1c1e25;
    display: block; }
    @media (min-width: 960px) {
      .main-wrapper .contents-wrapper .footer .page-top {
        -webkit-transition: 0.3s;
        transition: 0.3s; }
        .main-wrapper .contents-wrapper .footer .page-top:hover {
          opacity: 0.6;
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; } }
    @media (min-width: 960px) {
      .main-wrapper .contents-wrapper .footer .page-top:hover {
        background: #121212;
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; } }
    @media (max-width: 959px) {
      .main-wrapper .contents-wrapper .footer .page-top {
        height: 40px; } }
    .main-wrapper .contents-wrapper .footer .page-top img {
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      width: 20px;
      height: 12px; }
      @media (max-width: 959px) {
        .main-wrapper .contents-wrapper .footer .page-top img {
          width: 17px;
          height: 10px; } }
.main-wrapper .contents-wrapper .footer .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 35px 0 20px;
  font-family: "Roboto Condensed", -apple-system, "Helvetica Neue", "Lucida Grande", "游ゴシック", YuGothic, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "メイリオ", meiryo, sans-serif;
  font-weight: 700;
}
.main-wrapper .contents-wrapper .footer .nav a {
  display: block;
  padding: 0 20px;
  font-size: 22px;
}
.main-wrapper .contents-wrapper .footer .copyright {
  padding-bottom: 15px;
  text-align: center;
}
.main-wrapper .contents-wrapper .footer .page-link.selected img {
  height: 60px;
  width: auto;
  display: block;
  position: absolute;
  top: 120px;
  left: 55px;
  margin-top: -20px;
}
.main-wrapper .contents-wrapper .footer .copyright p {
  line-height: 40px;
  font-size: 16px;
}
@media (max-width: 959px) {
  .main-wrapper .contents-wrapper .footer .nav {
    padding: 30px 0 20px;
  }
  .main-wrapper .contents-wrapper .footer .nav a {
    font-size: 15px;
    padding: 0 5px;
  }
  .main-wrapper .contents-wrapper .footer .copyright {
    padding-bottom: 0;
  }
  .main-wrapper .contents-wrapper .footer .copyright p {
    font-size: 9px;

  }
}
