@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300");
/*----------------------------------------------------
	☆cmn
----------------------------------------------------*/

#content {
	padding-block-start: 0 !important;
}

@media (min-width: 1025px) {
	.is-flex.cols-pc-4 {
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: space-between;
		gap: 30px;
	}

	.is-flex.cols-pc-4 > * {
		flex: 1;
	}
}

/*--one--*/

#one {
	background: #1752a1 url(/wp-content/themes/mikuni-seiyaku/assets/images/strength/bg01.jpg) no-repeat top right;
}

#one .inr {
	/* padding: 80px 0px 150px; */
	padding-block: 80px 150px;
}
#one .inr h3 {
	color: #fff;
	font-size: 30px;
	font-weight: normal;
	padding: 0px 0px 10px 30px;
	text-align: left;
}
#one .inr .txt {
	color: #fff;
	font-size: 13px;
	line-height: 160%;
	padding: 0px 0px 50px 30px;
	text-align: left;
}
#one .inr .step ul {
	text-align: center;
}
#one .inr .step h4 {
	margin-top: 20px;
	padding-bottom: 20px;
	font-weight: normal;/*add*/
}
#one .inr .step h4 .en { /*enを追加*/
	font-size:12px;
	display: block;
	text-align: center;
	height: 20px;
	/*display: inline-block !important;
	min-height: unset !important;*/
}
#one .inr .step img {
	width: 100%;
	max-width: 250px;
	min-width: 220px;
	height: auto;
}
/* #one .inr .step ul li {
	display: inline-block;
	margin-right: 50px;
	vertical-align: top;
	width: 350px;
} */
/* #one .inr .step ul li.last {
	margin-right: 0px !important;
} */
#one .inr .step li .dec { /*spanをdivに*/
	color: #fff;
	display: block;
	font-size: 13px;
	line-height: 160%;
	text-align: left;
	margin: 0 auto;
	max-width:260px ;/*add*/
	min-height: 140px;
}
@media screen and (max-width: 1200px) { /*add*/
  #one .inr .step li .dec {
    min-height: 0; /* ← 実質的に無効化 */
    height: auto;  /* 念のため */
  }
    #one .inr .step li{
	margin-bottom: 60px;
}

}




#one .inr .step li {
	color: #fff;
	font-size: 13px;
	line-height: 160%;
	text-align: center;
}
#one .inr .step .btn {
	text-align: center;
	margin: 50px 0px 0px;
}
#one .inr .step .btn a {
	border: 2px solid #fff;
	background: #2958a4;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	padding: 15px 20px;
	width: 100%;
	max-width: 200px;
}
#one .inr .step .btn a::before {
	display: none;
}
#one .inr .step .btn a:hover {
	border: 2px solid #2958a4;
	background: #fff;
	color: #2958a4;
}
/*--two--*/

#two .inr {
	/* padding: 80px 0px 50px; */
	padding-block: 80px 50px;
}
#two h3 {
	font-size: 30px;
	letter-spacing: 2px;
	font-weight: normal;
	line-height: 180%;
	text-align: center;
	margin-bottom: 30px;
}
#two h3 span {
	display: block;
	color: #1752a1;
	font-size: 12px;
	line-height: 180%;
	letter-spacing: 2px;
	font-family:
		"HelveticaNeueCondensed", "HelveticaNeue-Condensed", "Helvetica Neue Condensed", "HelveticaNeueRomanCondensed",
		"HelveticaNeue-Roman-Condensed", "Helvetica Neue Roman Condensed", "HelveticaNeue", "Helvetica Neue",
		"HelveticaNeueRoman", "HelveticaNeue-Roman", "Helvetica Neue Roman", "TeXGyreHerosCnRegular", "Helvetica", "Tahoma",
		"Geneva", "Arial Narrow", "Arial", sans-serif;
	font-weight: 400;
	font-stretch: condensed;
}
/* #two ul li {
	display: inline-block;
}
#two ul li.li1 {
	width: 350px;
} */
#two ul {
	display: flex;
	justify-content: center;
	align-items: center;
}
#two ul li {
	width: fit-content;
	max-width: 350px;
	flex: 1;
}
#two ul li.bgX {
	flex: 0 1 auto;
}
#two ul li.bgX i {
	margin: 0;
}

#two ul li.bgX {
	color: #1752a1;
	font-size: 50px;
	width: 50px;
}
#two ul li span {
	border: 2px solid #1752a1;
	border-radius: 5px;
	color: #1752a1;
	display: block;
	font-size: clamp(22px, 6.5cqw, 30px);
	font-weight: bold;
	letter-spacing: 2px;
	line-height: 180%;
	padding: 20px 10px;
	text-align: center;
}
@media (max-width: 576px) {
	#two ul li span {
		letter-spacing: 0;
	}
}

#two .box01 {
	margin: 100px 0px 30px;
}
.box {
	float: left;
}
#two .box01 .box {
	background: #f4f5e9;
	border: 1px solid #eee;
	width: 320px;
	min-height: 300px;
	text-align: center;
	margin-right: 40px;
	margin-bottom: 50px;
	padding: 0px 20px 20px 20px;
}
#two .box01 .last {
	background: #f4f5e9;
	border: 1px solid #eee;
	width: 350px;
	min-height: 300px;
	text-align: center;
	margin-right: 0px !important;
}
#two .box01 .box h4 {
	line-height: 180%;
	margin-bottom: 20px;
	margin-top: 10px;
	text-align: center;
}
#two .box01 .box h4 span {
	border-top: 4px solid #1752a1;
	color: #1752a1;
	font-size: 16px;
	padding-top: 10px;
}
#two .box01 .box img {
	padding: 30px 0px;
}
#two .box01 .box .txt {
	border-top: 1px dotted #999;
	font-size: 13px;
	line-height: 160%;
	text-align: left;
	padding-top: 20px;
}

#two .box01 {
	margin: 50px 0px 30px;
}

#two .box01 .txt {
	font-size: 24px;
	font-weight: bold;
	line-height: 160%;
	text-align: center;
	padding: 0px 0px 20px;
}
/*--three--*/

#three {
	background: url(/wp-content/themes/mikuni-seiyaku/assets/images/strength/bg02.jpg) repeat;
}
#three .inr {
	/* padding: 80px 0px 100px; */
	padding-block: 80px 100px;
}
#three h3 {
	font-size: 30px;
	letter-spacing: 2px;
	font-weight: normal;
	line-height: 180%;
	text-align: center;
	margin-bottom: 30px;
}
#three h3 span {
	display: block;
	color: #1752a1;
	font-size: 12px;
	line-height: 180%;
	letter-spacing: 2px;
	font-family:
		"HelveticaNeueCondensed", "HelveticaNeue-Condensed", "Helvetica Neue Condensed", "HelveticaNeueRomanCondensed",
		"HelveticaNeue-Roman-Condensed", "Helvetica Neue Roman Condensed", "HelveticaNeue", "Helvetica Neue",
		"HelveticaNeueRoman", "HelveticaNeue-Roman", "Helvetica Neue Roman", "TeXGyreHerosCnRegular", "Helvetica", "Tahoma",
		"Geneva", "Arial Narrow", "Arial", sans-serif;
	font-weight: 400;
	font-stretch: condensed;
}

@media (min-width: 1024px) {
	#three .is-flex.cols-pc-3 {
		flex-direction: row;
		flex-wrap: nowrap;
		gap: 0;
	}
}

#three h4 {
	padding-bottom: 0;
}
#three .img {
	text-align: center;
	margin: 60px 0px 30px;
}
#three .box01 .box {
	/* width: 390px; */
	text-align: center;
	/* margin-right: 10px;
	margin-bottom: 50px; */
	margin-top: -2em;
	margin-inline: 20px;
}
/* #three .box01 .last {
	margin-right: 0px !important;
} */
#three .box01 .box img {
	position: relative;
	top: 4em;
	z-index: 1;
}
#three .box01 .box .text {
	background-color: #fff;
	padding: 4.5em 16px 16px;
	position: relative;
}
#three .box01 .box .txt {
	font-size: 13px;
	line-height: 160%;
	text-align: left;
}

#three .pyram .boxL {
	/* float: left; */
	width: 100%;
	max-width: 580px;
}
#three .pyram .boxL img {
	width: 100%;
	height: auto;
}

#three .pyram .boxR {
	/* float: right; */
	padding-top: 100px;
	width: 100%;
	max-width: 580px;
}
#three .pyram .boxR img {
	width: 100%;
	height: auto;
}

#three .pyram .boxR h4 {
	font-size: 30px;
	color: #1752a1;
	letter-spacing: 2px;
	font-weight: normal;
	line-height: 180%;
	text-align: left;
	margin-bottom: 20px;
}

#three_sec2 {
	padding-top: 50px;
}
#three_sec2 .is-flex.cols-pc-2 {
	flex-direction: column;
}
#three_sec2 .is-flex > div {
	margin-inline: auto;
}
#three_sec2 .pyram .boxR .txt {
	font-size: 13px;
	line-height: 160%;
}
#three_sec2 .pyram .boxR .txt + p {
	margin-block-start: 0.8em;
}

@media (min-width: 1200px) {
	#three_sec2 .is-flex.cols-pc-2 {
		flex-direction: row;
		flex-wrap: nowrap;
		gap: 0;
	}
}

/*add テキスト画像用*/
p img.copytext {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 522px) {
  p img.copytext {
    content: url("/wp-content/themes/mikuni-seiyaku/assets/images/strength/img05-mobile.png");
    display: block;
    width: calc(100% - 40px); /* 左右20pxの余白 */
    max-width: calc(100% - 40px); /* 念のため */
    height: auto;
    margin: 0 20px;
  }
}


/*--four--*/

#four {
	background: url(/wp-content/themes/mikuni-seiyaku/assets/images/strength/bg03.jpg) no-repeat fixed center center /
		cover;
}
#four .inr {
	/* padding: 80px 0px 150px; */
	padding-block: 80px 150px;
}

#four .inr .bg {
	background: rgba(255, 255, 255, 0.4);
	/*width: 800px;*/
	width: 100%;
	max-width: 800px;
	margin: 1em auto;
	padding: 20px 0px 0px;
}


#four h3 {
	font-size: 30px;
	letter-spacing: 2px;
	font-weight: normal;
	line-height: 180%;
	text-align: center;
	margin-bottom: 30px;
}
#four h3 span {
	display: block;
	color: #1752a1;
	font-size: 12px;
	line-height: 180%;
	letter-spacing: 2px;
	font-family:
		"HelveticaNeueCondensed", "HelveticaNeue-Condensed", "Helvetica Neue Condensed", "HelveticaNeueRomanCondensed",
		"HelveticaNeue-Roman-Condensed", "Helvetica Neue Roman Condensed", "HelveticaNeue", "Helvetica Neue",
		"HelveticaNeueRoman", "HelveticaNeue-Roman", "Helvetica Neue Roman", "TeXGyreHerosCnRegular", "Helvetica", "Tahoma",
		"Geneva", "Arial Narrow", "Arial", sans-serif;
	font-weight: 400;
	font-stretch: condensed;
}
#four .txt {
	color: #000;
	font-size: 13px;
	line-height: 160%;
	letter-spacing: 0.1em;
	font-weight: bold;
	margin: 0 auto;
	padding-bottom: 30px;
	width: 730px;
}

/*add*/
#four .inr .bg .txt {
	width: calc(100% - 20px);
	max-width: 730px;
}

#four .bgbox p {
	font-size: 20px;
}

#four .poricy {
	text-align: center;
	margin-bottom: 1.5em;
	font-size: 1.3em;
}

/*--five--*/

#five .inr {
	/* padding: 80px 0px 0; */
	padding-block: 80px 0;
}
#five .text {
	margin: 30px auto 0;
	width: fit-content;
}


