@charset "UTF-8";
/*
Theme Name: プレミアムプラン コーポレート
Theme URI: https://
Description: sooon株式会社サイトオリジナルテーマ
Author: Arase
Author URI:
Version: 1.0.0

*/

/*

ーカラーの指定方法ー

◎メインカラー  
color: var(--main-color);

◎サブカラー  
color: var(--sub-color);

◎フォントカラー  
color: var(--font-color);

◎背景色  
color: var(--background-color);

*/


@media screen and (max-width: 767px) {
  .u-pc {
    display: none;
  }
}
.u-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-sp {
    display: block;
  }
}

.upper {
	text-transform: capitalize
}
.no-link > a {
	pointer-events: none;
}

.pankuzu span br,
.menu li a br {
	display: none;
}


.footer .footer_main {
	position: relative;
}
.footer .company_detail {
	padding-bottom: 240px;
}
.footer .footer_table {
	position: absolute;
	top: auto;
	left: auto;
	width: 400px;
	height: auto;
	margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .footer .company_detail {
    padding-bottom: 0;
  }
  .footer .footer_table {
    position: static;
  }
}

.top-other .page_link-item {
	width: 100%;
}

/* top-service */
.home .top-service {
  overflow: visible;
}
.home .top-service .row_base {
  display: flex;
  flex-direction: row;
	justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  border-left: none;
}

.home .top-service .row_base li::before {
  display: none;
}

.home .top-service .row_base .flex-top {
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: flex-start;
  gap: 20px;
  width: calc(25% - 7.5px);
  min-width: 216px;
  padding: 40px 28px 32px;
  background-color: #fff;
}

.home .top-service .row_base .flex-top .right {
  order: -1;
  width: 100%;
}
.home .top-service .row_base .flex-top .right img {
	width: 100%;
	aspect-ratio: 2 / 1;
	object-fit: contain;
}
.home .top-service.menu .row_base .flex-top .right img {
	aspect-ratio: 4 / 3;
	object-fit: cover;
}

.home .top-service .row_base .flex-top .left {
  display: flex;
  flex-direction: column;
	align-items: center;
	gap: 14px;
  flex: 1;
  width: 100%;
  padding: 0;
  margin: 0;
}
.home .top-service .row_base .flex-top .left .heading2 {
  font-size: 2rem;
  margin-bottom: 0;
}
.home .top-service .row_base .flex-top .left .description {
	margin-bottom: 0;
  	font-size: 1.4rem;
	line-height: 2;
	text-align: left;
}
.home .top-service .row_base .flex-top .left .more_btn {
  display: flex;
  align-items: center;
  margin: auto 0 0;
  min-width: unset;
  height: auto;
  padding: 10px 0;
}
.home .top-service .row_base .flex-top .left .more_btn::before {
  	flex: 1;
}

@media screen and (max-width: 767px) {
	.home .top-service .row_base {
		justify-content: flex-start;
	}
  .home .top-service .row_base .flex-top {
    width: calc(50% - 5px);
    min-width: 0;
    padding: 24px 12px 16px;
  }
  .home .top-service .row_base .flex-top .right {
    margin: 0;
  }
	.home .top-service .row_base .flex-top .right img {
		margin-inline: auto;
		max-width: 200px;
	}
  .home .top-service .row_base .flex-top .left .heading2 {
    font-size: 1.6rem;
  }
  .home .top-service .row_base .flex-top .left .description {
    font-size: 1.18rem;
  }
}