@charset "UTF-8";
@import "font-awesome.css";

html {
	color: #000;
	font-family: "Noto Sans JP", YuGothic, "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 62.5%;
	position: relative;
	font-weight: 300;
}
.ttl {
	font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", 'Noto Serif JP', serif;
	font-weight: 600;
	letter-spacing: 1.5px;
}
.sp_none {
	display: block;
	margin: 0 auto;
}
.pc_none {
	display: none;
}
h2 {
    text-align: center;
    font-size: 40px;
    position: relative;
}
h2:before {
	content: "";
	position: absolute;
	display: block;
	border-bottom: 2px solid #000000;
	width: 100px;
	height: 35px;
	top: 30px;
	left: 46%;
}
h3 {
    font-size: 40px;
    color: #168653;
}
@media (max-width: 1300px) {
h2:before {
	top: 20px;
	left: 46%;
	width: 80px;
}
}
@media (max-width: 1000px) {
  html {
    font-size: 52%;
  }
  h2:before {
	left: 45%;
}
}
@media (max-width: 768px) {
h2 {
    font-size: 30px;
}
h2:before {
	left: 43%;
}
h3 {
    font-size: 30px;
    text-align: center;
    line-height: 1.3;
    letter-spacing: 1.5px;
}
}
@media (max-width: 500px) {
.sp_none {
	display: none;
}
.pc_none {
	display: block;
	margin: 0 auto;
}
h2:before {
	left: 38%;
}
}

body {
	font-size: 1.8rem;
	transition: .3s;
	background: #fff;
}
body a {
  color: #000;
  text-decoration: none;
  transition: .3s;
  vertical-align: top;
}
body a:hover {
  text-decoration: none;
  opacity: .8;
}
body a:focus {
  overflow: hidden;
  outline: none;
}
body .indent {
  padding-left: 1em;
  text-indent: -1em;
}
body dt, body dd, body p, body li, body th, body td, body address {
  line-height: 3rem;
  letter-spacing: 1px;
}
body img {
  max-width: 100%;
  vertical-align: bottom;
}


/* -----------------------------------------
		common
----------------------------------------- */

._isPC{display: block!important;}
img._isPC{display: inline-block!important;}
._isSP{display: none!important;}
@media screen and (max-width:768px){
	._isPC{display: none!important;}
	img._isPC{display: none!important;}
	._isSP{display: block!important;}
	img._isSP{display: inline-block!important;}
	br._isSP{display: inline-block!important;}
}

a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media screen and (max-width:768px){
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}

.link-common {
  text-align: center;
  margin-top: 3rem;
}
.link-common a {
  background: #e96a03;
  color: #fff;
  text-align: center;
  display: inline-block;
  padding: 1.5rem 6rem 1.8rem;
  border-radius: 5px;
  margin: 3rem 0 0;
  position: relative;
}
.link-common a:after {
  content: "keyboard_arrow_right";
  font-family: "Material Icons";
  color: #fff;
  position: absolute;
  right: 1rem;
  top: 1.8rem;
}

/* contact */
.contact {
	background: #5ca71f;
}
.contact-wrap {
	max-width: 1200px;
	margin: 0 auto;
	padding: 90px 4%;
}
.contact h2 {
	background: #357600;
	height: 100px;
	text-align: center;
	line-height: 100px;
}
.contact h2 span {
	display: inline-block;
	color: #fff;
	font-weight: 700;
	font-size: 38px; font-size: 3.8rem;
	position: relative;
}
.contact h2 span:before,
.contact h2 span:after {
	content: "";
	display: inline-block;
	width: 3px;
	height: 63px;
	background: #fff;
	position: absolute;
	top: 50%;
	margin-top: -26px;
}
.contact h2 span:before {
	left: -40px;
	transform:rotate(-37deg);
}
.contact h2 span:after {
	right: -30px;
	transform:rotate(37deg);
}
.contact-in {
	background: #faffeb;
	padding: 30px 40px 40px;
}
.contact-in p {
	text-align: center;
	font-size: 20px; font-size: 2.0rem;
	color: #357600;
	line-height: 1.7;
	font-weight: 500;
}
.contact-btn {
	display: flex;
	justify-content: space-between;
}
.contact-btn-tel {
	margin-left: -1.8%;
	width: 56.25%
}
.contact-btn ul {
	margin-top: 2.8%;
	padding-top: 23.1%;
	width: 41%;
	position: relative;
}
.contact-btn ul li {
	position: absolute;
	width: 100%;
}
.contact-btn ul li:nth-of-type(1) {
	top: 0;
}
.contact-btn ul li:nth-of-type(2) {
	bottom: 0;
}
.contact-btn ul li a {
	display: block;
	box-shadow: 0 0 2px 0 rgba(45, 45, 45, .5);
	border: 2px solid #fff;
	border-radius: 4px;
	padding-top: 25.27%;
	background: #ff0000;
	position: relative;
	opacity: 1!important;
}
.contact-btn ul li a:after {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: .3s; transition: .3s;
	opacity: 0;
}
.contact-btn ul li a:hover:after {
	opacity: 1;
}
.contact-btn ul li:nth-of-type(1) a {
	background: linear-gradient(#f7b305, #fb6605);
}
.contact-btn ul li:nth-of-type(1) a:after {
	background: linear-gradient(#fb6605, #f7b305);
}
.contact-btn ul li:nth-of-type(2) a {
	background: linear-gradient(#8dea33, #00b900);
	cursor: default;
	pointer-events: none;
}
.contact-btn ul li:nth-of-type(2) a:after {
	background: linear-gradient(#00b900, #8dea33);
}
.contact-btn ul li a img {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%);
	z-index: 2;
}
@media (max-width: 768px) {
	.contact-wrap {
		padding: 11% 4%;
		position: relative;
	}
	.contact h2 small {
		content: "";
		display: inline-block;
		width: 72px;
		height: 72px;
		background: url("../img/icon_free01.png");
		background-size: 72px 72px;
		position: absolute;
		left: 0;
		top: -30px;
	}
	.contact h2 {
		height: auto;
		padding: 20px 0;
		line-height: 1.3;
		position: relative;
	}

	.contact h2 span {
		display: inline-block;
		color: #fff;
		font-weight: 700;
		font-size: 24px; font-size: 2.4rem;
	}
	.contact h2 span:before,
	.contact h2 span:after {
		height: 20px;
		top: auto;
		bottom: 0;
	}
	.contact h2 span:before {
		left: -20px;
	}
	.contact h2 span:after {
		right: -10px;
	}
	.contact-in {
		padding: 10px 10px 15px;
	}
	.contact-in p {
		text-align: left;
		font-size: 16px; font-size: 1.6rem;
		margin-bottom: 15px;
	}
	.contact-in p br {
		display: none;
	}
	.contact-btn {
		display: block;
	}
	.contact-btn-tel {
		margin: -5px -5px 20px;
		width: auto;
	}
	.contact-btn ul {
		margin-top: 0;
		padding-top: 0;
		width: 100%;
	}
	.contact-btn ul li {
		position: static;
	}
	.contact-btn ul li:nth-of-type(1) {
		margin-bottom: 10px;
	}
	.contact-btn ul li:nth-of-type(2) a {
		cursor: pointer;
		pointer-events: auto;
	}
	.contact-btn ul li a {
		padding-top: 0;
		height: 70px;
	}
	.contact-btn ul li a:before {
		content: "\f105";
		font-family: FontAwesome;
		position: absolute;
		right: 8px;
		color: #fff;
		font-size: 28px; font-size: 2.8rem;
		top: 50%;
		-webkit-transform: translate(0, -50%); transform: translate(0, -50%);
		line-height: 1;
	}
	.contact-btn ul li a img {
		display: block;
		position: absolute;
		top: 50%;
		left: 48%;
		-webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%);
		z-index: 2;
	}
}

.wrapper {
	position: relative;
	z-index: 2;
	overflow: hidden;
}
.home-fixed-img {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	background-size: cover;
	z-index: 1;
}

/* -----------------------------------------
		header
----------------------------------------- */
.header {
	background: #fff;
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 10;
}
.header_top {
    background-color: #f3f3f3;
    padding: 10px 0;
    font-size: 14px;
}
.header.small .header_top {
    font-size: 12px;
    padding: 5px 0;
	transition: .3s;
}
p.header-top-in {
    max-width: 1200px;
    padding: 0 4%;
	margin: 0 auto;
}
.header-in {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 4%;
	height: 130px;
	position: relative;
	-webkit-transition: .3s; transition: .3s;
}
.header.small .header-in {
	height: 80px;
}
.header-in .logo {
	position: absolute;
	top: 45%;
	-webkit-transform: translate(0, -50%); transform: translate(0, -50%);
	-webkit-transform-origin: top left; transform-origin: top left;
	-webkit-transition: .3s; transition: .3s;
}
.header.small .header-in .logo {
	-webkit-transform: scale(0.8) translate(0, -50%); transform: scale(0.8) translate(0, -50%);
}

.header-tel {
	position: absolute;
	right: calc(4% + 390px);
	top: 50%;
	-webkit-transform: translate(0, -50%); transform: translate(0, -50%);
	-webkit-transition: .3s; transition: .3s;
	-webkit-transform-origin: top right; transform-origin: top right;
}
.header.small .header-tel {
	right: calc(4% + 370px);
	-webkit-transform: scale(0.8) translate(0, -50%); transform: scale(0.8) translate(0, -50%);
}
.header-in ul {
	position: absolute;
	right: 5.2%;
	top: 50%;
	-webkit-transform: translate(0, -50%); transform: translate(0, -50%);
	-webkit-transition: .3s; transition: .3s;
	-webkit-transform-origin: top right; transform-origin: top right;
	display: flex;
}
.header.small .header-in ul {
	-webkit-transform: scale(0.8) translate(0, -50%); transform: scale(0.8) translate(0, -50%);
}
.header-in ul li {
	margin-left: 8px;
}
.header-in ul li a {
	display: block;
	border: 2px solid #fff;
	border-radius: 4px;
	position: relative;
	opacity: 1!important;
	color: #ffffff;
	text-align: center;
	padding: 25px 0;
}
.header-in ul li a:hover {
	color: #e96a03;
	border: 1px solid #e96a03;
}
.header-in ul li:nth-of-type(1) a {
	width: 340px;
	background: #e96a03 !important;
}
.header-in ul li a:before {
    background: url(../img/arrow_entry_btn.png);
    position: absolute;
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    top: 40%;
    right: 10px;
}
.header-in ul li a:hover:before {
    background: url(../img/arrow_entry_btn_hover.png);
    background-repeat: no-repeat;
}
.header-in ul li:nth-of-type(1) a:hover {
	background: #ffffff !important;
}
.header-in ul li:nth-of-type(2) a {
	width: 158px;
	background: #00b900;
}
.header-in ul li:nth-of-type(2) a:after {
	background: #01a101;
}
.header-in ul li a img {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%);
	z-index: 2;
}
.gnav {
	height: 70px;
	background: #178653;
	-webkit-transition: .3s; transition: .3s;
}
.header.small .gnav {
	height: 50px;
}
.gnav ul {
	display: flex;
	max-width: 1300px;
	height: 100%;
	margin: 0 auto;
	padding: 0 4%;
}
.gnav ul li {
	width: 200px;
	height: 100%;
	position: relative;
}
.gnav ul li:before {
	content: "";
	display: block;
	width: 1px;
	height: 30px;
	background: #ffffff;
	top: 50%;
	-webkit-transform: translate(0, -50%); transform: translate(0, -50%);
	position: absolute;
}
.gnav ul li:last-of-type:after  {
	content: "";
	display: block;
	width: 1px;
	height: 30px;
	background: #ffffff;
	right: 0;
	top: 50%;
	-webkit-transform: translate(0, -50%); transform: translate(0, -50%);
	position: absolute;
}
.gnav ul li a {
	display: block;
	height: 100%;
	width: 100%;
	position: relative;
	line-height: 1;
	opacity: 1!important;
}
.gnav ul li a span {
	display: inline-block;
	width: 180px;
	height: 40px;
	font-weight: 500;
	color: #fff;
	text-align: center;
	line-height: 37px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%);
	-webkit-transition: .3s; transition: .3s;
}
.gnav ul li a:hover span {
	background: #137548;
}
@media (max-width: 1200px) {
	p.logo {
		width: 250px;
	}
	.header-tel {
		width: 200px;
	}
}
@media (max-width: 1000px) {
	p.logo {
		width: 150px;
	}
	.header-tel {
		width: 150px;
	}
	.header-in {
	padding: 0 1%;
}
.gnav ul {
	padding: 0;
}
}
@media (max-width: 820px) {
	p.logo {
		width: 250px;
	}
	.header-tel {
		width: 130px;
	}
}
@media (max-width: 768px) {
	.header {
		border-top: 3px solid #1e8857;
	}
	.header_top {
    padding: 5px 0;
    font-size: 12px;
	}
	.header-in {
		height: 65px!important;
		display: block;
	}
	.header-in .logo {
		width: 160px;
		left: 3%;
		top: 11px;
		-webkit-transform: 1 translate(0, 0)!important; transform: scale(1) translate(0, 0)!important;
	}
	.header-tel {
		right: 4%!important;
		top: 10px;
		-webkit-transform: 1 translate(0, 0)!important; transform: scale(1) translate(0, 0)!important;
	}
	.header-in ul {
		display: none;
	}
	.header-in ul li {
		margin-left: 0;
		width: 50%;
		padding-top: 1px;
		padding-bottom: 1px;
		box-sizing: border-box;
	}
	.header-in ul li:last-of-type {
		border-left: 1px solid #fff;
	}
	.header-in ul li a {
		width: 100%!important;
		display: block;
		box-shadow: none;
		border: none;;
		border-radius: 0;
		height: 46px;
	}
	.gnav {
		display: none;
	}

}
.main {
	position: relative;
	z-index: 1;
	display: block;
}

/* -----------------------------------------
		mv
----------------------------------------- */
.mv-row01 {
	padding-top: 120px;
	background: url("../img/mv_bak_img_2.jpg") no-repeat center top;
	background-size: cover;
	text-align: center;
}
.mv-row02 {
	background: #5ca71f;
}
.mv-row02-in {
	padding: 18px 4%;
	max-width: 1200px;
	margin: 0 auto;
}
@media (max-width: 768px) {
	.mv-row01 {
		padding-top: 70px;
	}
	.mv-row02-in {
		padding: 0;
	}
}

/* -----------------------------------------
		problem
----------------------------------------- */
.problem-row01 {
	background: #fff9f1;
}
.problem-row01-in {
	padding: 50px 4% 3%;
	max-width: 1300px;
	margin: 0 auto;
	text-align: center;
	position: relative;
}
.problem-row01-in h2 {
	margin-bottom: 35px;
}
.problem-row02 {
	background: #fff;
}
.problem-row02-in {
	padding: 30px 4% 90px;
	max-width: 1200px;
	margin: 0 auto;
	text-align: center;
}
@media (max-width: 768px) {
	.problem-row01-in {
		padding: 11% 0 0;
	}
	.problem-row01-in h2 {
		margin-bottom: 0;
	}
	.problem-row02-in {
		padding: 11% 4% 11%;
	}
}

/* -----------------------------------------
	procedure
----------------------------------------- */
.procedure {
	background: #fff;
}
.procedure-in {
	padding: 60px 4% 50px 4%;
	max-width: 1300px;
	margin: 0 auto;
}
.procedure h2 {
	font-size: 4.0rem;
    font-weight: 500;
    text-align: center;
    margin-bottom: 45px;
}

span.txt_small {
    font-size: 16px;
	line-height: 1.5;
	display: block;
	color: #535353;
}

.procedure-row01 p {
	font-size: 20px; font-size: 2.0rem;
	color: #535353;
	font-weight: 500;
	text-align: center;
	margin-bottom: 40px;
}

th.tbl-left {
    vertical-align: middle;
	width: 23%;
}

small.supplement-txt {
	font-size: 20px; font-size: 2.0rem;
	color: #535353;
	font-weight: 500;
}
.procedure-row01.new_test table th {
	padding: 18px;
}

.procedure-row01 table {
	width: 100%;
	margin-bottom: 40px;
	table-layout: fixed;
}
.procedure-row01 table th,
.procedure-row01 table td {
	font-size: 20px; font-size: 2.0rem;
	padding: 20px;
	font-weight: 400;
	border: 1px solid #5ca71f;
	background: #fff;
}
.procedure-row01 table th {
	color: #42711b;
	font-weight: 500;
	background: #eef6d7;
}

.procedure-row01 table:nth-of-type(3) th {
	vertical-align: middle;
	white-space: nowrap;
}

.sp_br {
	display: none;
}

.sp_br_02 {
	display: none;
}

.pc_br {
	display: block;
}

@media (max-width: 1150px) {
	.sp_br {
		display: block;
	}
	.procedure-row01.new_test table th {
	padding: 8px;
}
}

@media (max-width: 800px) {
	.sp_br_02 {
		display: block;
	}
	.pc_br {
		display: none;
	}
}

@media (max-width: 768px) {
	.procedure-in {
		padding: 11% 4%;
	}
	.procedure-in h2 {
		font-size: 35px; font-size: 3.5rem;
		margin-bottom: 30px;
	}
	
	.procedure-row01 table {
		margin-bottom: 20px;
	}
	
	.procedure-row01 table:nth-of-type(9) {
		margin-bottom: 0px;
	}
	
	.procedure-row01 table th {
		padding: 5px 10px;
	}
	
	.procedure-row01 table th,
	.procedure-row01 table td {
    	display: block;
		border-bottom: none;
	}
	
	.procedure-row01 table tr:last-child td {
		border-bottom: 1px solid #5ca71f;
	}
	
	th.tbl-left {
		width: auto;
	}
	
	span.txt_small {
		font-size: 1.5rem;
		margin-top: 5px;
	}
	
	.sp_br,
	.sp_br_02,
	.pc_br,
	.pc_br_02 {
		display: none;
	}
}



/* -----------------------------------------
		case
----------------------------------------- */
.case-in {
	padding: 80px 4%;
	max-width: 1200px;
	margin: 0 auto;
}
.case-in h2 {
	text-align: center;
	margin-bottom: 50px;

}
.case-sec {
	background: #fff;
	padding: 35px 45px 30px;
	margin-bottom: 50px;
}
.case-sec:last-of-type {
	margin-bottom: 0;
}
.case-sec h3 {
	border-bottom: 2px solid #5ca71f;
	padding: 0 0 15px 160px;
	margin-bottom: 20px;
	position: relative;
}
.case-sec h3 small {
	display: inline-block;
	background: #5ca71f;
	color: #fff;
	font-size: 28px; font-size: 2.8rem;
	line-height: 1;
	font-weight: 400;
	padding: 4px 10px 6px;
	position: absolute;
	top: 2px;
	left: 15px;
}
.case-sec h3 span {
	display: inline-block;
	font-size: 30px; font-size: 3.0rem;
	font-weight: 500;
	color: #5ca71f;
	line-height: 1.4;
}
.case-sec-text01 {
	font-size: 20px; font-size: 2.0rem;
	line-height: 1.4;
	font-weight: 400;
	margin-bottom: 15px;
}
.case-sec-text01 span {
	color: #ce2e2e;
}
.case-sec-text02 {
	position: relative;
	min-height: 158px;
	padding-top: 30px;
	box-sizing: border-box;
}
.case-sec-text02:before {
	content: "";
	display: block;
	position: absolute;
	width: 109px;
	height: 158px;
	background: url("../img/case_img.png");
	background-size: 109px 158px;
	left: 5px;
	top: 0;
}
.case-sec-text02 p {
	margin: 0 0 0 190px;
	background: #f5ffd6;
	padding: 30px;
	font-size: 20px; font-size: 2.0rem;
	line-height: 1.4;
	font-weight: 400;
	color: #42711b;
}
.case-sec-text02 p:before {
	content: "";
	display: inline-block;
	position: absolute;
	left: 125px;
	top: 85px;
	border-style: solid;
	border-width: 11px 70px 11px 0;
	border-color: transparent #f5ffd6 transparent;
	transform:rotate(-21deg);
}
.case-sec-btn {display: none;}

@media (max-width: 768px) {
	.case-in {
		padding: 11% 4%;
	}
	.case-in h2 {
		padding: 0 6%;
		margin-bottom: 25px;
	}
	.case-sec {
		padding: 10px 10px 15px;
		margin-bottom: 15px;
	}
	.case-sec h3 {
		padding-left: 0;
		margin-bottom: 12px;
	}
	.case-sec h3 small {
		text-align: center;
		display: block;
		font-size: 18px; font-size: 1.8rem;
		line-height: 1;
		font-weight: 400;
		padding: 6px 10px 8px;
		position: static;
		margin-bottom: 10px;
	}
	.case-sec h3 span {
		display: block;
		font-size: 20px; font-size: 2rem;
	}
	.case-sec-text {
		height: 5.3em;
		overflow: hidden;
		position: relative;
	}
	/*
	.case-sec-text:after {
		content: "";
		display: block;
		width: 100%;
		height: 5em;
		background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
		position: absolute;
		bottom: 0;
		z-index: 2;
	}*/
	.case-sec.active .case-sec-text {height: auto;}
	/*.case-sec.active .case-sec-text:after {display: none;}*/
	.case-sec-text01 {
		font-size: 20px; font-size: 2.0rem;
		position: relative;
		z-index: 1;
	}
	.case-sec-text02 {
		min-height: 126px;
		padding-top: 0;
		position: relative;
		z-index: 1;
	}
	.case-sec-text02:before {
		width: 87px;
		height: 126px;
		background-size: 87px 126px;
		left: 0;
		top: auto;
		bottom: 0;
	}
	.case-sec-text02 p {
		margin: 0 0 0 100px;
		padding: 15px 5px 15px 15px;
		font-size: 16px; font-size: 1.6rem;
	}
	.case-sec-text02 p:before {
		left: 75px;
		top: auto;
		bottom: 70px;
		border-width: 11px 30px 11px 0;
	}
	.case-sec-btn {
		display: block;
		width: 100%;
		height: 42px;
		box-sizing: border-box;
		border: 1px solid #54941f;
		margin-top: 20px;
		text-align: center;
	}
	.case-sec-btn div {
		width: 100%;
		height: 40px;
		box-sizing: border-box;
		border: 1px solid #fff;
		background: url("../img/btn_bg.png") repeat-x 0 0;
		background-size: auto 100%;
	}
	.case-sec-btn div span {
		display: block;
		width: 100%;
		height: 38px;
		line-height: 36px;
		font-weight: 400;
		color: #468115;
		position: relative;
	}
	.case-sec-btn div span:after {
		content: "\f107";
		font-family: FontAwesome;
		font-size: 20px; font-size: 2.0rem;
		position: absolute;
		right: 10px;
	}
	.case-sec.active .case-sec-btn div span:after {
		content: "\f106";
	}
	.case-sec-btn div span.open {display: block;}
	.case-sec-btn div span.close {display: none;}
	.case-sec.active .case-sec-btn div span.open {display: none;}
	.case-sec.active .case-sec-btn div span.close {display: block;}


}


/* -----------------------------------------
		outline
----------------------------------------- */
.outline {
	background: #fff;
}
.outline-in {
	padding: 90px 4%;
	max-width: 1200px;
	margin: 0 auto;
}
.outline-in h2 {
	font-size: 40px; font-size: 4.0rem;
	text-align: center;
	margin-bottom: 50px;
	color: #000;
	font-weight: 600;
	letter-spacing: 2px;
}
.outline-in-content h3 {
	background: #168653;
	color: #ffffff;
	font-size: 30px;
	padding: 15px 0 15px 20px;
	margin-bottom: 40px;
}
.outline-in-content {
	display: block;
	justify-content: space-between;
	margin-bottom: 90px;
	margin-top: 100px;
}
.outline-text {
	width: 100%;
}
.outline-text table {
	width: 100%;
	border-top: 1px solid #dcdcdc;
}
.outline-text table th,
.outline-text table td {
	border-bottom: 1px solid #dcdcdc;
	font-size: 20px; font-size: 2.0rem;
	text-align: left;
	vertical-align: top;
	font-weight: 400;
	padding: 25px;
}
.outline-text table th {
	font-weight: 500;
	width: 140px;
	white-space: nowrap;
	color: #1e8857;
}
.outline-img {
	width: 100%;
	display: flex;
	margin-top: 40px;
}
.outline-img li {
	margin-right: 20px;
}
.outline-in-map {
	padding-top: 350px;
	position: relative;
}
.outline-in-map iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
}
.map_txt {
	margin-bottom: 40px;
}
.map_txt h3 {
    border-bottom: 1px solid #1e8857;
    padding-bottom: 10px;
    margin: 0 0 20px 0;
}
@media (max-width: 1200px) {
.outline-text table th,
.outline-text table td {
	font-size: 18px;font-size: 1.8rem;
}
.outline-text table th {
	width: 100px;
}
}
@media (max-width: 900px) {
.outline-text table th {
	width: 60px;
}
.outline-text table th,
.outline-text table td {
	padding: 15px;
}
}
@media (max-width: 768px) {
	.outline-in {
		padding: 40px 0;
	}
	.outline-in h2 {
		font-size: 35px; font-size: 3.5rem;
		margin-bottom: 35px;
	}
	.outline-in-content {
		display: block;
		margin-bottom: 40px;
	}
	.outline-text {
		width: 100%;
		margin-bottom: 20px;
	}
	.outline-text table {
		border-top: none;
	}
	.outline-text table,
	.outline-text tbody,
	.outline-text tr,
	.outline-text th,
	.outline-text td {
		display: block;
	}
	.outline-text table th,
	.outline-text table td {
		border: none;
		padding: 10px 4%;
		box-sizing: border-box;
		font-size: 19px;font-size: 1.9rem;
	}
	.outline-text table th {
		border-top: 1px solid #1e8857;
		text-align: left;
		width: 100%;
	}
	.outline-text table td {
		padding-bottom: 15px;
	}
	.outline-img {
		width: 100%;
		padding: 0 4%;
		box-sizing: border-box;
		flex-wrap: wrap;
		justify-content: space-between;
		margin-bottom: 30px;
	}
	.outline-img li {
		width: 48%;
		margin-right: 5px;
		margin-bottom: 10px;
	}
	.outline-in-map {
		padding-top: 64.7%;
		margin: 0 4%;
	}
	.map_txt h3 {
    margin: 0 4% 20px 4%;
	}
	.outline-in-content h3 {
	font-size: 22px;
	text-align: left;
}
.outline-in-content {
	margin-top: 80px;
}
}

/* -----------------------------------------
		aside
----------------------------------------- */
.aside {
	background: #15633f;
	/*position: relative;*/
	z-index: 1;
	display: block;
	text-align: center;
}
.aside-in {
	/*max-width: 1000px;*/
	padding: 60px 4%;
	margin: 0 auto;
	display: table;
	align-items: center;
	/*justify-content: space-between;
	position: relative;*/
}
.aside__in {
	display: flex;
}
.aside-in.aaa {
	display: inline-block;
	position: absolute;
}
.footer_content__left {
	display: flex;
	width: 100%;
}
ul.footer_nav {
	margin-right: 60px;
	text-align: left;
}
.aaa {
	margin-left: 50px;
}
.footer_nav li {
	padding-bottom: 10px;
}
.aside-logo h1 {
	width: 80%;
}
.aside-logo address {
	font-style: normal;
	font-size: 18px; font-size: 1.8rem;
	color: #ffffff;
	letter-spacing: .02em;
	text-align: left;
	margin-top: 20px;
}
.aside-banner {
	display: flex;
}
.aside-banner li {
	margin-right: 20px;
	margin-top: 30px;
	display: block;
	width: 100%;
}
.footer_nav a {
	color: #ffffff;
}
ul.footer_bnr {
	display: flex;
}
@media (max-width: 1300px) {
	.aside-in {
	/*max-width: 1000px;*/
	width: 100%;
}
.footer_content__left {
	width: 100%;
}
}
@media (max-width: 768px) {
	.aside-in {
		display: block;
		padding: 10px 4%;
		max-width: 768px;
		left: 0;
	}
	.aside-logo {
		display: none;
	}
	.aside-banner {
		width: 100%;
		display: block;
		justify-content: center;
	}
	.aside-banner {
		display: block;
	}
	.aside-banner li {
		margin: 0 0 20px;
	}
	.aside-banner li:last-of-type {
		margin: 0;
	}
	.aside-in.aaa {
	display: block;
	}
	ul.footer_bnr {
		display: block;
		width: 60%;
		margin: 20px 0;
		text-align: left;
	}
	.footer_content__left {
	display: block;
}
.aaa {
	margin-left: 0;
	margin-top: 30px;
}
}

/* -----------------------------------------
		form
----------------------------------------- */
#mailformpro {
	max-width: 1300px;
	padding: 0 4%;
	margin: 0 auto;
}
#form {
  padding: 0;
}
#form.thanks {
  margin: 3rem 0 0;
}
#form h2 {
  color: #5ca71f;
}
#form h2 + p {
  font-size: 1.6rem;
  line-height: 3rem;
  text-align: center;
  margin: 0 0 5rem;
}
#form form dl {
  display: flex;
  justify-content: flex-start;
  padding: 0;
  margin: 0 15rem;
  border-top: solid 1px #ccc;
}
#form form dl dt {
  font-size: 1.6rem;
  text-align: left;
  width: 30%;
  margin: 0 3% 0 0;
  padding: 1.6rem 3rem;
  box-sizing: border-box;
  background: #f5ffd6;
}
#form form dl dt span {
  display: inline-block;
  background: #ca1219;
  color: #fff;
  text-align: center;
  line-height: 1;
  border-radius: .3rem;
  padding: .2rem .6rem .4rem;
  font-size: 1.2rem;
  font-weight: 500;
  float: none;
  position: relative;
  top: 1rem;
  vertical-align: middle;
  position: relative;
  top: -.2rem;
  margin-right: 1rem;
}
#form form dl dd {
  font-size: 1.6rem;
  text-align: left;
  width: 67%;
  padding: 1.6rem 0;
  box-sizing: border-box;
}
#form form dl dd input {
  box-shadow: none;
  border: 1px solid #ccc;
  border-radius: .5rem;
  padding: .5rem .8rem;
  font-family: "Noto Sans JP", YuGothic, "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1.6rem;
  box-sizing: border-box;
}
#form form dl dd select {
  font-family: "Noto Sans JP", YuGothic, "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1.6rem;
  box-sizing: border-box;
}
#form form dl dd textarea {
  font-family: "Noto Sans JP", YuGothic, "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "ＭＳ Ｐゴシック", sans-serif;
  padding: .5rem .8rem;
  font-size: 1.6rem;
  box-sizing: border-box;
}
#form form dl dd .datepicker_contents button {-webkit-appearance: none; -moz-appearance: none; appearance: none; outline: none; background: transparent; border-radius: 0; border: none; font-size: 20px; cursor: pointer; vertical-align: -2px;}
#form form dl dd .form-size01 {
  width: 40%;
}
#form form dl dd .form-size02 {
  width: 18%;
}
#form form dl dd .form-size03 {
  width: 80%;
}
#form form dl dd a {
  text-decoration: underline;
}
#form form dl dd a:hover {
  text-decoration: none;
}
#form form dl dd .ico-mfp-window:after {
  content: "launch";
  font-family: "Material Icons";
  font-style: normal;
  display: inline-block;
  position: relative;
  top: 1px;
}
#form form dl:last-of-type {
  border-bottom: solid 1px #ccc;
}
#form form .check {
  background: #f4f4f4;
  text-align: centlefter;
  padding: 1rem 2rem;
  margin: 1rem 0 0;
}
#form form .send {
  text-align: center;
  margin: 5rem 0 0;
}
#form form .send button {
  border: none;
  background: #fb6605;
  color: #fff;
  display: inline-block;
  text-align: center;
  padding: 2rem 8rem;
  font-size: 1.8rem;
  font-weight: 500;
  text-shadow: none;
  font-family: "Noto Sans JP", YuGothic, "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "ＭＳ Ｐゴシック", sans-serif;
}
#form .form-info {
  background: #f5f5f5;
  width: 70rem;
  margin: 6rem auto 0;
  padding: 3rem;
  box-sizing: border-box;
}
#form .form-info h3 {
  font-size: 2rem;
  margin: 0 0 1rem;
}
#form .form-info .tel i {
  font-family: "Material Icons";
  position: relative;
  top: .2rem;
  left: -.4rem;
}
.form_ttl {
	text-align: center;
	margin-bottom: 40px;
}
.form_ttl h1 {
	color: #e96a03;
	margin-bottom: 20px;
}
.form-info h3 {
	color: #000000;
}
@media (max-width: 1000px) {
  #form form dl {
    margin: 0;
  }
  #form form dl dd .form-size01 {
    width: 40%;
  }
  #form form dl dd .form-size02 {
    width: 18%;
  }
  #form form dl dd .form-size03 {
    width: 80%;
  }
}
@media (max-width: 768px) {
  #form {
    padding: 0;
  }
  #form h2 + p {
    text-align: left;
    padding: 0 4%;
  }
  #form form.container {
    padding: 0;
  }
  #form form dl {
    display: block;
    border-bottom: 0;
  }
  #form form dl dt, #form form dl dd {
    width: 100%;
  }
  #form form dl dt {
    font-weight: 500;
    padding: 1rem 4% !important;
    background: #f5ffd6;
    margin: 0 0 2% !important;
  }
  #form form dl dt span {
    top: .5rem;
  }
  #form form dl dd {
    padding: 2% 4% 5% !important;
  }
  #form form dl dd input, #form form dl dd select, #form form dl dd textarea {
    width: 100% !important;
    padding: 1rem .8rem;
  }
	#form form dl dd .datepicker_contents li {
		position: relative;
	}
	#form form dl dd .datepicker_contents li span {
		display: block;
	}
	#form form dl dd .datepicker_contents li input {
		width: calc(100% - 40px)!important;
	}
  #form form dl dd textarea {
    height: 300px !important;
  }
  #form form .check input {
    width: auto !important;
    display: inline;
    position: relative;
    top: -1px;
  }
  #form .form-info {
    width: 90%;
    margin: 6rem 5% 0;
  }
  #form .form-info h3 {
    margin: 0 0 1.6rem;
  }
  #form .form-info p {
    font-size: 1.3rem;
    line-height: 2.4rem;
  }
  #form .form-info .tel a {
    display: block;
    margin-top: 15px;
    padding: 6px;
    border: 1px solid #5ca71f;
    border-radius: 5px;
    color: #5ca71f;
    text-align: center;
    font-size: 1.8rem;
  }
}
button.ui-datepicker-close {display: none;}
.thanks {
  text-align: center;
  font-size: 1.8rem;
  line-height: 5rem;
}

/* -----------------------------------------
		nav-float
----------------------------------------- */
#nav-float {
  display: none;
}

@media (max-width: 768px) {
  #nav-float {
    position: fixed;
    display: block;
    bottom: 0;
  }
  #nav-float ul {
    display: flex;
    justify-content: space-between;
  }
  #nav-float ul li {
    line-height: 0;
  }
}
/* -----------------------------------------
		footer
----------------------------------------- */
footer {
	text-align: center;
 	padding: 2rem 0;
	background: #313131;
}
.estimate footer {
 	margin-top: 8rem;
}
footer small {
	display: block;
 	letter-spacing: 2px;
	margin: 0;
	color: #fff;
	font-size: 1.6rem;
 	text-align: center;
}
footer small br {
	display: none;
}
.footer__bnr {
	display: table;
	max-width: 1000px;
	width: 100%;
	padding-top: 100px;
}
ul.footer_bnr {
	/*display: flex;*/
	margin-top: -100px;
}
@media (max-width: 1300px) {
.footer__bnr {
	width: 80%;
}
}
@media (max-width: 768px) {
  	footer small {
	  	font-size: 1.2rem;
		line-height: 1.5;
	}
	footer small br {
		display: inline-block;
	}
	.footer__bnr {
	width: 100%;
	margin-left: 0;
	padding-bottom: 30px;
	margin-top: 0;
	}
	ul.footer_bnr {
	display: block;
	margin-top: -80px;
	padding-bottom: 40px;
}
}
/* -----------------------------------------
		estimate
----------------------------------------- */
.estimate {
  border-top: 5px solid #e96a03;
}
.estimate .logo {
  text-align: center;
  margin: 0 auto;
  padding: 30px 0;
}
.estimate h2.h2-common {
  	margin: 0 0 1.6rem;
  	font-size: 3.6rem;
  	font-family: "Noto Sans JP", YuGothic, "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "ＭＳ Ｐゴシック", sans-serif;
	text-align: center;
	font-weight: 500;
}

@media (max-width: 768px) {
  .estimate .logo {
    padding: 30px;
    margin: 0 auto;
  }
}

.mgb15 {
	margin-bottom: 15px;
}

/* -----------------------------------------
		新規ページ
----------------------------------------- */
.txt_green {
	color: #1e8857;
}
.txt_orange {
	color: #e96a03;
}
p.btn_txt {
	padding-left: 20px;
	color: #ffffff;
	font-weight: 500;
	font-size: 2.4rem;
}
br.br_pc_none {
	display: none;
}
@media (max-width: 650px) {
	br.br_pc_none {
	display: block;
}
p.btn_txt {
	font-size: 2.0rem;
}
p.btn_txt {
	font-size: 2rem;
}
}

/* -----------------------------------------
		about
----------------------------------------- */
.about {
	background: url(../img/about_bg_pc.png);
	background-size: cover;
	background-repeat: no-repeat;
}
h3.ttl.about_ttl {
	font-size: 30px;
}
.about-in {
	margin: 0;
}
.about_box {
    max-width: 1400px;
    margin: 0 auto;
}
.about_txt_box {
    padding: 100px 0;
    width: 60%;
}
.about_txt {
	padding-top: 40px;
}
@media (max-width: 1500px) {
.about_box {
    max-width: 1200px;
}
.about {
	background-position-x: -200px;
}
}
@media (max-width: 1400px) {
}
@media (max-width: 1300px) {
.about_box {
    max-width: 900px;
}
.about_txt_box {
    width: 70%;
}
}
@media (max-width: 1000px) {
.about_box {
    max-width: 800px;
}
}
@media (max-width: 800px) {
.about_box {
    max-width: 700px;
}
.about_txt_box {
    width: 80%;
}
}
@media (max-width: 768px) {
.about-in {
	margin: 0 4%;
}
.about_box {
    max-width: 100%;
}
.about_txt_box {
	padding: 100px 0 0 0;
    width: 100%;
}
.about {
	background: none;
}
.about_txt {
	padding-top: 40px;
	padding-bottom: 0;
}
}
@media (max-width: 400px) {
h3.ttl.about_ttl {
	font-size: 26px;
}
}

/* -----------------------------------------
		work
----------------------------------------- */
.work {
	margin-top: 100px;
}
.work-in {
    max-width: 1200px;
    margin: 0 auto;
}
.work_box {
    margin: 100px 0 0 0;
}
.work_box_contents {
    margin-top: 100px;
}
.work_box_contents h4 {
    color: #168653;
    font-size: 30px;
    border-bottom: 2px solid #168653;
    padding-bottom: 10px;
    margin-bottom: 30px;
}
.work_box_img {
    width: 40%;
    margin-right: 40px;
}
.work_box_details {
    display: flex;
}
.work_box_txt {
    width: 60%;
}
.work_btn a {
    border: 1px solid #168653;
    display: inline-block;
    padding: 21px 80px;
    margin-top: 30px;
    color: #168653;
    position: relative;
    text-align: center;
    font-weight: 500;
}
.work_btn a:hover {
    background: #168653;
    color: #ffffff;
}
.work_btn a:before {
	content: "";
	background: url(../img/arrow_ico.png);
	display: block;
	width: 14px;
	height: 10px;
	top: 45%;
	right: 20px;
	position: absolute;
	background-repeat: no-repeat;
}
.work_btn a:hover:before {
	content: "";
	background: url(../img/arrow_ico_hover.png);
	display: block;
	width: 14px;
	height: 10px;
	top: 45%;
	right: 20px;
	position: absolute;
	background-repeat: no-repeat;
}
.work_btn {
	margin-top: 40px;
	text-align: center;
}
@media (max-width: 1300px) {
.work-in {
    max-width: 900px;
}
}
@media (max-width: 900px) {
.work-in {
    max-width: 700px;
}
}
@media (max-width: 768px) {
.work {
	margin-top: 60px;
}
.work-in {
    max-width: 100%;
    margin: 0 4%;
}
.work_box {
    margin: 0;
}
.work_box_contents {
    margin-top: 80px;
}
.work_box_contents h4 {
    font-size: 26px;
}
.work_box_details {
    display: block;
}
.work_box_img {
    width: 100%;
    margin-right: 0;
}
.work_box_txt {
    width: 100%;
    padding-top: 20px;
}
.work_btn a {
    display: block;
}
.work_btn a:hover {
	border: 1px solid #168653;
    background: none;
    color: #ffffff;
}
}
/* -----------------------------------------
		entry_btn
----------------------------------------- */
.entry_btn a {
    display: inline-block;
    background: #e96a03;
    color: #ffffff;
    padding: 25px 150px;
    text-align: center;
    position: relative;
}
.entry_btn a:hover {
    background: #ffffff;
    border: 1px solid #e96a03;
    color: #e96a03;
}
.entry_btn {
    display: block;
    margin-top: 60px;
    text-align: center;
}
.entry_btn a:before {
    background: url(../img/arrow_entry_btn.png);
    position: absolute;
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    top: 40%;
    right: 20px;
}
.entry_btn a:hover:before {
    background: url(../img/arrow_entry_btn_hover.png);
    background-repeat: no-repeat;
}
@media (max-width: 768px) {
.entry_btn a {
    display: block;
    padding: 25px 0px;
    margin: 0 4%;
    font-weight: 500;
}
.entry_btn a:hover {
    background: #e96a03;
    border: none;
    color: #ffffff;
}
.entry_btn a:hover:before {
    background: none;
}
.entry_btn.flow_entry a {
	margin: 0 !important;
}
}
/* -----------------------------------------
		flow
----------------------------------------- */
.flow-in {
    max-width: 1200px;
    margin: 0 auto;
}
.flow_box {
	padding: 100px 0;
}
ul.clearfix {
    display: flex;
    text-align: center;
    margin-top: 100px;
}
.clearfix_box.height p {
	line-height: 3;
}
.height_2 p {
	margin-top: 15px;
}
li.clearfix_box {
    background: #ffffff;
    padding: 20px 30px;
    width: 33%;
    margin-right: 30px;
    color: #15633f;
    font-weight: bold;
}
li.clearfix_box.arrow {
    position: relative;
}
li.clearfix_box.arrow:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    right: -25px;
    margin: auto;
    border-color: transparent transparent #ffffff transparent;
    top: 25%;
    border-style: solid;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-left: 30px solid #ffffff;
}
.bg_green {
    background: #ecf3f0;
}
li.clearfix_box p {
	font-size: 20px;
}
@media (max-width: 1300px) {
.flow-in {
    max-width: 800px;
}
.height_2 p {
	margin-top: 6px;
}
}
@media (max-width: 900px) {
.flow-in {
    max-width: 700px;
}
.clearfix_box.height p {
	line-height: 4;
}
}
@media (max-width: 768px) {
.flow-in {
    max-width: 100%;
    margin: 0 4%;
}
.flow_box {
	padding: 60px 0;
}
ul.clearfix {
    display: block;
    margin-top: 80px;
}
li.clearfix_box {
    padding: 20px 0;
    width: 100%;
    margin-right: 0;
    margin-bottom : 50px;
}
li.clearfix_box.arrow:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    right: 45%;
    margin: auto;
    top: 100%;
    border-style: solid;
    border-right: 40px solid transparent;
    border-top: 36px solid #ffffff;
    border-bottom: 50px solid transparent;
    border-left: 40px solid transparent;
}
.height_2 p {
	margin-top: 0;
}
.clearfix_box.height p {
	line-height: 1.5;
}
}
@media (max-width: 650px) {
li.clearfix_box.arrow:before {
    right: 44%;
}
}
@media (max-width: 550px) {
li.clearfix_box.arrow:before {
    right: 43%;
}
}
@media (max-width: 400px) {
li.clearfix_box.arrow:before {
    right: 37%;
}
}