@charset "utf-8";
/* ---------------------------------------------------
 Layout-pc-s
--------------------------------------------------- */
@media only screen and (min-width:1024px) and (max-width:1279px){

.mid_br{
	display: none;
}

/***********************************
サブページ タイトル
***********************************/
.sub-title-2 {
	position: absolute;
	top: 60%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	font-family: "Montserrat", sans-serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
	font-size: 30px;
	z-index: 2;
}
.sub-title-2 p {
	font-size: 20px;
	font-family: "Zen Old Mincho", serif;
	font-weight: 700;
	font-style: normal;
}
/***********************************
サブページ 個人向けサービス
***********************************/

/* タイトル */
.sub-service-title-block {
	position: relative;
	width: 100%;
	max-width: 100%;
	overflow: hidden;
  }
  .sub-service-back img {
	width: 100%;
	height: 300px;
	display: block;
	opacity: 0.5;
	object-fit: cover;
  }
  .sub-service-title {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	font-family: "Montserrat", sans-serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
	font-size: 30px;
	z-index: 2;
  }
  .sub-service-title p {
	font-size: 20px;
	font-family: "Zen Old Mincho", serif;
	font-weight: 700;
	font-style: normal;
  }
  .sub-service-title-2 {
	position: absolute;
	bottom: 15%;
	left: 50%;
	transform: translateX(-50%);
	font-size: 22px;
	z-index: 2;
	width: 50%;
	background-color: #ec6d56;
	padding: 10px;
	color: #fff;
	font-family: "Zen Old Mincho", serif;
	font-weight: 700;
	font-style: normal;
	text-align: center;
	border-radius: 30px;
	opacity: 0.9;
  }

/* キャッチコピー */
.sub-service-catch{
	margin-top: 60px;
	text-align: center;
	font-family: "Zen Old Mincho", serif;
	font-weight: 700;
	font-style: normal;
	font-size: 28px;
	line-height: 2em;
}
.sub-service-body{
	width: 60%;
	margin: 30px auto 60px;
	font-family: "Zen Old Mincho", serif;
	font-weight: 500;
	font-style: normal;
	line-height: 2.2em;
	font-size: 18px;
	text-align: justify;
}
.sub-service-block1{
	width: 86%;
	margin: 30px auto;
	background-color: #FCFCE3;
	border-radius: 30px;
}
.sub-service-block-title{
	text-align: center;
	font-family: "Zen Old Mincho", serif;
	font-weight: 700;
	font-style: normal;
	font-size: 28px;
	line-height: 1.8em;
	padding-top: 30px;
	color: #ec6d56;
}
.sub-service-block-body{
	text-align: center;
	font-family: "Zen Old Mincho", serif;
	font-weight: 500;
	font-style: normal;
	font-size: 18px;
	line-height: 2.2em;
	padding-top: 10px;
}
.sub-service-block1-container{
	width: 86%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 30px auto 20px;
}
.sub-service-block1-item{
	width: 30%;
}
.sub-service-block1-pic{
	width: 20%;
	margin: 20px auto;
	padding-bottom: 30px;
}
/** 三角形 **/
.triangle-down {
	width: 0;
	height: 0;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-top: 30px solid #999;
	margin: 30px auto 0; 
}
/** ここがポイント **/
.sub-service-block2-container{
	width: 90%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 30px auto 20px;
}
.sub-service-block2-item{
	width: 31%;
	background-color: #ec6d56;
	border-radius: 30px;
  	margin-bottom: 30px;
}
.sub-service-block2-item img{
	width: 100%;
	padding: 20px;
	margin: 0px auto;
}
.sub-service-block2-item p{
	margin: -10px auto 10px ;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 700;
	font-style: normal;
	text-align: center;
	font-size: 24px;
	padding-bottom: 4px;
	color: #FFF67F;
}
.sub-service-block2-caption{
	width: 86%;
	color: #fff;
	font-size: 16px;
	margin: 0 auto;
	padding-bottom: 30px;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 500;
	font-style: normal;
	line-height: 1.6em;
}
.sub-service-block2-bottom{
	margin-bottom: 40px;
}
/** サービス説明 **/
.sub-service-block4-container{
	width: 86%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 20px auto 10px;
}
.sub-service-block4-pic{
	width: 45%;
}
.sub-service-block4-text{
	width: 50%;
}
.sub-service-block4-title{
	text-align: left;
	font-family: "Zen Old Mincho", serif;
	font-weight: 700;
	font-style: normal;
	font-size: 28px;
	line-height: 1.8em;
	padding-top: 80px;
	color: #ec6d56;
}
.sub-service-block4-text p{
	text-align: justify;
	font-family: "Zen Old Mincho", serif;
	font-weight: 500;
	font-style: normal;
	font-size: 18px;
	line-height: 2.2em;
	padding-top: 10px;

}
/** 主なサービス内容 **/
.sub-service-block4-bottom{
	width: 86%;
	margin: 30px auto 80px;
	background-color: #FCFCE3;
	border-radius: 30px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.sub-service-block4-bottom-title{
	text-align: center;
	font-size: 18px;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 700;
	font-style: normal;
	color: #fff;
	background-color: #777;
	padding: 10px;
	border-radius: 30px;
	width: 40%;
	margin: 20px auto 30px;
}
.sub-service-block4-container2,
.sub-service-block5-container{
	width: 90%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto;
}
.sub-service-block4-container2-item,
.sub-service-block5-container-item{
	width: 48%;
}
.sub-service-block4-container2-text{
	background-color: #ec6d56;
	text-align: center;
	width: 100%;
	font-size: 20px;
	color: #fff;
	padding: 40px 0px;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 700;
	font-style: normal;
	border-radius: 30px;
}
.sub-service-block4-container2-item p,
.sub-service-block5-container-item p{
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 500;
	font-style: normal;
	padding: 10px 10px;
	line-height: 1.8em;
	font-size: 16px;
}





/** お客さまの声バナー **/
.sub-service-voices{
	position: relative;
	width: 100%;
	height: 300px; 
	overflow: hidden;
}
.sub-service-voices-pic{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 300px; 
	background-image: url("../images/sub-service-voices.jpg");
	background-size: cover;
	background-position: center;
	opacity: 0.3; /* 画像のみ透過 */
	z-index: 1;
}
.sub-service-voices-text{
	position: relative;
	z-index: 2;
}
.sub-service-voices-title{
	text-align: center;
	font-family: "Zen Old Mincho", serif;
	font-weight: 700;
	font-style: normal;
	font-size: 28px;
	padding-top: 60px;
	color: #ec6d56;
}
.sub-service-voices-body{
	text-align: center;
	font-family: "Zen Old Mincho", serif;
	font-weight: 600;
	font-style: normal;
	font-size: 18px;
	padding-top: 20px;
}
.sub-service-voices-btn{
	background-color: #ec6d56;
	padding: 20px;
	width: 40%;
	text-align: center;
	font-family: "Zen Old Mincho", serif;
	font-weight: 600;
	font-style: normal;
	font-size: 22px;
	color: #fff;
	border-radius: 20px;
	margin: 30px auto 10px;
	opacity: 1;
	transition: 1.0s ;
}
.sub-service-voices-btn:hover{
	opacity: 0.6;
	transition: 1.0s ;
}
/** 参考価格 **/
.sub-service-price-content{
	width: 86%;
	margin: 60px auto;
	background-color: #fff;
	border-radius: 30px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); 
	padding-bottom: 10px;
	padding-top: 3px;
}
.sub-service-price-title{
	text-align: center;
	font-family: "Zen Old Mincho", serif;
	font-weight: 700;
	font-style: normal;
	font-size: 28px;
	padding-top: 30px;
	color: #ec6d56;
}
.sub-service-price-detail{
	width: 60%;
	margin: 20px auto 10px;
	font-family: "Zen Old Mincho", serif;
	font-weight: 600;
	font-style: normal;
	font-size: 18px;
	text-align: center;
	border-bottom: solid 1px #dcdcdc;
	padding-bottom: 20px;
}
.sub-service-price-large{
	font-family: "Zen Old Mincho", serif;
	font-weight: 600;
	font-style: normal;
	font-size: 28px;
	text-align: center;
	letter-spacing: 0.07em;
}
.sub-service-price-caption{
	font-size: 18px;
	text-align: center;
}
/** 対応エリア **/
.sub-service-price-area{
	width: 90%;
	margin: 30px auto;
	background-color: #f6f6f6;
	border-radius: 20px;
	padding-top: 5px;
}
.sub-service-price-area-title{
	width: 40%;
	margin: 30px auto 20px;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 18px;
	text-align: center;
	background-color: #555;
	border-radius: 20px;
	padding: 10px;
	color: #fff;
}
.sub-service-price-area-text{
	text-align: center;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 16px;
  width: 90%;
  margin: 20px auto;
}
.sub-service-price-area-detail{
	width: 80%;
	margin: 10px auto;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 20px;
	text-align: center;
	padding: 10px;
	color: #333;
	border-bottom: solid 1px #dcdcdc;
}
.sub-service-price-area-caption{
	text-align: center;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 16px;
	margin-top: 20px;
	padding-bottom: 20px;
}
.sub-service-price-area-detail-small{
	font-size: 16px;
}

/***********************************
サブページ 法人向けサービス
***********************************/
.sub-business-title-2 {
	position: absolute;
	bottom: 15%;
	left: 50%;
	transform: translateX(-50%);
	font-size: 18px;
	z-index: 2;
	width: 50%;
	background-color: #e4a756;
	padding: 10px;
	color: #fff;
	font-family: "Zen Old Mincho", serif;
	font-weight: 700;
	font-style: normal;
	text-align: center;
	border-radius: 30px;
	opacity: 0.9;
  }
  .sub-business-block1{
	width: 86%;
	margin: 30px auto 80px;
	background-color: #f6f6f6;
	border-radius: 30px;
	padding-top: 10px;
	padding-bottom: 20px;
}
.sub-business-block1-title{
	text-align: center;
	font-size: 18px;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 700;
	font-style: normal;
	color: #fff;
	background-color: #777;
	padding: 10px;
	border-radius: 20px;
	width: 40%;
	margin: 40px auto;
}
.sub-business-block1-container{
	width: 90%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto;
}
.sub-business-block1-container-item{
	width: 31%;
}
.sub-business-block1-container-text{
	background-color: #e4a756;
	text-align: center;
	width: 100%;
	font-size: 18px;
	color: #fff;
	padding: 35px 10px;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 700;
	font-style: normal;
	border-radius: 20px;
}
.sub-business-block1-container-item p{
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 500;
	font-style: normal;
	padding: 10px 10px;
	line-height: 2em;
	font-size: 14px;
}
.sub-business-block2-container{
	width: 90%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0px auto 0;
}
.sub-business-block2-container-item{
	width: 46%;
	margin-left: 1%;
	margin-right: 1%;
}
.sub-business-block2-container-text{
	background-color: #e4a756;
	text-align: center;
	width: 100%;
	font-size: 18px;
	color: #fff;
	padding: 20px 0px;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 700;
	font-style: normal;
	border-radius: 20px;
}

/** お客さまの声リンク **/
.sub-business-voices{
	position: relative;
	width: 100%;
	height: 300px; 
	overflow: hidden;
}
.sub-business-voices-pic{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 300px; 
	background-image: url("../images/sub-voices-back2.jpg");
	background-size: cover;
	background-position: center;
	opacity: 0.3; /* 画像のみ透過 */
	z-index: 1;
}
.sub-business-voices-text{
	position: relative;
	z-index: 2;
}
.sub-business-voices-title{
	text-align: center;
	font-family: "Zen Old Mincho", serif;
	font-weight: 700;
	font-style: normal;
	font-size: 28px;
	padding-top: 40px;
	color: #e4a756;
}
.sub-business-voices-body{
	text-align: center;
	font-family: "Zen Old Mincho", serif;
	font-weight: 600;
	font-style: normal;
	font-size: 18px;
	padding-top: 20px;
}
.sub-business-voices-btn{
	background-color: #e4a756;
	padding: 20px;
	width: 40%;
	text-align: center;
	font-family: "Zen Old Mincho", serif;
	font-weight: 600;
	font-style: normal;
	font-size: 20px;
	color: #fff;
	border-radius: 30px;
	margin: 30px auto 20px;
	opacity: 1;
	transition: 1.0s ;
}
.sub-business-voices-btn:hover{
	opacity: 0.6;
	transition: 1.0s ;
}
/** 対応エリア **/
.sub-business-area-btn{
	background-color: #e4a756;
	padding: 30px;
	width: 70%;
	text-align: center;
	font-family: "Zen Old Mincho", serif;
	font-weight: 600;
	font-style: normal;
	font-size: 20px;
	color: #fff;
	border-radius: 30px;
	margin: 30px auto 20px;
	opacity: 1;
	transition: 1.0s ;
}
.sub-business-area-btn:hover{
	opacity: 0.6;
	transition: 1.0s ;
}

/***********************************
サブページ お客さまの声
***********************************/

#sub-voices-content{
	margin-top: 50px;
	position: relative;
	height: 2500px;
}
.sub-voices-contentsub-voices-business{
	margin-top: 100px;
	position: relative;
	height: 800px;
}
.sub-voices-inner {
	position: absolute;
	top: 100px;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
}
.sub-voices-private-title {
	margin: 0 auto;
	font-size: 18px;
	width: 50%;
	background-color: #ec6d56;
	padding: 10px;
	color: #fff;
	font-family: "Zen Old Mincho", serif;
	font-weight: 700;
	font-style: normal;
	text-align: center;
	border-radius: 20px;
	opacity: 0.9;
  }
  .sub-voices-business-title {
	margin: 20px auto;
	font-size: 20px;
	width: 60%;
	background-color: #e4a756;
	padding: 10px;
	color: #fff;
	font-family: "Zen Old Mincho", serif;
	font-weight: 700;
	font-style: normal;
	text-align: center;
	border-radius: 20px;
	opacity: 0.9;
  }
.sub-voices-private-body{
	margin: 40px auto;
	width: 60%;
	font-size: 16px;
	line-height: 2em;
	font-family: "Zen Old Mincho", serif;
	font-weight: 500;
	font-style: normal;
}
.sub-voices-area{
	width: 80%;
	margin: 0 auto;
	background-color: #FCFCE3;
	border-radius: 40px;
	padding-bottom: 30px;
}
.sub-voices-block{
	width: 80%;
	margin: 10px auto;
}
.sub-voices-container{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
	padding-top: 40px;
}
.sub-voices-case{
	width: 100px;
	height: 100px;
	background-color: #ec6d56; 
	border-radius: 50%; /* 円形にする */
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	color: #FFF;
	font-family: "Montserrat", sans-serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
}
.sub-voices-headline{
	width: 70%;
	font-family: "Zen Old Mincho", serif;
	font-weight: 700;
	font-style: normal;
	font-size: 20px;
	padding-left: 40px;
	padding-top: 38px;
}
.sub-voices-body{
	margin: 40px auto 40px;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 16px;
	line-height: 2.2em;
}
.sub-voices-name{
	text-align: end;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 16px;
	padding-bottom: 20px;
}
.hr-voices{
	border: none;
	border-top: 1px dashed #999;
	width: 100%;
	margin: 10px 0;
}

/***********************************
サブページ 会社案内
***********************************/

.sub-company-message-title{
	width: 25%;
	margin: 80px auto 60px;
}
.sub-company-message-pic{
	position: relative;
}
.sub-company-message-text{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 20px;
	font-family: "Zen Old Mincho", serif;
	font-weight: 700;
	color: #fff;
	width: 90%;
	text-align: center;
}
.sub-company-message-container{
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 40px;
}
.sub-company-message-item-pic{
	width: 40%;
}
.sub-company-message-item-text{
	width: 50%;
	margin-left: 5%;
	margin-right: 5%;
	font-size: 16px;
	line-height: 2em;
	font-family: "Zen Old Mincho", serif;
	font-weight: 500;
	font-style: normal;
	text-align: justify;
}
.sub-company-message-item-name{
	text-align: right;
	margin-top: 20px;
}
#sub-company-profile{
	margin-top: 10px;
	height: 1200px;
	position: relative;
}
.sub-company-profile-back{
	position: absolute;
	bottom: 0%;
}
.sub-company-profile-content{
	position: absolute;
	top: 600px;
	left: 50%;
	transform: translate(-50%, -50%);

	z-index: 100;
	width: 86%;
	margin: 0 auto;
	background-color: #fff;
	border-radius: 30px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); 
	padding-bottom: 40px;
	padding-top: 3px;
}
.company-profile-table {
	width: 80%;
	margin: 0 auto;
	border-collapse: collapse;
	font-size: 16px;
	margin-top: 15px;
  }
  .company-profile-table th,
  .company-profile-table td {
	border-bottom: 1px solid #ddd;
	padding: 10px ;
	vertical-align: top;
	text-align: left;
	line-height: 2em;
	width: 100%;
  }
  .company-profile-table th {
	width: 20%;
  }

 #sub-company-history{
	width: 100%;
	background-color: #FCFCE3;
	padding-top: 30px;
	margin-top: -20px;
	padding-bottom: 40px;
  }
  .sub-company-history-headline{
	text-align: center;
	margin-top: 40px;
	font-family: "Zen Old Mincho", serif;
	font-weight: 700;
	font-style: normal;
	font-size: 20px;
  }
  .company-history-table {
	width: 60%;
	border-collapse: collapse;
	font-size: 16px;
	margin: 30px auto;
	display: block; 
  }
  .company-history-table th,
  .company-history-table td {
	border-bottom: 1px solid #EDEDC9;
	padding: 10px ;
	vertical-align: top;
	text-align: left;
	line-height: 2em;
	width: 100%;
  }
  .company-history-table th {
	width: 20%;
  }







}
