html{
  font-size: 62.5%;
}
body{
  font-size:1.6rem;/* 16px*/
}
h2{
  font-weight: 700;
	font-size: 2.8rem;
	border-bottom: 6px solid #69C3E8;
	display: inline-block;
	padding-bottom: 5px;
	margin-bottom: 50px;
	color: #3C3C3C;
}
h3{
  font-weight: 700;
	font-size: 2.3rem;
	margin-bottom: 20px;
	line-height: 3rem;
	
}
p{
	color: #3C3C3C;
}


.header{
    position: fixed;
    z-index: 1000;
    transition: 0.2s all;
  background-color: #fff;
  display: block;
  width: 100%;
  box-sizing: border-box;
}

.header a{
  -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
    display: block;
}

.header li:hover{
opacity: 0.8;
}

header .on {
  position: fixed;
  top: -56px;
  left: 0;
}
.header .wrap{
    padding: 19px 0;
    max-width: 1100px;
}
.wrap{
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
}
.htop-area{
  display: inline-block;
  width: 7%;
    vertical-align: middle;
    margin-right: 1%;
}
nav{
  display: inline-block;
}
#mmenu-btn{
  display: none;
}
header nav ul{
 display: inline-block;
 position: relative;
}

header nav ul li{
 display: inline-block;
transition: all 0.3s ease;
}
header nav ul li a{
 color: #3C3C3C;
 text-decoration: none;
 padding: 14px 37px;
 display: block;
 font-size:1.6rem;
 font-weight: 700;
}
header nav ul li:first-child a{
 padding-left:0;
}
header nav ul li:last-child{
	background-color: #3C3C3C;
	border-radius: 30px;
}
header nav ul li:last-child a{
	color: #fff;
}


/*トップに戻るボタン*/
#page_top{
  width: 71px;
  height: 71px;
  position: fixed;
  bottom: 50px;
    right: 50px;
  background: rgba(255,255,255,0.9);
  border: 2px solid #7C7C7C;
  opacity: 0.6;
  border-radius: 50%;
  z-index: 1;
  display: block;
}
#page_top a{
  position: relative;
  display: block;
  width: 71px;
  height: 71px;
  text-decoration: none;
}
#page_top a::before{
  font-family:  "Font Awesome 5 Free";
  content: '\f106';
  font-size: 40px;
  font-weight: 700;
  color: #000;
  position: absolute;
  width: 40px;
  height: 40px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}


/*top*/

#top{
  background: url(../images/top_back.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 50px;
}
#top .wrap {
    padding: 6% 0 3% 0;
}
#top ul{
	display: block;
	width: 100%;	
	font-size: 0;
}
#top ul li{
	display: inline-block;
	font-size: 1.6rem;
}
#top h1{
	margin-bottom: 5%;
}
#top ul li:first-child{
	width:68%;
	vertical-align: middle;
	margin-right: 2%;
}
#top ul li:last-child{
	width:30%;
	vertical-align: middle;
}
#top ul li img{
	width: 100%;
}
#top ul li a{
	display: block;
	width: 80%;
	transition: all  0.3s ease;
}
#top ul li a:hover{
	opacity: 0.8;
}


/*今や企業がSNSを使うのは一般的になってきました。*/
#general{
  background-color: #fff;
  padding: 80px 0;
	text-align: center;
}
.g_1{
	display: block;
	width: 100%;
	font-size: 0;
}
.g_1 div{
	display: inline-block;
}
.g_1 div:first-child{
	width: 40%;
	margin-right: 2%;
	font-size: 1.6rem;
	vertical-align: middle;
}
.g_1 div:last-child{
	width: 58%;
	font-size: 1.6rem;
	text-align: left;
	vertical-align: middle;
	line-height: 2.8rem;
}
.g_1 div img{
	width: 100%;
}

/*問題点*/
#problem{
  background-color: #333333;
  padding: 80px 0;
  text-align: center;
  color: #fff;
	position: relative;
}
#problem ul{
	display: block;
	width:100%;
	font-size: 0;
}
#problem ul li{
	display: inline-block;
	width:calc(50% - 15px);
	margin-right: 30px;
	font-size: 2rem;
	background-color: #fff;
	color: #3C3C3C;
	margin-bottom: 30px;
	text-align: left;
	padding: 30px 30px 30px 80px;
	box-sizing: border-box;
	position: relative;
	font-weight: 500;
	line-height: 2.8rem;
	
}
#problem ul li:before {
    position: absolute;
    top: 38%;
     left: 27px;
    content: '\f00c';
    font-size: 2rem;
    font-family: fontAwesome;
	color: #69C3E8;
}
#problem ul li:nth-child(2n){
	margin-right: 0;
}
#problem ul li:nth-child(3),#problem ul li:nth-child(4){
	margin-bottom: 0;
}
#problem::after {
    content: url(../images/arrow1.png);
    position: absolute;
    display: block;
    top: 100%;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
}
#problem h2{
	border-bottom: 0;
	color: #fff;
}

/*メリット*/
#merit{
  background-color: #fff;
  padding: 80px 0;
  text-align: center;
  color: #3C3C3C;
	position: relative;
}

.meritAbout{
  display: block;
  width: 100%;
  box-sizing: border-box;
  font-size: 0;
}
.meritAboutImage{
 display: inline-block;
 width: calc(32% - 12px);
 margin-right: 40px;
	vertical-align: top;
	margin-bottom: 10px;
}
.meritAboutImage:nth-child(3),.meritAboutImage:nth-child(6){
	margin-right: 0;
}
.meritAboutImage:last-child{
  margin-right: 0;
}
.meritAboutImage img{
  width: 100%;
}
.meritAboutname{
  background-color: #fff;
  color: #3C3C3C;
  font-size: 2rem;
  font-weight: 500;
  padding: 16px 0;
	line-height: 2.8rem;
}

/*他者とは違う3つの特徴*/
#features{
  background-color: #F5F5F5;
  padding: 80px 0;
  text-align: center;
  color: #3C3C3C;
	position: relative;
}
.featuresAbout,.featuresAbout2,.featuresAbout3{
	display: block;
	width: 100%;
	background-color: #fff;
	font-size: 0;
	margin-bottom: 30px;
	box-sizing: border-box;
}
.featuresAboutLeft,.featuresAboutRight2{
	display:inline-block;
	width:55%;
	text-align: left;
	padding: 20px;
	box-sizing: border-box;
	font-size: 1.6rem;
	vertical-align: middle;
	line-height: 2.3rem;
}
.featuresAboutRight,.featuresAboutLeft2{
	display:inline-block;
	width:45%;
	vertical-align: middle;
	font-size: 1.6rem;
	line-height: 2.3rem;
}
.featuresAboutRight img,.featuresAboutLeft2 img{
	width: 100%;
	vertical-align:top;
}
.featuresAbout3{
	margin-bottom: 80px;
}
.toiButton{
	display: block;
	text-align: center;
	transition: all  0.3s ease;
}
.toiButton a{
	display: block;
	width: 60%;
	margin: 0 auto;
}
.toiButton img{
	width: 100%;
}
.toiButton:hover{
	opacity: 0.8;
}

/*料金表*/
#priceList{
	 background-color: #A4DFF2;
  padding: 80px 0;
  text-align: center;
  color: #3C3C3C;
}

.priceListAbout{
  display: block;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
}
.end:last-child{
  margin-bottom: 0;
}

.priceListTitle{
  background-color: #69C3E8;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 500;
  padding: 30px;
	margin-bottom: 0;
}
.priceListText{
  background-color: #fff;
  color: #000;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 3.7rem;
  padding: 30px;
}

#priceList ul{
	display: block;
	width:100%;
	box-sizing: border-box;
	font-weight: 500;
}
#priceList ul li{
	display: inline-block;
	width: calc(50% - 12px);
	margin-right: 20px;
	box-sizing: border-box;
	vertical-align: top;
	font-size: 2rem;
	vertical-align: middle;
	background-color: #fff;
	height: 560px;
}
#priceList ul li:first-child{
	text-align: center;
}
#priceList ul li:last-child{
	margin-right: 0;
	vertical-align: top;
}
.plus{
	display: block;
	width: 3%;
	margin: 0 auto;
}
#priceList img{
	width: 100%;
	vertical-align: top;
	
}

.priceImage{
	display: block;
	width:28%;
	margin: 0 auto;
	padding-bottom: 20px;
}
.priceImage2 {
    display: block;
    width: 60%;
    margin: 0 auto;
	margin-bottom: 20px;
}
.priceImage3 {
    display: block;
    width: 60%;
	text-align: left;
}
.p_span{
	text-align: left;
	font-size: 1.6rem;
	font-weight: 400;
	margin-bottom: 20px;
}

.priceText{
	display: block;
	border-top:4px solid #69C3E8;
	text-align: left;
	font-size: 0;
	padding-top: 20px;
    margin-bottom: 20px;
}
.priceText2{
	display: block;
	border-top:4px solid #69C3E8;
	text-align: left;
	font-size: 1.6rem;;
	padding-top: 20px;
	font-weight: 400;
}
.priceTextList{
	display: inline-block !important;
	width: 23% !important;
	margin-right: 0 !important;
	font-size: 1.6rem !important;
	font-weight: 400;
	height: auto !important;
}
.priceTextList:last-child{
	margin-right: 0 !important;
	width:30% !important;
}
.priceTextList:first-child{
color:#69C3E8;
	font-weight: 600;
}

.price_p{
	text-align: right;
	font-size: 1.6rem;
	font-weight: 400;
}


/*flow*/
#flow{
  background-color: #fff;
  padding: 80px 0;
  text-align: center;
  color: #3C3C3C;
}
#flow .wrap{
	max-width: 800px;
}
.flow_list {
    padding-left: 40px;
    overflow: hidden;
    box-sizing: border-box;
	position: relative;
}
.flow_list li {
    border-bottom: 0;
    padding: 29px 0;
	position: relative;
	display: block;
	font-size: 0;
}
.flow_list li h4 {
    display: inline-block;
    font-size: 5.4rem;
    text-align: left;
    width: 30%;
	color: #69C3E8;
	font-weight: 700;
	vertical-align: middle;
}
.flow_p{
    display: inline-block;
    font-size: 1.6rem;
    text-align: left;
    width: 70%;
	vertical-align: middle;
}
.flow_list li:before {
    content: '';
    width: 0;
    padding-top: 30%;
    border-left: 6px solid #69C3E8;
    position: absolute;
    top: 104px;
    left: -22px;
}
.flow_list li:last-child:before {
   display: none;
}
.flow_list li h4:before {
    content: '';
    display: block;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #69C3E8;
    margin: 0 10px 0 0;
    position: absolute;
    top: 102px;
    left: -32px;
}
.flow_p2{
	display: block;
	width: 100%;
	font-size: 0;
}
.flow_p3{
	display: inline-block;
	width: 70%;
	vertical-align: middle;
	font-size: 2rem;
}
.flow_p4{
	display: inline-block;
	width: 30%;
	vertical-align: middle;
}
.flow_p4 img{
	width: 100%;
}

/*FAQ*/
#faq{
  background-color: #F5F5F5;
  padding: 80px 0;
  text-align: center;
}

/*ボックス全体*/
.accbox {
    padding: 0;
    width: 100%;
}

/*ラベル*/
.accbox label {
    display: block;
    margin: 1.5px 0;
    padding : 30px 0;
    color :#3C3C3C;
    font-weight: 500;
    cursor :pointer;
    transition: all 0.5s;
    position: relative;
    text-align: left;
    font-size: 2rem;
}

.border{
  border-bottom: 3px solid #fff;

}

.accbox label::after{
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  right: 0;
  margin-right: 1em;
  font-size: 25px;
  top: 28px;
  font-weight: 700;
}

/*ラベルホバー時
.accbox label:hover {
    background :#85baef;
}*/

/*チェックは隠す*/
.accbox input {
    display: none;
}

/*中身を非表示にしておく*/
.accbox .accshow {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
    text-align: left;
}

/*クリックで中身表示*/
.cssacc:checked + .accshow {
    height: auto;
    opacity: 1;
    text-align: left;
    line-height: 4.2rem;
    padding: 30px 0px;
}


/*お問合せ*/
#inquiry{
	display: block;
	 padding: 80px 0;
     text-align: center;
}

#inquiry h2 {
    border-bottom: 0;
}

/*footer*/
footer{
  width: 100%;
  display: block;
}

.footer-bottom{
  display: block;
  width: 100%;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  background-color: #65C6EB;
  padding: 30px 0;
}
.footer-bottom p{
    line-height: 1.7rem;
    font-size: 1.2rem;
    font-weight: 400;
	color: #fff;
}

.footer-bottom a{
	display: inline-block;
	color: #fff;
	text-decoration: none;
	padding: 20px 0;
	transition: all 0.3s ease;
	font-size: 1.6rem;
}
.footer-bottom a:hover{
	opacity: 0.8;
}
.br1,.br4,.br8{
		display: none;
	
	}



/*メディアクエリ*/
@media screen and (max-width: 1564px) {
.htop-area {
    width: 6%;
}

}

@media screen and (max-width: 1155px) {
  .header .wrap{
      max-width: 1100px;
  }
  header nav ul li a {
    padding: 9px 26px;
}
}

@media screen and (max-width: 1040px){


.questionex div:last-child p {
    font-size: 2.5rem;
}
.questionex div:last-child p:nth-child(5) {
    font-size: 5.5rem;
}
.questionex div:first-child p span {
    font-size: 5rem;
}
.questionex div:first-child p {
    font-size: 3rem;
    line-height: 4rem;
}
.questionex div {
    width: 20%;
}
}

@media screen and (max-width: 1024px){
#top .wrap {
    padding: 9% 2% 3% 2%;
}
.wrap{
	padding: 0 20px;
}
.meritAboutImage {
    margin-right: 37px;
}
	#problem::after {
    top: 99%;
}
}



@media screen and (max-width: 960px){
	
#problem ul li,.meritAboutname,.flow_p3,.accbox label {
    font-size: 1.8rem;
}
.header .wrap {
    padding: 24px 0;
}
	header nav ul li:last-child {
    border-radius: 0;
}
	
.meritAboutImage {
    width: calc(32% - 12px);
    margin-right: 13px;
}
 
.questionex div:last-child p:nth-child(5) {
    font-size: 4rem;
}
.questionex div:last-child {
    width: 45%;
    margin-right: 0;
}
.questionex div:first-child p span {
    font-size: 4rem;
}
.questionex div {
    width: 25%;
    margin-right: 0;
}
.questionex div:nth-child(2) {
    margin-right: 2%;
}
.abnew {
    right: -100px;
}
.abold {
    top: 18px;
    left: -69px;
}

/*ヘッダー*/
nav.NavMenu{
position: fixed; /*表示位置を固定*/
z-index: 2; /*重ね順を変更*/
top: 0; /*表示位置を指定*/
left: 0; /*表示位置を指定*/
background: #fff;/*背景を白にする*/
color: #fff; /*文字色を黒にする*/
text-align: center; /*テキストを中央揃え*/
width: 100%; /*全幅表示*/
transform: translateY(-100%); /*ナビを上に隠す*/
transition: all 0.6s; /*アニメーションの時間を指定*/
}
nav.NavMenu ul{
background: #65C6EB; /*背景をグレーにする*/
width: 100%;
margin: 0 auto;
padding: 0;
}

nav.NavMenu ul li{
font-size: 1.1em;
list-style-type: none;
padding: 0;
width: 100%;
}

nav.NavMenu ul li:last-child{
padding-bottom: 0;
border-bottom: none; /*最後のメニュー項目のみ下線を消す*/
}

nav.NavMenu ul li a{
display: block; /*クリックできる領域を広げる*/
color: #fff;
padding: 1em 0;
}
/*トグルボタンが押されたときに付与するクラス*/
nav.NavMenu.active{
transform: translateY(0%);
}
.Toggle {
    display: block;
    position: absolute;    /* bodyに対しての絶対位置指定 */
    right: 13px;
    top: 4px;
    width: 42px;
    height: 42px;
    cursor: pointer;
    z-index: 3;
}

.Toggle span {
    display: block;
    position: absolute;
    width: 30px;
    border-bottom: solid 3px #3C3C3C;
    -webkit-transition: .35s ease-in-out;	/*変化の速度を指定*/
    -moz-transition: .35s ease-in-out;		/*変化の速度を指定*/
    transition: .35s ease-in-out;			/*変化の速度を指定*/
    left: 6px;
}

.Toggle span:nth-child(1) {
    top: 9px;
}

.Toggle span:nth-child(2) {
    top: 18px;
}

.Toggle span:nth-child(3) {
    top: 27px;
}

/* 最初のspanをマイナス45度に */
.Toggle.active span:nth-child(1) {
    top: 18px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-bottom: solid 3px #fff;
}

/* 2番目と3番目のspanを45度に */
.Toggle.active span:nth-child(2),
.Toggle.active span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    border-bottom: solid 3px #fff;
}
}

@media screen and (max-width: 820px){

  header nav ul li a {
    font-size: 1.5rem;
}

	#problem ul li {
    padding: 30px 20px 30px 40px;
}
	#problem ul li, .meritAboutname, .flow_p3, .accbox label {
    font-size: 1.6rem;
}
	#problem ul li:before {
    left: 13px;
}
	h3 {
    font-size: 1.7rem;
		line-height: 2rem;
}
	#priceList ul li {
    height: 586px;
}
	.br1{
		display: block;
	
	}
	.br2{
		display: none;
	}
	.featuresAboutLeft, .featuresAboutRight2 {
    font-size: 1.4rem;
}
}

@media screen and (max-width: 767px){

 

  .Toggle {
    right: 0;
}

	#problem ul li {
    display: block;
    width: 100%;
    margin-right: 0;
    padding: 30px 30px 30px 80px;
}
	#problem ul li:nth-child(3){
		margin-bottom: 30px;
	}
	
	#problem ul li:before {
		left: 27px;
	}	
	
.meritAboutImage {
    display: block;
    width: 100%;
    margin-right: 0;
}	
	.br1,.br3{
		display: none;
	
	}
	
.featuresAboutLeft, .featuresAboutRight2,.featuresAboutRight, .featuresAboutLeft2 {
    display: block;
    width: 100%;
    font-size: 1.6rem;
}
h3 {
    font-size: 2rem;
    line-height: 2.8rem;
}
	.featuresAbout2 {
    display: flex;
    flex-direction: column-reverse;
}

	#priceList ul li {
    display: block;
    width: 100%;
    margin-right: 0;
    height: auto;
		margin-bottom: 30px;
}
	#priceList ul li:last-child{
		margin-bottom: 0;
	}
	.priceImage,.priceImage2,.priceImage3 {
    width: 38%;
}
	.cssacc:checked + .accshow {
    font-size: 1.5rem;
}

	.g_1 div {
    display: block;
}
	.g_1 div:first-child{
    width: 100%;
    margin-right: 0;
		margin-bottom: 30px;
}
	.g_1 div:last-child {
		 width: 100%;
		
	}
	h2 {
    font-size: 2.3rem;
}
/*#questionnaie*/
.questionex div {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
}
.questionex div:nth-child(2) {
    width: 100%;
    text-align: center;
}
.questionex div:nth-child(2) img {
    width: 30%;
}
.questionex div:last-child {
    margin-bottom: 0;
    width: auto;
    padding-left: 10%;
}


header nav ul li a {
    font-size: 1.5rem;
}
	
	.cssacc:checked + .accshow {
    line-height: 2.5rem;
}

}


@media screen and (max-width: 540px){
	
#top .wrap {
    padding: 13% 2% 3% 2%;
}
	h2 {
    font-size: 2rem;
}
.priceTextList {
    display: block !important;
    width: 100% !important;
	margin-bottom: 0!important;
}
.priceTextList:last-child {
    width: 100% !important;
}
	.price_p {
    text-align: left;
		line-height: 2.3rem;
}
	
.flow_list li h4:before {
    top: 69px;
}	
	.flow_list li:before {
    top: 88px;
}
.flow_list li h4 {
    font-size: 4rem;
}
	.flow_list li h4 {
    width: 20%;
}
	.toiButton a {
    width: 100%;
   
}
	#top ul li a {
    width: 100%;
}
}



@media screen and (max-width: 414px){
	#top ul li:first-child {
    width: 72%;
}
	#top ul li:last-child {
    width: 26%;
}
	
  .accbox label::after {
    top: 33px;
}

#page_top {
    width: 63px;
    height: 63px;
    bottom: 62px;
    right: 26px;
}
#page_top a {
    width: 63px;
    height: 63px;
}

#top .wrap {
    padding: 26% 2% 10% 2%;
}
h2 {
    text-align: left;
    line-height: 2.5rem;
}
	#general,#problem,#merit,#features,#priceList,#flow,#faq,#inquiry {
    padding: 35px 0;
}
	h2 {
    margin-bottom: 35px;
}
	#problem::after {
    top: 98%;
}
	#problem ul li {
    padding: 20px 20px 20px 42px;
}
	h3 {
    font-size: 1.8rem;
    line-height: 2.5rem;
}
	.featuresAboutLeft, .featuresAboutRight2, .featuresAboutRight, .featuresAboutLeft2 {
    font-size: 1.5rem;
}
	.priceImage, .priceImage2, .priceImage3 {
    width: 80%;
}
	.flow_list li h4:before {
    top: 55px;
}
	.flow_list li:before {
    top: 80px;
		padding-top: 33%;
}
	.accbox label {
    line-height: 2.3rem;
}
	.br4{
		display: block;
	}
	#problem ul li:before {
    left: 14px;
}
	.priceListTitle{
		font-size: 1.8rem;
		padding: 18px;
	}
	.br6,.br7{
		display: none;
	}
	.left_414 h2 {
    line-height: 3.5rem;
    padding-bottom: 5px;
    display: inline;
    background: linear-gradient(transparent 84%, #69C3E8 0%);
	border-bottom: 0;
}
	.left_414{
		text-align: left;
	}
	.g_1 div:first-child {
    margin-top: 35px;
}
	.meritAboutImage {
    margin-top: 35px;
}
}

@media screen and (max-width: 390px){
.flow_list li h4 {
    width: 27%;
}
	.flow_list li h4:before {
    top: 51px;
}
	.flow_list li:before {
    top: 70px;
    padding-top: 35%;
}
	.p_span {
   line-height: 2.3rem;
}
	.priceImage3 {
    margin-bottom: 9px;
}
}

@media screen and (max-width: 375px){
	.br5{
		display: none;
	}
	.priceListText {
    padding: 22px;
}
	
	.flow_list li h4:before {
    top: 51px;
}
	.flow_list li:before {
    top: 75px;
}
	.accbox label::after {
    margin-right: 6px;
}
	.br2{
		display: block;
	}
}


@media screen and (max-width: 320px){

#top .wrap {
    padding: 28% 2% 12% 2%;
}
	.meritAboutname {
    text-align: left;
}
	.flow_list li h4:before {
    top: 44px;
}
	.flow_list li:before {
    top: 66px;
		padding-top: 38%;
}
	.br8{
		display: block;
	}
}
