/* CSS Document */

/* flaot clear
-----------------------------------------------------------------*/
.clearfix::after {
	content: "";
	clear: both;
	display: block;
}

img {
    /*-webkit-backface-visibility: hidden;*/
    image-rendering: -webkit-optimize-contrast;
}

.row::after {
  content: "";
  display: block;
  clear: both;
}

.none { clear: both; width: 100%;}
.none hr { display: none; width: 100%;}

.center {
  text-align: center;
}

.showPc { display: block !important; }
.showSp { display: none !important; }

.ptb30 { padding: 30px 0 }
.ptb20 { padding: 20px 0 }
.ptb10 { padding: 10px 0 }

.pt30 { padding-top: 30px; }
.pt20 { padding-top: 20px; }
.pt10 { padding-top: 10px; }

.pb30 { padding-bottom: 30px; }
.pb20 { padding-bottom: 20px; }
.pb10 { padding-bottom: 10px; }

/* 16px換算 */
.fs12 { font-size: 0.75rem; }
.fs14 { font-size: 0.875rem; }
.fs15 { font-size: 0.9375rem; }
.fs18 { font-size: 1.125rem; }
.fs20 { font-size: 1.25rem; }
.fs24 { font-size: 1.5rem; }
.fs28 { font-size: 1.75rem; }
.fs30 { font-size: 1.875rem; }
.fs32 { font-size: 2rem; }
.fs36 { font-size: 2.25rem; }
.fs42 { font-size: 2.625rem; }
.fs48 { font-size: 3rem; }

.anchorWrap {
	position: relative;
}

.anchor {
	position: absolute;
	top: -150px;
}

a[href*="tel:"] {
	pointer-events: none;
}

@media only screen and (max-width: 768px) {
	a[href*="tel:"] {
		pointer-events: initial;
	}
}

.scroll-table table {
  display: block;
  overflow-x: scroll;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
html,body {
  width: 100%;
  height: 100%;
  font-size: 1.00em;
}
html {
  scroll-behavior: smooth;
}
body * {
  box-sizing: border-box;
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight:500;
}
p,li,dd,td {
  font-weight:500;
}
h1,h2,h3,h4,h5,dt,th {
  font-weight:bold;
}
.mincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.tategaki {
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	line-height: 1.8;
	letter-spacing: 0.1em;
	text-align: left;
}
.upright {
	-webkit-text-orientation: upright;
	text-orientation: upright;
}
.text-combine {
	-webkit-text-combine: horizontal;
	-ms-text-combine-horizontal: all;
	text-combine-upright: all;
}

.bold {
	font-weight: bold;
}

.pivot {
	position: relative;
}

.flex {
	display: flex;
}
.iflex {
	display: inline-flex;
}
.rreverse {
  flex-direction: row-reverse;
}
.creverse {
  flex-direction: column-reverse;
}
.fwrap {
  flex-wrap: wrap;
}
.fwrapreverse {
  flex-wrap: wrap-reverse;
}
/* 水平 */
.fend {
  justify-content: flex-end;
}
.fcenter {
  justify-content: center;
}
.fbetween {
  justify-content: space-between;
}
.faround {
  justify-content: space-around;
}
/* 垂直 */
.fastart {
  align-items: flex-start;
}
.faend {
  align-items: flex-end;
}
.facenter {
  align-items: center;
}

.fistart {
  align-self: flex-start;
}
.fiend {
  align-self: flex-end;
}
.ficenter {
  align-self: center;
}

.outer {
    width: 100%;
    min-width: 1140px;
    padding-left: 0px;
    padding-right: 0px;
    margin: 0 auto;
}
.inner {
    width: 1140px;
    padding-left: 0px;
    padding-right: 0px;
    margin: 0 auto;
}

a { color: #000; }
a:hover img {
    opacity: 0.7;
    filter: alpha(opacity = 70);
    -ms-filter: "alpha(opacity=70)";
}

@media only screen and (max-width: 768px) {
  
	img { max-width: 100%; height: auto; }

	.showPc { display: none !important; }
	.showSp { display: block !important; }
	.outer {
		width: 100%;
	}
	.outer {
		width: 100%;
		min-width: 100%;
	}
	.inner {
		width: 100%;
	}
}
#header {
	overflow: hidden;
	min-width: 1140px;
}
#wrapper {
/*	overflow: hidden;*/
}
.lead  p {
	font-size: 1.2rem;
	text-align: center;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.75);
	color: #333333;
	padding: 0 1em;
}
.green_bg_wrap {
	padding-bottom: 40px;
}
.gray_bg {
	background-color: #e5e5e5;
}

#header .gray_bg {
	padding-bottom: 360px;
}
.gray_bg h1 {
	display: flex;
	flex-direction: column;
	margin: 0;
	align-items: flex-end;
	justify-content: flex-end;
	padding: 1em;
}
.gray_bg h1 span {
	display: inline-flex;
	justify-content: center;
	padding-bottom: 15px;
}
.green_bg {
	background-color: #72af41;	
}
.green_bg_wrap .green_bg {
	position: absolute;
	top: 350px;
	margin-bottom: 30px;
	background-color: #72af41;
	width: 100%;
	height: calc(100% - 350px);
	z-index: -1;
	border-bottom: 30px solid #fff;
}
.green_bg_wrap .green_line_bg {
	position: absolute;
	bottom: 0;
	right: 0;
	max-width: 100%;
	height: 30px;
	z-index: -1;
}
.green_bg_wrap .green_line_bg .bar {
	position: absolute;
	right: 0;
	background-color: #32622b;
	width: calc( 100% - ((100% - 1140px)/2) + 200px );
	height: 30px;
}
.bottom_text p {
	font-size: 1.2rem;
	text-align: center;
	color: #fff;
}

#header .broken_wrap {
	margin-top: -350px;
	display: flex;
	position: relative;
}
#header .broken_wrap .left_img {
	width: 697px;
	position: relative;
	
	opacity: 0;
	x: -100px;
}
#header .broken_wrap .balloon {
	width: 232px;
	height: 232px;
	border-radius: 50%;
	background: linear-gradient(to bottom, #74ac48, #204524);
	position: absolute;
	top: -115px;
	left: -115px;
	z-index: 0;
}
#header .broken_wrap .right_img {
	width: 571px;
	position: relative;
	margin-top: 165px;
	margin-left: -130px;
}

h2.sub {
	text-align: center;	
	margin: 0;
}

@media only screen and (max-width: 768px) {

	#header {
		background-color: #e5e5e5;
		min-width: 100%;
	}
	#header .gray_bg {
		padding-bottom: 0px;
		position: relative;
	}
	#header .inner {
		position: relative;
		z-index: 2;
	}
	.gray_bg h1 span img {
		width: calc(100% * (505/505));
	}
	.gray_bg h1 span:first-child img {
		width: calc(100% * (475/505));
	}
	.green_bg_wrap {
	    /*padding-bottom: 1em;*/
		padding-bottom: 0;
	}
	.green_bg_wrap .green_bg {
		top: auto;
		bottom: 0;
		margin-bottom: 0;
		position: absolute;
		z-index: 1;
		height: calc(100% - 100px);
		border-bottom: 15px solid #fff;
	}
	.green_bg_wrap .green_line_bg {
		bottom: 0;
		height: 15px;
		z-index: 2;
	}
	.green_bg_wrap .green_line_bg .bar {
		height: 15px;
		width: 100%;
	}
	#header .broken_wrap {
		margin-top: 0px;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	#header .broken_wrap .left_img {
		width: 90%;
		margin-right: -10px;
	}
	#header .broken_wrap .balloon {
		content: "";
		width: 30vw;
		height: 30vw;
		top: -10vw;
		left: -15vw;
	}
	#header .broken_wrap .right_img {
		width: 90%;
		position: relative;
		margin-top: 0;
		margin-left: 0;
		margin-right: -10px;
	}
	#header .broken_wrap .right_img img {
		width: 100%;
	}
	.bottom_text {
		padding-bottom: 2rem;
	}
	.bottom_text p {
		margin: 0;
		padding: 1em;
		text-align: left;
		font-size: 1rem;
	}
	
	

	h2.sub img {
		height: 2rem;	
	}

}


#message {
	overflow: hidden;	
}
#message .inner {
	padding: 100px 0 100px 0;
}
#message .green_bg {
	position: absolute;
	bottom: 0px;
	background-color: #72af41;
	width: 100%;
	height: 200px;
	z-index: -1;
}
#message .flex {
	justify-content: space-between;
	align-items: flex-start;
}
#message .left h3 {
 	font-size: 1.875em; 
	font-weight: normal;
}
#message .left h3 span {
	font-weight: bold;	
}
#message .left p {
 	font-size: 1.125rem;
}
#message .left img {
	vertical-align: bottom;
}
#message .right {
	width: 530px;
	/*background-color: #fff;*/
}

@media only screen and (max-width: 768px) {

	#message .inner {
		padding: 4rem 0 3rem 0;
	}

	#message .flex {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	#message .left,
	#message .right {
		width: 90%;
	}
	#message .right {
		padding: 1rem;
	}
	#message .right p {
		color: #fff;
	}
	#message .left h3 {
 		font-size: 1.2em; 
	}
	#message .left img {
 		width: 100%;
	}
	#message .green_bg {
		height: calc(65%);	
	}
}

#service {
	counter-reset: number 0; 
	overflow: hidden;
}
#service .inner {
	padding: 100px 0 100px 0;
}
.broken_left_wrap {
	display: flex;
	position: relative;
	flex-direction: row-reverse;
	margin-top: 70px;
	align-items: flex-start;
	max-width: 100%;
}
.broken_right_wrap {
	display: flex;
	position: relative;
	margin-top: 70px;
	align-items: flex-start;
	max-width: 100%;
}

.broken_left_wrap .text,
.broken_right_wrap .text {
	width: 655px;
	min-height: 360px;
	background-color: #fff;
	box-shadow: 2px 2px 4px 1px rgba(0, 0, 0, 0.2);
	z-index: 1;
	padding: 20px;
	font-size: 1.125rem;
}
.broken_left_wrap .text h3,
.broken_right_wrap .text h3 {
	display: flex;
	align-items: flex-start;
	margin: 0 0 30px 0;
	font-size: 1.2rem;
}
#service .text h3::before {
	font-size: 1.4rem;
	display: inline-flex;
	width: 1.6em;
	aspect-ratio: 1 / 1;
	justify-content: center;
	align-items: center;
	counter-increment: number 1;  
	content: counter(number) " "; 
	background-color: #32622B;
	color: #fff;
	margin-right: 0.75em;
}
.broken_left_wrap .image,
.broken_right_wrap .image {
	width: 540px;
	position: relative;
	z-index: 0;
}
.broken_left_wrap .image {
	margin-top: 80px;
	margin-left: -60px;
}
.broken_right_wrap .image {
	margin-top: 80px;
	margin-right: -60px;
}

.broken_left_wrap .image::before {
	content: "";
	width: 232px;
	height: 232px;
	border-radius: 50%;
	background: linear-gradient(to bottom, #d4f8ae, #4be6cf);
	position: absolute;
	top: -115px;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
}
.broken_right_wrap .image::before {
	content: "";
	width: 232px;
	height: 232px;
	border-radius: 50%;
	background: linear-gradient(to bottom, #01e9bd, #007cde);
	position: absolute;
	top: -115px;
	left: 30%;
	transform: translateX(-50%);
	z-index: -1;
}

@media only screen and (max-width: 768px) {
	#service .inner {
    	padding: 3rem 0 3rem 0;
		overflow: hidden;
	}
	#service .broken_left_wrap,
	#service .broken_right_wrap {
		flex-direction: column;
		margin-top: 15vw;
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}
	.broken_left_wrap .text,
	.broken_right_wrap .text {
		width: 100%;
		min-height: auto;
	}
	.broken_left_wrap .text p,
	.broken_right_wrap .text p,
	.broken_right_wrap .text ul li {
		font-size: 1rem;
	}
	.broken_left_wrap .image,
	.broken_right_wrap .image {
		width: 100%;
		margin-top: 1rem;
		margin-left: 0;
		margin-right: 0;
		position: relative;
	}
	.broken_left_wrap .image img,
	.broken_right_wrap .image img {
		width: 100%;
		vertical-align: bottom;	
	}
	.broken_left_wrap .image::before {
		content: "";
		width: 30vw;
		height: 30vw;
		top: -15vw;
		left: 0;
	}
	.broken_right_wrap .image::before {
		content: "";
		width: 30vw;
		height: 30vw;
		top: -15vw;
		left: auto;
	    transform: translateX(0%);
		right: -15vw;
	}
	
	#service .text h3::before {
		width: 2em;
	}
	#service .text h3 span {
		width: calc( 100% - 2em );
	}
	#service .text h3 span.sm {
		font-size: 1.1rem;
	}

}


#flow {
	overflow: hidden;
}
#flow .green_bg {
	padding: 50px 0;
	position: relative;
}
#flow .inner {
	padding: 100px 0 100px 0;
}
#flow .green_line_bg {
	position: absolute;
	bottom: -30px;
	left: 0;
	width: 100%;
	max-width: 100%;
	height: 30px;
	z-index: -1;
}
#flow .green_line_bg .bar {
	position: absolute;
	left: 0;
	background-color: #32622b;
	width: calc( 100% - ((100% - 1140px)/2) + 200px );
	height: 30px;
}
#flow .flex img {
	max-width: 90%;
	width: 960px;
}

@media only screen and (max-width: 768px) {
	#flow .inner {
     	padding: 3rem 0 3rem 0;
	}
	#flow .green_line_bg {
		width: 100%;
		bottom: -15px;
		height: 15px;
	}
	#flow .green_line_bg .bar {
		width: 100%;
		height: 15px;
	}
	#flow .green_bg {
		padding: 2rem 0;
	}
}

#faq {
	
}
#faq h3 {
	font-size: 1.875em; 
}
#faq.green_bg {
	position: relative;
}
#faq .inner {
	padding: 80px 0 50px 0;
}

#faq .faq_list_wrap {
	margin-top: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
#faq .faq_list_wrap .faq_list_item {
	width: 700px;
	background-color: #fff;
	overflow: hidden;
	border-radius: 30px;
	margin-bottom: 50px;
}
#faq .faq_list_wrap .faq_list_item h3 {
	background-color: #32622b;
	color: #fff;
	margin: 0;
	padding: 20px 30px;
	text-align: center;
	font-size: 1.875rem;
	background-image: url("../img/ico_q.png");
	background-repeat: no-repeat;
	background-position: left 0.75em bottom 0.75em;
}
#faq .faq_list_wrap .faq_list_item p {
	margin: 0;
	padding: 30px;
	font-size: 1.125rem; 
	background-image: url("../img/ico_a.png");
	background-repeat: no-repeat;
	background-position: right 1em bottom 1em;
	padding-bottom: 3em;
}

@media only screen and (max-width: 768px) {
	#faq .faq_list_wrap .faq_list_item {
		width: 90%;
		border-radius: 1.5rem;
	}
	#faq .faq_list_wrap .faq_list_item h3 {
		font-size: 1.4rem; 
	}
	#faq .faq_list_wrap .faq_list_item p {
		font-size: 1rem; 
	}

}

#etc {
	background-color: #f3f0e7;
}
#etc .inner {
	padding: 50px 0 100px 0;
}
#etc .broken_wrap {
	display: flex;
	position: relative;
	margin-top: 70px;
	align-items: flex-start;
}
#etc .image {
	width: 600px;
	margin-right: -50px;
}
#etc .text {
	margin-top: 170px;
	width: 607px;
	background-color: #fff;
	min-height: 515px;
	padding: 30px;
	font-size: 1.125rem;
}
#etc .text h2 {
	font-size: 2rem;
}
ul.dot {
	list-style: none;
	margin: 1em 0;
	padding: 0;
}
ul.dot li {
	text-indent: -1em;
	padding-left: 1em;
}
ul.dot li::before {
	content: '•';
	margin-right: 0.5em;
}

@media only screen and (max-width: 768px) {
	#etc .inner {
     	padding: 3rem 0 3rem 0;
	}
	#etc .broken_wrap {
		flex-direction: column;
		width: 90%;
		margin-left: auto;
		margin-right: auto;
		margin-top: 0;
	}
	#etc .image {
		width: 100%;
		margin-right: 0;
	}
	#etc .image img {
		width: 100%;
		vertical-align: bottom;
	}
	#etc .text {
		margin-top: 0px;
		width: 100%;
		font-size: 1rem;
	}
	#etc .text h2 {
		font-size: 1.3rem;
	}

}

.btn_wrap {
	margin: 50px 0 0 0;
	display: flex;
	justify-content: center;
}
.btn_wrap a:hover img {
	
}


.footer {
    width: 100%;
    color: #fff;
    position: relative;
}
.footer .green_bg {
	background-color: #72af41;
}

.footer .footer-area {
    width: 100%;
    max-width: 1024px;
    margin: auto;
    padding: 70px 10px;
}
.footer .footer-area .flex.aic {
	align-items: flex-start;
	margin-bottom: 2em;	
}
.footer .footer-area .company {
	
}
.footer .footer-area .company img {
    width: 200px;
    margin: 0;
}
.footer .footer-area .company .logo {
	margin-bottom: 1em;	
}
.footer .footer-area .company .name {
	margin-bottom: 1em;	
}
.footer .footer-area .photo {
	
}
.footer .footer-area .photo img  {
    width: 400px;
    margin: 0;
}
.footer nav ul {
	display: flex;
	justify-content: center;
	margin: 0;
	padding: 0;
}
.footer nav ul li{
	list-style: none;
	margin: 0 1em 0 1em;
	padding: 0;
}
.footer nav ul li a {
	color: #fff;
	text-decoration: none;
}
#copy{
	text-align: center;
	color: #fff;
	padding: 10px 0 10px;
	font-size:0.85rem;
}

footer .flex{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.white_bg {
	background-color: #fff;
}
.white_bg p {
	margin: 0;
}

.greendp_bg {
	background-color: #32622b;
}
.greendp_bg p {
	margin: 0;
}

@media only screen and (max-width: 768px) {
  
	.btn_wrap {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}
	.footer .footer-area .img {
        width: 100%;
        margin: 0;
    }
	.footer .footer-area .company {
        width: 90%;
        margin: auto;
		margin-bottom: 2em;
	}
	.footer .footer-area .company .logo {
		text-align: center;	
	}
	.footer .footer-area .photo {
        width: 90%;
        margin: auto;
		text-align: center;
	}
	.footer .footer-area .photo img  {
		width: 100%;
		max-width: 100%;
		margin: 0;
	}
  .footer .footer-area .img {
	width: 100%;
	margin: 0;
	text-align: center;
  }

  .footer .footer-area .nav {
    width: 100%;
  }

  .footer .footer-area img {
    width: 200px;
    margin: auto;
  }

  .footer .footer-area nav ul li {
    width: 100%;
    text-align: center;
    margin: 10px 0 0;
  }
	.white_bg p {
		 font-size: 0.75rem; 
	}
	.greendp_bg {
		 padding-bottom: 14vh;
	}
	.greendp_bg p {
		 font-size: 0.75rem;
	}
	
}

@media only screen and (max-width: 480px) {
	.greendp_bg {
		 padding-bottom: 9vh;
	}
}

.btn_end {
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 30%;
}

@media screen and (max-width: 768px) {
	.btn_end {
	    width: calc(100% - 20px);
	}
}
