@charset "utf-8";

/* CSS INFORMATION -====================================================
File name : top.css
Description :
===================================================================== */


/* ********************************************************************
        メインイメージ
******************************************************************** */
.mv {
    padding: 0 0 calc(250 / 750 * 100%);
    width: 100%;
    background: url("../images/mv.png") no-repeat center;
    background-size: cover;
    overflow: hidden;
	position: relative;
}

.mv .inner {
    width: 100%;
	margin: 0 auto;
    z-index: 2;
	text-align: center;
}

.mv .logo img {
    width: 40%;
    margin: 0 auto;
    padding-top: 20%;
}

.mv .catch img {
    width: 70%;
    margin: 0 auto;
    padding-top: 0;
}

.mv .scroll img {
	width: 20%;
	position: absolute;
	bottom: 0;
	margin-left: -3.4em;
	animation-name: fuwafuwa;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-duration: 1.5s;

}

@keyframes fuwafuwa {
    0% {
        transform: translate(0,0px);
    }

    100% {
        transform: translate(0,-15px)
    }
}


@media screen and (min-width: 768px) {
    .mv {
        padding: 0 0 calc(300 / 1200 * 100%);
        z-index: 2;
    }
    
    .mv .logo img {
        width: 25%;
        margin: 0 auto;
    }

    .mv .catch img {
        width: 65%;
        padding-top: 0;
    }
    
	.mv .scroll img {
		width: 10%;
	}

}


/* ********************************************************************
        リード
******************************************************************** */
.read {
	width: 100%;
	text-align: center;
}

.read_text img {
	width: 100%;
	margin: 0 auto;
}

@media screen and (min-width: 768px) {
    .read {
        background: url("../images/read_bg.jpg") no-repeat center;
    	background-size: cover;
    	overflow: hidden;
    }
    
    .read_text img {
        width: 50%;
		margin: 100px auto;
	}

}


/* ********************************************************************
        理由
******************************************************************** */
.reason {
	text-align:center;
	width: 100%;
}	

.reason_text {
	width: 90%;
	margin: 50px auto;
	line-height: 2rem;
}

h1 {
	color: #006fba;
	font-family: "Osaka-mono", "MS Gothic", "monospace";
	font-style: italic;
	font-weight: bold;
	text-shadow: 2px 2px 3px #cfcfcf; 
}
	
.reason_text img {
	width:100%;
	margin: 50px auto 0px auto;
}	
	
@media screen and (min-width: 768px) {
   
	.reason_text {
		width: 60%;
		margin: 100px auto;
	}
	
	h1{
		font-size:2.5em;
	}
	
    .reason_text img {
        width: 100%;
		margin: 100px auto 0px auto;
	}

}

/* ********************************************************************
       　サービス
******************************************************************** */
.service {
	width: 100%;
	background: rgba(118,225,255,.3)url("../images/service_bg.png") repeat-y center;  
	background-position:top;
	background-size:100%;
	margin-top: -7em; 
	padding-bottom: 4em;
}

.service_read {
	margin: 2em auto 0 auto;
	width: 90%;
	text-align: center;
	line-height: 2rem;
}

h2 {
	width: 50%;
	margin: 50px auto;
	padding-top: 100px;	
}

.service_btn .btn {
	width: 70%;
	margin: 10px;
}

.service_content {
	width: 90%;
	margin: 3em auto;
	background: rgba(255,255,255,.7);
}

h3 {
	margin: 0 auto;
	padding-top: 2em;
    width: max-content;
	font-size: 2rem;
	background: linear-gradient(transparent 80%, #bce3fe 0%);
}

.service_text, .hikaku, .service_flow {
	margin: 2.5rem;
}

.service_text {
	line-height: 2rem;
	text-align: center;
}

h5 {
	font-size: 1rem;
	font-weight: bold;
	margin-bottom: 0;
	position:relative;
	line-height: 1.5em;
	text-indent: 1.7em;
}

h5::before {
	position: absolute;
	left: 0;
	content:"";
	display:inline-block;
	width:1.4em;
	height:1.4em;
	background:url("../images/car_icon.png") no-repeat;
	background-size:contain;
}

.hikaku_img {
	text-align: center;
}

.hikaku_img img{
	width:100%;
}

h4 {
	text-align: center;
	color: #006fba;
	font-size: 1.5rem;
	margin-top: 4em;
}

.service_flow {
	padding-bottom:2em;
}

.service_flow ul {
	list-style: none;
	margin-left: -2em;
}

.service_flow li {
	margin: 2em 0;
}

.service_tit {
	position: relative;
	font-weight: bold;
	line-height: 1.3em;
	text-indent: 1.4em;
	margin-bottom: -0.7rem;
}

.no1:before {
	position: absolute;
	left: 0;
	content:"";
	display:inline-block;
	width:1.2em;
	height:1.2em;
	background:url("../images/icon_1.png") no-repeat;
	background-size:contain;
}

.no2:before {
	position: absolute;
	left: 0;
	content:"";
	display:inline-block;
	width:1.2em;
	height:1.2em;
	background:url("../images/icon_2.png") no-repeat;
	background-size:contain;
}

.no3:before {
	position: absolute;
	left: 0;
	content:"";
	display:inline-block;
	width:1.2em;
	height:1.2em;
	background:url("../images/icon_3.png") no-repeat;
	background-size:contain;
}

.no4:before {
	position: absolute;
	left: 0;
	content:"";
	display:inline-block;
	width:1.2em;
	height:1.2em;
	background:url("../images/icon_4.png") no-repeat;
	background-size:contain;
}

.no5:before {
	position: absolute;
	left: 0;
	content:"";
	display:inline-block;
	width:1.2em;
	height:1.2em;
	background:url("../images/icon_5.png") no-repeat;
	background-size:contain;
}

.service_detail {
	margin: 1em;
}

.service_contact {
	text-align: center;
	padding-bottom: 3em;
}

.service_contact img {
	width: 80%;
}

.fukidashi {
	height:1.5em;
    margin-top:-0.6em;
}

.hikaku_content ul {
	list-style: none;
	margin-left: -3em;
	margin-top:-0.6em;
}

.hikaku_content li{
	margin: 2em 0;
}

.kome {
	font-size: 0.8rem;
}

.more {
	margin: 1em 2em;
}

.right_img {
	text-align: center;
}

.right_img img {
	width:80%;
	margin-bottom: 3em;
}

.space {
	margin: 2em auto;
}


@media screen and (min-width: 768px) {
    .service {
    	margin-top:-12em;
    }
	
	.service_read {
		width: 80%;
	}
	
	h2 {
		padding-top: 150px;
	}
	
	.service_btn .btn {
		width: 30%;
	}
	
	.service_content {
		width: 70%;
	}
	
	.service_text, .hikaku, .service_flow {
		margin: 4rem;	
	}	
	
	.hikaku_img img {
		width: 80%;
	}
	
	h4{
		margin-top: 3em;
	}
	
	.service_contact img {
		width: 60%;
		margin-bottom: 2em;
	}
	.hikaku_content ul {
		display:inline-block;
		width:70%;	
	}

	.right_img {
		float:right;
		width:40%;
		margin:0em -3em;
	}
	.space {
		margin: 4em auto;
	}	
}

@media screen and (min-width: 1900px) {
	.right_img {
		width:30%;
	}

}



	

/* ********************************************************************
        コンタクト
******************************************************************** */
.contact {
	width: 100%;
	margin: 0 auto;
	background:url("../images/contact_bg.png") no-repeat;
	background-position: bottom;
	padding-bottom: 20em;
}

.contact h2 {
    margin-top:-2em;
}

.contact_read {
	width: 90%;
	margin: 2em auto 0 auto;
	text-align: center;
	line-height: 2rem;
}

.contact_content {
	border: solid #006fba 2px;
	width: 90%;
	margin: 3em auto;
	padding: 1.5em;
}

.contact_link {
	width:80%;
	margin: 1.5em auto;
}

.contact_link img {
	width: 100%;
}

.contact_content p{
	text-align:center;
}




@media screen and (min-width: 768px) {
	.contact_read {
		width: 70%;
	}
	
	.contact_content {
		width:60%;
	}
	
	.contact_link {
		width:60%;
	}
}

/* ********************************************************************
       フッター
******************************************************************** */
footer {
      display: none;
      width: 100%;
      position: fixed;
      bottom: 0;
      z-index:999;	
}


.page_top img {
     width:30%;   
}


.footer {
	background: #006fba;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.footer_logo img{
	width: 20%;
	padding: 1em;
	margin-right: -6em;
}

.footer_logo p{
	color: #ffffff;
	width:60%;
	text-align:left;
	float:right;
	font-size: 0.8em;
}

.footer_tel img{
	width: 90%;
	padding: 1em;
}


@media screen and (min-width: 768px) {
	.page_top img {
		width:10%;
		margin-left:1em;
	}
	
	.page_top a:hover {
		opacity:unset;
	}
	
	.footer {
		height:100px;
	}
	
	.footer_logo img{
		width: 100px;
		float: left;
		position: relative;
    }

    .footer_logo p{
    	width: 250px;
    	font-size: 12px;
    	float: none;
    	position:absolute;
    	bottom:0;
    	left: 1em;
    }

    .footer_tel img{
	   width: 600px;
	    float: right;
	}
}
}