@charset "utf-8";
/* CSS Document */

html {
	scroll-behavior: smooth;
}

body {
	color: #333;
}

a {
	text-decoration: none;
}

a:hover {
	opacity: 0.8;
}

a,a:hover,a:visited {
    color: inherit;
}

img {
	vertical-align: top;
}

.inner {
	max-width: 980px;
	margin: 0 auto;
}



.heading .section-ttl {
	text-align: left;
	margin-bottom: 20px;
	max-width: 100%;
	border-bottom: 2px solid #FF9829;
	position: relative;
	padding-left: 25px;
	display: flex;
	padding-top: 4px;
	align-items: center;
}

.heading .section-ttl::before {
	content: "";
	background-color: #FF9829;
	width: 15px;
	height: 40px;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	left: 0
}

.heading .section-ttl p:first-of-type {
	font-weight: bold;
	font-size: 22px;
	color: #FF9829;
	letter-spacing: 3px;
	margin-right: 15px;
}

.heading .section-ttl p:last-of-type {
	font-size: 18px;
	color: #009600;
}

@media screen and (max-width: 768px) {
	.pc {
		display: none;
	}
}

/*-----------ヘッダー------------*/
#header {
	border-bottom: 4px solid #FF9829;
}

#header .inner {
	height: 80px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

#header .inner .flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#header .inner .flex .header-menu ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#header .inner .flex .header-menu ul li {
	margin-right: 35px;
	font-weight: bold;
	color: #FF9829;
}

#header .inner .flex .header-menu ul li:hover {
	color: #009600;
	transition: all 0.8s;
}

/*#header .inner .flex .header-menu ul li::after {
	content: "▼";
	color: #FF9829;
	margin-right: 5px;
}*/

@media screen and (max-width: 768px)  {
	#header {
		padding: 20px 0;
	}

	#header .inner .flex {
		flex-direction: column;
	}
	
	#header .inner .flex .logo {
	}
	
	#header .inner .flex .header-menu {
		display: none;
	}
}

/*-----------メインビジュアル------------*/
#mainvisual {
	margin-bottom: 60px;
}

#mainvisual img {
	width: 100%;
}


/*-----------コンセプト------------*/
#concept {
	margin-bottom: 60px;
}

#concept .concept-text .catch {
	font-size: 26px;
	margin-bottom: 15px;
	color: #FF9829;
}

#concept .concept-text .lead {
	margin-bottom: 15px;
	line-height: 1.6;
}

#concept .concept-image img {
	width: 100%;
}

@media screen and (max-width: 768px) {
	#concept {
		padding: 0 15px;
	}
}


/*-----------サービス内容------------*/
#service {
	margin-bottom: 60px;
}


#service .service-list {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	text-align: center;
}

#service .service-list li {
	width: 50%;
	margin-bottom: 30px;
}

#service .service-list li img {
	width: 90%;
}



@media screen and (max-width: 768px)  {
	#service {
		padding: 0 15px;
	}
	
	#service .service-list {
		flex-direction: column;
	}
	
	#service .service-list li {
		width: 100%;
		margin-bottom: 20px;
	}

}

/*-----------会社概要------------*/
#company{
	margin-bottom: 60px;
}

#company table   {
    width: 100%;
	margin: 0 auto;
}

#company table tr th {
	color: #FFFFFF;
	font-weight: bold;
	padding: 10px;
	background-color: #FF9829;
	border-bottom: 2px solid #F1F1F1;
}

#company table tr td {
	background-color: #FFFFFF;
	padding: 5px 10px 5px 25px;
	text-align: left;
	margin-bottom: 3px;
	border-bottom: 2px solid #F1F1F1;
	background-repeat: no-repeat;
	background-position: left center
}

@media screen and (max-width: 768px) {
	#company {
		padding: 0 15px;
	}
    
    #company table tr th {
        font-size: 12px;
    }
    
    #company table tr td {
        font-size: 12px;
        padding: 5px 10px 5px 10px;
    }
    
    #company table tr td picture img {
        width: 90%;
    }
}



/*-----------お問い合わせ------------*/
#contact {
	margin-bottom: 60px;
}

#contact .contact-wrapper .contact-text {
	text-align: left;
	line-height: 1.8;
	margin-bottom: 30px;
}


#contact .contact-wrapper .tel {
	display: flex;
	text-align: center;
	justify-content: center;
	width: 100%;
	margin: 0 auto;
	margin-bottom: 30px;
}

#contact .contact-wrapper .tel .tel-1,
#contact .contact-wrapper .tel .tel-2 {
	padding: 20px 40px;
	width: 48%;
}

#contact .contact-wrapper .tel .tel-1 div,
#contact .contact-wrapper .tel .tel-2 div {
	display: flex;
	align-items: center;
	justify-content: space-around;
}

#contact .contact-wrapper .tel .tel-1 {
	margin-right: 2%;
}

#contact .contact-wrapper .tel .tel-ttl {
	margin-bottom: 8px;
	font-weight: bold;
}

#contact .contact-wrapper .tel .tel-1 .tel-ttl {
	color: #FF9829;
	display: flex;
    align-items: center;
}

#contact .contact-wrapper .tel .tel-1 .tel-ttl::before,
#contact .contact-wrapper .tel .tel-1 .tel-ttl::after {
	content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #FF9829;
}

#contact .contact-wrapper .tel .tel-1 .tel-ttl::befor {
	margin-right: 1rem;
}

#contact .contact-wrapper .tel .tel-1 .tel-ttl::after {
	margin-right: 1rem;
}

#contact .contact-wrapper .tel .tel-2 .tel-ttl {
	color: #009600;
	display: flex;
    align-items: center;
}

#contact .contact-wrapper .tel .tel-2 .tel-ttl::before,
#contact .contact-wrapper .tel .tel-2 .tel-ttl::after {
	content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #009600;
}

#contact .contact-wrapper .tel .tel-2 .tel-ttl::befor {
	margin-right: 1rem;
}

#contact .contact-wrapper .tel .tel-2 .tel-ttl::after {
	margin-right: 1rem;
}

#contact .contact-wrapper .tel .tel-dial {
	background-color: #fff;
	font-size: 14px;
	font-weight: bold;
}

#contact .contact-wrapper .tel .tel-1 .tel-dial {
	color: #FF9829;
}

#contact .contact-wrapper .tel .tel-2 .tel-dial {
	color: #009600;
}


.freedial img {
	width: 36px;
	margin-right: 5px;
}

#contact .contact-wrapper .tel .tel-number {
	font-size: 28px;
	line-height: 1;
	font-weight: bold;
}

#contact .contact-wrapper .tel .tel-1 .tel-number {
	color: #FF9829;
}

#contact .contact-wrapper .tel .tel-2 .tel-number {
	color: #009600;
}

#contact .contact-wrapper .tel-time {
	font-size: 16px;
	text-align: center;
}

.mail-ttl {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	width: 100%;
	background-color: #FF9829;
	color: #fff;
	padding: 5px 0;
}

@media screen and (max-width: 768px)  {
	#contact .contact-wrapper .tel {
		flex-direction: column;
		width: 100%;
	}
	
	#contact {
		padding: 20px;
	}
	
	#contact .contact-wrapper .tel {
		flex-direction: column;
	}

	#contact .contact-wrapper .tel .tel-1 {
		margin-bottom: 30px;
	}
	
	#contact .contact-wrapper .tel .tel-1,
	#contact .contact-wrapper .tel .tel-2 {
		padding: 0;
		width: 100%;
	}
    
    #contact .contact-wrapper .tel .tel-1 div,
    #contact .contact-wrapper .tel .tel-2 div{
        flex-direction: column;
    }
    
    #contact .contact-wrapper .tel .tel-1 div .freedial,
    #contact .contact-wrapper .tel .tel-2 div .freedial {
        flex-direction: row;
    }
    
    .mail-ttl {
        text-align: center;
        font-size: 18px;
    }
}

@media screen and (min-width: 767px) {
	a[href^="tel:"] {
		pointer-events: none;
		cursor: default;
	}
}
/*-----------フッター------------*/
#footer {
	background-color: #FF9829;
	padding: 10px 0;
}

#footer .copyright {
	color: #fff;
	text-align: center;
}

@media screen and (max-width: 768px) {
	#footer .copyright {
		text-align: left;
		font-size: 10px;
		padding-left: 15px;
	}
}

/*-----------サンクスページ------------*/
#thanks {
	height: 80vh;
	padding: 60px 15px 0 15px;
}

#thanks .thanks-text {
	text-align: center;
	margin-bottom: 40px;
}

#thanks .link-top {
	text-align: center;
	display: block;
	color: #E29528;
	font-weight: bold;
	font-size: 20px;
}

/*---ページトップへの動作----*/
div#pagetop-scroll {
	display: none;
	padding: 15px 20px;
	background: #E29528;
	color: #fff;
	border-radius: 10px;
	box-shadow: 0 0 7px rgba( 0, 0, 0, 0.3 );
	position: fixed;
	right: 50px;
	bottom: 50px;
	font-size: 22px;
}

div#pagetop-scroll:hover {
	cursor: pointer;
	opacity: 0.8;
}

@media screen and (max-width: 768px) {
	div#pagetop-scroll {
		right: 15px;
		bottom: 20px;;
		font-size: 14px;
		padding: 15px 15px;
	}
}

