/* ------------------------------追記------------------------------　*/
.i-portvoice_new  .section-i-portvoice small {
	margin-top: 8px;
	color: #999;
	font-size: 12px;
}
.i-portvoice_new  .well-circle-gradient-blue {
	font-size: 14px;
}
@media screen and (max-width:768px){
	.i-portvoice_new .section-i-portvoice {
		min-height: 590px;
	}
	.i-portvoice_new .section-i-portvoice small {
		margin-top: -5px;
		font-size: 10px;
	}
	.i-portvoice_new .section-i-portvoice .container-fluid img.maintext {
		width: 75%;
	}
	.i-portvoice_new .section-i-portvoice .container-circle {
		max-width: 230px;
	}
	.i-portvoice_new .well-circle-gradient-blue {
		width: 110px;
		height: 110px;
		font-size: 12px;
	}
	.i-portvoice_new .well-circle-gradient-blue .icon {
		margin-bottom: 10px;
	}
}
@media screen and (max-width:390px){
	.i-portvoice_new .section-i-portvoice {
		min-height: 550px;
	}
	.i-portvoice_new .section-i-portvoice .container-circle {
		max-width: 210px;
	}
	.i-portvoice_new .well-circle-gradient-blue {
		width: 100px;
		height: 100px;
		font-size: 11px;
	}
	.i-portvoice_new .section-i-portvoice small {
		margin-top: -15px;
	}
}
@media screen and (max-width:375px){
	.i-portvoice_new .section-i-portvoice small {
		margin-top: -20px;
	}
}

.i-portvoice_new .fv-ora-btn.tuika_230227 a {
	background: linear-gradient(to right, #4288c9, #2d55b1);
    border: 1px solid #fff;
    border-radius: 90px;
}
.i-portvoice_new .fv-ora-btn a:hover {
    background: #fff;
    color: #2d55b1;
    transition: .3s;
    text-decoration: none;
}

/* ------------- result -------------　*/
.i-portvoice_new .section-results {
	background: url(../img/new_240224/bg_result.jpg) no-repeat;
	background-position: bottom;
	background-size: 100%;
	padding-top: 100px;
    padding-bottom: 100px;
}
@media screen and (max-width:768px){
	.i-portvoice_new .section-results {
		padding-top: 50px;
		padding-bottom: 50px;
	}
}
.i-portvoice_new .section-results .section-results_content img {
	display: block;
	margin: 0 auto;
}

/* ------------- cta -------------　*/
.i-portvoice_new .highlight-dark-yellow.hutome{
	background: linear-gradient(transparent 50%, #ffe56b 50%);
	padding-bottom: 5px;
}
.i-portvoice_new .highlight-dark-green.hutome{
	background: linear-gradient(transparent 50%, #81a81e 50%);
	padding-bottom: 5px;
}
.i-portvoice_new .section-cta {
	background: #ecf3d8;
	padding: 60px 0;
}
@media screen and (max-width:768px){
	.i-portvoice_new .section-cta {
		padding: 40px 0;
	}
}
.i-portvoice_new .section-cta.bg_green {
	background: #92ba2b;
}
.i-portvoice_new .section-cta p {
	font-size: 20px;
	text-align: center;
	line-height: 28px;
}
@media screen and (max-width:768px){
	.i-portvoice_new .section-cta p {
		font-size: 18px;
		line-height: 28px;
	}
}
.i-portvoice_new .section-cta.bg_green p {
	color: #fff;
}
.i-portvoice_new .section-cta p strong {
	font-weight: bold;
}
.i-portvoice_new .section-cta .btnArea {
	margin-top: 30px;
}
.i-portvoice_new .section-cta .btnArea a {
	background: #ef7012;
	margin: 0 auto;
	padding: 30px 0px;
	width: 100%;
	max-width: 620px;
    display: block;
    border: #fff 3px solid;
	border-radius: 90px;
	color: #fff;
	font-size: 24px;
    font-weight: 700;
    text-align: center;
	transition: .3s;
}
@media screen and (max-width:768px){
	.i-portvoice_new .section-cta .btnArea {
		margin-top: 15px;
	}
	.i-portvoice_new .section-cta .btnArea a {
		padding: 20px 0px;
		font-size: 20px;
	}
}

/* ------------- about -------------　*/
.i-portvoice_new .section-about_content {
	display: flex;
	gap: 50px;
}
@media screen and (max-width:768px){
	.i-portvoice_new .section-about_content {
		display: flex;
		flex-wrap: wrap;
		gap: 30px;
	}
}
.i-portvoice_new .section-about_content .imgArea {
	width: 100%;
	max-width: 500px;
}
.i-portvoice_new .section-about_content .textArea {
	width: 100%;
	max-width: 450px;
	display: flex;
	flex-wrap: wrap;
}
.i-portvoice_new .section-about_content .textArea .media-body {
	padding: 20px 0;
	border-bottom: 1px solid #d7d7d7;
}
@media screen and (max-width:768px){
	.i-portvoice_new .section-about_content .textArea .media-body {
		padding: 20px 0;
	}
}
.i-portvoice_new .section-about_content .textArea .media-body:first-child {
	padding-top: 0;
}
.i-portvoice_new .section-about_content .textArea h3 {
	margin-bottom: 10px;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 0.03rem;
	font-weight: bold;
	color: #898989;
	display: flex;
	gap: 10px;
}
@media screen and (max-width:768px){
	.i-portvoice_new .section-about_content .textArea h3 {
		margin-bottom: 10px;
		font-size: 18px;
		line-height: 26px;
		gap: 10px;
	}
}
.i-portvoice_new .section-about_content .textArea h3::before {
	content: "";
	display: block;
	width: 32px;
    height: 32px;
	padding-right: 20px;
	background: url(../img/new_240224/check-icon.png) no-repeat;
}
.i-portvoice_new .section-about_content .textArea p {
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 0;
}
@media screen and (max-width:768px){
	.i-portvoice_new .section-about_content .textArea p {
		font-size: 14px;
		line-height: 24px;
	}
}

/* ------------- problem -------------　*/
.i-portvoice_new .section-problem-solving {
	padding-top: 0;
	padding-bottom: 90px;
}
@media screen and (max-width:768px){
	.i-portvoice_new .section-problem-solving {
		padding-bottom: 50px;
	}
}

/* ------------- function -------------　*/
.i-portvoice_new .section-function {
	padding: 90px 0;
	background: url(../img/new_240224/bg_function.jpg);
	background-size: cover;
}
@media screen and (max-width:768px){
	.i-portvoice_new .section-function {
		padding: 50px 0;
		background: url(../img/new_240224/bg_function_sp.jpg);
		background-size: cover;
		background-position: center;
	}
}
.i-portvoice_new .section-function_content ul {
	display: flex;
	flex-wrap: wrap;
	gap: 50px;
	justify-content: center;
	margin-bottom: 30px;
	padding-left: 0;
}
.i-portvoice_new .section-function_content ul:last-child {
	margin-bottom: 50px;
}
.i-portvoice_new .section-function_content li {
	background: #fff;
	border-radius: 180px;
	padding: 30px 0;
	width: 217px;
	height: 217px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	position: relative;
	box-shadow: 0 0 20px rgb(66 136 201 / 10%);
}
.i-portvoice_new .section-function_content li::after {
	content: "";
	display: block;
	border: 2px solid #bad9f7;
	border-radius: 180px;
	padding: 30px 0;
	width: 197px;
	height: 197px;
	position: absolute;
	top: 10px;
	right: 10px;
}
.i-portvoice_new .section-function_content li p {
	font-size: 18px;
	font-weight: bold;
	line-height: 22px;
	text-align: center;
	width: 100%;
}
@media screen and (max-width:768px){
	.i-portvoice_new .section-function_content ul {
		gap: 10px;
		margin-bottom: 10px;
	}
	.i-portvoice_new .section-function_content ul:last-child {
		margin-bottom: 30px;
	}
	.i-portvoice_new .section-function_content li {
		width: 170px;
		height: 170px;
	}
	.i-portvoice_new .section-function_content li::after {
		width: 160px;
		height: 160px;
		top: 5px;
		right: 5px;
	}
	.i-portvoice_new .section-function_content li p {
		font-size: 14px;
		line-height: 16px;
		margin-top: 10px;
	}
}
.i-portvoice_new .section-function .btnArea a {
	background: linear-gradient(to right, #4288c9, #2d55b1);
	margin: 0 auto;
	padding: 30px 0px;
	width: 100%;
	max-width: 380px;
    display: block;
    border: #fff 3px solid;
	border-radius: 200px;
	color: #fff;
	font-size: 24px;
    font-weight: 700;
    text-align: center;
	transition: .3s;
}
@media screen and (max-width:768px){
	.i-portvoice_new .section-function .btnArea a {
		padding: 25px 0px;
		font-size: 20px;
	}
}
.i-portvoice_new a:hover {
	text-decoration: none;
}

/* ------------- link -------------　*/
.i-portvoice_new .section-link {
	padding-top: 100px;
}
@media screen and (max-width:768px){
	.i-portvoice_new .section-link {
		padding-top: 50px;
	}
}
.i-portvoice_new .section-link_content {
	display: flex;
	gap: 18px;
	justify-content: center;
}
.i-portvoice_new .section-link_content .linkContent {
	width: 100%;
	max-width: 490px;
	padding: 50px 30px;
}
@media screen and (max-width:768px){
	.i-portvoice_new .section-link_content {
		flex-wrap: wrap;
	}
	.i-portvoice_new .section-link_content .linkContent {
		padding: 30px 15px;
	}
}
.i-portvoice_new .section-link_content .linkContent h2 {
	font-size: 26px;
	font-weight: bold;
	margin-top: 0;
	text-shadow: 0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff;
	margin-bottom: 40px;
}
@media screen and (max-width:768px){
	.i-portvoice_new .section-link_content .linkContent h2 {
		font-size: 22px;
		margin-bottom: 20px;
	}
}
/* kinouArea　*/
.linkContent.kinouArea {
	border: 2px solid #91bee0;
	background: url(../img/new_240224/bg_kinouArea.jpg) no-repeat;
	background-size: cover;
}
.linkContent.kinouArea h2 {
	color: #2d55b1;
}
.linkContent.kinouArea ul {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: center;
	padding-left: 0;
	margin-bottom: 40px;
}
.linkContent.kinouArea li {
	background: rgba(255,255,255,0.8);
	border-radius: 180px;
	padding: 30px 0;
	width: 200px;
	height: 200px;
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	position: relative;
	box-shadow: 0 0 20px rgb(66 136 201 / 10%);
}
.linkContent.kinouArea li::after {
	content: "";
	display: block;
	border: 2px solid #bad9f7;
	border-radius: 180px;
	padding: 30px 0;
	width: 180px;
	height: 180px;
	position: absolute;
	top: 10px;
	right: 10px;
}
@media screen and (max-width:768px){
	.linkContent.kinouArea ul {
		margin-bottom: 20px;
	}
	.linkContent.kinouArea li {
		font-size: 16px;
		line-height: 24px;
		width: 160px;
		height: 160px;
	}
	.linkContent.kinouArea li::after {
		width: 140px;
		height: 140px;
	}
}
@media screen and (max-width:390px){
	.linkContent.kinouArea li {
		font-size: 15px;
		line-height: 22px;
		width: 150px;
		height: 150px;
	}
	.linkContent.kinouArea li::after {
		width: 130px;
		height: 130px;
	}
}
.linkContent.kinouArea .btnArea a {
	background: linear-gradient(to right, #4288c9, #2d55b1);
	margin: 0 auto;
	padding: 25px 0px;
	width: 100%;
    display: block;
    border: #fff 3px solid;
	border-radius: 200px;
	color: #fff;
	font-size: 22px;
    font-weight: 700;
    text-align: center;
	transition: .3s;
}
@media screen and (max-width:768px){
	.linkContent.kinouArea .btnArea a {
		padding: 20px 0px;
		font-size: 18px;
	}
}
/* shiryouArea */
.linkContent.shiryouArea {
	border: 2px solid #d1f0b1;
	background: url(../img/new_240224/bg_shiryouArea.jpg) no-repeat;
	background-size: cover;
}
.linkContent.shiryouArea h2 {
	color: #71c617;
}
.linkContent.shiryouArea h3 {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	text-shadow: 0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff;
	position: relative;
	margin-bottom: 30px;
}
.linkContent.shiryouArea h3::before,
.linkContent.shiryouArea h3::after {
	content: "";
	display: block;
	background: #c3c3c3;
	box-shadow: 0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff;
	width: 110px;
	height: 2px;
	position: absolute;
	top: 8px;
	left: 0;
}
@media screen and (max-width:768px){
	.linkContent.shiryouArea h3 {
		margin-bottom: 15px;
	}
	.linkContent.shiryouArea h3::before,
	.linkContent.shiryouArea h3::after {
		width: 60px;
	}
}
.linkContent.shiryouArea h3::after {
	right: 0;
	left: unset;
}
.linkContent.shiryouArea ul {
	padding-left: 0;
	margin-bottom: 30px;
}
.linkContent.shiryouArea ul li {
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 10px;
	font-weight: bold;
	position: relative;
	padding-left: 20px;
}
@media screen and (max-width:768px){
	.linkContent.shiryouArea ul {
		padding-left: 0;
		margin-bottom: 15px;
	}
	.linkContent.shiryouArea ul li {
		font-size: 14px;
		line-height: 22px;
	}
}
.linkContent.shiryouArea ul li:last-child {
	margin-bottom: 0px;
}
.linkContent.shiryouArea ul li::before {
	content: "";
    display: block;
    width: 16px;
    height: 16px;
    padding-right: 20px;
	background: url(../img/new_240224/dot.png) no-repeat;
	position: absolute;
	top: 5px;
	left: 0;
}
.linkContent.shiryouArea .btnArea a {
	background: linear-gradient(to right, #97d754, #02b7aa);
	margin: 0 auto;
	padding: 25px 0px;
	width: 100%;
    display: block;
    border: #fff 3px solid;
	border-radius: 200px;
	color: #fff;
	font-size: 22px;
    font-weight: 700;
    text-align: center;
	transition: .3s;
}
@media screen and (max-width:768px){
	.linkContent.shiryouArea .btnArea a {
		padding: 20px 0px;
		font-size: 18px;
	}
}