img {
  -webkit-backface-visibility: hidden; }

#main_image {
  background: url(/common/img/top/bg_main.jpg) no-repeat left top;
  background-size: cover;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%; }
  #main_image div {
    width: 80%; }
    @media (min-width: 768px) {
      #main_image div {
        width: 470px; } }
    #main_image div img {
      width: 100%; }
  #main_image a {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%); }

#about .wrap,
#news .wrap {
  width: 80%;
  margin-top: 7rem; }
  @media (min-width: 768px) {
    #about .wrap,
    #news .wrap {
      margin-top: 10rem; } }
  @media (min-width: 1024px) {
    #about .wrap,
    #news .wrap {
      width: 1000px; } }
  #about .wrap h2,
  #news .wrap h2 {
    color: #009fb7;
    text-align: left; }

@media (min-width: 1024px) {
  #news .wrap {
    width: 1000px; } }
@media (min-width: 768px) {
  #news .wrap {
    display: flex; }
    #news .wrap h2 {
      width: 30%; }
    #news .wrap .news_area {
      position: relative;
      width: 70%; }
      #news .wrap .news_area li {
        display: flex; }
        #news .wrap .news_area li a {
          width: 70%; }
      #news .wrap .news_area strong {
        line-height: 1.8;
        margin-right: 1rem; }
      #news .wrap .news_area .btn_b {
        position: absolute;
        right: 0;
        bottom: 0; } }
#news .wrap ul li {
  margin-bottom: 2rem; }
  @media (min-width: 768px) {
    #news .wrap ul li {
      margin-bottom: 6rem; } }
  #news .wrap ul li strong {
    color: #009fb7;
    font-weight: normal;
    display: block; }
  #news .wrap ul li a {
    line-height: 1.8;
    color: #858585; }

#about {
  line-height: 2; }
  #about p {
    margin-bottom: 6rem;
    line-height: 2.5; }
  #about .btn_b {
    margin-top: 2rem; }
    @media (min-width: 768px) {
      #about .btn_b {
        margin: 0; } }
  #about .about_img {
    background: url(/common/img//top/bg_01.jpg) no-repeat center center;
    background-size: cover;
    display: block;
    min-height: 100vw;
    margin-bottom: 4rem; }
  @media (min-width: 768px) {
    #about {
      display: flex;
      flex-direction: row-reverse;
      margin-top: 10rem; }
      #about .wrap {
        width: 30%;
        margin: 0;
        padding: 10%; }
      #about .about_img {
        min-height: 10vw;
        width: 50%; } }

#service {
  margin-top: 10rem; }
  #service h2 {
    color: #009fb7; }
  #service ul {
    flex-wrap: wrap; }
    #service ul li {
      margin-bottom: 1rem; }
      @media (min-width: 768px) {
        #service ul li {
          width: 49.5%; } }
      #service ul li .link_rh {
        background: url(/common/img/top/bg_02.jpg) no-repeat center center;
        background-size: cover; }
      #service ul li .link_mw {
        background: url(/common/img/top/bg_03.jpg) no-repeat center center;
        background-size: cover; }
      #service ul li .link_sre {
        background: url(/common/img/top/bg_04.jpg) no-repeat center center;
        background-size: cover; }
      #service ul li .link_pore {
        background: url(/common/img/top/bg_05.jpg) no-repeat center center;
        background-size: cover; }
      #service ul li .link_preo {
        background: url(/common/img/top/bg_07.jpg) no-repeat center center;
        background-size: cover; }
      #service ul li a {
        display: block; }
        #service ul li a div {
          color: #ffffff;
          font-size: 1.8rem;
          line-height: 1.2;
          background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
          background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
          background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
          padding: 2rem 2rem;
          min-height: 18rem;
          position: relative; }
          @media (min-width: 768px) {
            #service ul li a div {
              min-height: 18rem; } }
          #service ul li a div::after {
            content: "";
            background: url(/common/img/arrow_02.svg) no-repeat left top;
            width: 44px;
            height: 44px;
            display: block;
            position: absolute;
            top: 2rem;
            right: 2rem; }
          #service ul li a div span {
            display: block;
            font-size: 60%;
            margin: 0.5em 0; }
    @media (min-width: 768px) {
      #service ul {
        display: flex;
        justify-content: space-between;
        padding-top: 4rem; } }

#movie {
  background: #B1CED4;
  position: relative;
  height: 18rem;
  margin-top: 13rem; }
  @media (min-width: 768px) {
    #movie {
      height: 35vh;
      margin-top: 10rem; } }
  #movie a {
    background: #ffffff;
    display: block;
    width: 90%;
    margin: 0 auto 0 auto;
    position: relative;
    margin-bottom: -5vh;
    bottom: 5vh; }
    #movie a:hover {
      opacity: 1; }
    @media (min-width: 768px) {
      #movie a {
        margin-bottom: -2vh;
        bottom: 2vh; } }
    @media (min-width: 1024px) {
      #movie a {
        width: 1000px; } }
    #movie a div {
      background: url(/common/img/top/bg_06.jpg) no-repeat left top;
      background-size: cover;
      padding: 7rem 5%;
      color: #ffffff;
      font-size: 2rem;
      transition: 0.8s;
      line-height: 1; }
      #movie a div:hover {
        opacity: 0.8; }
      @media (min-width: 768px) {
        #movie a div {
          padding: 13rem 5rem; } }
      #movie a div span {
        display: block;
        font-size: 60%;
        margin: 0.7em 0 0 0; }

#community {
  margin-top: 10rem;
  position: relative; }
  #community .zoom_in {
    height: 210px;
    overflow: hidden;
    display: block; }
  #community h2 {
    color: #009fb7; }
    @media (min-width: 768px) {
      #community h2 {
        width: 90%;
        text-align: left;
        margin: 0 auto; } }
    @media (min-width: 1024px) {
      #community h2 {
        width: 1000px; } }
  #community ul li {
    margin-bottom: 5rem; }
    @media (min-width: 768px) {
      #community ul li {
        width: 32%; } }
    #community ul li a img {
      display: block;
      margin-bottom: 2rem;
      width: 100%; }
    #community ul li a strong {
      display: block;
      color: #858585;
      margin-left: 2.5rem;
      margin-top: 2.5rem; }
    #community ul li a span {
      color: #009fb7;
      display: block;
      margin: 0.5em 2.5rem;
      font-family: 'Montserrat', sans-serif; }
  @media (min-width: 768px) {
    #community ul {
      display: flex;
      margin-top: 8rem;
      justify-content: space-between; } }
  #community .column_btn_area {
    margin-top: 2rem; }
    @media (min-width: 768px) {
      #community .column_btn_area {
        position: absolute;
        right: 5%;
        top: -15%;
        display: flex; } }
    #community .column_btn_area .btn_b {
      margin-bottom: 2rem; }
      @media (min-width: 768px) {
        #community .column_btn_area .btn_b {
          margin-bottom: 0;
          margin-left: 2rem; } }

#recruit {
  background: #B1CED4;
  position: relative;
  height: 18rem;
  margin-top: 15rem;
  margin-bottom: 36rem; }
  @media (min-width: 768px) {
    #recruit {
      height: 35vh;
      margin-top: 10rem;
      margin-bottom: 10rem; } }
  #recruit a {
    background: #ffffff;
    display: block;
    width: 90%;
    margin: 0 auto 0 auto;
    position: relative;
    top: -5vh; }
    #recruit a:hover {
      opacity: 1; }
    @media (min-width: 768px) {
      #recruit a {
        top: -2vh; } }
    @media (min-width: 1024px) {
      #recruit a {
        width: 1000px; } }
    #recruit a div {
      background: url(/common/img/top/bg_recruit.jpg) no-repeat center center;
      background-size: cover;
      color: #ffffff;
      font-size: 2rem;
      transition: 0.8s;
      padding: 7rem 5%; }
      #recruit a div:hover {
        opacity: 0.8; }
      @media (min-width: 768px) {
        #recruit a div {
          padding: 13rem 5rem; } }
      @media (min-width: 1024px) {
        #recruit a div {
          width: 900px;
          padding: 13rem 5rem; } }
      #recruit a div span {
        display: block;
        font-size: 60%;
        margin: 0.5em 0; }
  #recruit .overview {
    border: 2px solid #009fb7;
    color: #009fb7;
    border-radius: 100%;
    width: 280px;
    position: absolute;
    bottom: -150%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    text-align: center;
    padding: 4rem 0; }
    @media (min-width: 768px) {
      #recruit .overview {
        top: -15%;
        left: 80%;
        border: 2px solid #ffffff;
        color: #ffffff;
        width: 385px;
        height: 185px;
        padding: 10rem 0; } }
    #recruit .overview h3 {
      font-weight: normal;
      line-height: 1.7; }
    #recruit .overview p {
      color: #009fb7;
      text-align: center; }
      @media (min-width: 768px) {
        #recruit .overview p {
          color: #ffffff;
          line-height: 2.2; } }

.hover01 figure {
  height: 200px; }

/*# sourceMappingURL=top.css.map */
