@charset "UTF-8";
@import url('//fonts.googleapis.com/css2?family=Barlow:wght@400;500;600;700&family=Noto+Sans+JP:wght@300;400;500;700&display=swap');
@import url(//use.fontawesome.com/releases/v5.2.0/css/all.css);
/*----------------------------------------------------
font-family
----------------------------------------------------*/
/*
font-family: 'Barlow', sans-serif;
font-family: 'Noto Sans JP', sans-serif;
*/
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
*,:after,:before{box-sizing:border-box;border-style:solid;border-width:0}html{line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{margin:0}main{display:block}h1,h2,h3,h4,h5,h6{font-size:inherit;line-height:inherit;font-weight:inherit;margin:0}address,blockquote,dl,figure,form,iframe,ol,p,pre,table,ul{margin:0}ol,ul{padding:0;list-style:none}dt{font-weight:700}dd{margin-left:0}hr{box-sizing:content-box;height:0;overflow:visible;border-top-width:1px;margin:0;clear:both;color:inherit}pre{font-family:monospace;font-size:inherit}address{font-style:inherit}a{background-color:transparent;text-decoration:none;color:inherit}abbr[title]{text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace;font-size:inherit}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}embed,iframe,img,object{vertical-align:bottom}button,input,optgroup,select,textarea{-webkit-appearance:none;appearance:none;vertical-align:middle;color:inherit;font:inherit;background:transparent;padding:0;margin:0;outline:0;border-radius:0;text-align:inherit}[type=checkbox]{-webkit-appearance:checkbox;appearance:checkbox}[type=radio]{-webkit-appearance:radio;appearance:radio}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{cursor:pointer;-webkit-appearance:none;appearance:none}[type="button"][disabled],[type="reset"][disabled],[type="submit"][disabled],button[disabled]{cursor:default}[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}select::-ms-expand{display:none}fieldset,option{padding:0}fieldset{margin:0;min-width:0}legend{color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px}[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}label[for]{cursor:pointer}details{display:block}summary{display:list-item}[contenteditable]{outline:0}table{border-collapse:collapse;border-spacing:0}caption{text-align:left}td,th{vertical-align:top;padding:0}th{text-align:left;font-weight:700}[hidden],template{display:none}

html {
  background-color: #FFF;
  font-size: 62.5%;
  /* sets the base font to 10px for easier math */
}
body, h1, h2, h3, h4, h5, h6, pre, ul, ol, li, dl, dt, dd, p, img {
  margin: 0;
  padding: 0;
}
body {
font-family: 'Noto Sans JP', sans-serif;
  color: #000;
  font-size: 17px;
  font-size: 1.7rem;
  /* sets the default sizing to make sure nothing is actually 10px */
  line-height: 1;
  letter-spacing: 0.08em;
}
body * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
a, a:link, a:hover, a:focus {
  color: #333;
  text-decoration: none;
  cursor: pointer;
  outline: none;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
a:hover {
  text-decoration: underline;
  color: red;
}
ul, ol {
  list-style-type: none;
}
::selection {
  background-color: #224165;
  color: #FFF;
  /* Safari */
}
::-moz-selection {
  background-color: #224165;
  color: #FFF;
  /* Firefox */
}
#contents p, #contents dl dt, #contents dl dd, #contents ul li, #contents ol li {
  line-height: 1.7;
}
/* indent
-------------------*/
.center{text-align:center!important}.left{text-align:left!important}.right{text-align:right!important}.top0{margin-top:0!important}.top5{margin-top:5px!important}.top10{margin-top:10px!important}.top15{margin-top:15px!important}.top20{margin-top:20px!important}.top25{margin-top:25px!important}.top30{margin-top:30px!important}.top35{margin-top:35px!important}.top40{margin-top:40px!important}.btm0{margin-bottom:0!important}.btm5{margin-bottom:5px!important}.btm10{margin-bottom:10px!important}.btm15{margin-bottom:15px!important}.btm20{margin-bottom:20px!important}.btm25{margin-bottom:25px!important}.btm30{margin-bottom:30px!important}.btm35{margin-bottom:35px!important}.btm40{margin-bottom:40px!important}.btm45{margin-bottom:45px!important}.btm50{margin-bottom:50px!important}.btm55{margin-bottom:55px!important}.btm60{margin-bottom:60px!important}.btm65{margin-bottom:65px!important}.btm70{margin-bottom:70px!important}.btm75{margin-bottom:75px!important}.btm80{margin-bottom:5pc!important}.btm85{margin-bottom:85px!important}.btm90,.btm95{margin-bottom:90px!important}.pT0{padding-top:0!important}.pT5{padding-top:5px!important}.pT10{padding-top:10px!important}.pT15{padding-top:15px!important}.pT20{padding-top:20px!important}.pT25{padding-top:25px!important}.pT30{padding-top:30px!important}.pT35{padding-top:35px!important}.pT40{padding-top:40px!important}.pT45{padding-top:45px!important}.pB0{padding-bottom:0!important}.pB5{padding-bottom:5px!important}.pB10{padding-bottom:10px!important}.pB15{padding-bottom:15px!important}.pB20{padding-bottom:20px!important}.lm5{margin-left:5px!important}.lm10{margin-left:10px!important}.lm15{margin-left:15px!important}.lm20{margin-left:20px!important}.lm50{margin-left:50px!important}.lm60{margin-left:60px!important}.lm70{margin-left:70px!important}.rm5{margin-right:5px!important}.rm10{margin-right:10px!important}.rm15{margin-right:15px!important}.rm20{margin-right:20px!important}.vAT{vertical-align:top!important}.vAM{vertical-align:middle!important}.vAB{vertical-align:bottom!important}.bold{font-weight:700}.normal{font-weight:400}.is-pc{display:block}.is-sp{display:none}.spTel{pointer-events:none}@media only screen and (max-width:900px){.is-sp{display:block!important}.is-pc{display:none!important}.spImg{max-width:100%}a.spTel{color:#b69260;pointer-events:auto}}.size10{font-size:1rem!important}.size11{font-size:1.1rem!important}.size12{font-size:1.2rem!important}.size13{font-size:1.3rem!important}.size14{font-size:1.4rem!important}.size15{font-size:1.5rem!important}.size16{font-size:1.6rem!important}.size17{font-size:1.7rem!important}.size18{font-size:1.8rem!important}.size19{font-size:1.9rem!important}.size20{font-size:2rem!important}.size21{font-size:2.1rem!important}.size22{font-size:2.2rem!important}.size23{font-size:2.3rem!important}.size24{font-size:2.4rem!important}.w5{width:5%!important}.w10{width:10%!important}.w15{width:15%!important}.w18{width:18%!important}.w20{width:20%!important}.w25{width:25%!important}.w30{width:30%!important}.w35{width:35%!important}.w40{width:40%!important}.w45{width:45%!important}.w50{width:50%!important}.w55{width:55%!important}.w60{width:60%!important}.w65{width:65%!important}.w70{width:70%!important}.w75{width:75%!important}.w80{width:80%!important}.w85{width:85%!important}.w90{width:90%!important}.w95{width:95%!important}.wFull{width:100%!important}
/* component
-------------------*/
.indList {
  margin-bottom: 15px;
}
.indList li {
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 5px;
}
.indList li:before {
  content: '・';
  margin-right: 5px;
  vertical-align: middle;
}
.numList {
  margin-bottom: 15px;
  padding-left: 1.6em;
}
.numList li {
  list-style: decimal outside none;
  margin-bottom: 5px;
}
/*----------------------------------------------------
hamburgerMenu
----------------------------------------------------*/
/* hamburger
-------------------*/
/*
.hamburger {
  display: block;
  position: fixed;
  z-index: 991;
  right: 10px;
  top: 12px;
  width: 42px;
  height: 42px;
  cursor: pointer;
}
.hamburger span {
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 6px;
  background: #555;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 10px;
}
.hamburger span:nth-child(2) {
  top: 20px;
}
.hamburger span:nth-child(3) {
  top: 30px;
}
.hamburger.active span:nth-child(1) {
  top: 16px;
  left: 6px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.hamburger.active span:nth-child(2), .hamburger.active span:nth-child(3) {
  top: 16px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
#Nav {
  height: 100%;
  display: block;
  transition: all 550ms ease 0.25s;
  visibility: hidden;
  padding-top: 59px;
  width: 90%;
  position: fixed;
  right: -100%;
  top: 0;
  z-index: 990;
}
#Nav #Bg {
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 500%;
  position: fixed;
  right: -50%;
  top: 0;
  z-index: -1;
  opacity: 0;
  transition: all 550ms ease 0.25s;
  pointer-events: none;
}
#Nav:after {
  background: rgba(255, 255, 255, 0.8);
  background-color: #f9f9f9;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
  opacity: 0;
  transition: all 550ms ease 0.25s;
}
#Nav:before {
  opacity: 0;
  transition: all 550ms ease 0.25s;
}
#Nav.active {
  visibility: visible;
  right: 0;
}
#Nav.active #Bg {
  right: 0;
  opacity: 1;
  pointer-events: auto;
}
#Nav.active:before, #Nav.active:after {
  opacity: 1;
}
*/

/*------------------------------------for pc header--*/
#header {
width: 100%;
position: absolute;
left: 0;
top: 0;
z-index: 999;
}
#header .hdInr {
width: 90%;
margin: 0 auto;
display: flex;
justify-content: space-between;
}
#header .hdInr .logo {
max-width: 245px;
padding: 20px 40px;
border-radius: 0 0 10px 10px;
background: #fff;
}
#header .hdInr .logo a {
display: block;
}
#header .hdInr .actionList {
display: flex;
justify-content: flex-end;
width: 75%;
max-width: 1000px;
}
#header .hdInr .actionList li {
margin-left: 10px;
}
#header .alert {
width: 90%;
margin: -10px auto 0;
text-align: right;
color: #FFF;
font-size: 14px;
text-shadow: 0px 0px 4px rgba(0,0,0,0.7);
}
#header .alert .inner{
 padding-left: 260px;
}
#header .alert .inner2{
 width: 100%;
	max-width: 990px;
	display: inline-block;
	text-align: left;
}
@media only screen and (max-width: 900px){
		#header .alert {
		width: auto;
		margin: 5px;
		text-align: left;
		display: none;
		}
		#header .alert .inner{
			padding-left: 0px;
		}
}
/*------------------------------------for mv--*/

#mv {
background: url("../../images/mv_bg.png") center center no-repeat;
background-size: cover;
}

.mvInr {
width: 90%;
max-width: 1100px;
margin: 0 auto;
position: relative;
padding-top: 115px;
padding-bottom: 40px;
}
.mvInr h1 {
opacity: 0;
}
.mvInr .txt01 {
position: absolute;
left: 0;
top: 18%;
width: 48%;
max-width: 578px;
  opacity: 0;
  transform: translate(0, 10px);
  transition: all 300ms;
  z-index: 1;
}
.mvInr .txt02 {
color: #fff;
width: 50%;
margin-top: -80px;
line-height: 1.7;
font-size: 15px;
font-size: 1.5rem;
}
.mvInr .txt03 {
text-align: right;
}
/*------------------------------------for contents--*/

.secInr {
width: 90%;
max-width: 1024px;
margin: 0 auto;
padding: 80px 0;
}
.head01 {
text-align: center;
margin-bottom: 30px;
}
.head01 .en{
font-family: 'Barlow', sans-serif;
font-size: 90px;
font-size: 9rem;
display: block;
font-weight: 800;
padding-bottom: 10px;
}
.head01 .ja {
padding: 10px 30px;
display: inline-block;
border-radius: 50px;
font-size: 22px;
font-size: 2.2rem;
background: #fff;
color: #24b6dc;
}

#area01 {
background: #007fc4;
background: -moz-linear-gradient( #3bacd2 0%, #007fc4 100%);
background: -webkit-gradient(linear, left top, left bottom, from(#3bacd2), to(#007fc4));
background: -webkit-linear-gradient( #3bacd2 0%, #007fc4 100%);
background: -o-linear-gradient( #3bacd2 0%, #007fc4 100%);
background: linear-gradient( #3bacd2 0%, #007fc4 100%);
overflow: hidden;
padding-top: 100px;
}
#area01 .secInr {
position: relative;
}
#area01 h2{
max-width: 875px;
margin: 0 auto;
}
#area01 .price {
max-width: 840px;
margin: 0 auto;
opacity: 0;
}
#area01 ul {
width: 80%;
display: flex;
justify-content: space-between;
margin: 0 auto;
}
#area01 ul li {
width: 32%;
max-width: 261px;
}
#area01 .secInfo {
position:inherit;
z-index: 1;
}

#area01 .over01,
#area01 .over02 {
position: absolute;
left: -30%;
top: 5%;
width: 45%;
z-index: 0;
}
#area01 .over02 {
left: inherit;
right:  -30%;
}
#area01 .banner{
	padding: 60px 0px 0px 0px;
	margin: 0px auto;
	width: 90%;
 max-width: 1024px;
}


#area02 {
background: #24b6dc;
overflow: hidden;
}
#area02 .troubleHead {
width: 60%;
margin: 0 auto 40px;
}
#area02 .balloonList {
display: flex;
justify-content: center;
flex-wrap: wrap;
}
#area02 .balloonList li {
width: 30%;
}
#area02 .Img {
max-width: 1016px;
margin: -80px auto 20px;
}
#area02 .comment {
max-width: 889px;
margin: 0 auto 120px;
}
#area02 .head01 .en{ 
  color: #24b6dc;
  -webkit-text-stroke: 1px #FFF;
  text-stroke: 1px #FFF;
}

.infoTxt {
text-align: center;
font-size: 19px;
font-size: 1.9rem;
margin-bottom: 60px;
}
#area02 .worksList {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
#area02 .worksList li {
width: 49%;
border-radius:10px;
background: #fff;
margin-bottom: 30px;
}
#area02 .worksList li h3 {
background: #0072b2;
color: #fff;
font-size: 26px;
font-size: 2.6rem;
font-weight: 600;
border-radius: 10px 10px 0 0;
text-align: center;
letter-spacing: 0;
padding: 10px 0;
}
#area02 .worksList li h3 small {
font-size: 20px;
font-size: 2rem;
}
#area02 .worksList li h3 strong {
font-size: 27px;
font-size: 2.7rem;
margin-right: 5px;
}
#area02 .worksList li .whBox {
position: relative;
padding: 40px 40px 40px 150px;

}
#area02 .worksList li .whBox dl {
display: flex;
justify-content: space-between;
font-size: 20px;
font-size: 2rem;
align-items: center;
margin-top: 10px;
}
#area02 .worksList li .whBox dl dt {
background: #e3e4f0;
border-radius: 50px;
width: 25%;
font-weight: normal;
text-align: center;
}
#area02 .worksList li .whBox dl dd {
width: 70%;
}

#area02 .worksList li:nth-child(even) .whBox{
padding: 40px 150px 40px 40px;
}
#area02 .worksList li .whBox .uchiwa {
position: absolute;
}
#area02 .worksList li .whBox .uchiwa.uchiwa01 {
left: -120px;
top: 20px;
}
#area02 .worksList li .whBox .uchiwa.uchiwa02 {
right: -80px;
top: 20px;
}
#area02 .worksList li .whBox .uchiwa.uchiwa03 {
left: -120px;
top: 20px;
}
#area02 .worksList li .whBox .uchiwa.uchiwa04 {
right: -80px;
top: 20px;
}
#area03 {
background: #7cd3ea;
overflow: hidden;
}
#area03 .pointList li {
display: flex;
justify-content: space-between;
margin-bottom: 100px;
position: relative;
}
#area03 .pointList li:last-child{
margin-bottom: 0;
padding-top: 30px;
}

#area03 .pointList li .infoBox {
width: 50%;
max-width: 640px;
}
#area03 .pointList li .infoBox h3 {
margin-bottom: 20px;
}
#area03 .pointList li .pointImg {
width: 48%;
position: relative;
}
#area03 .pointList li .pointImg img {
width: 125%;
position: absolute;
left: 0;
top: 60px;
}
#area03 .pointList li dl {
background:rgba(255,255,255,0.8);
padding: 40px;
border: 2px solid #fff;
border-radius: 10px;
}
#area03 .pointList li dl dt {
font-size: 23px;
font-size: 2.3rem;
letter-spacing: 0;
color: #1c2086;
font-weight: 600;
margin-bottom: 20px;
line-height: 1.3;
}
#area03 .pointList li:nth-child(even) {
flex-direction: row-reverse;
}
#area03 .pointList li:nth-child(even) .pointImg img {
left: inherit;
right: 0;
width: 110%;
top: 80px;
}
#area03 .pointList li:nth-child(3) .pointImg img {
top: 80px;
}
#area03 .pointList li .line01 {
position: absolute;
left: -5%;
top: -30px;
max-width: 907px;
}
#area03 .pointList li .line02 {
position: absolute;
right: -5%;
top: -50px;
max-width: 907px;
}
#area04{

}
.contactBox {
background: url("../../images/contact_bg.png") center center no-repeat;
background-size: cover;
overflow: hidden;
}
.contactBox .secInr {
position: relative;
}
.contactBox h2{
margin-bottom: 20px;
border-top: 2px solid #fff;
border-bottom: 2px solid #fff;
padding: 10px 0;
text-align: center;
}
.contactBox h2 img {
width: 70%;
}
.contactBox .tel {
max-width: 868px;
margin: 0 auto 20px;
}
.contactBox .tel .row {
 display: flex;
	flex-wrap:wrap;
}
#contents .contactBox .tel .row .alert {
display: block;
text-align: left;
color: #fff;
font-size: 14px;
font-size: 1.4rem;
line-height: 14px;
margin-top: 10px;
margin-right: 40px;
letter-spacing: 0;
width : -webkit-calc(100% - 320px) ;
   width : calc(100% - 320px) ;
}
.contactBox .tel .row span {
display: block;
text-align: right;
color: #fff;
font-size: 16px;
font-size: 1.6rem;
margin-top: 10px;
letter-spacing: 0;
width: 280px;
}
@media only screen and (max-width: 900px){
		#contents .contactBox .tel .row .alert {
		order: 2;
		margin: 0px 0px 20px 0px;
		width :100%;
		}
		.contactBox .tel .row span {
		order: 1;
		margin: 0px 0px 10px 0px;
		font-weight: 300;
    text-align: center;
    width: 100%;
    padding: 5px 0;
				line-height: 27.2px;
		}
		#area01 .banner{
				padding: 0px 0px 0px 0px;
				text-align: center;
			}
}

.contactBox .tel span {
display: block;
text-align: right;
color: #fff;
font-size: 16px;
font-size: 1.6rem;
margin-top: 10px;
letter-spacing: 0;
}
.contactBox .tel span small {
font-size: 16px;
font-size: 1.6rem;
}
.contactBox .tel span small:after {
content: "：";
}
.contactBox ul{
display: flex;
justify-content: space-between;
}
.contactBox ul li {
width: 48%;
}
.contactBox .secInr .over01,
.contactBox .secInr .over02{
position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit- transform:translateY(-50%);
}
.contactBox .secInr .over01 {
left: -12%;
}
.contactBox .secInr .over02 {
right: -12%;
}
.contactBox .borderBtn {
    width: 100%;
    margin: 0 auto;
    max-width: 600px;
    text-align: center;
    padding-top: 30px;
}
.contactBox .borderBtn a {
display: block;
border: 2px solid #fff;
border-radius: 50px;
padding: 15px 0;
    color: #fff;
    font-weight: bold;
    font-weight: 21px;
    font-size: 2.1rem;
    position: relative;
}
.contactBox .borderBtn a:hover {
text-decoration: none;
background: #fff;
color: #1c2086;
}

.contactBox .borderBtn a:before {
  content: '';
  width: 14px;
  height: 14px;
  border: 0;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -7px;
  transform: rotate(45deg);
}
.contactBox .borderBtn a:hover:before {
  border-top: solid 3px #1c2086;
  border-right: solid 3px #1c2086;
}


#area05 {
background: #24b6dc;
}
#area05 h2 {
text-align: center;
color: #fff;
font-size: 60px;
font-size: 6rem;
font-family: 'Barlow', sans-serif;
font-weight: bold;
}
#area05 h3 {
text-align: center;
max-width: 877px;
margin: 0 auto 30px;
}
#area05 h4 {
max-width: 749px;
margin: 0 auto 30px;
}
#area05 .typeList li {
background: #fff;
box-shadow: 0 0 4px rgb(0,0,0,0.3);
border-radius: 10px;
position: relative;
margin-bottom: 60px;
}
#area05 .typeList li:last-child{
margin-bottom: 0;
}
#area05 .typeList li .balloon{
position: absolute;
width: 17%;
left: 20px;
top: 30px;
}
#area05 .typeList li h5 {
background: #0080be;
padding: 20px 0;
text-align: center;
border-radius: 10px 10px 0 0;
}
#area05 .typeList li .flexBox {
display: flex;
justify-content: space-between;
padding: 20px 40px;
align-items: center;
}
#area05 .typeList li .flexBox .Img {
width: 30%;
}
#area05 .typeList li .flexBox dl {
width: 64%;
}
#area05 .typeList li .flexBox dl dt {
color: #1c2086;
font-size: 28px;
font-size: 2.8rem;
margin-bottom: 20px;
line-height: 1.3;
}
#area05 .typeList li .flexBox dl dt small {

font-size: 21px;
font-size: 2.1rem;
}
#area05 .typeList li .flexBox dl dd.txt{
margin-bottom: 20px;
}
#area05 .typeList li .flexBox dl dd.figure{
width: 70%;
margin: 0 auto;
}
.head02 {
text-align: center;
font-size: 21px;
font-size: 2.1rem;
margin-bottom: 60px;
}
.head02 span{
font-size: 60px;
font-size: 6rem;
font-family: 'Barlow', sans-serif;
font-weight: bold;
display: block;
padding-bottom: 10px;
}
#area06 {
background: #7cd3ea;
}
#area06 h2 span {
color: #0080be;
}

.stepList {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.stepList li {
width: 31.5%;
background: #fff;
border-radius: 10px;
padding: 40px 30px;
position: relative;
margin-bottom: 60px;
}
.stepList li:after {
content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 0 10px;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  right: -28px;
  top: 50%;
  margin-top: -9px;
}
.stepList li:last-child:after {
display: none;
}
.stepList li h3 {
position: absolute;
  left: 50%;
  transform:translateX(-50%);
  -webkit- transform:translateX(-50%);
  top: -20px;
}
.stepList li h3 span{
  position: relative;
  padding: 0.5rem 2rem;
  word-break: break-all;
  color: #0080be;
  font-size: 26px;
  font-size: 2.6rem;
  background: #ffef3f;
  font-weight: bold;
}

.stepList li h3 span:after {
    position: absolute;
    top: 0;
    right: -20px;
    width: 0;
    height: 0;
    content: '';
    border-width: 47px 21px 0 0;
    border-style: solid;
  border-color: #ffef3f transparent transparent transparent;
}

.stepList li .icon {
width: 50%;
margin: 0 auto;
}

.stepList li dl dt {
color: #1080be;
  font-size: 26px;
  font-size: 2.6rem;
  text-align: center;
  padding: 10px 0 15px;
}
#area07 {
background: #24b6dc;
}
#area07 h2{
color: #fff;
margin-bottom: 30px;
}

#area07 .txt {
color: #fff;
font-weight: 300;
text-align: center;
margin-bottom: 60px;
}
.accordion {
  border-radius: 10px;
  background: #fff;
  padding: 20px 30px;
  margin-bottom: 20px;
}

.accordion dt {
  position: relative;
  display: flex;
font-size: 24px;
font-size: 2.4rem;
font-weight: bold;
align-items: center;
}
.accordion dt strong{
color: #1080be;
font-size: 34px;
font-size: 3.4rem;
margin-right: 10px;
}

.accordion dd {
  padding: 20px;
font-size: 22px;
font-size: 2.2rem;
background: #ececec;
margin-top: 20px;
display: none;
}
.accordion dd div {
  display: flex;
align-items: flex-start;
}
.accordion dd strong{
color: #ff4e00;
font-size: 34px;
font-size: 3.4rem;
margin-right: 10px;
line-height: 1;
}


.accordion dt span::before,
.accordion dt span::after {
  content: '';
  display: block;
  width: 20px;
  height: 3px;
  border-radius: 5px;
  background: #1080be;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}
  
.accordion dt span::after {
  transform: translateY(-50%) rotate(90deg);
  transition: 0.5s;
}

.accordion dt.active span::after {
  transform: rotate(0);
  transition: 0.5s;
}
#area08 {
background: #7cd3ea;
}
#area08 h2 span {
color: #0080be;
}
#area08 .flexBox {
display: flex;
justify-content: space-between;
flex-wrap:wrap;
}
#area08 .infoBox {
width: 45%;
}
#area08 .infoBox table {
margin-bottom: 30px;
}
#area08 .infoBox table th,
#area08 .infoBox table td {
padding: 15px 10px;
line-height: 1.3;
font-weight: 400;
}
#area08 .flexBox .mapBox {
    width: 49%;
    position: relative;
}
#area08 .flexBox .mapBox::before {
    content: "";
    display: inline-block;
    padding-top: 100%;
}
#area08 .flexBox .mapBox iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.grayscale_100 {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}
.spFloating {
display: none;
}

/*------------------------------------for pc resize--*/
@media only screen and (max-width: 1450px) {
#area01 .over01, #area01 .over02 {
    left: -15%;
    width: 30%;
}
#area01 .over02 {
    right: -15%;
    left: inherit;
}
}
@media only screen and (max-width: 1280px) {
.contactBox .secInr .over01 {
    left: -6%;
}
.contactBox .secInr .over02 {
    right: -5%;
}
.contactBox ul {
position: inherit;
z-index: 2;
}
}

/*------------------------------------for sp--*/
@media only screen and (max-width: 900px) {
body {
font-size: 14px;
font-size: 1.4rem;
}
#header .hdInr {
    width: 100%;
}
#header .hdInr .logo {
width: 40%;
border-radius: 0;
padding: 10px 20px;
}
#header .hdInr .actionList li:nth-child(2),
#header .hdInr .actionList li:nth-child(3),
#header .hdInr .actionList li:nth-child(4) {
display: none;
}
#header .hdInr .actionList {
background: #0034b1;
}

#header .hdInr .actionList li {
    margin-left: 0;
}
 #topcontrol {
    display: none;
  }
.mvInr {
    padding-top: 220px;
}
.mvInr .txt01 {
    top: 10%;
    width: 90%;
}
.mvInr .txt02 {
    width: 100%;
    margin-top: 0px;
    font-size: 13px;
    font-size: 1.3rem;
}
.mvInr .txt03 {
display: none;
}
#header {
position: fixed;
}
#header .hdInr .actionList li img{
    object-fit: cover;
    height: 62px;
}
.secInr {
    margin: 0 auto;
    padding: 40px 0;
}
.priceInfo {
color: #fff;
padding: 10px 8%;
}
#area01 .over01, #area01 .over02 {
display: none;
}
#area01 ul {
    width: 100%;
    flex-wrap: wrap;
}
#area01 ul li {
width: 100%;
margin-top: -30px;
max-width: 100%;
}
#area01 ul li:first-child{
margin-top: 0;
}

#area02 .balloonList li {
width: 100%;
margin-top: -60px;
}
#area02 .balloonList li:first-child{
margin-top: 0;
}
#area02 .Img {
display: none;
}
#area02 .troubleHead {
    width: 100%;
    margin: 0 auto 20px;
}
.head01 .en {
    font-size: 50px;
    font-size: 5rem;
}
.head01 .ja {
    font-size: 15px;
    font-size: 1.5rem;
    padding: 8px 20px;
}
.infoTxt {
    font-size: 15px;
    font-size: 1.5rem;
    margin-bottom: 30px;
}
#area02 .worksList li {
    width: 100%;
}
#area02 .worksList li h3 {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 8px 0;
}
#area02 .worksList li h3 small {
    font-size: 12px;
    font-size: 1.2rem;
}
#area02 .worksList li h3 strong {
    font-size: 21px;
    font-size: 2.1rem;
    margin-right: 3px;
}
#area02 .worksList li .whBox .uchiwa.uchiwa01 {
    left: -10px;
    width: 40%;
}
#area02 .worksList li .whBox {
    padding: 20px 20px 20px 110px;
}
#area02 .worksList li .whBox dl {
font-size: 14px;
font-size: 1.4rem;
margin-top: 5px;
letter-spacing: 0;
}
#area02 .worksList li .whBox dl dd {
line-height: 1.2;
}
#area02 .worksList li:nth-child(even) .whBox {
    padding: 20px 110px 20px 20px;
}
#area02 .worksList li .whBox .uchiwa.uchiwa02 {
    right: -10px;
    width: 40%;
}
#area02 .worksList li .whBox .uchiwa.uchiwa03 {
    left: -10px;
    width: 40%;
}
#area02 .worksList li .whBox .uchiwa.uchiwa04 {
    right: -10px;
    width: 40%;
}
#area03 .pointList li {
flex-wrap: wrap;
position: relative;
}
#area03 .pointList li .infoBox {
    width: 100%;
    max-width: 100%;
}
#area03 .pointList li dl {
    padding: 20px;
}

#area03 .pointList li .infoBox h3 {
    margin-bottom: 10px;
    z-index: 1;
    position: relative;
}
#area03 .secInr {
    padding: 0 0 40px;
}
#area03 .pointList li dl dt {
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: 0;
    margin-bottom: 10px;
}

#area03 .pointList li .line01,
#area03 .pointList li .line02{
display: none;
}
#area03 .pointList li {
    margin-bottom: 20px;
}
#area03 .pointList li:last-child {
padding-top: 0;
}


#area03 .pointList li .pointImg {
display: none;
}

.contactBox {
    background: url(../../images/contact_bg_sp.png) center center no-repeat;
    background-size: cover;
}

.contactBox .secInr .over01{
width: 16%;
left: 0%;
}
.contactBox .secInr .over02 {
width: 12%;
right: 5%;
}
.contactBox .secInr .over01,
.contactBox .secInr .over02{
    top: 42%;
    transform: none;
    -webkit- transform:none;
}

.contactBox h2 img {
    width: 100%;
}
.contactBox .tel span {
font-weight: 300;
text-align: center;
width: 100%;
padding: 5px 0;
}
.contactBox .tel span small:after {
display: none;
}
.contactBox ul {
flex-wrap: wrap;
margin-top: -10px;
position: inherit;
z-index: 2;
}
.contactBox ul li {
    width: 100%;
    margin-bottom: 10px;
}
.contactBox ul li:last-child{
margin-bottom: 0;
}
.contactBox .borderBtn a {
font-size: 14px;
font-size: 1.4rem;
letter-spacing: 0;
padding: 20px 0;
}
.contactBox .borderBtn a:before {
    width: 10px;
    height: 10px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    right: 15px;
    margin-top: -5px;
    }
#area05 h2 {
font-size: 30px;
font-size: 3rem;
margin-bottom: 20px;
}
#area05 h4 {
display: none;
}
#area05 .infoTxt{
text-align: left;
margin-bottom: 60px;
}
#area05 .typeList li h5 {
text-align: right;
}
#area05 .typeList li:nth-child(2) h5 {
    padding-right: 15px;
}
#area05 .typeList li h5 img {
width: 65%;
}
#area05 .typeList li:nth-child(2) h5 img{
width: 60%;
}
#area05 .typeList li .flexBox {
flex-wrap: wrap;
padding: 20px;
}
#area05 .typeList li .flexBox .Img {
display: none;
}
#area05 .typeList li .flexBox dl {
    width: 100%;
}
#area05 .typeList li .flexBox dl dt small {
    font-size: 16px;
    font-size: 1.6rem;
}
#area05 .typeList li .flexBox dl dt {
    font-size: 18px;
    font-size: 1.8rem;
    letter-spacing: 0;
    margin-bottom: 10px;
    text-align: center;
    line-height: 1.5;
}
#area05 .typeList li .flexBox dl dd.figure {
    width: 100%;
}
#area05 .typeList li .flexBox dl dd.txt {
    margin-bottom: 0;
    font-size: 15px;
    font-size: 1.5rem;
}
#area05 .typeList li:first-child .flexBox dl dd.txt {
margin-bottom: 20px;
}
#area05 .typeList li .balloon {
    width: 40%;
    left: -3%;
    top: -50px;
}
.head02 span {
    font-size: 30px;
    font-size: 3rem;
}
.head02 {
    font-size: 13px;
    font-size: 1.3rem;
    margin-bottom: 30px;
}
.stepList {
padding-top: 20px;
}
.stepList li {
    width: 100%;
    padding: 20px;
    margin-bottom: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.stepList li .icon {
    width: 30%;
    margin: 0;
}
.stepList li dl {
width: 67%;
}
.stepList li dl dt {
text-align: left;
font-size: 19px;
font-size: 1.9rem;
padding-bottom: 0;
}
.stepList li dl dd {
line-height: 1.5!important;
font-size: 14px;
font-size: 1.4rem;
}

.stepList li h3 span {
font-size: 20px;
font-size: 2rem;
}
.stepList li h3 span:after {
    border-width: 40px 21px 0 0;
}
.stepList li h3 {
left: 0;
transform: none;
-webkit- transform:none;
}

.stepList li:after {
    border-top:none;
    border-right: none;
      border-bottom: 4px solid #fff;
  border-right: 4px solid #fff;
  right: inherit;
  top: inherit;
  left: 50%;
  margin-left: -9px;
  bottom: -34px;
}
.stepList li:last-child{
margin-bottom: 0;
}

#area07 .txt {
text-align: left;
margin-bottom: 20px;
}
.accordion {
    padding: 15px;
}
.accordion dt {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.3!important;
    padding-right: 20px;
}
.accordion dd {
font-size: 14px;
font-size: 1.4rem;
}


#area08 .infoBox {
    width: 100%;
    margin-bottom: 20px;
}
#area08 .flexBox .mapBox {
    width: 100%;
}
#area08 .infoBox table th {
width: 30%;
}

.spFloating {
display: block;
position: fixed;
z-index: 999;
left: 0;
bottom: 0;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.spFloating ul {
display: flex;
justify-content: space-between;
width: 98%;
margin: 0 auto;
}
.spFloating ul li {
width: 32%;
}
.spFloating.none {
opacity: 0;
z-index: -1;
}
}
/*------------------------------------for ipad--*/
@media screen and (min-width:768px) and (max-width:1024px) {
/*
  .portrait.ipad .mainSec .flexBox .infoBox {
    width: 100%;
    margin-bottom: 30px;
  }
*/
}
/* animation
-------------------*/
.fadein {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 500ms;
}
.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}


/*
.shutter {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #24b6dc;
  z-index: 9999;
}
.shutter::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  background-color: #fff;
  width: 0;
  height: 1px;
}
.shutter {
  -webkit-animation: byeShutter 1.6s forwards;
  animation: byeShutter 1.6s forwards;
}
.shutter::before {
  -webkit-animation: shutterOpen 1.6s forwards;
  animation: shutterOpen 1.6s forwards;
}
.main {
  -webkit-animation: contentScale 1.6s forwards;
  animation: contentScale 1.6s forwards;
}
*/


/*
@keyframes byeShutter {
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
    z-index: -1;
  }
}
@keyframes shutterOpen {
  0% {
    width: 0;
    height: 2px;
  }
  50% {
    width: 100%;
    height: 2px;
  }
  90% {
    width: 100%;
    height: 100%;
  }
  100% {
    width: 100%;
    height: 100%;
  }
}

@keyframes contentScale {
  70% {
    opacity: 0;
    display: none;
    z-index: -1;
  }
  100% {
    opacity: 1;
  }
}
*/

#loading {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
background: #007fc4;
background: -moz-linear-gradient( #3bacd2 0%, #007fc4 100%);
background: -webkit-gradient(linear, left top, left bottom, from(#3bacd2), to(#007fc4));
background: -webkit-linear-gradient( #3bacd2 0%, #007fc4 100%);
background: -o-linear-gradient( #3bacd2 0%, #007fc4 100%);
background: linear-gradient( #3bacd2 0%, #007fc4 100%);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
#loading .ldInr {
  position: relative;
  width: 100vw;
  height: 100vh;
}
#loading .ldBox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}
.loader {
  color: #ffffff;
  margin: 0 auto;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: load4 1.3s infinite linear;
  animation: load4 1.3s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
@-webkit-keyframes load4 {
  0%, 100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}
@keyframes load4 {
  0%, 100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}
.loaded {
  opacity: 0;
  visibility: hidden;
}



.zoomin.is-animated {
  animation: zoomIn 0.8s cubic-bezier(.5,1.81,.95,1) 1 forwards;
}
 
@keyframes zoomIn {
  0% {
    transform: scale(0.2);
    opacity: 0;
  }

  50% {
    opacity: 1;
    transform: scale(1.3);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

#mv .txt01.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.poyopoyo {
  animation: poyopoyo 2s ease-out infinite;
  opacity: 1;
}
@keyframes poyopoyo {
  0%, 40%, 60%, 80% {
    transform: scale(1.0);
  }
  50%, 70% {
    transform: scale(0.95);
  }
}
.pop {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: scale(0.5) translateY(30px);
        -ms-transform: scale(0.5) translateY(30px);
            transform: scale(0.5) translateY(30px);
            opacity: 0;
  }
.pop.up {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: scale(1) translateY(0);
        -ms-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
            opacity: 1;
  }


@media only screen and (min-width: 1024px) {
#area01 ul li:nth-of-type(2) {
    -moz-transition-delay: 200ms;
    -webkit-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    -ms-transition-delay: 200ms;
  }
#area01 ul li:nth-of-type(3) {
    -moz-transition-delay: 400ms;
    -webkit-transition-delay: 400ms;
    -o-transition-delay: 400ms;
    -ms-transition-delay: 400ms;
  }
#area02 .balloonList li:nth-of-type(2) {
    -moz-transition-delay: 200ms;
    -webkit-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    -ms-transition-delay: 200ms;
  }
#area02 .balloonList li:nth-of-type(3) {
    -moz-transition-delay: 400ms;
    -webkit-transition-delay: 400ms;
    -o-transition-delay: 400ms;
    -ms-transition-delay: 400ms;
  }
#area02 .balloonList li:nth-of-type(4) {
    -moz-transition-delay: 600ms;
    -webkit-transition-delay: 600ms;
    -o-transition-delay: 600ms;
    -ms-transition-delay: 600ms;
  }
#area02 .balloonList li:nth-of-type(5) {
    -moz-transition-delay: 800ms;
    -webkit-transition-delay: 800ms;
    -o-transition-delay: 800ms;
    -ms-transition-delay: 800ms;
  }
#area02 .worksList li:nth-of-type(2) .pop {
    -moz-transition-delay: 200ms;
    -webkit-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    -ms-transition-delay: 200ms;
  }
#area02 .worksList li:nth-of-type(4) .pop  {
    -moz-transition-delay: 400ms;
    -webkit-transition-delay: 400ms;
    -o-transition-delay: 400ms;
    -ms-transition-delay: 400ms;
  }
  .stepList li:nth-of-type(2) {
    -moz-transition-delay: 200ms;
    -webkit-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    -ms-transition-delay: 200ms;
  }  
  .stepList li:nth-of-type(3) {
    -moz-transition-delay: 400ms;
    -webkit-transition-delay: 400ms;
    -o-transition-delay: 400ms;
    -ms-transition-delay: 400ms;
  }   
   .stepList li:nth-of-type(5) {
    -moz-transition-delay: 200ms;
    -webkit-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    -ms-transition-delay: 200ms;
  }  
  .stepList li:nth-of-type(6) {
    -moz-transition-delay: 400ms;
    -webkit-transition-delay: 400ms;
    -o-transition-delay: 400ms;
    -ms-transition-delay: 400ms;
  }   

}

