@charset "utf-8";

/*---------------------------------------------
	body
---------------------------------------------*/
html {
	scroll-behavior: smooth;
	font-size: 62.5%;
}

/* 10px */
body {
	width: 100%;
	font-size: 1.8rem;
	color: #000;
	line-height: 1.8;
	text-align: left;
	-webkit-text-size-adjust: 100%;
	font-family: 'Noto Sans JP', sans-serif;
	letter-spacing: 0.05em;
	overflow: hidden;
	font-weight: 300;
}

img {
	width: 100%;
	height: auto;
}

/*---------------------------------------------
	Anchor
---------------------------------------------*/
a {
	outline: none;
}

a:link {
	color: #333;
	text-decoration: none;
}

a:visited {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #a7a7a7;
	text-decoration: none;
}

a:active {
	color: #a7a7a7;
	text-decoration: none;
}

a {
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

/*---------------------------------------------
	p
---------------------------------------------*/
p {
	margin-bottom: 1em;
}

.only_pc_none {
	display: none;
}

.only_sp_none {
	display: block;
}

.sp_br {
	display: none;
}

/*---------------------------------------------
 ** ON OFF hover
---------------------------------------------*/
.hover {
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}

.hover:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}


.scroll-up.done,
.scroll-fade.done {
	opacity: 1;
	transform: translate(0, 0);
}

.load-fade {
	opacity: 0;
	transition: all 4s
		/*処理にかかる時間*/
	;
}

.load-up {
	opacity: 0;
	transform: translateY(30px)
		/*スクロールアップする距離*/
	;
	transition: all 4s
		/*処理にかかる時間*/
	;
}

.load-up.done,
.load-fade.done {
	opacity: 1;
	transform: translate(0, 0);
}



#header {
	width: 100%;
	height: 80px;
	margin: 0 auto;
	max-width: 1600px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	padding: 2% 0;
	background: #fff;
	border-top: 5px solid #F19200;
	z-index: 99;
}

#header #logo {
	width: 23%;
	max-width: 300px;
	margin-left: 2%;
}

#header nav {
	width: 75%;
}

#header nav ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: flex-start;
	margin-top: 10px;
}

#header nav ul li {
	text-align: right;
	font-weight: 500;
	font-size: 115%;
	margin-left: 4%;
}

#header nav ul li a {
	padding: 10px 20px;
	display: block;
	box-sizing: border-box;
	border-radius: 5px;
	;
}

#header nav ul li a:hover {
	background: #F19200;
	color: #fff;
}

#header nav ul li:last-child {
	width: 10%;
}

#header nav ul li:last-child a {
	width: 50px;
	height: 30px;
	background: url(../img/icon_mail.png) no-repeat top center;
	background-size: 100% auto;
	margin-top: 10px;
	overflow: hidden;
	text-indent: 9999px;
	padding: 10px 0;
}


#content {
	width: 90%;
	max-width: 900px;
	margin: 5% auto;
}

section {
	padding-bottom: 10%;
}

section p {
	width: 90%;
	margin: 1% auto 2%;
}

h2 {
	padding: 80px 0 10px 10px;
	font-size: 90%;
	text-align: center;
	margin-bottom: 4%;
}

h3 {
	text-align: center;
	font-weight: 700;
	font-size: 120%;
}

#about {
	background: url(../img/ttl_about.png) no-repeat center top 20px;
	background-size: 240px auto;
}

#service {
	background: url(../img/ttl_service.png) no-repeat center top 20px;
	background-size: 330px auto;
}

#company {
	background: url(../img/ttl_company.png) no-repeat center top 20px;
	background-size: 330px auto;
}

#slideshow1 {
	width: 100%;
	height: 500px;
	position: relative;
	overflow: hidden;
	margin-bottom: 10%;
}

#slideshow1 img {
	top: 0;
	left: 0;
	position: absolute;
}

#slideshow2 {
	width: 100%;
	height: 500px;
	position: relative;
	overflow: hidden;
}

#slideshow2 img {
	top: 0;
	left: 0;
	position: absolute;
}

.rec_btn {
	width: 90%;
	margin: 0 auto 5%;
	height: 220px;
	overflow: hidden;
	position: relative;
	border: 12px solid #F19200;
	border-radius: 30px;
}

.rec_btn:after {
	content: "";
	border: solid 12px #fff;
	position: absolute;
	top: 0px;
	left: 0px;
	width: calc(100% - 24px);
	height: calc(100% - 24px);
	border-radius: 20px;
	overflow: hidden;
	pointer-events: none;
}

.rec_btn a {
	display: block;
}

.rec_btn a:hover {
	background: #F19200;
}

.rec_btn img {
	width: 100%;
	height: 100%;
	margin-left: 0px;
	margin-top: 0px;
	border-radius: 20px;
	opacity: 0.6;
}

.rec_btn p {
	font-size: 200%;
	font-weight: 700;
	text-align: center;
	pointer-events: none;
	position: absolute;
	top: 32%;
	right: 0;
	left: 0;
	margin: 0 auto;
	text-shadow: 0 0 2px #fff,
		0 0 2px #fff,
		0 0 2px #fff,
		0 0 2px #fff,
		0 0 2px #fff,
		0 0 2px #fff,
		0 0 2px #fff,
		0 0 2px #fff,
		0 0 2px #fff,
		0 0 2px #fff,
		0 0 2px #fff,
		0 0 2px #fff,
		0 0 2px #fff,
		0 0 2px #fff,
		0 0 2px #fff,
		0 0 2px #fff;
}

.company_tbl {
	width: 100%;
	border-top: 1px solid #747373;
	margin: 5% auto;
	font-size: 1.5rem;
}

.company_tbl tr {
	border-bottom: 1px solid #747373;
}

.company_tbl tr th {
	width: 25%;
	background: #FFDEA0;
	padding: 12px 4%;
	font-weight: 500;
}

.company_tbl tr td {
	padding: 12px 4%;
}


#footer iframe {
	width: 100%;
	height: 600px;
	margin-bottom: 0px;
}

#footer #copy {
	background: #F19200;
	padding: 15px 0;
	text-align: center;
	font-size: 90%;
	font-weight: 700;
	color: #fff;
	margin: 0;
}


/*---------------------------------------------
 **  ページトップ
---------------------------------------------*/
#pageTop {
	position: fixed;
	bottom: 0;
	right: 0px;
	z-index: 999;
}

#pageTop a {
	display: block;
	width: 50px;
	height: 50px;
	background: url(../img/page_top.jpg) no-repeat;
	background-size: 100%;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}

#pageTop a:hover {
	text-decoration: none;
	opacity: 0.7;
}