@charset "utf-8";
html{
	scroll-behavior: smooth;
}
h1, h2, h3 {
  font-size: initial; 
}
/* fonts */
.noto-sans-jp-<uniquifier> {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

.inner {
	width: auto;
}
.cv_area {
	width: auto;
	text-align: center;
}
@media screen and (max-width: 640px) {
	.contents {
		margin: 0;
	}
}
/* 共通 */

.pc_br {
	display: none;
}
.wrapper {
	font-family: 'Noto Sans JP', sans-serif;
	width: 100%;
	overflow: hidden;
	background: #F0F4F7;
}
.contents{
    color: #121212;
    line-height: 1.6;
	max-width: 500px;
	margin: auto;
	background: #fff;
}
.contents img {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
}
.contents a {
	display: block;
	text-decoration: none;
	transition: 0.5 ease;
}
.contents a:hover{
	opacity: .85;
}
.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_maintxt {
	color: #0050A4;
}
.contents .col_basicbg {
	background: #4D88C5;
}
.contents .col_palebg {
	background: #F0F4F7;
}
.contents .col_darkbg {
	background: #4D88C5;
}
.contents .col_accentbg {
	background: #FFC107;
}
.contents li {
	list-style: none;
}
.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;
}
.check_list li,
.worries .check_list dd {
	background: url(images/ico_check.svg) no-repeat left top;
	background-size: 23px auto;
	padding-left: 30px;
}
/* ボタン
----------------------------------------------- */
.contents .btn_area{
    display: flex;
    justify-content: center;
    align-self: center;
    padding: 20px 16px;
    gap:10px;
}
.contents .btn {
	padding: 16px 8px;
	border-radius: 100px;
	max-width: 400px;
    text-align: center;
	margin: auto;
}
.cv01_btn {
	background: #121212;
	box-shadow: 0 3px 6px #00000029;
	border: 2px solid #fff;
    font-size: min(5vw, 20px);
    font-weight: bold;
    color: #fff;
	width: 100%;
}
.cv02_btn {
	box-shadow: 0 3px 6px #00000029;
	border: 2px solid #fff;
    font-size: min(5vw, 20px);
    font-weight: bold;
    background: linear-gradient(#FFC107, #FFA000);
    color: #121212;
	width: 100%;
}
.link_btn {
	background: #002D5A;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	margin: auto;
	width: 80%;
}
.cv_area{
	padding: 32px 0;
	margin: 0 auto 30px;
}
.btn_area.wrap{
	flex-wrap: wrap;
}
.btn_area.wrap .btn:not(:last-child){
	width: calc(50% - 8px);
}
.cv_area .cv_ttl{
	font-size: 20px;
	font-weight: bold;
	color: #fff;
}
.cv_area .tel_txt{
	text-align: left;
	padding: 0 20px;
	color: #fff;
}
.cv_area .tel_txt a{
	display: inline-block;
	color: #fff;
	font-size: 1.2em;
	text-decoration: underline;
	padding-right: 6px;
}

.contents .tag,
.contents .tag_list li{
	background: #f2f2f2;
	font-weight: bold;
	padding: 2px 5px;
	border-radius: 8px;
}
.contents .tag::before,
.contents .tag_list li::before{
	content: "#";
}
.contents .tag_list{
	display: flex;
	flex-wrap: wrap;
	gap:8px;
}
.contents .new::after{
	content: "";
    position: absolute;
    top:0;
    right:0;
    background: url(images/ico_new.svg) no-repeat 0 0 / contain;
    z-index: 2;
}

.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);
}

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);
}

/* ttl
----------------------------------------------- */
.ttl {
	font-weight: bold;
}
.logo_txt {
	display: flex;
	padding: 0 20px;
	margin: 0 auto 5px;
	align-items: baseline;
	justify-content: center;
	gap: 7px;
	font-weight: bold;
}
.logo_txt img{
	width: 61vw;
	max-width: 300px;
}
.border_ttl{
	position: relative;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	padding: 0 0 6px;
	margin: 0 auto 12px;
}
.border_ttl .ttl{
	display: block;
	font-weight: bold;
	font-size: 1.714em;
	padding: 6px 0
}
.border_ttl::after{
	content: "";
	position: absolute;
	width: 60px;
	height: 6px;
	border-radius: 8px;
	background: #0050A4;
	left:50%;
	top:100%;
	transform: translateX(-50%);
}

/* txt
----------------------------------------------- */
.contents .txt_box p:not(class){
	line-height: 2;
	margin-bottom: 5px;
}

/* mv
----------------------------------------------- */
.mv_wrap {
    font-weight: bold;
    background: linear-gradient(147deg, #f0f4f7, #c4e4fc);
}
.mv_wrap h1{
    padding: 20px 10px 10px 20px;
    font-size: min(9.6vw, 36px);
    line-height: 1.5;
}
.mv_wrap p{
    padding: 0 20px;
    margin-bottom: -16px;
    line-height: 1.7;
}
.mv_wrap figure img{
    width: 100%;
    height: min(74vw, 300px);
    object-fit: cover;
    object-position: bottom;
}
.mv_wrap .btn_area{
    padding-top: 10px;
}
.mv_wrap + .bnr_area{
    padding: 16px 26px;
}
.lineup_links{
    padding: 28px 16px;
}
.lineup_links h2{
    width: min(61vw, 300px);
    margin: 0 auto 20px;
}
.lineup_links ul{
    display: flex;
    flex-wrap: wrap;
    gap:10px;
}
.lineup_links ul li{
    position: relative;
    width: calc((100% - 10px) / 2);
}
.lineup_links ul li.new::after{
	width: 40px;
    height: 40px;
    transform: translate(16%, -20%);
}
.lineup_links ul li a{
	position: relative;
    overflow: hidden;
    background: #fff;
    border-radius: 12px;
    padding: 12px 12px 30px;
}
.lineup_links ul li a::before{
	position: absolute;
	content: "";
	width: 100%;
	height: 18px;
	background: #F0F4F7;
	bottom: 0;
	left:0;
}
.lineup_links ul li a::after {
    content: "";
    position: absolute;
    border: 8px solid transparent;
	border-top: 8px solid #0050A4;
    bottom: 0;
    left: 50%;
    z-index: 1;
    transform: translate(-50%, 4px);
}
.lineup_links figure img{
	height: 20px;
	width: auto;
	margin: 0 auto;
}
.lineup_links figcaption{
	margin: 0 0 8px;
}
.lineup_links .tag{
	font-size: 14px;
}

/* worries
----------------------------------------------- */
.worries{
	padding: 24px 20px 40px;
}
.worries dl {
    position: relative;
    background-color: #F0F4F7;
    border-radius: 24px;
    padding: 32px 20px;
    display: flex;
    flex-direction: column;
    gap: 14px;
	margin: 0 auto 40px;
}
.worries dl::after {
	width: 60px;
	height: 30px;
	content: "";
	position: absolute;
	left: 50%;
	top: 100%;
	transform: translate(-50%, -30%);
	background: url(images/arrow_gd.svg) no-repeat center top / contain;
}
.worries dt {
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	padding-bottom: 8px;
}
.worries dd {
	font-size: 20px;
}
.worries .solve p{
	font-size: 18px;
	text-align: center;
}
.worries .solve strong{
	border-bottom: 4px solid #FFC107;
}
.series_overall-view{
	padding: 32px 20px;
	margin: 0 auto 32px;
}
.series_overall-view figcaption{
	font-weight: bold;
	font-size: 24px;
	text-align: center;
	margin: 0 auto 16px;
}
/* 製品ラインナップ
----------------------------------------------- */
.series_lineup{
	padding: 32px 0;
}
.series_lineup .border_ttl + .intro{
	color: #002D5A;
	font-weight: bold;
	padding: 20px;
	line-height: 2;
}
.solution_list > li {
	position: relative;
	background: #fff;
	padding: 30px 0;
	width: calc(100% - 20px);
	border-radius: 0 24px 24px 0;
	margin: 0 auto 24px 0;
}
.solution_list > li:nth-child(even) {
	border-radius: 24px 0 0 24px;
	margin: 0 0 24px auto;
}
.solution_list > li .inr{
	position: relative;
	background: #F0F4F7;
	padding: 20px;
	width: calc(100% - 40px);
	margin: 32px auto 0;
}
.solution_list .new::after{
	width: 50px;
	height: 50px;
	transform: translate(-25%, -50%);
}
.solution_list .tag_list{
	font-size: 14px;
	margin: 0 0 8px;
}
.solution_yh .tag_list li{
	background: #fff;
}
.solution_list .ttl_wrap{
	margin: 0 0 16px;
	padding: 0 20px;
}
.solution_list .ttl_wrap h3{
	font-size: 16px;
	font-weight: normal;
	color: #0050A4;
}
.solution_list .ttl_wrap h3 img{
	height: 40px;
	width: auto;
	max-width: 100%;
	margin: 8px 0;
}
.solution_list .txt_box{
	padding: 0 20px;
	margin: 0 auto 20px
}
.solution_list .txt_box .catch{
	font-weight: bold;
	font-size: 18px;
	line-height: 1.8;
	margin-bottom: 8px;
}
.solution_list .sol_mv{
	margin: 0 auto 16px;
}
.solution_list .solution_jm .sol_mv{
	padding: 0 16px;
}
/* 3つの価値
----------------------------------------------- */
.solution_value{
	margin: 0 auto 40px;
}
.solution_value h2{
	text-align: center;
	margin: 0 0 24px;
	font-size: 18px;
}
.solution_value h2 em{
	font-size: 1.33em;
}
.solution_value dl{
	display: flex;
	flex-direction: column;
	gap:16px;
	padding: 0 20px;
}
.solution_value dl > div{
	position: relative;
	counter-increment: number;
	position: relative;
	background-color: #F0F4F7;
	background-repeat: no-repeat;
	background-position: left 8px bottom;
	background-size: 100px auto;
	border-radius: 24px;
	padding: 32px 20px 20px 120px;
}
.solution_value dl > div::before{
	position: absolute;
	content: counter(number);
	width: 40px;
	height: 40px;
	top:0;
	left:0;
	background: #0050A4;
	color: #fff;
	border-radius: 100px;
	text-align: center;
	line-height: 40px;
	font-size: 24px;
	transform: translate(-8%, -8%);
}
.solution_value dl > div:nth-child(1){
	background-image: url(images/solution_value_img01.png);
}
.solution_value dl > div:nth-child(2){
	background-image: url(images/solution_value_img02.png);
}
.solution_value dl > div:nth-child(3){
	background-image: url(images/solution_value_img03.png);
}
.solution_value dl dt{
	font-weight: bold;
	font-size: 20px;
	margin: 0 0 5px;
}
/* 導入企業さまの声
----------------------------------------------- */
.feedback_from_customer{
	padding: 32px 20px 40px;
}
.feedback_from_customer .border_ttl{
	margin-bottom: 24px;
}
.feedback_from_customer .customer_list{
	display: flex;
	flex-direction: column;
	gap:20px;
}
.customer_list > li{
	background: #fff;
	border-radius: 16px;
	padding: 32px 0;
}
.customer_list .solution{
	display: inline-block;
	background: #FFC107;
	border-radius: 0 50px 50px 0;
	padding: 3px 20px;
	font-size: 14px;
}
.customer_list .solution strong{
	font-size: 1.143em;
}
.customer_list .solution + figure{
	padding: 20px;
	display: flex;
	align-items: flex-start;
	gap:20px;
}
.customer_list .solution + figure img{
	width: 90px;
	height: auto;
}
.customer_list .solution + figure figcaption{
	width: calc(100% - 110px);
}
.customer_list .solution + figure figcaption .tag{
	display: inline-block;
	font-weight: normal;
	font-size: 12px;
}
.customer_list .solution + figure figcaption p:not([class]){
	font-size: 20px;
	font-weight: bold;
	color: #002D5A;
	margin: 0 0 3px;
}
.customer_list .txt_box{
	padding: 20px;
}
.customer_list .txt_box .ttl{
	font-size: 1.125em;
}

/* 共通インフォ */
.sec_news{
	margin: 0 auto 40px;
}
.info_list li {
    list-style: none;
    text-align: left;
    border-top: 1px solid #d1d1d1;
    padding: 10px 15px;
}
.info_list li a {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: #333;
}
.info_list li.thumb a img{
    margin: 0 0 10px;
}
.info_list li a:hover .news_ttl{
    text-decoration:underline;
}
.info_list li .date,
.info_list li .news_ttl {
    text-align: left;
}
.info_list li .date {
    color: #888;
}
.info_list li .detail {
    display: none;
}
@media screen and (min-width: 768px){
    .info_list li.thumb a{
        justify-content: space-between;
        flex-direction: row-reverse;
    }
    .info_list li.thumb a div{
        padding-right: 20px;
    }
    .info_list li.thumb a img{
        width: 320px;
    }
}

/*フォーム
----------------------------------------------- */
.form_area {
	padding-bottom: 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;
}
.form_area input.btn{
	display:block;
}
/*フォーム 確認画面*/
.confirm .contents {
	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 .contents 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 {
	max-width: 650px;
	margin: 0 auto 20px;
	padding-right: 20px;
	padding-left: 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 {
	display: flex;
	flex-direction: column;
	border-top: 1px solid #d1d1d1;
}
.thanks .thanks_info div {
	border-bottom: 1px dotted #d1d1d1;
	padding: 24px 0;
}
.thanks .thanks_info dt {
	font-weight: bold;
	font-size: 1.2em;
	margin: 0 0 15px;
}
.thanks .thanks_info dd a.btn {
	margin: 30px auto 0;
}
.foot_nv_content,
#common_footer{
	background: #fff;
}
/* 画面サイズ別
----------------------------------------------- */

/* タブレット縦以上 */

@media screen and (min-width: 768px) {
	.index .wrapper{
		font-size: 18px;
	}
	.wrapper .contents{
		box-shadow: 0 3px 6px #00000029;
	}
	.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;
	}
}