@charset "utf-8";

/*　751px以上の対応
////////////////////////////////////////////////////*/
@media screen and (min-width:751px) {
	#case #wrap{
		width: 100%;
		min-width: 980px;
		margin: 0 auto;
		letter-spacing: 0.06em;
	}
	#case #wrap #contents{
		width: 980px;
		margin: 0 auto;
	}
	#case #wrap #contents p{
		line-height: 1.6;
	}
	/* ファーストビューエリア */
	.underlayer--firstview__wrap{
		width: 100%;
		min-width: 980px;
		margin: 0 auto 40px;
		background: #F9F1F1;
		padding: 32px 0;
	}
	.underlayer--firstview__inr{
		width: 980px;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-between;
	}
	.underlayer--firstview__left{
	}
	.underlayer--firstview__ttl h1{
		font-size: 38px;
		color: #EA0029;
		letter-spacing: 0.03em;
		margin-bottom: 18px;
	}
	.underlayer--firstview__ttl h1 span{
		font-size: 16px;
		letter-spacing: 0.06em;
		display: block;
		margin-bottom: 8px;
	}
	.underlayer--firstview__lead{
		font-size: 14px;
		line-height: 1.86;
		letter-spacing: 0.05em;
		font-weight: 500;
	}
	.underlayer--firstview__image{
		margin-bottom: 12px;
		position: relative;
	}
	.underlayer--firstview__image::before{
		content: "資料配布中";
		font-size: 13px;
		letter-spacing: 0.04em;
		text-align: center;
		color: #fff;
		line-height: 78px;
		background: #EA0029;
		border-radius: 50px;
		width: 78px;
		height: 78px;
		position: absolute;
		top: -20px;
        right: -34px;
	}
	.underlayer--firstview__btn {
		text-align: center;
	}
	.underlayer--firstview__btn p{
		margin-bottom: 10px;
        font-weight: 500;
        letter-spacing: 0;
	}
	.underlayer--firstview__btn a{
		display: inline-block;
		letter-spacing: 0;
		color: #fff;
		font-weight: 700;
		background: #185ABC;
		border-radius: 4px;
		padding: 16px 40px;
		position: relative;
		transition: 0.3s;
	}
	.underlayer--firstview__btn a:hover{
		background-image: linear-gradient(to right, #185ABC, #0c3169);
	}
	.underlayer--firstview__btn a::before{
		content: "";
		background: url("../../case-studies/img/fv-document-dl-icon.svg");
		width: 18px;
		height: 18px;
		position: absolute;
		top: 14px;
        right: 12px;
	}

	/* 各セクション共通ヘッダーの対応（三角グレーと見出し） */
	.sections {
		position: relative;
		padding-top: 80px;
		margin-bottom: 80px;
	}
	.sections:before{
		position: absolute;
		top: 0;
		left: 0;
		content: "";
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 160px 190px 0 0;
		border-color: #fafafa transparent transparent transparent;
		z-index: -1;
	}
	.sections h2{
		font-size: 20px;
		margin-bottom: 30px;
		font-weight: bold;
		padding-left: 50px;
		line-height: 1.5;
	}
	.sections .sections-ttl-lead{
		margin-bottom: 30px;
		padding-left: 50px;
	}

	#case #wrap .btn02 {
		font-size: 13px;
		font-size: 1.3rem;
		box-sizing: border-box;
		position: relative;
		transition: all .5s;
		margin-right: 2px;
		display: block;
		margin-bottom: 15px;
		float: right;
		letter-spacing: 0;
		border-bottom: 1px solid;
	}


	/** ページナビゲーション **/
	.section-nav{
		display: flex;
		justify-content: center;
		margin-bottom: 40px;
	}
	.section-nav ul{
		display: flex;
	}
	.section-nav ul li + li{
		margin-left: 20px;
		padding-left: 20px;
		position: relative;
	}
	.section-nav ul li + li::before{
		content: "";
		border-left: 1px solid #353535;
		position: absolute;
		width: 1px;
		height: 10px;
		top: 3px;
		left: 0px;
	}
	.section-nav ul li a{
		font-size: 14px;
		font-weight: 500;
		text-align: center;
		border-radius: 7px;
		display: block;
		transition: 0.3s;
	}
	.section-nav ul li a + a{
		margin-left: 20px;
		padding-left: 20px;
		position: relative;
	}
	.section-nav ul li a:hover{
		opacity: 0.6;
	}


	/** 導入店舗 インタビュー **/
	#case-interview ul{
		width: 880px;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#case-interview ul li{
		width: 280px;
		display: block;
		min-height: 340px;
		position: relative;
	}
	#case-interview ul li:nth-child(n + 4){
		margin-top: 45px;
	}
	#case-interview ul li a {
		position: relative;
		min-height: 340px;
		display: block;
		border-radius: 15px;
		box-shadow: 0px 3px 9px 3px #dbdbdb;
		transition: 0.3s;
	}
	#case-interview ul li a:hover{
		box-shadow: none;
	}
	#case-interview ul li a p img{
		vertical-align: bottom;
	}
	#case-interview ul li a p{
		margin-bottom: 20px;
	}
	#case-interview ul li a h3{
		font-size: 16px;
		font-weight: 500;
		line-height: 1.6;
		width: 255px;
		margin:  0 auto 50px;
	}
	#case-interview ul li a h4{
		position: absolute;
		bottom: 20px;
		right: 0;
		font-size: 13px;
		font-weight: 500;
		line-height: 1.4;
		padding-right: 24px;
		text-align: right;
		margin-right: 10px;
	}
	#case-interview ul li a h4.twoline-ttl{
		position: absolute;
		bottom: 15px;
		right: 0;
		font-size: 13px;
		font-weight: 500;
		line-height: 1.3;
		padding-right: 24px;
		text-align: right;
		margin-right: 10px;
	}
	#case-interview ul li a h4::after{
		position: absolute;
		top: 2px;
		right: 0;
		content: "";
		background: url("../../case-studies/img/icon-arrow.svg");
		background-size: contain;
		width: 14px;
		height: 14px;
		transition: 0.1s;
	}
	#case-interview ul li a h4.twoline-ttl::after{
		position: absolute;
		top: 12px;
		right: 0;
		content: "";
		background: url("../../case-studies/img/icon-arrow.svg");
		background-size: contain;
		width: 14px;
		height: 14px;
		transition: 0.1s;
	}
	#case-interview ul li a:hover h4:after,
	#case-interview ul li a:hover h4.twoline-ttl::after{
		right: -2px;
	}



	/** 近隣の導入店舗を探す **/
	#case-region ul{
		width: 880px;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		gap: 20px;
	}
	#case-region ul li{
		width: 280px;
		display: block;
		position: relative;
	}
	#case-region ul li:nth-child(n + 4){
		margin-top: 45px;
	}
	#case-region ul li a {
		position: relative;
		display: block;
		padding: 23px 0;
		border-radius: 15px;
		box-shadow: 0px 3px 9px 3px #dbdbdb;
		transition: 0.3s;
		font-size: 16px;
		font-weight: 500;
		line-height: 1.6;
		text-align: center;
	}
	#case-region ul li a:hover{
		box-shadow: none;
		background: #F8F8F8;
	}
	#case-region ul li a::after{
		position: absolute;
		top: 29px;
    	right: 12px;
		content: "";
		background: url("../../case-studies/img/icon-arrow.svg");
		background-size: contain;
		width: 14px;
		height: 14px;
		transition: 0.1s;
	}
	#case-region ul li a:hover::after{
		right: 10px;
	}



	/** 業態別　メニューデザイン **/
	#case-design ul{
		width: 880px;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#case-design ul li{
		width: 280px;
		display: block;
		min-height: 270px;
		position: relative;
	}
	#case-design ul li:nth-child(n + 4){
		margin-top: 45px;
	}
	#case-design ul li a {
		position: relative;
		min-height: 270px;
		display: block;
		border-radius: 15px;
		box-shadow: 0px 3px 9px 3px #dbdbdb;
		transition: 0.3s;
	}
	#case-design ul li a:hover{
		box-shadow: none;
	}
	#case-design ul li a p img{
		vertical-align: bottom;
	}
	#case-design ul li a p{
		margin-bottom: 20px;
	}
	#case-design ul li a h3{
		font-size: 16px;
		font-weight: 500;
		line-height: 1.6;
		width: 255px;
		margin:  0 auto 50px;
	}
	#case-design ul li a h4{
		position: absolute;
		bottom: 20px;
		right: 0;
		font-size: 13px;
		font-weight: 500;
		line-height: 1.4;
		padding-right: 24px;
		text-align: right;
		margin-right: 10px;
	}
	#case-design ul li a h4::after{
		position: absolute;
		top: 2px;
		right: 0;
		content: "";
		background: url("../../case-studies/img/icon-arrow.svg");
		background-size: contain;
		width: 14px;
		height: 14px;
		transition: 0.1s;
	}
	#case-design ul li a:hover h4::after{
		right: -2px;
	}


	/* 月別 導入店舗 */
	.monthly_shops {
		position: relative;
		padding-top: 80px;
		margin-bottom: 95px;
	}
	.monthly_shops:before {
		position: absolute;
		top: 0;
		left: 0;
		content: "";
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 160px 190px 0 0;
		border-color: #fafafa transparent transparent transparent;
		z-index: -1;
	}
	.month_list h2{
		font-size: 20px;
		margin-bottom: 30px;
		font-weight: bold;
		padding-left: 50px;
	}
	.month_list h3{
		font-size: 14px;
		font-size: 1.4rem;
		font-weight: bold;
		margin-right: 20px;
	}
	.month_list .month_list-year{
		padding-left: 50px;
		display: flex;
		align-items: center;
	}
	.month_list .month_list-year.year_2021,
	.month_list .month_list-year.year_2022,
	.month_list .month_list-year.year_2023,
	.month_list .month_list-year.year_2024{
		margin-bottom: 20px;
	}
	.month_list ul li{ 
		display: inline-block;
		margin-right: 7px;
	}
	.month_list ul li a {
		font-size: 13px;
		font-size: 1.3rem;
		font-weight: bold;
		text-align: center;
		box-sizing: border-box;
		border: 1px solid #e0e0e0;
		box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 10%);
		position: relative;
		display: inline-block;
		transition: all .5s;
		width: 60px;
		height: 40px;
		border-radius: 40px;
		line-height: 40px;
	}
	.month_list ul li a:hover {
		box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 0%);
		border: 1px solid #eee;
		background: #fafafa;
	}

	



	/** サービスの詳しいご紹介の対応 **/
	#service_link p{
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 1.8;
		margin-bottom: 50px;
		padding-left: 50px;
	}
	#service_link .link-wrap{
		width: 880px;
		margin: 0 auto;
	}
	#service_link .link-wrap ul{
		display: flex;
		justify-content: space-between;
	}
	#service_link .link-wrap ul li{
		width: 280px;
	}
	#service_link .link-wrap ul li img{
		width: 100%;
	}
	#service_link .link-wrap ul li div a:hover{
		background: #fafafa;
	}
	#service_link ul li p{
		margin-bottom: 0;
		padding-left: 0;
		line-height: 1;
	}
	#service_link .link-wrap ul li dl{
		padding: 18px 0 10px;
	}
	#service_link .link-wrap ul li dt{
		font-size: 14px;
		font-weight: bold;
		margin-bottom: 15px;
	}
	#service_link .link-wrap ul li dd{
		font-size: 14px;
		line-height: 1.6;
	}
}





/*////////////////////////////////////////////////////////////////////////////

　750px以下の対応

////////////////////////////////////////////////////////////////////////////*/

@media screen and (max-width:750px) {
	#header{
		padding-bottom: 5%;
	}
	#case #wrap{
		width: 100%;
		letter-spacing: 0.06em;
	}
	#case #wrap #contents{
		width: 90%;
		margin: 0 auto 10%;
	}
	#case #wrap #contents p{
		line-height: 1.6;
	}


	/* ファーストビューエリア */
	.underlayer--firstview__wrap{
		width: 100%;
		margin-bottom: 3.8%;
		background: #F9F1F1;
		padding: 10% 0;
	}
	.underlayer--firstview__inr{
		width: 90%;
		margin: 0 auto;
	}
	.underlayer--firstview__left{
		margin-bottom: 10%;
	}
	.underlayer--firstview__ttl h1{
		font-size: 28px;
		color: #EA0029;
		letter-spacing: 0.03em;
		margin-bottom: 3%;
		line-height: 1.3;
	}
	.underlayer--firstview__ttl h1 span{
		font-size: 16px;
		letter-spacing: 0.06em;
		display: block;
	}
	.underlayer--firstview__lead{
		font-size: 14px;
		line-height: 1.6;
		letter-spacing: 0.03em;
		font-weight: 400;
	}
	.underlayer--firstview__image{
		margin-bottom: 1.5%;
		position: relative;
		width: 90%;
		margin: 0 auto 3%;
	}
	.underlayer--firstview__image::before{
		content: "資料配布中";
		font-size: 12px;
		letter-spacing: 0;
		text-align: center;
		color: #fff;
		line-height: 70px;
		background: #EA0029;
		border-radius: 60px;
		width: 70px;
		height: 70px;
		position: absolute;
		top: -22%;
        right: -7%;
	}
	.underlayer--firstview__btn {
		text-align: center;
	}
	.underlayer--firstview__btn p{
		margin-bottom: 10px;
        font-weight: 400;
        letter-spacing: 0;
        font-size: 14px;
		line-height: 1.5;
	}
	.underlayer--firstview__btn a{
		display: inline-block;
		letter-spacing: 0;
		color: #fff;
		font-weight: 700;
		background: #185ABC;
        border-radius: 5px;
        padding: 6.5% 16%;
        position: relative;
        transition: 0.3s;
        font-size: 14px;
        line-height: 1;
	}
	.underlayer--firstview__btn a::before{
		content: "";
		background: url("../../case-studies/img/fv-document-dl-icon.svg");
		width: 26px;
        height: 26px;
        position: absolute;
        top: 27%;
        right: 5%;
        background-size: contain;
	}



	/* 共通ボタン - 2 デザイン */
	#case #wrap .btn02{
		font-size: 13px;
		font-size: 1.3rem;
		box-sizing: border-box;
		position: relative;
		transition: all .5s;
		display: block;
		margin-bottom: 30px;
		letter-spacing: 0;
		border-bottom: 1px solid;
		float: right;
    	display: block;
	}

	/* 各セクション共通ヘッダーの対応（三角グレーと見出し） */
	.sections {
		position: relative;
		padding-top: 8%;
		margin-bottom: 80px;
	}
	.sections:before{
		position: absolute;
		top: 0;
		left: -2.5%;
		content: "";
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 80px 100px 0 0;
		border-color: #fafafa transparent transparent transparent;
		z-index: -1;
	}
	.sections h2{
		font-size: 16px;
		font-size: 1.6rem;
		margin-bottom: 20px;
		font-weight: bold;
		line-height: 1.6;
	}
	.sections .sections-ttl-lead{
		margin-bottom: 30px;
	}

	/** ページナビゲーション **/
	.section-nav{
		margin-bottom: 7%;
	}
	.section-nav ul {
		display: inline-flex;
		width: 96%;
		overflow-x: auto;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
		overflow-scrolling: touch;
		overflow: auto;
		white-space: nowrap;
		font-size: 12px;
		font-size: 1.2rem;
		margin-left: 2%;
	}
	.section-nav ul li{
		position: relative;
	}
	.section-nav ul li + li{
		margin-left: 4%;
		padding-left: 4%;
		position: relative;
	}
	.section-nav ul li + li::before{
		content: "";
		border-left: 1px solid #353535;
		position: absolute;
		width: 1px;
		height: 10px;
		top: 9px;
		left: 0px;
	}
	.section-nav ul li a{
		font-size: 14px;
		font-weight: 400;
	}



	/** 導入店舗 インタビュー **/
	#case-interview ul{
		width: 100%;
	}
	#case-interview ul li{
		width: 100%;
		display: block;
		position: relative;
	}
	#case-interview ul li + li{
		margin-top: 10%;
	}
	#case-interview ul li a {
		position: relative;
		display: block;
		border-radius: 15px;
		box-shadow: 0px 3px 9px 3px #dbdbdb;
		padding-bottom: 18%;
	}
	#case-interview ul li a p img{
		vertical-align: bottom;
	}
	#case-interview ul li a p{
		margin-bottom: 5%;
	}
	#case-interview ul li a h3{
		font-size: 16px;
		font-weight: 500;
		line-height: 1.6;
		width: 90%;
		margin:  0 auto;
	}
	#case-interview ul li a h4{
		position: absolute;
		bottom: 20px;
		right: 0;
		font-size: 13px;
		font-weight: 500;
		line-height: 1.4;
		padding-right: 24px;
		text-align: right;
		margin-right: 10px;
	}
	#case-interview ul li a h4.twoline-ttl{
		position: absolute;
		bottom: 15px;
		right: 0;
		font-size: 13px;
		font-weight: 500;
		line-height: 1.3;
		padding-right: 24px;
		text-align: right;
		margin-right: 10px;
	}
	#case-interview ul li a h4::after{
		position: absolute;
		top: 2px;
		right: 0;
		content: "";
		background: url("../../case-studies/img/icon-arrow.svg");
		background-size: contain;
		width: 14px;
		height: 14px;
		transition: 0.1s;
	}
	#case-interview ul li a h4.twoline-ttl::after{
		position: absolute;
		top: 12px;
		right: 0;
		content: "";
		background: url("../../case-studies/img/icon-arrow.svg");
		background-size: contain;
		width: 14px;
		height: 14px;
		transition: 0.1s;
	}
	

	/** 近隣の導入店舗を探す **/
	#case-region ul{
		width: 100%;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#case-region ul li{
		width: 100%;
		display: block;
		position: relative;
	}
	#case-region ul li + li {
        margin-top: 10%;
    }
	#case-region ul li a {
		position: relative;
		display: block;
		padding: 23px 0;
		border-radius: 15px;
		box-shadow: 0px 3px 9px 3px #dbdbdb;
		transition: 0.3s;
		font-size: 16px;
		font-weight: 500;
		line-height: 1.6;
		text-align: center;
	}
	#case-region ul li a::after{
		position: absolute;
		top: 29px;
    	right: 12px;
		content: "";
		background: url("../../case-studies/img/icon-arrow.svg");
		background-size: contain;
		width: 14px;
		height: 14px;
		transition: 0.1s;
	}


	/** 業態別　メニューデザイン **/
	#case-design ul{
		width: 100%;
	}
	#case-design ul li{
		width: 100%;
		display: block;
		position: relative;
	}
	#case-design ul li + li{
		margin-top: 10%;
	}
	#case-design ul li a {
		position: relative;
		display: block;
		border-radius: 15px;
		box-shadow: 0px 3px 9px 3px #dbdbdb;
		transition: 0.3s;
		padding-bottom: 18%;
	}
	#case-design ul li a p img{
		vertical-align: bottom;
	}
	#case-design ul li a p{
		margin-bottom: 5%;
	}
	#case-design ul li a h3{
		font-size: 16px;
		font-weight: 500;
		line-height: 1.6;
		width: 90%;
		margin:  0 auto;
	}
	#case-design ul li a h4{
		position: absolute;
		bottom: 20px;
		right: 0;
		font-size: 13px;
		font-weight: 500;
		line-height: 1.4;
		padding-right: 24px;
		text-align: right;
		margin-right: 10px;
	}
	#case-design ul li a h4::after{
		position: absolute;
		top: 2px;
		right: 0;
		content: "";
		background: url("../../case-studies/img/icon-arrow.svg");
		background-size: contain;
		width: 14px;
		height: 14px;
		transition: 0.1s;
	}


	/* 月別 導入店舗 */
	.monthly_shops {
		position: relative;
		padding-top: 8%;
	}
	.monthly_shops:before {
		position: absolute;
		top: 0;
		left: -2.5%;
		content: "";
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 80px 100px 0 0;
		border-color: #fafafa transparent transparent transparent;
		z-index: -1;
	}
	.month_list h2{
		font-size: 16px;
		font-size: 1.6rem;
		margin-bottom: 20px;
		font-weight: bold;
		line-height: 1.6;
	}
	.month_list h3{
		font-size: 14px;
		font-size: 1.4rem;
		font-weight: bold;
		margin-bottom: 3%;
	}
	.month_list .month_list-year.year_2021,
	.month_list .month_list-year.year_2022,
	.month_list .month_list-year.year_2023,
	.month_list .month_list-year.year_2024{
		margin-bottom: 5%;
	}
	.month_list ul{
		display: flex;
		flex-wrap: wrap;
	}
	.month_list ul li{
		width: 15%;
	}
	.month_list ul li.month_list-space{
		margin-right: 2%;
	}
	.month_list ul li.month_list-first{
		margin-bottom: 2%;
	}
	.month_list ul li a {
		font-size: 13px;
		font-size: 1.3rem;
		font-weight: bold;
		text-align: center;
		box-sizing: border-box;
		border: 1px solid #e0e0e0;
		box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 10%);
		position: relative;
		display: block;
		transition: all .5s;
		height: 50px;
		border-radius: 50px;
		line-height: 50px;
	}


	/** サービスの詳しいご紹介の対応 **/
	#service_link.sections{
		margin-bottom: 20px;
	}
	#service_link p{
		font-size: 14px;
		margin-bottom: 50px;
		padding-left: 50px;
	}
	#service_link .link-wrap ul li img{
		width: 100%;
	}
	#service_link ul li p{
		margin-bottom: 0;
		padding-left: 0;
		line-height: 1;
	}
	#service_link .link-wrap ul li dl{
		padding: 3% 0 3%;
	}
	#service_link .link-wrap ul li dt{
		font-size: 16px;
		font-weight: bold;
	}
	#service_link .link-wrap ul li dd{
		font-size: 14px;
		line-height: 1.6;
	}
	#difference #wrap .service_link-last .btn02{
		margin-bottom: 0;
	}

}

