@charset "UTF-8";
/**********************
*　Upper Area
***********************/
.sec--case { padding: 30px 30px 50px; }
.case-label { margin-bottom: 41px; font: 400 1.2rem 'Poppins', sans-serif; line-height: 1; letter-spacing: 0.5em; text-indent: 0.5em; text-align: center; }
.case-ttl { margin-bottom: 15px; font-size: 2.3rem; font-weight: 900; line-height: 1.527; letter-spacing: 0.1em; text-indent: 0.1em; text-align: center; color: #ff662e; }
.case-ttl-under { text-align: center; color: #ff662e; }
.case-ttl-under__who { font-size: 1.5rem; font-weight: 700;}
.case-ttl-under__name { font-size: 2.0rem; font-weight: 700;}

@media print, screen and (max-width:680px) {
	.case-ttl { position: relative; margin-left: -30px; margin-right: -30px; }
	.case-ttl-under { border-top: 1px solid #ff662e; border-bottom: 1px solid #ff662e; padding-top: 16px; padding-bottom: 15px; }
	.case-ttl-under__who,
	.case-ttl-under__name { display: block; }
	.case-ttl-under__who { margin-bottom: 2px; line-height: 1; letter-spacing: 0.15em; text-indent: 0.15em; }
	.case-ttl-under__name { letter-spacing: 0.1em; text-indent: 0.1em; }
}
@media print, screen and (min-width:681px) {
	.sec--case { padding: 50px 100px 80px; }
	.case-label { margin-bottom: 41px; font-size: 1.8rem; }
	.case-ttl { margin-bottom: 40px; font-size: 3.5rem; line-height: 1.75; letter-spacing: 0.3em; text-indent: 0.3em; }
	.case-ttl-under { position: relative; left: 50%; transform: translateX(-50%); display: inline-flex; justify-content: center; align-items: center; padding: 0 28px; }
	.case-ttl-under__who,
	.case-ttl-under__name { font-size: 2.0rem; font-weight: 900;}
	.case-ttl-under__who { order: 1; }
	.case-ttl-under__name { order: 3; }
	.case-ttl-under::before,
	.case-ttl-under::after { content: ""; }
	.case-ttl-under::after { order: 2; position: relative; width: 1px; height: 20px; background: #ff662e; margin-left: 28px; margin-right: 28px; }
	.case-ttl-under::before { position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 100%; height: 20px; border-left: 1px solid #ff662e; border-right: 1px solid #ff662e; pointer-events: none; }
	
}


/**********************
*　Case
***********************/
.case-wrap { margin-top: 60px; padding-bottom: 73px; }
.case:not(:last-of-type) { margin-bottom: 44px; }
.case__cate { background: linear-gradient(90deg, rgba(255,102,46,1) 0%, rgba(255,191,124,1) 100%); margin-bottom: 26px; padding: 9px 10px 11px; font-size: 1.5rem; font-weight: 900; line-height: 1; letter-spacing: 0.12em; text-indent: 0.12em; text-align: center; color: #fff; }
.case__cont__ttl { margin-bottom: 14px; font-size: 2.0rem; font-weight: 700; line-height: 1.65; letter-spacing: 0.08em; color: #ff662e; }
.case__cont__txt { font-size: 1.4rem; font-weight: 400; line-height: 2; }
@media print, screen and (max-width:680px) {
	.case__img { margin-bottom: 17px; }
}
@media print, screen and (min-width:681px) {
	.case-wrap { margin-top: 105px; padding-bottom: 152px; }
	.case:not(:last-of-type) { margin-bottom: 152px; }
	.case__cate { margin-bottom: 50px; padding: 12px 10px 13px; font-size: 2.5rem; font-weight: 700; letter-spacing: 0.1em; text-indent: 0.1em; }
	.case__inner { display: flex; flex-direction: row-reverse; }
	.case__img { position: relative; width: 427px; margin-right: -100px; margin-left: 40px; }
	.case__cont { flex: 1; }
	.case__cont__ttl { margin-bottom: 30px; font-size: 2.8rem; letter-spacing: -0.03em; }
	.case__cont__txt { font-size: 1.5rem; }
}


/**********************
*　Message
***********************/
.msg { position: relative; background: #f7f7eb; margin-left: -30px; margin-right: -30px; padding: 50px 30px 53px; }
.msg__label { display: flex; justify-content: center; align-items: center; height: 36px; background: #000; border-radius: 18px; margin-bottom: 25px; padding-bottom: 3px; font-size: 1.5rem; font-weight: 900; line-height: 1; letter-spacing: 0.12em; text-indent: 0.12em; text-align: center; color: #fff; }
.msg__img { margin-top: -5px; margin-bottom: 20px; }
.msg__ttl { margin-bottom: 30px; font-size: 2.0rem; font-weight: 700; line-height: 1.65; letter-spacing: 0.08em; text-align: left; color: #ff662e; }
.msg__who { border-top: 1px solid #000; border-bottom: 1px solid #000; margin-bottom: 26px; padding: 16px 0; font-size: 1.2rem; font-weight: 500; line-height: 1; letter-spacing: 0.15em; }
.msg__who--sepa { display: flex; align-items: center; padding: 12px 0; }
.msg__who--sepa::before { order: 2; width: 1px; height: 20px; background: #000; margin-left: 15px; margin-right: 15px; content: ""; }
.msg__who--sepa span:nth-of-type(1) { order: 1; }
.msg__who--sepa span:nth-of-type(2) { order: 3; }
.msg__txt { font-size: 1.4rem; font-weight: 400; line-height: 2; }
.case-btn { width: 250px; background-color: #fff; margin-top: 50px; }

@media print, screen and (min-width:681px) {
	.msg { margin-left: -100px; margin-right: -100px; padding: 80px 100px 73px; }
	.msg__label { height: 50px; border-radius: 25px; margin-bottom: 19px; padding-bottom: 3px; font-size: 2.0rem; font-weight: 700; letter-spacing: 0.1em; text-indent: 0.1em; }
	.msg__img { float: left; width: 280px; margin: 10px 23px 0 0; }
	.msg__ttl { margin-bottom: 30px; font-size: 2.8rem; letter-spacing: -0.03em; }
	.msg__ttl--lsless { letter-spacing: -0.05em; }
	.msg__who { margin-bottom: 29px; padding: 14px 0; font-size: 1.5rem; font-weight: 700; letter-spacing: 0.1em; }
	.msg__who--sepa { padding: 11px 0 12px; }
	.msg__txt { font-size: 1.5rem; }
	.case-btn { width: 300px; background-color: #fff; margin-top: 80px; }
}