  @charset "utf-8";
/* ----¥Ó¥¸¥Í¥¹¥Ñ©`¥È¥Ê©`Ä¼¼¯index---- */

/* ----¥Ø¥Ã¥À©` ¥á¥Ë¥å©`---- */

#gNav li:nth-child(7) {
	border-bottom: 4px solid #f19716;
}
#gNav li:nth-child(7) a {
	background: linear-gradient(to bottom, #fff 0%, #f5f5f5 100%);
	background-size: calc(100% - 1px) 100%;
	background-repeat: no-repeat;
	background-position: right;
}

/* ----¥ê¥ó¥¯---- */

#link {
	width: 980px;
	margin: 60px auto;
}

#link div {
	float: left;
	width: 200px;
	margin: 0px 40px 60px 0px;
}

#link div:first-child,
#link div:nth-child(5) {
	margin-left: 0px;
}

#link div a {
	display: block;
	position: relative;
	width: 200px;
	height: 123px;
	padding-bottom: 2px;
	border-bottom: 2px solid #dfdfdf;
}
#link a {
	color: #333;
}
/*
#link div a::after {
	position: absolute;
	bottom: -2px;
	left: 0;
	z-index: 2;
	content: '';
	width: 50px;
	height: 2px;
	background-color: #f19716;
	border-right: 1px solid #fff;
}
*/
#link div h2::before {
	position: absolute;
	top: -2px;;
	z-index: 2;
	content: '';
	width: 50px;
	height: 2px;
	background-color: #f19716;
	border-right: 1px solid #fff;
}

#link div img {
	margin-bottom: 2px;
}

#link div h2 {
	margin: -2px 0px 10px 0px;
	padding: 15px 0 0 0;
	border-top: 2px solid #dfdfdf;
	position: relative;
}

#link div p {
	font-size: 11px;
	letter-spacing: 1px;
	line-height: 150%;
	margin: 0px;
	padding: 0px;
}

/* ----h1¥¤¥á©`¥¸---- */
#bp #tit {
	background-image: url(/wp/wp-content/themes/ios/bp/img/h1_image.jpg);
}

/*
****     SP     ***
**/
@media (max-width: 767px) {
	#link {
		width: 100%;
		overflow: hidden;
		padding: 0 10px;
		box-sizing: border-box;
		margin: 30px auto 40px;
	}
	#link div {
		width: 50%;
		margin: 0px 0px 20px;
		box-sizing: border-box;
	}
	#link div a {
		width: 100%;
		height: auto;	
		padding-bottom: 0;
	}
	#link div img {
		width: 100%;
    height: auto;
	}
	#link a:nth-child(odd) div {
		padding-right: 5px;
	}
	#link a:nth-child(even) div {
		padding-left: 5px;
	}
	#link div h2 {
		margin: 0 0px 5px 0px;
		font-weight: 600;
	}
	#link div p {
		min-height: 55px;
		font-size: 12px;
	}
	#bp #tit {
		background-position: 10%;
	}
}

/* ----main---- */

#bp #main h2 {
	margin-bottom: 40px
}

/* ----bp_lead---- */
#bp_lead {
	margin-top: 70px;
}
#bp_lead h2.head {
	font-size: 24px;
	font-weight: 600;
	line-height: 1.67;
	text-align: center;
}

#bp_lead .dot {
	display: flex;
	flex-direction: column;
	row-gap: 6px;
	align-items: center;
	margin: 30px 0;
}
#bp_lead .dot > span {
	display: inline-block;
	min-width: 6px;
	height: auto;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
}
#bp_lead .dot > span:first-child {
	background-color: #FFCA1A;
}
#bp_lead .dot > span:nth-child(2) {
	background-color: #F19716;
}
#bp_lead .dot > span:last-child {
	background-color: #F97204;
}

#bp_lead .tit {
	font-size: 20px;
	font-weight: 600;
	text-align: center;
	padding: 8px 10px;
	background: linear-gradient(0deg, #EBEBEB, #F6F6F6);
	border-radius: 30px;
	min-height: 50px;
	box-sizing: border-box;
	vertical-align: middle;
	display: flex;
	align-items: center;
	justify-content: center;
}
#bp_lead .tit > span {
	color: #F19716;
}

#bp_lead .lead {
	font-size: 20px;
	font-weight: 600;
	text-align: center;
	line-height: 1.75;
	margin-top: 20px;
}

#bp_lead .promise {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	margin: 20px 0 100px;
}
#bp_lead .promise .promise__block {
	display: flex;
	padding: 22.5px;
	border-radius: 50%;
	box-sizing: border-box;
	position: relative;
	z-index: 1;
}
#bp_lead .promise .promise__block:first-child {
	background-color: #FFCA1A;
}
#bp_lead .promise .promise__block:nth-child(2) {
	background-color: #F19716;
}
#bp_lead .promise .promise__block:last-child {
	background-color: #F97204;
}
#bp_lead .promise .promise__block:first-child::after,
#bp_lead .promise .promise__block:nth-child(2)::before,
#bp_lead .promise .promise__block:nth-child(2)::after,
#bp_lead .promise .promise__block:last-child::before {
	content: "";
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	margin: auto 0;
}
#bp_lead .promise .promise__block:first-child::after {
	background-image: url(/wp/wp-content/themes/ios/bp/img/parts_01_01.svg);
	width: 87px;
	height: auto;
	aspect-ratio: 87 / 86;
	right: -37px;
}
#bp_lead .promise .promise__block:nth-child(2)::before {
	background-image: url(/wp/wp-content/themes/ios/bp/img/parts_02_01.svg);
	width: 107px;
	height: auto;
	aspect-ratio: 107 / 86;
	left: -40px;
}
#bp_lead .promise .promise__block:nth-child(2)::after {
	background-image: url(/wp/wp-content/themes/ios/bp/img/parts_02_02.svg);
	width: 114px;
	height: auto;
	aspect-ratio: 114 / 53;
	right: -40px;
	bottom: -35px;
}
#bp_lead .promise .promise__block:last-child::before {
	background-image: url(/wp/wp-content/themes/ios/bp/img/parts_03_01.svg);
	width: 129px;
	height: auto;
	aspect-ratio: 3 / 2;
	left: -58px;
}

#bp_lead .promise .promise__block .promise__item {
	display: flex;
	flex-direction: column;
	flex-flow: column;
	flex-grow: 1;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	filter: drop-shadow(0px 3px 8px rgba(0, 0, 0, 0.4));
	border-radius: 50%;
	width: 240px;
	height: auto;
	aspect-ratio: 1 / 1;
}
#bp_lead .promise .promise__block .promise__item .item__image {
	margin-top: -20px;
	display: flex;
	width: 50px;
	height: 50px;
}
#bp_lead .promise .promise__block .promise__item .item__image > img {
	max-width: 100%;
	height: 100%;
}
#bp_lead .promise .promise__block .promise__item .item__head {
	margin: 18px 0 6px;
}
#bp_lead .promise .promise__block .promise__item .item__head .head {
	font-size: 16px;
	font-weight: 600;
	line-height: 1.5;
}
#bp_lead .promise .promise__block .promise__item .item__text .text {
	max-width: 15em;
	height: 4lh;
	font-size: 11px;
	line-height: 1.64;
}

/* ----application---- */
/* ----infrastructure---- */
.type2 {
	margin-bottom: 30px;
}

.flex_block {
	display: flex;
	justify-content: space-between;
}

#bp .text_block p,
#bp .text_block li {
	font-size: 12px;
	line-height: 175%;
}

#bp .text_block p:first-child {
	margin-bottom: 20px;
}

#bp .text_block h4 {
	font-size: 13px;
	font-weight: bold;
	padding-left: 18px;
	text-indent: -18px;
}

#bp .text_block ul li {
	margin: 0 0 20px 0;
}
#bp .text_block ul li p {
	padding-left: 18px;
}
#bp .text_block ul li:last-child {
	margin: 0;
}

#bp .text_block li h4::before {
	content: "¡ñ";
	color: #f19716;
	font-size: 13px;
	margin-right: 5px;
}

#bp .text_block li ul {
	padding-left: 3em;
}

#bp .text_block li ul li {
	margin: 0;
	list-style: inside;
	list-style-position: outside;
}

#bp .img_block img {
	width: 100%;
}

/* ----inquiry---- */
#inquiry {
	margin: 80px 0 50px 0;
}
.inquiry_border {
	padding: 30px 50px 20px 50px;
}
#inquiry .inquiry_img {
  width: 200px;
}
/*
****     SP     ***
**/
@media (max-width: 767px) {
	#bp #main {
		width: 100%;
	}
	#bp #main h2 {
    margin-bottom: 20px;
	}

	.bp_wrap {
		padding: 0 10px;
	}

	/* ---- #bp_lead ---- */
	#bp_lead {
		margin-top: 40px;
	}
	#bp_lead h2.head {
		font-size: 18px;
	}

	#bp_lead .dot {
		row-gap: 5px;
		margin: 28px 0;
	}
	#bp_lead .dot > span {
		min-width: 5px;
	}

	#bp_lead .tit {
		font-size: 16px;
		padding: 3px 10px;
		min-height: 40px;
	}
	#bp_lead .lead {
		font-size: 16px;
		margin-top: 16px;
	}

	#bp_lead .promise {
		margin: 20px 0 50px;
		flex-direction: column;
		row-gap: 60px;
	}
	#bp_lead .promise .promise__block {
		padding: 4.8vw;
		width: 80%;
		margin: auto;
	}
	#bp_lead .promise .promise__block:first-child::after,
	#bp_lead .promise .promise__block:nth-child(2)::before,
	#bp_lead .promise .promise__block:nth-child(2)::after,
	#bp_lead .promise .promise__block:last-child::before {
		right: 0;
		left: 0;
		margin: 0 auto;
	}
	#bp_lead .promise .promise__block:first-child::after {
		transform: rotateZ(90deg);
		bottom: -37px;
		top: auto;
	}
	#bp_lead .promise .promise__block:nth-child(2)::before {
		transform: rotateZ(90deg);
		top: -28px;
		bottom: auto;
	}
	#bp_lead .promise .promise__block:nth-child(2)::after {
		transform: rotateZ(90deg);
		bottom: -10px;
		top: auto;
		left: -33px;
	}
	#bp_lead .promise .promise__block:last-child::before {
		transform: rotateZ(90deg);
		top: -35px;
		bottom: auto;
	}
	#bp_lead .promise .promise__block .promise__item {
		width: 100%;
	}
	#bp_lead .promise .promise__block .promise__item .item__image {
		width: 13.5vw;
		height: 13.5vw;
	}
	#bp_lead .promise .promise__block .promise__item .item__head .head {
		font-size: 4.3vw;
	}
	#bp_lead .promise .promise__block .promise__item .item__text .text {
		font-size: 3.2vw;
		line-height: 1.5;
	}
	/* ---- /#bp_lead ---- */

	#bp .text_block p:first-child {
		font-size: 14px;
	}

	#bp_top .check {
		padding: 25px 20px 30px 20px;
	}

	#bp_top .check ul li {
		align-items: flex-start;
		line-height: 170%;
	}

	/* ----application---- */
	/* ----infrastructure---- */
	.type2 {
		padding: 10px 10px;
		margin-top: 50px;
	}
	.flex_block {
		display: block;
	}
	#bp .img_block {
		text-align: center;
		margin-top: 20px;
	}
	#bp .img_block img {
		width: 85%;
	}
	
	/* ----inquiry---- */
	.inquiry_border {
		padding: 45px 0 0 0;
	}
}
