@charset "UTF-8";
/* ----------------------------------------------
pageTitle
----------------------------------------------*/
#pageTitle h1 {
  background: url(../img/title-back-sp.png) center top 20px no-repeat;
  background-size: 780px auto;
}
@media print, screen and (min-width:768px) {
  #pageTitle h1 {
    background: url(../img/title-back.png) center top 40px no-repeat;
    background-size: 980px auto;
  }
  @media only screen and (-webkit-min-device-pixel-ratio: 2) {
    #pageTitle h1 {
      background: url(../img/title-back@2x.png) center top 40px no-repeat;
      background-size: 980px auto;
    }
  }
}

/* ----------------------------------------------
service
----------------------------------------------*/
#service {
  width: 100%;
  padding: 40px 0 27px;
  position: relative;
}
#service img {
  max-width: 100%;
  height: auto;
}
#service .serviceBox {
  padding-bottom: 70px;
}
#service .serviceBox .inner {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#service .serviceBox .inner .illust {
  width: calc(100% - 85px);
  max-width: 290px;
  order: 2;
}
#service .serviceBox .inner h2 {
  width: 85px;
  padding: 0 32px 0 0;
  position: relative;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  color: #333;
  font-size: 2.5rem;
  line-height: 1;
  font-weight: 700;
  order: 1;
}
#service .serviceBox .inner h2::before {
  content: "";
  width: 6px;
  height: 96px;
  background: url(../img/service-line-sp.svg) left top no-repeat;
  background-size: 6px 96px;
  position: absolute;
  right: -3px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
#service .serviceBox .text {
  padding: 28px 15px 20px;
  text-align: center;
  font-size: 1.7rem;
  line-height: 1.8;
}
#service .serviceBox ul {
  list-style: none;
  margin: 20px 15px 0;
  padding: 10px 13px 8px;
  border: 2px solid #ccc;
  border-radius: 15px;
  position: relative;
}
#service .serviceBox ul::before {
  content: "";
  width: 33px;
  height: 34px;
  background: url(../img/service-fukidashi.svg) left top no-repeat;
  background-size: 33px 34px;
  position: absolute;
  top: -27px;
  left: 20px;
}
#service .serviceBox li {
  padding: 5px 0;
  border-bottom: 1px dashed #ccc;
}
#service .serviceBox li:last-child {
  border-bottom: none;
}
#service .serviceBox li a {
	margin-top: 15px;
  min-height: 35px;
  display: flex;
  flex-direction: column;
	align-items: center;
  width: 100%;
  padding: 8px 0 0 10px;
  text-decoration: none;
	font-size: 1.4rem;
  color: #333;
	font-weight: 400;
  text-align: center;
}
#service .serviceBox li a img {
	margin-left: 0.5em;
	width: 29px;
	height: auto;
}
#service .serviceBox li a > img {
  width: 170px;
  height: auto;
  display: block;
  margin-bottom: 10px;
}
#service .serviceBox li span.center {
  display: block;
  width: 100%;
	padding: 16px 10px;
	font-size: 1.9rem;
  line-height: 1.4;
  font-weight: 500;	
  color: #333;
}
#service .text span,
#service .serviceBox li span.br {
  white-space: nowrap;
}
#service .serviceBox li span.sub {
  font-size: 1.6rem;
  line-height: 1.3;
  font-weight: 400;
}
#service .serviceBox li span.exText {
		margin-top: 8px;
		display: block;
		font-size: 1.4rem;
    line-height: 1.3;
		font-weight: 400;
	}
#service .serviceBox li span.exText br.spnone {
	display: none;
}
#service .serviceBox li .bn {
  display: flex;
  flex-wrap: wrap;
}

@media print, screen and (min-width:768px) {
  #service {
    width: 980px;
    margin: 0 auto;
    padding: 80px 0 120px;
  }
	#service .serviceBox {
		display: flex;
		align-items: flex-start;
	}
  #service .serviceBox .inner {
    width: 400px;
  }
  #service .serviceBox .inner h2 {
    font-size: 2.8rem;
    line-height: 1;
    text-align: center;
  }
  #service .serviceBox ul {
		width: 550px;
    margin: 0 auto 0;
    padding: 10px 8px 8px;
    border-radius: 20px;
  }
  #service .serviceBox ul::before {
    left: -30px;
		top: 50px;
		transform:rotate(-90deg);
  }
  #service .serviceBox li a {
		width: auto;
		max-width: 48%;
		margin: 15px;
    min-height: 40px;
    padding: 10px 15px 7px 10px;
    -webkit-transition: all .5s;
    transition: all .5s;
  }
  #service .serviceBox li a:hover {
    background-color: #fffabe;
    padding-left: 15px;
    border-radius: 10px;
  }
	#service .serviceBox li span.center {
		padding: 10px;
		font-size: 2rem;
    line-height: 1.3;
	}
  #service .serviceBox li span.sub {
    font-size: 1.7rem;
    line-height: 1.2;
  }
	#service .serviceBox li span.exText {
		color: #666;
		line-height: 1.5;
	} 
	#service .serviceBox li span.exText br.spnone {
	display: block;
}
#service .serviceBox li .bn {
  display: flex;
  justify-content: center;
}
}