@charset "UTF-8";
/*
Theme Name: 忠真ワーク株式会社
Description: 忠真ワーク株式会社 様　専用テンプレート
Author: WEOVLUTION
Version: 1.0
*/
body {
  font-family: source-han-sans-japanese, sans-serif;
  color: #000;
  line-height: 1.5;
}

img {
  width: 100%;
  height: auto;
}

a {
  color: #000;
}

a:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.7;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.section-ttl {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  position: relative;
  margin-bottom: 70px;
}

.section-ttl::after {
  position: absolute;
  content: '';
  border-bottom: 3px solid #000;
  left: 50%;
  bottom: -30px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 75px;
}

.btn.btn-black {
  width: 352px;
  max-width: 95%;
  background: #000;
  color: #fff;
  display: inline-block;
  text-align: center;
  padding: 20px 0;
  position: relative;
  padding-left: 30px;
  border-radius: 0;
}

@media (max-width: 767px) {
  .btn.btn-black {
    font-size: 0.875rem;
    padding-left: 20px;
    width: 320px;
  }
}

.btn.btn-black::before {
  position: absolute;
  content: '';
  top: 52%;
  left: 24%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-top: 7px solid transparent;
  border-left: 10px solid #fff;
  border-bottom: 7px solid transparent;
}

@media (max-width: 767px) {
  .btn.btn-black::before {
    left: 8%;
  }
}

.btn.btn-black:hover {
  opacity: 1;
  color: #000;
  font-weight: 700;
  background: #fff;
  border: 1px solid #000;
}

.btn.btn-black:hover::before {
  border-left: 10px solid #000;
}

/*
  header
*/
.header .header-top {
  background: #000;
}

.header .header-top .header-top-txt {
  font-size: 0.6875rem;
}

.header .header-logo {
  margin: 0 auto;
  width: 78px;
}

@media (max-width: 767px) {
  .header .header-logo {
    width: 24px;
  }
}

.header .navbar-expand-lg .navbar-collapse {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header .navbar-expand-lg .navbar-collapse a {
  color: #707070;
}

.header .navbar-expand-lg .navbar-collapse .nav-link {
  cursor: pointer;
}

/* ハンバーガーボタン */
.hamburger {
  display: block;
  position: absolute;
  z-index: 300;
  right: 30px;
  top: 70px;
  width: 60px;
  height: 60px;
  cursor: pointer;
  text-align: center;
}

@media (max-width: 767px) {
  .hamburger {
    width: 42px;
    height: 42px;
    right: 0;
    top: 40px;
  }
}
.hamburger.d-lg-none img {
    width: 28px;
    margin-top: 12%;
    margin-right: 20%;
}
@media (max-width: 350px) {
  .hamburger.d-lg-none img {
    margin-top: 44%;
  }
}

nav.globalMenuSp {
  position: fixed;
  z-index: 200;
  top: 150px;
  left: 0;
  color: #000;
  background: #fff;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  width: 100%;
  height: 100%;
  padding-top: 40px;
}

@media (max-width: 767px) {
  nav.globalMenuSp {
    top: 80px;
  }
}

nav.globalMenuSp ul {
  background: #fff;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  text-align: center;
}

nav.globalMenuSp ul li a {
  display: block;
  font-size: 1.125rem;
  padding: 1em 0;
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

/*
  main
*/
main {
  background-image: url(img/bg.png);
}


/*
  mv
*/
.mv {
  background-image: url(img/mv1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 410px 0 50px;
}

@media (max-width: 767px) {
  .mv {
    padding: 70px 0 0;
  }
}

.mv .mv-logo {
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .mv .mv-logo {
    width: 65%;
  }
}

/*
  desc
*/
.desc {
  padding: 80px 0 130px;
}

@media (max-width: 767px) {
  .desc {
    padding: 40px 0 20px;
  }
}

/*
  concept
*/
.concept .concept-content {
  background: rgba(251, 247, 234, 0.7);
  padding: 4% 5%;
}
.concept-bg{
  background-image: url('img/concept.jpg');
  background-size: cover;
  min-height: 400px;
}

@media (max-width: 991px) {
  .concept .concept-content {
    padding: 0;
    margin: 0 auto;
    margin-bottom: 60px;
    padding-left: 15px;
  }
}

@media (max-width: 767px) {
  .concept p {
    margin-bottom: 35px;
  }
}

.concept .concept-img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 991px) {
  .concept .concept-img {
    margin-bottom: 40px;
    width: 100%;
    height: auto;
  }
}

/*
  idea
*/
.idea {
  background: #F6F6F6;
  padding-bottom: 54px;
}

.idea .idea-img {
  margin-bottom: 40px;
}

.idea .idea-txt {
  margin-bottom: 55px;
}

/*
  service
*/
.service {
  padding: 115px 0 192px;
}

@media (max-width: 767px) {
  .service {
    padding: 75px 0 70px;
  }
}

.service .section-txt {
  margin-bottom: 115px;
}

@media (max-width: 767px) {
  .service .section-txt {
    margin-bottom: 70px;
  }
}

.service .service-item {
  margin-bottom: 110px;
}

@media (max-width: 767px) {
  .service .service-item {
    margin-bottom: 50px;
  }
}

.service .service-item .service-item-img {
  width: 92%;
  margin: 0 auto;
}

.service .service-item-ttl {
  font-weight: 700;
  font-size: 1.6875rem;
  text-align: center;
}

@media (max-width: 767px) {
  .service .service-item-ttl {
    font-size: 2rem;
  }
}

.service .btn {
  margin-top: -80px;
  margin-bottom: 103px;
}

@media (max-width: 767px) {
  .service .btn {
    margin-top: -70px;
    margin-bottom: 0;
  }
}

/*
  info
*/
.info {
  background: rgba(251, 247, 234, 0.7);
  padding: 70px 0 80px;
}

@media (max-width: 767px) {
  .info {
    padding: 50px 0;
  }
}

.section-ttl {
  margin-bottom: 110px;
}

@media (max-width: 767px) {
  .section-ttl {
    margin-bottom: 80px;
  }
}

.info-items {
  margin-bottom: 85px;
}

@media (max-width: 767px) {
  .info-items {
    width: 90%;
    margin: 0 auto;
  }
}

.info-item {
  font-size: 1.125rem;
  border-bottom: 1px solid #000;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  .info-item {
    margin: 0 auto;
    margin-top: 30px;
  }
}

.info-item .info-item-category-new {
  font-size: 1.0625rem;
  background: #0B00A8;
  min-width: 120px;
}

.info-item .info-item-category-per {
  font-size: 1.0625rem;
  background: #00A897;
  min-width: 120px;
}

.info-item .info-item-ttl h3 {
  font-size: 1.125rem;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .info-item .info-item-ttl h3 {
    text-overflow: unset;
    overflow: unset;
    white-space: unset;
  }
}

@media (max-width: 767px) {
  .info .btn {
    margin-top: 50px;
  }
}

/*
  blog
*/
.blog {
  padding: 80px 0 85px;
}

@media (max-width: 767px) {
  .blog {
    padding: 60px 0;
  }
}

.blog .section-ttl {
  margin-bottom: 120px;
}

@media (max-width: 767px) {
  .blog .section-ttl {
    margin-bottom: 85px;
  }
}

.blog .blog-items {
  margin-bottom: 130px;
}

@media (max-width: 767px) {
  .blog .blog-items {
    max-width: 90%;
    margin: 0 auto;
    margin-bottom: 100px;
  }
}

.blog .blog-item {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .blog .blog-item .blog-item-img {
    position: relative;
    min-width: 88px;
    text-align: center;
    width: 33%;
  }
}

@media (max-width: 767px) {
  .blog .blog-item .blog-item-img img {
    width: 88px;
  }
}

.blog .blog-item .blog-item-ttl {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 1.625rem;
}

@media (max-width: 767px) {
  .blog .blog-item .blog-item-ttl {
    text-overflow: unset;
    white-space: unset;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    position: absolute;
    width: 60%;
    right: 5%;
    top: -32%;
    font-size: 1.375rem;
    line-height: 1.45;
  }
}

.blog .blog-item .blog-item-date {
  font-size: 0.875rem;
}

@media (max-width: 767px) {
  .blog .blog-item .blog-item-date {
    width: 33%;
    text-align: center;
    margin-top: 10px;
  }
}

.blog .blog-item .blog-item-txt {
  font-size: 1.125rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

@media (max-width: 767px) {
  .blog .blog-item .blog-item-txt {
    -webkit-line-clamp: 8;
    margin-top: 25px;
  }
}

@media (max-width: 767px) {
  .blog .btn {
    margin-top: -55px;
  }
}

/*
  contact
*/
.contact {
  background-image: url(img/contact.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 70px 0 50px;
}

@media (max-width: 767px) {
  .contact {
    padding: 50px 0;
  }
}

.contact .row {
  margin: 0 auto;
}

@media (max-width: 767px) {
  .contact .section-ttl {
    font-size: 1.8rem;
  }
}

.contact .section-ttl::after {
  border-bottom: 3px solid #fff;
}

.contact .contact-items {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.contact .contact-item {
  margin-top: -15px;
}

@media (max-width: 1199px) {
  .contact .contact-item {
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .contact .contact-item {
    padding: 0;
  }
}

@media (max-width: 1199px) {
  .contact .contact-item:first-child {
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .contact .contact-item:last-child .contact-item-body {
    height: 198px;
  }
}

.contact .contact-item .contact-item-header {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 767px) {
  .contact .contact-item .contact-item-header {
    display: block;
  }
}

.contact .contact-item .contact-item-img {
  width: 40px;
}

@media (max-width: 767px) {
  .contact .contact-item .contact-item-img {
    width: 75px;
    margin: 0 auto;
    margin-bottom: -5px;
  }
}

.contact .contact-item .contact-item-ttl {
  font-size: 1.3125rem;
  font-weight: 700;
  white-space: nowrap;
}

.contact .contact-item .contact-item-body {
  border: 1px solid #fff;
  padding: 35px 0;
  height: 217px;
}

@media (max-width: 767px) {
  .contact .contact-item .contact-item-body {
    margin-top: 40px;
    height: 190px;
  }
}

.contact .contact-item .contact-item-body .contact-item-body-txt {
  font-size: 1.125rem;
}

.contact .contact-item .contact-item-body .contact-item-body-img {
  width: 107px;
}

.contact .contact-item .contact-item-body .btn::before {
  left: 80px;
}

@media (max-width: 767px) {
  .contact .contact-item .contact-item-body .btn {
    width: 270px;
    padding: 15px 0;
    font-size: 0.75rem;
  }
  .contact .contact-item .contact-item-body .btn::before {
    left: 50px;
  }
}

.contact .contact-item .contact-item-body .line-btn::before {
  left: 40px;
}

@media (max-width: 767px) {
  .contact .contact-item .contact-item-body .line-btn::before {
    left: 30px;
  }
}

/*
  address
*/
.address .iframe-wrap {
  width: 100%;
  padding-top: 22.5%;
  position: relative;
}

@media (max-width: 767px) {
  .address .iframe-wrap {
    padding-top: 50%;
  }
}

.address .iframe-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*
  footer
*/
@media (max-width: 1199px) {
  .footer {
    text-align: center;
  }
}

.footer .footer-content {
  background: #565656;
}

.footer .footer-content .footer-logo {
  width: 253px;
}

@media (max-width: 1199px) {
  .footer .footer-content .footer-logo {
    margin: 0 auto;
  }
}

.footer .copyright {
  background: #000;
  font-size: 0.6875rem;
}

.footer .collapse:not(.show) {
  display: block;
}

.footer ul {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.toTop {
  background: #8F8F8F;
  width: 72px;
  height: 72px;
  position: fixed;
  bottom: 5%;
  right: 55px;
  border-radius: 50%;
  padding-top: 40px;
  font-size: 0.8125rem;
  font-weight: 700;
  cursor: pointer;
}

@media (max-width: 991px) {
  .toTop {
    bottom: 5%;
    right: 40px;
    width: 50px;
    height: 50px;
    padding-top: 23px;
  }
}

.toTop::after {
  position: absolute;
  content: '';
  border-right: 15px solid transparent;
  border-bottom: 20px solid #fff;
  border-left: 15px solid transparent;
  top: 12px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (max-width: 991px) {
  .toTop::after {
    border-right: 8px solid transparent;
    border-bottom: 10px solid #fff;
    border-left: 8px solid transparent;
    top: 12px;
  }
}

dl.row{
  border-top: 2px !important;
  border-bottom: 2px !important;
  border-right: 0 !important;
  border-left: 0 !important;
  border-color: #000 !important;
  border-style: solid !important;
}
dl.row dt,
dl.row dd{
  border-top: 0 !important;
  border-bottom: 1px !important;
  border-right: 0 !important;
  border-left: 0 !important;
  border-color: #000 !important;
  border-style: solid !important;
  padding:1em !important;
}
dl.row dt{
  background-color: #eee !important;
}
dl.row dd{
  margin-bottom: 0px !important;
}
dl.row dd:last-of-type{
  border:0 !important;
}
@media (min-width: 992px){
  dl.row dt:last-of-type{
    border:0 !important;
  }
}

.p-85{
  padding-top:85px;
  padding-bottom:85px;
}

img.post_image.wp-post-image{
  border-radius: 50%;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23666' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}
.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23666' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}
.carousel-control-prev{
  left:-5%;
}
.carousel-control-next{
  right: -5%;
}

.bg-black{
  background-color: #000;
}
@media (min-width: 576px){
  .card-deck{
    flex-flow: column;
  }
  .card-deck .card{
    margin-bottom: 15px;
  }
}
@media (min-width: 1200px){
  .card-deck{
    flex-flow: row wrap;
  }
  .card-deck .card{
    margin-bottom: 0;
  }
}

/*# sourceMappingURL=style.css.map */