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


/* ClearFix
=========================================*/
.clear:after {
	content: "";
	display: block;
	clear: both;
}
.clear {
	min-height: 1%;
	zoom: 1;
}
/*---------------------------------*/

html {
  scroll-padding-top: 96px;
}
@media screen and (max-width: 767px) {
html {
  scroll-padding-top: 45px;
}
}
.txtF {
	font-family: "Noto Sans JP",sans-serif!important;
    color: #333;
	font-size: 18px;
}
@media screen and (max-width: 549px) {
	.txtF { font-size: 16px; }
}
.mb70 { margin-bottom: 70px!important; }
.contents { position: relative; }
.max1000px_blo { display: none; }
.min1000px_blo { display: block!important; }
@media screen and (max-width: 1000px) {
	.max1000px_blo { display: block; }
	.min1000px_blo { display: none!important; }
}
.max550px_blo { display: none; }
@media screen and (max-width: 549px) {
	.max550px_blo { display: block; }
}
.shadow { box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .3); }
.boldFonts { font-weight: bold; }
.rightTxt { text-align: right; }
.mtmb_30 {
	margin-bottom: 30px!important;
	margin-top: 30px!important;
} 
.mtmb_20 {
	margin-bottom: 20px!important;
	margin-top: 20px!important;
} 

/*---------------------------------*/


.maxBase {
	position: relative;
	box-sizing: border-box;
	width: 100%;
}

.wideBase {
  max-width: 1340px;
	box-sizing: border-box;
	padding: 20px;
  margin: 0 auto;
}

.base {
	position: relative;
	box-sizing: border-box;
	width: 100%;
  z-index: 0;
}
.base::after {
  content: '';
  position: absolute;
  left:0;
  top: 0;
  z-index: -1;
  width: 100%;
 height: 420px;
  background: url("../image/main_back.jpg") left top / cover no-repeat;
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 80%);
  /*transform: skewY(5deg);
  transform-origin: top right;*/
}
@media screen and (max-width: 1000px) {
	.base::after {
 height: 420px;
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 70%);
}
}
@media screen and (max-width: 767px) {
	.base::after {
		background: url("../image/main_01_sp.jpg") center top / cover no-repeat;
	clip-path: none;
		/*height: 723px;*/
		height: 102%;
}
}
@media screen and (max-width: 549px) {
	.base::after {
		background: url("../image/main_back.jpg") center top / cover no-repeat;
	clip-path: polygon(0 0, 100% 0, 100% 64%, 0 70%);
		/*height: 723px;*/
		height: 100%;
}
}
.infoFlex, .infoFlex_Sng {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	
	/*justify-content: center;*/
	align-items: center;
	position: relative;
	width: 100%;
	gap: 20px;
}
.infoFlex_Sng {
	justify-content: center;
}
@media screen and (max-width: 767px) {
	.infoFlex {
		display: block;
		margin-bottom: 15%;
	}
	.infoFlex_Sng {
		display: block;
	}
}
@media screen and (max-width: 549px) {
	.infoFlex {
		margin-bottom: 40px;
	}
}
.btn_Link, .btn_Down, .btn_Anc, .btn_More {
	margin-bottom: 20px;
   text-align: center;
	position: relative;
    
}
.btn_Link a, .btn_Down a, .btn_Anc a, .btn_More a {
	display: block;
	position: relative;
	background-color: #FD7629;
	border-radius: 10px;
    color: #fff !important;
    font-size: 1.8rem;
    font-weight: 700;
	text-decoration: none!important;
	padding: 15px 30px;
	width: 14em;
}
.btn_Down a {
	background-color: #b5a02f;
}
.btn_Anc a {
	background-color: #606060;
}
.btn_More a {
	background-color: #eee;
	color: #333!important;
	border-radius: 5px;
	font-size: 1.3rem;
	padding: 10px 20px 10px 15px;
	width: 150px;
	margin: 0!important;
}
@media screen and (max-width: 1000px) {
	.btn_Link a, .btn_Down a, .btn_Anc a {
		font-size: 1.7rem;
		padding: 10px 25px;
	}
}
@media screen and (max-width: 767px) {
	.btn_Anc a {
		margin: 0 auto;
	}
}
@media screen and (max-width: 549px) {
	.btn_Link a, .btn_Down a {
		margin: 0 auto;
	}
}
@media screen and (max-width: 767px) {
	.infoFlex_Sng .btn_Link a, .infoFlex_Sng .btn_Down a {
		width: 300px;
		margin: 0 auto;
	}
}
@media screen and (max-width: 549px) {
	.infoFlex_Sng .btn_Link a, .infoFlex_Sng .btn_Down a {
		width: 75%;
		font-size: 1.6rem;
	}
}
.btn_Link a:hover {
    transition: .4s;
	background-color: #fb9960;
}
.btn_Down a:hover {
    transition: .4s;
	background-color: #c9b54b;
}
.btn_Anc a:hover {
    transition: .4s;
	background-color: #999999;
}
.btn_More a:hover {
    transition: .4s;
	background-color: #B6E2C7;
}
.arrow_Right::after, .arrow_Down::after, .arrow_Right_bla::after {
    content: "";
    width: 8px;
    height: 13px;
    background: url("../image/angle-right-solid_white.svg")left top / cover no-repeat;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.arrow_Down::after { 
	top: 40%;
	transform:rotate(90deg);
}
.arrow_Right_bla::after { 
	background: url("../image/angle-right-solid_black.svg")left top / cover no-repeat;
	right: 18px;
}
.FvBack {
	background: url("../image/main_02.png") right bottom / cover no-repeat, url("../image/main_01.png") right 20% top / cover no-repeat;
	background-size: 450px auto, 600px auto;
	position: relative;
	box-sizing: border-box;
	margin-top: -120px;
	width: 100%;
}
@media screen and (max-width: 1135px) {
.FvBack {
	background: url("../image/main_02.png") right bottom / cover no-repeat, url("../image/main_01.png") right top / cover no-repeat;
	background-size: 400px auto, 600px auto;
}
}
@media screen and (max-width: 1000px) {
	.FvBack {
	background: url("../image/main_02.png") right bottom / cover no-repeat, url("../image/main_01.png") right top / cover no-repeat;
	background-size: 300px auto, 60% auto;
}
}
@media screen and (max-width: 767px) {
	.FvBack {
	background: none;
}
}
.fv_left {
	position: relative;
	width: 100%;
	margin-top: 100px;
}
.fv_right {
	position: relative;
	margin-top: -40px;
}
.titCap {
	background-color: #435a85;
	padding: 10px 25px;
	color: #fff;
	font-size: 2.8rem;
	font-weight: bold;
	display: inline-block;
	border-radius: 8px;
	margin-bottom: 30px;
	margin-top: 60px;
}
.catchTxt {
	font-size: 2.7rem;
	font-weight: bold;
	margin-bottom: 80px;
}
.catchTxt span {
	font-size: 4rem;
}
.logo_u365 {
	display: block;
	margin-bottom: 50px;
}
@media screen and (max-width: 1000px) {
  .titCap {
	font-size: 2.3rem;
}
.catchTxt {
	font-size: 2.2rem;
	font-weight: bold;
	margin-bottom: 80px;
}
.catchTxt span {
	font-size: 3.5rem;
}
.logo_u365 {
	display: block;
	margin-bottom: 30px;
	width: 32%;
}
}
@media screen and (max-width: 767px) {
	
  .titCap {
	font-size: 2rem;
}
.catchTxt {
	font-size: 1.9rem;
	font-weight: bold;
	margin-bottom: 40px;
}
.catchTxt span {
	font-size: 3rem;
}
.logo_u365 {
	/*margin: 0 auto 30px;*/
	width: 45%;
}
}

@media screen and (max-width: 549px) {
	.fv_left {
	text-align: center;
		
}
	.catchTxt span {
	font-size: 2.7rem;
}
	.logo_u365 { 
		width: 250px;
		margin: 0 auto 30px;
	}
	  .titCap { font-size: 1.9rem; }
}




.mt_gap {
	margin-top: 120px!important;
}
.mt_gap_in {
	margin-top: 80px!important;
}
.inner {
    max-width: 1040px;
	box-sizing: border-box;
	padding: 20px;
	margin: 0 auto;
	overflow: hidden;
  }

h2.u365_h2 { text-align: center; }
h2.u365_h2 span {
	display: inline;
	font-size: 3.5rem;
	
	font-weight: 700;
	letter-spacing: 2px;
	line-height: 1.5em;
	background: linear-gradient(transparent 65%, #E6F4DD 65%);
}
@media screen and (max-width: 767px) {
	h2.u365_h2 span {
		font-size: 3rem;
	}
}
@media screen and (max-width: 549px) {
	h2.u365_h2 span {
		font-size: 2.7rem;
	}
}
.group {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	
	justify-content: space-between;
	align-items: stretch;
	position: relative;
	width: 100%;
	margin-top: 40px;
	margin-bottom: 40px;
}

.box {
	position: relative;
	width: 32.5%;
	border-right: 1px dashed #ccc;
	padding-right: 20px;
}
.box:nth-child(2n) {
	padding-left: 20px;
	width: 35%;
}
.box:nth-child(3n) {
	border-right: none;
	padding-right: 0px;
	padding-left: 20px;
}
.img_box { 
	width: 100%;
	margin-bottom: 30px;
}
.img_box img {
	width: 100%;
	flex-grow: 0;
flex-shrink: 0;
}
@media screen and (max-width: 767px) {
	.group {
		display: block;
	}
	.box, .box:nth-child(2n), .box:nth-child(3n)  {
		display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	
	justify-content: space-between;
	align-items: center;
	position: relative;
	width: 100%!important;
		padding-right: 0px;
		border-right: none;
		border-bottom: 1px dashed #ccc;
	}
	.box:nth-child(2n) {
	padding-left: 0px;
	width: 100%!important;
}
.box:nth-child(3n) {
	padding-left: 0px;
	border-bottom: none;
}
	.img_box { 
		margin-bottom: 20px;
		margin-right: 20px;
}
	.img_box img {
	width: 250px;
}
	.w3txt { width: 140%; }
}
@media screen and (max-width: 549px) {
	.box, .box:nth-child(2n), .box:nth-child(3n)  {
		display: block;
	position: relative;
	width: 100%!important;
		padding-bottom: 20px;
	}
	.w3txt { width: 100%; }
	.img_box { 
		margin-top: 20px;
		margin-right: 0px;
}
	.img_box img {
		display: block;
	width: 250px;
		margin: 0 auto;
}
}

p.origin {
	line-height: 1.7em;
}
.trouble_catch {
	text-align: center;
}
.trouble_catch p {
	display: inline-block;
	font-size: 2.6rem;
	font-weight: 700;
	text-align: center;
	
}
._deco {
	background-color: #fff;
	border: 2px solid #8ACE60;
	border-radius: 8px;
	padding: 8px 20px;
}
@media screen and (max-width: 1000px) {
	.trouble_catch p {
		font-size: 2.2rem;
	}
}
.dis_mar {
	display: block;
	margin: 0 auto;
}
.inline_B {
	display: inline-block!important;
}
.features {
	background-color: #F1F9EC;
	padding: 100px 0px;
	border-bottom-right-radius: 60px;
	border-bottom-left-radius: 60px;
	box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .2);
}
._h3 {
	font-size: 2.6rem;
	border-left: 5px solid #6BA237;
	padding-left: 10px;
	margin-bottom: 120px;
}

._h5 { 
	font-size: 2.4rem; 
	font-weight: bold;
	margin-top: 15px;
	letter-spacing: 1px;
}
@media screen and (max-width: 549px) {
	._h3 { font-size: 2.4rem; }
	._h5 { font-size: 2.2rem; }
}
.group_02 {
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	align-items: center;
	gap: 70px;
	
	position: relative;
	box-sizing: border-box;
	width: 100%;
	margin-bottom: 120px!important;
}
.features .num {
	text-align: center;
	font-size: 12rem;
	font-weight: bold;
	color: #d0eebd;
	line-height: 0;
}
.num_Txt { width: 52%; }
.imgBox { width: 45%; }

.imgBox img  { width: 100%; }
.img_r { border-radius: 30px; }

.num_Txt p { margin-top: 50px; }
.note_p { font-size: 1.4rem!important; }
.att_num { 
	padding-left: 2.5em; 
	text-indent: -2.5em;
}
@media screen and (max-width: 1000px) {
	.head_Txt {
		margin-bottom: 60px;
	}
	.group_02 {
		/*align-items: flex-start;*/
		margin-top: 30px;
	}
	.head_Txt .num { font-size: 10rem; }
	.num_Txt p { margin-top: 0px; }
	/*.num_Txt { width: 100%; }
	.imgBox { width: 80%; max-width: 500px; margin: 0 auto; }*/
}
@media screen and (max-width: 767px) {
	.group_02 { display: block; }
	.head_Txt .num { font-size: 8rem; }
	.num_Txt { width: 100%; }
	.imgBox { width: 80%; max-width: 450px; margin: 40px auto; }
}
.features_wrap {
	background-color: #DEF0D3;
	padding: 0px 0px 50px;
	border-bottom-right-radius: 60px;
	border-bottom-left-radius: 60px;
}
@media screen and (max-width: 549px) {
		.features {
		padding: 70px 0px;
	border-bottom-right-radius: 30px;
	border-bottom-left-radius: 30px;
}
	.features_wrap {
	padding: 0px 0px 30px;
	border-bottom-right-radius: 30px;
	border-bottom-left-radius: 30px;
}
	
}
.ter_T01 {
	color: #73AC39;
	font-weight: bold;
	padding: 20px;
	margin: -40px 0 40px;
	text-align: center;
	background-color: #F1F9EC;
	border-radius: 100vh;
	font-size: 2.2rem;
}
@media screen and (max-width: 549px) {
	.ter_T01 {
	font-size: 1.8rem;
}
}
.ballon{
    position:relative;
    width:100%;
    /*height:120px;*/
    background:#F1F9EC;
    padding:30px;
    text-align:center;
    border:2px solid #73AD39;
    color:#333333;
    border-radius:40px;
}
.ballon::after,.ballon::before{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    bottom:100%;
    left:50%;
}
.ballon::after{
    border-color: rgba(241, 249, 236, 0);
    border-top-width:20px;
    border-bottom-width:20px;
    border-left-width:10px;
    border-right-width:10px;
    margin-left: -10px;
    border-bottom-color:#F1F9EC;
}
.ballon::before{
    border-color: rgba(115, 173, 57, 0);
    border-top-width:24px;
    border-bottom-width:24px;
    border-left-width:12px;
    border-right-width:12px;
    margin-left: -12px;
    margin-bottom: 2px;
    border-bottom-color:#73AD39;
}
.flex3set {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	
	justify-content: space-between;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	position: relative;
	box-sizing: border-box;
	width: 100%;
	gap:30px;
}
.piece {
	position: relative;
	width: 28%;
	margin: 20px 0px;
}
.piece img {
	display: block;
	margin-bottom: 20px;
	margin: 0 auto;
}
.pcName {
	font-size: 2.1rem;
	font-weight: bold;
	line-height: 1.2em;
	margin-top: 20px;
}
.pcName span {
	font-size: 1.5rem;
}
ul.icon {
	list-style: disc;
	text-align: left;
	font-size: 1.6rem;
	width: 60%;
	margin: 30px auto;
}
@media screen and (max-width: 767px) {
	.piece { width: 45%; }
	.piece img {
	width: 250px;
	
}
	ul.icon {
	width: 75%;
}
}
@media screen and (max-width: 549px) {
	.piece { width: 100%; }
	.piece img {
	margin: 0 auto 20px;
	
}
	ul.icon {
	width: 50%;
		margin: 20px auto;
}
	
}
.contact {
	padding: 100px 0;
	background: url("../image/info_base_02.jpg")right bottom / cover no-repeat;
}
.whiteTxt {
	color: #fff;
}
.center {
	text-align: center;
}
.uniBox {
	position: relative;
	box-sizing: border-box;
	margin: 150px 0 50px;
	width: 100%;
}
@media screen and (max-width: 767px) {
	.uniBox {
	margin: 100px 0 30px;
}
}
@media screen and (max-width: 549px) {
	.uniBox {
	margin: 50px 0 0px;
}
}
.uni_Base {
	background-color: #E9F4E2;
	border-radius: 20px;
	position: relative;
	padding: 50px 0px 50px 40px;
	width: 90%;
}
.uni_Base_r {
	background-color: #E9F4E2;
	border-radius: 20px;
	position: relative;
	padding: 50px 40px 50px 0px;
	width: 90%;
	margin-left: 10%;
}

.flex_uni {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	
	justify-content: flex-start;
	position: relative;
	width: 100%;
	gap: 40px;
}
.img_uni_logo {
	text-align: center;
	padding: 10px;
	background-color: #fff;
	border-radius: 100vh;
}
@media screen and (max-width: 767px) {
	.img_uni_logo img {
	display: block;
		margin: 0 auto;
		width: auto;
		height: 45px!important;
}
}
.uni_Txt {
	position: relative;
	width: 55%;
}
.uni_Name {
	font-weight: bold;
	font-size: 2.5rem;
	margin: 35px 0 15px;
}
.img_uni_facade {
	position: absolute;
	top: -15%;
	right: -10%;
	width: 45%;
}
.img_uni_facade_r {
	position: absolute;
	top: -15%;
	left: -10%;
	width: 45%;
}
.img_uni_facade img, .img_uni_facade_r img {
	width: 100%;
	border-radius: 30px;
}
@media screen and (max-width: 767px) {
	.img_uni_facade, .img_uni_facade_r {
	position: relative;
		top: 0;
	right: 0;
	width: 100%;
}
		.img_uni_facade img, .img_uni_facade_r img {
	display: block;
	width: 100%;
			margin: 30px auto 0;
}
	.flex_uni {
		display: block;
	}
	.uni_Base, .uni_Base_r {
	padding: 50px 40px;
	width: 100%;
}
	.uni_Base_r {
	margin-left: 0%;
}
	.uni_Txt {
	position: relative;
	width: 100%;
}
	.uni_Name {
	font-size: 2.1rem;
}
}

.ml-ajust {
	width: 40%;
}
@media screen and (max-width: 767px) {
	.ml-ajust {
	display: none;
}
}
.flex_ballon {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	
	justify-content: space-between;
	align-items: flex-start;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	position: relative;
	width: 100%;
}
.ballon_voice {
    position:relative;
    width:48%;
    background:#E9F4E2;
    padding:40px 25px;
    text-align:center;
    color:#333333;
    font-weight:bold;
    border-radius:20px;
	margin-bottom: 60px;
}
.ballon_voice::after {
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    border-color: rgba(233, 244, 226, 0);
    border-top-width:22px;
    border-bottom-width:22px;
    border-left-width:15px;
    border-right-width:15px;
    margin-left: -15px;
    border-top-color:#E9F4E2;
    top:100%;
    left:50%;
}
@media screen and (max-width: 767px) {
	.flex_ballon {
	display:block;
}
	.ballon_voice {
		width:100%;
		max-width: 550px;
		margin: 0 auto 60px;
	}
}
.greenTxt { color: #73AC39; }

.intro {
	font-size: 4rem;
	letter-spacing: 1px;
	text-align: center;
}
.intro span { font-size: 10rem; }

@media screen and (max-width: 767px) {
	.intro { font-size: 3rem; }
	.intro span { font-size: 7rem; }
}
@media screen and (max-width: 549px) {
	.intro { font-size: 2.5rem; }
	.intro span { font-size: 5rem; }
}
.mainteBox {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	margin: 80px auto 0;
}
.flex_maintenance {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	
	justify-content: space-between;
	align-items: flex-end;
	position: relative;
	width: 100%;
	gap: 40px;
}
@media screen and (max-width: 767px) {
	.flex_maintenance {
	display:block;
	position: relative;
	width: 100%;
}
}
.head_maintenance {
	position: relative;
	width: 100%;
}
.all_head {
	font-size: 2.8rem;
	text-align: center;
	background-color: #B6E2C7;
	padding: 20px;
	border: 2px solid #B6E2C7;
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
	width: 100%;
}
@media screen and (max-width: 767px) {
	.all_head { font-size: 2.5rem; }
}
.pointBox, .pointBox_02, .pointBox_03 {
	position: relative;
	background-color: #fff;
	border: 2px solid #B6E2C7;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	padding: 20px;
	width: 100%;
}
.pointBox_02 {
	padding: 40px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom: none;
}
.pointBox_03 {
	padding: 40px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-top: none;
}
@media screen and (max-width: 549px) {
	.pointBox_02 {
	padding: 20px;
}
}
.point {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	
	position: relative;
	margin: 20px auto;
	width: 75%;
}
.point p.dot {
	width: 33px;
	height: 33px;
	border-radius: 50%;
	background-color: #A0E1B9;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	flex-grow: 0;
flex-shrink: 0;
}
@media screen and (max-width: 1000px) {
	.point { width: 80%; }
}
@media screen and (max-width: 767px) {
	/*.point { margin-left: 12%; }*/
}
@media screen and (max-width: 549px) {
	/*.point { margin-left: 15%; }*/
}

.storeTxtBox {
	position: relative;
	margin: 80px auto;
	/*width: 100%;*/
}
.flex_store {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	
	justify-content: center;
	align-items: center;
	position: relative;
	width: 100%;
}
.flex_store img {
	width: 90px;
}
.storeTxt {
	text-align: center;
	font-size: 2.5rem;
}
@media screen and (max-width: 767px) {
	.storeTxt {
	font-size: 2.2rem;
}
}
@media screen and (max-width: 549px) {
	.storeTxt { font-size: 2rem; }
	.flex_store img { width: 80px; }
}

.half_head, .half_head_02, .half_head_03 {
	font-size: 2.3rem;
	background-color: #B6E2C7;
	padding: 20px 40px;
	border: 2px solid #B6E2C7;
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
	width: 35%;
}
.half_head_02 { 
		width: 37%;
	}
.half_head_03 { 
		width: 470px;
	}
@media screen and (max-width: 1000px) {
	.half_head, .half_head_02, .half_head_03 { 
		font-size: 2.1rem;
		width: 45%;
	}
	.half_head_03 { 
		width: 440px;
	}
}
@media screen and (max-width: 767px) {
	.half_head, .half_head_02, .half_head_03 { 
		font-size: 2rem;
		width: 100%;
		text-align: center;
	}
}
.tabuBox {
	position: relative;
	width: 45%;
	margin: 0 auto;
}
@media screen and (max-width: 1000px) {
	.tabuBox {
	width: 55%;
}
}
@media screen and (max-width: 767px) {
	.tabuBox {
	width: 70%;
}
}
.tabuBox_02 {
	position: relative;
	width: 250px;
	margin: 0 auto;
}


.tabu_ballon {
    position:relative;
    width: 100%;
    background:#fff;
    padding:15px;
    text-align:center;
	font-size: 2rem;
	color: #18A75D;
    border:2px solid #B6E2C7;
    border-radius:10px;
	margin: 0 auto 20px;
}
.tabu_ballon::after,.tabu_ballon::before {
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    top:100%;
    left:50%;
}
.tabu_ballon::after {
    border-color: rgba(255, 255, 255, 0);
    border-top-width:14px;
    border-bottom-width:14px;
    border-left-width:8px;
    border-right-width:8px;
    margin-left: -8px;
    border-top-color:#FFFFFF;
}
.tabu_ballon::before {
    border-color: rgba(182, 226, 199, 0);
    border-top-width:17px;
    border-bottom-width:17px;
    border-left-width:10px;
    border-right-width:10px;
    margin-left: -10px;
    margin-top: 2px;
    border-top-color:#B6E2C7;
}
.flex_maintenance_inc {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	
	justify-content: space-between;
	position: relative;
	width: 100%;
	gap: 50px;
}
@media screen and (max-width: 767px) {
	.flex_maintenance_inc {
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
}
}
.half_col{
	width: 50%;
}
@media screen and (max-width: 767px) {
.half_col{
	width: 100%;
	
}
}
.colTxt {
	font-size: 2rem;
	padding-bottom: 8px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 15px;
}
.iconBox {
	margin: 20px 0;
	position: relative;
	width: 100%;
}
@media screen and (max-width: 767px) {
	.iconBox ul {
		width: 85%;
	margin: 0 auto;
}
}
@media screen and (max-width: 549px) {
	.iconBox ul {
		width: 100%;
	margin: 0 auto;
}
}

.iconBox ul li {
	text-align: center;
	display: inline-block;
	width: 18%;
}
@media screen and (max-width: 767px) {
	.iconBox ul li {
	width: 18.5%;
}
}
.iconBox ul li img {
	display: block;
	margin: 0 auto;
}
.iconBox ul li span {
	display: inline-block;
}

.lightGrayBase { background-color: #F1F1F1; }
.att {
	padding-left: 1em;
	text-indent: -1em;
}
.accident {
	background-color: #A0DEE1;
	padding: 8px;
	text-align: center;
}
.flex_spebtw {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	
	justify-content: space-between;
	position: relative;
	width: 100%;
	gap: 8px;
}

.flex_spebtw .time { 
	text-align: center;
	color: #fff;
	background-color: #666;
	padding: 8px;
	width: calc(100% / 4);
	margin: 15px 0 0;
}
.usually {
	font-size: 1rem!important; 
	padding: 8px 0px!important; 
	background-color: #999!important;
	width: calc(25% - 8px)!important;
}
.flex_illust {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	
	justify-content: space-between;
	position: relative;
	width: 100%;
	gap: 40px;
}
@media screen and (max-width: 767px) {
	.flex_illust {
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
}
}

.flow {
	position: relative;
	width: 25%;
	padding: 10px;
}

.flow img {
	display: block;
	margin: 0 auto;
}
.flow::after {
	content: "";
	width:51px;
    height:47px;
    background:url("../image/arrow_illst.png") left top/cover no-repeat;
    position:absolute;
    right:-50px;
    bottom:30px;/*calc(20% - 16px);*/
    margin:0 auto;
	z-index: 2;
}
.flow:last-child::after {
	background-image: none;
}
@media screen and (max-width: 767px) {
	.flow {
	width: 45%!important;
}
	.flow::after {
	width:40px;
    height:37px;
    right:-8px;
    bottom:30px;
}
}
@media screen and (max-width: 549px) {
	.flex_illust {
		display: block;
	}
	.flow {
	width: 100%!important;
		margin-bottom: 30px;
}
		.flow p {
	margin-bottom: 0!important;
}
	.flow::after {
	width:40px;
    height:37px;
		
    right:10%;
    bottom:30px;
}
}
.twoTone {
	/* background: linear-gradient(90deg, #fff 0%, #fff 30%, #F1F9EC 30%, #F1F9EC 100%);*/
  
	position: relative; /* 擬似要素の基準にする */
  width: 100%;
  height: 100%;
 /* background-color: #F1F9EC;  背景色 */
}
.twoTone::before {
  content: ""; /* 擬似要素にはcontentプロパティが必須 */
  position: absolute;
	left: calc(50% - 450px);
	
  width: 100%; /* 親要素の幅いっぱいに広げる */
  height: 100%; /* 上半分だけを色付ける */
  background-color: #F1F9EC; /* 色付けたい部分の色 */
  border-top-left-radius: 40px; /* 左上の角を丸める */
  border-bottom-left-radius: 40px; /* 右上の角を丸める */
}
@media screen and (max-width: 1250px) {
	.twoTone::before {
	left: calc(50% - 350px);
}
}
@media screen and (max-width: 1000px) {
	.twoTone::before {
	left: 20%;
}
}
@media screen and (max-width: 767px) {
	.twoTone {
		padding-bottom:30px;
		overflow: hidden;
}
}
@media screen and (max-width: 549px) {
	.twoTone {
		padding-bottom:40px;
}
}
.twoTone { margin-top: 100px; }
.flex_support {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	
	justify-content: space-between;
	align-items: center;
	position: relative;
	width: 100%;
	margin: 0 auto;
	gap: 50px;
}
.comment {
	/*position: absolute;
	top: 15%;
	left: -18%;;*/
	width: 450px;
}
.comment_img {
	/*margin-left: 350px;*/
}
.comment_img img {
	display: block;
	border-radius: 20px;
	max-width: 660px!important;
}
.around {
	padding: 120px 0;
}
.supp_Tit {
	font-size: 3.3rem!important;
}
@media screen and (max-width: 767px) {
	.around {
	padding: 80px 0;
}
	.supp_Tit {
	font-size: 3rem;
}
}
@media screen and (max-width: 549px) {
	.supp_Tit {
	font-size: 2.5rem;
}
}
@media screen and (max-width: 1000px) {
	.flex_support {
		display: block;
	}
	.comment {
		width: 100%;
	}
	.comment_img img {
		margin: 40px auto 0;
		width: 100%;
	}
}
@media screen and (max-width: 549px) {
	.comment_img img {
		width: 100%;
		margin: 40px 0 -30px 5px;
		border-bottom-right-radius: 0px;
		border-top-right-radius: 0px;
	}
	.comment_img {
		
		margin: 40px -20px 0 0px;
	}
}

.flex_service {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	
	flex-direction: row;
	justify-content: space-between;
	align-items: stretch;
	
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	
	position: relative;
	width: 100%;
	gap: 40px;
}
.service_piece {
	/*display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	flex-direction: column;*/
	display: flex;
  flex-direction: column;
	
	width: calc((100% - 80px) / 3);
}
.service_p {
	flex-grow: 1;
}

.service_piece img {
	border-radius: 20px;
	flex-grow: 0;
flex-shrink: 0;
}
@media screen and (max-width: 767px) {
	.flex_service {
		/*display: block;*/
		flex-direction: column;
		gap: 30px;
	}
	.service_piece {
	width: 75%;
		margin: 0 auto;
}
	
}
@media screen and (max-width: 549px) {
	.service_piece {
	width: 100%;
}
}

.sarvice_Tit {
	font-size: 1.8rem;
	font-weight: bold;
}
.sarvice_Tit .nyoro {
	font-size: 1.5rem;
}
.sarvice_p {
	font-size: 1.6rem;
}
.service_marB {
	margin-bottom: 60px!important;
}
@media screen and (max-width: 767px) {
	.service_marB {
		margin-bottom: 0px!important;
	padding-bottom: 120px!important;
}
}
