@charset "UTF-8";
html {
    font-size: 62.5%;
}
h1 {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 3.2rem;
	font-weight: 700;
	letter-spacing: 2px;
	font-feature-settings: "palt";
	color: #323232;
}
h2 {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
    font-size: 3.2rem;
	letter-spacing: 0.2rem;
	color: #323232;
}
h3 {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	font-size: 1.8rem;
	letter-spacing: 1px;
	line-height: 1.8;
	color: #323232;
}
p,a,dt,dd {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.5rem;
	font-feature-settings: "palt";
	color: #323232;
	line-height: 2;
    letter-spacing: 2px;
	font-weight: 300;
}
.sp_only {
	display: none;
}
.pc_only {
	display: block;
}

/*==================================================
ふわっ
===================================*/


/* fadeUp */

.fadeUp{
animation-name:fadeUpAnime;
animation-duration:1s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
transform: translateY(100px);
  }

  to {
    opacity: 1;
transform: translateY(0);
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.fadeUpTrigger{
    opacity: 0;
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.fadeInTrigger{
    opacity: 0;
}

/*---- header----*/
header {
	position: relative;
}
.logo{
	line-height: 0;
}
.logo img {
	height: 26px;
}
.l-header__inner {
	height: 70px;
    display: flex;
    align-items: center;
    position: fixed;
    justify-content: space-between;
    width: 100%;
    box-sizing: border-box;
    z-index: 10;
    padding: 0px 30px;
	background-color: #fff;
	top: 0;
}
.header_nav {
	display: flex;
	height: 70px;
    align-items: center;
}
.header_nav li a {
	padding: 0px 10px;
    font-size: 1.4rem;
	font-weight: 500;
}
.header_nav li:last-child{
	padding: 4px 10px
}
.header_nav li a:hover{
	color: #2764ef;
}
.header_nav .mv_contact_box_a_contact:hover{
	opacity: 0.7;
}
.header_nav .mv_contact_box_a_contact a:hover{
	color: #FFFFFF!important;
}
.mv_contact_box_a a:hover{
	opacity: 0.7;
}
.header_nav .mv_contact_box_a_contact{
	padding: 4px 0px;
    border-radius: 50px;
	margin-left: 10px;
}
.header_nav .mv_contact_box_a_contact a{
	color: #ffffff;
	display: flex;
    justify-content: center;
    align-items: center;
}
.header {
  transition: color 0.4s ease-out;
} /* スクロールしたらヘッダーメニューのフォントカラー変更 */
.header.headerColorScroll {
  background-color: #FFFFFF;
  transition: color 0.4s ease-out;
}
/*---- header グローバルナビ背景----*/
.overlay1 {
	display: none;
}
.overlay1::after {
	content: "";
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0.6);
	z-index: 3;
}

/*---- main mv----*/
main{
	margin-top: 70px;
}
.mv {
	background-color: #eaf3ff;
}
.mv_contact{
    display: flex;
	margin: auto;
	padding: 60px 100px 40px;
	justify-content: space-between;
}
.mv_contact_box{
	width: 38%;
	display: flex;
    flex-direction: column;
    justify-content: center;
}
.mv_contact_img_logo{
	height: auto;
}
.mv_contact_img_right{
	height: 1vh;
    padding-left: 4px;
}
.mv_img_kv{
	width: 58%;
}
.mv_contact_box h1{
	margin-bottom: 30px;
}
.mv_contact_box_a{
	display: flex;
	justify-content: space-between;
}
.mv_contact_box_a .mv_contact_box_a_materials,.mv_contact_box_a .mv_contact_box_a_contact{
	padding: 8px 10px;
    border-radius: 50px;
    width: 47%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    box-sizing: border-box;
    font-size: 14px;
}
.mv_contact_box_a_materials{
    border: solid 2px #2764ef;
    background-color: #fff;
    color: #2764ef;

}
.mv_contact_box_a_contact{
    background-color: #2764ef;
    color: #ffffff;
}
/*---- all----*/
.blue_back{
	background-color: #eaf3ff;
}
.about,.cases,.features,.flow,.qa-list,.contact,.contact{
	max-width: 960px;
    margin: auto;
	padding: 60px 0px;
}
.about h2, .cases h2, .features h2, .flow h2, .qa-list h2{
	text-align: center;
}
.about p,.cases p,.flow p{
	padding:30px 0px;
	text-align: center;
}
/*---- cases----*/
.cases_contents{
	display: flex;
    justify-content: space-between;
}
.cases_contents_box{
	width: 20%;
	text-align: justify;
}
.cases_contents_box img{
	width: 100%;
}
.cases_contents_box p{
	font-size: 1.4rem;
}
.cases_contents_box p,.flow_contents p{
	padding: 0;
    line-height: 1.8;
	letter-spacing: 0;
	font-weight: 300;
	text-align: justify;
}
/*---- features----*/
.features_contents_box_1{
	display: flex;
	flex-wrap: wrap;
}
.features_contents_box_1_2{
	display: flex;
    align-items: center;
    padding: 10px;
    box-sizing: border-box;
    width: 18%;
    border: solid 1px #00343c;
    border-radius: 4px;
	margin-right: 2.5%;
	margin-bottom: 1%;
	background-color: #ffffff;
}
.features_contents_box_1_2:nth-child(5n){
	margin-right: 0%;
}
.features_contents_box_1_2 img{
	width: 20%;
	padding-right: 4px;
}
.features_contents_box_1_2 p{
	font-size: 1.2rem;
}
.features_contents_box{
	padding: 30px 0px;
}
.features_contents_box h3{
	padding-bottom: 10px;
	text-align: center;
}

/*---- flow----*/
.flow_contents{
	display: flex;
    flex-wrap: wrap;
}
.flow_contents_box{
	width: 24%;
    background-color: #eaf3ff;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 4px;
    margin-right: 1.3%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.flow_contents_box:nth-child(4n){
	margin-right: auto;
}
.flow_contents_box img{
	width: 80%;
	margin-bottom: 10px;
}
.flow_contents_box p{
	text-transform: uppercase;
}
.flow_contents_box_p{
	font-size: 1.2rem;
	text-align: justify;
	margin-top: 10px;
}

/*---- qa-list ----*/
.qa-list h2{
	margin-bottom: 30px;
}
.qa-list dl {
	position: relative;
	margin: 20px 0 0;
	cursor: pointer;
	background: #fff;
}
.qa-list dl:first-child {
  margin-top: 0;
}
.qa-list dl::after {
    position: absolute;
    top: 27px;
    right: 26px;
    display: block;
    width: 7px;
    height: 7px;
    margin: auto;
    content: '';
    transform: rotate(135deg);
    border-top: 2px solid #000;
    border-right: 2px solid #000;
}
.qa-list .open::after {
    transform: rotate(-45deg);
}
.qa-list dl dt {
	position: relative;
	margin: 0;
	padding: 20px 20px 20px 50px;
	font-weight: 300;
}
.qa-list dl dt::before {
	font-size: 1.8rem;
    line-height: 2.5rem;
    position: absolute;
    top: 20px;
    left: 20px;
    display: block;
    content: 'Q.';
	font-weight: 500;
}
.qa-list dl dd::before {
	font-weight: 500;
    font-size: 1.8rem;
    line-height: 3.2rem;
    position: absolute;
    left: 20px;
    display: block;
    content: 'A.';
}
.qa-list dl dd {
    position: relative;
    margin: 0;
    padding: 20px 20px 20px 50px;
}
.qa-list dl dd p {
    margin: 30px 0 0;
}
.qa-list dl dd p:first-child{
    margin-top: 0;
}
.gray_back{
	background-color: #f7f6f7;
}

/*---- contact ----*/
.black_back{
	background-color: #454343;
}
.contact{
	display: flex;
	justify-content: space-between;
}
.contact_box{
	display: flex;
    flex-direction: column;
    align-items: center;
}
.contact_box a{
	padding: 4px 30px;
    border-radius: 50px;
    width: 160px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
}
.contact_box p{
	color: #fff;
	margin-bottom: 20px;
}
.contact_box a:hover{
	opacity: 0.7;
}
.banner a:hover{
	opacity: 0.7;
}
.banner a{
	display: block;
}
.banner img{
    width: 160px;
}
#banner{
	display: block;
	position: fixed;
    bottom: 30px;
	right: 0;
	z-index: 10;
	cursor: pointer;
}
/*---- footer ----*/
.footer_contents{
	max-width: 960px;
	margin: auto;
	display: flex;
    justify-content: space-between;
	align-items: center;
	padding: 10px 0px 20px;
    box-sizing: border-box;
    font-weight: 300;
    font-size: 1.2rem;
}
.footer_contents a{
	color: #323232;
	font-size: 1.2rem;
	letter-spacing: 1px;
}
small{
	font-family: 'Noto Sans JP', sans-serif;
    font-feature-settings: "palt";
    line-height: 1;
    letter-spacing: 1px;
}
#pagetop{
	position: fixed;
    bottom: 0px;
    right: 30px;
    z-index: 6;
}
#pagetop img{
	height: 60px;
}



