@charset "utf-8";

@media screen and (max-width:599px) {


.br-pc{
	display: none;
}
.br-sp{
	display: block;
}

/***********************************
サブページ タイトル
***********************************/
.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;
	width: 300px;
}

/***********************************
サブページ 個人向けサービス
***********************************/
.sub-service-title-block {
	position: relative;
	width: 100%;
	max-width: 100%;
	overflow: hidden;
  }
  .sub-service-back img {
	width: 100%;
	height: 250px;
	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: 18px;
	z-index: 2;
	width: 70%;
	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: 50px;
	text-align: center;
	font-family: "Zen Old Mincho", serif;
	font-weight: 700;
	font-style: normal;
	font-size: 22px;
	line-height: 1.8em;
}
.sub-service-body{
	width: 80%;
	margin: 20px auto;
	font-family: "Zen Old Mincho", serif;
	font-weight: 500;
	font-style: normal;
	line-height: 1.8em;
	font-size: 15px;
}
.sub-service-block1{
	width: 90%;
	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: 22px;
	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: 15px;
	line-height: 2em;
	padding-top: 10px;
}
.sub-service-block1-container{
	width: 70%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
	margin: 30px auto 20px;
}
.sub-service-block1-item{
	width: 90%;
  margin-bottom: 20px;
}
.sub-service-block1-pic{
	width: 50%;
	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: 80%;
	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: 100%;
	background-color: #ec6d56;
	border-radius: 20px;
  margin-bottom: 30px;
}
.sub-service-block2-item img{
	width: 90%;
	margin:20px 20px 6px;
}
.sub-service-block2-item p{
	margin: 10px ;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 700;
	font-style: normal;
	text-align: center;
	font-size: 18px;
	padding-bottom: 4px;
	color: #FFF67F;
}
.sub-service-block2-caption{
	width: 86%;
	color: #fff;
	font-size: 15px;
	margin: 0 auto;
	padding-bottom: 30px;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 500;
	font-style: normal;
	line-height: 1.8em;
}
.sub-service-block2-bottom{
	margin-bottom: 40px;
}
/** サービス説明 **/
.sub-service-block4-container{
	width: 90%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
	margin: 30px auto 20px;
}
.sub-service-block4-pic{
	width: 90%;
}
.sub-service-block4-text{
	width: 80%;
}
.sub-service-block4-title{
	text-align: left;
	font-family: "Zen Old Mincho", serif;
	font-weight: 700;
	font-style: normal;
	font-size: 22px;
	line-height: 1.8em;
	padding-top: 20px;
	color: #ec6d56;
}
.sub-service-block4-text p{
	text-align: justify;
	font-family: "Zen Old Mincho", serif;
	font-weight: 500;
	font-style: normal;
	font-size: 15px;
	line-height: 2em;
	padding-top: 10px;

}
/** 主なサービス内容 **/
.sub-service-block4-bottom{
	width: 90%;
	margin: 30px auto 50px;
	background-color: #FCFCE3;
	border-radius: 30px;
	padding-top: 10px;
	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: 20px;
	width: 90%;
	margin: 20px auto;
}
.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: 100%;
}
.sub-service-block4-container2-text{
	background-color: #ec6d56;
	text-align: center;
	width: 100%;
	font-size: 20px;
	color: #fff;
	padding: 20px 0px;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 700;
	font-style: normal;
	border-radius: 20px;
}
.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: 15px;
}

.sub-service-block6-comment{
	text-align: center;
	font-family: "Zen Old Mincho", serif;
	font-weight: 700;
	font-style: normal;
	font-size: 18px;
	line-height: 1.8em;
	padding-bottom: 20px;
		width: 90%;
	margin: 30px auto 30px;
}


/** お客さまの声バナー **/
.sub-service-voices{
	position: relative;
	width: 100%;
	height: 250px; 
	overflow: hidden;
}
.sub-service-voices-pic{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 250px; 
	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: 22px;
	padding-top: 40px;
	color: #ec6d56;
}
.sub-service-voices-body{
	text-align: center;
	font-family: "Zen Old Mincho", serif;
	font-weight: 600;
	font-style: normal;
	font-size: 15px;
	padding-top: 20px;
}
.sub-service-voices-btn{
	background-color: #ec6d56;
	padding: 20px;
	width: 80%;
	text-align: center;
	font-family: "Zen Old Mincho", serif;
	font-weight: 600;
	font-style: normal;
	font-size: 18px;
	color: #fff;
	border-radius: 20px;
	margin: 20px auto 10px;
	opacity: 1;
	transition: 1.0s ;
}
.sub-service-voices-btn:hover{
	opacity: 0.6;
	transition: 1.0s ;
}
/** 参考価格 **/
.sub-service-price-content{
	width: 90%;
	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: 22px;
	padding-top: 30px;
	color: #ec6d56;
}
.sub-service-price-detail{
	width: 90%;
	margin: 20px auto 10px;
	font-family: "Zen Old Mincho", serif;
	font-weight: 600;
	font-style: normal;
	font-size: 16px;
	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: 24px;
	text-align: center;
	letter-spacing: 0.07em;
}
.sub-service-price-caption{
	font-size: 15px;
	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: 70%;
	margin: 20px auto 10px;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 16px;
	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: 15px;
  width: 90%;
  margin: 20px auto;
}
.sub-service-price-area-detail{
	width: 90%;
	margin: 10px auto;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 18px;
	text-align: center;
	padding: 5px;
	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: 15px;
	margin-top: 20px;
	padding-bottom: 20px;
}
.sub-service-price-area-detail-small{
	font-size: 14px;
}

/***********************************
サブページ 法人向けサービス
***********************************/
.sub-business-title-2 {
	position: absolute;
	bottom: 15%;
	left: 50%;
	transform: translateX(-50%);
	font-size: 18px;
	z-index: 2;
	width: 70%;
	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: 90%;
	margin: 30px auto 40px;
	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: 90%;
	margin: 20px 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: 100%;
}
.sub-business-block1-container-text{
	background-color: #e4a756;
	text-align: center;
	width: 100%;
	font-size: 18px;
	color: #fff;
	padding: 25px 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: start;
	margin: 0px auto 0;
}
.sub-business-block2-container-item{
	width: 100%;
	margin-left: 1%;
	margin-right: 1%;
	padding-bottom: 20px;
	margin-bottom: 0px;
}
.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;
}
/***********************************
サブページ お客さまの声
***********************************/

@media screen and (max-width: 420px) {
    #sub-voices-content{
		height: 3000px;
	}
	#sub-voices-business {
		height: 800px;
    }
}
@media screen and (min-width: 421px) and (max-width: 480px) {
    #sub-voices-content{
		height: 2800px;
	}
	#sub-voices-business {
		height: 800px;
    }
}
#sub-voices-content{
	margin-top: 50px;
	position: relative;
}
#sub-voices-business{
	margin-top: 100px;
	position: relative;
}
.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: 90%;
	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: 0 auto;
	font-size: 18px;
	width: 90%;
	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: 20px auto;
	width: 86%;
	font-size: 16px;
	line-height: 2em;
	font-family: "Zen Old Mincho", serif;
	font-weight: 500;
	font-style: normal;
}
.sub-voices-area{
	width: 90%;
	margin: 0 auto;
	background-color: #FCFCE3;
	border-radius: 30px;
	padding-bottom: 30px;
}
.sub-voices-block{
	width: 90%;
	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: 30px;
}
.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: 100%;
	font-family: "Zen Old Mincho", serif;
	font-weight: 700;
	font-style: normal;
	font-size: 20px;
	padding-left: 0px;
	padding-top: 20px;
}
.sub-voices-body{
	margin: 20px auto 20px;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 14px;
	line-height: 2em;
}
.sub-voices-name{
	text-align: end;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 14px;
	padding-bottom: 20px;
}
.hr-voices{
	border: none;
	border-top: 1px dashed #999;
	width: 100%;
	margin: 10px 0;
}

/** お客さまの声リンク **/
.sub-business-voices{
	position: relative;
	width: 100%;
	height: 220px; 
	overflow: hidden;
}
.sub-business-voices-pic{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 220px; 
	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: 20px;
	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: 16px;
	padding-top: 20px;
}
.sub-business-voices-btn{
	background-color: #e4a756;
	padding: 20px;
	width: 80%;
	text-align: center;
	font-family: "Zen Old Mincho", serif;
	font-weight: 600;
	font-style: normal;
	font-size: 20px;
	color: #fff;
	border-radius: 20px;
	margin: 20px auto 15px;
	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: 90%;
	text-align: center;
	font-family: "Zen Old Mincho", serif;
	font-weight: 600;
	font-style: normal;
	font-size: 20px;
	color: #fff;
	border-radius: 20px;
	margin: 20px auto 15px;
	opacity: 1;
	transition: 1.0s ;
}
.sub-business-area-btn:hover{
	opacity: 0.6;
	transition: 1.0s ;
}

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

.sub-company-message-title{
	width: 50%;
	margin: 40px auto 20px;
}
.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: 80%;
}
.sub-company-message-item-text{
	width: 80%;
	margin-left: 10%;
	margin-right: 5%;
	font-size: 14px;
	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: 1000px;
	position: relative;
}

@media screen and (max-width: 480px) {
    #sub-company-profile{
		height: 1200px;
	}
}
@media screen and (min-width: 481px) and (max-width: 599px) {
    #sub-company-profile{
		height: 1260px;
	}
}

.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: 90%;
	margin: 0 auto;
	border-collapse: collapse;
	font-size: 14px;
	margin-top: 15px;
  }
  .company-profile-table th,
  .company-profile-table td {
	display: block; 
	border-bottom: 1px solid #ddd;
	padding: 10px ;
	text-align: left;
	line-height: 2em;
	width: 100%;
  }
  .company-profile-table th {
	width: 100%;
	background-color: #f6f6f6;
  }

.sub-stay-banner-area{
	width: 85%;
	margin: 0 auto;
	padding: 50px 0;
	margin-bottom: 50px;
	text-align: center;
}

.sub-stay-banner-text{
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 10px;
	line-height: 1.4em;
	letter-spacing: -0.05em;
}

.sub-stay-banner-text2{
	font-size: 14px;
	text-align: center;
	letter-spacing: 0.05em;
	font-weight: normal;
}





 #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: 90%;
	border-collapse: collapse;
	font-size: 14px;
	margin: 30px auto;
	display: block; 
  }
  .company-history-table th,
  .company-history-table td {
	display: block; 
	border-bottom: 1px solid #EDEDC9;
	padding: 10px ;
	text-align: left;
	line-height: 2em;
	width: 100%;
  }
  .company-history-table th {
	width: 100%;
	background-color: #EDEDC9;
  }



}
/**** END media screen *****/
