@charset "UTF-8";
.pad50{
	padding: 50px;
}
.pad100_0{
	padding: 100px 0;
}
.padt15{
	padding-top: 15px;
}
h1{
	font-weight: 400;
}
h2{
	position: relative;
	margin: 0;
    margin-bottom: 50px;
	padding-bottom: 10px;
	line-height: 5rem;
	font-size: 3.2rem;
	text-align: center;
	color: #1D4293;
	letter-spacing: .1rem;
	font-weight: normal;
	font-weight: 500;
}
h2 img{
	padding-right: 1rem;
    box-sizing: border-box;
}
h2:after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 3px #1D4293;
	bottom: -3px;
	width: 10%;
	left: 45%;
}
.flex{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	flex-wrap : wrap;
	-webkit-flex-wrap : wrap;
}
.flex2{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	flex-wrap : wrap;
	-webkit-flex-wrap : wrap;
}
.sp{
	display: none;
}
.pc{
	display: block;
}
small{
	font-weight: 300;
	font-size: 1.4rem;
    line-height: 1.6;

}
.lp_form_btn2 {
	margin: auto;
	padding: 15px 0;
	width: 300px;
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	text-align: center;
	background: #AC0205;
	cursor: pointer;
	z-index: 2;
	border-radius: 3px;
	text-decoration: none;
	margin-top: 50px;
}
.lp_form_btn3 {
    /* margin: auto; */
    padding: 15px 0;
    width: 400px;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    background: #1D4293;
    cursor: pointer;
    z-index: 2;
    border-radius: 3px;
    text-decoration: none;
    margin-top: 30px;
	margin-bottom: 30px;
}
.lp_form_btn3 a{
    color: #fff;
	display:block;
	text-decoration:none;
}
.overview_txt{
    font-size: 1.8rem;
    text-align: center;
    letter-spacing: .1rem;
    font-weight: normal;
    margin-bottom: 40px;
    line-height: 2;
}
.overview_txt span{
	color: #1D4293;
	font-size: 1.6rem;
    text-align: center;
    letter-spacing: .1rem;
    font-weight: normal;
    /* margin-bottom: 40px;
	line-height: 1.8; */
}
.space{
	height: 850px;
	transform: skew(0deg, -10deg);
    background: #e5eef6;
    margin-top: -150px;
	margin-bottom: -200px;
}
section{
	padding-top: 100px;
}
.wrap{
	/* box-sizing: border-box;
	padding: 50px; */
	width: 95%;
    max-width: 1020px;
    margin: 0 auto;
	padding-top: 100px;
}
.bg_white{
	background: white;
}
.bg_blue{
	background: #e5eef6;
}
.isp_shadow{
	filter: drop-shadow(0px 0px 10px rgba(0,0,0,0.1));
}
.isp_data h3 {
	font-size: 1.8rem;
    min-height: 60px;
    /* display: flex;
    align-items: center; */
    margin-bottom: 10px;
	font-weight: 500;
	line-height: 1.5;
}
/* ヘッダー
----------------------------------------------------------- */
.header_contact a{
    font-size: 2.5rem;
    font-weight: 500;
	color: #1D4293;
	text-decoration: none;
}
.header_contact i{
	padding-right: 10px;
}

.header_contacts {
	align-items: center;
}

.lp_title_sp {
	display: none;
}

/* アイキャッチ
----------------------------------------------------------- */
#eyechach{
	height: 920px;
	background-position: center top;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-image: url(../img/isp/bg_isp.png);
	/* padding: 0; */
	padding: 150px 0 30px 0;
}
#eyechach img{
	width: 100%;
}
.eyechach_catch{
	color: white;
    text-align: center;
    font-size: 2.7rem;
    padding-bottom: 3rem;
    font-weight: 500;
	letter-spacing: .1rem;
}
.catchcopy{
    text-align: center;
    font-size: 2.5rem;
    color: white;
    line-height: 3.5rem;
    padding-bottom: 20px;
}
.catchcopy_bigger{
	font-size:6rem;
}

/*---------------------------------
  ニーズにお応え
----------------------------------------------------------- */
.container:after{
	clear: both;
}
#icon_solution {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: auto;/*追記*/
}
#icon_solution div {
	position: relative;
	margin: 1% 0;
	/* padding: 1.4%; */
	width: 30%;
	text-align: center;
	font-size: 1.8rem;
	font-weight: 500;
	background: #fff;
	flex-wrap: wrap;
}
#icon_solution div:before,#icon_solution div:after {
	content:'';
	width: 20px;
	height: 30px;
	position: absolute;
	display: inline-block;
}
	#icon_solution div i {
	margin-right: 10px;
	font-size: 7rem;
	color: #0054a7;
}
#icon_solution div a i {
	color: #fff;
}
#icon_solution div span {
	display: inline-block;
	color: #4c4c4c;
	text-align: left;
	font-weight: normal;/*追記*/
	font-size: 1.6rem;
    line-height: 1.7;
}
#icon_solution div a {
	position: absolute;
	left: 10px;
	right: 10px;
	bottom: 10px;
	width: auto;
	height: 30px;
	line-height: 30px;
	background: #0054a7;
	color: #fff;
	font-size: 1.6rem;
	text-decoration: none;
}
#icon_solution div a:hover {
	opacity: 0.75;
}
#icon_solution div a:active {
	-webkit-transform: translateY(3px);
	transform: translateY(3px);/*下に動く*/
	border-bottom: none;/*線を消す*/
}
#icon_solution div a i {
	margin: 0 0 0 5px;
	font-size: 1.6rem;
}
.needs{
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	width: 1000px;
	color: #fff;
	text-align: center;
	z-index: 2;
	border-radius: 5px;
}
.needs .lp_form_btn2{
	margin-top:0;
}

.needsbox{
	filter: drop-shadow(0px 0px 10px rgba(0,0,0,0.1));
	background: white;
	padding: 50px;
    margin-top: 50px;
}
.needsbox img{
	height: 50px;
	width: auto!important;
}
.icon_title{
    line-height: 2.8rem;
    font-size: 2rem;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	color: #1D4293;
	font-weight: 500;
	min-height: 50px;
}

/*以下のような業務をスリム化致します！
----------------------------------------------------------- */
#slim{
	padding-bottom: 100px;
}

/*  賃貸管理システムi-SPとは？
----------------------------------------------------------- */
#whats_isp{
	background: #e5eef6;
	padding-bottom: 50px;
}
.featureContent{
    max-width: 1000px;
    margin: auto;
}
.featureContent_card_inner{
    height: 400px;
	padding: 50px 50px 0;
}

.featureContent_card_inner_text{
	font-size: 2rem;
    margin-bottom: 10px;
    line-height: 1.8;
    font-weight: 400;
}
.featureContent_card_inner small{
	font-weight: normal;
}
.featureContent__card{
    position: relative;
    width: 1000px;
}
.featureContent__card--img{
	position: absolute;
    top: 40px;
    right: -210px;
    /* width: 764px; */
    width: 700px;
    height: 448px;
}
.featureContent__card--img img{
    width: 100%;
}
.featureContent_title{
	font-weight: 500;
    font-size: 31px;
	padding-bottom: 30px;
}
.featureContent_title img{
	width:auto;
	height:50px;
	padding: 0 1rem;
}
.featureContent__heading1 {
    font-weight: 500;
    font-size: 21px;
    line-height: 1.6;
	font-weight: 500;
}
.featureContent__heading2 {
    font-size: 31px;
    line-height: 1.5;
    margin-bottom: 22px;
	font-weight: 400;
}
.featureContent__heading2 span{
    color: #1D4293;
	font-weight: 500;
}
/*---------------------------------
貴社のお悩み・課題を解決します！
当社にお任せ下さい！
----------------------------------------------------------- */
#isp_worry{
	height: 720px;
	padding-bottom: 0;
	background-image: url(./img/isp/sp_bg_network_blue.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 0;
}
.isp_worry__card_img {
    position: absolute;
	top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.featureContent{
    max-width: 1000px;
    margin: auto;
}
.isp_worry_card_inner{
    height: 400px;
	padding: 50px 50px 0;
}

/*---------------------------------
貴社の課題に合わせて最適なプランや組み合わせをご提案致します
----------------------------------------------------------- */
#isp_suggestion{
	padding-top: 0;
	padding-bottom: 80px;
	margin-bottom: -300px;
	transform: skew(0deg, -10deg);
	background-color:#e5eef6;
	min-height: 870px;
	margin-top: 150px;
}
.isp_suggestion_img img{
	width: 100%;
	height: auto;
}

/* システム実績
----------------------------------------------------------- */
.isp_service_message{
	font-size: 2.5rem;
    line-height: 1.8;
    font-weight: 400;
    text-align: center;
    letter-spacing: .1rem;
    padding: 30px 0;
    background: #0054a7;
    color: white;
}
.isp_service_img{
	width: 100%;
}
.isp_service_img img{
	width: 450px;
	height: auto;
	padding: 10px;
	box-sizing: border-box;
}
.isp_data{
	color:	#333;
	font-weight: 400;
	/* display: inline-block; */
	width: calc(100%/3);
	text-align: center;
}
.isp_data_txt{
    font-size: 1.7rem;
	min-height: 80px;
	line-height: 1.7;
}
.isp_data_txt_m{
	line-height: 80px;
}
.isp_data_num{
	color:	#333;
	font-weight: 400;
    font-size: 3rem;
	line-height: 7rem;
}
.isp_data_num span{
	color: #1D4293;
	font-weight: 600;
    font-size: 7rem;
}
/*---------------------------------
  フォーム
----------------------------------------------------------- */
/* #isp_form{
	color: #333!important;
} */
#isp_form a{
	color: #551A8B
}

#isp_form h2 a{
    text-decoration: none;
    float: right;
	color: #0054a7!important;
}
h2.type02 {
	/* margin: 30px 0; */
	padding-bottom: 20px;
	font-size: 30px;
	text-align: left;
	border-bottom: solid 1px #ccc;
}
.col3 {
	width: 32%;
}
span.required {
	font-size: 1.6rem;
	color: #ed1a3a;
}
#isp_form .btn{
    color: #fff;
    background-color: #1D4293;
    border: none;
	display: block;
    margin: 0 auto;
    padding: 15px 0;
    width: 300px;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    cursor: pointer;
    border-radius: 3px;
    text-decoration: none;
}
#isp_form input {
	padding: 8px 5px;
	box-sizing: border-box;
	margin-right: 5px;
	margin-bottom: 4px;
}
input[type="text"] {
	width: 100%;
}
#isp_form{
    font-weight: 400;
	position: relative;
}
table.form {
	width: 100%;
	margin: 0 0 10px 0;
}
table.form label {
	margin-right: 20px;
	cursor: pointer;
	width: 40%;
    display: block;
    float: left;
	padding-bottom: 5px;
}
table.form caption {
	font-weight: bold;
}
table.form th,
table.form td {
	vertical-align: middle;
}
table.form th,
table.form td {
	border-bottom: 1px dotted #ccc;
	padding: 10px 10px;
}
table.form th {
	white-space: nowrap;
	background-color: #f3f3f3;
	width: 20%;
	font-size: 1.6rem;
	font-weight: 500;
}
table.form td {
	font-size: 1.6rem;
}
table.form td input.text,
table.form td input.url,
table.form td input.email,
table.form td input.password {
	width: 60%;
}
.lp_form_btn {
	/* position: absolute;
	bottom: -25px;
	left: 0;
	right: 0;
	margin: auto;
	padding: 15px 0;
	width: 300px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	background: #AC0205;
	cursor: pointer;
	z-index: 2;
	border-radius: 3px;
	text-decoration: none; */
	background-color: #1D4293;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-box-sizing: border-box;
	box-sizing: border-box;
	white-space: nowrap;
	text-decoration: none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	color: #fff!important;
	padding: 10px 25px;
	margin: 0 20px;
	cursor: pointer;
	font-size: 2rem;
	border: none;
	line-height: 1;
}

/* ページトップへ戻る
----------------------------------------------------------- */
#page-top {
  display: none;
  position: fixed;
  right: 0;
  bottom: 100px;
  width: 64px;
  height: 64px;
  cursor: pointer;
}
/* footer　フッター
----------------------------------------------------------- */
footer {
	padding: 10px 0;
	margin-top: 100px;
	text-align: center;
	color: #fff;
	background: #1D4293;
}
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
	.header_contact {
		display: none;
	}
	.header_contact i{
		padding-right: 0;
		font-size: 3rem;
		line-height: 26px;
	}

	.lp_title {
		display: none;
	}

	.lp_title_sp {
		display: block;
		text-align: center;
		padding-bottom: 15px;
	}

	.lp_form_btn {
		font-size: 1.6rem;
	}

	/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 768px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

/* @media screen and (min-width: 590px) {

} */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */



/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

	.sp{
		display: block;
	}
	.pc{
		display: none;
	}
	h2 {
		padding-bottom: 10px;
		font-size: 2.2rem;
		line-height: 3.5rem;
		margin-bottom: 30px;
	}
	section{
		padding-top: 60px;
	}
	.wrap {
		width: 100%;
		padding-top: 100px;
	}
	.lp_form_btn3{
		width: auto;
	}
	#eyechach {
		padding: 120px 0 30px 0;
		background-size: 400%;
	}
	.eyechach_catch {
		font-size: 2.5rem;
		line-height: 3.5rem;
		padding-bottom: 2rem;
	}
	.isp_service_img img{
		width: 100%;
	}
	.space{
		height: 1900px;
		margin-bottom: -170px;
	}
	.icon_title{
		min-height: 5px;
	}
	#icon_solution {
		margin-bottom: 40px;
	}
	.featureContent_card_inner{
		padding: 0;
		box-sizing: border-box;
		/* height: 520px; */
	}

	.featureContent_card_inner img{
		width: 100%;
	}
	.featureContent__card {
		width: 100%;
		margin: auto;
		z-index: 5;
	}
	.featureContent__card--img {
		top: 32px;
		left: 20px;
		right: unset;
		width: 449px;
		height: 264px;
	}
	.featureContent__heading1{
		font-size: 21px;
		text-align: center;
	}
	.featureContent__heading2{
		font-size: 2.2rem;
		text-align: center;
	}
	.featureContent_card_inner_text{
		font-size: 1.9rem;
		text-align: center;
	}
	.featureContent_title{
		text-align: center;
		font-size: 2.2rem;
		line-height: 4rem;
	}
	.featureContent_title img{
		height: 50px;
		width: auto!important;
	}
	.featureContent__card--img {
		position: static;
		margin-bottom: 20px;
	}
	#slim {
		padding-bottom: 60px;
	}
	.isp_service_message {
		font-size: 2rem;
		padding: 20px;
	}
	#checkbox{
		padding: 30px 0;
	}
	.checkbox_img img{
		width: calc(100% - 120px);
		padding: 10px 60px 0;
	}
	#isp_suggestion{
		min-height: 650px;
		margin-top: 80px;
	}
	#isp_suggestion .inner{
		padding: 20px!important;
	}
	.isp_data h3{
		font-size: 2rem;
	}
	#icon_solution div{
		width: 100%;
		padding: 20px;
	}
	.ulbox ,.checkbox_img {
		width: 100%;
	}
	#isp_worry{
		height: 500px;
		background-image: url(./img/isp/sp_bg_network_blue_sp.png);
		background-size: 200%;
	}
	.isp_worry_card_inner{
		padding: 0;
	}
	.isp_worry__card_img{
		top: 150px;
		width: 100%;
	}
	.isp_worry__card_img img{
		/* max-height: 350px; */
		overflow-x: hidden;
		width: 100%;
	}
	.needs{
		width: 100%;
		transform: skew(0deg, -10deg);
	}
	.needsbox{
		background: #e5eef6;
		filter: none;
		padding-top: 50px!important;
		width: 100%;
		padding: 20px;
	}
	.needsbox img{
		height: 50px;
		padding-bottom: 5px;
	}
	.lp_form_btn2{
		margin-top: 30px!important;
	}
	.needsbox h2 ,.needsbox #icon_solution, .needs .lp_form_btn2,.needsbox .wrap .lp_form_btn2{
		transform: skew(0deg, 10deg);
	}
	#icon_solution div i {
		margin-right: 0;
		font-size: 4rem;
	}
	#whats_isp{
		padding-bottom: 0;
	}
	.overview_txt{
		font-size: 1.6rem;
		text-align: left;
	}
	#isp_form h2 a {
		float: none;
	}
	#isp_form {
		margin-top: 100px;
	}
	#isp_form .wrap{
		padding-left: 0;
		padding-right: 0;
	}
	#isp_form .type02{
		font-weight: 500;
		line-height: 40px;
		text-align: center;
	}
	#isp_form .pad100_0{
		padding:60px 0;
	}

	table.form th, table.form td {
		display: block;
		/* padding: 2% 5%; */
		border-bottom: none;
		width: 100%;
	}

	table.form label {
    margin: 10px 0;
    display: block;
    font-size: 18px;
    width: 100%;
}
	.btn{
		font-size: 2.2rem;
	}
	.isp_data{
		width: 100%;
	}
	.isp_data_num{
		text-align: center;
	}
	.isp_data_txt{
		text-align: center;
	}
	/* チェックボックス */
	/* input[type="checkbox"]{
		width: 100px;
	} */
	.lp_form_btn {
		font-size: 1.6rem;
	}
}

/* =============================================== */
/* Form */
/* =============================================== */
div.required,
input.required {
  border: 1px solid #444 !important;
}
div.required {
  border: none !important;
}

/* =============================================== */
/* 打ち消し */
/* =============================================== */
@media screen and (max-width: 480px){
	header div {
		width: auto;
	}
}
@media screen and (max-width: 768px){
	input[type="button"], input[type="reset"], input[type="submit"] {
		margin-bottom: 0;
	}
}
/* @media screen and (max-width: 591px) {
	.group {
		margin-top: 50px;
	}
} */

/*-----------------------------------------------------------
2023/5/1 IT導入補助金：LP
-----------------------------------------------------------*/
.txt_hojokin_wrap {
	color: #4c4c4c;
	text-align:left;
}
.space {
	height: 1350px;
}
.txt_hojokin_list {
	margin: 2rem 0 2rem 1rem;
}
.txt_hojokin_list li::before {
	content: "";
	height: 0.6em;
	width: 0.6em;
	background-color: #4c4c4c;
	display: inline-block;
	margin-right: 0.5em;
}
@media screen and (max-width: 591px){
	.txt_hojokin_wrap {
		transform: skew(0deg, 10deg);
		background: #fff;
		width: 90%;
		margin-bottom: -60px;
	}
	.space {
		height: 2400px;
	}
}
@media screen and (max-width: 500px){
	.space {
		height: 2600px;
	}
}

@media screen and (max-width: 1355px){
	.lp_form_btn {
		font-size: 1.8rem;
	}
	.header_contact a {
		font-size: 2rem;
	}
}

@media screen and (max-width: 1280px){
	.lp_title .sp {
		display: block;
	}
}