@charset "utf-8";

.confirm footer .back_to_top,
.confirm footer .inquiry_wrap,
.confirm footer .footer_inner {
	display: none;
}
.inner {
	width: auto;
}
.cv_area {
	width: auto;
	text-align: center;
}
.contents .note,
.contents .notes {
	font-size: 12px;
}
/* 共通 */

.pc_br {
	display: none;
}
.campaign_area{
	background: #000;
	text-align: center;
	padding: 16px;
}
.campaign_area a{
	text-decoration: none;
	color: #fff;
	max-width: 840px;
    margin: auto;
}
.campaign_area a p{
	font-size: 14px;
	margin: 0 0 10px;
}
.campaign_area img{
	margin: auto;
	width: 90%;
	max-width: 728px;
}
.btm_pr_area{
	max-width: 840px;
	margin: 50px auto;
}
.wrapper {
	font-family: 'Noto Sans JP', sans-serif;
	width: 100%;
	overflow: hidden;
}
.contents img {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
}
.contents a {
	display: block;
	text-decoration: none;
}
.contents .note {
	font-size: 12px;
	line-height: 1.3;
}
.contents .note li{
	margin: 0 0 5px;
}
.contents .in01{
	padding-left: 1.2em;
	text-indent: -1.2em;
}
.contents em {
	font-style: normal;
	font-weight: bold;
}
.contents .col_red {
	color: #e73606;
}
.contents .col_nvy {
	color: #0A297E;
}
.contents .col_ore {
	color: #DB3205;
}
.contents .col_ye {
	color: #EEF51A;
}
.contents li {
	list-style: none;
}
.cv_area{
	padding: 24px 20px;
	margin: 0 auto 30px;
	background: #FFF7F5;
}
.speech_wrap {
	width: 100%;
	position: relative;
	margin: 0 auto 20px;
	background: #cfebff;
}
.speech_wrap::after {
	content: "";
	position: absolute;
	left: calc(50% - 6px);
	border: 12px solid transparent;
	bottom: -25px;
	border-top: 14px solid #cfebff;
	z-index: 1;
}
.description_area .check_list dd,
.introduction .check_list dt,
.check_list li {
	background: url(images/ico_check.svg) no-repeat left top;
	background-size: 23px auto;
	padding-left: 30px;
	margin: 0 0 5px;
}
/* ボタン
----------------------------------------------- */
.cv_area .inner {
	border-radius: 20px;
	background: #fff;
	padding: 28px 16px 16px;
	max-width: 750px;
	margin: auto;
}
.cv_speech {
	margin: 0 auto 8px;
	font-weight: bold;
	text-align: center;
	color: #DB3205;
	font-size: 18px;
}
.cv_area.main .cv_speech {
	text-align: left;
	font-size: 22px;
}
.cv_btn {
	position: relative;
	text-decoration: none;
	line-height: 1;
	margin: 0 auto 10px;
	padding: 20px 16px;
	border-radius: 50px;
	background: #FC6C0C;
	box-shadow: 0 3px 6px #00000029;
	width: 100%;
	max-width: 500px;
	border: 4px solid #fff;
}
.cv_btn .balloon{
	position: absolute;
	color: #121212;
	font-weight: bold;
	background: #fff;
	border: 1px solid #FC6C0C;
	border-radius: 50px;
	white-space: nowrap;
	padding: 4px 20px;
	top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}
.cv_btn p{
	color: #fff;
}
.cv_btn.sub {
	background: #3766E8;
	box-shadow: 0 3px 0 #41297F;
}
.cv_btn:hover {
	opacity: .8;
}
a.back_btn {
	display: block;
	text-decoration: none;
	color: #333;
	background-color: #efefef;
	border-radius: 10px;
	padding: 10px;
	text-align: center;
}
.cv_btn.main {
	display: block;
	color: #fff;
	text-align: center;
	font-weight: bold;
	max-width: 650px;
	padding: 20px;
	font-size: 1.25em;
}
.cv_btn p {
	font-weight: bold;
	font-size: min(5.86vw, 30px);
	line-height: 1.2;
	text-align: center;
}
a.pr_btn {
	display: block;
	font-weight: bold;
	line-height: 1.2;
	margin: 0 auto 10px;
	padding: 10px;
	border-radius: 50px;
	background: #FC6C0C;
	box-shadow: 0 3px 0 #B72B05;
	text-decoration: none;
	max-width: 650px;
}
.pr_btn p:first-child {
	width: fit-content;
	margin: auto;
	background: #3766E8;
	color: #fff;
	border-radius: 50px;
	padding: 2px 10px;
}
.pr_btn p:nth-child(2) {
	color: #fff;
	font-size: min(5.86vw, 30px);
}

/*
.cv_speech span {
	position: relative;
	display: inline-block;
}
.cv_speech span::before,
.cv_speech span::after {
	content: "";
	position: absolute;
	bottom: 0;
	width: 2px;
	height: 100%;
	background: #FC6C0C;
}
.cv_speech span::before {
	left: -20px;
	transform: rotateZ(-25deg);
}
.cv_speech span::after {
	right: -20px;
	transform: rotateZ(25deg);
}*/
.cv_speech.pr_speech {
	padding: 15px 30px 0;
}
a.txt_link {
	color: #333;
	position: relative;
	padding-right: 16px;
	display: inline-block;
	text-decoration: underline;
}
.txt_link::after {
    content: '';
    position: absolute;
    top: calc(50% - 5px);
    right: 2px;
    width: 8px;
    height: 8px;
    border-top: 1px solid #888;
    border-right: 1px solid #888;
    transform: rotate(135deg);
}
.cv_area > .note{
	max-width: 640px;
	margin: auto;
}
.cv_area > .note li{
	text-align: left;
	margin-bottom: 5px;
}
/* ttl
----------------------------------------------- */
.ttl {
	font-weight: bold;
}
.logo_txt {
	display: flex;
	padding: 0 20px;
	margin: 0 auto 5px;
	align-items: baseline;
	justify-content: center;
	gap: 7px;
}
.logo_txt img{
	max-width: 300px;
}
.contents .txt_box p:not(class){
	line-height: 2;
	margin-bottom: 5px;
}
/* コラムエリア
----------------------------------------------- */
/* mv
----------------------------------------------- */
.column_wrap .mv {
	display: block;
}
.column_wrap .mv .speech_wrap {
	text-align: center;
	padding: 10px 15px;
	font-size: min(3.73vw, 16px);
	background: #0A297E;
	color: #fff;
	margin: 0;
}
.column_wrap .mv .speech_wrap::after {
	border-top-color: #0A297E;
}
.column_wrap .mv .speech_wrap strong{
	font-size: 1.071em;
}
.column_wrap .mv .cv_area{
	background: none;
	margin: 0;
}
/* worries
----------------------------------------------- */
.column_wrap .worries {
	position: relative;
	background: #EFF3FE;
	margin: 0 0 40px;
}
.column_wrap .worries::after {
	width: 68px;
	height: 37px;
	content: "";
	position: absolute;
	left: 50%;
	top: 100%;
	transform: translate(-50%, 0);
	background: url(images/arrow.svg) no-repeat;
}
.column_wrap .worries .inner {
	max-width: 780px;
	margin: auto;
	padding: 20px;
}
.column_wrap .worries .ttl {
	color: #041441;
	padding-left: 80px;
	font-size: min(5.33vw, 22px);
	background: url(images/illu_man.png) no-repeat left bottom / 63px auto;
	min-height: 93px;
	display: flex;
	align-items: center;
	max-width: 550px;
	margin: auto;
}
.column_wrap .worries ul {
	background: #fff;
	border-radius: 20px;
	padding: 30px min(4vw, 30px);
	font-weight: bold;
	max-width: 700px;
	margin: 0 auto 20px;
	font-size: min(4.8vw, 20px);
}
.column_wrap .worries .txt_box p{
	font-weight: bold;
}
/* article
----------------------------------------------- */
.contents .article{
}
.article > div[class^="sec"]{
    margin: 0 auto 30px;
	background: #f2f2f2;
	padding: 24px 20px;
}
.article > div[class^="sec"] h2.ttl{
	margin: 0 auto 8px;
	max-width: 750px;
}
.article > div[class^="sec"] h3{
	margin: 0 0 8px;
	color: #0A297E;
}
.article .campaign_area a{
	max-width: 750px;
    margin: auto;
}
.article div[class^="sec"] .txt_box{
	background: #fff;
	border-radius: 20px;
	padding: 24px 20px;
	margin: 0 auto 16px;
	max-width: 750px;
}
.article .txt_box p:not([class]){
	text-align: left;
	line-height: 2;
	margin: 0 0 8px;
}
.article .article_ttl{
	font-weight: bold;
	font-size: 24px;
	margin: 0 0 10px;
}
.article .product_pr{
	display: flex;
	flex-flow: row wrap;
	gap:16px;
	margin: 30px auto;
}
.contents .disc_list,
.article .check_list{
	margin: 20px auto 30px;
}
.contents .disc_list{
	background-color: #E2E9FB;
	padding: 20px min(4.26vw, 100px);
	border-radius: 20px;
}
.contents .disc_list li {
    position: relative;
    padding-left: 18px;
    line-height: 1.5;
    margin-bottom: 8px;
}
.contents .disc_list li::before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 8px;
    background: #0A297E;
}
.article .column_img{
	margin: 0 auto 30px;
	text-align: center;
}
.article .column_img img{
	max-width: 450px;
	margin: auto;
}
.article .sec01 .check_list li{
	font-weight: bold;
	margin-bottom: 12px;
}
.article .sec02 dl{
	display: flex;
	flex-direction: column;
	gap:12px;
	margin:20px 0;
}
.article .sec02 dl > div{
	background: #E2E9FB;
	border-radius: 12px;
	padding: 16px;
}
.article .sec02 dl dt{
	font-weight: bold;
	margin: 0 0 5px;
}
.article .cv_area.main .txt_box{
	margin-bottom: 30px;
}


/* ツール説明エリア
----------------------------------------------- */
.description_area{
	padding: 20px 20px 0;
	max-width: 750px;
    margin: auto;
}
.description_area .ttl{
	text-align: center;
	font-size: 20px;
	margin: 0 0 20px;
}
.description_area > .ttl em{
	font-weight: normal;
	font-size: .8em;
}
.description_area figure{
	padding-bottom: 40px;
	background: url(images/circle.svg) no-repeat center bottom / contain;
}
.description_area figure img{
	width: 80%;
	max-width: 450px;
	margin: auto;
}
.description_area figcaption{
	line-height: 2;
	margin: 0 0 24px;
}
.description_area dl{
	position: relative;
	border: 2px solid #d1d1d1;
	border-radius: 20px;
	padding: 24px 16px 16px;
}
.description_area dt{
	background: #fff;
	padding: 5px;
	font-size: 18px;
	font-weight: bold;
	position: absolute;
	left:50%;
	top:0;
	transform: translate(-50%, -50%);
}
.description_area dd{
	margin-bottom: 10px;
}
.description_area .flow_wrap{
	margin: 0 0 30px;
}
.description_area .flow_list li{
	position: relative;
	padding: 20px 14px;
	font-size: 18px;
	font-weight: bold;
	background: #FFF7F5;
	border-radius: 20px;
	margin-bottom: 16px;
}
.description_area .flow_list li:not(:last-child)::after{
	position: absolute;
	content: "";
	top: 100%;
	left:50%;
	width: 3px;
	height: 16px;
	background: #DB3205;
	transform: translateX(-50%);
}
.description_area .flow_list li .num{
	color: #DB3205;
	padding-right: 5px;
}
.description_area .arrow_box{
	padding-top: 20px;
	margin-bottom: -10px;
}
.description_area .arrow_box p{
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	margin: 0 0 16px;
}
/* product_pr_area
----------------------------------------------- */
.product_pr_area{
	padding: 24px 20px;
	background: #FFF7F5;
}
.product_pr_area .introduction,
.product_pr_area .capture_sec,
.product_pr_area .plan{
	max-width: 750px;
	margin: auto;
}
.product_pr_area .ttl{
	text-align: center;
	font-weight: bold;
	margin: 0 0 24px;
	font-size: 22px;
}
.product_pr_area h2.ttl span{
	font-weight: normal;
	font-size: .727em;
}
.product_pr_area h2.ttl em{
	font-size: 1.5em;
}
.product_pr_area .introduction .txt_box{
	background: #fff;
	padding: 20px;
	border-radius: 0 0 24px 24px;
	margin: 0 0 40px;
}
.product_pr_area .introduction .txt_box + .cv_btn{
	margin-bottom: 50px;
}
.product_pr_area .introduction .txt_box p.catch{
	text-align: center;
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: 20px;
	line-height: 1.7;
}
.product_pr_area .introduction .txt_box .catch em{
	font-size: 1.2em;
}
.product_pr_area h3.ttl em{
	font-size: 1.091em;
}
.product_pr_area .check_list{
	display: flex;
	flex-direction: column;
	gap:16px;
	margin-bottom: 30px;
}
.product_pr_area .check_list > div{
	border-radius: 20px;
	background: #fff;
	border: 1px solid #DB3205;
	padding: 16px;
}
.product_pr_area .check_list dt{
	font-weight: bold;
}
.product_pr_area .step_list{
	display: flex;
	flex-direction: column;
	gap:16px;
	margin-bottom: 30px;
	padding-left: 20px;
}
.product_pr_area .step_list > div{
	border-radius: 20px;
	background: #fff;
	border: 1px solid #DB3205;
	padding: 16px 16px 16px 40px;
	position: relative;
}
.product_pr_area .step_list dt{
	font-weight: bold;
}
.product_pr_area .step_list dt figure,
.product_pr_area .step_list dt figure img{
	display: inline-block;
	vertical-align: -5px;
	width: 36px;
	width: 36px;
	height: auto;
}
.product_pr_area .step_list .num{
	position: absolute;
	top:50%;
	left:0;
	transform: translate(-50%, -50%);
	width: 40px;
	height: 40px;
	border-radius: 50px;
	background: #DB3205;
	color: #fff;
	font-size: 11px;
	text-align: center;
	line-height: 1;
	padding-top: 7px;
}
.product_pr_area .step_list .num em{
	font-size: 1.2em;
}
.capture_sec figure{
	background: #fff;
	padding: 20px;
	border-radius: 20px;
	margin-bottom: 30px;
}
.capture_sec figure figcaption{
	font-size: 12px;
}
.video_box{
	width: 100%;
	max-width: 750px;
	height: auto;
	margin: auto;
}
.video_box video{
	width: 100%;
	height: auto;
}
.plan .txt_box{
	background: #fff;
	padding: 20px;
	border-radius: 20px;
	margin-bottom: 30px;
}
.plan .catch{
	font-size: 1.2em;
	text-align: center;
}
.plan .catch .num{
	font-size: 2em;
}
.plan .txt_box .disc_list{
	    background-color: #f2f2f2;
		margin-bottom: 0;
}

/* flaps
----------------------------------------------- */

section.flaps {
	max-width: 770px;
	margin: auto;
	padding: 25px 15px;
	border-top: 1px solid #d1d1d1;
}
.flaps .band_ttl {
	font-size: 20px;
	margin: 0 auto 20px;
	text-align: center;
}
.flaps .sec_inner {
	margin: 0 auto 30px;
}
.flaps .sec_inner .logo {
	display: block;
	margin: 20px auto 10px;
	text-align: center;
}
.flaps .sec_inner .logo img {
	max-width: 300px;
	margin:auto;
}
.flaps .sec_inner dl {
	background: #f3f3f3;
	border-radius: 6px;
	padding: 10px;
	margin: 10px auto;
	font-size: 0.875em;
	line-height: 1.4;
}
.flaps .sec_inner dl > div {
	display: flex;
	margin: 0 0 5px;
}
.flaps .sec_inner dt {
	width: 4em;
	font-weight: 500;
}
.flaps .sec_inner .txt{
	font-size: 16px;
	line-height: 2;
}
.flaps .sec_inner .note{
	font-size: 14px;
	color: #777;
}
/*フォーム
----------------------------------------------- */

.form_area {
	margin: 0 auto 60px;
}
.form_area form {
	max-width: 800px;
	margin: auto;
	padding: 0 15px;
}
.form_area .speech_main_ttl {
	display: block;
	position: relative;
	margin: 0 auto 20px;
	background: #0A297E;
	color: #fff;
	font-size: min(6.4vw, 26px);
	text-align: center;
	font-weight: 500;
	line-height: 1.5;
	padding: 20px;
}
.form_area .speech_main_ttl::after {
	content: "";
	position: absolute;
	left: calc(50% - 6px);
	border: 12px solid transparent;
	bottom: -25px;
	border-top: 14px solid #0A297E;
	z-index: 1;
}
.form_area .general_inner>dt {
	background: #ededed;
	padding: 10px 20px;
	border-radius: 10px;
	margin: 0 0 15px;
}
.general_inner dd {
	margin: 0 0 15px;
	padding: 0 20px;
}
.form_area .must {
	color: #FC0E0E;
	border: 1px solid #FC0E0E;
	background: #fff;
	padding: 0 5px;
	margin-left: 5px;
	border-radius: 5px;
	font-size: 0.75em;
	display: inline-block;
}
.form_area .customer {
	padding: 10px 0;
}
.form_area .customer li {
	list-style: none;
	margin: 0 0 15px;
}
.form_area .customer li label {
	display: inline-block;
	position: relative;
	margin: 0 0 5px;
}
.form_area .error_txt {
	color: #f00;
	font-size: 0.875em;
}
.form_area .customer li input,
.form_area textarea {
	display: block;
	width: 100%;
	max-width: 400px;
	border-radius: 5px;
	border: 1px solid #d1d1d1;
	padding: 5px;
}
.privacy_area>p {
	padding: 10px 0;
	font-size: 0.875em;
}
.form_area .privacy_txt {
	height: 140px;
	overflow: auto;
	margin: 0 0 20px;
	border: 1px solid #ccc;
	border-radius: 3px;
	color: #75777b;
	font-size: 0.813em;
	line-height: 1.5;
	padding: 8px;
}
/*フォーム 確認画面*/

.confirm .contentss {
	width: 100%;
	max-width: 700px;
	margin: auto;
	padding: 0;
}
.confirm h1 {
	font-size: 26px;
	text-align: center;
	margin: 0 auto 20px;
	padding-top: 40px;
}
.confirm dt {
	background: #ededed;
	padding: 10px;
	margin-bottom: 10px;
}
.confirm .customer li {
	list-style: none;
	padding: 10px;
}
.confirm .customer li>p {
	display: inline-block;
}
.confirm .customer_ttl::after {
	content: ":";
}
.confirm .general_inner .date {
	padding: 10px;
}
.confirm .btn_area {
	display: flex;
	padding: 20px;
	align-items: center;
	justify-content: center;
}
.confirm .btn_area a {
	padding: 20px;
	border-radius: 10px;
	height: 75px;
}
.confirm .btn_area a.back_btn {
	background: #e6e5e5;
	color: #333;
	margin: 0 20px 0 0;
	font-weight: bold;
	width: 90px;
}
.confirm .btn_area a.send_btn {
	color: #fff;
	font-size: 1.5em;
	background: #fc3f0c;
	box-shadow: 0 4px 0 #a72b0a;
	width: calc(100% - 90px);
	text-align: center;
	font-weight: bold;
}
.confirm header {
	display: none;
}
.confirm footer small {
	background: #fff;
}
.thanks .contents {
	padding: 15px;
	max-width: 650px;
	margin: 0 auto 20px;
}
.thanks .contents h1 {
	text-align: center;
	margin: 30px 0;
	font-size: 26px;
}
.thanks .customer_wrap {
	margin: 0 0 10px;
}
.thanks .txt_wrap p:not([class]) {
	margin-bottom: 20px;
}
.thanks .thanks_info {
	margin: 0 0 30px;
	padding: 30px 15px 15px;
	border-top: 1px solid #d1d1d1;
}
.thanks .thanks_info div {
	margin: 0 0 30px;
	border-bottom: 1px dotted #d1d1d1;
}
.thanks .thanks_info div:last-child {
	border: 0;
}
.thanks .thanks_info dt {
	font-weight: bold;
	font-size: 1.2em;
	margin: 0 0 15px;
}
.thanks .thanks_info dd{
	padding: 0 0 16px;
}
.thanks .thanks_info dd a.cv_btn {
	justify-content: center;
	max-width: 400px;
	margin: 30px auto;
	text-align: center;
    font-weight: bold;
    color: #fff;
}
/* 画面サイズ別
----------------------------------------------- */

/* タブレット縦以上 */

@media screen and (min-width: 768px) {
	.index .contents{
		font-size: 18px;
	}
	.sp_br,
	.pc_line {
		display: none;
	}
	.pc_br {
		display: block;
	}
	.fix_bnr_area a{
		justify-content: center;
	}
	.fix_bnr_area picture {
		width: 500px;
	}
	.fix_bnr_area p {
		width: fit-content;
		white-space: nowrap;
	}
	.cv_area {
		padding: 30px;
	}
	.campaign_area{
		margin-bottom: 40px;
	}
	.campaign_area a{
		display: flex;
		align-items: center;
		justify-content: center;
		gap:20px;
	}
	.campaign_area a p {
		font-size: 16px;
		text-align: left;
	}
	.article div[class^="sec"] .txt_box{
		padding: 40px;
	}
	.cv_area.main .cv_speech {
		text-align: center;
	}
	.cv_area .inner,
	.product_pr_area .introduction .txt_box{
		padding: 40px;
	}
	.product_pr_area .check_list > div,
	.article .sec02 dl > div,
	.article .check_list,
	.description_area .flow_list li{
		padding: 20px 40px;
	}
	.form_area .customer {
		max-width: 400px;
		margin: auto;
	}
	.thanks .txt_wrap {
		padding: 30px 20px;
	}
	.thanks .txt_wrap h1 {
		margin: 0 0 33px;
		font-size: 25px;
	}
	.thanks .contents .variation a:hover {
		background-color: #0a319c;
		transition: .3s;
	}
}