@charset "UTF-8";
.cont-nav.nav-02 ul li a{
	/* width: 20%; */
	width: calc(100% / 3);
}

/*実績TOP*/
#IDX .cont-nav{
	margin-bottom: 23px;
}
#IDX .clm-05 {
    position: relative;
    height: 465px;
    padding: 0;
    border: none;
	margin-bottom: 0;
}
#IDX .clm-05 img {
    margin-left: -700px;
    max-width: 1400px;
    position: absolute;
    left: 50%;
}
/* btn-wrap */
#IDX .btn-wrap{
	margin: 60px auto 0;
}
#IDX .btn-wrap .btn-inner{
	width: 100%;
	border: 1px solid #555;
	display: flex;
	position: relative;
	padding-right: 25px;
	box-sizing: border-box;
}
#IDX .btn-wrap .logo-wrap{
	width: 32.09%;
	min-height: 170px;
	border-right: 1px solid #555;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 0;
	flex-shrink: 0;
	box-sizing: border-box;
}
#IDX .btn-wrap .logo-wrap img{
	display: block;
	width: 202px;
	object-fit: contain;
	object-position: center;
}
#IDX .btn-wrap .txt-wrap{
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 143px;
	padding: 0 40px;
	box-sizing: border-box;
	position: relative;
	z-index: 0;
}
#IDX .btn-wrap .txt-wrap h3{
	font-size: 1.375em;
	font-weight: bold;
	line-height: 1.6;
	margin: 0 0 8px;
}
#IDX .btn-wrap .txt-wrap p{
	font-size: 0.875em;
	line-height: 1.6;
	margin: 0;
}
#IDX .btn-wrap .btn-inner::after{
	content: "";
	position: absolute;
	right: 24px;
	top: 50%;
	transform: translateY(-50%);
	width: 24px;
	height: 24px;
	background: url(/common/imgs/ico_right.svg) center center no-repeat;
	background-size: 24px;
	z-index: 1;
}
#IDX .btn-wrap .btn-inner[target="_blank"]::before{
	content: "";
	position: absolute;
	right: 56px;
	top: 50%;
	transform: translateY(-50%);
	width: 24px;
	height: 24px;
	background: url(/common/imgs/ico_ex.svg) center center no-repeat;
	background-size: 24px;
	z-index: 2;
}
#IDX .btn-wrap .btn-inner:hover{
	opacity: 0.7;
}
#IDX #CLM02 .btn-wrap + p{
	text-align: right;
	margin-top: 10px;
}

/*実績一覧 */
/* #LIST .cont-nav{
	margin-bottom:24px;
} */

#LIST .clm-02{
	margin-bottom: 140px;
}
#LIST .clm-02 .clm-ttl{
	display: flex;
	align-items: center;
	gap: 20px;
	margin-bottom: 60px;
}
/* 実績一覧：カードレイアウト */
#LIST .clm-02 .flex-wrap-01{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 80px;
}
#LIST .clm-02 .flex-cnt-01{
	width: calc((100% - 80px) / 2);
	display: flex;
    flex-direction: column;
}
#LIST .clm-02 .ttl-wrap{
	border: 1px solid #f27900;
	box-sizing: border-box;
	flex: 0 0 auto;
	padding: 20px;
	margin-bottom: 20px;
}
#LIST .clm-02 .ttl-wrap .comp-name{
	/* font-size: 0.977em; */
	font-weight: bold;
	line-height: 1.4;
	display: block;
}
#LIST .clm-02 .ttl-wrap .comp-info{
	display: block;
	line-height: 1.6;
	margin-bottom: 0;
}
#LIST .clm-02 .ttl-wrap img{
	display: block;
}
#LIST .clm-02 h4{
	font-weight: bold;
	line-height: 1.6;
	margin: 0 0 10px;
	display: flex;
	align-items: center;
	gap: 10px;
}
#LIST .clm-02 h4::before{
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	background: #f27900;
	border-radius: 99px;
	margin-top: -0.25em;
}
#LIST .clm-02 p{
	font-size: 0.875em;
	line-height: 2;
}
#LIST .clm-02 .list-01{
	padding-left: 0;
}
#LIST .clm-02 .list-01 li{
	font-size: 0.875em;
	display: flex;
	align-items: center;
	gap: 10px;
}
#LIST .clm-02 .list-01 li::before{
	content: "・";
}
#LIST .atnt-wrap{
	margin-top: 60px;
}
#LIST .atnt-wrap .btn-04{
	width: 300px;
	padding: 0;
    margin: 0 auto;
}
#LIST .atnt-wrap .btn-04 a{
	text-align: center;
	padding: 14px 44px 12px 22px;
	box-sizing: border-box;
	display: block;
}
/*実績一覧ここまで */

/*VOICE（旧service内コンテンツ）*/
#VOICE .copy-01{
	margin: 100px auto 20px;
	text-align: center;
	width: 795px;
}


#VOICE .copy-02{
	width: 795px;
	text-align: right;
	color: #333;
	font-size: 1.071em;
	font-weight: bold;
	margin: 0 auto 110px;
}
#VOICE .txt-box-01 .list-04{
	margin-bottom: 60px;
}
#VOICE .txt-box-01 .list-04 dd{
	border-bottom: none;
	padding-bottom: 0;
	padding-left: 80px;
	margin-bottom: 16px;
}
#VOICE .txt-box-01 .txt-02{
	margin-bottom: 60px;
}
#VOICE .txt-03{
	text-align: right;
	margin-bottom: 4px;
}
#VOICE .txt-04{
	text-align: right;
	color: #333;
	font-size: 1.071em;
	font-weight: bold;
	margin-bottom: 0;
}

/*VOICE（旧service内コンテンツ）ここまで*/

/* SP
----------------------------------------------------------*/
@media only screen and (max-width: 640px) {

.cont-nav.nav-02 ul li a{
	width: 100%;
}

/*実績TOP*/
#IDX .cont-nav{
	margin-bottom: 8%;
}
#IDX .clm-05 {
	position: static;
	height: auto;
	margin-bottom: 8%;
}
#IDX .clm-05 .inner{
    padding: 0;
}
#IDX .clm-05 img {
	margin-left: 0;
	max-width: 100%;
	position: static;
	left: 0;
}

/* btn-wrap */
#IDX .btn-wrap{
	margin: 30px auto 0;
}
#IDX .btn-wrap + .btn-wrap{
	margin: 40px auto 0;
}
#IDX .btn-wrap .btn-inner{
	/* width: 100%;
	border: 1px solid #555;
	display: flex;
	position: relative;
	padding-right: 25px;
	box-sizing: border-box; */
	flex-direction: column;
    padding: 0;
}
#IDX .btn-wrap .logo-wrap{
	/* width: 32.09%;
	min-height: 170px;
	border-right: 1px solid #555;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 0;
	flex-shrink: 0;
	box-sizing: border-box; */
	border: none;
    border-bottom: 1px solid #555;
    width: 100%;
    min-height: inherit;
    padding: 3.906vw;
}
#IDX .btn-wrap .logo-wrap img{
	/* display: block;
	object-fit: contain;
	object-position: center; */
	width: auto;
	height: 10.156vw;
}
#IDX .btn-wrap .txt-wrap{
	/* flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	box-sizing: border-box;
	position: relative;
	z-index: 0; */
	min-height: inherit;
	padding: 3.125vw 18.75vw 3.125vw 3.906vw;
}
#IDX .btn-wrap .txt-wrap h3{
	font-size: 1em;
	margin: 0 0 3px;
	/* font-weight: bold;
	line-height: 1.6;
	margin: 0 0 8px; */
}
#IDX .btn-wrap .txt-wrap p{
	/* font-size: 14px; */
	line-height: 1.6;
	margin: 0;
}
#IDX .btn-wrap .btn-inner::after{
	display: none;
}
#IDX .btn-wrap .btn-inner .txt-wrap::after{
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: url(/common/imgs/ico_right.svg) center center no-repeat;
	z-index: 1;
	right: 2.031vw;
	width: 4.688vw;
	height: 4.688vw;
	background-size: 4.688vw;
}
#IDX .btn-wrap .btn-inner[target="_blank"]::before{
	display: none;
}
#IDX .btn-wrap .btn-inner[target="_blank"] .txt-wrap::before{
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: url(/common/imgs/ico_ex.svg) center center no-repeat;
	z-index: 1;
	right: 8.75vw;
	width: 4.688vw;
	height: 4.688vw;
	background-size: 4.688vw;
}
#IDX .btn-wrap .btn-inner:hover{
	opacity: 0.7;
}
#IDX #CLM02 .btn-wrap + p{
	text-align: left;
	margin-top: 10px;
}




/*実績一覧 */
#LIST .cont-nav{
	margin-bottom: 15%;
}
#LIST .clm-03{
	margin-bottom: 12.5vw;
	font-size:4.688vw;
}

#LIST .clm-02{
	margin-bottom: 28.125vw;
}
#LIST .clm-02 .clm-ttl{
	/* display: flex;
	align-items: center; */
	font-size: 6.563vw;
	gap: 3.125vw;
	margin-bottom: 12.5vw;
}
#LIST .clm-02 .clm-ttl img{
	width: 15.625vw;
	margin-top: -2vw;
}
/* 実績一覧：カードレイアウト */
#LIST .clm-02 .flex-wrap-01{
	/* display: flex;
	flex-wrap: wrap;
	justify-content: space-between; */
	flex-direction: column;
	gap: 11.5vw;
	margin-bottom: 12.5vw;
}
#LIST .clm-02 .flex-cnt-01{
	width: 100%;
	/* width: calc((100% - 12.5vw) / 2);
	display: flex;
    flex-direction: column; */
}
#LIST .clm-02 .ttl-wrap{
	/* border: 0.157vw solid #f27900;
	box-sizing: border-box;
	flex: 1; */
	padding: 4.688vw 3.125vw;
	margin-bottom: 6.25vw;
}
#LIST .clm-02 .ttl-wrap .comp-name{
	font-size: 5vw;
	/* font-weight: bold;
	line-height: 1.4;
	display: block; */
}
#LIST .clm-02 .ttl-wrap .comp-info{
	/* display: block;
	line-height: 1.6; */
	font-size: 4.375vw;
}
#LIST .clm-02 .ttl-wrap img{
	display: block;
	height: 8.594vw;
	width: auto;
}
#LIST .clm-02 h4{
	/* font-weight: bold;
	line-height: 1.6;
	display: flex;
	align-items: center; */
	margin: 0;
	gap: 1.563vw;
	font-size: 3.75vw;
}
#LIST .clm-02 h4::before{
	/* content: "";
	display: block;
	background: #f27900;
	border-radius: 15.469vw; */
	margin-top: -0.25em;
	width: 1.25vw;
	height: 1.25vw;
}
#LIST .clm-02 p{
	font-size: 4.375vw;
	line-height: 2;
}
#LIST .clm-02 .list-01{
	padding-left: 0;
}
#LIST .clm-02 .list-01 li{
	font-size: 4.375vw;
	display: flex;
	align-items: center;
	gap: 1.563vw;
}
#LIST .clm-02 .list-01 li::before{
	content: "・";
}
#LIST .atnt-wrap{
	margin-top: 9.375vw;
}
#LIST .atnt-wrap .btn-04{
	width: 100%;
	padding: 0;
}
#LIST .atnt-wrap .btn-04 a{
	/* text-align: center;
	box-sizing: border-box;
	display: block; */
	padding: 2.188vw 6.876vw 1.875vw 3.438vw;
}
/*実績一覧ここまで */

/*VOICE（旧service内コンテンツ）*/
#VOICE .copy-01{
	width: 90%;
	margin: 0 auto 1em;
}
#VOICE .copy-02{
	width: 94%;
	margin-bottom: 18%;
}

#VOICE .txt-box-01 .list-04{
	margin-bottom: 72px;
}
	#VOICE .txt-box-01 .list-04 dt{
		margin-bottom: 6px;
	}
#VOICE .txt-box-01 .list-04 dd{
	padding-left: 0;
	margin-bottom: 30px;
}
#VOICE .txt-box-01 .txt-02{
	margin-bottom: 72px;
}
/*VOICE（旧service内コンテンツ）ここまで*/

}
