@charset "utf-8";

/*	: initial; キャンセル*/


/*
**  01 : check-list
**  02 : close-list
**  03 : number-list
**  04 : recruit
**  05 : flexbox-check
**  06 : flow
**  07 : faq
**  08 : career
**  09 : step

*/

/* 01 : check-list
----------------------------------------------------------------------------------------------------------------------*/
.check-list ul {
	padding: 0.5em 1em 0.5em 2.3em;
	position: relative;
	/* [disabled]margin-top: 1em;
*/
}
.check-list ul li {
	line-height: 1.7;
	padding-top: 0.5em;
	padding-right: 0;
	padding-left: 0.5em;
	padding-bottom: 0.5em;
	list-style-type: none!important;
	font-size: 1.1em;
	border-bottom: dashed 1px silver;
}
/*　古いver4.7.0
.check-list ul li:before {
	size: 1.8em;
	font-family: FontAwesome;
	content: "\f046";
	position: absolute;
	left : 0.5em; 
	color: #c91018;
}*/
.check-list ul li:before {/*リストのアイコン*/
	font-family: "Font Awesome 5 Free";
	content: "\f14a";
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1.5em;
	size: 2em;
	position: absolute;
	left : 1em; /*左端からのアイコンまでの距離*/
	color: #c91018; /*アイコン色*/
}
/* 02 : close-list
----------------------------------------------------------------------------------------------------------------------*/
.close-list ul {
	padding: 0.5em 1em 0.5em 2.3em;
	position: relative;
}
.close-list ul li {
	line-height: 1.7;
	padding-top: 0.5em;
	padding-right: 0;
	padding-left: 0.5em;
	padding-bottom: 0.5em;
	list-style-type: none!important;
	font-size: 1.1em;
	border-bottom: dashed 1px silver;
}
/*.close-list ul li:before {
	font-family: FontAwesome;
	content: "\f00d";
	position: absolute;
	left : 0.3em; 
	color: #c91018; 
	font-size: xx-large;
}*/
.close-list ul li:before {/*リストのアイコン*/
	font-family: FontAwesome;
	content: "\f00d";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1.5em;
	size: 2em;
	position: absolute;
	left : 1em; /*左端からのアイコンまでの距離*/
	color: #c91018; /*アイコン色*/
}
/* 03 : number-list
----------------------------------------------------------------------------------------------------------------------*/
.number-list ul {
	counter-reset: number; /*数字をリセット*/
	list-style-type: none!important; /*数字を一旦消す*/
	padding: 0.5em;
}
.number-list ul li {
	position: relative;
	padding-left: 30px;
	line-height: 1.5em;
	padding: 0.5em 0.5em 0.5em 30px;
	font-size: 1.3em;
}
.number-list ul li:before {/*リストのアイコン*/
	/* 以下数字をつける */
	position: absolute;
	counter-increment: number;
	content: counter(number);
	/*以下数字のデザイン変える*/
	display: inline-block;
	background: #ff8f00;
	color: white;
	font-family: 'Avenir', 'Arial Black', 'Arial', sans-serif;
	font-weight: bold;
	font-size: 15px;
	border-radius: 50%;
	left: 0;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	/*以下 上下中央寄せのため*/
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
/* 04 : recruit
----------------------------------------------------------------------------------------------------------------------*/
.recruit .list ul {
	list-style-position: outside;
	list-style-type: circle;
	border: 4px solid #facd89;
	padding-left: 35px;
	margin-bottom: 15px;
	padding-right: 10px;
	font-size: 20px;
	line-height: 3em;
	margin-top: 15px;
}
/* 05 : flexbox-check
----------------------------------------------------------------------------------------------------------------------*/
.flexbox-check ul {
	display: flex;
	justify-content: space-between;
	margin-top: 1em;
	margin-bottom: 1em;
}
.flexbox-check ul li {
	font-size: 1.1em;
	padding: 0em 0.5em;
}
.flexbox-check ul li:before {/*リストのアイコン*/
	font-family: "Font Awesome 5 Free";
	content: "\f14a";
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1.5em;
	size: 2em;
	left : 0em; /*左端からのアイコンまでの距離*/
	color: #c91018; /*アイコン色*/
	padding-right: 0.5em;
}

/* 幅644px以下
------------------------------------------------------------*/
@media only screen and (max-width: 644px) {
.flexbox-check ul {
	display: initial; /*キャンセル*/
	justify-content: initial; /*キャンセル*/
	padding: 0.5em 0em;
	position: relative;
}
.flexbox-check ul li {
	padding-top: 0.5em;
	padding-right: 0;
	padding-left: 1.5em;
	padding-bottom: 0.5em;
	list-style-type: none!important;
	border-bottom: dashed 1px silver;
}
.flexbox-check ul li:before {/*リストのアイコン*/
	font-family: "Font Awesome 5 Free";
	content: "\f14a";
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1.5em;
	size: 2em;
	position: absolute;
	left : 0em; /*左端からのアイコンまでの距離*/
	color: #c91018; /*アイコン色*/
}
}
/* 06 : flow
----------------------------------------------------------------------------------------------------------------------*/
.flow li {
	position: relative;
	display: table;
	height: 80px;
	width: 18%;
	text-align: center;
	background-color: #00b1a9;
	border-radius: 10px;
}
.flow li::before {
	content: "\f0da";
	/* f0d7 */
	font-family: FontAwesome;
	position: absolute;
	right: -20px;
	top: 0px;
	line-height: 80px;
	color: #42210b;
	font-size: 20px;
	font-size: 2.0rem;
	z-index: 100;
}
.flow li:last-child:before {
	content: "";
}
.flow li span {
	display: table-cell;
	vertical-align: middle;
	line-height: 1.5;
	font-weight: bold;
	color: #fff;
	font-size: 20px;
}
.flex_flow {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.flex_sb {	
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content:space-between;
	justify-content:space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.flex_head {
	display: -webkit-flex;
	flex-direction: row;
	flex-wrap: nowrap;
}
/* 幅644px以下
------------------------------------------------------------*/
@media only screen and (max-width: 644px) {
.flow {
	margin-bottom: 30px;
}
.flow li {
	height: 60px;
	width: 90%;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
}
.flow li::before {
	content: "\f0d7";
	right: 0;
	left: 0;
	top: auto;
	bottom: -16px;
	margin: auto;
	line-height: 0;
}
}
/* 07 : faq
----------------------------------------------------------------------------------------------------------------------*/
.faq {
	margin-bottom: 50px;
}
.faq section {
	width: 49%;
	margin-bottom: 25px;
	background-color: #f6f5f4;
}
.faq section:last-child {
	margin-bottom: 0;
}
.faq h3 {
	margin-bottom: 20px;
	line-height: 1.4;
}
.faq h3 span {
	display: inline-block;
	margin-right: 10px;
	padding: 10px 15px;
	background-color: #42210b;
	color: #fff;
}
.faq p {
	padding: 0 15px 15px;
	line-height: 1.6;
}

/* 幅644px以下
------------------------------------------------------------*/
@media only screen and (max-width: 644px) {
.faq section {
	width: 100%;
}
}
/* 08 : career
----------------------------------------------------------------------------------------------------------------------*/
.career > div {
	margin: 0 auto;
}
.career section {
	width: 100%;
	background-color: #fff6e9;
}
.career h3 {
	margin-bottom: 20px;
	line-height: 1.4;
}
.career h3 span {
	display: inline-block;
	margin-right: 10px;
	padding: 10px 15px;
	background-color: #42210b;
	color: #fff;
}
.career p {
	padding-top: 0;
	padding-right: 15px;
	padding-left: 15px;
	line-height: 1.6;
}
.career dl {
	margin: 15px;
	padding: 10px;
	background-color: #fff;
	border: 1px solid #f39700;
}
.career dt {
	margin-bottom: 5px;
	font-weight: bold;
}
.career dd {
	line-height: 1.5;
}

/* 幅644px以下
------------------------------------------------------------*/
@media only screen and (max-width: 644px) {
.career > div {
	padding: 30px 4%;
}
.career section {
	width: 100%;
	margin: 0 0 20px !important;
}
.career h3 + p {
	min-height: inherit;
}
}
/* 09 : step
----------------------------------------------------------------------------------------------------------------------*/
.step .main_inner > section {
	position: relative;
	margin-bottom: 100px;
}
.step .main_inner > section:last-child {
	margin-bottom: 0;
}
.step .main_inner > section::before {
	content: "\f063";
	font-family: FontAwesome;
	position: absolute;
	right: 0;
	left: 0;
	bottom: -90px;
	margin: auto;
	text-align: center;
	font-size: 30px;
	font-size: 3.0rem;
	color: #f7931e;
	z-index: 100;
}
.step .main_inner > section:last-child:before {
	content: "";
}
.step section section {
	width: 49%;
	margin-bottom: 20px;
	padding-bottom: 20px;
	background-color: #f6f5f4;
}
.step section figure {
	width: 49%;
	margin-bottom: 20px;
}
.step .single section {
	width: 100%;
}
.step h4 {
	margin-bottom: 20px;
	padding: 15px;
	background-color: #42210b;
	color: #fff;
	line-height: 1.4;
}
.step section p {
	margin-bottom: 20px;
	padding: 0 20px;
	line-height: 1.5;
}
.step section p:last-child {
	margin-bottom: 0;
}
.step .photo {
	padding-bottom: 15px;
}
.step .photo li {
	width: 32%;
	margin-bottom: 10px;
}
.step .photo li img {
	width: 100%;
	height: auto;
}

/* 幅644px以下
------------------------------------------------------------*/
@media only screen and (max-width: 644px) {
.step section section {
	width: 100%;
}
.step section figure {
	width: 100%;
}
.step section section div {
	padding: 0 20px 0;
}
.step .photo li {
	width: 100%;
}
}

/* AIアナリスト提案 */
.register a {
	color: #fff;
	display: inline-block;
	background: #1ea735;
	/* [disabled]background-size: 20px; */
	border-radius: 5px;
	border: none;
	font-size: 20px;
	font-weight: bold;
	width: 100%;
	text-decoration: none;
	padding: 14px;
	position: relative;
	margin: 10px 0;
	text-align: center;
}
.register a:after {
	font-family: FontAwesome;
	content: '\f138';
	padding-left : 15px;/*文字との隙間*/
}


/* 募集要項
------------------------------------------------------------*/
@media only screen and (max-width: 644px) {
#shin, #chu, #part {/*アンカーリンク対策*/
	padding-top: 80px;
	margin-top: -80px;
}
}
