	
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700&display=swap');

html[lang="ja"] {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}


/* ======================================================= */

body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", 'Noto Sans JP', sans-serif;
  line-height: 1.8;
  font-size: 16px;
  background: #fff;
  color: #343434;
  font-weight: 300;
  overflow-x: hidden;
}

body.site-offcanvas {
  overflow: hidden;
}

a {
  color: #132C7C;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
a:hover {
  text-decoration: none !important;
  color: #132C7C !important;
}

ul, ol {
margin-bottom: 1.5em;
font-size: 15px;
color: #848484;
font-family: 'Noto Sans JP', sans-serif;
letter-spacing: 0.05em;
}

p {
margin-bottom: 1.5em;
font-size: 16px;
color: #1e1e1e;

letter-spacing: 0.05em;
}


h1, h2, h3, h4, h5, h6 {
  color: #5a5a5a;
  /*font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;*/
  font-family: "Source Sans Pro", Arial, sans-serif, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro';
  font-weight: 400;
  margin: 0 0 30px 0;
}

figure {
  margin-bottom: 2em;
}

::-webkit-selection {
  color: #fcfcfc;
  background: #132C7C;
}

::-moz-selection {
  color: #fcfcfc;
  background: #132C7C;
}

::selection {
  color: #fcfcfc;
  background: #132C7C;
}

#site-header {
  position: relative;
  margin-bottom: 0;
  z-index: 9999999;
}

.site-cover,
.site-hero {
  position: relative;
  height: 800px;
}
@media screen and (max-width: 768px) {
  .site-cover,
  .site-hero {
    height: 700px;
  }
}
.site-cover.site-hero-2,
.site-hero.site-hero-2 {
  height: 500px;
}
.site-cover.site-hero-2 .site-overlay,
.site-hero.site-hero-2 .site-overlay {
  position: absolute !important;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background: rgba(66, 64, 64, 0.3);
}

.site-overlay {
  position: absolute !important;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background: rgba(66, 64, 64, 0.4);
}

.site-cover {
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 768px) {
  .site-cover {
    heifght: inherit;
    padding: 3em 0;
  }
}
.site-cover .btn {
  padding: 1em 5em;
  opacity: .9;
}
.site-cover.site-cover_2 {
  height: 500px;
}
@media screen and (max-width: 768px) {
  .site-cover.site-cover_2 {
    heifght: inherit;
    padding: 3em 0;
  }
}
.site-cover .desc {
  top: 50%;
  position: absolute;
  width: 100%;
  margin-top: -20px;
  z-index: 2;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .site-cover .desc {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.site-cover .desc h2 {
color: #fff;
text-transform: uppercase;
font-size: 30px;
margin-bottom: 0px;
letter-spacing: 0.01em;
font-weight: normal;
font-family: 'Noto Serif JP', serif;
line-height: 1.4;
}

.site-cover .desc span {
display: block;
margin-bottom: 30px;
font-size: 18px;
letter-spacing: 1px;font-family: 'Noto Serif JP', serif;
}
.site-cover .desc span a {
  color: #fff;
}
.site-cover .desc span a:hover, .site-cover .desc span a:focus {
  color: #fff !important;
}
.site-cover .desc span a:hover.btn, .site-cover .desc span a:focus.btn {
  border: 2px solid #fff !important;
  background: transparent !important;
}
.site-cover .desc span a.site-site-name {
  padding-bottom: 2px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}

@media screen and (max-width: 768px) {
  .site-cover .desc h2 {
    font-size: 27px;
  }
.site-cover .desc span {
  display: block;
  margin-bottom: 30px;
  font-size: 18px;
  letter-spacing: 1px;
}
}
@media screen and (max-width: 428px) {
  .site-cover .desc h2 {
    font-size: 23px;
  }
.site-cover .desc span {
  display: block;
  margin-bottom: 30px;
  font-size: 15px;
  letter-spacing: 1px;
}
}

/* Superfish Override Menu */
.sf-menu {
  margin: 0 !important;
}

.sf-menu {
  float: right;
}

.sf-menu ul {
  box-shadow: none;
  border: transparent;
  min-width: 14em;
  *width: 14em;
}

.sf-menu a {
  color: rgba(255, 255, 255, 0.5);
  padding: 0.75em 1em !important;
  font-weight: normal;
  border-left: none;
  border-top: none;
  text-decoration: none;
  zoom: 1;
  font-size: 15px;
  border-bottom: none !important;
}
.sf-menu a:hover, .sf-menu a:focus {
  color: #fff !important;
}

.sf-menu li.active a:hover, .sf-menu li.active a:focus {
  color: #fff;
}

.sf-menu li,
.sf-menu ul li,
.sf-menu ul ul li,
.sf-menu li:hover,
.sf-menu li.sfHover {
  background: transparent;
}

.sf-menu ul li a,
.sf-menu ul ul li a {
  text-transform: none;
  padding: 0.25em 1em !important;
  letter-spacing: 1px;
}

.sf-menu li:hover a,
.sf-menu li.sfHover a,
.sf-menu ul li:hover a,
.sf-menu ul li.sfHover a,
.sf-menu li.active a {
  color: #fff;
}


.sf-menu > li > .active {
  color: #fff;
}

/*
.sf-menu > li a > .active {
  color: #fff;
}
#site-primary-menu li a {
  color: #fff;
}

#site-primary-menu li a.active  {
  color: #fff;
}

#site-primary-menu > li > ul li.active > a {
  color: #fff;
}
*/


.sf-menu ul li:hover,
.sf-menu ul li.sfHover {
  background: transparent;
}

.sf-menu ul li {
  background: transparent;
}

.sf-arrows .sf-with-ul {
  padding-right: 2.5em;
  *padding-right: 1em;
}

.sf-arrows .sf-with-ul:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 1em;
  margin-top: -3px;
  height: 0;
  width: 0;
  border: 5px solid transparent;
  border-top-color: #ccc;
}

.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
  border-top-color: #ccc;
}

.sf-arrows ul .sf-with-ul:after {
  margin-top: -5px;
  margin-right: -3px;
  border-color: transparent;
  border-left-color: #ccc;
}

.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
  border-left-color: #ccc;
}

#site-header-section {
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}

.nav-header {
  position: relative;
  float: left;
  width: 100%;
}



#site-logo {
position: relative;
z-index: 2;
/*font-size: 28px;*/
font-size: 13px;
text-transform: uppercase;
font-weight: 300;
float: left;
/*
margin-top: 25px;
background: #ffffff36;
padding: 8px;*/
text-align: center;
font-family: 'Javanese Text','Bodoni 72',sans-serif;
letter-spacing: 0.07em;
margin: 8px 0;
}
#site-logo span {
  font-weight: 700;
/*  color: #132C7C;*/
}
#site-logo img {
width: 100%;
  max-width: 80px;
  margin: 0px auto;
  padding-bottom: 3px;
  padding-top: 7px;
}

@media screen and (max-width: 768px) {
  #site-logo {
    width: 100%;
    float: none;
    text-align: center;
  }
#site-header-section {
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  background: #0a1d6a82;
}
    
}
#site-logo a {
  color: #fff;
}
#site-logo a:hover, #site-logo a:focus {
  color: #fff !important;
}

#site-menu-wrap {
  position: relative;
  z-index: 2;
  display: block;
  float: right;
  margin-top: 22px;
}
#site-menu-wrap .sf-menu a {
  padding: 1em .75em;
}



#site-primary-menu > li > ul li.active > a {
  color: #132C7C !important;
}
#site-primary-menu > li > .sf-with-ul:after {
  border: none !important;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  float: right;
  margin-right: -5px;
  top: 50%;
  margin-top: -7px;
  content: "\e922";
  color: rgba(255, 255, 255, 0.5);
}
#site-primary-menu > li > ul li {
  position: relative;
}
#site-primary-menu > li > ul li > .sf-with-ul:after {
  border: none !important;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  float: right;
  margin-right: 10px;
  top: 20px;
  font-size: 16px;
  content: "\e924";
  color: rgba(0, 0, 0, 0.5);
}

#site-primary-menu .site-sub-menu {
  padding: 10px 7px 5px;
  background: #fff;
  left: 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}
#site-primary-menu .site-sub-menu > li > .site-sub-menu {
  left: 100%;
}

#site-primary-menu .site-sub-menu:before {
  position: absolute;
  top: -9px;
  left: 20px;
  width: 0;
  height: 0;
  content: '';
}

#site-primary-menu .site-sub-menu:after {
  position: absolute;
  top: -8px;
  left: 21px;
  width: 0;
  height: 0;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
  border-bottom: 8px solid white;
  border-left: 8px solid transparent;
  content: '';
}

#site-primary-menu .site-sub-menu .site-sub-menu:before {
  top: 6px;
  left: 100%;
}

#site-primary-menu .site-sub-menu .site-sub-menu:after {
  top: 7px;
  right: 100%;
  border: none !important;
}

.site-header.has-image #primary-menu .sub-menu {
  border-color: #ebebeb;
  -webkit-box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.09);
  -ms-box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.09);
  -o-box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.09);
  box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.09);
}
.site-header.has-image #primary-menu .sub-menu:before {
  display: none;
}

#site-primary-menu .site-sub-menu a {
  letter-spacing: 0;
  padding: 0 15px;
  font-size: 15px;
  line-height: 34px;
  color: #575757 !important;
  text-transform: none;
  background: none;
}
#site-primary-menu .site-sub-menu a:hover {
  color: #132C7C !important;
}

#site-company-section,
#site-cotact-section,
#site-recruit-section,
#site-service-section,
#site-service-section2,
#site-service-section3,
#site-service-section4,
#site-services-section,
#site-work-section,
#site-content-section {
  padding: 7em 0;
}
@media screen and (max-width: 768px) {
#site-company-section,
#site-cotact-section,
#site-recruit-section,
#site-service-section,
#site-service-section2,
#site-service-section3,
#site-service-section4,
#site-services-section,
#site-work-section,
  #site-content-section {
    padding: 4em 0;
  }
}

.site-section-gray {
  background: rgba(0, 0, 0, 0.04);
}

.heading-section {
  padding-bottom: 1em;
  margin-bottom: 5em;
}
.heading-section:after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 50%;
  width: 100px;
  margin-left: -50px;
  height: 1px;
  background: #9f9f9f;
}
.heading-section h3 {
  font-size: 28px;
  letter-spacing: 2px;
  text-transform: uppercase;
  position: relative;
  padding: 1.5rem 1rem;
  font-family: 'Noto Serif JP', serif;
}

.heading-section h3:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  content: '';
  background-image: -webkit-repeating-linear-gradient(135deg, #3553C8, #3553C8 1px, transparent 2px, transparent 5px);
  background-image: repeating-linear-gradient(-45deg, #3553C8, #3553C8 1px, transparent 2px, transparent 5px);
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.heading-section h3 span {
  font-size: 17px;
  letter-spacing: 2px;
  font-family: 'Noto Serif JP', serif;
  display: block;
  padding: 10px 0 10px 0;
}

.heading-section2 {
  padding-bottom: 1em;
  margin-bottom: 2em;
}

.heading-section2 h3 {
  font-size: 28px;
  letter-spacing: 2px;
  text-transform: uppercase;
  position: relative;
  padding: 1.5rem 1rem;
  font-family: 'Noto Serif JP', serif;
}

.heading-section2 h3:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  content: '';
  background-image: -webkit-repeating-linear-gradient(135deg, #3553C8, #3553C8 1px, transparent 2px, transparent 5px);
  background-image: repeating-linear-gradient(-45deg, #3553C8, #3553C8 1px, transparent 2px, transparent 5px);
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.heading-section2 h3 span {
font-size: 15px;
letter-spacing: 2px;
font-family: 'Noto Serif JP', serif;
display: block;
padding: 20px 0 10px 0;
}

.heading-section2 p {
  font-size: 16px;
}


.site-grid {
  height: 302px;
  background-size: cover;
  background-position: center center;
  margin-bottom: 20px;
  position: relative;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
}
@media screen and (max-width: 480px) {
  .site-grid {
    height: 400px;
  }
}
.site-grid .image-popup {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
}
.site-grid .image-popup .prod-title {
  position: absolute;
  top: 50%;
  bottom: 20px;
  left: 20px;
  right: 20px;
  margin-top: -25px;
}
.site-grid .image-popup .prod-title h3 {
  margin-bottom: 10px;
  color: #fff;
  font-size: 20px;
  font-family: 'Noto Serif JP', serif;
}
.site-grid .image-popup .prod-title span {
  color: #fff;
  font-size: 14px;
}
.site-grid:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.site-grid:hover .image-popup {
  opacity: 1;
}

.services {
  margin-bottom: 5em;
}
.services span {
  margin-bottom: 30px;
  display: block;
  width: 100%;
}
.services span i {
  font-size: 50px;
  color: #132C7C;
}
.services h3 {
  font-size: 18px;
  font-weight: 600;
    font-family: 'Noto Serif JP', serif;
}

#site-services, #site-about, #site-message,#site-contact {
  padding: 7em 0;
}
@media screen and (max-width: 768px) {
  #site-services, #site-about, #site-message,#site-contact {
    padding: 4em 0;
  }
}

#site-services .site-number {
  font-size: 30px;
  color: #1fb5f6;
  position: relative;
  padding-top: 10px;
  font-style: italic;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
#site-services .site-number:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  top: 0;
  left: 0;
  background: #1fb5f6;
}
#site-services .site-icon {
  margin-bottom: 30px;
  margin-top: 50px;
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
@media screen and (max-width: 768px) {
  #site-services .site-icon {
    margin-top: 0px;
    float: none;
  }
}
#site-services .site-icon i {
  font-size: 200px;
  color: #132C7C;
}
@media screen and (max-width: 768px) {
  #site-services .site-icon i {
    font-size: 100px;
  }
}

#site-contact .contact-info {
  margin: 0;
  padding: 0;
}
#site-contact .contact-info li {
  list-style: none;
  margin: 0 0 20px 0;
  position: relative;
  padding-left: 40px;
}
#site-contact .contact-info li i {
  position: absolute;
  top: .3em;
  left: 0;
  font-size: 22px;
  color: rgba(0, 0, 0, 0.3);
}
#site-contact .contact-info li a {
  font-weight: 400 !important;
  color: rgba(0, 0, 0, 0.3);
}
#site-contact .form-control {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  border: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 18px;
  font-weight: 400;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}
#site-contact .form-control:focus, #site-contact .form-control:active {
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
#site-contact input[type="text"] {
  height: 50px;
}
#site-contact .form-group {
  margin-bottom: 30px;
}

.site-testimonial {
  position: relative;
  background: #fff;
  padding: 4em 0;
  border-radius: 5px;
  -webkit-box-shadow: 0px 18px 88px -22px rgba(0, 0, 0, 0.58);
  -moz-box-shadow: 0px 18px 88px -22px rgba(0, 0, 0, 0.58);
  box-shadow: 0px 18px 88px -22px rgba(0, 0, 0, 0.58);
}
@media screen and (max-width: 768px) {
  .site-testimonial {
    border-right: 0;
    margin-bottom: 80px;
  }
}
.site-testimonial h2 {
  font-size: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 50px;
}
.site-testimonial figure {
  position: absolute;
  top: -50px;
  left: 50%;
  margin-left: -44px;
  margin-bottom: 20px;
  background-size: cover;
}
.site-testimonial figure img {
  width: 88px;
  height: 88px;
  border: 10px solid #fff;
  background-size: cover;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.site-testimonial blockquote {
  border: none;
  margin-bottom: 20px;
}
.site-testimonial blockquote p {
  font-size: 16px;
  line-height: 1.6em;
  color: #555555;
}
.site-testimonial span {
  /*font-style: italic;*/
}

.site-blog {
  margin-bottom: 60px;
}
.site-blog a img {
  margin-bottom: 30px;
  width: 100%;
  height: 300px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
}
@media screen and (max-width: 768px) {
  .site-blog {
    width: 100%;
  }
}
.site-blog .image-popup {
  opacity: 1;
}
.site-blog .image-popup span {
  display: inline-block;
  margin-bottom: 20px;
}
.site-blog .image-popup span.posted_by {
  font-style: italic;
  color: rgba(0, 0, 0, 0.3);
  font-size: 18px;
}
.site-blog .image-popup span.comment {
  float: right;
}
.site-blog .image-popup span.comment a {
  color: rgba(0, 0, 0, 0.3);
}
.site-blog .image-popup span.comment a i {
  color: #132C7C;
  padding-left: 7px;
}
.site-blog .image-popup h3 {
  font-size: 26px;
  margin-bottom: 20px;
}
.site-blog .image-popup h3 a {
  color: rgba(0, 0, 0, 0.6);
}

#site-start-project-section {
  padding: 7em 0;
  background: #F64E8B;
}
#site-start-project-section h2 {
  color: white;
  font-size: 60px;
  text-transform: uppercase;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  #site-start-project-section h2 {
    font-size: 30px;
  }
}
#site-start-project-section a:hover, #site-start-project-section a:focus, #site-start-project-section a:active {
  color: white !important;
}

#map {
  width: 100%;
  height: 500px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #map {
    height: 200px;
  }
}

.site-social-icons > a {
  padding: 4px 10px;
  color: #132C7C;
}
.site-social-icons > a i {
  font-size: 26px;
}
.site-social-icons > a:hover, .site-social-icons > a:focus, .site-social-icons > a:active {
  text-decoration: none;
  color: #5a5a5a;
}

#footer {
  background: #132C7C;
  padding: 40px 0 10px;
}
#footer p {
  color: rgba(255, 255, 255, 0.6);
  letter-spacing: 1px;
  font-size: 12px;
  text-transform: uppercase;
}
#footer p a {
  color: rgba(255, 255, 255, 0.8);
}
#footer p a:hover {
  color: #B4D2FD!important;
}

.btn {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.btn {
  text-transform: uppercase;
  letter-spacing: 2px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn.btn-primary {
  background: #132C7C;
  color: #fff;
  border: none !important;
  border: 2px solid transparent !important;
}
.btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:focus {
  box-shadow: none;
  background: #132C7C;
  color: #fff !important;
}
.btn:hover, .btn:active, .btn:focus {
  background: #393e46 !important;
  color: #fff;
  outline: none !important;
}
.btn.btn-default:hover, .btn.btn-default:focus, .btn.btn-default:active {
  border-color: transparent;
}

.js .animate-box {
  opacity: 0;
}

#site-wrapper {
  overflow-x: hidden;
  position: relative;
}

.site-offcanvas {
  overflow: hidden;
}
.site-offcanvas #site-wrapper {
  overflow: hidden !important;
}

#site-page {
  position: relative;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.site-offcanvas #site-page {
  -moz-transform: translateX(-240px);
  -webkit-transform: translateX(-240px);
  -ms-transform: translateX(-240px);
  -o-transform: translateX(-240px);
  transform: translateX(-240px);
}

@media screen and (max-width: 768px) {
  #site-menu-wrap {
    display: none;
  }
}

#offcanvas-menu {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 99;
  background: #0E1A3E;
  right: -240px;
  width: 240px;
  padding: 20px;
  overflow-y: scroll !important;
}
#offcanvas-menu ul {
  padding: 0;
  margin: 0;
}
#offcanvas-menu ul li {
  padding: 0;
  margin: 0 0 10px 0;
  list-style: none;
}
#offcanvas-menu ul li a {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.6);
}
#offcanvas-menu ul li a:hover {
  color: #3553C8;
}
#offcanvas-menu ul li > .site-sub-menu {
  margin-top: 9px;
  padding-left: 20px;
}
#offcanvas-menu ul li.active > a {
  color: #3553C8;
}
#offcanvas-menu ul .site-sub-menu {
  display: block !important;
}

.site-nav-toggle {
  cursor: pointer;
  text-decoration: none;
}
.site-nav-toggle.active i::before, .site-nav-toggle.active i::after {
  background: #fff;
}
.site-nav-toggle.dark.active i::before, .site-nav-toggle.dark.active i::after {
  background: #fff;
}
.site-nav-toggle:hover, .site-nav-toggle:focus, .site-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}
.site-nav-toggle i {
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 30px;
  height: 2px;
  color: #fff;
  font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #fff;
  transition: all .2s ease-out;
}
.site-nav-toggle i::before, .site-nav-toggle i::after {
  content: '';
  width: 30px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.site-nav-toggle.dark i {
  position: relative;
  color: #000;
  background: #000;
  transition: all .2s ease-out;
}
.site-nav-toggle.dark i::before, .site-nav-toggle.dark i::after {
  background: #000;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.site-nav-toggle i::before {
  top: -7px;
}

.site-nav-toggle i::after {
  bottom: -7px;
}

.site-nav-toggle:hover i::before {
  top: -10px;
}

.site-nav-toggle:hover i::after {
  bottom: -10px;
}

.site-nav-toggle.active i {
  background: transparent;
}

.site-nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.site-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.site-nav-toggle {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 9999;
  display: block;
  margin: 0 auto;
  display: none;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .site-nav-toggle {
/*    display: block;
    top: 0px;
    margin-top: 2em;*/
display: block;
top: 0px;
margin-top: 1.2em;
margin-right: 0.5em;
  }
}

@media screen and (max-width: 480px) {
  .col-xxs-12 {
    float: none;
    width: 100%;
  }
#offcanvas-menu ul li a {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.6);
}
}

.row-bottom-padded-lg {
  padding-bottom: 7em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-lg {
    padding-bottom: 2em;
  }
}

.row-top-padded-lg {
  padding-top: 7em;
}
@media screen and (max-width: 768px) {
  .row-top-padded-lg {
    padding-top: 2em;
  }
}

.row-bottom-padded-md {
  padding-bottom: 4em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-md {
    padding-bottom: 2em;
  }
}

.row-top-padded-md {
  padding-top: 4em;
}
@media screen and (max-width: 768px) {
  .row-top-padded-md {
    padding-top: 2em;
  }
}

.row-bottom-padded-sm {
  padding-bottom: 2em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-sm {
    padding-bottom: 2em;
  }
}

.row-top-padded-sm {
  padding-top: 2em;
}
@media screen and (max-width: 768px) {
  .row-top-padded-sm {
    padding-top: 2em;
  }
}

.border-bottom {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.lead {
  line-height: 1.8;
}

.no-js #loader {
  display: none;
}

.js #loader {
  display: block;
  position: absolute;
  left: 100px;
  top: 0;
}

.site-loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../images/hourglass.svg) center no-repeat #222222;
}


/*----Noto Sans JPフォント指定------*/

.weight100   {
    font-weight:100
    }
 
.weight300   {
    font-weight:300
    }
 
.weight400   {
    font-weight:400
    }
 
.weight500   {
    font-weight:500
    }
 
.weight600   {
    font-weight:600
    }
 
.weight700   {
    font-weight:700
    }
 
.weight900   {
    font-weight:900
    }

/*---- main-cover ------*/

.top-cover{
  width: 100%;
    background: url("../img/top/home-image.jpg") left no-repeat;
    background-size: cover;
}
.about-cover{
  width: 100%;
    background: url("../img/about/main-image.jpg") top left no-repeat;
    background-size: cover;
}
.contact-cover{
  width: 100%;
    background: url("../img/contact/main-image.jpg") top left no-repeat;
    background-size: cover;
}
.concept-cover{
  width: 100%;
    background: url("../img/concept/main-image.jpg") top left no-repeat;
    background-size: cover;
}
.recruit-cover{
  width: 100%;
    background: url("../img/recruit/main-image.jpg") top left no-repeat;
    background-size: cover;
}
.service-cover{
  width: 100%;
    background: url("../img/service/main-image.jpg") top left no-repeat;
    background-size: cover;
}
.service-cover01{
  width: 100%;
    background: url("../img/service/main-image01.jpg") top left no-repeat;
    background-size: cover;
}
.service-cover02{
  width: 100%;
    background: url("../img/service/main-image02.jpg") top left no-repeat;
    background-size: cover;
}
.service-cover03{
  width: 100%;
    background: url("../img/service/main-image03.jpg") top left no-repeat;
    background-size: cover;
}

@media screen and (max-width: 428px) {
.about-cover{
  width: 100%;
    background: url("../img/about/main-image_sp.jpg") left no-repeat;
    background-size: cover;
    background-position: 0px!important;
}
.contact-cover{
  width: 100%;
    background: url("../img/contact/main-image_sp.jpg") left no-repeat;
    background-size: cover;
    background-position: 0px!important;
}
.concept-cover{
  width: 100%;
    background: url("../img/concept/main-image_sp.jpg") left no-repeat;
    background-size: cover;
    background-position: 0px!important;
}
.recruit-cover{
  width: 100%;
    background: url("../img/recruit/main-image_sp.jpg") left no-repeat;
    background-size: cover;
    background-position: 0px!important;
}
.service-cover{
  width: 100%;
    background: url("../img/service/main-image_sp.jpg") left no-repeat;
    background-size: cover;
    background-position: 0px!important;
}
.service-cover01{
  width: 100%;
    background: url("../img/service/main-image_sp01.jpg") left no-repeat;
    background-size: cover;
    background-position: 0px!important;
}
.service-cover02{
  width: 100%;
    background: url("../img/service/main-image_sp02.jpg") left no-repeat;
    background-size: cover;
    background-position: 0px!important;
}
.service-cover03{
  width: 100%;
    background: url("../img/service/main-image_sp03.jpg") left no-repeat;
    background-size: cover;
    background-position: 0px!important;
}
}

/* -------------------------------- 
　横幅指定
-------------------------------- */
.max700 {
width: 100%;
max-width: 700px;
margin:0px auto;
}

.max900 {
width: 100%;
max-width: 900px;
margin:0px auto;
}

.max1000 {
width: 100%;
max-width: 1000px;
margin:0px auto;
}

.max1170 {
width: 100%;
max-width: 1170px;
margin:0px auto;
}

.max-img {
width: 100%;
max-width: 200px;
margin:0px auto;
}


/*gridのgutter調整　　row　に＋追加する*/

.row-0{
    margin-left:0px;
    margin-right:0px;
     }
.row-0 div{
        padding-right:0px;
        padding-left:0px;
    }


/* ----- gototop --------------------------- */

    #pageTop {
      position: fixed;
      bottom: 10px;
      right: 20px;
    }

    #pageTop i {
      padding-top: 6px
    }

    #pageTop a {
      display: block;
      z-index: 999;
      padding: 8px 0 0 1px;
      border-radius: 30px;
      width: 45px;
      height: 45px;
      background-color: #ADC5E6;
      color: #fff;
      font-weight: bold;
      text-decoration: none;
      text-align: center;
    }

    #pageTop a:hover {
      text-decoration: none;
      opacity: 0.7;
    }


/* ----- about --------------------------- */

.bg-blue {
  background: #132C7C;
    background: rgb(19,44,124);
background: linear-gradient(180deg, rgba(19,44,124,1) 37%, rgba(0,13,52,1) 98%);
}
#site-message h3{
    color: #fff;
    font-family: 'Noto Serif JP', serif;
      padding-bottom: .9em;
}
#site-message p{
    color: #fff;
     font-family: 'Noto Serif JP', serif;
}
#site-message p span{
    font-size: 18px;
    padding-left: 10px;
}
.frame {
	display: inline-block;
	position: relative;
    	margin: 0 1.5em;
}
.frame:after {
	position: absolute;
	display: block;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
	transform: rotate(3deg); /* 回転させる */
	background: #fff;
	z-index: -1;
}
@media screen and (max-width: 767px) {
  #site-message h3 {
  margin-top: 2em;
}
}    
@media screen and (max-width: 428px) {
   .frame {
	margin: 0 4em;
} 
#site-message p span{
   display: block;
}
    
    }

/* company */

.site-table {
  position: relative;
  background: #fff;
  padding: 10px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 18px 88px -22px rgba(0, 0, 0, 0.58);
  -moz-box-shadow: 0px 18px 88px -22px rgba(0, 0, 0, 0.58);
  box-shadow: 0px 18px 38px -22px rgba(0, 0, 0, 0.58);
}
@media screen and (max-width: 768px) {
.site-table {
    border-right: 0;
    margin-bottom: 80px;
  }
}

.company-table {
}

table.company-table {
	width:100%;
	border-right:#CCCCCC solid 1px;
	border-collapse: collapse;
}
table.company-table thead th {
	background:#888A8D;
	color:#FFF;
	padding:10px 15px;
	border-right:#FFF solid 1px;
	border-bottom:#FFF solid 1px;
}
table.company-table thead th:last-child {
	border-right:#CCCCCC solid 1px;
}
table.company-table tbody th {
	background:#F9F9F9;
	color:#231815;
	padding:20px 15px;
	border-bottom:#CCCCCC solid 1px;
	vertical-align:top;
	border-left: #CCCCCC solid 1px;
}
table.company-table tbody tr:first-child th {
		border-top: #CCCCCC solid 1px;
}
table.company-table tbody tr:last-child th {
	border-bottom:#CCCCCC solid 1px;
}
table.company-table tbody td {
	background:#FFF;
    padding:20px 15px;
	border-left:#CCCCCC solid 1px;
	border-bottom:#CCCCCC solid 1px;
	border-top: #CCCCCC solid 1px;
	vertical-align:top;
	text-align: left;
}


.company-table ul {
    margin: 0;
    padding: 0;
    list-style-position: inside;
}
.company-table li{
    	color:#343434;
}


@media screen and (max-width: 991px) {
table.company-table thead {
	display:none;
}
table.company-table tbody th {
	display:block;
}
table.company-table tbody td {
	border-top: none;
	display:block;

}
table.company-table tbody td::before {
	content: attr(label);
	float: left;
	clear:both;
	font-weight:bold;
}
table.company-table tbody td p {
	/*padding-left:9em;
	text-align: right;*/
}

}

@media screen and (max-width: 414px) {
table.company-table tbody td p {
	/*padding-left:4.5em;*/
}
table.company-table tbody td {
	/*padding:10px 10px;*/
}
}

/* contact */

.fa-phone{
    padding-right: 10px;
}
.tel-link{
    font-size: 180% !important;
font-weight: 600;
font-family: 'Noto Serif JP', serif;
margin-top: 1.5em;
}
.f_red{
color: #EB5757;
}
.f_min {
font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif" !important;
text-align: center!important;
}



/*------------------------------------------------------
　　　　　　　　　＊ MARGIN　＊
-------------------------------------------------------*/
.m_0 {margin: 0px !important;}
.m_10 {margin: 10px !important;}
.m_b0 {margin-bottom: 0px !important;}
.m_b5 {margin-bottom: 5px !important;}
.m_b10 {margin-bottom: 10px !important;}
.m_b15 {margin-bottom: 15px !important;}
.m_b20 {margin-bottom: 20px !important;}
.m_b25 {margin-bottom: 25px !important;}
.m_b30 {margin-bottom: 30px !important;}
.m_b35 {margin-bottom: 35px !important;}
.m_b40 {margin-bottom: 40px !important;}
.m_b50 {margin-bottom: 50px !important;}
.m_b60 {margin-bottom: 60px !important;}
.m_b70 {margin-bottom: 70px !important;}
.m_b80 {margin-bottom: 80px !important;}
.m_b90 {margin-bottom: 90px !important;}

@media screen and (max-width: 991px){
	
}

@media screen and (max-width: 414px){
	
}

.m_lr10 {margin: 0 10px !important;}
.m_lr20 {margin: 0 20px !important;}
.m_lrtb10 {margin: 10px 10px !important;}

.m_t5 {margin-top: 5px !important;}
.m_t10 {margin-top: 10px !important;}
.m_t12 {margin-top: 12px !important;}
.m_t15 {margin-top: 15px !important;}
.m_t20 {margin-top: 20px !important;}
.m_t25 {margin-top: 25px !important;}
.m_t30 {margin-top: 30px !important;}
.m_t50 {margin-top: 50px !important;}
.m_t-5 {margin-top: -5px !important;}
.m_t-10 {margin-top: -10px !important;}
.m_t100 {margin-top: 100px !important;}


/*ボタン*/
.recruit-button {
  display: inline-block;
  width: 100%;
  height: 54px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
  font-size: 120%;
}
.recruit-button::before,
.recruit-button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.recruit-button,
.recruit-button::before,
.recruit-button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.recruit-button {
  background-color: #132C7C;
  border: 2px solid #EBE9E8;
  color: #fff;
  line-height: 50px;
}


.recruit-button a:link {
	  text-decoration: none;
}
.recruit-button:visited {
   text-decoration: none;
  color:#EEE;
}
.recruit-button:hover {
  background-color: #fff;
  border-color: #132C7C;
  color: #132C7C;
}
.recruit-button a:active {
 text-decoration: none;
  color:#EEE;
}



@media screen and (max-width: 396px){
.tab_item {
    font-size: 12px;
}
	
}
@media screen and (max-width: 480px){

/*タブ切り替えの中身のスタイル*/
.tab_content {
padding: 10px 10px 0;
}
	
}

/*********************************************************************
　募集要項
********************************************************************/

.rec-table {

}

.rec-table table {
background-color: #fff;
margin-top: 1em;
}

.rec-table table th,
.rec-table table td {
 padding: 1em;
}


.rec-table table th {
    text-align: center;
    vertical-align: middle;
    background-color: rgba(244, 244, 244, 0.6);
}



.respond th  { width: 25%; 
	text-align: left;
	font-weight: normal;
}
 
@media only screen and (max-width:480px){
    .respond { margin: 0 0px; }
    .respond th,
    .respond td{
    width: 100%;
    display: block;
    border-top: none;
    }
  .respond tr:first-child th { border-top: 1px solid #ddd; }
}

/*タブメニュー*/
.tabs {
margin-top: 50px;
padding-bottom: 40px;
background-color: #fff;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
width: 100%;
margin: 0 auto;}
/*タブのスタイル*/
.tab_item {
    /*width: calc(100%/3);　3つの時*/
	width: calc(100%/2);
    height: 50px;
    border-bottom: 3px solid #E0E0E0;
    background-color: #F5F5F5;
    line-height: 50px;
    font-size: 16px;
    text-align: center;
    color: #7C7A79;
    display: block;
    float: left;
    font-weight: bold;
    transition: all 0.2s ease;
}

.tab_item {
    border-right: 1px solid #E0E0E0;
}


.tab_item:hover {
opacity: 0.75;
}

input[name="tab_item"] {
display: none;
}
.tab_content {
display: none;
padding: 40px 40px 0;
clear: both;
overflow: hidden;
}
#job-category01:checked ~ #job-category01_content,
#job-category02:checked ~ #job-category02_content,
#job-category03:checked ~ #job-category03_content {
display: block;
}
.tabs input:checked + .tab_item {
background-color: #132C7C;
color: #fff;
}


.rec-message {
  position: relative;
  background: #fff;
  padding: 30px 20px 10px 20px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 18px 88px -22px rgba(0, 0, 0, 0.58);
  -moz-box-shadow: 0px 18px 88px -22px rgba(0, 0, 0, 0.58);
  box-shadow: 0px 18px 38px -22px rgba(0, 0, 0, 0.58);
}

.txt-border {
 font-family: 'Noto Serif JP', serif;
  background-image:
  linear-gradient(180deg, rgba(100, 100, 100, 0) 0%, rgba(100, 100, 100, 0) 98%, #646464 100%);
  background-size: 100% 2em;
  line-height: 2em;
  padding: 2em 1em 0.2em 1em;
}
.txt-border > p { margin: 0 0 3rem; }
.txt-border> p:first-letter { margin-left: 1.5rem; }


@media screen and (max-width: 768px) {
.rec-message {
    border-right: 0;
    margin-bottom: 80px;
  }
}

/*********************************************************************
　サービス
********************************************************************/

.service-menu{
    text-align: center;
    font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}

.bg-blue2 {
background: rgb(194,219,255);
background: linear-gradient(180deg, rgba(194,219,255,1) 37%, rgba(216,243,255,1) 98%);
}
.bg-be {
 background: rgb(241,241,240);
background: linear-gradient(0deg, rgba(241,241,240,1) 0%, rgba(255,255,255,1) 38%, rgba(255,255,254,1) 50%, rgba(255,255,255,1) 71%, rgba(241,241,240,1) 100%); 
}


.bb2wh{
    border-bottom: 5px solid #fff;
}

.outer{
    position: relative;
    height: 200px;
   background: #f2f2f2;
    /* border: 1px solid #999;*/
}

.outer-txt{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    margin-bottom: 0;
}

.outer-txt h3{
font-size: 21px;
line-height: 1.2;
font-family: 'Noto Serif JP', serif;
font-weight: 500;
color: #132C7C;
margin-bottom: 10px;
}

.outer-txt p{
margin-bottom: 0;
font-size: 14px;
}

@media screen and (max-width: 991px) {
    
.outer-txt{
position: absolute;
top: 18%;
left: 18%;
transform: translate(-10%,-10%);
/*    position: absolute;
    top: auto;
    left: auto;
    transform: none;
    padding: 10px;*/
}
.outer-txt h3{
font-size: 20px;
line-height: 1.2;
font-family: 'Noto Serif JP', serif;
font-weight: 500;
color: #132C7C;
margin-bottom: 10px;
}
.outer-txt p{
margin-bottom: 0;
font-size: 12px;
}
    
}

@media screen and (max-width: 767px) {
    
.bb2wh{
    border-bottom: none;
}
}


#site-service-section4 ul{
list-style-position: inside;
padding: 0;
 }   
    
#site-service-section4 li{
border: 1px solid #eee;
padding: 10px;
margin-bottom: 1em;
background-color: #132C7C;
color: #fff;
font-size: 90%;
}
#site-service-section4 li span{
    font-size: 130%;
    font-weight: 600;
    font-family: 'Noto Serif JP', serif;
}



/*------------------------------------------------------
　　　　　　　　　＊ お問合せ　＊
-------------------------------------------------------*/


.formTable .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
padding: 20px;
	} 


.form-control{
	font-size:110%;
} 

/* ---------- form ---------- */

#formWrap h3 {
	text-align: center;
    font-family: 'Noto Serif JP', serif;
    font-size: 22px;
}
@media screen and (min-width:961px) {
	#formWrap {
	color: #555;
	line-height: 120%;
	/*font-size: 110%;*/
     font-size: 16px;
	 margin-right : 10%;
     margin-left : 10%;
    
}
.formTable{
    margin-bottom: 2em;
}
    
table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	border: 1px solid #ccc;
}
table.formTable th{
	width:30%;
	font-weight:normal;
	background-color: #F5F5F5;
	color: #000000;      
	text-align:left;
	padding: 20px;
	vertical-align: top;
    font-family: 'Noto Serif JP', serif;
    white-space: nowrap;
}
table.formTable td{
    background-color: #fff; 
	color: #000000; 
	text-align: left; 
	padding: 15px;
}
    
.tablecontact table th {
	background-color: #F5F5F5;
	color: #000000;            
	text-align: left;
	white-space: nowrap;
	border: 1px solid #ccc;
	padding: 10px;
	vertical-align: top;
    font-family: 'Noto Serif JP', serif;
}

.tablecontact table td {
	background-color: #fff; 
	color: #000000; 
	text-align: left; 
	border-style: none;
	/* white-space: nowrap;*/
	padding: 15px;
	border:1px solid #ccc;
}

.tablecontact table td {
	background-color: #fff; 
	color: #000000;             /* 文字色 */
	text-align: left;           /* 配置 */
	border-style: none;
	/* white-space: nowrap;*/
	padding: 15px;
	border:1px solid #ccc;
}
.space {
	margin-left: 25px;
}
table.formTable tr td #campany {
	width: 100%;
}
table.formTable tr td #name {
	width: 100%;
}
table.formTable tr td #furigana {
	width: 100%;
}
table.formTable tr td #duty-station {
	width: 100%;
}
table.formTable tr td #zip {
	width: 100%;
}
table.formTable tr td #address {
	width: 100%;
}

table.formTable tr td #tel {
	width: 100%;
}

table.formTable tr td #email {
	width: 100%;
}
table.formTable tr td #comment {
	width: 100%;
}
	
table.formTable tr td #question {
	width: 100%;
}

.submit{
	padding-top: 30px;
}

input[type="reset"] {
	font-size: large;
	background-color: #FFF;
	border: 1px solid #CCC;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 0px;
	color: #666;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 10px;
	padding-right: 10px;
}

input[type="submit"] {
	font-size: large;
	background-color: #F5F5F5;
	border: 1px solid #CCC;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 10px;
	color: #666;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding-left: 10px;
	padding-right: 10px;
}
    
.button{
	padding-top: 30px;
}
input[type="button"] {
	font-size: large;
	background-color: #D3DBF7;
	border: 1px solid #CCC;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 10px;
	color: #666;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding-left: 10px;
	padding-right: 10px;
}
    
#formWrap input[type="submit"] {
	font-size: large;
	background-color: #F5F5F5;
	border: 1px solid #CCC;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 30px;
	color: #666;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding-left: 5px;
	padding-right: 5px;
}
    
#formWrap input[type="button"] {
	font-size: large;
	background-color: #D3DBF7;
	border: 1px solid #CCC;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 30px;
	color: #666;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding-left: 5px;
	padding-right: 5px;
}


}


label {
    font-weight: normal;
    padding-left: 0.5em;
}
select {
    border: 1px solid #eee;
    padding: 3px;
    width: 20%;
    font-family: "Hiragino Kaku Gothic Pro", "Yu Gothic", "Meiryo", sans-serif;
    font-size: 1.0rem;
	margin-top: 1em;
	font-size: 90%;
}
#cate-list {
    width: 100%;
}


input, button, select, textarea {
    padding: 0.3em;
}

@media only screen and (min-width:376px) and (max-width:960px) {
/*tablet用のcssを記述*/

#formWrap {
	width:100%;
	margin:0 auto;
	color:#555;
	line-height:120%;
	font-size:110%;
}

table {
	margin:0 auto;
	width: 100%;
	border-collapse:collapse;
}
.formTable {
	width: 100%;
}
    .formTable th,
    .formTable td{
        width: 100%;
        display: block;
        border-top: none;
    }

.formTable tr:first-child th   {
	border-top: 1px solid #ddd;
}

table.formTable{
    margin-bottom: .5em;
}
    
table.formTable td,table.formTable th{
	padding: 15px;
	border-top: 1px solid #CCCCCC;
/*	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;*/	
}

	
	
table.formTable th{
	font-weight:normal;
	background:#F5F5F5;
	text-align:left;
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
}
table.formTable tr td #campany {
	width: 100%;
}
table.formTable tr td #duty-station {
	width: 100%;
}
table.formTable tr td #name {
	width: 100%;
}
table.formTable tr td #furigana {
	width: 100%;
}
table.formTable tr td #zip {
	width: 100%;
}
table.formTable tr td #address {
	width: 100%;
}

table.formTable tr td #tel {
	width: 100%;
}

table.formTable tr td #email {
	width: 100%;
}

table.formTable tr td #comment {
	width: 100%;
}

table.formTable tr td #question {
	width: 100%;
}
}

@media screen and (max-width:414px) {
select {
    border: 1px solid #eee;
    padding: 3px;
    width: 31%;
    font-family: "Hiragino Kaku Gothic Pro", "Yu Gothic", "Meiryo", sans-serif;
    font-size: 1.0rem;
	margin-top: 1em;
	font-size: 100%;
}
}

@media screen and (max-width:375px) {
/*スマホ用のcssを記述*/
.formTable {
  width: 100%;
}
    .formTable th,
    .formTable td{
        width: 100%;
        display: block;
        border-top: none;
    }

.formTable tr:first-child th   {
	border-top: 1px solid #ddd;
}
	
table.formTable td,table.formTable th{
	padding: 15px;
	border-top: 1px solid #CCCCCC;
}

table.formTable th{
	font-weight:normal;
	background:#F5F5F5;
	text-align:left;
		border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
}
table.formTable tr td #campany {
	width: 100%;
}
table.formTable tr td #duty-station {
	width: 100%;
}
table.formTable tr td #name {
	width: 100%;
}
table.formTable tr td #furigana {
	width: 100%;
}
table.formTable tr td #zip {
	width: 100%;
}
table.formTable tr td #address {
	width: 100%;
}

table.formTable tr td #tel {
	width: 100%;
}

table.formTable tr td #email {
	width: 100%;
}
table.formTable tr td #comment {
	width: 100%;
}
table.formTable tr td #question {
	width: 100%;
}

.space {
	margin-left: 0px;
}
}

.error_messe{
    color: red;
}

/*========= 個人情報の利用目的について ===============*/

.policy {
    margin-top: 2em;
}

.policy_ttl {
    font-weight: bold;
    line-height: 1;
    margin-bottom: 5px;
	padding: 0 10px 10px 10px;
}
.policy .scrollBox {
    border: 1px solid #ccc;
    width: 100%;
    height: 150px;
    margin-bottom: 15px;
    overflow: auto;
    padding: 10px;
    box-sizing: border-box;
}
.scrollBox p {
    padding: 0!important;
	margin: 0!important;
}

.bg-skybule{
	background-color: #CCECFF !important;
}
@media only screen and (min-width:320px) and (max-width:414px) {
	.t-a_center {text-align: left;}
}

.t-a_center {text-align: center!important;
}

input[type="radio"], input[type="checkbox"] {
    margin: 4px 0 10px;
}
.form-control::placeholder {
    color: #999;
    opacity: 1;
    font-size: 90%;
}
