@charset "UTF-8";


body {	font-size: 1.5rem;
	line-height: 3vw;
	background-image: url("../img/common/bg.png");
	background-size:cover;
} 
.en{
	font-size: 1.3rem;
	line-height: 2.4rem;
	text-align: justify;
	letter-spacing: 0rem;
	margin-top: 15px;
}
.clearfix::after {
   content: "";
   display: block;
   clear: both;
}
a{
	text-decoration: none;
}

/* ***********************************************************************************************************************************************************************************************************************
 *2.タブレット
************************************************************************************************************************************************************************************************************************ */
.pc { display: none !important; }
.sp { display: block !important; }
	
.br-pc { display:block; }
.br-sp { display:none; }
	
.clear-fix10 {clear: left;height: 10px;}
.clear-fix20 {clear: left;height: 20px;}
.clear-fix30 {clear: left;height: 30px;}
.clear-fix40 {clear: left;height: 25px;}
.clear-fix50 {clear: left;height: 50px;}
.clear-fix60 {clear: left;height: 30px;}
.clear-fix80 {clear: left;height: 80px;}
	

/* --------------------------------------------------------------------------------------------------------フォントサイズ指定 */
.t10{font-size: 2vw;line-height: 3vw;}
.t56{font-size: 10vw;}


/* --------------------------------------------------------------------------------------------------------フェードイン */
.delayed-image {
	/* じわっと画像が表示される */
 	animation: fadeIn 4s ease 0s 1 normal;
    -webkit-animation: fadeIn 4s ease 0s 1 normal;
}

/* じわっと画像が表示される ---------　一度追加していたら不要*/
@keyframes fadeIn { /*上のbody内で呼び出しているアニメーションと名前をそろえる*/
    0% {opacity: 0} /* 始め */
    100% {opacity: 1} /* 終わり */
}

/*古いブラウザ用　---------　一度追加していたら不要*/
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

/* 画面外にいる状態 */
.fadein {
    opacity : 0;
    transform : translate(0, 100px);
    transition : all 1000ms;
    }

/* 画面内に入った状態 */
.fadein.scrollin {
    opacity : 1;
    transform : translate(0, 0);
    }



/* --------------------------------------------------------------------------------------------------------メインメニュー*/
header{
	width: 96%;
	margin: 30px auto 0;
	display: flex;
	justify-content: space-between;
	position: fixed;
	top: 0;
	left: 2%;
	z-index: 999999;
}
header ul.mainmenu{
	margin-top: 15px;
}
header ul.mainmenu li{
	display: inline-block;
	list-style: none;
	font-weight: 500;
	border: 1px solid #707070;
	padding: 15px 45px;
	border-radius: 45px;
	margin-left: 15px;
	background-color: #F8F8F8;
}
header ul.mainmenu li.contact{
	background-color: #ea5000;
	color: white;
	border: none;
}

/* --------------------------------------------------------------------------------------------------------FV*/
.fv{
	width: 80%;
	height: 60vh;
	margin: 15% auto 0;
	padding-top: 5%;
	position: relative;
}

.fv h1{
	font-size: 4rem;
	font-weight: 600;
	line-height: 6rem;
	margin-bottom: 30px;
}
.fv p.small{
	font-size: 2.6rem;
	font-weight: 600;
	line-height: 4rem;
	margin-bottom: 30px;
	margin-left: 3px;
}
.fv p{
	font-weight: 400;
	line-height: 3rem;
	margin-left: 3px;
}
.fv img.face{
	width: 45%;
	position: absolute;
	top: 36%;
	right: -5%;
}
.fv img.txt{
	width: 8%;
	position: absolute;
	top: 8%;
	right: 0;
}

/* --------------------------------------------------------------------------------------------------------アニメーション*/

.ticker {
    white-space:nowrap;
    width: 100%;
    height: 90px;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.ticker ul {
    display: flex;
    align-items: center;
    animation: ticker 100s linear infinite;
}
.ticker li {
    margin-right: 20px;
	list-style: none;
	text-decoration: none;
}

@keyframes ticker {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}

/* --------------------------------------------------------------------------------------------------------こんなお悩みありませんか？*/
.problem{
	width: 80%;
	margin: 100px auto;
	text-align: center;
}
.problem img{
	margin-bottom: 40px;
}
.problem h2{
	font-size: 4.6rem;
	font-weight: 600;
}
.problem ul{
	width: 680px;
	margin: 0 auto;
	margin-top: 70px;
}
.problem ul li{
	font-size: 2rem;
	font-weight: 500;
	line-height: 4rem;
	text-align: left;
	list-style: none;
}
.problem ul li::before{
	content: "";
    display: inline-block;
    width: 25px;
    height: 25px;
    background-image: url('../img/top/check.svg');
    background-position: center;
    background-size: contain;
	background-repeat: no-repeat;
	margin-right: 10px;
	vertical-align: sub;
}

/* --------------------------------------------------------------------------------------------------------私たちが解決します*/
.solution{
	width: 100%;
	background-color: #ea5000;
	text-align: center;
	padding: 100px 0 50px;
	position: relative;
	background-image:url("../img/top/bg_logond.svg"), url(../img/top/bg_logond.svg);
	background-repeat: no-repeat, no-repeat;
	background-position:top,bottom;
	background-size: contain;
}
.solution h2{
	font-size: 4rem;
	line-height: 6rem;
	font-weight: 600;
	color: #fff;
}
.solution img{
	width: 30%;
	position: absolute;
	top: 0;
	left: 35%;
}

/* --------------------------------------------------------------------------------------------------------ロゴンドの強み*/

.fortearea{
	width: 100%;
	position: relative;
	background-image: url("../img/top/white_face.svg");
	background-repeat: no-repeat;
	background-position:bottom right;
}
.forte{
	width: 80%;
	margin: 6% auto 0;
	padding-top: 5%;
}
.forte h3{
	font-size: 3.6rem;
	font-weight: 600;
	line-height: 6rem;
	margin-bottom: 30px;
}
.forte p{
	font-weight: 300;
	line-height: 3rem;
	margin-bottom: 100px;
}

/* --------------------------------------------------------------------------------------------------------お問い合わせエリア*/
.contactarea{
	width: 100%;
	background-color: #fff;
	padding: 80px 0;
}
.contactbox{
	width: 85%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.contactbox .left{
	width: 36%;
}
.contactbox .left img{
	width: 100%;
}
.contactbox .right{
	width: 60%;
}
.contactbox .right h3{
	font-size: 2.6rem;
	font-weight: 600;
	line-height: 4rem;
	margin-bottom: 20px;
}
.contactbox .right ul.check li{
	display: inline-block;
	width: 45%;
	list-style: none;
	font-weight: 500;
	border: 1px solid #707070;
	padding: 15px 0;
	border-radius: 45px;
	margin-left: 15px;
	text-align: center;
}
.contactbox .right ul.check li.contact{
	background-color: #ea5000;
	color: white;
	border: none;
}
.contactbox .right p{
	font-size: 1.4rem;
	font-weight: 200;
	margin-top: 20px;
}


/* --------------------------------------------------------------------------------------------------------価格*/
.pricearea{
	padding: 100px 0;
}
.pricebox{
	width: 80%;
	margin: 0 auto;
	background-color: #fff;
	border-radius: 30px;
	padding: 80px 50px 50px;
	display: flex;
	justify-content: space-between;
}
.pricebox .left{
	width: 45%;
	text-align: right;
	font-size: 2.6rem;
	font-weight: 600;
}
.pricebox .right{
	width: 50%;
}
.pricebox .right h3{
	font-size: 4.6rem;
	font-weight: 600;
	margin-bottom: 20px;
}
.smallyen{
	font-size: 2.6rem;
	font-weight: 600;
}
.smallprice{
	font-size: 1.6rem;
	font-weight: 200;
}
.pricebox .right p{
	font-weight: 200;
}

/* --------------------------------------------------------------------------------------------------------プロセス*/
.processarea{
	padding: 0 0 50px;
}
.processarea h3{
	font-size: 2.6rem;
	font-weight: 600;
	text-align: center;
	margin-bottom: 50px;
}
.processbox{
	width: 80%;
	margin: 0 auto 30px;
	background-color: #fff;
	border-radius: 30px;
	padding: 60px 50px 30px;
	display: flex;
	justify-content: space-between;
}
.processbox .left{
	width: 100px;
}
.processbox .left p{
	font-size: 4rem;
	text-align: left;
	font-weight: 700;
	color: #D9D9D9;
}
.processbox .right{
	width: 740px;
}
.processbox .right h4{
	font-size: 2.4rem;
	font-weight: 600;
	margin-bottom: 30px;
}
.processbox .right p{
	font-weight: 300;
	margin-bottom: 30px;
}
.processbox .right p.pcontact{
	display: block;
	width: 30%;
	text-align: center;
	padding: 15px 45px;
	border-radius: 45px;
	background-color: #ea5000;
	color: white;
	border: none;
}
.processbox .right p.pnext{
	display: block;
	width: 30%;
	text-align: center;
	padding: 15px 45px;
	border: 1px solid #707070;
	border-radius: 45px;
	background-color: #fff;
}

/* --------------------------------------------------------------------------------------------------------次なる一手*/
.nextarea{
	width: 80%;
	margin: 0 auto 0;
	padding: 100px 0;
}
.nextarea h2{
	font-size: 5rem;
	font-weight: 600;
	margin-bottom: 50px;
}
.nextarea p{
	font-weight: 500;
	line-height: 3rem;
}
.nextbox{
	width: 100%;
	text-align: center;
	padding-bottom: 100px;
}
.nextbox dl{
	width: 35%;
	padding: 5%;
	background-color: #fff;
	border-radius: 30px;
	display: inline-block;
	text-align: left;
	margin: 0.5%;
}
.nextbox dl dt{
	font-size: 2.2rem;
	font-weight: 600;
}
.nextbox dl dt hr{
	height: 2px;
	width: 45px;
	background-color: #ea5000;
	border: none;
	color: #ea5000;
	margin: 30px 0;
}
.nextbox dl dd{
	font-weight: 400;
	line-height: 3rem;
}

/* --------------------------------------------------------------------------------------------------------コンタクトフォーム*/
.formbox{
	width: 80%;
	margin: 0 auto 0;
	padding: 0 0 100px;
}
.formbox h2{
	font-size: 3.6rem;
	font-weight: 600;
	margin-bottom: 80px;
	text-align: center;
}



/* ------------------------------------------------------------フッター*/
.footer{
	display: block;
	width: 100%;
	background-color: #ea5000;
	text-align: center;
	color: #000;
	clear: both;
}
.footer .footarea{
	width: 85%;
	margin: 0 auto;
	padding: 50px 0 100px;
}
.footer .footarea img{
	font-size: 2rem;
	font-weight: 500;
	margin-bottom: 25px;
}
.footer .footarea p{
	font-size: 1.2rem;
	margin-bottom: 25px;
}
.footer .footarea a{
	text-decoration: none;
	color: #000;
}

/* ------------------------------------------------------------フッター常時表示*/
#footer-fixed{
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 70px; 
	z-index: 5;
}
#footer-fixed ul{
	width: 95%;
	display: -webkit-flex;
	display: flex;
	margin: 0 auto;
}
#footer-fixed ul li{
	margin: 0 1%;
	list-style: none;
	text-align: center;
}
#footer-fixed ul li img{
	width: 100%;
	box-shadow: 0 5px 8px rgba(0,0,0,0.2);
	border-radius: 50px;
}
.button{
  position: fixed;
  right: 0;
  bottom: 0;
  font-size: 50px;
  cursor: pointer;
  transition: .8s;
  /*デフォルトで非表示にする*/
  opacity: 0;
  visibility: hidden;
}

/*このクラスが付与されると表示する*/
.active{
  opacity: 1;
  visibility: visible;
}