@charset "utf-8";


/* =====================================
strength page
===================================== */

.strength_page {
        background: #F7F9FC;
}

/* .inner--1200 {
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
} */

/* Philosophy */
.strength_page .strength_philosophy {
    padding: 75px 0 95px;
}

.strength_philosophy .commonSecHead {
    margin-bottom: 100px;
}

/* .philosophy_lead {
    margin-top: 36px;
}
 */
.philosophy_lead__ttl {
   font-size: clamp(2rem, 2.3vw, 2.8rem);
    font-weight: 500;
/*     line-height: 1.6; */
    letter-spacing: 0.1em;
	margin-bottom: 40px;
}

/* .philosophy_lead__txt {
    max-width: 760px;
    margin-top: 24px;
    font-size: 1.5rem;
    line-height: 2;
    letter-spacing: 0.04em;
    color: #333;
} */

/* white modifier */
.commonSecHead--white .commonSecHead__ttl,
.commonSecHead--white .commonSecHead__sub,
.philosophy_lead--white .philosophy_lead__ttl,
.philosophy_lead--white .philosophy_lead__txt {
    color: #fff;
}

/* Concept */
section.content_area.strength_concept {
    padding: 150px 0 250px;
	   background: #0E5DA8;
    color: #fff;
}

.strength_concept .inner{
	max-width:1620px;
	position:relative;
}

.strength_concept_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
	max-width:1200px;
	margin:0 auto;
}
.strength_concept_box .commonSecHead {
    margin-bottom: 30px;
}

.strength_concept_box h3.philosophy_lead__ttl {
    margin: 30px 0 60px;
}
.strength_concept_body {
	width:53.5%;
}

.philosophy_lead__txt{
	line-height:1.875;
	letter-spacing:0.1em;
}

.strength_concept_img {
/*     width: 48%; */
    max-width: 700px;
/* 	margin-right: -190px; */
	position: absolute;
    right: 20px;
	top:0;
}

.strength_concept_img img {
    display: block;
    width: 100%;
    height: auto;
}

/* Strength */
.strength_strength {
    padding: 0 0 100px!important;
    background: #0E5DA8;
    color: #fff;
}

.strength_list {
/*     max-width: 900px; */
    margin-top: 100px;
}
.strength_item:first-child {
    border-top: none;
}

.strength_item {
  display: grid;
    grid-template-columns: 60px 430px 1fr;
    gap: 50px;
/*     align-items: center; */
    padding: 40px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
}

.strength_item__num {
    font-size: 4rem;
    color: #fff;
    opacity: 0.56;
    font-family:'Poppins', 'Noto Sans JP', sans-serif;
}


.strength_item__body{
	margin-left:20px;
}

.strength_item__ttl {
	font-size: 3rem;
    font-weight: 500;
    color: #fff;
	margin: 20px 0 25px;
}
.strength_item__ttl::before {
    content: none;
}

.strength_item__txt {
    margin-top: 12px;
    font-size: 1.6rem;
    line-height: 1.875;
    letter-spacing: 0.1em;
    color: #fff;
}


/* Customer */
section.content_area.strength_customer {
	padding: 240px 0 240px;
    overflow: hidden;
}

.strength_customer__inner {
    position: relative;
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
    z-index: 1;
}

.strength_customer__inner::before {
    content: "";
    position: absolute;
    top: 0%;
    left: 50%;
    width: 430px;
    height: 260px;
    background: url("/wp-content/themes/top-denko/img/strength/logo_tdk.svg") no-repeat center / contain;
/*     opacity: 0.08; */
    transform: translate(-50%, -50%);
    z-index: 0;
    pointer-events: none;
}


.strength_customer__ttl {
    font-size: clamp(2rem, 2.4vw, 3.0rem);
    font-weight: 700;
    line-height: 1.7;
    letter-spacing: 0.1em;
}

.strength_customer__txt {
    margin-top: 36px;
    font-weight: 700;
	line-height: 2.375;
    letter-spacing: 0.1em;
	margin:0;
}


/* responsive */
@media screen and (max-width: 767px) {

/*     .inner--1200 {
        padding-left: 20px;
        padding-right: 20px;
    }
 */
	.strength_page .strength_philosophy {
		padding: 50px 0 50px;
	}
	.strength_philosophy .commonSecHead {
   		margin-bottom: 30px;
	}

	section.content_area.strength_concept {
		padding: 75px 0 75px;
	}

	.strength_concept_box h3.philosophy_lead__ttl {
		margin: 40px 0 30px;
	}
	
	.philosophy_lead__ttl{
		margin:30px 0 20px 0;
	}
	
    .strength_concept_box {
        display: block;
    }

    .strength_concept_body {
        width: 100%;
    }

    .strength_concept_img {
        width: 100%;
        max-width: 420px;
        margin: 40px auto 0;
		position:relative;
		right:unset;
    }

    .strength_strength {
        padding: 0 0 70px;
    }

    .strength_list {
        margin-top: 0px;
    }

    .strength_item {
        display: block;
        padding: 10px 0;
    }

    .strength_item__num {
        margin-bottom: 10pxpx;
		font-size: 3rem;
    }

    .strength_item__img {
        margin-bottom: 18px;
    }
	.strength_item__img img {
		width: 100%;
    }
	
	.strength_item__body{
		margin-left:0;
	}

    .strength_item__ttl {
        font-size: 2rem;
		margin: 10px 0 15px;
    }

    .strength_item__txt {
        font-size: 1.4rem;
    }
	
	.strength_strength {
    padding: 0 0 50px !important;
	}
section.content_area.strength_customer {
    padding: 120px 0 200px;
    overflow: hidden;
}

/*     .strength_customer__inner {
        text-align: left;
    } */

    .strength_customer__inner::before {
        width: 300px;
        height: 180px;
		top: 5%;
    }

/*     .strength_customer__ttl {
        font-size: 2rem;
        text-align: center;
    }
 */
    .strength_customer__txt {
         line-height: 2;
        }
}



