/*  .l-sub-img
================================================== */
.l-sub-img {
  background: url(../img/else_home/bg_mv01_sp.webp) no-repeat center/cover;
}

@media all and (min-width: 600px) {
  .l-sub-img {
    background: url(../img/else_home/bg_mv01_pc.webp) no-repeat center/cover;
  }
}

/* サービスページ */
@media all and (min-width: 600px) {
  #service #serviceList .list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(355px, 1fr));
  }

  #service #serviceList .list .col {
    float: none;
    width: auto;
  }

  #service #serviceList .box {
    margin-bottom: 15px;
    min-height: 280px;
    padding: 20px 20px 30px;
  }
}

.c-btn01 {
  max-width: 200px;
  margin: 30px auto 0;
}

.c-btn01__link {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.3;
  display: block;
  padding: 6px 0;
  text-decoration: none;
  background: none;
  color: #1f1f1f;
  -ms-box-shadow: 0px 0px 0px 1px #1f1f1f;
  box-shadow: 0px 0px 0px 1px #1f1f1f;
  border-radius: 4px;
  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;
  position: relative;
  white-space: nowrap
}

@media all and (min-width: 600px) {
  .c-btn01__link {
    -webkit-transition: all .3s ease;
    transition: all .3s ease
  }
}

.c-btn01__link:after {
  position: absolute;
  display: block;
  content: '';
  right: 6%;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}

.c-btn01__link:hover {
  background: #221815;
  color: #fff;
}

/* サービスsingleページ */
.blog-single {
  padding: 54px 0;
  background: #f7f7f7;
}

@media all and (min-width: 600px) {
  .blog-single {
    padding: 113px 0;
  }
}

.c-single01 {
  padding: 33px 20px 40px;
  background: #fff;
  margin: 0 -20px;
}

@media all and (min-width: 600px) {
  .c-single01 {
    padding: 54px 72px 62px;
    margin: 0;
    box-shadow: 0px 5px 15px 0px rgba(51, 51, 51, 0.15);
  }
}

.c-single02__head h1 {
  margin-bottom: 20px;
  padding-bottom: 5px;
  border-bottom: 1px solid #e6e6e6;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.5
}

@media all and (min-width: 600px) {
  .c-single02__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .c-single02__head h1 {
    font-size: 3.2rem
  }
}

.c-single02__meta {
  padding-top: 20px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2
}

@media all and (min-width: 600px) {
  .c-single02__thumbnail {
    width: 352px;
    margin-right: 50px
  }
}

.c-single02__content {
  display: flow-root;
}

.c-single02__content h2 {
  margin-bottom: 20px;
  padding: 7px 0 10px;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: bold;
  border-top: 4px solid #ed3838;
  border-bottom: 1px solid #e6e6e6;
}

@media all and (min-width: 600px) {
  .c-single02__content h2 {
    margin: 64px 0 20px;
    padding: 8px 0 8px;
    font-size: 2.4rem;
    line-height: 1.5;
  }
}

.c-single02__content h3 {
  position: relative;
  padding-left: 11px;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: bold;
}

@media all and (min-width: 600px) {
  .c-single02__content h3 {
    margin: 56px 0 24px;
    padding-left: 23px;
    font-size: 2.0rem;
  }
}

.c-single02__content h3::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  content: '';
  display: block;
  border-left: 6px solid #ed3838;
}

.c-single02__content h4 {
  font-size: 1.8rem;
  margin-top: 24px;
  margin-bottom: 5px;
  font-weight: bold;
  position: relative;
  padding-left: 24px;
}

.c-single02__content h4::before {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  background: #ed3838;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
}

.c-single02__content h5 {
  margin-top: 24px;
  margin-bottom: 5px;
  font-weight: bold;
}

.c-single02__content ul {
  margin: 10px 0;
  padding-left: 0;
}

.c-single02__content ul li {
  position: relative;
  padding-left: 1.2em;
  list-style: none;
}

.c-single02__content ul li:before {
  position: absolute;
  top: 7px;
  left: 0;
  width: 5px;
  height: 5px;
  content: '';
  background: #ed3838;
  border-radius: 50%;
}

@media all and (min-width: 600px) {
  .c-single02__content ul li:before {
    top: 13px;
  }
}

.li-before-none{
  position: unset !important;
}

/* リンクカード */
.internal-link-card{
  margin: 24px 4px 32px 4px;
  padding: 16px;
  box-shadow: 0px 5px 15px 0px rgba(51, 51, 51, 0.15);
  transition: .5s ease;
}
.internal-link-card:hover{
  transform: translateY(1px);
  box-shadow: 0px 1px 5px 0px rgba(51, 51, 51, 0.15);
  transition: .1s;
}
@media all and (min-width: 600px) { 
  .internal-link-card{
    margin: 24px 32px 32px 32px;
  }
 }
.internal-link-card a{
  transition: .4s ease;
  color: #333;
  text-decoration: none;
}
.internal-link-card a:hover{
  transition: .2s ease;
  opacity: .7;
}
.internal-link-card__wrap{
  display: grid;
  gap: 0 32px;
}
@media all and (min-width: 600px) { 
  .internal-link-card__wrap{
    display: grid;
    grid-template-rows: auto 1fr;
    grid-template-columns: auto 1fr;
    gap: 0 32px;
  }
 }
.internal-link-card__headline{
  font-size: 14px;
}
@media all and (min-width: 600px) { 
  .internal-link-card__headline{
    grid-column: 1/3;
  }
 }
.internal-link-card figure{
  width: 176px;
  height: 99px;
  margin: 8px 0 0 0;
}
.internal-link-card img{
 width: 100%;
 height: 100%;
 object-fit: cover;
}
.internal-link-card__ttl{
  margin-top: 8px;
  color: #ed3838;
  text-decoration: underline;
}