@charset "UTF-8";
/* Scss Document */
html {
  scroll-behavior: smooth; }

#global-header {
  width: 100%;
  transition: all .5s; }
  #global-header .inner {
    width: 1240px;
    margin: 0 auto;
    padding: 16px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative; }
    @media screen and (min-width: 1240px) {
      #global-header .inner {
        width: 95%; } }
    @media screen and (max-width: 1240px) {
      #global-header .inner {
        width: auto; } }
    @media screen and (max-width: 1024px) {
      #global-header .inner {
        display: block; } }
    @media screen and (max-width: 1024px) {
      #global-header .inner {
        display: block; } }
    @media screen and (max-width: 768px) {
      #global-header .inner {
        padding: 0; } }
    #global-header .inner .logo {
      width: 25%;
      z-index: 1; }
      @media screen and (min-width: 1900px) {
        #global-header .inner .logo {
          width: 25%;
          display: flex;
          align-items: center;
          margin: 0; } }
      @media screen and (max-width: 1366px) {
        #global-header .inner .logo {
          margin-left: 80px; } }
      @media screen and (max-width: 1240px) {
        #global-header .inner .logo {
          margin-left: 30px; } }
      @media screen and (max-width: 1024px) {
        #global-header .inner .logo {
          width: 20%;
          margin: 0 auto;
          padding: 10px 0; } }
      @media screen and (max-width: 768px) {
        #global-header .inner .logo {
          width: 27%; } }
      @media screen and (max-width: 480px) {
        #global-header .inner .logo {
          width: 150px; } }
      @media screen and (max-width: 320px) {
        #global-header .inner .logo {
          width: 110px;
          padding: 12px 0; } }
      #global-header .inner .logo a img {
        width: 100%;
        margin: 0 auto;
        display: block;
        height: auto;
        vertical-align: bottom; }
    #global-header .inner #global-navi {
      width: 100%;
      height: auto;
      margin: 0 0 0 auto;
      padding-right: 200px; }
      @media screen and (max-width: 1240px) {
        #global-header .inner #global-navi {
          padding-right: 190px; } }
      @media screen and (max-width: 1024px) {
        #global-header .inner #global-navi {
          width: 30%; } }
      @media screen and (max-width: 500px) {
        #global-header .inner #global-navi {
          width: 50%; } }
      #global-header .inner #global-navi ul {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        flex: 1;
        width: 100%; }
        @media screen and (max-width: 1024px) {
          #global-header .inner #global-navi ul {
            justify-content: flex-end; } }
        #global-header .inner #global-navi ul li {
          position: relative;
          z-index: 1;
          margin-left: 32px; }
          #global-header .inner #global-navi ul li:first-child {
            margin-left: 0; }
          @media screen and (max-width: 1240px) {
            #global-header .inner #global-navi ul li {
              margin-left: 24px; } }
          #global-header .inner #global-navi ul li a {
            font-size: 1.45em;
            line-height: 1.3em;
            font-weight: bold;
            width: 100%;
            display: inline-block;
            text-align: center;
            transition: all .5s ease;
            color: #141414;
            font-family: "Montserrat", sans-serif; }
            @media screen and (max-width: 1240px) {
              #global-header .inner #global-navi ul li a {
                font-size: 1.4em; } }
            #global-header .inner #global-navi ul li a span {
              font-size: .7em;
              font-family: "Montserrat", sans-serif;
              transition: all ease .5s; }
            #global-header .inner #global-navi ul li a:hover {
              color: #00078C;
              transition: all .5s ease; }
              #global-header .inner #global-navi ul li a:hover span {
                color: #00078C; }
    @media screen and (max-width: 1024px) {
      #global-header .inner #global-navi li {
        display: none; } }

main#container .logo h2:before {
  content: "";
  display: block;
  width: 36px;
  height: 45px;
  margin: 0 auto;
  background: url("../flow/images/logo.svg") no-repeat;
  background-size: 35px 35px; }

ul.fix-contact {
  position: fixed;
  display: flex;
  top: 0;
  right: 0;
  z-index: 999; }
  @media screen and (max-width: 480px) {
    ul.fix-contact {
      bottom: 0;
      top: auto;
      width: 100%; } }
  @media screen and (max-width: 1024px) {
    ul.fix-contact .tel {
      position: absolute;
      top: 0;
      right: 96px; } }
  @media screen and (max-width: 768px) {
    ul.fix-contact .tel {
      right: 76px; } }
  @media screen and (max-width: 480px) {
    ul.fix-contact .tel {
      bottom: 0;
      top: auto;
      position: static;
      right: auto;
      width: 100%; } }
  ul.fix-contact .tel a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #00078C;
    width: 80px;
    height: 80px;
    background: #fff;
    border: 1px solid #00078C;
    transition: all .5s ease;
    padding: 10px; }
    @media screen and (max-width: 1240px) {
      ul.fix-contact .tel a {
        width: 75px;
        height: 75px;
        padding: 4px; } }
    @media screen and (max-width: 1024px) {
      ul.fix-contact .tel a {
        padding: 10px; } }
    @media screen and (max-width: 768px) {
      ul.fix-contact .tel a {
        padding: 0; } }
    @media screen and (max-width: 480px) {
      ul.fix-contact .tel a {
        width: 100%;
        height: 50px; } }
    ul.fix-contact .tel a:hover {
      color: #fff;
      background: #D2D2E2;
      padding: 10px; }
      @media screen and (max-width: 1240px) {
        ul.fix-contact .tel a:hover {
          width: 75px;
          height: 75px;
          padding: 4px; } }
      @media screen and (max-width: 1024px) {
        ul.fix-contact .tel a:hover {
          padding: 10px; } }
    ul.fix-contact .tel a img {
      width: 25px;
      height: 25px;
      filter: drop-shadow(1px 1px rgba(0, 0, 0, 0.2)); }
      @media screen and (max-width: 1024px) {
        ul.fix-contact .tel a img {
          width: 20px;
          height: 20px;
          margin-top: 5%; } }
      @media screen and (max-width: 320px) {
        ul.fix-contact .tel a img {
          width: 15px;
          height: 15px; } }
    ul.fix-contact .tel a p {
      color: #00078C;
      font-size: .4em;
      margin-top: 4px;
      font-family: "Montserrat", sans-serif; }
  ul.fix-contact .mail {
    margin-left: 0; }
    @media screen and (max-width: 1024px) {
      ul.fix-contact .mail {
        position: absolute;
        right: 0;
        top: 0; } }
    @media screen and (max-width: 480px) {
      ul.fix-contact .mail {
        bottom: 0;
        right: 0;
        position: static;
        top: auto;
        width: 100%; } }
    ul.fix-contact .mail a {
      border: 1px solid #00078C;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      color: #fff;
      width: 80px;
      height: 80px;
      background: #00078C;
      transition: all .5s ease;
      padding: 10px; }
      @media screen and (max-width: 1240px) {
        ul.fix-contact .mail a {
          width: 75px;
          height: 75px;
          padding: 4px; } }
      @media screen and (max-width: 1024px) {
        ul.fix-contact .mail a {
          padding: 10px; } }
      @media screen and (max-width: 768px) {
        ul.fix-contact .mail a {
          padding: 0; } }
      @media screen and (max-width: 480px) {
        ul.fix-contact .mail a {
          width: 100%;
          height: 50px; } }
      ul.fix-contact .mail a:hover {
        color: #fff;
        background: #9FA1BF;
        padding: 10px; }
        @media screen and (max-width: 1240px) {
          ul.fix-contact .mail a:hover {
            width: 75px;
            height: 75px;
            padding: 4px; } }
        @media screen and (max-width: 1024px) {
          ul.fix-contact .mail a:hover {
            padding: 10px; } }
      ul.fix-contact .mail a img {
        width: 25px;
        height: 25px;
        filter: drop-shadow(1px 1px rgba(0, 0, 0, 0.2)); }
        @media screen and (max-width: 1024px) {
          ul.fix-contact .mail a img {
            width: 20px;
            height: 20px;
            margin-top: 5%; } }
        @media screen and (max-width: 320px) {
          ul.fix-contact .mail a img {
            width: 15px;
            height: 15px; } }
      ul.fix-contact .mail a p {
        color: #fff;
        font-size: .7em;
        margin-top: 4px;
        font-family: "Montserrat", sans-serif; }

#wrap {
  overflow: hidden; }

#container {
  padding: 160px 0; }
  @media screen and (max-width: 1024px) {
    #container {
      padding: 120px 0; } }
  @media screen and (max-width: 480px) {
    #container {
      padding: 80px 0; } }

#subkey-visual {
  margin: 80px 0 0 auto;
  width: 100%;
  height: 300px;
  background-origin: content-box;
  position: relative; }
  @media screen and (max-width: 1080px) {
    #subkey-visual {
      height: 300px; } }
  @media screen and (max-width: 768px) {
    #subkey-visual {
      height: 240px; } }
  @media screen and (max-width: 480px) {
    #subkey-visual {
      height: 130px;
      margin: 0 0 0 auto; } }
  #subkey-visual h2.key-title {
    background: #00078C;
    font-size: 3.6em;
    line-height: .7em;
    color: #fff;
    font-weight: bold;
    font-family: "Montserrat", sans-serif;
    position: absolute;
    left: 0;
    bottom: -65px;
    padding: 44px 80px 36px 80px; }
    @media screen and (max-width: 1366px) {
      #subkey-visual h2.key-title {
        padding: 44px 48px 36px 48px; } }
    @media screen and (max-width: 768px) {
      #subkey-visual h2.key-title {
        font-size: 2.6em;
        padding: 34px 28px 26px 38px; } }
    @media screen and (max-width: 480px) {
      #subkey-visual h2.key-title {
        font-size: 2.1em;
        padding: 18px 12px 10px 20px;
        line-height: .8em;
        bottom: -25px; } }
    @media screen and (max-width: 320px) {
      #subkey-visual h2.key-title {
        font-size: 1.8em;
        padding: 18px 12px 10px 20px; } }
    #subkey-visual h2.key-title span {
      color: #fff;
      font-size: .4em;
      font-family: "Montserrat", sans-serif; }

.contact-bg {
  background: url("../contact/images/top.jpg") no-repeat center;
  background-size: cover; }

.recruit-bg {
  background: url("../recruit/images/top.jpg") no-repeat center;
  background-size: cover; }

.about-bg {
  background: url("../about/images/top.jpg") no-repeat center;
  background-size: cover; }

.price-bg {
  background: url("../price/images/top.jpg") no-repeat center;
  background-size: cover; }

.service-bg {
  background: url("../service/images/top.jpg") no-repeat center;
  background-size: cover; }

.column-bg {
  background: url("../images/column-bg.jpg") no-repeat center;
  background-size: cover; }

.staff-bg {
  background: url("../staff/images/top.jpg") no-repeat center;
  background-size: cover; }

.service01-bg {
  background: url("../service/service01/images/top.jpg") no-repeat center;
  background-size: cover; }

.service02-bg {
  background: url("../service/service02/images/top.jpg") no-repeat center;
  background-size: cover; }

.service03-bg {
  background: url("../service/service03/images/top.jpg") no-repeat center;
  background-size: cover; }

h3.common-title {
  font-size: 3em;
  font-family: "Montserrat", sans-serif;
  color: #00078C;
  font-weight: bold;
  line-height: .8em;
  position: relative;
  display: inline-block;
  margin-bottom: 40px; }
  @media (max-width: 480px) {
    h3.common-title {
      margin-bottom: 20px; } }
  h3.common-title::after {
    content: '';
    background: #00078C;
    height: 1px;
    width: 36px;
    position: absolute;
    right: -45px;
    top: 12px;
    display: block; }
  h3.common-title span {
    font-size: .4em;
    color: #00078C; }

h3.common-centertitle {
  font-size: 3em;
  font-family: "Montserrat", sans-serif;
  color: #00078C;
  font-weight: bold;
  text-align: center;
  line-height: .8em;
  position: relative;
  display: table;
  margin: 0 auto 40px auto; }
  @media (max-width: 480px) {
    h3.common-centertitle {
      margin-bottom: 20px; } }
  h3.common-centertitle::before {
    content: '';
    background: #00078C;
    height: 1px;
    width: 36px;
    position: absolute;
    left: -45px;
    top: 12px;
    display: block; }
  h3.common-centertitle::after {
    content: '';
    background: #00078C;
    height: 1px;
    width: 36px;
    position: absolute;
    right: -45px;
    top: 12px;
    display: block; }
  h3.common-centertitle span {
    font-size: .4em;
    color: #00078C; }

.recruit-banner {
  background: url("../images/recruit-bg.jpg") no-repeat;
  background-size: cover;
  height: 300px;
  position: relative; }
  @media (max-width: 1024px) {
    .recruit-banner {
      height: 200px; } }
  @media (max-width: 768px) {
    .recruit-banner {
      height: 150px; } }
  .recruit-banner .recruit-bannerinner {
    padding: 20px;
    position: absolute;
    right: 10%;
    width: 30%;
    top: 200px;
    cursor: pointer; }
    @media (max-width: 1240px) {
      .recruit-banner .recruit-bannerinner {
        width: 40%;
        right: 5%; } }
    @media (max-width: 1024px) {
      .recruit-banner .recruit-bannerinner {
        width: 45%;
        top: 130px; } }
    @media (max-width: 768px) {
      .recruit-banner .recruit-bannerinner {
        width: 50%;
        top: 100px; } }
    @media (max-width: 480px) {
      .recruit-banner .recruit-bannerinner {
        width: 90%;
        top: 115px; } }
    .recruit-banner .recruit-bannerinner h3 {
      font-size: 2.6em;
      font-family: "Montserrat", sans-serif;
      font-weight: bold;
      color: #F2F2F5;
      line-height: 1.6em;
      position: relative;
      z-index: 1;
      margin-bottom: 8px; }
      @media (max-width: 1024px) {
        .recruit-banner .recruit-bannerinner h3 {
          font-size: 1.7em; } }
      @media (max-width: 768px) {
        .recruit-banner .recruit-bannerinner h3 {
          margin-bottom: 20px;
          margin-bottom: 4px; } }
    .recruit-banner .recruit-bannerinner p {
      font-size: 1.4em;
      line-height: 1.8em;
      color: #F2F2F5;
      position: relative;
      z-index: 1;
      margin-bottom: 8px; }
      @media (max-width: 768px) {
        .recruit-banner .recruit-bannerinner p {
          font-size: 1.3em; } }
    .recruit-banner .recruit-bannerinner a {
      font-size: 1.6em;
      font-family: "Montserrat", sans-serif;
      color: #F2F2F5;
      display: flex;
      align-items: center;
      justify-content: flex-end;
      position: relative; }
      @media (max-width: 1024px) {
        .recruit-banner .recruit-bannerinner a {
          font-size: 1.4em; } }
      @media (max-width: 768px) {
        .recruit-banner .recruit-bannerinner a {
          font-size: 1.3em; } }
      .recruit-banner .recruit-bannerinner a::after {
        content: '';
        background: #F2F2F5;
        height: 1px;
        width: 24px;
        margin-left: 8px; }
    .recruit-banner .recruit-bannerinner::before {
      content: '';
      position: absolute;
      opacity: .98;
      top: 0;
      right: 0;
      mix-blend-mode: multiply; }
  .recruit-banner .bg-blue::before {
    content: '';
    position: absolute;
    background: #00078C;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    transition: all ease .5s; }
  .recruit-banner .bg-blue:hover::before {
    background: #9FA1BF; }

.contact {
  background: url("../images/contact-bg.svg") repeat;
  padding: 120px 0 40px 0; }
  @media (max-width: 768px) {
    .contact {
      padding: 160px 0 1px 0; } }
  @media (max-width: 480px) {
    .contact {
      padding: 180px 0 1px 0; } }
  .contact .contact-inner {
    display: flex;
    justify-content: space-around; }
    @media (max-width: 768px) {
      .contact .contact-inner {
        justify-content: flex-start; } }
    .contact .contact-inner .contact-left {
      width: 50%; }
      @media (max-width: 1024px) {
        .contact .contact-inner .contact-left {
          width: 60%; } }
      @media (max-width: 768px) {
        .contact .contact-inner .contact-left {
          width: 100%; } }
      .contact .contact-inner .contact-left h4 {
        font-size: 2.8em;
        font-weight: bold;
        color: #141414;
        margin-bottom: 20px; }
        @media (max-width: 1024px) {
          .contact .contact-inner .contact-left h4 {
            font-size: 2.5em; } }
        @media (max-width: 480px) {
          .contact .contact-inner .contact-left h4 {
            margin-bottom: 10px;
            font-size: 2.2em; } }
        @media (max-width: 350px) {
          .contact .contact-inner .contact-left h4 {
            margin-bottom: 10px;
            font-size: 2em; } }
      .contact .contact-inner .contact-left p {
        font-size: 1.4em;
        line-height: 1.8em; }
        @media (max-width: 480px) {
          .contact .contact-inner .contact-left p {
            font-size: 1.3em; } }
    .contact .contact-inner .contact-right {
      width: 45%;
      display: grid;
      place-items: center; }
      @media (max-width: 1024px) {
        .contact .contact-inner .contact-right {
          width: 40%; } }
      @media (max-width: 768px) {
        .contact .contact-inner .contact-right {
          display: none; } }

.base-contents {
  width: 1240px;
  margin: 0 auto 120px auto; }
  @media screen and (max-width: 1366px) {
    .base-contents {
      width: 80%; } }
  @media screen and (max-width: 1240px) {
    .base-contents {
      width: 90%; } }
  @media (max-width: 768px) {
    .base-contents {
      margin: 20px auto 60px auto; } }

.content-inner {
  margin: 0 auto 120px; }
  @media screen and (max-width: 1024px) {
    .content-inner {
      width: 90%; } }

.base-title {
  font-size: 2em;
  line-height: 2em;
  margin-bottom: 40px; }
  @media screen and (max-width: 415px) {
    .base-title {
      margin-bottom: 20px; } }

.base-txt {
  font-size: 1.4em;
  line-height: 2em; }

.base-header h2 {
  color: #00078C;
  font-size: 3.4em;
  line-height: 2em;
  margin-bottom: 40px;
  text-align: center; }

h2.key-title {
  padding-top: 5%;
  font-size: 4em;
  color: #fff;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.2); }
  @media screen and (max-width: 768px) {
    h2.key-title {
      font-size: 3em; } }
  @media screen and (max-width: 768px) {
    h2.key-title {
      padding-top: 8%; } }
  @media screen and (max-width: 415px) {
    h2.key-title {
      padding-top: 13%; } }

.anchor {
  padding-top: 120px;
  margin-top: -120px; }

/*---------------animation---------------*/
/*---スクロール時遅れて表示、順番に表示---*/
.fadein {
  opacity: 0;
  transition: all 1.3s; }

/*---TOP遅れて表示---*/
.post {
  opacity: 0; }

#column {
  width: 80%;
  margin: 0 auto; }
  @media screen and (max-width: 1024px) {
    #column {
      width: 90%; } }
  #column .column-2 {
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 768px) {
      #column .column-2 {
        flex-direction: column-reverse; } }
    #column .column-2 .side-bar {
      width: 22%;
      max-width: 350px; }
      @media screen and (max-width: 1024px) {
        #column .column-2 .side-bar {
          min-width: 190px; } }
      @media screen and (max-width: 768px) {
        #column .column-2 .side-bar {
          width: 100%;
          max-width: 100%; } }
      #column .column-2 .side-bar .side-wrap {
        width: 100%;
        /*margin-top: 40px;*/ }
        #column .column-2 .side-bar .side-wrap .title-wrap {
          border-bottom: 2px solid #EBEBEB; }
          #column .column-2 .side-bar .side-wrap .title-wrap h3 {
            font-size: 1.7em;
            font-family: "Montserrat", sans-serif;
            font-weight: bold;
            color: #fff;
            background: #00078C;
            padding: 8px 12px; }
            @media screen and (max-width: 1024px) {
              #column .column-2 .side-bar .side-wrap .title-wrap h3 {
                font-size: 1.5em; } }
            #column .column-2 .side-bar .side-wrap .title-wrap h3 span {
              font-size: .6em;
              color: #A5A5A5;
              padding-left: 8px; }
              @media screen and (max-width: 1024px) {
                #column .column-2 .side-bar .side-wrap .title-wrap h3 span {
                  font-size: .5em;
                  padding-left: 4px; } }
        #column .column-2 .side-bar .side-wrap ul li {
          border-bottom: 1px solid #EBEBEB;
          padding: 12px; }
          #column .column-2 .side-bar .side-wrap ul li a {
            color: #868686;
            font-size: 1.4em;
            font-family: "Montserrat", sans-serif; }
    #column .column-2 .column-contents {
      width: 70%; }
      @media screen and (max-width: 768px) {
        #column .column-2 .column-contents {
          width: 100%;
          margin-bottom: 40px; } }
      #column .column-2 .column-contents h3 {
        font-size: 3em;
        font-family: "Montserrat", sans-serif;
        margin-bottom: 12px; }
        @media screen and (max-width: 768px) {
          #column .column-2 .column-contents h3 {
            font-size: 2em; } }
        @media screen and (max-width: 480px) {
          #column .column-2 .column-contents h3 {
            font-size: 1.6em;
            font-weight: bold; } }
      #column .column-2 .column-contents ul {
        width: 100%;
        display: flex;
        flex-wrap: wrap; }
        #column .column-2 .column-contents ul li {
          width: 32%;
          margin-right: 2%;
          margin-bottom: 24px;
          transition: all ease .5s;
          border: 0.5px solid #D2D2E2;
          cursor: pointer; }
          #column .column-2 .column-contents ul li:nth-child(3n) {
            margin-right: 0; }
            @media screen and (max-width: 1024px) {
              #column .column-2 .column-contents ul li:nth-child(3n) {
                margin-right: 2%; } }
          @media screen and (max-width: 1024px) {
            #column .column-2 .column-contents ul li {
              width: 49%;
              margin-right: 2%; }
              #column .column-2 .column-contents ul li:nth-child(2n) {
                margin-right: 0; } }
          #column .column-2 .column-contents ul li:hover {
            box-shadow: 0 0 30px rgba(0, 0, 0, 0.18); }
          #column .column-2 .column-contents ul li .thumbnail img {
            width: 100%;
            object-fit: cover; }
            @media screen and (max-width: 480px) {
              #column .column-2 .column-contents ul li .thumbnail img {
                height: 100px;
                object-fit: cover; } }
          #column .column-2 .column-contents ul li .column-txt {
            padding: 5%; }
            #column .column-2 .column-contents ul li .column-txt h4 {
              font-size: 1.6em;
              font-family: "Montserrat", sans-serif;
              color: #00078C;
              font-weight: bold; }
            #column .column-2 .column-contents ul li .column-txt .date-box {
              display: flex;
              justify-content: flex-start; }
              #column .column-2 .column-contents ul li .column-txt .date-box time {
                color: #00078C;
                font-family: "Montserrat", sans-serif;
                font-size: 1.2em;
                padding-right: 4px; }
              #column .column-2 .column-contents ul li .column-txt .date-box .category {
                color: #333;
                font-size: 1.2em; }
            #column .column-2 .column-contents ul li .column-txt p {
              margin-top: 8px;
              font-size: 1.3em;
              line-height: 1.7em;
              color: #5A5A5A; }

.search_container {
  box-sizing: border-box;
  position: relative;
  border: 1px solid #999;
  padding: 4px 10px 4px 30px;
  border-radius: 20px;
  height: 3.5em;
  overflow: hidden;
  color: #A0A0A0;
  background: #F7F7F7; }
  @media screen and (max-width: 768px) {
    .search_container {
      height: 3.8em; } }

.search_container input[type="text"] {
  border: none;
  height: 1.7em;
  font-size: 16px;
  padding-left: 8px;
  background: #F7F7F7; }
  @media screen and (max-width: 768px) {
    .search_container input[type="text"] {
      height: 1.3em; } }

.search_container input[type="text"]:focus {
  outline: 0; }

.search_container input[type="submit"] {
  cursor: pointer;
  font-family: FontAwesome;
  font-size: 1.8em;
  border: none;
  background: none;
  color: #333;
  position: absolute;
  width: 2.5em;
  height: 2.4em;
  left: 0;
  top: -4px;
  outline: none; }
  @media screen and (max-width: 768px) {
    .search_container input[type="submit"] {
      top: -5px; } }

.pagenation {
  border-radius: 7px;
  overflow: hidden; }

.pagenation ul {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #F5F3F3;
  padding: 32px 40px;
  margin: 80px 0;
  position: relative; }
  .pagenation ul li {
    margin-right: 2%; }
    .pagenation ul li:last-child {
      margin-right: 0; }

.active {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  border-radius: 50%;
  height: 35px;
  font-size: 1.4em;
  width: 35px;
  transition: all ease .3s;
  /* background: #333;*/ }
  @media screen and (max-width: 480px) {
    .active {
      height: 28px;
      width: 28px; } }

.pagenation a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  border-radius: 50%;
  height: 35px;
  font-size: 1.4em;
  width: 35px;
  transition: all ease .3s;
  background: #C1C1C1; }
  @media screen and (max-width: 480px) {
    .pagenation a {
      height: 28px;
      width: 28px; } }
  .pagenation a:hover {
    opacity: .5; }
  .pagenation a .pagenation > li:nth-child(n+2):nth-last-child(n+2) {
    border-radius: 0;
    color: #333; }

.prev {
  position: absolute;
  left: 2%;
  top: 0;
  bottom: 0;
  margin: auto;
  height: fit-content; }
  @media screen and (max-width: 480px) {
    .prev {
      left: 5%; } }
  .prev a {
    font-size: 1.4em;
    color: #A4A3A3;
    font-family: "Montserrat", sans-serif;
    background: none; }

.next {
  position: absolute;
  right: 2%;
  top: 0;
  bottom: 0;
  margin: auto;
  height: fit-content; }
  @media screen and (max-width: 480px) {
    .next {
      right: 5%; } }
  .next a {
    font-size: 1.4em;
    color: #A4A3A3;
    font-family: "Montserrat", sans-serif;
    background: none; }

#global-footer {
  background: #060833; }
  #global-footer .footer-inner {
    background-size: cover;
    height: 100%;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 1240px;
    margin: 0 auto; }
    @media screen and (max-width: 1366px) {
      #global-footer .footer-inner {
        width: 90%; } }
    @media screen and (max-width: 1024px) {
      #global-footer .footer-inner {
        width: 80%; } }
    @media screen and (max-width: 480px) {
      #global-footer .footer-inner {
        width: 90%;
        padding: 0 0 60px 0; } }
    #global-footer .footer-inner .contact-left {
      width: 25%;
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
      @media screen and (max-width: 1024px) {
        #global-footer .footer-inner .contact-left {
          width: 100%;
          margin-bottom: 40px; } }
      @media screen and (max-width: 768px) {
        #global-footer .footer-inner .contact-left {
          margin-bottom: 0; } }
      #global-footer .footer-inner .contact-left h1 {
        width: 100%; }
        @media screen and (max-width: 1024px) {
          #global-footer .footer-inner .contact-left h1 {
            width: 30%;
            margin-bottom: 8px; } }
        @media screen and (max-width: 768px) {
          #global-footer .footer-inner .contact-left h1 {
            width: 40%; } }
        @media screen and (max-width: 480px) {
          #global-footer .footer-inner .contact-left h1 {
            width: 60%; } }
        #global-footer .footer-inner .contact-left h1 a img {
          vertical-align: bottom;
          width: 100%;
          height: auto; }
          @media screen and (max-width: 480px) {
            #global-footer .footer-inner .contact-left h1 a img {
              width: 100%;
              margin: 0 auto;
              display: block; } }
      #global-footer .footer-inner .contact-left p.address {
        color: #D2D2E2;
        margin-left: 4px; }
    #global-footer .footer-inner .footer-navi {
      width: 70%; }
      @media screen and (max-width: 1024px) {
        #global-footer .footer-inner .footer-navi {
          width: 100%; } }
      @media screen and (max-width: 768px) {
        #global-footer .footer-inner .footer-navi {
          display: none; } }
      #global-footer .footer-inner .footer-navi ul.footer-wrap {
        width: 100%;
        display: flex;
        justify-content: flex-end; }
        @media screen and (max-width: 1024px) {
          #global-footer .footer-inner .footer-navi ul.footer-wrap {
            justify-content: space-between; } }
        #global-footer .footer-inner .footer-navi ul.footer-wrap .footer-box {
          width: 30%; }
          #global-footer .footer-inner .footer-navi ul.footer-wrap .footer-box li {
            margin: 6px 0; }
            #global-footer .footer-inner .footer-navi ul.footer-wrap .footer-box li a {
              font-size: 1.4em;
              color: #D2D2E2;
              transition: all ease .5s; }
              #global-footer .footer-inner .footer-navi ul.footer-wrap .footer-box li a:hover {
                color: #9FA1BF; }
        #global-footer .footer-inner .footer-navi ul.footer-wrap li.footer-li {
          margin: 6px 0; }
          #global-footer .footer-inner .footer-navi ul.footer-wrap li.footer-li a {
            font-size: 1.4em;
            color: #D2D2E2;
            transition: all ease .5s; }
            #global-footer .footer-inner .footer-navi ul.footer-wrap li.footer-li a:hover {
              color: #9FA1BF; }
          #global-footer .footer-inner .footer-navi ul.footer-wrap li.footer-li ul.footer-subinner {
            padding-left: 8px;
            border-left: 0.5px solid #D2D2E2;
            display: flex;
            flex-direction: column; }
            #global-footer .footer-inner .footer-navi ul.footer-wrap li.footer-li ul.footer-subinner li {
              margin: 6px 0; }
              #global-footer .footer-inner .footer-navi ul.footer-wrap li.footer-li ul.footer-subinner li a {
                font-size: 1.3em;
                color: #D2D2E2;
                transition: all ease .5s; }
                #global-footer .footer-inner .footer-navi ul.footer-wrap li.footer-li ul.footer-subinner li a:hover {
                  color: #9FA1BF; }
                @media screen and (max-width: 768px) {
                  #global-footer .footer-inner .footer-navi ul.footer-wrap li.footer-li ul.footer-subinner li a {
                    font-size: 1.2em; } }
          #global-footer .footer-inner .footer-navi ul.footer-wrap li.footer-li:last-child {
            margin-left: 100px; }
            @media screen and (max-width: 768px) {
              #global-footer .footer-inner .footer-navi ul.footer-wrap li.footer-li:last-child {
                margin-left: 10%; } }
  #global-footer .copy {
    padding: 4px 0; }
    #global-footer .copy small {
      text-align: center;
      color: #fff;
      font-size: 1em; }
      @media screen and (max-width: 480px) {
        #global-footer .copy small {
          font-size: .1em; } }

.copy_small {
  width: 100%;
  text-align: center;
  background: #060833; }
  @media screen and (max-width: 480px) {
    .copy_small {
      text-align: right; } }

.footer_top {
  display: flex;
  width: 100%;
  padding: 80px 0;
  justify-content: space-between; }
  @media screen and (max-width: 1024px) {
    .footer_top {
      flex-direction: column;
      padding: 40px 0; } }
  @media screen and (max-width: 480px) {
    .footer_top {
      padding: 40px 0; } }

ul.contact-btn {
  display: flex;
  overflow: hidden; }
  ul.contact-btn li.btn-tel {
    width: 50%;
    border: 1px solid #fff;
    cursor: pointer;
    margin: 0 auto;
    overflow: hidden; }
    ul.contact-btn li.btn-tel .tel-bg {
      background: url("../images/tel-bg.jpg") no-repeat;
      background-size: cover;
      padding: 56px 46px 46px 46px; }
      @media screen and (max-width: 1024px) {
        ul.contact-btn li.btn-tel .tel-bg {
          padding: 46px 36px 36px 36px; } }
      @media screen and (max-width: 768px) {
        ul.contact-btn li.btn-tel .tel-bg {
          padding: 36px 0 26px 0; } }
      @media screen and (max-width: 480px) {
        ul.contact-btn li.btn-tel .tel-bg {
          padding: 26px 0 16px 0; } }
      ul.contact-btn li.btn-tel .tel-bg:hover {
        transform: scale(1.1, 1.1);
        transition: 1s all; }
      ul.contact-btn li.btn-tel .tel-bg h3 {
        font-family: "Montserrat", sans-serif;
        font-size: 3em;
        font-weight: bold;
        line-height: .8em;
        color: #fff;
        text-align: center;
        margin-bottom: 40px; }
        @media screen and (max-width: 1024px) {
          ul.contact-btn li.btn-tel .tel-bg h3 {
            margin-bottom: 20px;
            font-size: 2.4em; } }
        @media screen and (max-width: 768px) {
          ul.contact-btn li.btn-tel .tel-bg h3 {
            margin-bottom: 10px;
            font-size: 2em; } }
        @media screen and (max-width: 375px) {
          ul.contact-btn li.btn-tel .tel-bg h3 {
            font-size: 1.8em;
            margin-bottom: 4px; } }
        ul.contact-btn li.btn-tel .tel-bg h3 span {
          font-size: .4em;
          color: #fff; }
      ul.contact-btn li.btn-tel .tel-bg p {
        font-family: "Montserrat", sans-serif;
        font-size: 2.6em;
        font-weight: bold;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center; }
        @media screen and (max-width: 1024px) {
          ul.contact-btn li.btn-tel .tel-bg p {
            font-size: 2.2em; } }
        @media screen and (max-width: 768px) {
          ul.contact-btn li.btn-tel .tel-bg p {
            font-size: 1.8em; } }
        @media screen and (max-width: 375px) {
          ul.contact-btn li.btn-tel .tel-bg p {
            font-size: 1.6em; } }
        ul.contact-btn li.btn-tel .tel-bg p::before {
          content: '';
          background: url("../images/tel-white.svg") no-repeat;
          background-size: contain;
          width: 24px;
          height: 24px;
          padding-right: 8px; }
          @media screen and (max-width: 480px) {
            ul.contact-btn li.btn-tel .tel-bg p::before {
              padding-right: 4px; } }
          @media screen and (max-width: 375px) {
            ul.contact-btn li.btn-tel .tel-bg p::before {
              width: 16px;
              height: 16px; } }
  ul.contact-btn li.btn-mail {
    width: 50%;
    border: 1px solid #fff;
    cursor: pointer;
    overflow: hidden; }
    ul.contact-btn li.btn-mail .mail-bg {
      background: url("../images/mail-bg.jpg") no-repeat;
      background-size: cover;
      padding: 56px 46px 48px 46px;
      margin: 0 auto; }
      @media screen and (max-width: 1024px) {
        ul.contact-btn li.btn-mail .mail-bg {
          padding: 46px 36px 38px 36px; } }
      @media screen and (max-width: 768px) {
        ul.contact-btn li.btn-mail .mail-bg {
          padding: 36px 0 28px 0; } }
      @media screen and (max-width: 480px) {
        ul.contact-btn li.btn-mail .mail-bg {
          padding: 26px 0 19px 0; } }
      ul.contact-btn li.btn-mail .mail-bg:hover {
        transform: scale(1.1, 1.1);
        transition: 1s all; }
      ul.contact-btn li.btn-mail .mail-bg h3 {
        font-family: "Montserrat", sans-serif;
        font-size: 3em;
        font-weight: bold;
        line-height: .8em;
        color: #fff;
        text-align: center;
        margin-bottom: 40px; }
        @media screen and (max-width: 1024px) {
          ul.contact-btn li.btn-mail .mail-bg h3 {
            margin-bottom: 20px;
            font-size: 2.4em; } }
        @media screen and (max-width: 768px) {
          ul.contact-btn li.btn-mail .mail-bg h3 {
            margin-bottom: 10px;
            font-size: 2em; } }
        @media screen and (max-width: 375px) {
          ul.contact-btn li.btn-mail .mail-bg h3 {
            font-size: 1.8em;
            margin-bottom: 4px; } }
        ul.contact-btn li.btn-mail .mail-bg h3 span {
          font-size: .4em;
          color: #fff; }
      ul.contact-btn li.btn-mail .mail-bg p {
        font-family: "Montserrat", sans-serif;
        font-size: 2.5em;
        font-weight: bold;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center; }
        @media screen and (max-width: 1024px) {
          ul.contact-btn li.btn-mail .mail-bg p {
            font-size: 2em; } }
        @media screen and (max-width: 768px) {
          ul.contact-btn li.btn-mail .mail-bg p {
            font-size: 1.6em; } }
        @media screen and (max-width: 375px) {
          ul.contact-btn li.btn-mail .mail-bg p {
            font-size: 1.4em; } }
        ul.contact-btn li.btn-mail .mail-bg p::after {
          content: '';
          background: #fff;
          width: 24px;
          height: 1px;
          padding-left: 8px; }
          @media screen and (max-width: 480px) {
            ul.contact-btn li.btn-mail .mail-bg p::after {
              width: 12px; } }
