@charset "utf-8";
/* strengths.css */

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* グローバルメニュー　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#bt_strengths {
	border-bottom-color: #796caf !important;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* KV　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#kv p span {
	font-size: 300px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* ７の強みタイトル　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#page_tt {
	text-align: center;
	margin-bottom: 60px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 共通　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#sec_02,
#sec_03,
#sec_04,
#sec_05,
#sec_06,
#sec_07 {
	margin-top: 100px;	
}

/* -- テキスト ----------------------------------------------- */
.strengths_list h3 {
	color: #796caf;
	font-size: 150px;
	line-height: 1em;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	letter-spacing: -5px;
}
.strengths_list h4 {
	font-size: 36px;
	font-weight: 900;
	line-height: 1.2em;
	margin-bottom: 12px;
}
.strengths_list p {
	font-weight: 600;
}

/* -- ボックス ----------------------------------------------- */
.flex_box {
	display: flex;
}

/* 左画像、右テキスト */
.right_text {
	width: 550px;
	order: 1
}
.left_pic {
	width: 550px;
	order: 0;
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
	padding-bottom: 7px;
}
.left_pic img {
	width: 500px;
	height: auto;
}

/* 左テキスト、右画像 */
.left_text {
	width: 550px;
	order: 0
}
.right_pic {
	width: 550px;
	order: 1;
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	padding-bottom: 7px;
}
.right_pic img {
	width: 500px;
	height: auto;
}

/* 横100％画像 */
.full_image {
	margin-top: 20px;
}
.full_image img {
	width: 100%;
	height: auto;
	border-radius: 30px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 01　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#sec_01 .strengths_list {
	background-image: url(../images/strengths_sec_01_bg.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}

/* -- 過去の実績 ----------------------------------------------- */
#jisseki_tt {
	margin-top: 20px;
	margin-bottom: 5px;
	font-weight: 900;
	position: relative;
	display: inline-block;
	padding-top: 0;
	padding-right: 55px;
	padding-bottom: 0;
}
#jisseki_tt:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 50px;
    height: 1px;
    background-color: #000000;
}
#jisseki_tt:after {
    right: 0;
}











/* ↓↓↓↓↓↓↓↓↓↓ ---以下スマホ--- ↓↓↓↓↓↓↓↓↓↓ */


@media screen and (max-width: 768px) {

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* グローバルメニュー　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#bt_strengths {
	border-bottom-color: #FFFFFF !important;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* KV　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#kv p span {
	font-size: 200px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* ７の強みタイトル　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#page_tt {
	margin-bottom: 60px;
}
#page_tt img {
	width: 100%;
	height: auto;
}
	
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 共通　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#sec_02,
#sec_03,
#sec_04,
#sec_05,
#sec_06,
#sec_07 {
	margin-top: 60px;	
}

/* -- テキスト ----------------------------------------------- */
.strengths_list h3 {
	font-size: 120px;
	line-height: 1em;
	letter-spacing: -4px;
}
.strengths_list h4 {
	font-size: 28px;
	line-height: 1.2em;
}

/* -- ボックス ----------------------------------------------- */
.flex_box {
	display: inherit;
}

/* 左画像、右テキスト */
.right_text {
	width: 100%;
	margin-bottom: 20px;
}
.left_pic {
	width: 100%;
	display: inherit;
	padding-bottom: 0px;
	text-align: center;
}
.left_pic img {
	width: 70%;
}

/* 左テキスト、右画像 */
.left_text {
	width: 100%;
	margin-bottom: 20px;
}
.right_pic {
	width: 100%;
	display: inherit;
	padding-bottom: 0px;
	text-align: center;
}
.right_pic img {
	width: 70%;
}

/* 横100％画像 */
.full_image {
	margin-top: 20px;
}
.full_image img {
	border-radius: 20px;
}
}
