/*=== MEDIA QUERY ===*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@300;400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500&display=swap');



html {
  background-color: #fff;
}

body {
  background-color: #fff;
  font-family: 'Lato', 'M PLUS Rounded 1c', sans-serif;
  color: #606060;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  font-family: 'Lato','Noto Sans JP', sans-serif;
  color: #716d50;
  font-feature-settings: "palt";
}

p {
  font-family: 'Lato','Noto Sans JP', sans-serif;
  font-feature-settings: "palt";
  letter-spacing: .1em;
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 20px;
  font-weight: 400;
}
.f-size16 {
  font-size: 16px;
  line-height: 1.6;
}

/*=================================================================
  Basic Setup
==================================================================*/


ol, ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

figure {
  margin: 0;
}

a {
  color: #337ab7;
  transition: all .3s ease-in 0s;
}

iframe {
  border: 0;
}

a, a:focus, a:hover {
  text-decoration: none;
  outline: 0;
}

a:focus, a:hover {
  color: #6CB670;
}

.kill-margin-bottom {
  margin-bottom: 0 !important;
}

.padding-0 {
  padding: 0 !important;
}

.btn {
  background-color: transparent;
  color: #fff;
  padding: 10px 30px;
  border-radius: 0;
  transition: all .3s ease-in 0s;
}

.btn:focus {
  color: #ddd;
}

.btn-transparent {
  border: 1px solid #4e595f;
}

.btn-transparent:hover, .btn-transparent:focus {
  background-color: #57cbcc;
  border: 1px solid transparent;
  color: #fff;
}

.sub-title {
  padding: 0 0 50px;
}

.sub-title > h3 {
  border-left: 3px solid #ddd;
  border-right: 3px solid #ddd;
  display: inline-block;
  padding: 5px 25px;
  text-transform: uppercase;
}

.btn.active:focus, .btn:active:focus, .btn:focus {
  outline: 0;
}

.parallax-section {
  background-attachment: fixed !important;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.no-padding {
  padding: 0 !important;
}

.inline-block {
  display: inline-block;
}

ol, ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

figure {
  margin: 0;
}

a {
  transition: all .2s ease-in 0s;
}

iframe {
  border: 0;
}

a, a:focus, a:hover {
  text-decoration: none;
  outline: 0;
}

a:focus, a:hover {
  color: #57cbcc;
}

.btn-main {
  background: #57cbcc;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  letter-spacing: 1px;
  padding: 10px 35px;
  text-transform: uppercase;
}

.btn-main:hover {
  background: #2c9091;
  color: #fff;
}

.mt-20 {
  margin-top: 20px;
}

.section {
  padding: 100px 0 100px 0;
    border-bottom: 1px solid #e0e0e0;
}

.section-sm {
  padding: 100px 0 70px 0;
}

.section-xs {
  padding: 50px 0;
}

.btn:focus {
  color: #ddd;
}

#home {
  position: relative;
}

.btn.active:focus, .btn:active:focus, .btn:focus {
  outline: 0;
}

#preloader {
  background: #fff;
  height: 100%;
  left: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 999999999;
}

.preloader {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  position: absolute;
}

.sk-cube-grid {
  width: 40px;
  height: 40px;
  margin: 100px auto;
}

.sk-cube-grid .sk-cube {
  width: 33%;
  height: 33%;
  background-color: #57cbcc;
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
  animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}

.sk-cube-grid .sk-cube1 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube2 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube3 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.sk-cube-grid .sk-cube4 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube5 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube6 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube7 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.sk-cube-grid .sk-cube8 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube9 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

@-webkit-keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}

@keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}

.title {
  padding-bottom: 60px;
}

.title p {
  color: #666;
}


.bg-gray {
  background: #f9f9f9;
}

.section-bg {
  background: #fff;
}

.overly {
  position: relative;
}

.overly:before {
  content: '';
  background: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.header-bradcrumb {
  background: transparent;
}

.header-bradcrumb a, .header-bradcrumb .active {
  color: #cfcfcf;
  font-weight: 200;
  font-family: 'Lato','Noto Sans JP', sans-serif;
}

.header-bradcrumb a:hover {
  color: #57cbcc;
}

.slick-slide {
  outline: none;
}

/* CSS mfp-with-zoom class */
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

.logo {
  margin-top: 10px;
  display: inline-block;
}

/*=================================================================
  Navigation
==================================================================*/
.navigation {
  background-color: rgba(255,255,255,0.9);
  width: 100%;
  z-index: 100010;
  margin-bottom: 0;
  padding: 5px;
  box-shadow:0 2px 8px rgba(145,145,145,.35);
}

.navigation .logo {
  padding: 0;
  height: auto;
  margin-top: 10px;
}

.navigation .logo img {
  height: auto;
  width: 170px;
}

.navigation .navigation-menu li.active a {
  background-color: #f1e6d1;
  color: #4c4c4c;
}

.navigation .navigation-menu li a {
  font-size: 16px;
  color: #4c4c4c;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0.05em;
  text-decoration: none;
}

.navigation .navigation-menu li a:hover, .navigation .navigation-menu li a:focus {
  background-color: #9b8c6e;
  color: #fff;
  text-decoration: none;
}

.navbar-toggle {
  border: 1px solid #9b8c6e;
  border-radius: 0;
  background: #9b8c6e;
}

.navbar-toggle:hover {
  border: 1px solid #9b8c6e;
  border-radius: 0;
  background: #fff;
}

.navbar-toggle span {
  background: #fff;
}

.navbar-toggle:hover span {
  background: #9b8c6e;
}

.nav>li>a {
padding-left:12px;
padding-right:12px;
}



.hero-area {
  background-size: cover;
  height: 100vh;
  position: relative;
}

.hero-area:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.hero-area .block {
  text-align: center;
  z-index: 100010;
}

.hero-area .block .video-button {
  background: #fff;
  color: #57cbcc;
  display: inline-block;
  height: 60px;
  width: 60px;
  border-radius: 50px;
}

.hero-area .block .video-button i {
  line-height: 60px;
  font-size: 20px;
  margin-left: 3px;
}

.hero-area .block h1 {
  font-size: 90px;
  color: #fff;
  text-transform: capitalize;
  font-weight: 500;
  margin-bottom: 20px;
}

@media (max-width: 480px) {
  .hero-area .block h1 {
    font-size: 60px;
  }
}

.hero-area .block p {
  color: #fff;
  font-size: 20px;
  width: 70%;
  margin: 0 auto;
}

.hero-area .block .btn-transparent {
  margin-top: 40px;
  border-color: #fff;
  padding: 14px 50px;
  font-size: 18px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
}

.bxslide {
  position: absolute;
  z-index: 100;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  color: #fff;
  font-size: 20px;
  font-family: 'Lato','Noto Sans JP', sans-serif;
  font-weight: 300;
  text-align: center;
  text-shadow: 0 0 10px rgba(0,0,0,.5);
}
.bxslide span {
  display: block;
}
/* Reset jquery.bxslider.css */
.bx-wrapper {
  left: 0;
  box-shadow: none;
  border: none;
}
#slider01 li {
  height: 100vh;
  background: center / cover no-repeat;
}
#slider02 li {
  height: 100vh;
  background: center / cover no-repeat;
}

.lazyload{
 opacity: 0;
  -webkit-transition: opacity 3s;
  transition: opacity 3s;
}
.lazyloaded{
  opacity: 1;
}

.google-map #map-canvas {
  height: 400px;
}

.contact-info p {
  margin-bottom: 25px;
}

.con-info {
  margin-bottom: 15px;
}

.con-info i,
.con-info span {
  float: left;
}

.con-info span {
  margin: -5px 0 0 15px;
}


/*=================================================================
  Item counter section
==================================================================*/
.counters-item {
  padding: 25px 0;
  margin-bottom: 10px;
  background: rgba(255, 255, 255, 1.0);
	border-radius: 10px 50px 10px 50px;
	-webkit-border-radius: 10px 50px 10px 50px;
	-moz-border-radius: 10px 50px 10px 50px;
	border: 3px solid #ebdbc8;
}

.counters-item i {
  margin-bottom: 10px;
  font-size: 60px;
  display: inline-block;
  color: #17a3a6;
}

.counters-item span {
  display: block;
  font-size: 35px;
  line-height: 50px;
}

.counters-item h3 {
  font-size: 32px;
  margin: 0 0 10px 0;
  color: #4e4e4e;
  font-weight: 300;
}



/*=================================================================
  Footer section
==================================================================*/

#footer {
  margin-top: 1px;
  padding-top: 100px;
  padding-bottom: 30px;
  background-color: #f7f4ed;
}

.social-icon01 {
  padding: 30px 0 20px 0;
}

.social-icon01 ul {
  text-align: center;
}

.social-icon01 ul li {
  margin-bottom: 0;
}

.social-icon01 ul li:hover a.fb {
  border: 1px solid #5b5739;
  background-color: #1b77f2;
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
}

.social-icon01 ul li:hover a.is {
  border: 1px solid #5b5739;
  background-color: #e33e61;
  background: #e33e61 url(bg-is.png) no-repeat center center;
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
  
}

.social-icon01 ul li:hover a.fb i {
  color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: rotateY(-360deg);
          transform: rotateY(-360deg);
}

.social-icon01 ul li:hover a.is i {
  color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: rotateY(-360deg);
          transform: rotateY(-360deg);
}

.social-icon01 ul li a {
  background-color: transparent;
  border: 1px solid #5b5739;
  display: block;
  height: 70px;
  width: 70px;
  border-radius: 50%;
  -webkit-transform: rotateY(-360deg);
          transform: rotateY(-360deg);
  transition: all 400ms ease-out 0s;
}

.social-icon01 ul li a i {
  color: #5b5739;
  display: inline-block;
  font-size: 36px;
  line-height: 70px;
  margin: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
  transition: all 400ms ease-out 0s;
}

@media (max-width: 768px) {
  .social-icon01 ul li a {
    width: 55px;
    height: 55px;
  }
  .social-icon01 ul li a i {
    line-height: 55px;
    font-size: 25px;
  }
.social-icon01 {
  padding: 20px 0;
}
}

.copyright {
  padding: 10px 0 0 0;
  color: #606060;
}

.copyright img {
  margin-bottom: 15px;
}

.copyright p {
  margin-top: 10px;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
}


.pc,.pc02 { display: block !important; }
.sp { display: none !important; }
.br-sp,.br-sp02 { display: none !important; }

@media only screen and (max-width: 1200px) {
.pc02 { display: none !important; }
}

@media only screen and (max-width: 768px) {
.pc { display: none !important; }
.sp { display: block !important; }
.br-sp { display: block !important; }
}

	
.facebook-wrapper {
    max-width: 500px;
    margin: 0 auto;
}
.facebook-wrapper > .fb-page {
    width: 100%;
}
.facebook-wrapper > .fb-page > span,
.facebook-wrapper iframe {
    width: 100% !important;
}

.fb-box {
	background: #3b5998;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	text-align: center;
	padding:10px 10px 15px 10px;
    margin: 0 auto 30px auto;
}
.fb-title {
	text-align: center;
	margin: 0 auto;
	padding:3px 0 12px 0;
}

.gmap {
height: 0;
overflow: hidden;
padding-bottom: 480px;
position: relative;
margin-top:50px;
}

.gsmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}

.gmap iframe,.gsmap iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}

.title h2 {
  font-weight: 300;
  font-size: 44px;
  letter-spacing: .4em;
  color: #716d50;
	position:relative;
	display:inline-block;
}

.title h2.t-en {
  font-weight: 300;
  font-size: 56px;
  letter-spacing: .1em;
}

.title h2 img {
  width: 400px;
}

.border-under {
  border-top: 1px solid rgba(105, 88, 60, 0.3);
  height: 1px;
  margin: 25px auto 0;
  position: relative;
  width: 36%;
}

.border-under:before {
  background-color: #fff;
  content: '';
  height: 6px;
  left: 50%;
  margin-left: -35px;
  position: absolute;
  top: -4px;
  width: 70px;
  background-color: #17a3a6;
}

h3.sub-t  {
font-size: 26px !important;
  line-height: 1.7;
  margin: 0 0 40px 0;
  color: #606060;
  font-feature-settings: "palt";
  text-align: center;
  font-weight: 300;
}

/* パソコン表示用 */
.pc-top { display: block !important; }
.sp-top { display: none !important; }
/* スマホ表示用 */
@media only screen and (max-width: 768px) {
.pc-top { display: none !important; }
.sp-top { display: block !important; }
}

.content-block {
    padding:40px 40px 20px 40px;
}

.content-block h2 {
  font-size: 42px;
  margin: 30px 0 30px 0;
  padding-bottom: 45px;
  letter-spacing: 0.05em;
  position: relative;
  font-family: 'M PLUS Rounded 1c', sans-serif!important;
  text-align: center;
    display: block;
  font-weight: 300;
  font-feature-settings: "palt";
  line-height: 1.5;
}

.content-block h2::before {
    background-color: #17a3a6;
}

.content-block h2::after {
    background-color: #878162;
}


.content-block h2::before, .content-block h2::after {
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.content-block h2::before, .content-block h2::after {
    content: '';
    position: absolute;
    display: block;
    bottom: 0;
    left: calc(50% - -10px);
    width: 15px;
    height: 15px;
    opacity: .6;
}

.content-block h2::before {
    left: calc(50% - 10px)
}

.content-block h2::before {
    -webkit-transform: translateX(-20%) rotate(45deg);
    -ms-transform: translateX(-20%) rotate(45deg);
    transform: translateX(-20%) rotate(45deg)
}

.content-block h2::after {
    -webkit-transform: translateX(-65%) rotate(45deg);
    -ms-transform: translateX(-65%) rotate(45deg);
    transform: translateX(-65%) rotate(45deg)
}


.content-block .media {
margin-top: 25px;
}

.content-block .media .pull-left,.media .pull-left  {
padding-right: 10px;
}

.content-block .media i,.media i {
font-size: 24px;
color: #7cc8c9;
line-height: 1.5;
}

.content-block .media i.s-big,.media i.s-big {
font-size: 34px;
color: #7cc8c9;
line-height: 1.1;
}

.content-block .media h4, h4.media-heading {
font-size: 22px;
font-weight: 500;
line-height: 1.6;
font-family: 'M PLUS Rounded 1c', sans-serif!important;
  letter-spacing: 0.05em;
}

.media  {
  padding: 10px 0 0 10px;
}

.company-profile {
  padding-top: 100px;
}

table.c-info {
	border-collapse: collapse;
	font-size: 16px;
	line-height: 1.6;
	width: 100%;
	margin: 0 0 20px 0;
	border: 1px solid #ccebeb;
	font-family: 'Lato','Noto Sans JP', sans-serif;
}
table.c-info th {
	padding: 18px;
	background-color: #edf8f8;
	color: #4b4b4b;
	text-align: left;
	font-weight: normal;
	border-top: 1px solid #ccebeb;
	white-space: nowrap;
}
table.c-info td {
	padding: 18px;
	border-top: 1px solid #ccebeb;
}
table.c-info td.bg-white {
	white-space: nowrap;
	vertical-align: top;
}

img.logo-f  {
  width: 220px;
  margin: 0 0 15px 0;
}

.c-neme {
  letter-spacing:.1em;
  color:#5b5739;
  font-weight: 300;
  font-size:32px;
  text-align: center;
  margin: 0 0 40px 0;
}


@media screen and ( max-width:1024px) {
.counters-item h3 {
  font-size: 24px;
}

.content-block {
    padding:40px;
}

.content-block h2 {
  margin: 0 0 30px 0;
  padding-bottom: 30px;
}

}

@media only screen and (max-width: 767px) {

    .bxslide img {
        width: 75%;
    }
    
.navigation .logo {
  margin-left: 10px;
}
.section {
    padding: 60px 0 40px 0;
  }
.company-profile {
  padding-top: 60px;
}
#footer {
  padding-top: 60px;
}

.title {
  padding-bottom: 20px;
}
    
.title h2 {
    font-size: 32px;
  letter-spacing: .1em;
}

.title h2.t-en {
    font-size: 36px;
  letter-spacing: .1em;
}

.title h2 img {
  width: 280px;
}

.border-under {
  margin: 20px auto 10px;
  position: relative;
  width: 80%;
}

.content-block {
    padding:20px;
}

.content-block h2 {
  font-size: 32px;
  margin: 10px 0 30px 0;
  padding-bottom: 30px;
}

h3.sub-t  {
font-size: 20px !important;
  line-height: 1.7;
  margin-bottom: 15px;
  padding: 0 10px !important;
  text-align: left;
}
.content-block .media i,.media i {
font-size: 21px;
}
.content-block .media h4, h4.media-heading {
font-size: 18px;
}
.media  {
  padding: 10px !important;
}
img.logo-f  {
  width: 220px;
  margin: 0 0 20px 0;
}

table.c-info {
	font-size: 14px;
	width: 98%;
	margin: 0 auto 20px auto;
}
table.c-info th {
	padding: 8px;
}
table.c-info td {
	padding: 8px;
}

img.logo-f  {
  width: 180px;
  margin: 20px 0 10px 0 ;
}

.c-neme {
  font-size:20px;
  margin: 0 0 30px 0;
  font-weight: 400;
}
.counters-item {
  padding: 15px 0;
  margin: 0 20px 20px 10px;
	border-radius: 5px 20px 5px 20px;
	-webkit-border-radius: 5px 20px 5px 20px;
	-moz-border-radius: 5px 20px 5px 20px;
}

.counters-item i {
  margin-bottom: 5px;
  font-size: 50px;
}

.counters-item h3 {
  font-size: 22px;
  font-weight: 400;
}

.counters-item h3.tel-f {
  font-size: 24px;
  font-weight: 400;
}

.copyright p {
  margin-top: 0;
  font-size: 10px;
}
}


@media only screen and (max-width: 599px) {

p {
  font-size: 16px;
}

.br-sp02 { display: block !important; }

.content-block h2 {
  font-size: 30px;
  margin: 10px 0 20px 0;
  padding-bottom: 30px;
}
}

.white-box {
position: absolute;
margin: 0;
padding: 0;
bottom: 5px;
left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
width: 300px;
height: 45px;
background-color: #fff;
z-index: 100000;
text-align: center;
}

a.insta-btn {
display: inline-block;
  text-decoration: none!important;
  color: #67c5ff;
  line-height: 1;
  margin: 8px 0 0 0;
  padding: 0.3em 2em 0.4em 2em;
  border: solid 1px #5b5739;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  transition: .4s;
  font-size: 18px;
  font-family: 'Lato', 'M PLUS Rounded 1c', sans-serif;
  color: #5b5739;
}

a.insta-btn:hover {
  background: #5b5739;
  border: solid 1px #5b5739;
  color: #fff;
  text-decoration: none!important;
}


a.insta-btn i {
  font-size: 22px;
}



.recruit-type table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 16px;
  line-height: 1.6;
  font-family: 'Lato','Noto Sans JP', sans-serif;
}
.recruit-type table th {
  width: 15%;
  background: #edf8f8;
  border: 1px solid #ccebeb;
  box-sizing: border-box;
  padding: 10px;
  vertical-align: middle;
  font-weight: normal;
  text-align: left;
  color: #4b4b4b;
  white-space: nowrap;
}
.recruit-type table td {
  background: #fff;
  border: 1px solid #ccebeb;
  box-sizing: border-box;
  padding: 15px;
  vertical-align: top;
  text-align: left;
}

.recruit-type i {
  margin-right: 10px;
  font-size: 18px;
}

.recruit-type .font-fj {
  font-size: 18px;
  font-family: 'M PLUS Rounded 1c', sans-serif!important;
}

@media all and (max-width: 767px) {
.recruit-type table th,.recruit-type table td {
    display: block;
    width: 100%;
    border-bottom: none;
  text-align: center;
  font-size: 14px;
  }
.recruit-type table th {
  font-weight: bold;
  padding: 10px;
  }
.recruit-type table td {
padding: 10px;
  }
.recruit-type table tr:last-child td:last-child {
    border-bottom: 1px solid #ccebeb;
  }

.recruit-type i {
  margin-right: 5px;
  font-size: 16px;
}

.recruit-type .font-fj {
  font-size: 16px;
}
}




@media screen and (max-width:990px) {
.pc-look { display: none !important; }
.sp-look { display: block !important; }
}

@media screen and (min-width:990px) and ( max-width:1279px) {
.pc-look { display: block !important; }
.sp-look { display: none !important; }
}

@media screen and (min-width:1280px) {
.pc-look { display: block !important; }
.sp-look { display: none !important; }
}




