@charset "UTF-8";
/* ----------------------------------------------------------------
共通
---------------------------------------------------------------- */
#contents {
    margin-bottom: 0px;
    border-bottom: solid 1px #fff;
}
@media screen and (max-width: 767px) {
	#contents {
    margin-bottom: 0;
}
}
/* ----------------------------------------------------------------
fv
---------------------------------------------------------------- */
#fv {
    width: 90%;
    max-width: 1200px;
    margin: 30px auto 120px;
    font-size: 1.1em;
    line-height: 1.8;
	font-weight: 600;
}
@media screen and (min-width: 767px) {
#fv .inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
#fv .inner .txt_box {
    width: 70%;
    padding-bottom: 80px;
}
#fv .inner .img_box {
    width: clamp(21.875rem, 1.655rem + 42.79vw, 55.75rem);
    transform: translateX(-1vw);
}
}
@media screen and (max-width: 767px) {
#fv {
    font-size: 0.9em;
    margin-bottom: 40px;
}
	#fv .txt_box{
		margin-bottom: 30px;
	}
}
	
/* ----------------------------------------------------------------
strengths_con
---------------------------------------------------------------- */
#strengths_con{
	background: #000;
	color: #fff;
}
#strengths_con > .inner{
	max-width: 1200px;
	width: 90%;
	margin: 0 auto;
	padding: 100px 0;
}
#strengths_con .box{
	margin-bottom: 100px;
}
#strengths_con .box:last-child{
	margin-bottom: 0px;
}
#strengths_con .flex_box .txt_box .tl_box{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 25px;
}
#strengths_con .flex_box .txt_box .tl_box .cate {
    width: 100px;
    height: 100px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    background: #fff;
    font-size: 1.5em;
    font-weight: 600;
    margin-right: 15px;
}
#strengths_con .flex_box .txt_box .tl_area{
	width: calc(100% - 115px);
}
#strengths_con .flex_box .txt_box .tl_area .tl {
    font-size: 2.5em;
    font-weight: 600;
    margin-bottom: 15px;
	line-height: 1;
}
#strengths_con .flex_box .txt_box .tl_area .note {
    font-weight: 500;
    font-size: 1.4em;
    border: solid 1px #fff;
    display: inline-block;
    padding: 10px 15px;
    border-radius: 5px;
    line-height: 1;
}
#strengths_con .flex_box .txt_box .txt{
	line-height: 1.8;
}
#strengths_con .btn_area{
	margin-top: 50px;
}
#strengths_con .btn_area a p {
    color: #000;
}
#strengths_con  .box03 .bottom_area {
    background: #fff;
    padding: 30px 60px;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
}
#strengths_con  .box03 .bottom_area img{
	width: 48%;
}
@media screen and (min-width: 767px) {
#strengths_con .flex_box{
	margin-bottom: 50px;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}	
#strengths_con .flex_box .txt_box{
	max-width: 800px;
	width:calc(70% - 40px);
}
#strengths_con .flex_box .img_box{
	width: 30%;
}
	#strengths_con .btn_area a{
		    border: solid 1px #fff;
	}
	#strengths_con .btn_area a:hover p {
    color: #fff;
}
	#strengths_con .box03 .flex_box .txt_box .txt div{
		display: flex;
	}
	#strengths_con .box03 .flex_box .txt_box .txt div p{
		width: calc(100% - 155px);
	}
	#strengths_con  .box03 .flex_box .txt_box .txt div .img{
		width: 140px;
		margin: 15px 0 0 15px;
		        display: block;
	}
}
@media screen and (max-width: 767px) {
#strengths_con {

    padding-top: 50px;
}
#strengths_con > .inner {
    padding: 0px 0 0;
	        width: 100%;
}
	#strengths_con .box {
    margin-bottom: 50px;
}
	#strengths_con .flex_box{
		margin-bottom: 30px;
		        width: 90%;
        margin-right: auto;
        margin-left: auto;
	}
	#strengths_con .flex_box .txt_box{
		margin-bottom: 30px;
	}
	#strengths_con .flex_box .img_box{
		text-align: center;
	}
#strengths_con .flex_box .txt_box .tl_box {
    margin-bottom: 15px;
}
#strengths_con .flex_box .txt_box .tl_box .cate {
    width: 70px;
    height: 70px;
    font-size: 1em;
    margin-right: 10px;
}
#strengths_con .flex_box .txt_box .tl_area {
    width: calc(100% - 80px);
}
#strengths_con .flex_box .txt_box .tl_area .tl {
    font-size: 1.5em;
}
#strengths_con .flex_box .txt_box .tl_area .note {
    font-size: 0.7em;
    padding: 8px 10px;
}
#strengths_con .flex_box .txt_box .txt {
    font-size: 0.9em;
}
#strengths_con .btn_area {
    margin-top: 20px;
}
#strengths_con  .box03 .flex_box .txt_box .txt div .img {
    width: 100px;
    margin-right: 0;
    margin-left: auto;
    display: block;
}
#strengths_con  .box03 .bottom_area {
    padding: 30px 5%;
    display: block;
	border-radius: 0;
}
	#strengths_con  .box03 .bottom_area img{
		display: block;
		width: 100%;
	}
	#strengths_con  .box03 .bottom_area img:first-child{
		margin-bottom: 30px;
	}
}