/* CSS Reset */
@import url("reset.css");

html,
.point_box h3,
.flow_box h3 {
	font-family: 'Noto Sans JP', "メイリオ", Meiryo, "ＭＳ Ｐゴシック", 'Roboto', -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, sans-serif;
	overflow: auto;
}

h2 {
	font-size: 48px;
}

small {
	font-size: .75em;
	margin-top: -20px;
}

body {
	background-color: #FFF;
	text-align: justify;
	text-justify: inter-ideograph;
	word-wrap: break-word;
	overflow-wrap: break-word;
	overflow: hidden
}

/*ヘッダー*/
header {
	background-color: #FFF;
	padding: 0 10px;
}

header .inner_header {
	display: flex;
	align-items: center;
	margin: 0 auto;
	max-width: 1000px;
	height: 60px;
}

header p {
	font-size: .625em;
	color: #212121;
	margin-left: auto;
	padding-left: 1em;
	text-align: right;
}

/*section inner 1000px base*/
section .inner {
	position: relative;
	margin: 0 auto;
	max-width: 1000px;
}

/*section wrap*/
.wrap {
	padding: 0 10px;
}

/*CTA セクション*/
section.cta {
	background-repeat: no-repeat;
	background-position: center;
	background-color: #764d32;
	background-size: cover;
	padding: 0 10px;
}

.register_form_wrap {
	padding: 2px 20px 2px;
}

/*SP*/
@media (max-width: 560px) {
	.webp section.cta {
		background-image: url(../images/cta_bg_sp03.webp);
	}
	.no-webp section.cta {
		background-image: url(../images/cta_bg_sp03.jpg);
	}
}

/*タブレット*/
@media (min-width:561px) and (max-width:999px) { 
	.webp section.cta {
		background-image: url(../images/cta_bg_tablet.webp);
	}
	.no-webp section.cta {
		background-image: url(../images/cta_bg_tablet.jpg);
	}
}

/*PC1000~1499*/
@media (min-width:1000px) and (max-width:1499px) { 
	.webp section.cta {
		background-image: url(../images/cta_bg02.webp);
	}
	.no-webp section.cta {
		background-image: url(../images/cta_bg02.jpg);
	}
	.pc-only {
		display: none;
	}
	.register_form_wrap {
		margin-left: 290px;
		position: absolute;
		left: -120%;
		padding: 2px 20px 2px;
	}
}

/*PC1500~*/
@media (min-width: 1500px) {
	.webp section.cta {
		background-image: url(../images/cta_bg.webp);
	}
	.no-webp section.cta {
		background-image: url(../images/cta_bg.jpg);
	}
	.pc-only {
		display: none;
	}
	.register_form_wrap {
		margin-left: 125px;
		position: absolute;
		right: 800px;
    padding: 20px 30px 30px;
	}
}

section .main_cta_box {
	width: 100%;
}

section .inner_cta {
	height: 515px;
	justify-content: left;
	align-items: center;
	display: flex;
}

section.cta .inner h1 {
	position: relative;
	margin-bottom: 30px;
	margin-left: -9px;
	z-index: 3;
}
/*CTA 人物画像*/

h1 {
	width: 100%;
}

.cta_img_r {
	position: absolute;
	display: inline-block;
	bottom: 35px;
	right: 0;
	max-width: 650px;
	margin-right: -90px;
	z-index: 0;
}

.cta3_img_r {
	position: absolute;
	display: inline-block;
	bottom: 0;
	right: 0;
	max-width: 700px;
	margin-right: -90px;
	z-index: 0;
}

/*登録フォーム*/
.register_form_wrap {
	position: relative;

	background-color: #FFF;
	max-width: 400px;
	
	border-radius: 3px;
	z-index: 2;
}

.form_r {
	width: 420px;
}

.register_form_wrap label,
.register_form_wrap2 label {
	display: inline-block;
	font-size: 12px;
	color: #616161;
	font-weight: bold;
	margin-bottom: 5px;
}

.register_iptxt {
	position: relative;
	margin-bottom: 12px;
}

.register_iptxt input[type=email],
.register_iptxt input[type=password] {
	width: 100%;
	height: 50px;
	font-size: 16px;
	font-weight: 300;
	padding: 0.3em;
	transition: 0.3s;
	border: 1px solid #1b2538;
	border-radius: 4px;
	outline: none;
	box-shadow: 1px 1px 2px 0 #cdcdcd inset;
	background-color: #f7f7f7;
}

.register_iptxt input[type=email]:focus,
.register_iptxt input[type=password]:focus {
	border-color: #0078b3;
}

.register_iptxt input[type=email],
.register_iptxt input[type=password] {
	padding-left: 50px;
}

.register_iptxt i {
	position: absolute;
	top: 50%;
	margin-top: -0.5em;
	left: 0;
	padding-left: 20px;
	color: #aaaaaa;
}

.register_iptxt input[type=email]:focus + i,
.register_iptxt input[type=password]:focus + i {
	color: #0078b3;
}

/* 入力プレースホルダーカラー */
input::placeholder {
	color: #acacac;
}

input:-ms-input-placeholder {
	color: #acacac;
}

input::-ms-input-placeholder {
	color: #acacac;
}

/*登録時注意事項*/
.input_caution {
	font-size: 12px;
	text-align: center;
	line-height: 2;
	letter-spacing: 0.1em;
	color: #616161;
	margin-bottom: 12px;
}

.input_caution a {
	text-decoration: none;
	color: #0078b3;
}

/* 登録ボタン */
.btn {
	position: relative;
	display: inline-block;
	width: 100%;
	padding: 20px 10px;
	background-color: #d70001;
	background-image: linear-gradient(#d70001, #be0001);
	border-radius: 4px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
	color: #FFF;
	font-size: 1.3125em;
	text-align: center;
	text-decoration: none;
	font-weight: 700;
	transition: .25s;
}

.btn:hover {
	background-color: #c40001;
	background-image: linear-gradient(to bottom, #c40001, #a80001);
}

.btn:active {
	background: #c40001;
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .2);
	text-shadow: 0 1px 1px rgba(255, 255, 255, .5);
}

.btn_i::after {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: '\f054';
	position: absolute;
	top: 50%;
	right: .83em;
	transform: translateY(-50%);
}

/* メッセージ*/
section.message_wrap {
	padding: 30px 10px;
	background-color: #fff;
}

section .inner_message {
	margin: 0 auto;
	max-width: 1280px;
	
}

.message {
	text-align: center;
	line-height: 1.0;
	margin-bottom: 0px;
	
}

p.message_txt2 {
	font-size: 1.2em;
	color: #424242;
	line-height: 1.4;
}

/*SP用スタイル*/
@media screen and (max-width: 560px) {
	section.message_wrap {
		padding: 18px 10px;
		
	}
	p.message_txt2 {
		font-size: 0.9em;
	}
}

/* 支援実績 企業ロゴ一覧*/
section.results_wrap {
	padding: 30px 10px;
	background-color: #eceff1;
}

section .inner_w {
	margin: 0 auto;
	max-width: 1280px;
}

.results {
	text-align: center;
	line-height: 1.2;
	margin-bottom: 36px;
}

.results h2 {
	letter-spacing: 0.2em;
}

.results h2 span.big {
	font-size: 1.8em;
}

.results h2 sup.asterisk {
	font-size: .3em;
	vertical-align: text-top;
}

p.results_txt2 {
	font-size: 1.5em;
	color: #424242;
}

p.sup {
	text-align: right;
	font-size: .75em;
	color: #616161;
}

.inner_logo_area {
	width: 100%;
	margin: 0 auto;
	display: flex;
	-webkit-display: flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

.inner_logo_area > li {
	position: relative;
	width: 15.5%;
	padding: 0.3% 1%;
	background-color: #FFF;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 1.3%;
	height: 80px;
	border-radius: 2px;
}

.inner_logo_area > li img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}

/*IE用バグ調整*/
@media all and (-ms-high-contrast: none) {
	.inner_logo_area > li img {
		width: auto;
		height: auto;
		max-width: 90%;
		max-height: 90%;
		/* 以下追加 */
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
}

/*JACの強み*/
section .inner_point {
	padding: 40px 0;
}

section .inner_point h2 {
	text-align: center;
	color: #FFF;
	letter-spacing: 0em;
	margin-bottom: 20px;
}

.point_wrap {
	background: rgb(0, 120, 179);
	background: linear-gradient(45deg, rgba(0, 120, 179, 1) 0%, rgba(0, 155, 201, 1) 52%, rgba(0, 169, 210, 1) 72%, rgba(0, 116, 174, 1) 100%);
}

.point_box {
	position: relative;
}

.point_box_l_head {
	position: relative;
	background-color: #FFF;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	padding: 35px 35px 0;
	max-width: 520px;
	min-height: 120px;
	border-radius: 3px 3px 0px 0px;
	z-index: 2;
	overflow: hidden;
}

.tri1 {
	background-image: url(../images/tri1.png);
}

.tri2 {
	background-image: url(../images/tri2.png);
}

.tri3 {
	background-image: url(../images/tri3.png);
}

.tri1,
.tri2,
.tri3 {
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 70px 70px;
}

.point_box_l {
	position: relative;
	background-color: #FFF;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	padding: 15px 35px 30px;
	max-width: 520px;
	min-height: 270px;
	border-radius: 0px 0px 3px 3px;
	z-index: 3;
	overflow: hidden;
	margin-bottom: 80px;
	z-index: 4;
}

/*IE用バグ調整*/
@media all and (-ms-high-contrast: none) {
	.point_box_l,
	.point_box_r {
		margin-top: -1px;
	}
}

/* Edgr用バグ調整 */
@supports (-ms-ime-align:auto) {
	.point_box_l,
	.point_box_r {
		margin-top: -1px;
	}
}

.point_box_r_head {
	position: relative;
	background-color: #FFF;
	padding: 35px 35px 0;
	max-width: 520px;
	min-height: 120px;
	border-radius: 3px 3px 0px 0px;
	z-index: 3;
	overflow: hidden;
	margin-left: auto;
	margin-top: 80px;
}

.point_box_r {
	position: relative;
	background-color: #FFF;
	padding: 15px 35px 30px;
	max-width: 520px;
	min-height: 270px;
	border-radius: 0px 0px 3px 3px;
	z-index: 3;
	margin-bottom: 80px;
	overflow: hidden;
	margin-left: auto;
}

.point_box_l_head h3,
.point_box_r_head h3 {
	text-align: center;
	font-size: 1.625em;
	color: #0078b3;
	margin-bottom: 0;
}

.point_box_l p,
.point_box_r p {
	line-height: 2;
}

.point_img_wrap_r {
	position: absolute;
	right: 0;
	top: 40px;
	width: 50%;
	height: 390px;
	border-radius: 3px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.point_img_wrap_l {
	position: absolute;
	top: 40px;
	width: 50%;
	height: 390px;
	border-radius: 3px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.point_box img {
	border-radius: 3px;
	object-fit: cover;
	height: 390px;
	font-family: 'object-fit: cover;';

}

/*三角ラベル*/
.tri_label::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	border-bottom: 4em solid transparent;
	border-left: 4em solid #10d0fb;
	position: absolute;
	z-index: 100;
	overflow: hidden;
}

.tri_label::after {
	content: "1";
	display: block;
	top: 2px;
	color: #fff;
	left: 12px;
	font-size: 1.4em;
	position: absolute;
	z-index: 101;
}

/*JAC ストーリー*/
section.story {
	background-color: #eceff1;
	padding-bottom: 30px;
}

section.story h2 {
	text-align: center;
	padding: 1em 0 1em;
	width: 100%;
}

section.story h2 span {
	font-size: .875em;
}

.story_head h3.age_box {
	min-width: 110px;
	text-align: center;
}

.story_head h3.age_box span {
	font-size: 1.875em;
}

.story_box {
	position: relative;
	background-color: #FFF;
	border: 1px solid #00a9e0;
	border-radius: 3px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
	margin-bottom: 30px;
}

.story_l_wrap {
	max-width: 60%;
}

.story_box_s_wrap {
	position: relative;
	display: flex;
	justify-content: space-between;
}

.story_box_s {
	position: relative;
	background-color: #FFF;
	border: 1px solid #00a9e0;
	border-radius: 3px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
	margin-bottom: 30px;
	width: 100%;
}

.story_box_s:first-child {
	margin-right: 15px;
}

.story_box_s:last-child {
	margin-left: 15px;
}

.story_head {
	position: relative;
	display: flex;
	align-items: center;
	background-color: #FFF;
	min-height: 120px;
	padding: 20px;
	border-radius: 3px;
	width: 100%;
	line-height: 1.3;
	z-index: 999;
}

.story_head_under {
	position: relative;
	display: flex;
	align-items: center;
	background-color: #0078b3;
	height: 120px;
	width: 100%;
	color: #FFF;
	text-align: center;
	line-height: 1.3;
	overflow: hidden;
}

.story_head_under::before {
	position: absolute;
	left: 48%;
	top: 0;
	content: ' ';
	width: 0;
	height: 0;
	border: solid transparent;
	border-width: 60px 30px;
	border-left-color: #0078b3;
}

.story_head_under::before {
	position: absolute;
	width: 100%;
	height: 6px;
	background: #00a9e0;
	margin-right: 5px;
	z-index: 0;
}

.story_head_under_s {
	position: relative;
	display: flex;
	align-items: center;
	background-color: #0078b3;
	height: 100px;
	max-width: 100%;
	color: #FFF;
	text-align: center;
	line-height: 1.3;
	overflow: hidden;
}

.story_head_under_s::before {
	position: absolute;
	left: calc(50% - 10px);
	top: 0;
	content: ' ';
	width: 0;
	height: 0;
	border: solid transparent;
	border-width: 50px 20px;
	border-left-color: #0078b3;
}

.story_head_under_s::before {
	position: absolute;
	width: 100%;
	height: 6px;
	background: #00a9e0;
	margin-right: 5px;
	z-index: 0;
}

.story_box_s .label_wrap {
	position: relative;
	width: 100%;
}

.story_box_s .label_wrap img {
	object-fit: cover;
	min-height: 140px;
	font-family: 'object-fit: cover;';
}

.story_box_s .story_label {
	position: absolute;
	text-align: center;
	font-size: .875em;
	bottom: 20px;
	left: 20px;
	background-color: #FFF;
	border-radius: 3px;
	padding: .5em .5em;
	line-height: 1;
}


.story_label h3 span {
	font-size: 1.5em;
}


h3.story_title {
	font-size: 1.7em;
}

.story_title {
	display: flex;
	align-items: center;
	border-left: 1px solid #00a9e0;
	height: 80px;
	margin-left: .8em;
	padding-left: .8em;
}

.story_before,
.story_after {
	position: relative;
	width: 50%;
	z-index: 999;
}

.income_title,
.income_title_s {
	font-size: .875em;
	margin-bottom: .5em;
}

.story_box .income {
	font-size: 2.5em;
	line-height: 1;
	letter-spacing: 0;
}

.story_box_s .income {
	font-size: 2em;
	line-height: 1;
	letter-spacing: 0;
}

.income span {
	font-size: .5em;
	line-height: 0.5;
}


.income span.private {
	font-size: .7em
}

.story_img_box {
	position: absolute;
	width: calc(100% - 60%);
	top: 0;
	right: 0;
	height: 240px;
}

.story_img_box img {
	object-fit: cover;
	font-family: 'object-fit: cover;';
	height: 240px;
	min-width: 0px;
}

/*IE11対策*/
.img_center {
	position: relative;
	left: 50%;
	margin-left: -200px;
}

.story_txt {
	line-height: 1.8;
}


.story_txt p {
	margin-bottom: 40px;
}

.story_txt p:last-child {
	margin-bottom: 0px;
}


.story_container h4 {
	color: #0078b3;
	font-size: 1.125em;
	text-indent: -.6em;
	margin-bottom: .4em;
}


.story_container h4::before {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	margin-right: -.8em;
	content: '\f0da''　';
}

/*IE用*/
@media all and (-ms-high-contrast: none) {
	.story_container h4 {
		text-indent: -1em;
	}

	.story_container h4::before {
		margin-right: 0;
	}
}

/*ストーリーを読む*/
.cp_box *,
.cp_box *:before,
.cp_box *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.cp_box {
	position: relative;
}

.cp_box label {
	position: absolute;
	z-index: 1;
	bottom: 0;
	width: 100%;
	height: 80px;
	/* グラデーションの高さ */
	cursor: pointer;
	text-align: center;
	/* 以下グラデーションは背景を自身のサイトに合わせて設定してください */
	background: linear-gradient(to bottom, rgba(250, 252, 252, 0) 0%, rgba(255, 255, 255, .5) 50%, rgba(255, 255, 255, .9) 80%, rgba(255, 255, 255, 1) 100%);
}

.cp_box input:checked + label {
	background: inherit;
	/* 開いた時にグラデーションを消す */
}

.cp_box label:after {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	line-height: 2.5em;
	position: absolute;
	z-index: 2;
	bottom: 10px;
	left: 50%;
	width: 14em;
	font-size: .875em;
	font-weight: bold;
	content: 'ストーリーを読む ''\f055';
	transform: translate(-50%, 0);
	letter-spacing: 0.1em;
	color: #00a9e0;
	border-radius: 20px;
	background-color: #FFF;
	border: 1px solid;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.cp_box input {
	display: none;
}

.cp_box .cp_container {
	overflow: hidden;
	height: 153px;
	/* 開く前に見えている部分の高さ */
	transition: all 0.5s;
	margin-bottom: 10px;
}

.cp_box .story_container {
	padding: 40px;
}

.cp_box input:checked + label:after {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: '閉じる ''\f056';
}

.cp_box input:checked ~ .cp_container {
	height: auto;
	padding-bottom: 80px;
	/* 閉じるボタンのbottomからの位置 */
	transition: all 0.5s;
}

.fbox_wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

/*CTA2 タイトル*/
section.cta2_title {
	background-color: #0079b4;
	background: rgb(0, 120, 179);
	background: linear-gradient(90deg, rgba(0, 120, 179, 1) 0%, rgba(0, 169, 210, 1) 40%, rgba(0, 169, 210, 1) 60%, rgba(0, 120, 179, 1) 100%);
	text-align: center;
	padding: 35px 0;
}

section.cta2_title h2 {
	color: #FFF;
	text-shadow: 0 1px 8px rgba(0, 0, 0, 0.2);
}

section .inner_cta2 {
	height: 520px;
	justify-content: left;
	align-items: center;
	display: flex;
}

/*CTA フォームを右寄せ*/
.form_r {
	margin: 0 0 0 auto;
}

.cta_img_l {
	position: absolute;
	display: inline-block;
	bottom: 0;
	left: 0;
	max-width: 600px;
	z-index: 0;
}

/*よくあるご質問*/
section.q_and_a {
	background-color: #f5fdfe;
	padding-bottom: 2em;
}

section.q_and_a h2 {
	text-align: center;
	padding-top: 40px;
	margin-bottom: 1em;
}

.q_and_a_box {
	margin-top: 1em;
	margin-bottom: 2em;
}

.balloon {
	width: 100%;
	margin: .5em 0;
}

.balloon .faceicon_a {
	float: left;
	margin-right: -90px;
	width: 66px;
}

.balloon .faceicon_q {
	float: right;
	width: 66px;
}

.balloon .faceicon_q img,
.balloon .faceicon_a img {
	width: 100%;
	height: auto;
	border-radius: 50%;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.balloon .chatting {
	width: 100%;
}

.says_q {
	display: inline-block;
	position: relative;
	color: #FFF;
	font-weight: bold;
	margin: 5px 0 0 90px;
	border-radius: 5px;
	background: #0078b3;
	min-height: 60px;
	width: calc(100% - 180px);
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);

}

.says_a {
	display: inline-block;
	position: relative;
	margin: 5px 0 0 90px;
	border-radius: 5px;
	background: #FFF;
	border: 1px solid #0078b3;
	min-height: 60px;
	width: calc(100% - 180px);
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
}

.says_q:after {
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	right: -8px;
	top: 20px;
	border-left: 8px solid #0078b3;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
}

.says_a:before {
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	left: -8px;
	top: 20px;
	border-right: 8px solid #0078b3;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
}

.says_a:after {
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	left: -7px;
	top: 20px;
	border-right: 8px solid #FFF;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
}

.says_q p::before {
	content: "Q.";
	position: absolute;
	top: 12px;
	font-size: 1.2em;
	text-indent: -1.6em;
}

.says_a p::before {
	content: "A.";
	position: absolute;
	color: #0078b3;
	font-weight: bold;
	top: 12px;
	font-size: 1.2em;
	text-indent: -1.6em;
}

.says_q p,
.says_a p {
	display: flex;
	align-items: center;
	font-weight: .875em;
	min-height: 60px;
	padding: 15px 35px 15px 50px;
	line-height: 1.8;
}

/*ご利用の流れ*/
section.flow {
	padding: 40px 0;
	background-color: #eceff1;
}

section.flow h2 {
	text-align: center;
	margin-bottom: 1em;
}

.flow_box {
	position: relative;
	display: flex;
	background-color: #FFF;
	display: flex;
	align-items: center;
	border: 1px solid #00a9e0;
	border-radius: 3px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
	margin-bottom: 40px;
}

.flow_img_wrap {
	max-width: 160px;
}

.flow_box img {
	min-width: 80px;
	height: 120px;
	object-fit: cover;
}

.flow_txt_box {
	position: relative;
	padding: 0 1em;
	width: 100%;
}

.flow_box h3 {
	color: #0078b3;
	margin-bottom: .3em;
}

.flow_arrow:after {
	content: "";
	position: absolute;
	top: calc(100% + 12px);
	left: 50%;
	margin-left: -15px;
	border: 20px solid transparent;
	border-top: 20px solid #00a8e0;
}

/*CTA3*/
section.cta3 {
	background-repeat: no-repeat;
	background-position: center;
	background: rgb(0, 120, 179);
	background: linear-gradient(45deg, rgba(0, 120, 179, 1) 0%, rgba(0, 155, 201, 1) 52%, rgba(0, 169, 210, 1) 72%, rgba(0, 116, 174, 1) 100%);
	padding: 0 10px;
}

section .inner_cta3 {
	height: 680px;
	justify-content: left;
	align-items: center;
	display: flex;
}

section .inner_cta3 h2 {
	font-size: 2em;
	color: #FFF;
	text-shadow: 0 1px 8px rgba(0, 0, 0, 0.2);
	margin-bottom: .5em;
}

.form_wrap {
	max-width: 420px;
}

.cta3 .form_head {
	position: relative;
	background-color: #FFF;
	color: #0078b3;
	border-radius: 3px 3px 0 0;
	border-bottom: 1px solid #00a9e0;
	padding: 20px 30px;
	z-index: 99;
}

.cta3 .form_head p {
	color: #0078b3;
	font-size: 1.125em;
	font-weight: bold;
}

.register_form_wrap2 {
	position: relative;
	background-color: #FFF;
	padding: 20px 30px 30px;
	border-radius: 0 0 3px 3px;
	z-index: 2;
}

/* フッター */
footer {
	align-items: center;
	background: #FFF;
	display: flex;
	min-height: 60px;
}

footer .inner {
	margin: auto;
	max-width: 100%;
	width: 1000px;
}

footer .flexbox {
	align-items: center;
	display: flex;
	justify-content: space-between;
}

footer .footer_link {
	align-items: center;
	display: flex;
	justify-content: space-between;
}

/*IE用*/
@media all and (-ms-high-contrast: none) {
	footer .footer_link {
		margin: 1.3em 0;
	}
}

.footer_nav li {
	margin-right: 25px;
	font-size: 0.875em;
}

.footer_nav li:last-child {
	margin-right: 0;
}

.footer_nav a {
	color: #616161;
	text-decoration: none;
}

footer .copyright {
	font-size: 0.625em;
	color: #616161;
}

/*SP用スタイル*/
@media screen and (max-width: 560px) {
	small {
		font-size: .5em;
	}

	/*	cta1 */
	section.cta {
		background-size: auto 100%;
	}

	section.cta .inner h1 {
		position: absolute;
		top: 10px;
		margin-top: 15px;
		z-index: 3;
		margin-left: 0px;
	}

	section .inner_cta {
		height: 600px;
		align-items: flex-end;
	}

	.cta_img_r {
		position: absolute;
		right: 50px;
		bottom: -150px;
		max-width: 600px;
		height: 840px;
		margin-right: 0px;
		z-index: 0;
	}

	.cta_img_r img {
		width: 100%;
		height: auto;
	}

	.form_r {
		width: 100%;
	}

	.register_form_wrap {
		max-width: 100%;
		margin-bottom: 1%;
	}

	/*cta2*/
	section .inner_cta2 {
		height: 700px;
		align-items: flex-end;
	}

	.cta_img_l {
		position: absolute;
		top: 40px;
		height: 720px;
		z-index: 0;
	}

	section .inner_cta3 {
		height: 900px;
		align-items: flex-end;
		padding-bottom: 10px;
	}

	.cta3_img_r {
		position: absolute;
		top: 100px;
		margin-right: 0;
		z-index: 0;
	}

	section .inner_cta3 h2 {
		position: absolute;
		top: 0;
		margin-top: 10px;
	}

	.form_wrap {
		max-width: 100%;
	}

	/*JACの強み*/
	.point_img_wrap_r {
		top: 40px;
	}

	.point_img_wrap_l {
		top: 40px;
	}

	.point_box_l_head {
		max-width: 60%;
	}

	.point_box_l {
		max-width: 60%;
	}

	.point_box_r_head {
		max-width: 60%;
	}

	.point_box_r {
		max-width: 60%;
	}

	.point_box {
		position: relative;
	}

	section .inner_point {
		padding: 20px 0 5px;
	}

	section .inner_point h2 {
		margin-bottom: 20px;
	}

	.point_box_l_head {
		position: relative;
		background-color: #FFF;
		box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
		padding: 20px;
		max-width: 100%;
		min-height: 100%;
		border-radius: 3px 3px 0px 0px;
		z-index: 2;
	}

	.point_box_l {
		position: relative;
		background-color: #FFF;
		box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
		padding: 20px 30px;
		max-width: 100%;
		min-height: 100%;
		border-radius: 0px 0px 3px 3px;
		z-index: 3;
		overflow: hidden;
		margin-bottom: 0px;
		z-index: 30;
	}

	.point_box_r_head {
		position: relative;
		background-color: #FFF;
		padding: 20px;
		max-width: 100%;
		min-height: 100%;
		border-radius: 3px 3px 0px 0px;
		z-index: 3;
		overflow: hidden;
		margin-left: auto;
		margin-top: 10px;
	}

	.point_box_r {
		position: relative;
		background-color: #FFF;
		padding: 20px 30px;
		max-width: 100%;
		min-height: 100%;
		border-radius: 0px 0px 3px 3px;
		z-index: 3;
		margin-bottom: 10px;
		overflow: hidden;
		margin-left: auto;
	}

	.point_img_wrap_r {
		position: relative;
	}

	.point_img_wrap_l {
		position: relative;
	}

	.point_img_wrap_l {
		position: relative;
		top: 0;
		width: 100%;
		height: auto;
		border-radius: 0px;
		z-index: 9999;
		box-shadow: none;
	}

	.point_img_wrap_r {
		position: relative;
		top: 0;
		width: 100%;
		height: auto;
		border-radius: 0px;
		z-index: 9999;
		box-shadow: none;
	}

	.point_box img {
		border-radius: 0px;
		object-fit: cover;
		font-family: 'object-fit: cover;';
		height: auto;
	}

	/*ストーリー*/
	.story_l_wrap {
		max-width: 75%;
	}

	.story_img_box {
		width: calc(100% - 75%);
	}

	.story_head_under_s {
		font-size: 12px;
	}

	.income_title_s {
		font-size: 1em;
		margin-bottom: .5em;
	}

	h3.story_title {
		font-size: 1.5em;
	}

	.story_box_s:first-child {
		margin-right: 5px;
	}

	.story_box_s:last-child {
		margin-left: 5px;
	}

	.story_box .income {
		font-size: 1.875em;
		line-height: 1;
		letter-spacing: 0;
	}

	.story_head h3.age_box {
		min-width: 90px;
		font-size: 1em;
	}

	.story_img_box.img_fit {
		width: calc(100% - 60%);
	}
}



@media screen and (max-width: 560px) {
	h2 {
		font-size: 24px;
	}

	h4 {
		font-size: 12px;
	}

	.wrap {
		padding: 0 4px;
	}

	/*ヘッダー*/
	header p {
		line-height: 1.5;
	}

	header .inner_header {
		height: 50px;
	}

	header .logo {
		width: 90px;
	}

	section.cta {
		background-position: bottom;
	}

	.cta_img_r {
		display: none;
		top: 55px;
		right: 0;
		margin-right: 0px;
		margin-left: 9px;
	}

	section.cta .inner h1 {
		position: absolute;
		top: 0;
		margin-top: 15px;
		z-index: 3;
		margin-left: 0px;
	}

	section .inner_cta3 h2 {
		font-size: 1.5em;
	}

	/*	フォーム　*/
	.results h2.results_txt {
		letter-spacing: .05em;
	}

	.register_form_wrap2 {
		padding: 10px 15px 15px;
	}

	p.results_txt2 {
		font-size: 1em;
		color: #424242;
	}

	/* 支援実績 企業ロゴ一覧*/
	section.results_wrap {
		padding: 20px 10px;
	}

	.inner_logo_area > li {
		position: relative;
		width: calc(50% - 6px);
		height: 72px;
		padding: 12px 24px;
		box-shadow: none;
		display: flex;
		justify-content: center;
		align-items: center;
		margin-bottom: 12px;
		border-radius: 2px;
	}
	
	.inner_logo_area > li.pc_only {
		display: none;
	}

	/*JACの強み*/
	.point_box_l_head h3,
	.point_box_r_head h3 {
		text-align: center;
		font-size: 1.25em;
		color: #0078b3;
		margin-bottom: 0;
	}

	.point_box_l p,
	.point_box_r p {
		font-size: .875em;
		line-height: 2;
	}

	/*ストーリー*/
	.story_container {
		font-size: 14px;
		padding: 25px;
	}

	section.story h2 {
		text-align: center;
		font-size: 1.125em;
	}

	.story_l_wrap {
		max-width: 100%;
	}

	.story_l_wrap {
		min-width: 0;
	}

	.story_img_box {
		position: relative;
		height: auto;
		width: 100%;
		overflow: hidden;
		background-color: #000;
	}

	.story_img_box img {
		height: auto;
	}

	.story_img_box.img_fit {
		width: 100%;
	}

	.story_box_s .label_wrap img {
		min-height: 150px;
	}

	.story_box_s:first-child {
		margin-right: 0px;
	}

	.story_box_s:last-child {
		margin-left: 0px;
	}

	.story_head {
		padding: 15px;
		min-height: 80px;
	}

	.story_head h3 {
		font-size: 1em;
	}

	.story_head h3.age_box {
		min-width: 75px;
		font-size: .875em;
	}

	.story_title {
		height: 50px;
	}

	.story_head_under:before {
		border-width: 60px 15px;
	}

	.story_before {
		padding: 0px 0px 0px 10px;
	}

	.story_after {
		padding: 0px 10px;
	}

	.story_title {
		font-size: 1.125em;
	}

	.income_title {
		font-size: .75em;
		margin-bottom: .5em;
	}

	.story_box .income {
		letter-spacing: 0;
	}

	.income {
		font-size: 1.5em;
		line-height: 1;
		letter-spacing: 0;
	}

	.income span {
		font-size: .875em;
		line-height: 0.5;
	}

	.cp_box .story_container {
		padding: 25px;
	}

	.story_box_s_wrap {
		display: block;
	}

	.story_box_s .story_label {
		font-size: .75em;
	}


	/*ストーリー SP時 下部余白削除*/
	.cp_box input:checked ~ .cp_container {
		padding-bottom: 15px;
	}

	.cp_box input:checked + label {
		display: none;
	}


	/*ストーリー SP時に要素を下部に移動*/
	.sp_under {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 2;
		-webkit-order: 2;
		order: 2;
	}


	/*CTA2*/
	section.cta2_title {
		padding: 20px 0;
	}

	section .inner_cta2 {
		height: 510px;
		justify-content: left;
		align-items: flex-end;
		display: flex;
	}

	.cta_img_l {
		position: absolute;
		display: inline-block;
		top: 20px;
		left: 20px;
		max-width: 600px;
		z-index: 0;
	}


	/*よくあるご質問*/

	.q_and_a {
		font-size: .875em;
		letter-spacing: 0;
	}

	.balloon {
		margin-bottom: 1em;
	}

	.says_q p,
	.says_a p {
		padding: 15px 20px 15px 40px;

	}

	.says_q {
		margin: 5px 0 0 0px;
		width: calc(100% - 90px);

	}

	.says_a {
		width: calc(100% - 90px);
	}

	/*ご利用の流れ*/

	.flow_box {
		font-size: 14px;
	}

	.flow_txt_box {
		position: relative;
		padding: 0 10px;
	}


	/*CTA3*/

	section .inner_cta3 {
		height: 650px;
		justify-content: left;
		align-items: flex-end;
		display: flex;
		padding-bottom: 10px;
	}


	.cta3_img_r {
		position: absolute;
		display: inline-block;
		top: 100px;
		right: 0;
		max-width: 600px;
		margin-right: -0px;
		z-index: 0;
	}

	.cta3 .form_head p {
		font-size: 1em;
		letter-spacing: 1
	}


	.cta3 .form_head {
		padding: 10px 15px;
	}

	/*フッター*/

	footer .flexbox {
		width: 100%;
		text-align: center;
		display: inline-block;
		padding: 1em 0;
	}

	footer .footer_link {
		font-size: .875em;
		align-items: center;
		display: flex;
		justify-content: center;
		margin-bottom: .5em;
	}

}



/*SP CTR3 画像調整対応*/
@media (min-width:250px)and (max-width:420px) { 
.cta3_img_r {
		position: absolute;
		top: 156px;
		margin-right: 0;
		z-index: 0;
	}
}



/*tablet用スタイル*/
@media (min-width:561px) and (max-width:999px) { 
	small {
		font-size: .5em;
	}

	/*	cta1 */
	section.cta {
		background-size: auto 100%;
	}

	section.cta .inner h1 {
		position: absolute;
		top: 10px;
		margin-top: 15px;
		z-index: 3;
		margin-left: 0px;
	}

	section .inner_cta {
		height: 500px;
		width: 100%;
		align-items: flex-end;
	}

	.cta_img_r {
		position: absolute;
		
  
		bottom: 0%;
		max-width: 1000px;
		
		margin-right: 0px;
		z-index: 0;
	}

	.cta_img_r img {
		width: 40%;
		height: auto;
		position: relative;
		left: 30%;
	}

	.form_r {
		width: 100%;
	}

	.register_form_wrap {
		max-width: 100%;
		margin-bottom: 1%;
	}

	/*cta2*/
	section .inner_cta2 {
		height: 700px;
		align-items: flex-end;
	}

	.cta_img_l {
		position: absolute;
		top: 40px;
		height: 720px;
		z-index: 0;
	}

	section .inner_cta3 {
		height: 900px;
		align-items: flex-end;
		padding-bottom: 10px;
	}

	.cta3_img_r {
		position: absolute;
		top: 210px;
		margin-right: 0;
		z-index: 0;
	}

	section .inner_cta3 h2 {
		position: absolute;
		top: 0;
		margin-top: 10px;
	}

	.form_wrap {
		max-width: 100%;
	}

	/*JACの強み*/
	.point_img_wrap_r {
		top: 40px;
	}

	.point_img_wrap_l {
		top: 40px;
	}

	.point_box_l_head {
		max-width: 60%;
	}

	.point_box_l {
		max-width: 60%;
	}

	.point_box_r_head {
		max-width: 60%;
	}

	.point_box_r {
		max-width: 60%;
	}

	.point_box {
		position: relative;
	}

	section .inner_point {
		padding: 20px 0 5px;
	}

	section .inner_point h2 {
		margin-bottom: 20px;
	}

	.point_box_l_head {
		position: relative;
		background-color: #FFF;
		box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
		padding: 20px;
		max-width: 100%;
		min-height: 100%;
		border-radius: 3px 3px 0px 0px;
		z-index: 2;
	}

	.point_box_l {
		position: relative;
		background-color: #FFF;
		box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
		padding: 20px 30px;
		max-width: 100%;
		min-height: 100%;
		border-radius: 0px 0px 3px 3px;
		z-index: 3;
		overflow: hidden;
		margin-bottom: 0px;
		z-index: 30;
	}

	.point_box_r_head {
		position: relative;
		background-color: #FFF;
		padding: 20px;
		max-width: 100%;
		min-height: 100%;
		border-radius: 3px 3px 0px 0px;
		z-index: 3;
		overflow: hidden;
		margin-left: auto;
		margin-top: 10px;
	}

	.point_box_r {
		position: relative;
		background-color: #FFF;
		padding: 20px 30px;
		max-width: 100%;
		min-height: 100%;
		border-radius: 0px 0px 3px 3px;
		z-index: 3;
		margin-bottom: 10px;
		overflow: hidden;
		margin-left: auto;
	}

	.point_img_wrap_r {
		position: relative;
	}

	.point_img_wrap_l {
		position: relative;
	}

	.point_img_wrap_l {
		position: relative;
		top: 0;
		width: 100%;
		height: auto;
		border-radius: 0px;
		z-index: 9999;
		box-shadow: none;
	}

	.point_img_wrap_r {
		position: relative;
		top: 0;
		width: 100%;
		height: auto;
		border-radius: 0px;
		z-index: 9999;
		box-shadow: none;
	}

	.point_box img {
		border-radius: 0px;
		object-fit: cover;
		font-family: 'object-fit: cover;';
		height: auto;
	}

	/*ストーリー*/
	.story_l_wrap {
		max-width: 75%;
	}

	.story_img_box {
		width: calc(100% - 75%);
	}

	.story_head_under_s {
		font-size: 12px;
	}

	.income_title_s {
		font-size: 1em;
		margin-bottom: .5em;
	}

	h3.story_title {
		font-size: 1.5em;
	}

	.story_box_s:first-child {
		margin-right: 5px;
	}

	.story_box_s:last-child {
		margin-left: 5px;
	}

	.story_box .income {
		font-size: 1.875em;
		line-height: 1;
		letter-spacing: 0;
	}

	.story_head h3.age_box {
		min-width: 90px;
		font-size: 1em;
	}

	.story_img_box.img_fit {
		width: calc(100% - 60%);
	}
}





.top-annotation {
	text-align: right;
}

.top-annotation a {
	text-align: right;
	font-size: 0.3px;
	line-height: 5px;
	text-decoration: none;
	/* color: black; */
	color :#616161;

	}
	
@media only screen and (min-width: 769px) {
.top-annotation a {
	/* width: 1100px; 白部分対応　*/ 
	line-height: 2px;
	margin: 0 auto;
	text-decoration: none;
   	/* color: black;*/
	color :#616161;

	}
}

_::-webkit-full-page-media, _:future, :root .css_selector {
	position: absolute;
	top: 15px;
	text-align: center;
}

/*
::-webkit-full-page-media,_:future,:root &.top-annotation{
	text-align: right;
	font-size: 0.3px;
	line-height: 5px;
	text-decoration: none;
}
*/

@media screen and (max-width: 450px) {
	h1 {
		max-width: 414px;
	}
}

@media screen and (min-width: 561px) {
	.sp_br {
		 display: none; 
	}
}

@media screen and (min-width: 960px) {
	.tb_br {
		display: none;
	}
}

/*IE用バグ調整*/
@media all and (-ms-high-contrast: none) {
	h1 srcset {
		max-width: 300px;
	}
}

/*オンライン面談*/
section.flow h2.b6_h2_online {
	padding-top: 40px;
}

section.flow .online_int {
	width: 100%;
	display: flex;
	align-items: center;
	background-color: #FFF;
	border: 1px solid #00a9e0;
	border-radius: 3px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
	margin-bottom: 40px;
}

section.flow .online_int p {
	width: 70%;
	padding: 1em 4em;
	line-height: 1.8;
}

section.flow .online_int p span {
	font-feature-settings: "palt";
}

section.flow .online_img img {
	max-width: 100%;
}

@media screen and (max-width: 960px) {
	.online_int p {
		width: 70%;
		padding: 1em 2em;
	}
}

@media screen and (max-width: 860px) {
	section.flow .online_int p {
		padding: .5em 1em;
	}
}

@media screen and (max-width: 700px) {
	section.flow .online_int {
		width: 100%;
		display: block;
	}

	section.flow .online_int p {
		width: 100%;
		padding: 1em;
		font-size: 14px;
		line-height: 1.5;
	}

}
/* --------------------------------------------------
    wada追加
 -------------------------------------------------- */
.register-form-title .explanation span:nth-child(1n + 2) {
    color: #C0C0C0;
}
.register-form-title .explanation .middle {
    margin: 0 20px;
    position: relative;
}
.register-form-title .explanation .middle::before {
    left: -20px;
}
.register-form-title .explanation .middle::after {
    right: -20px;
}
.register-form-title .explanation .middle::before, .register-form-title .explanation .middle::after {
    content: "▶";
    position: absolute;
    top: 0;
    width: 20px;
    text-align: center;
}
.register-form-title {
    margin: 0% auto 0%;
font-size: 0.7em;
}
.register_form_notes_pc p a {
    color: white;
	text-decoration: underline;
}
.register_form_notes_sp p a {
    color: white;
	text-decoration: underline;
}
@media screen and (min-width: 730px) {
	.register-form--l .register-form-title .explanation {
		margin: auto;
		font-size: 1.7rem;
	}
}
