
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *
 *= require font-awesome
 *= require ./lib/bootstrap-4.0.0/bootstrap.min
 *= require ./lib/jquery.smartmenus.bootstrap.css
 *= require_tree .
 *= require_self

 */


@charset "UTF-8";
@import "https://fonts.googleapis.com/css?family=Oswald:700";
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  overflow-wrap: break-word;
  word-break: break-word;
}

html, body {
  color: #000;
  font-family:  "Oswald", "メイリオ", "ヒラギノ角ゴ Pro", "游ゴシック", "Noto Serif", "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
  line-height: 1;
  text-align: justify;
  -webkit-text-size-adjust: 100%;
}

a,a:hover {
  color: inherit;
  text-decoration: none;
}

a:hover {
  opacity: 0.7;
}

img {
  display: block;
  width: 100%;
}

h1, h2, h3, h4, h5, h6, p {
  margin: auto;
}

p, dt, dd {
  white-space: pre-wrap;
  overflow-wrap: break-word;
}

body {
  margin: auto; 
  overflow: auto !important;
}

/*--------------------------responsive ---------------------*/
.c_row_con {
  width: 100%;
}

.c_row_con::before,
.c_row::before,
.c_clearfix::before,
.c_row_con::after,
.c_row::after,
.c_clearfix::after {
    display: block;
    content: "";
    clear: both;
  }

.c_row {
  width: calc(100%);
}

[class*="c_col_"] {
  float: left;
}

.c_col_1 {  width: 8.333333333333%;}
.c_col_2 {  width: 16.66666666666%;}
.c_col_3 {  width: 25%;}
.c_col_4 {  width: 33.333333333333%;}
.c_col_5 {  width: 41.66666666666%;}
.c_col_6 {  width: 50%;}
.c_col_7 {  width: 58.333333333333%;}
.c_col_8 {  width: 66.66666666666%;}
.c_col_9 {  width: 75%;}
.c_col_10 {  width: 88.333333333333%;}
.c_col_11 {  width: 91.66666666666%;}
.c_col_12 {  width: 100%;}

.c_col_md_1 {  width: 8.333333333333%;}
.c_col_md_2 {  width: 16.66666666666%;}
.c_col_md_3 {  width: 25%;}
.c_col_md_4 {  width: 33.333333333333%;}
.c_col_md_5 {  width: 41.66666666666%;}
.c_col_md_6 {  width: 50%;}
.c_col_md_7 {  width: 58.333333333333%;}
.c_col_md_8 {  width: 66.66666666666%;}
.c_col_md_9 {  width: 75%;}
.c_col_md_10 {  width: 88.333333333333%;}
.c_col_md_11 {  width: 91.66666666666%;}
.c_col_md_12 {  width: 100%;}

.c_pc {
  display: block !important;
}

.c_sp {
  display: none !important;
}

@media screen and (max-width: 1023px) {
  .c_sp {
    display: block !important;
  }
  .c_pc {
    display: none !important;
  }

  [class*="c_col_md_"]  {  width: 100%;}

  .c_col_1 {  width: 8.333333333333%;}
  .c_col_2 {  width: 16.66666666666%;}
  .c_col_3 {  width: 25%;}
  .c_col_4 {  width: 33.333333333333%;}
  .c_col_5 {  width: 41.66666666666%;}
  .c_col_6 {  width: 50%;}
  .c_col_7 {  width: 58.333333333333%;}
  .c_col_8 {  width: 66.66666666666%;}
  .c_col_9 {  width: 75%;}
  .c_col_10 {  width: 88.333333333333%;}
  .c_col_11 {  width: 91.66666666666%;}
  .c_col_12 {  width: 100%;}
}


/*==============================================================pc=============================================================*/

/*--------------------------buttons ---------------------*/

/*--------------------------border ---------------------*/
/*--------------------------buttons ---------------------*/
/*-------------------------- font.. ---------------------*/
/*-------------------------- width ---------------------*/
/*-------------------------- container ---------------------*/
.c_con {
  max-width: 102.4vmin;
  margin: auto;
}
/*--------------------------component ---------------------*/


/*--------------------------common ---------------------*/
body {
  position: relative;
  margin: 0;
}

header .c_container {
  position: relative;
}


section {
  position: relative;
}


.page_top {
  position: relative;
}

.h_menu {
    margin: 2vmin 0 0 auto;
    display: block;
    width: fit-content;
    text-align: right;
}

.h_menu ul {
  display: block;
}

.h_menu ul li,
.h_menu ul li a {
  display: inline-block;
  font-size: 2vmin;
  line-height: 2.6vmin;
  font-weight: normal;
}

.h_menu ul>li:not(:first-child) a {
  margin-left: 4vmin;
}

.h_menu ul li a:hover, .h_menu ul li.active a {
  font-weight: bold;
  transform: scale(1.5);
  -webkit-transition: transform  0.5s ease-in-out;
  -moz-transition: transform  0.5s ease-in-out;
  -o-transition: transform  0.5s ease-in-out;
  transition: transform  0.5s ease-in-out;
}

header {
  position: absolute;
  top: 3.5vmin;
  left: 4.4vmin;
  right: 4.4vmin;
  height: 6vmin;
  z-index: 100;
}

header .p_logo {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 25vmin;
}

header .p_menu {
  position: absolute;
  right: 0;
  left: auto;
  height: fit-content;
  top: 0;
  bottom: 0;
  margin: auto;
}

.container {
  display: none;
}

.sec_content {
  position: relative;
  z-index: 10;
  padding-top: 20vmin;
}

.page_top_content {
}

.page_top_content .img_top_title {
  width: 77.2vmin;
  margin: auto;  
}

#mask {
  background-color:#fff;
  position:fixed;
  z-index:1010;
  width:100%;
  height:100%;
}
#loader {
  width:100%;
  height:100%;
  position:fixed;
  left:0;
  top:0;
  z-index:10002;
  text-align:center;
}
.preloader::after {
  position:absolute;
  top:50%;
  left:50%;
  display:block;
  border:0.2vmin solid rgba(0,0,0,0.2);
  border-radius:50%;
  content:'';
  margin-left:-2vmin;
  width:4vmin;
  height:4vmin;
  border-top-color:#e9e9e9;
  border-right-color:#e9e9e9;
  -webkit-animation:loader 1.4s linear infinite;
     -moz-animation:loader 1.4s linear infinite;
      -ms-animation:loader 1.4s linear infinite;
       -o-animation:loader 1.4s linear infinite;
          animation:loader 1.4s linear infinite;
}


  @-webkit-keyframes loader {
    0% { -webkit-transform:rotate(0deg); }
    50% { -webkit-transform:rotate(180deg); }
    100% { -webkit-transform:rotate(360deg); }
  }
  @-moz-keyframes loader {
    0% { -moz-transform:rotate(0deg); }
    50% { -moz-transform:rotate(180deg); }
    100% { -moz-transform:rotate(360deg); }
  }
  @-o-keyframes loader {
    0% { -o-transform:rotate(0deg); }
    50% { -o-transform:rotate(180deg); }
    100% { -o-transform:rotate(360deg); }
  }
  @-ms-keyframes loader {
    0% { -ms-transform:rotate(0deg); }
    50% { -ms-transform:rotate(180deg); }
    100% { -ms-transform:rotate(360deg); }
  }
  @keyframes loader {
    0% { transform:rotate(0deg); }
    50% { transform:rotate(180deg); }
    100% { transform:rotate(360deg); }
  }

#top .sec_content {
  padding-top: 20vmin;
}

#sublead {
  margin-top: 3vmin;
  font-size: 2.8vmin;
  font-family: "ヒラギノ角ゴ Pro";
  line-height: 1;
  color : rgb(51, 51, 51);
  font-weight: bold;
  text-align: center;
  opacity: 0;
}

.container {
  position: relative;
}

#back,
video {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

#video,
#particles,
#birds {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0.6;
}

video {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

footer {
  position: relative;
  margin: 8.6vmin 0 3vmin;
  z-index: 10;
}

footer p {
  font-size: 1.4vmin;
  line-height: 1;
  text-align: center;
  font-weight: bold;
  color: black;
  font-family: "游ゴシック";
}

footer p.rule {
  position:absolute;
  right:5%;
  top:0px;
}

.btn_main {
  width: 27.8vmin;
  height: 5vmin;
  line-height: 5vmin;
  font-size: 2.2vmin;
  background: #385723;
  display: inline-block;
  color: white !important;
  font-family: "游ゴシック";
  box-shadow: none;
  border: none;
  outline: none;
}

.p_new {
  display: block;
  border-bottom: 0.1vmin solid black;
  pointer-events: none;
}

.p_new p {
  font-family: "游ゴシック";
  font-size: 2vmin;
  line-height: 4.5vmin;
  pointer-events: none;
}

.p_new span {
  font-family: "游ゴシック";
  font-size: 1.8vmin;
  line-height: 5vmin;
  pointer-events: none;
}

#news .page_top_content,
#company .page_top_content,
#contact .page_top_content,
#service .page_top_content {
  width: 144vmin;
  max-width: calc(100% - 4vmin);
  margin: auto;
}

#success .page_top_content {
  width: 96vmin;
  margin: auto;
}

#news .page_top_content ul,
#news .page_top_content ul li, 
#news .page_top_content ul li a {
  display: block;
}

#news .page_top_content ul li a { 
  padding: 2.5vmin 2vmin 1vmin;
}

#news .page_top_content ul>li:last-child a {
  border: none;
}

#news .b_page_desc {
  font-size: 1.8vmin;
  line-height: 4vmin;
  font-family: "游ゴシック";
  text-align: center;
  margin: 1vmin 0;
}

#news .b_paginate {
  text-align: center;
}

#news .b_paginate a {
  display: inline-block;
  color: rgb(56, 87, 35);
  font-size: 1.8vmin;
  line-height: 4vmin;
  width: 4vmin;
  height: 4vmin;
  text-align: center;
  background: white;
  border: 0.1vmin solid rgb(56, 87, 35);
}

#news .b_paginate a.active, 
#news .b_paginate a:hover {
  background: rgb(56, 87, 35);
  color: white;
  border-color: white;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.b_company_info {
  max-width: 75vmin;
  width: calc(100% - 50vmin);
  float: left;
}

.b_company_img {
  width: 45vmin;
  float: right;
}

.b_common_table tr>td {
  font-size: 2vmin;
  font-family: "游ゴシック";
  line-height: 3.1vmin;
  padding: 1.5vmin 0;
  text-align: left;
  letter-spacing: 0.36vmin;
  vertical-align: top;
}

.b_common_table tr>td:nth-child(1) {
  width: 17.6vmin;
}

.b_recruit_info {
  width: 90vmin;
  margin: auto;
}

.p_content_act {
  display: block;
  text-align: center;
  margin-top: 10.2vmin;
}

.b_contact_info {
  width: 96vmin;
  margin: auto;
}

.b_contact_info table,
.b_contact_info tr>td input,
.b_contact_info tr>td textarea {
  width: 100%;
  font-size: 1.8vmin;
  line-height: 3vmin;
}

.b_contact_info tr>td input,
.b_contact_info tr>td textarea  {
  padding: 0.5vmin 1vmin;
}

.b_contact_info tr>td:nth-child(1) {
  width: 26.4vmin;
}

.b_contact_info tr>td:nth-child(2) input {
  height: 4.3vmin;
}

.b_contact_info tr>td:nth-child(2) textarea {
    resize: none;
}

.b_services {
  width: 100%;
  align-items: stretch;
  display: flex;
  justify-content: space-between;
}

.p_service {
  width: 33.3333%;
  padding: 0 2vmin;
  display: flex;
} 

.p_service_con {
  padding: 6vmin 4vmin;
  background: rgba(255, 255, 255, 0.45);
}

.p_service_con .title_service {
  font-size: 3vmin;
  color: #385723;
  line-height: 4vmin;
  text-align: center;
  font-weight: bold;
  font-family: "游ゴシック";
}


.p_service_con .sign_v {
  font-size: 4vmin;
  line-height: 6vmin;
  width: 100%;
  text-align: center;
}

.p_service_con .title_sub_service {
  font-size: 2.5vmin;
  line-height: 3.1vmin;
  text-align: center;
  font-family: "游ゴシック";
}

.p_service_con .desc {
  font-size: 2vmin;
  line-height: 3.7vmin;
  font-family: "游ゴシック";
  letter-spacing: 0.36vmin;
}

.b_success p,
.b_success h4  {
  font-size: 2.2vmin;
  line-height: 3vmin;
  font-family: "游ゴシック";
  letter-spacing: 0.36vmin;
  text-align: center;
}

.b_success h4 {
  margin-top: 11vmin;
}

#bluebird {
  width: 90vmin;
  margin: auto;
}

#leadgroup {
  width: 100%;
}

#lead {
  font-style: normal;
  font-weight: bold;
  text-align: left;
  display: block;
  text-align: center;
  letter-spacing: 3vmin;
  margin-top:-.5em;
  -webkit-mask-image:url(images/mask2.png);
     -moz-mask-image:url(images/mask2.png);
      -ms-mask-image:url(images/mask2.png);
       -o-mask-image:url(images/mask2.png);
          mask-image:url(images/mask2.png);
  -webkit-mask-size:50% 50%;
     -moz-mask-size:50% 50%;
      -ms-mask-size:50% 50%;
       -o-mask-size:50% 50%;
          mask-size:50% 50%;
  -webkit-mask-position:bottom;
     -moz-mask-position:bottom;
      -ms-mask-position:bottom;
       -o-mask-position:bottom;
          mask-position:bottom;
}

#lead i>i {
  font-family: "Oswald", sans-serif;
  font-size: 11.3vmin;
  line-height: 21.5vmin;
  letter-spacing: 4.1vmin;
  text-transform: uppercase;
}

#lead>span>i {
  display: block !important;
  margin-top: -2vmin;
}

#sublead i  {
  font-size: 2.3vmin;
  line-height: 4.6vmin;
  letter-spacing: 0.9vmin;
}

.b_news_list {
  overflow-y: auto;
  border: 1px solid #000000;
}

@media screen and (min-width: 1024px) {
  .b_news_list {
    height: calc(100vh - 30vmin);
  }

  #top .sec_content,
  #news .sec_content,
  #company .sec_content,
  #contact .sec_content,
  #recruit .sec_content,
  #success .sec_content,
  #service .sec_content
   {
    position:absolute;
    padding: 0;
    left:50%;
    top:50%;
    max-width: 100%;
    -webkit-transform: translate(-50%,-50%);/* Chrome, Opera 15+, Safari 3.1+ */
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);  /* IE 9  */
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%); /* Firefox 16+, IE 10+, Opera  */
  }

  #top footer,
  #news footer,
  #company footer,
  #contact footer,
  #recruit footer,
  #success footer,
  #service footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
  }
}



/*==============================================================sp=============================================================*/
@media screen and (max-width: 1023px) {
  .c_con {
  max-width: 150vmin;
}
/*--------------------------component ---------------------*/


/*--------------------------common ---------------------*/

.h_menu {
    margin: 3vmin 0 0 auto;
}

.h_menu ul li,
.h_menu ul li a {
  font-size: 3vmin;
  line-height: 4vmin;
}

.h_menu ul>li:not(:first-child) a {
  margin-left: 6vmin;
}

header {
  top: 5.2vmin;
  left: 6.6vmin;
  right: 6.6vmin;
  height: 9vmin;
}

header .p_logo {
  width: 36vmin;
}

.sec_content {
  padding-top: 30vmin;
}

.page_top_content {
}

.page_top_content .img_top_title {
  width: 115.2vmin;
}

.preloader::after {
  border:0.3vmin solid rgba(0,0,0,0.2);
  border-radius:50%;
  margin-left:-3vmin;
  width:6vmin;
  height:6vmin;
}


#top .sec_content {
  padding-top: 0;
}

#sublead {
  margin-top: 4.5vmin;
  font-size: 4.2vmin;
}


footer {
  margin: 12.9vmin 0 4.5vmin;
}

footer p {
  font-size: 2.1vmin;
}

.btn_main {
  width: 41.7vmin;
  height: 7.5vmin;
  line-height: 7.5vmin;
  font-size: 3.3vmin;
}

.p_new {
  border-bottom: 0.15vmin solid black;
}

.p_new p {
  font-size: 3vmin;
  line-height: 6.75vmin;
}

.p_new span {
  font-size: 2.7vmin;
  line-height: 7.5vmin;
}

#news .page_top_content,
#company .page_top_content,
#contact .page_top_content,
#service .page_top_content {
  width: 216vmin;
  max-width: calc(100% - 6vmin);
}

#success .page_top_content {
  width: 134vmin;
}

#news .page_top_content ul li a { 
  padding: 3.75vmin 3vmin 1.5vmin;
}

#news .b_page_desc {
  font-size: 2.7vmin;
  line-height: 6vmin;
  margin: 1.5vmin 0;
}

#news .b_paginate a {
  font-size: 2.7vmin;
  line-height: 6vmin;
  width: 6vmin;
  height: 6vmin;
  border: 0.15vmin solid rgb(56, 87, 35);
}

.b_company_info {
  max-width: 113vmin;
  width: calc(100% - 75vmin);
}

.b_company_img {
  width: 67.5vmin;
}

.b_common_table tr>td {
  font-size: 3vmin;
  line-height: 4.5vmin;
  padding: 2.75vmin 0;
  letter-spacing: 0.54vmin;
}

.b_common_table tr>td:nth-child(1) {
  width: 26.4vmin;
}

.b_recruit_info {
  width: 135vmin;
}

.p_content_act {
  margin-top: 15vmin;
}

.b_contact_info {
  width: 144vmin;
}

.b_contact_info table,
.b_contact_info tr>td input,
.b_contact_info tr>td textarea {
  font-size: 2.7vmin;
  line-height: 4.5vmin;
}

.b_contact_info tr>td input,
.b_contact_info tr>td textarea  {
  padding: 0.75vmin 1.5vmin;
}

.b_contact_info tr>td:nth-child(1) {
  width: 39.6vmin;
}

.b_contact_info tr>td:nth-child(2) input {
  height: 6.45vmin;
}

.p_service {
  padding: 0 3vmin;
} 

.p_service_con {
  padding: 9vmin 6vmin;
}

.p_service_con .title_service {
  font-size: 4.5vmin;
  line-height: 6vmin;
}


.p_service_con .sign_v {
  font-size: 6vmin;
  line-height: 9vmin;
}

.p_service_con .title_sub_service {
  font-size: 3.75vmin;
  line-height: 4.5vmin;
}

.p_service_con .desc {
  font-size: 3vmin;
  line-height: 5.5vmin;
  letter-spacing: 0.48vmin;
}

.b_success p,
.b_success h4  {
  font-size: 3.3vmin;
  line-height: 4.5vmin;
  letter-spacing: 0.54vmin;
}

.b_success h4 {
  margin-top: 16.5vmin;
}

#bluebird {
  width: 135vmin;
}


#lead {
  letter-spacing: 4.5vmin;
  margin-top:-.75em;
}

#lead i>i {
  font-size: 16.5vmin;
  line-height: 32.2vmin;
  letter-spacing: 6.3vmin;
}

#lead>span>i {
  margin-top: -3vmin;
}

#sublead i  {
  font-size: 3.45vmin;
  line-height: 6.9vmin;
  letter-spacing: 1.35vmin;
}

  #success .sec_content,
  #top .sec_content,
  #news .sec_content
   {
    position:absolute;
    padding: 0;
    left:50%;
    top:50%;
    width: 100%;
    -webkit-transform: translate(-50%,-50%);/* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translate(-50%,-50%);  /* IE 9  */
    transform: translate(-50%,-50%); /* Firefox 16+, IE 10+, Opera  */
  }

  #success footer,
  #top footer,
  #news footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
  }

  .b_news_list {
    height: calc(100vh - 60vmin);
  }
  /*-----------------menu---------------*/
  #menuToggle
  {
    display: block;
    position: fixed;
    top: 4.5vmin;
    right: 3vmin;
    z-index: 1;
    -webkit-user-select: none;
    user-select: none;
  }

  #menuToggle input
  {
    display: block;
    width: 6vmin;
    height: 4.8vmin;
    position: absolute;
    top: -1.05vmin;
    left: -0.75vmin;
    
    cursor: pointer;
    
    opacity: 0; /* hide this */
    z-index: 22; /* and place it over the hamburger */
    
    -webkit-touch-callout: none;
  }

  /*
   * Just a quick hamburger
   */
  #menuToggle span
  {
    display: block;
    width: 4.95vmin;
    height: 0.6vmin;
    margin-bottom: 0.75vmin;
    position: relative;
    
    background: #000000;
    border-radius: 0.45vmin;
    
    z-index: 20;
    
    transform-origin: 0.6vmin 0;
    
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
                background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
                opacity 0.55s ease;
  }

  #menuToggle span:first-child
  {
    transform-origin: 0% 0%;
  }

  #menuToggle span:nth-last-child(2)
  {
    transform-origin: 0% 100%;
  }

  /* 
   * Transform all the slices of hamburger
   * into a crossmark.
   */
  #menuToggle input:checked ~ span
  {
    opacity: 1;
    transform: rotate(45deg) translate(-0.3vmin, -0.15vmin);
    background: #000000;
  }

  /*
   * But let's hide the middle one.
   */
  #menuToggle input:checked ~ span:nth-last-child(3)
  {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
  }

  /*
   * Ohyeah and the last one should go the other direction
   */
  #menuToggle input:checked ~ span:nth-last-child(2)
  {
    transform: rotate(-45deg) translate(0, -0.15vmin);
  }

  /*
   * Make this absolute positioned
   * at the top left of the screen
   */
  #menu
  {    
    position: fixed;
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;   
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    background: rgba(0, 0, 0, 0.7);
    width: initial;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 10;
    -webkit-font-smoothing: antialiased;
    /* to stop flickering of text in safari */
    visibility: hidden;
  }

  #menu li
  {
    display: block;
    padding: 1.8vmin 0.9vmin;
  }

  #menu ul>li:not(:last-child) {
    border-bottom: 0.15vmin solid #96B3FE;
  }

  #menu li a {
    color: #FFFFFF;
    margin: 0;
    position: relative;
    width: 100%;
    display: block;
    text-align: center;
  }

  #menu li {
    opacity: 0;
    -webkit-transform: translateX(-9vmin);
    -moz-transform: translateX(-9vmin);
    -ms-transform: translateX(-9vmin);
    transform: translateX(-9vmin);
  }

  @keyframes show {from{opacity:0}to{opacity:1}}

  #menuToggle input:checked ~ #menu ul li {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  #menuToggle input:checked ~ #menu ul>li:nth-child(1) {
    -webkit-transition: all .1s ease;
    -moz-transition: all .1s ease;
    -ms-transition: all .1s ease;
    transition: all .1s ease;
    -webkit-transition-delay: .1s;
    -moz-transition-delay: .1s;
    -ms-transition-delay: .1s !important;
    -o-transition-delay: .1s;
    transition-delay: .1s !important;
  }


  #menuToggle input:checked ~ #menu ul>li:nth-child(2) {
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease;
    -webkit-transition-delay: .2s;
    -moz-transition-delay: .2s;
    -ms-transition-delay: .2s !important;
    -o-transition-delay: .2s;
    transition-delay: .2s !important;
  }

  #menuToggle input:checked ~ #menu ul>li:nth-child(3) {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transition-delay: .3s;
    -moz-transition-delay: .3s;
    -ms-transition-delay: .3s !important;
    -o-transition-delay: .3s;
    transition-delay: .3s !important;
  }

  #menuToggle input:checked ~ #menu ul>li:nth-child(4) {
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
    -webkit-transition-delay: .4s;
    -moz-transition-delay: .4s;
    -ms-transition-delay: .4s !important;
    -o-transition-delay: .4s;
    transition-delay: .4s !important;
  }

  #menuToggle input:checked ~ #menu ul>li:nth-child(5) {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transition-delay: .5s;
    -moz-transition-delay: .5s;
    -ms-transition-delay: .5s !important;
    -o-transition-delay: .5s;
    transition-delay: .5s !important;
  }

  #menuToggle input:checked ~ #menu ul>li:nth-child(6) {
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    transition: all .6s ease;
    -webkit-transition-delay: .6s;
    -moz-transition-delay: .6s;
    -ms-transition-delay: .6s !important;
    -o-transition-delay: .6s;
    transition-delay: .6s !important;
  }

  #menu ul>li:nth-child(4) a:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    display: inline-block;
    content: "";
    width: 3.05vmin;
    height: 3.05vmin;
  }

  /*
   * And let's slide it in from the left
   */
  #menuToggle input:checked ~ #menu
  {
    animation: show .2s linear 0s;
    visibility: visible;
  }

  /*--------------adding code to menu*/

  #menu ul {
    display: block;
  }

  #menu ul>li:not(:last-child) {
    border-bottom: none;
  }

  #menu li a {
    font-size: 4.8vmin;
    line-height: 7.05vmin;
  }

  .h_menu ul li a:hover, .h_menu ul li.active a {
    transform: scale(1);
  }

  /*-----------------/menu---------------*/

  .page_top_content .img_top_title {
    width: calc(100% - 6vmin);
    height: fit-content;
    margin: auto;
  }

  .page_top_content .desc_top {
    margin-top: 12vmin;
    font-size: 4.75vmin;
    padding: 0 3vmin;
    line-height: 1.5;
  }

  #sublead i.char11 {
    display: block !important;
    width: 1.5vmin;
    position: relative;
    left: -3.75vmin;
  }

  #sublead i.char12, #sublead i.char13, #sublead i.char14, #sublead i.char15, #sublead i.char16, #sublead i.char17, #sublead i.char18, #sublead i.char19, #sublead i.char20, #sublead i.char21, #sublead i.char22, #sublead i.char23, #sublead i.char24 {
    position: relative;
    bottom: 4.8vmin;
    left: 0.75vmin;
  }

  footer p {
    font-size: 3vmin;
  }

  header {
    position: absolute;
    top: 3.75vmin;
    left: 3vmin;
  }

  header .p_logo {
    width: 30vmin;
  }

  footer {
    position: relative;
    padding: 4.5vmin 0 4.5vmin;
    margin: 0;
  }

  .sec_content {
    padding-top: 15vmin;
  }

  #news .page_top_content,
  #company .page_top_content,
  #recruit .page_top_content,
  #contact .page_top_content,
  #service .page_top_content,
  #success .page_top_content {
    width: calc(100% - 6vmin);
    margin-left: auto;
    margin-right: auto;
  }

  .b_company_info,
  .b_company_img,
  .b_recruit_info,
  .b_contact_info   {
    float: none;
    width: 100%;
  }

  .b_company_img {
    margin-top: 3vmin;
  }

  .p_content_act {
    margin-top: 12vmin;
  }

  .b_contact_info tr>td {
    display: block;
    padding: 1vmin 0;
  }

  .b_services  {
    display: block;
  }

  .p_service {
    width: 100%;
    padding: 3vmin 0;
  }

  .b_success h4 {
    font-size: 3.3vmin;
    line-height: 5.25vmin;
  }

  .b_success p, .b_success h4 {
    font-size: 3vmin;
    line-height: 6vmin;
  }

  #news .b_paginate a {
    font-size: 4.5vmin;
    line-height: 9vmin;
    width: 9vmin;
    height: 9vmin;
  }

  #lead i {
    font-size: 16.5vmin;
    line-height: 19.5vmin;
    letter-spacing: 3vmin;
  }

  #bluebird,
  #sublead {
    width: calc(100% - 6vmin);
  }

  #sublead {
    line-height: 1.5;
    margin-top: 6vmin;
  }

  #lead i>i {
    font-size: 9.45vmin;
    line-height: 9.75vmin;
    letter-spacing: 4.5vmin;
  }

  #sublead i {
    font-size: 2.85vmin;
    line-height: 6.3vmin;
  }
  
  #lead>span>i {
      display: block !important;
      margin-top: -3vmin;
  }
}

.cplogo{
padding:30%;
}

