.solution-page {
@charset "UTF-8";

@media (min-width:768px){

}
@media (max-width:767px){

}

.youtube {
  width: 100%;
  max-width: 768px;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}
.dropdown-content.dropdown-content--extend {
  width:auto;
}
h1.topHeading {
  font-size: 2.525rem;
  line-height: 4.125rem;
  font-weight: 600;
}
h2.topHeading {
  font-size: 1.425rem;
  line-height: 2.525rem;
  font-weight: 400;
}
@media (max-width:767px){
  .hero-content{
  margin-right: 0;
  }
  h1.topHeading {
  font-size: 2.325rem;
  line-height: 3.125rem;
  font-weight: 600;
  }
  h2.topHeading {
  font-size: 1.125rem;
  line-height: 1.725rem;
  font-weight: 500;
  }
  .d-sm-none {
  display: none!important ;
  }
}
@media (min-width:768px){
 .d-pc-none {
  display: none!important ;
  }
}

/* CTA */
.bg_cta {
  background-image: linear-gradient(135deg, #93e8ed, #2bbdf3);/*#93eddb, #00c0da*/
  padding: 1em 0 2em;
  margin-bottom: 2em;
	text-align: center;
  border-radius: 10px;
}
.bg_cta p {
  padding: 1em 0 0.5em;
  margin: 0;
  color: #ffffff !important;
}
.c_cta_button a {
  display: block;
	vertical-align: middle;
	text-decoration: none;
	max-width: 360px;
	margin: auto;
	font-weight: bold;
	background-image: linear-gradient(135deg, #f7af2a, #f85924); /*#4cda85, #06b5cd*/
	border-radius: 50em;
	box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
	-webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
	transition: 0.5s;
}
.c_cta_button a p {
  padding: 1em 0;
  color: #fff !important;
  font-size: 1.175rem;
}
.c_cta_button a:hover {
  color: #fff;
	background-image: linear-gradient(135deg, #f3da39, #f88000);
  transform: scale(1.05);
}
.c_cta_button a:after {
}
.num_highlight {
  font-size: 1.3rem;
  font-weight: 700;
  padding: 0 0.2em;
}

/* 他コラム記事リンク */
.bg_linkc {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin: 1em 0;
}
.bg_linkc .image25 {
  width: 25%;
  margin: 0;
  padding: 0;
}
.item_linkc .image25 img.linkc_thumb {
  height: auto;
  border-radius: 5px 0 0 5px !important;
}
.item_linkc_text {
  width: 65%;
  margin: 0 0 0 20px;
  padding: 0;
}
.item_linkc_text p {
  line-height: 1.4;
  margin-bottom: 0;
}
.item_linkc img {
  width: 100%;
}
.overlink:hover {
	opacity: 0.8;
}
.item_linkc_arrow {
  width: 5%;
  position: relative;
  color: #444;
  vertical-align: middle;
  text-decoration: none;
  font-size: 1em;
}
.item_linkc_arrow::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 0.5em;
  height: 0.5em;
  border-top: 2px solid #444;
  border-right: 2px solid #444;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.bg_linkc .image40 {
  width: 40%;
  margin: 0;
  padding: 0;
}

/* ボタン */
.button {
  display: block;
	vertical-align: middle;
	text-decoration: none;
	max-width: 360px;
	font-weight: bold;
	background-image: linear-gradient(135deg, #eed44f, #f85924); /*#4cda85, #06b5cd*/
	border-radius: 50em;
	box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
	-webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
	transition: 0.5s;
  margin: 1em;
}
.button:hover {
  opacity: 0.7;
}
.button p {
  padding: 1em 0;
  line-height: 1.4;
  text-align: center;
  color: #fff !important;
  font-size: 0.8rem;
}

/* サービス詳細 */
.bg_servie {
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 1em;
  margin: 1em 0;
  align-items: center;
  overflow: hidden;
}
.bg_servie .container {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  margin: 0;
}
.bg_servie .container figure {
  width: 38%;
  margin: 0;
  padding: 0;
}
.bg_servie .container figure img.linkc_thumb {
  height: auto;
}
.bg_servie .container .item_servie_text {
  width: 60%;
}
.bg_servie .container .item_servie_text p {
  line-height: 1.6;
  margin-bottom: 0;
}
.bg_servie .container .item_servie_text p.bold {
  font-size: 1.2rem;
  margin-bottom: 0.5em;
}
.bg_servie .container .button {
  max-width: 300px;
  background-image: linear-gradient(135deg, #93e8ed, #2bbdf3);
  margin: 0 auto;
  margin-top: 1em;
}

/* 物件詳細 */
.bg_3cards {
  background-image: linear-gradient(135deg, #93e8ed, #2bbdf3);
  padding: 1em 0;
  margin-bottom: 2em;
  border: none;
  border-radius: 10px;
}
.bg_3cards p.heading {
  font-size: 1.3rem;
  color: #fff;
  text-align: center;
  margin-bottom: 0.5em;
}
.bg_3cards .container {
  display: flex;
  justify-content: space-between;
  padding: 0;
}
.bg_3cards .card {
  width: 33%;
  background: #fff;
  padding: 1em;
  margin-right: 1em;
  margin-bottom: 0;
  border-radius: 10px;
  border: none;
}
.bg_3cards .card:first-child {
  margin-left: 1em;
}
.bg_3cards .card figure{
  display: inline-block;
  margin: 0 0 1em;
  text-align: center;
}
.bg_3cards .card figure.ico {
  margin: 1em 1.5em 2em;
}
.bg_3cards .card p.card_detail {
  font-size: 0.8rem;
  line-height: 1.4;
  margin-bottom: 1em;
}
.bg_3cards .card p.card_heading {
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 1em;
}
.bg_3cards .card .button {
  margin: 0;
  margin-top: auto;
}

/* 汎用サービス案内 */
.bg_3cards.cta_general {
  background-image: linear-gradient(135deg,#93e8ed, #2bbdf3);
}
.bg_3cards.cta_general p.card_detail {
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
}
.bg_3cards.cta_general .button {
  background-image: linear-gradient(135deg,#93e8ed, #2bbdf3);
}

/* デバイス別表示 */
@media (min-width: 576px) {
    .mobile-only {
        display: none;
    }
}
@media (max-width: 575px) {
    .pc-only {
        display: none;
    }
}

/* mobile */
@media (max-width: 576px) {
    .c_cta_button {
      padding: 0 1em;
    }
    .bg_3cards .container,
    .bg_servie .container {
      display: block;
      margin: 0 auto;
    }
    .bg_servie .container figure,
    .bg_servie .container .item_servie_text {
      width: 100%;
      padding: 0.5em;
    }
    .bg_servie .container .item_servie_text {
      margin-top: 1em;
    }
    .bg_3cards .card {
      width: 90%;
      margin-left: 1em;
      margin-bottom: 1em;
      margin-right: 0;
    }
    .bg_3cards .card:last-child {
      margin-bottom: 0;
    }
    .bg_linkc .image25 {
      width: 40%;
    }
    .item_linkc_text {
      width: 60%;
      font-size: 0.8rem;
      margin: 0 0.5em;
    }
    .item_linkc_arrow {
      display: none;
    }
}

/* headerMenu */
@media (min-width: 1200px) {
    .main-menu .nav-link {
        padding: 0 1rem;
    }
}
.nav, .btn-group, .card-post-tag {
  padding-top: 1em;
}
.main-menu .nav-link span,
.nav-item a.nav-link,
.header-contact a {
  font-weight: 600;
  cursor: pointer;
}
.dropdown-content .dropdown-item {
  font-weight: 500;
}
@media (min-width: 992px) {
.main-menu .dropdown-content {
    width: auto;
  }
}
@media ((max-width: 991px)) {
.main-menu p.nav-link {
    margin-bottom: 0;
  }
}

@media (min-width: 992px) {
  .box-contact a {
  height: 11.125rem;
  font-weight: 600;
  border: 1px solid #ffffff;
  }
  .box-contact a:first-child {
  background: #00b1b1;
  }
  .box-contact a:nth-child(2) {
  background: #e64d4f;
  }
}

@media (max-width: 775px) {
  .box-contact a:nth-child(2) {
  background: #e64d4f;
  }
}

/* /case のサムネイル調整 */
.card-post-info-image {
    align-items: center;
    bottom: .125rem;
    display: flex;
    height: 4.5rem;
    justify-content: center;
    left: 0;
    margin-bottom: 0;
    position: absolute;
    width: 4.5rem;
    z-index: 10;
    border-radius: 50%;
    overflow: hidden;
    background-color: #fff;
    border: 1px solid #e5e5e5;
}

.card-post-info-image-lg {
    height: 5.625rem;
    width: 5.625rem;
}

.card-post-info-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* thumbnailクラスのスタイルを無効化 */
.card-post-info-image .thumbnail {
    background: none;
    border: none;
    border-radius: 0;
    width: 100%;
    height: 100%;
    padding-bottom: 0 !important;
}

.card-post-info-image .thumbnail img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    object-position: center;
}

.thumbnail>img {
  width: 80%;
}


@media (min-width: 768px) {
    .center-slider-text {
        bottom: 24px;
}}

/* btn */
.btn-wplink {
  width: 60%;
  padding: 1em 0 !important;
}
a.btn-wplink {
  background: #1B234A;
  border-radius: 50em;
}
a.btn-wplink:hover {
  background: #1B234A;
  opacity: 0.7;
}
.btn-wplink p {
  font-size: 1.275rem !important;
  font-weight: 600;
  line-height: 1.4 !important;
  padding-top: 1em !imortant;
  padding-bottom: 1em !imortant;
}
.btn-wplink p span {
  font-size: 1rem !important;
  font-weight: 500;
}
}
