/*-------------
 	General
-------------*/

*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html{
	font: normal 16px sans-serif;
	color: #555;
	-webkit-appearance: none;
	-moz-appearance: none;
  appearance: none;
}
body{
	width:100%;
	max-width:100vw;
	font-size:14px;
	margin:0;
	padding:0;
	overflow-x: hidden;
}
ul, nav{
	list-style: none;
}

a{
	text-decoration: none;
	color: inherit;
	cursor: pointer;

	opacity: 0.9;
}

a:hover{
	opacity: 1;
}

a.btn{
	color: #fff;
	border-radius: 4px;
	text-transform: uppercase;
	background-color: #2196F3;
	font-weight: 800;
	text-align: center;
}

hr{
	width: 150px;
	height: 2px;
	background-color: #2D5BBE;
	border: 0;
	margin-bottom: 80px;
}

section{
	display: flex;
	flex-direction: column;
	align-items: center;

	padding: 125px 100px;
}

section h3.title{
	color: #414a4f;
	text-transform: capitalize;
	font: bold 32px 'Noto Sans JP', sans-serif;
	margin-bottom: 35px;
	text-align: center;
}

section p{
	max-width: 800px;
	text-align: center;
	margin-bottom: 35px;
	padding: 0 20px;
	line-height: 2;
}

ul.grid{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}


/*-------------
 	Header
-------------*/

header{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #fff;
	padding: 15px 50px 0;
}
.header__logo{
  flex: none;
  width: auto;
  height: 120px;
}
header h2{
	font-family: 'Quicksand', sans-serif;
}

header nav{
	display: flex;
}

header nav li{
	margin: 0 15px;
}

header nav li:first-child{
	margin-left: 0;
}

header nav li:last-child{
	margin-right: 0;
}



@media (max-width: 1000px){
	header{
		padding: 20px 50px;
	}
}


@media (max-width: 700px){
	header{
		flex-direction: column;
	}

	header h2{
		margin-bottom: 15px;
	}
}



/*----------------
 	Hero Section
----------------*/

.hero{
	position: relative;
	/* justify-content: center; */
	/* min-height: 100vh; */
	color: #fff;
	text-align: center;
}

.hero .background-image{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	opacity: 0.7;
	/* background-color: #2196F3; */
	z-index: -1;
}

.hero .background-image:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/* background-color: #fff; */
	opacity: 0.7;
}

.hero .background-image2{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	/* height: 100%; */
	height: 100%;
	background-size: cover;
	opacity: 1;
	/* background-color: #2196F3; */
	z-index: -1;
}

.top-h1 {
	font: bold 34px 'Noto Sans JP', sans-serif!important;
	margin-top: 10px!important;
	margin-bottom: 10px!important;
}

.top-h3 {
	font: normal 24px 'Noto Sans JP', sans-serif!important;
}

.hero h1{
	font: bold 20px 'Noto Sans JP', sans-serif;
	margin-bottom: 0px;
}

.hero h3{
	font: normal 24px 'Noto Sans JP', sans-serif;
	margin-top: 20px;
	margin-bottom: 30px;
}

.hero h4{
	font: normal 18px 'Noto Sans JP', sans-serif;
	line-height: 200%;
}

.hero a.btn{
	padding: 10px 70px 10px 70px;
}

.hero .top1{
	display: flex;
	flex-direction: column;
	padding-top: 60px;
	padding-bottom: 60px;
	padding-left: 45%;
	width: 100%;
}

.hero .top2{
	display: flex;
	flex-direction: row;
	padding-top: 20%;
	width: 100%;
}

table {
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  width: 850px;
  table-layout: fixed;
}

table tr {
  background-color: #fff;
  padding: .35em;
  border: 2px solid #eee;
}
table tr:last-child{
  border: none;
}
table th{
  padding: 2em;
  border-right: 2px solid #eee;
}
table td {
  padding: 1.5em .5em;
  border-right: 2px solid #eee;
  text-align: center;
}
table th {
  font-size: 1em;
	color:#000;
}
table thead tr{
  background-color: #5B63CF;
  color:#fff;
}
table tbody th {
    border-right: 2px solid #eee;
}
th.non {
    border-right: none;
}
.txt{
   text-align: left;
   font-size: .85em;
}
.table_header{
  color: #fff;
  font-weight: bold;
  font-size:1.0em
}
.price{
  color: #3D4757;
  font-weight: bold;
  font-size:1.3em
}
.price span {
    font-size: .6em;
}
.red_bk{
  background-color:#F4F4F4;
	color: #3D4757;
	font-weight: bold;
  font-size:1.0em
}
.red-txt{
  color:#e81010
}
table .btnarea td {
  padding: .2em .5em;
  border-right:none
}
/*その他と主な共通部分は省略*/

/* a.btn--orange {
  color: #fff;
  background-color: #eb6100;
}

a.btn--orange:hover {
  color: #fff;
  background: #f56500;
}

a.btn-c {
  font: normal 24px 'Noto Sans JP', sans-serif;
  position: relative;
  padding: 1.5rem;
}

a.btn-c i.fa {
  margin-right: 1rem;
}

a.btn-c:before {
	font-family: 'Font Awesome 5 Free';
  font: normal 24px 'Noto Sans JP', sans-serif;
  line-height: 1;
  position: absolute;
  top: calc(50% - .8rem);
  right: 1rem;
  margin: 0;
  padding: 0;
  content: '\f054';
} */

a.btn--orange {
  color: #3B79C4;
  background-color: #fff;
	box-shadow: 5px 5px 0 0 rgba(0, 0, 0, .2);
}

a.btn--orange:hover {
  color: #3B79C4;
  background: #fff;
}

a.btn-c {
	font: normal 24px 'Noto Sans JP', sans-serif;
  position: relative;
  padding: 1.5rem;
}

a.btn-c i.fa {
  margin-right: 1rem;
}

.steps-title {
  width: 100%;
  margin: 0 .5em 1em 0em;
  background: #eaeebb;
  text-decoration: none;
  color: #444;
  position: relative;
  height: 100px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column nowrap;
}

.form-explain {
  min-height: 5em;
}

.steps-title::after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  border-left: 30px solid #eaeebb;
  position: absolute;
  top: 50%;
  margin-top: -50px;
  left: 100%;
  z-index: 2;
}

@media print, screen and (max-width: 768px) {
  .steps-title {
    width: 80%;
    margin: 0 auto 30px;
    background: #eaeebb;
    text-decoration: none;
    color: #444;
    position: relative;
    height: auto;
    text-align: center;
    padding: 10px;
  }
  .steps-title::after {
    content: "";
    display: block;
    border-top: 20px solid #eaeebb !important;
    border-right: 38vw solid transparent !important;
    border-left: 38vw solid transparent !important;
    border-bottom: none;
    position: absolute;
    width: 0;
    height: 0;
    bottom: -20px !important;
    top: auto !important;
    left: 50%;
    margin-top: 0 !important;
    margin-left: -38vw;
  }
}

.p-usageFlow__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-direction: column;
    align-items: center;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

@media screen and (min-width: 1200px) {
    .p-usageFlow__list {
            flex-direction: row;
        justify-content: center;
        align-items: flex-start;

        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-box-align: start;
        -ms-flex-align: start;
    }
}

.p-usageFlow__listItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    max-width: 400px;
    align-items: center;

    -webkit-box-align: center;
    -ms-flex-align: center;
}

@media screen and (min-width: 1200px) {
    .p-usageFlow__listItem {
            flex-direction: column;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
    }
}

.p-usageFlow__listItem + .p-usageFlow__listItem {
    margin-top: 60px;
}

@media screen and (min-width: 1200px) {
    .p-usageFlow__listItem + .p-usageFlow__listItem {
        margin: 0 0 0 60px;
    }
}

.p-usageFlow__listItem + .p-usageFlow__listItem:before {
    position: absolute;
    top: -100%;
    left: calc((158px - 6px)/2);
    z-index: -1;
    width: 6px;
    height: 100%;
    background: #dae9ea;
    content: '';
}

@media screen and (min-width: 1200px) {
    .p-usageFlow__listItem + .p-usageFlow__listItem:before {
        top: calc((250px - 6px)/2);
        left: -100%;
        width: 100%;
        height: 6px;
    }
}

.p-usageFlow__listItem + .p-usageFlow__listItem:after {
    position: absolute;
    top: -50px;
    left: calc((158px - 26px)/2);
    width: 20px;
    height: 20px;
    border-right: 6px solid #33817c;
    border-bottom: 6px solid #33817c;
    content: '';
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);

        -ms-transform: rotate(45deg);
}

@media screen and (min-width: 1200px) {
    .p-usageFlow__listItem + .p-usageFlow__listItem:after {
        top: calc((250px - 26px)/2);
        left: -50px;
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);

            -ms-transform: rotate(-45deg);
    }
}

.p-usageFlow__listTxt {
    -ms-flex: 1;
        flex: 1;
    font-weight: bold;
    font-size: 1em;

    -webkit-box-flex: 1;
}

@media screen and (min-width: 1200px) {
    .p-usageFlow__listTxt {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        align-items: baseline;

        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
    }
}

.p-usageFlow__listTxt span {
    color: #df9c28;
    font-size: 1em;
}

@media screen and (min-width: 1200px) {
    .p-usageFlow__listTxt span {
        display: inline-block;
        margin-right: 4px;
    }
}

.p-usageFlow__listImg {
    -ms-flex: 0 0 160px;
        flex: 0 0 160px;
    margin-right: 20px;

    -webkit-box-flex: 0;
}

@media screen and (min-width: 1200px) {
    .p-usageFlow__listImg {
        -ms-flex: 0 0 250px;
            flex: 0 0 250px;
        margin: 0 0 20px;

        -webkit-box-flex: 0;
    }
}

.p-usageFlow__listImg img {
    width: 100%;
    height: auto;
}

@media screen and (min-width: 768px) {
    .is-mobile {
        display: none !important;
    }
}
/*--------------------
 	Our Work Section
---------------------*/

.оur-work{
	background-color: #fff;
}

.our-work .grid li{
	padding: 20px;
	height: 350px;
	border-radius: 3px;

	background-clip: content-box;
	background-size: cover;
	background-position: center;
	background-color: #333;
}

.our-work .grid li.small{
	flex-basis: 40%;
}

.our-work .grid li.large{
	flex-basis: 60%;
}


@media (max-width: 1000px){

	.our-work .grid li.small,
	.our-work .grid li.large{
		flex-basis: 100%;
	}

}



/*----------------------
 	Features Section
----------------------*/

.features{
	background-color: #fff;
	text-align: center;
}

.features .grid li{
	padding: 0 30px;
	flex-basis: 33%;
	text-align: center;
}

.features .grid li i{
    font-size: 50px;
    color: #2196F3;
    margin-bottom: 25px;
}

.features .grid li h4{
	color: #555;
    font-size: 20px;
    margin-bottom: 25px;
}

.features .grid li p{
    margin: 0;
}

@media (max-width: 1000px){

	.features .grid li{
		flex-basis: 70%;
		margin-bottom: 65px;
	}

	.features .grid li:last-child{
		margin-bottom: 0;
	}

}


@media (max-width: 600px){

	.features .grid li{
		flex-basis: 100%;
	}

}

.features h1{
	font: bold 20px 'Noto Sans JP', sans-serif;
	margin-bottom: 0px;
	color: #2D5BBE;
}

.features h3{
	font: normal 24px 'Noto Sans JP', sans-serif;
	margin-top: 20px !important;
	margin-bottom: 30px !important;
	color: #3D4757;
}

.features h4{
	font: normal 18px 'Noto Sans JP', sans-serif;
	line-height: 200%;
	color: #3583F4;
}

/*--------------------
 	Reviews Section
--------------------*/

.reviews{
	background-color: #fff;
}

.reviews .quote{
	text-align: center;
	width: 80%;
    font-size: 22px;
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 20px;
    padding: 0;
}

.reviews .author{
    font-size: 18px;
    margin-bottom: 50px;
}

.reviews .author:last-child{
    margin-bottom: 0;
}

@media (max-width: 1000px){

	.reviews .quote{
		font-size: 20px;
	}

	.reviews .author{
	    font-size: 16px;
	}

}



/*---------------------
 	Contact Section
---------------------*/

.contact{
	background-color: #fff;
}

.contact form{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	max-width: 800px;
	width: 80%;
}

.contact form input{
	padding: 15px;
	font-size: 18px;
	color: #555;
}

.contact form .btn{
	/* padding: 18px 42px; */
}

.flow-section {
		position: relative;
		/* justify-content: center; */
		/* min-height: 100vh; */
		text-align: center;
}
.flow-section h1 {
	font: bold 20px 'Noto Sans JP', sans-serif;
	margin-bottom: 0px;
	color: #2D5BBE;
}

.flow-section h3 {
	font: normal 24px 'Noto Sans JP', sans-serif;
	margin-top: 20px !important;
	margin-bottom: 30px !important;
	color: #3D4757;
}

.flow-section p {
	font: bold 20px 'Noto Sans JP', sans-serif;
	margin-bottom: 0px;
	color: #3D4757;
}

/*----------------------
 	Achievement Section
----------------------*/
.achievement {
	position: relative;
	/* justify-content: center; */
	text-align: center;
	color: #fff;
}

.achievement .background-image{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	opacity: 0.75;
	/* background-color: #2196F3; */
	z-index: -1;
}

.achievement .background-image:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/* background-color: #fff; */
	opacity: 0.75;
}

.achievement .grid li{
	padding: 0 30px;
	flex-basis: 33%;
	text-align: center;
}

.achievement .grid li i{
    font-size: 50px;
    color: #2196F3;
    margin-bottom: 25px;
}

.achievement .grid li h4{
	color: #555;
    font-size: 20px;
    margin-bottom: 25px;
}

.achievement .grid li p{
    margin: 0;
}

@media (max-width: 1000px){

	.achievement .grid li{
		flex-basis: 70%;
		margin-bottom: 65px;
	}

	.achievement .grid li:last-child{
		margin-bottom: 0;
	}

}


@media (max-width: 600px){

	.achievement .grid li{
		flex-basis: 100%;
	}

}

.achievement ul.grid{
	width: 130%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}


.title-box2{
  padding: 1.5em 1em 1em;
  position: relative;
  border: 1px solid #3297CA;
  background-color: #fff;
	width: 100%;
	height: 100%;
}

.title-box2-title{
  position: absolute;
  top: -1.5em;
  left: -10px;
  font-weight: bold;
  font-size: 1.1em;
  background-color: #fff;
	border: 1px solid #3297CA;
  color: #3297CA;
  padding: 0.5em;
}

.title-box2 h1{
    margin: 0.5em;
		font-weight: bold;
	  font-size: 1.2em;
		color: #3297CA;
}

.title-box2 img{
    margin: 1.5em;
		color: #707070;
		width: 300px;
		height: auto;
}

.title-box2 h3{
    margin: 1em 1em 0.1em 1em;
		text-align: left !important;
		color: #707070;
}

.title-box2 p{
  margin: 1em;
	text-align: left !important;
	color: #707070;
}


/*-------------
 	Footer
-------------*/

footer{
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	color: #fff;
	background-color: #414a4f;
	padding: 60px 0;
}

footer ul{
	display: flex;
	margin-bottom: 25px;
	font-size: 32px;
}

footer ul li{
	margin: 0 8px;
}

footer ul li:first-child{
	margin-left: 0;
}

footer ul li:last-child{
	margin-right: 0;
}

footer p{
	text-transform: uppercase;
	font-size: 14px;
	color: rgba(255,255,255,0.6);
	margin-bottom: 10px;
}

footer p a{
	color: #fff;
}

@media (max-width: 700px){

	footer{
		padding: 80px 15px;
	}

}

@media (max-width: 1200px) {
	#bsaHolder{ display:none;}
}

.Form {
  max-width: 720px;
	margin: 0px;
	width: 100%;
}
.Form p{
	text-align: left !important;
}
@media screen and (max-width: 480px) {
  .Form {
    margin-top: 40px;
  }
}
.Form-Item {
  border-top: 1px solid #ddd;
  padding-top: 24px;
  padding-bottom: 24px;
  width: 100%;
  display: flex;
  align-items: center;
}
.Form-Item2 {
  padding-top: 24px;
  padding-bottom: 24px;
	padding-left: 30px;
  width: 100%;
  display: flex;
  align-items: center;
	font-size: 18px;
}
.Form-Item3 {
  padding-top: 24px;
  padding-bottom: 24px;
  width: 50%;
  display: flex;
  align-items: center;
	font-size: 18px;
}
input[type="radio" i] {
	width: 60px;
	height: 22px;
}
@media screen and (max-width: 480px) {
  .Form-Item {
		font-size: 10px;
  }
	.Form-Item2 {
		font-size: 10px;
		padding-left: 0px;
  }
	.Form-Item3 {
		font-size: 10px;
  }
	input[type="radio" i] {
		width: 30px;
		height: 18px;
	}
}
.Form-Item:nth-child(5) {
  border-bottom: 1px solid #ddd;
}
.Form-Item-Label {
  width: 100%;
  max-width: 248px;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Label {
    max-width: inherit;
    display: flex;
    align-items: center;
    font-size: 10px;
  }
}
.Form-Item-Label.isMsg {
  margin-top: 8px;
  margin-bottom: auto;
}
@media screen and (max-width: 480px) {
  .Form-Item-Label.isMsg {
    margin-top: 0;
  }
}
.Form-Item-Label-Required {
  border-radius: 6px;
  margin-right: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 48px;
  display: inline-block;
  text-align: center;
  background: #2D5BBE;
  color: #fff;
  font-size: 14px;
}
.Form-Item-Label-Optional {
  border-radius: 6px;
  margin-right: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 48px;
  display: inline-block;
  text-align: center;
  background: #777777;
  color: #fff;
  font-size: 14px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Label-Required {
    border-radius: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    width: 32px;
    font-size: 10px;
  }
	.Form-Item-Label-Optional {
    border-radius: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    width: 32px;
    font-size: 10px;
  }
}
.Form-Item-Input {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 48px;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: #eaedf2;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Input {
    margin-left: 0;
    margin-top: 18px;
    height: 40px;
    flex: inherit;
    font-size: 15px;
  }
}
.Form-Item-Textarea {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 216px;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: #eaedf2;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Textarea {
    margin-top: 18px;
    margin-left: 0;
    height: 200px;
    flex: inherit;
    font-size: 15px;
  }
}
.Form-Btn {
  border-radius: 10px;
	border-width: 5px;
	border-color: #2D5BBE;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 200px;
  display: block;
  letter-spacing: 0.05em;
  background: #fff;
  color: #2D5BBE;
  font-weight: bold;
  font-size: 20px;
	box-shadow:	5px 5px 5px rgba(0,0,0,0.4);
}
@media screen and (max-width: 480px) {
  .Form-Btn {
    margin-top: 24px;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 160px;
		height: 30px;
    font-size: 16px;
  }
}
