html {
  scroll-behavior: smooth;
}

.rec_ma_img {
	position: relative;
	background: url("../images/rec_main_img.jpg") no-repeat 0 0 / cover;
	width: auto;
	height: 100vh;
	background-position: center;
}
.rec_copy {
	height: 100%;
	width: auto;
	display: flex;
	align-items: center;
	justify-content: center;
}
.rec_copy img {
	height: 70vh;
	width: auto;
}
.rec_1{
	width: 100%;
	height: 100%;
}
.rec_tit {
	position: relative;
	background: url("../images/rec_strp.png") no-repeat 0 0 / cover;
	width: 100vw;
	height: 150px;
}
.rec_tit p {
	height: 100%;
	width: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	font-size: 18px;
	letter-spacing: 0.2rem;
}
.cont_wrap {
	max-width: 1000px;
	width: 80%;
	margin : -30px auto 0;
	position: relative;
	z-index: 2;
}
.cont_wrap p {
	font-family:YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-size: 16px;
	font-weight: normal;
	color: black;
	width: 100%;
	text-align: justify;
	font-feature-settings: "palt";
	letter-spacing: 0.1em;
}
.innerR {
	margin: 50px auto;
}
.innerR p {
	font-family:YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-size: 18px;
	font-weight: bold;
	color: black;
	text-align: center;
	letter-spacing: 0.1em;
}
/*
メインコンテンツ3（3並び）
-------------------------------------------*/
.suuji {
	margin : -30px auto 100px;
	position: relative;
	z-index: 2;
}
.container_3st {
	display: flex;
	width: 100%;
	height: auto;
	justify-content: center;
}

.container_3st .item {
	flex-direction:row;
	margin: auto 0;
}
.container_3st .item img {
	width: 18vw;
	height: auto;
	margin: 10px;
}

/* 画面幅が761px以下の場合 */
@media (max-width: 761px) {
.container_3st {
	flex-direction: column; /* 縦並び */
 }
.container_3st .item {
 	flex: auto; /* 幅を自動調整 */
	text-align: center;
	margin-bottom: 0px;
 }
.container_3st .item img {
	width: 70vw;
	height: auto;
}
}
/*
サブコンテンツ1（メッセージP／2並び）
-------------------------------------------*/
.sub_content {
	width: 100%;
	height: auto;
	position: relative;
	margin : -30px auto 100px;
	z-index: 2;
}
.sub_container_2st2 {
	display: flex;
	width: 100%;
	height: auto;
	justify-content: center;
	align-items: flex-end;
}
/* txt+img用 */
.sub_container_2st2 .sub_item_txtimg {
	flex-direction:row;
	width: 35vw;
}
.sub_container_2st2 .sub_item_txtimg img {
	width: 35vw;
	height: auto;
	margin: 0px auto;
}
.sub_container_2st2 .sub_item_txtimg h5 {
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	text-align: left;
	font-weight: normal;
	font-size: 1.6vw;
	padding: 10px 20px;
	line-height: 1.5;
}
.sub_container_2st2 .sub_item_txtimg p {
	font-family:YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-weight: normal;
	font-size: 1.2vw;
	color: #000000;
	text-align: justify;
	font-feature-settings: "palt";
	letter-spacing: 0.1em;
	padding: 10px 20px;
	background: white;
	line-height: 1.5;
}
.blackbox_tit{
	background-color: black;
	color: white;
	border-radius: 8px;
	margin: 10px 20px;
	padding: 20px 40px;
	text-align: center;
	font-size: 16px;
	letter-spacing: 0.1em;
	font-weight: bold;
}

/* 画面幅が761px以下の場合 */
@media (max-width: 761px) {
.sub_container_2st2 {
	flex-direction: column; /* 縦並び */
	margin: 10px auto;
	width: 100%;
 }
.sub_container_2st2 .sub_item_txtimg {
 	flex: auto; /* 幅を自動調整 */
	margin: 0 auto;
	width: 90%;
 }
.sub_container_2st2 .sub_item_txtimg img {
	width: 100%;
	height: auto;
	margin: 5px 0px 10px 0px;
	text-align: center;
}
.sub_container_2st2 .sub_item_txtimg p {
	font-size: 18px;
	font-weight: normal;
	margin: 10px 0px 10px 0px;
}
.sub_container_2st2 .sub_item_txtimg h5 {
	font-size: 22px;
	font-weight: normal;
	margin: 30px 0px 0px 0px;
}
.blackbox_tit{
	font-size: 20px;
}
}

/*
サブコンテンツ1（メッセージP／2並び）2段目用
-------------------------------------------*/
.sub_container_2st22 {
	display: flex;
	width: 100%;
	height: auto;
	justify-content: center;
	align-items: center;
	margin-top: 20px;
}
/* txt+img用 */
.sub_container_2st22 .sub_item_txtimg2 {
	flex-direction:row;
	width: 35vw;
}
.sub_container_2st22 .sub_item_txtimg2 img {
	width: 35vw;
	height: auto;
	margin: 0px auto;
}
.sub_container_2st22 .sub_item_txtimg2 p {
	font-family:YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-weight: normal;
	font-size: 1.5vw;
	color: #000000;
	text-align: justify;
	font-feature-settings: "palt";
	letter-spacing: 0.1em;
	padding: 10px 20px;
	background: #E4E4E4;
	line-height: 1.3;
}
.blackbox_tit2{
	background-color: #C7C7C7;
	color: #5A5A5A;
	padding: 10px 20px;
	text-align: center;
	font-size: 14px;
	letter-spacing: 0.1em;
	font-weight: bold;
}

/* 画面幅が761px以下の場合 */
@media (max-width: 761px) {
.sub_container_2st22 {
	flex-direction: column; /* 縦並び */
	margin: 10px auto;
	width: 100%;
 }
.sub_container_2st22 .sub_item_txtimg2 {
 	flex: auto; /* 幅を自動調整 */
	margin: 0 auto;
	width: 90%;
 }
.sub_container_2st22 .sub_item_txtimg2 img {
	width: 100%;
	height: auto;
	margin: 5px 0px 10px 0px;
	text-align: center;
}
.sub_container_2st22 .sub_item_txtimg2 p {
	font-size: 18px;
	font-weight: normal;
	margin: 10px 0px 10px 0px;
}
.blackbox_tit2{
	font-size: 14px;
}
}

/*
サブコンテンツ1（メッセージP／2並び）働く環境用
-------------------------------------------*/
.sub_container_2st2w {
	display: flex;
	width: 100%;
	height: auto;
	justify-content: center;
	align-items: center;
	margin-bottom: 60px;
}
/* txt+img用 */
.sub_container_2st2w .sub_item_txtimg2w {
	flex-direction:row;
	width: 25vw;
	padding: 0px 50px;
}
.sub_container_2st2w .sub_item_txtimg2w img {
	width: 25vw;
	height: auto;
	margin: 0px auto;
}
.sub_container_2st2w .sub_item_txtimg2w p {
	font-family:YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-weight: normal;
	font-size: 14px;
	color: #000000;
	text-align: center;
	padding: 20px 0px 20px 10px;
	line-height: 1.5;
}

/* 画面幅が761px以下の場合 */
@media (max-width: 761px) {
.sub_container_2st2w {
	flex-direction: column; /* 縦並び */
	margin: 0px auto 30px auto;
	width: 100%;
 }
.sub_container_2st2w .sub_item_txtimg2w {
 	flex: auto; /* 幅を自動調整 */
	margin: 0 auto;
	width: 65%;
 }
.sub_container_2st2w .sub_item_txtimg2w img {
	width: 100%;
	height: auto;
	margin: 5px 0px 0px 0px;
	text-align: center;
}
.sub_container_2st2w .sub_item_txtimg2w p {
	font-size: 16px;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
}
}

/*
サブコンテンツ1（フロー）
-------------------------------------------*/
.flow_wrap {
	max-width: 800px;
	height: auto;
	position: relative;
	margin : -30px auto 100px;
	z-index: 2;
	background-color: white;
}
.flow_tbys {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 400px;
}

.flowT {
	padding-left: 0;
}

.flowT > li {
	list-style-type: none;
	position: relative;
	padding-left: 60px;
}

.flowT > li:not(:last-child) {
	padding-bottom: 10px;
}

.flowT > li .icon_T {
	width: 2em;
	height: 2em;
	line-height: 1.9em;
	text-align: center;
	border-radius: 100vh;
	display: inline-block;
	background: #FF8400;
	color: #fff;
	position: absolute;
	left: 0;
}
#sec01 .icon_T::before {
	display: none;
}

.flowT > li:not(:last-child)::before {
	content: '';
	background: #FF8400;
	width: 4px;
	height: 100%;
	position: absolute;
	top: calc(50% - -30px);
	left: 22px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

.flowT > li dl dt {
	font-size: 1.7em;
	font-weight: 600;
	color: #FF8400;
}

.flowT > li dl dd {
	margin-left: 0;
}
.flowT dd{
	line-height: 1.5;
}
/* 画面幅が761px以下の場合 */
@media (max-width: 761px) {
.flow_wrap {
	margin: 80px auto;
	width: 100%;
}
.flow_tbys {
	width: 80%;	
	margin: 0 auto;
}
}