/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 03 2020 | 09:37:04 */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@400;700&family=Roboto+Condensed&family=Roboto:wght@400;700&display=swap');

/*=================================
	landing page
================================ */

.lpw{
	margin-left: calc( ( 100% - 100vw ) / 2 );
	margin-right: calc( ( 100% - 100vw ) / 2 );
}
#lp {
  min-width:100% !important;
	display: flex;
	flex-direction: column;
	color: #333;
	font-weight: 400;
	background: #fff;
  font-size:0.9em;
	letter-spacing: 0.05em;
}
#lp ol,#lp ul {
    margin: 0 !important;
}

#lp.en {
	font-family: 'Roboto', sans-serif;
}
#lp.ch {
	font-family: 'Noto Sans SC', sans-serif;
}

#lp main {
	text-align: left;
	flex: 1 1 auto;
}



/*=================================
	landing page header
================================ */

#lp.wrapper {
	width: 100%;
	display: flex;
	margin: 0;
	flex-direction: column;
	min-height: 100vh;
}
#lp .lptop {
  	width: 100%;
	padding-bottom: 40px;
	background: url(https://210511601.re-ws.jp/wp-content/uploads/sites/19/2020/05/lp_main.jpg) no-repeat center top;
	background-size: cover;
}
#lp #header {
	width: 100%;
	z-index: 999;
}
#lp .hd_inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
#lp .hd_logo {
	margin: auto auto auto 20px;
}
#lp .hd_logo a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 230px;
	height: 52px;
	padding-left: 55px;
	font-size:1rem;
	font-weight: bold;
	color: #fff;
	background: url(https://210511601.re-ws.jp/wp-content/uploads/sites/19/2020/05/lp_logo.png) no-repeat left center;
}
#lp .hd_contact {
	padding: 30px;
	color: #009271;
	font-weight: bold;
	font-size: 1em;
	background: rgba(255, 255, 255, .8);
}
#lp .hd_contact span {
	display: block;
	font-size: 1.5em;
	text-align: center;
}
#lp .entry-content p{
margin-bottom:0 !important;
}

/*--------------------  START Media Queries  --------------------*/

@media screen and (max-width: 980px) {
	#lp.hd_wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	#lp .hd_inner {
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
}
/*1250px*/

@media screen and (max-width: 768px) {
	#lp.wrapper {
		background-size: 70%;
	}
	#lp .hd_contact {
		padding: 15px;
	}
	#lp .hd_contact span {
		font-size: 1.2rem;
	}
}
/*768px*/

@media screen and (max-width: 480px) {
	#lp .hd_logo {
		width: 100px;
	}
	#lp .hd_logo a {
		width: auto;
	}
	#lp .hd_contact {
		padding: 10px;
		font-size: 1.2rem;
	}
	#lp .hd_contact span {
		display: block;
		font-size: 1.4rem;
		text-align: center;
	}
}
/*480px*/

/*=================================
	footer
================================ */

#lp #footer {
	padding: 25px 0;
	color: #fff;
	background: #575757;
	text-align: center;
}
#lp .ft_logo a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
#lp .ft_logo a:before {
	content: "";
	display: inline-block;
	margin-right: 15px;
	width: 38px;
	height: 44px;
	background: url(https://210511601.re-ws.jp/wp-content/uploads/sites/19/2020/05/lp_logo.png) no-repeat left center;
}
#lp .ft_logo a span {
	display: inline-block;
	font-weight: bold;
	color: #fff;
}
#lp .pagetop {
	position: fixed;
	bottom: 50px;
	right: 50px;
	z-index: 10;
}
#lp .pagetop a {
	display: block;
	width: 50px;
	height: 50px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background: url(https://210511601.re-ws.jp/wp-content/uploads/sites/19/2020/05/cmn_pagetop.png) 0 0 no-repeat;
	background-size: cover;
}
#lp .copy {
	margin-top: 20px;
	font-size: 1rem;
	letter-spacing: 0.1em;
	color: #999;
}

/*--------------------  START Media Queries  --------------------*/

@media screen and (max-width: 768px) {
	#lp .pagetop {
		bottom: 20px;
		right: 20px;
	}
	#lp .pagetop a {
		width: 40px;
		height: 40px;
	}
}
/*768px*/

/*=================================
	top
================================ */

#lp .top_main {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 auto;
	padding: 80px 0;
	color: #fff;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 2;
}
#lp .top_main:before {
	content: "";
	position: absolute;
	width: 47%;
	height: 85%;
	top: 5%;
	left: -10%;
	border: 10px solid rgba(125, 201, 184, 0.6);
	z-index: 1;
}
#lp .top_main_txt {
	width: 55%;
	margin-left: 5%;
	z-index: 10;
}
#lp .top_main_txt h2 {
	font-weight: bold;
	font-size: 3.4em;
	line-height: 1.4;
  	color:#fff !important;
  	text-align: left !important;
}
#lp .entry-content .top_main_txt h2 {
    text-align: left;
}

#lp .top_main_txt p {
	margin-top: 20px;
}


/*--------------------  START Media Queries  --------------------*/

@media screen and (max-width: 980px) {
	#lp .top_main_txt {
		width: 70%;
	}
	#lp .top_main_txt h2 {
		font-size: 2.4em;
		line-height: 1.2;
	}
	#lp .top_main:before {
		width: 75%;
	}
}
@media screen and (max-width: 640px) {
	#lp .top_main_txt {
		width: 80%;
	}
	#lp .top_main_txt h2 {
		font-size: 2.4rem;
		line-height: 1.2;
	}
	#lp .top_main:before {
		width: 85%;
	}
}
/*=================================
	top contents
================================ */
#lp .entry-content h2::after {
    display: none;
}

#lp .topsec {
	margin-top: 120px;
}
#lp .top_solution.topsec {
	margin-top: 30px;
}
#lp .topsec h2 {
	margin-bottom: 50px;
	font-weight: bold;
	font-size: 2em;
	line-height: 1.5;
	text-align: center;
	color: #009271;
	letter-spacing: 0.08em;
}
#lp .topsec h3 {
	font-weight: bold;
	text-align: center;
	color: #009271;
}
#lp .inner {
	width: 1100px;
	margin: 0 auto;
}
#lp .tlist {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
#lp .tlist li {
	width: 23%;
}
#lp .top_service {}
#lp .top_service:after {
	content: "";
	display: block;
	width: 100%;
	height: 80px;
	background: url(https://210511601.re-ws.jp/wp-content/uploads/sites/19/2020/05/lp_arrow.png) no-repeat top center;
	background-size: 100% auto;
}
#lp .top_service h2 {
	font-size: 2.6em;
}
#lp .top_service_inner {
	padding: 50px 0 30px;
	background: #E1DBD0;
}
#lp .top_service_inner .tlist {
	width: 100%;
}
#lp .top_service_inner .tlist li {
	padding: 20px;
	background: #fff;
}
#lp .top_service_inner .tlist li p:first-child {
	margin-bottom: 20px;
	text-align: center;
}
#lp .top_solution h2 {
	margin-top: 60px;
	font-size: 4em;
}
#lp .top_solution h2 span {
	background: linear-gradient(transparent 70%, #fcee21 0%);
}
#lp .topsec .lead {
	text-align: center;
	margin: 0 auto 80px;
}
#lp .top_solution .lead {
	margin-top: 20px;
  font-size:1.2em;
	font-weight: bold;
}
#lp .top_solution h3 {
	margin-bottom: 100px;
	font-size: 2em;
}
#lp .top_solution_inner {
	padding: 10px 0 50px;
	background: url(https://210511601.re-ws.jp/wp-content/uploads/sites/19/2020/05/lp_bg01.jpg) top center;
	background-size: cover;
}
#lp .top_solution_inner .inner {
	margin-top: -100px;
}
#lp .top_solution_inner .tlist li {
	width: 24%;
	font-weight: bold;
	text-align: center;
	color: #fff;
}
#lp .top_solution_fig {
	margin-top: 50px;
	padding: 50px 4%;
	text-align: center;
	background: rgba(255, 255, 255, .9);
}
#lp .top_selected_inner .tlist {
	margin-top: 60px;
}
#lp .top_selected_inner .tlist li {
	padding: 20px;
	background: #F4F8E8;
}
#lp .num {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: -33px auto 35px;
	width: 65px;
	height: 65px;
	font-size: 1.4em;
	color: #fff;
	border-radius: 50%;
	background: #D9D900;
}
#lp .top_selected_inner .tlist li h3 {
	margin-bottom: 20px;
	font-size: 1.3rem;
	line-height: 1.4;
}
#lp .top_corporate table {
	width: 100%;
	margin-top: 30px;
}
#lp .top_corporate table th, .top_corporate table td {
	padding: 30px;
}
#lp .top_corporate table th {
	width: 30%;
	vertical-align: top;
	border-top: 1px solid #009271;
}
#lp .top_corporate table td {
	width: 70%;
	border-top: 1px solid #ccc;
}
#lp .top_corporate table td iframe {
	width: 100%;
	height: 450px;
}
#lp .top_contact {
	padding: 80px 0;
	background: url(https://210511601.re-ws.jp/wp-content/uploads/sites/19/2020/05/lp_bg02.jpg);
	background-size: cover;
}
#lp .top_contact h2 {
	margin-bottom: 50px;
	color: #fff;
}
#lp .top_contact .inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
#lp .top_contact h3 {
	font-size: 2rem;
	font-weight: bold;
  letter-spacing:0.08em;
}
#lp .top_contact .inner section {
	width: 45%;
	padding: 30px;
	text-align: center;
	font-family: 'Roboto Condensed', sans-serif;
	background: rgba(255, 255, 255, 0.85);
}
#lp .top_contact .inner section+section {
	margin-left: 10%;
}
#lp .top_contact .inner section p {
	font-size: 2em;
  margin-bottom:0;
}
/*--------------------  START Media Queries  --------------------*/

@media screen and (max-width: 1100px) {
	#lp .inner {
		width: auto;
		padding: 0 4%;
	}
}
/*1100px*/

@media screen and (max-width: 980px) {
	#lp .top_main_txt {
		font-size: 1.4rem;
	}
}
/*980px*/

@media screen and (max-width: 768px) {
	#lp .topsec {
		margin-top: 80px;
	}
	#lp .topsec h2, .topsec .lead {
		padding-right: 4%;
		padding-left: 4%;
	}
	#lp .topsec .lead {
		margin-bottom: 30px;
	}
	#lp .topsec h2 {
		font-size: 3.6rem;
	}
	#lp .top_service:after {
		height: 40px;
	}
	#lp .tlist, .top_contact .inner {
		flex-wrap: wrap;
	}
	#lp .tlist li {
		width: 100%;
		margin-bottom: 50px;
	}
	#lp .top_solution h3 {
		padding: 0 4%;
		margin-bottom: 20px;
		font-size: 2.4rem;
	}
	#lp .top_solution_inner {
		padding: 20px 0 50px;
		background-size: cover;
	}
	#lp .top_solution_inner .inner {
		margin-top: 0;
	}
	#lp .top_solution_inner .tlist li {
		width: 48%;
	}
	#lp .top_solution_fig {
		margin-top: 0;
	}
	#lp .top_contact .inner section {
		width: 100%;
	}
	#lp .top_contact .inner section+section {
		margin-top: 40px;
		margin-left: 0;
	}
	#lp .top_corporate table th, .top_corporate table td {
		width: 100%;
		display: block;
		padding: 0 10px;
	}
	#lp .top_corporate table th {
		padding-top: 15px;
		border-top: 1px solid #ccc;
	}
	#lp .top_corporate table td {
		padding-bottom: 15px;
		border-top: none;
	}
	#lp .top_corporate table td iframe {
		width: 100%;
		margin-top: 10px;
		height: 250px;
	}
	#lp .top_contact h3 {
		font-size: 2rem;
	}
	#lp .top_contact .inner section p {
		font-size: 2.2rem;
	}
}
/*768px*/

@media screen and (max-width: 640px) {
	#lp .topsec {
		margin-top: 40px;
	}
	#lp .tlist li {
		width: 100%;
		margin-bottom: 50px;
	}
	#lp .topsec h2 {
		font-size: 3rem;
	}
}/*640px*/


/*=================================
	postscript
================================ */
#lp ol, #lp ul {
	list-style: none;
}
#lp h1, #lp h2, #lp h3, #lp h4, #lp h5, #lp h6 {
	font-size: 100%;
	font-weight: normal;
}
.entry-content #lp h2::after {
    display: none !important;
}

#lp table,
#lp th,
#lp td{
    border:none;
}
