@charset "UTF-8";
/*-----全体------*/
.sp_only {
	display: none;
}
.pc_only {
	display: block;
}
html{
	font-size: 62.5%;
	scroll-padding-top: 80px;
}
body{
	position: relative;
}
h1,h2,h3,p,a,button,dl,small{
	font-family: 'Noto Sans JP', sans-serif;
}
h1{
	font-size: 3.8rem;
    font-weight: 400;
    color: #000;
    line-height: 1.5;
}
h2{
	font-size: 1.6rem;
    font-weight: 400;
	color: #323232;
	margin-top: 10px;
}
h3{
	font-size: 1.6rem;
    font-weight: 400;
	color: #323232;
	line-height: 1.5;
	letter-spacing: 0.1rem;
}
h4{
	font-family: 'Raleway', sans-serif;
	font-size: 4.5rem;
    font-weight: 100;
    color: #323232;
	margin-bottom: 10px;
	z-index: 1;
	margin-right: 10px;
}
h5{
	font-family: 'Inter', sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    color: #fff;
    background-color: #424693;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    line-height: 2.5;
	margin: 10px auto 16px;
}
p,dt,dd{
	font-weight: 300;
	font-size: 1.6rem;
	letter-spacing: 1px;
    line-height: 1.8;
	color: #2B3A4C;
	font-feature-settings: "palt";
}
a{
	display: block;
}
.title{
	display: flex;
	align-items: baseline;
}
.services,.title,.tool,.dashboards,.flow,.faq,.contact_contents,.common_inner{
    max-width: 96rem;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 100px;
    box-sizing: border-box;
}

#pagetop{
	display: block;
	position: fixed;
	right: 50px;
	bottom: 50px;
	z-index: 10;
	cursor: pointer;
}
#pagetop img{
	width: 60px;
}

/*-----header_トグル------*/
.menu-trigger,
.menu-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.menu-trigger {
	display: flex;
	position: relative;
	z-index: 2;
	margin: 0px;
	width: 50px;
	height: 30px;
	border-radius: 50px;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	pointer-events: auto;
}
.menu-trigger span {
	left: 10px;
	width: 30px;
	height: 2px;
	background-color: #333333;
	border-radius: 4px;
}
.menu-trigger.active span:nth-of-type(1) {
	transform: translateY(11px) rotate(-45deg);
	background-color: #333333;
}
.menu-trigger.active span:nth-of-type(2) {
	transform: translateY(-4px) rotate(45deg);
	background-color: #333333;
}	
.menu-trigger.active span:nth-of-type(3) {
	display: none;
}
header {
	position: fixed;
    z-index: 3;
    width: 100%;
	top: 0;
	background-color: #ffffff;
}
.nav_menu{
	font-weight: 500;
    font-size: 1.4rem;
    color: #2B3A4C;
    height: 60px;
    align-items: center;
    display: flex;
    justify-content: space-between;
	margin-left: 4%;
}
header nav,header nav ul{
	display: flex;
	align-items: center;
}
header li{
	margin-right: 1.6rem;
}
header .contact_btn_li a{
	margin-right: 0px;
	margin-left: 10px;
	border-radius: 0;
    height: 60px;
    padding: 0px 40px;
}
header li:last-of-type{
	margin-right: 0rem;
}
.nav_menu .logo{
	margin: 30px 0px 30px 0px;
}
.logo img{
	height: 40px;
}


/*-----main------*/
main{
	position: relative;
}

/*-----top_kv------*/
.top_kv{
	height: 600px;
    position: relative;
    display: flex;
    justify-content: left;
    align-items: center;
    margin: auto;
}
.top_kv::after{
	content: "";
	background-image: url("../img/kv.png");
    background-repeat: no-repeat;
    background-size: cover;
	height: 500px;
    position: absolute;
    width: 100%;
    right: 0;
    background-position: center;
	background-color: #F4F4F4;
}
.top_kv_box{
	z-index: 1;
	max-width: 96rem;
    margin: auto;
    flex-direction: column;
    width: 100%;
}
.top_kv_box h1 span{
	font-size: 20px;
    letter-spacing: 0.5px;
    font-weight: 300;
}
.top_kv_box p{
	font-size: 1.4rem;
    margin: 20px auto 50px;
	letter-spacing: 0;
}
.top_kv_box a,.contact_contents a{
	display: contents;
}
.top_kv_box .red{
    color: #424693;
}
.contact_btn{
	background-color: #424693;
    border: none;
    color: #fff;
    padding: 14px 40px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
	display: flex;
    align-items: center;
	cursor: pointer;
	cursor: hand;
	letter-spacing: 0.5px;	
}
.contact_btn::after{
	content: "";
    width: 6px;
    height: 6px;
    border: 2px solid;
    border-color: #ffffff #ffffff transparent transparent;
    transform: rotate(45deg);
    display: block;
    margin-left: 6px;
}
.contact_btn:hover{
	background-color: #5070D6;
}
.contact_contents button:hover{
	background-color: #E7EA8F;
   box-shadow: 0px 10px 20px 0px rgb(43 10 23 / 23%);
}

.under_line{
	display: inline-block;
	position: relative;
 	text-decoration: none;
	padding-bottom: 5px;
    box-sizing: border-box;
}
.under_line:before{
	content: "";
	position: absolute;
	left: 0;
	bottom: -4px;
	width: 100%;
	height: 3px;
	background: #424693;
	transform: scale(0, 1);
	transform-origin: left;
	transition: 0.4s;
}
.under_line:hover:before {
	transform: scale(1);
}

/*========= じわっと出現 ===============*/

.blur{
	animation-name:blurAnime;
	animation-duration:0.8s;
	animation-fill-mode:forwards;
}

@keyframes blurAnime{
  from {
	filter: blur(10px);
	transform: scale(1.02);
	opacity: 0;
  }

  to {
	filter: blur(0);
	transform: scale(1);
	opacity: 1;
  }
}
 
.blurTrigger{
    opacity: 0;
}

/*-----services------*/
.services .title,.tool .title,.dashboards .title,.flow .title,.faq .title{
	margin-bottom: 3rem;
}
.services_contents{
	display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
}
.services_contents_box{
	text-align: center;
    width: 17%;
}
.services_contents_box h3{
	text-align: center;
}
.services_contents_box img{
	width: 100%;
    height: auto;
}
.services p{
	letter-spacing: 0;
	text-align: justify;
	font-size: 1.4rem;
	margin-top: 10px;
}

/*-----tool------*/
.tool_contents{
}
.tool_contents_img{
	display: flex;
    justify-content: space-between;
    padding: 20px;
    background-color: #F4F4F4;
	margin-bottom: 2rem;
}
.tool_contents img{
	width: 16%;
}
.tool_contents h3{
	color: #424693;
	font-weight: 600;
	margin-bottom: 1rem;
}

/*-----dashboards------*/
.tab-container{
	display: flex;
}
.tab{
	padding-bottom: 10px;
    border-bottom: 2px solid #DFDFDF;
    margin-bottom: 40px;
	width: 12.5%;
	cursor: pointer;
}
.tab h4{
	font-size: 1rem;
}
.tab h3{
	font-size: 1.4rem;
}
.active_tab{
	border-bottom: 2px solid #424693;
	position: relative;
}
.active_tab::after{
	content: "";
    display: block;
    position: absolute;
    bottom: calc(-.2449vw + -7.08163px);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: calc(.2449vw + 7.08163px) calc(.12245vw + 4.54082px) 0;
    border-color: #424693 transparent transparent;
    left: 50%;
}
.content_tab {
  display: none; /*必須*/
}
.content_tab.show {
  display: block; /*必須*/
}
.content_tab img{
	width: 100%;
}

/*-----flow------*/
.flow_contents_box img{
	height: 70px;
}
.flow_contents_box{
	width: 12%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.flow_contents_box p{
	font-size: 1.4rem;
	letter-spacing: 0;
}
.flow_contents{
	display: flex;
    justify-content: space-between;
	position: relative;
}
.flow_contents::before{
	content: '';
    position: absolute;
    width: 90%;
    height: 1px;
    margin: auto;
    background-color: #424693;
    top: 95px;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: -1;
}

/*-----faq------*/
.qa-list dl {
    position: relative;
    margin: 0;
    padding: 28px 80px 28px 0px;
    cursor: pointer;
    border-bottom: 1px solid #424693;
}	
.qa-list dl::before {
    position: absolute;
    top: 35px;
    right: 5px;
    display: block;
    width: 16px;
    height: 16px;
    margin: auto;
    content: '';
    transform: rotate(135deg);
    border-top: 1px solid #424693;
    border-right: 1px solid #424693;
}
.qa-list .open::before {
    transform: rotate(-45deg);
}
.qa-list dl dt {
    position: relative;
    margin: 0;
}
.qa-list dl dt::before {
    line-height: 1;
    position: absolute;
    top: 3px;
    left: 0;
    display: block;
    content: '';
}
.qa-list dl dd::before {
    line-height: 1;
    position: absolute;
    top: 3px;
    left: 2px;
    display: block;
    content: '';
}
.qa-list dl dd {
    position: relative;
    display: none;
    height: auto;
    margin: 20px 0 0;
}
.qa-list dl dd p {
    margin: 30px 0 0;
	color: #666666;
}
.qa-list dl dd p:first-child{
    margin-top: 0;
}

/*-----contact------*/
.contact{
	background-color: #424693;
	padding: 40px 0px 30px;
}
.contact_contents{
	margin-bottom: auto;
}
.contact_contents .title,.contact .title h2,.contact  h4,.contact_contents p,small{
	color: #fff;
}
.contact_contents p{
	text-align: center;
	margin: 0px auto 30px;
	font-weight: 400;
}
.contact_contents button{
	margin: auto;
    background-color: #ffffff;
    border: none;
    color: #424693;
    padding: 0px 50px;
    border-radius: 50px;
    font-size: 16px;
    height: 70px;
}
.contact_contents button::after{
	border-color: #424693 #424693 transparent transparent;
}
.contact_contents .title{
	margin-bottom: 50px;
	display: flex;
    justify-content: center;
}
small{
	font-size: 1.2rem;
	display: block;
    text-align: center;
    margin-top: 80px;
}

/*-----pc　1450px------*/
@media screen and (max-width: 1450px){
	
}

/*-----pc　1280px------*/
@media screen and (max-width: 1280px){

}

/*-----ipad air　横　1181px------*/
@media screen and (max-width: 1181px){
	
}

/*-----ipad mini　横　1025px------*/
@media screen and (max-width: 1025px){
	.top_kv_box {
		padding-left: 4rem;
		padding-right: 4rem;
	}
	.flow_contents_box p {
		font-size: 1.2rem;
		letter-spacing: 0;
	}
}

/*-----ipad　縦------*/
@media screen and (max-width: 821px) {
	h4{
		font-size: 7rem;
	}
	#pagetop{
		right: 10px;
	}
	.nav_menu{
   		align-items: center;
	}
	.top_kv{
		display: block;
        padding: 60px 0px;
        position: relative;
        margin-bottom: 60px;
        background-color: #F4F4F4;
        height: auto;
	}
	.top_kv_box {
		padding-left: 4rem;
		padding-right: 4rem;
		width: auto;
	}
	.top_kv::before{
		content: "";
		background-image: url("../img/kv_sp.png");
		background-repeat: no-repeat;
		background-size: contain;
        height: 500px;
        width: 100%;
        background-position: center;
        display: block;
	}
	.top_kv::after{
		display: none;
	}
	.top_kv_box, .services, .tool,.dashboards, .flow, .faq, .contact_contents, .common_inner {
        padding-right: 2rem;
        padding-left: 2rem;
    }
	.dashboards .qa-list h4{
		font-size: 1rem;
		margin-bottom: 1px;
	}
	.dashboards .qa-list dl::before{
		top: 40px;
	}
	.dashboards .qa-list dl {
        padding: 15px 0px 15px 0px;
    }
	.dashboards img{
		width: 100%;
	}
}


/*-----ipad mini 縦------*/
@media screen and (max-width: 770px) {
	h1 {
		font-size: 2.8rem;
	}
	h4{
		font-size: 6rem;
	}
	h3 {
		font-size: 1.8rem;
	}
	.title{
		display: block;
	}
	.qa-list dl {
    position: relative;
    padding: 15px 40px 15px 0px;
	}
	.qa-list dl::before {
		top: 20px;
		right: 20px;
		width: 7px;
		height: 7px;
	}
	.qa-list dl dt {
		font-size: 14px;
	}
	.qa-list dl dt::before {
		font-size: 14px;
		top: 3px;
		left: 5px;
		content: '';
	}
	.qa-list dl dd::before {
		font-size: 14px;
		top: 5px;
		left: 5px;
		content: '';
	}
	.qa-list dl dd {
		margin: 10px 0 0;
		font-size: 14px;
	}
	.qa-list dl dd p {
		margin: 30px 0 0;
	}
	.qa-list dl dd p:first-child{
		margin-top: 0;
	}
	header li {
		margin-right: 1rem;
	}
}

/*-----iPhoneX_12pro XR------*/
@media screen and (max-width: 599px) {
	.sp_only {
		display: block;
	}
	.pc_only {
		display: none;
	}
	h1 {
		letter-spacing: 0;
		font-size: 2.8rem;
		line-height: 1.6;
		margin-bottom: 1rem;
	}
	h2 {
		font-size: 1.4rem;
	}
	h3{
		font-size: 1.6rem;
		letter-spacing: 0;
	}
	h4 {
        font-size: 4rem;
    }
	header nav{
		display: none;
		width: 100%;
		position: absolute;
		background-color: #fffffff0;
		padding: 80px 20px 20px;
		box-sizing: border-box;
		left: 0;
		top: 0;
	}
	.nav_menu .logo {
		margin: 0px 0px 0px 0px;
		z-index: 1;
	}
	.nav_menu{
		margin: auto 4%;
	}
	header .contact_btn_li a{
		border-radius: 100px;
		margin-left: 0px;
	}
	header nav ul{
		flex-direction: column;
	}
	header li {
		margin-right: 0;
		margin-bottom: 20px;
	}
	.top_kv{
		height: auto;
        background-color: #F4F4F4;
        padding: 60px 0px 40px;
	}
	.top_kv_box p {
		margin: 0rem auto 3rem;
	}
	.top_kv::before{
		height: 300px;
	}
	.services_contents_box img{
	width: 20%;
	height: 100px;
	object-fit: cover;
	}
	.services_contents_box_img_p{
		width: 70%;
	}
	.services_contents_box{
		width: 100%;
        margin-bottom: 2rem;
        display: flex;
        justify-content: space-between;
	}
	.services_contents_box_img{
		display: flex;
		justify-content: space-between;
	}
	.services_contents_box_img img {
		width: 30%;
	}
	.services_contents_box h3 {
		margin-bottom: 0.5rem;
		text-align: justify;
	}
	.services_contents_box:last-of-type{
		margin-bottom: 0;
	}
	.services_contents_box_img_p{
		width: 68%;
		text-align: justify;
	}
	.services p{
		font-size: 1.4rem;
	}
	.services_contents::before{
		height: 80%;
	}
	.tool_contents_img{
		flex-wrap: wrap;
	}
	.tool_contents img {
		width: 48%;
	}
	.tool_contents img:nth-child(-n+4) {
        margin-bottom: 10px;
    }
	.flow_contents{
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	.flow_contents_box {
		width: 25%;
	}
	.flow_contents::before{
		display: none;
	}
	.flow_contents_box p {
		font-size: 1.1rem;
		letter-spacing: 0;
	}
	.flow_contents_box:nth-child(n+5){
		margin-top: 20px;
	}
	.qa-list dl dd p {
		font-size: 1.4rem;
	}
}

/*-----iPhoneSE------*/
@media screen and (max-width: 376px) {
	h1{
		letter-spacing: 2px;
	}
}


