@charset "utf-8";
.omoiP {
	text-align: center;
}
#omoi figure {
	text-align: center;
}
#omoi figure.img {
	text-align: center;
	margin: 60px 0;
}
#omoi .boxCont {
	display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
    width: 100%;
	margin: 0 auto;
}
#omoi .boxCont .item {
	border-top:  solid 9px #096;
	box-sizing: border-box;
	width: 31%;
	padding: 25px 1em;
	margin: 15px 0;
	box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.25);
	position: relative;
}

#omoi .boxCont .item .icon {
	text-align: center;
}
#omoi .boxCont .item h3 {
	font-size: 20px;
	color: #096;
	text-align: center;
	margin: 1em 0;
}
#omoi .boxCont .item p {
	line-height: 1.8;
	margin: 0 1em;
}
@media (max-width: 800px) {
	#section-01 {
		margin-top: 25px;
	}
	.omoiP {
		text-align: left;
	}
	.omoiP p {
		line-height: 1.6;
	}
	.omoiP p br {
		display: none;
	}
	#omoi .boxCont {
		margin: 0 0 24px;
	}
	#omoi .boxCont .item h3 br {
		display: none;
	}
	#omoi figure.img {
		margin: 20px 0 0;
	}
	#omoi .boxCont .item {
		width: 100%;
	}
	#omoi .boxCont .item {
		border-top: 0;
		border-left: solid 5px #096;
		width: 100%;
		padding: 18px 1em;
		margin: 15px 0 0;
	}
	#omoi .item figure{
		position: absolute;
		width: 17%;
		top: 15px;
		left: 3%;
	}
	#omoi .item figure.img {
		margin: 0;
	}
	#omoi .boxCont .item h3 {
		font-size: 16px;
		text-align: left;
		line-height: 1.4;
		margin: 0 0 0.4em;
		padding-left: 21%;
	}
	#omoi .boxCont .item p {
		line-height: 1.6;
		margin: 0;
		padding-left: 21%;
	}
}
/* TOP サービス一覧 */
.p-service-cards_bottom {
  inline-size: min(calc(100% - 40px), 1100px);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: auto;
}
.p-service-cards_bottom p {
	display: none;
}
.p-service-cards-item-bottom__image {
  aspect-ratio: 370 / 220 ;
  width: 100%;
  height: auto;
}
.p-service-cards-item-bottom__image img {
  transform: scale(1.01);
}

.p-service-cards-item-bottom {
  display: grid;
}
.p-service-cards_bottom h3 {
	font-size: 19px !important;
	margin: inherit !important;
	line-height: inherit !important;
}
.p-service-cards-bottom-item__title {
  height: 75px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  background-color: #fff;
  border-right: 1px solid #ddd;
  padding-inline: 20px;
  line-height: 1.6;
}

.p-service-cards-item-bottom:nth-child(3n) .p-service-cards-bottom-item__title {
  border-right: none;
}

.p-service-cards-item-bottom:last-child .p-service-cards-bottom-item__title {
 border-right: none;
}
.p-service-cards-item-bottom__image {
  aspect-ratio: 370 / 220 ;
  width: 100%;
  height: auto;
	overflow: hidden;
}
.p-service-cards-item-bottom.p-service-cards-item__link,
.p-service-cards-item-bottom.p-service-cards-item__link:hover {
	text-decoration: none;
	transform: background-color 0.1s ease, color 0.1s ease, border-color 0.1s ease;
}
.p-service-cards-item-bottom__image img {
  height: auto;
  transition: transform .6s ease;
}
.p-service-cards-item-bottom__image:hover img {
	transform: scale(1.24); 
}
.c-thumbnail {
  overflow: hidden;
  backface-visibility: hidden;
}

.c-thumbnail-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  pointer-events: none;
  transform: scale(1);
  transition-property: var(--tcd-thumbnail-transition);
  transition-duration: 0.5s;
  transition-timing-function: ease;
  will-change: transform;
}

@media (any-hover: hover) {

  :where(a, .c-thumbnail):hover .c-thumbnail-image {
    transform: var(--tcd-thumbnail-hover-scale);
    filter: var(--tcd-thumbnail-hover-opacity);
  }
}
.c-thumbnail-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  pointer-events: none;
  transform: scale(1);
  transition-property: var(--tcd-thumbnail-transition);
  transition-duration: 0.5s;
  transition-timing-function: ease;
  will-change: transform;
}

@media (any-hover: hover) {

  :where(a, .c-thumbnail):hover .c-thumbnail-image {
    transform: var(--tcd-thumbnail-hover-scale);
    filter: var(--tcd-thumbnail-hover-opacity);
  }
}
.p-service-cards-bottom-item__title {
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  background-color: #fff;
  border-right: 1px solid #ddd;
  padding-inline: 20px;
  line-height: 1.6;
}

.p-service-cards-item-bottom:nth-child(3n) .p-service-cards-bottom-item__title {
  border-right: none;
}

.p-service-cards-item-bottom:last-child .p-service-cards-bottom-item__title {
 border-right: none;
}
.c-line-clamp {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: var(--tcd-line-clamp);
  height: calc(1lh * var(--tcd-line-clamp));
  max-height: calc(1lh * var(--tcd-line-clamp));
  overflow: hidden;
  visibility: visible;
  word-break: break-all;
  margin-block: var(--tcd-half-read);
}

@media (any-hover: hover) {

  .c-hover-color:hover,
  a:hover .c-hover-color {
    opacity: 0.5;
  }
}
.c-line-clamp {
  /* テキストの行数制限 */
}
@media (any-hover: hover) {
	.p-service-cards-item__link:hover .p-service-cards-item__title {
	  color: var(--tcd-accent-color);
	}

	.p-service-cards-item__link:hover .p-service_title_arrow {
	  opacity: 1;
	}

	.p-service-cards-item__link:hover .p-service_title_arrow::before {
	  animation-name: arrowFloatLeft;
	}

	:where(.p-archive--service .p-service-cards-item__link):hover .c-thumbnail-image {
	  transform: unset;
	  filter: unset;
	}
}
@media (max-width:767px) {
  .p-service-cards_bottom {
    display: flex;
    padding-inline: 20px;
    inline-size: 100%;
    justify-content: flex-start;
    overflow-x: scroll;
    white-space: nowrap;
    scrollbar-width: none;
  }
  .p-service-cards-item-bottom {
    flex: 0 0 auto;
    width: 270px;
    scroll-snap-align: start;
  }

  .p-service-cards-item-bottom__image {
    height: 160px;
    aspect-ratio: unset;
  }

  .p-service-cards-bottom-item__title {
    font-size: 16px;
    border-bottom: 1px solid #ddd;
    height: 60px;
  }

  .p-service-cards-bottom-item__title .c-line-clamp {
    white-space: normal !important;
  }

  .p-service-cards-item-bottom:nth-child(3n) .p-service-cards-bottom-item__title {
    border-right: 1px solid #ddd;
  }

  .p-service-cards-item-bottom:first-child .p-service-cards-bottom-item__title {
    border-left: 1px solid #ddd;
  }

  .p-service-cards-item-bottom:last-child .p-service-cards-bottom-item__title {
    border-right: 1px solid #ddd;
  }

	.p-service-cards_bottom h3 {
		font-size: 15px !important;
	}
  .p-service-cards-bottom-item__title .c-line-clamp {
    white-space: normal !important;
  }

}
#cb_content_5.cb_carousel {
	padding: 0;
}
/* コラム一覧ボタン */
#cb_content_6.cb_free_space {
	padding: 0 0 30px;	
}
/* TOP 3バナー */
#cb_content_7 {
	background: #096;
	padding: 30px 0;
}
.p-footer-banner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: center;
}
.p-footer-banner p {
	display: none;
}
.p-footer-banner--center {
  display: flex;
  justify-content: center;
  justify-items: center;
}

.p-footer-banner--center-2 .p-footer-banner__item {
  width: 370px;
}

.p-footer-banner__item {
  display: grid;
  position: relative;
  cursor: pointer;
}

.p-footer-banner__image {
  aspect-ratio: 1;
  aspect-ratio: 370 / 170;
  width: 100%;
	position: relative;
}
.p-footer-banner__image:hover:after {
	content: '';
	width: 100%;
	height: 100%;
	border: solid 5px #fff;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
}
.p-footer-banner__image img {
  transform: scale(1.01);
}
.p-footer-banner__image:hover img {
  transform: scale(1.24);
}
.p-footer-banner__title {
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  bottom: 0;
  width: 100%;
  height: 40px;
  color: #fff;
  line-height: 40px; /* 高さに合わせて調整 */
  padding-inline: 30px;
  position: absolute;
  z-index: 2;
  white-space: nowrap; /* 1行に制限 */
  overflow: hidden; /* はみ出しを隠す */
  text-overflow: ellipsis; /* 省略記号を表示 */
}

.p--footer-banner-title_overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 40px;
  z-index: 1;
  backdrop-filter: blur(2px);
}
@media (max-width:767px) {

  .p-footer-banner {
    grid-template-columns: 1fr;
  }

  .p-footer-banner {
    padding-block: 20px;
  }
  .p-footer-banner__image {
    aspect-ratio: unset;
    height: 150px;
  }
  .p-footer-banner__title {
    font-size: 14px;
    padding-inline: 20px;
  }	
}
#cb_content_1 {
	margin-top: 100px;
}
#cb_content_4/*サービス*/ {
	background: #d2e3dd;
	margin-bottom: 80px;
}
#cb_content_4.cb_free_space .post_content {
	width: 1300px;
	background: #fff;
	padding: 55px 0 40px;
}
@media (max-width:1300px) {
	#cb_content_4.cb_free_space .post_content {
		max-width: 1300px;
		width: auto;
	}
}
@media (max-width:767px) {
	#cb_content_1 {
		margin-top: 50px;
	}
	#cb_content_1 .com_fs01 {
		margin-bottom: 1em;
		line-height: 1.8;
	}

	#cb_content_4/*サービス*/ {
		padding: 30px 0;
		margin-bottom: 30px;
	}
	#cb_content_7/*3banner*/ {
		padding: 0;
	}
	#cb_content_3 .catch.common_catch/*お知らせh2*/,
	#cb_content_5 .catch.common_catch/*コラムh2*/ {
		margin-bottom: 20px;
	}
	#cb_content_4.cb_free_space .post_content/*サービス*/ {
		padding: 20px 0 10px;
	}

}
@media (max-width:520px) {
	#cb_content_1 {
		margin-top: 10px;
	}
	.p-footer-banner {
		display: flow;
		padding-block: 15px;
	}
	#cb_content_6.cb_free_space {
		padding: 0 0 20px;
	}
	#cb_content_7.cb_free_space .post_content {
		margin: 0 15px;
	}
	.p-footer-banner__item {
		display: table-cell;
		width: 50%;
	}
	.p-footer-banner__item:last-child {
		display: block;
		width: 100%;
	}
	.p-footer-banner__title {
		font-size: 13px;
		height: 40px;
	}
	.p-footer-banner__item:last-child .p-footer-banner__title {
		font-size: 14px;
		position: relative;
		height: 28px;
	}

	.p-footer-banner__image {
		height: 119px;
	}
	.p--footer-banner-title_overlay {
		display: none;
	}
}
