@charset "UTF-8";
body {
  margin: 0;
  font-family: "Yu Gothic", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

.btn {
  border: 0 none;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.btn-primary {
  background: #3CC3F6;
  width: 150px;
}

.btn-primary:hover {
  background: #07a4dd;
}

.btn-success:hover {
  background: #3f9645;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 16px;
  }
}

/*
@media screen and (max-width: 767px){
    body{
      min-width: 320px;
    }
    html, body{
      height: 100%;
      min-height: 100%;
    }
    ._pc{
      display: none;
    }
}
*/
/*
@media print,screen and (min-width: 992px){
  body{
    width: 100%;
  }
  ._sp{
    display: none;
  }
}
*/
.header {
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .navbar-brand img {
    height: 30px;
  }
}

.btn-toi {
  display: inline-block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.carousel-size {
  width: 100%;
  height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 767px) {
  .carousel-size {
    height: 400px;
  }
}

.carousel-caption {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .carousel-caption {
    top: 40%;
    left: 20%;
  }
}

.greeting {
  position: relative;
}

.greeting-wapper {
  position: absolute;
  top: 40%;
  left: 50%;
  width: 400px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 0;
  z-index: 10;
  text-align: center;
}

.greeting-ttl {
  color: #3CC3F6;
  font-weight: 600;
  font-size: 30px;
  padding-top: 50px;
}

.greeting-txt {
  font-weight: 500;
  font-size: 16px;
  line-height: 2em;
  padding-top: 20px;
  text-shadow: 1px 2px 3px #808080;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .greeting-txt {
    width: 80%;
    font-size: 16px;
    margin: 0 auto;
  }
}

.greeting-img {
  background-image: url(../img/greeting-img.jpg);
  background-repeat: no-repeat;
  width: 50%;
  height: 426px;
  background-size: contain !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

@media screen and (max-width: 767px) {
  .greeting-img {
    display: none;
  }
}

.greeting-img02 {
  background: -webkit-gradient(linear, left top, right top, color-stop(10%, rgba(255, 255, 255, 0)), to(white)), url(../img/greeting-img02.jpg);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 10%, white), url(../img/greeting-img02.jpg);
  background-repeat: no-repeat;
  background-position: right;
  width: 50%;
  height: 426px;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

@media screen and (max-width: 767px) {
  .greeting-img02 {
    opacity: 0.2;
  }
}

.concept {
  margin: 20px auto;
}

.concept-bg {
  background-image: url(../img/concept-bg.jpg);
  background-repeat: no-repeat;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 767px) {
  .concept-bg {
    background-image: none;
  }
}

.concept-bg_rgba {
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.concept-cont {
  margin-bottom: 20px;
}

.concept-cont p {
  margin-bottom: 5px;
}

.concept-cont img {
  width: 100%;
  height: 238px;
  padding-bottom: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 767px) {
  .concept-cont img {
    -o-object-fit: contain;
       object-fit: contain;
    height: 150px;
  }
}

.concept button::after {
  content: "  ";
}

.companyinfo {
  margin-left: 0;
  margin-right: 0;
}

.companyinfo-tb {
  padding-left: 50px;
}

@media screen and (max-width: 767px) {
  .companyinfo-tb {
    padding-left: 10px;
  }
}

.companyinfo th {
  font-weight: 400;
}

.companyinfo-img {
  padding-right: 0;
  padding-left: 0;
}

.companyinfo img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 767px) {
  .companyinfo img {
    height: 200px;
  }
}

.companyinfo-ttl {
  color: #3CC3F6;
  font-size: 25px;
}

@media screen and (max-width: 767px) {
  .companyinfo-ttl {
    padding-top: 10px;
    text-align: center;
    font-size: 20px;
  }
}

table.table-bordered th {
  border-top: 0;
  border-left: 0;
  border-bottom: 0;
}

table.table-bordered td {
  border: 0;
}

/****************************************
.footer
****************************************/
.footer {
  background: #3F4B47;
  height: 250px;
}

.footer-logo {
  width: 100%;
  display: inline-block;
  text-align: center;
  padding: 20px 0 50px 0;
}

.footer .container {
  padding: 10px 0;
}

.footer-nav {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 34px;
  margin: 0;
  color: #dedede;
}

.footer-logo {
  margin-top: 20px;
}

.footer-icon .container {
  list-style-type: none;
}

.footer-icon p,
.footer-icon ul {
  width: 100%;
  text-align: center;
}

.footer-icon li {
  display: inline-block;
  float: none;
}

.footer-icon li a:hover {
  opacity: 0.6;
}

.footer-icon li img {
  width: 40px;
  height: auto;
  border: 2px solid #bedaff;
}

.sns-fab {
  color: #fff;
}

.copyright {
  text-align: center;
  color: #fff;
}
/*# sourceMappingURL=style.css.map */