.attention {
  font-size: 1.2rem;
}
.business {
  margin: 0 auto;
  width: 100%;
  max-width: 2000px
}

.top {
  position: relative;
}
.top .mobile-bg {
  position: absolute;
  right: 0;
  z-index: 1;
  margin-top: 1100px
}
@media (max-width: 768px) {
  .top .mobile-bg {
    margin-top: 780px
  }
  header {
    position: relative;
    z-index: 100;
    background-color: #fff;
  }
  .seo {
    background-color: #F7F7F7;
    position: relative;
    z-index: 100;
  }
  .seo .container {
    margin-bottom: 0;
  }
}
@media (max-width: 500px) {
  .top .mobile-bg {
    margin-top: 550px
  }
}
@media (max-width: 400px) {
  .top .mobile-bg {
    margin-top:440px
  }
}
@media (max-width: 360px) {
  .top .mobile-bg {
    margin-top: 380px
  }
}
.top .container {
  position: relative;
}
.top .container > img {
  margin-top:5.5rem;
  margin-bottom: 3.5rem;
  position: relative;
  z-index: 10;
}

.businessbadge {
  position: relative;
  z-index: 2;
}
.businessbadge > img {
  display: inline-block;
}
.businessbadge .comments {
	text-align: center;
	font-size: 1rem;
	display: block;
}
.box {
  background-color: #fff;
  box-shadow: 5px 5px 6px -4px #9e9e9e;
  -moz-box-shadow: 5px 5px 6px -4px #9e9e9e;
  -webkit-box-shadow: 5px 5px 6px -4px #9e9e9e;
  padding: 15px;
  position: relative;
  line-height: 3rem;
}
.arrow {
  background-color: #ddd;
  background-image: url(/common_img/business/bg.png);
	z-index: 1;
  position: relative;
	padding: 50px 0;
}
.top .arrow {
    padding: 130px 0 40px;
    margin-top: -100px;
}
.arrow-start, .arrow-end {
	position: absolute;
	width: 100%;
	left: 0;
}
.arrow-start {
	top: 0;
}
.arrow-end {
	bottom: 0;
}
.arrow-start::before, .arrow-start::after, .arrow-end::before, .arrow-end::after {
	content: '';
	position: absolute;
	width: 50%;
	height: 70px;
	background: url(/common_img/business/bg.png);
}
.arrow-start::before {
	top: -30px;
	left: 0;
	transform: skewY(3deg);
}
.arrow-start::after {
	top: -30px;
	right: 0;
	transform: skewY(-3deg);
}
.arrow-end::before {
	bottom: -30px;
	left: 0;
	transform: skewY(3deg);
}
.arrow-end::after {
  bottom: -30px;
  right: 0;
  transform: skewY(-3deg);
}
.parts {
	position: relative;
	z-index: 3;
}


@media (max-width: 1000px) {
  .businessbadge > img {
    width: 24%;
  }
	.arrow {
    padding: 10px 0;
	}
	.top .arrow {
		padding-top: 13vw;
		margin-top: -10vw;
	}
}
.contents {
  position: relative;
}
.contents .box {
  max-width: 600px;
  margin: 15px auto;
  background-color: #fff;
  font-size: 1.6rem;
  padding: 20px;
  flex-grow: 1;
}

.contents .box .box-title {
  font-size: 2.4rem;
  font-weight: bold;
  border-left: 7px solid #008bd1;
  padding: 6px 0 6px 10px;
  margin-bottom: 15px;
  color: #666;
}
.contents .box hr {
  border-color: #ddd;
  margin: 18px 0 23px;
}
.contents .box, .contents img, .contentst h2 span {
  position: relative;
  z-index: 20;
}
.br-sp {
  display: none;
}
@media(max-width:436px ) {
  .br-sp {
  display: block;
  }
}
@media (max-width: 767px){
  .contents .box {
    font-size: 1.3rem;
    padding: 15px
  }
  .contents .box .box-title {
    font-size: 1.8rem;
  }
}
.contents-wrap {
  width: 50%;
  padding: 40px 15px;
  position: relative;
  display: flex;
flex-direction: column;
}
@media (min-width: 768px){
  .contents-wrap {
    float: left;
  }

}
@media (max-width: 767px){
  .contents-wrap {
    width: 100%;
  }
}

.z-relative {
  position: relative;
  z-index: 1;
}

/* 背景交互に */
.contents-wrap:nth-child(odd) {
  background-color: #ddd;
  background-image: url(/common_img/business/bg-w.jpg);
  background-size: cover;
}
.contents-wrap:nth-child(even) , .flow {
  background-color: #ddd;
  background-image: url(/common_img/business/bg-b.jpg);
  background-size: cover;
}
.bg-p {
  background-image: url(/common_img/business/bg.png);
}

.contents-wrap:nth-child(1) {
	padding-top: 70px !important;
}
.contents-wrap:last-child {
	padding-bottom: 70px !important;
}
/* PC時背景市松模様 */
@media (min-width: 768px) {
  .contents-wrap:nth-child(1), .contents-wrap:nth-child(4), .contents-wrap:nth-child(5), .contents-wrap:nth-child(8) {
    background-image: url(/common_img/business/bg-w.jpg);
  }
  .contents-wrap:nth-child(2), .contents-wrap:nth-child(3), .contents-wrap:nth-child(6), .contents-wrap:nth-child(7)  {
    background-image: url(/common_img/business/bg-b.jpg);
  }
	.contents-wrap:nth-child(1), .contents-wrap:nth-child(2) {
    padding-top: 80px !important;
	}
	.contents-wrap:last-child, .contents-wrap:nth-last-child(2) {
    padding-bottom: 80px !important;
	}
}

.flow {
  padding: 80px 0;
}
.flow .box {
  margin-bottom: 15px;
}
.flow .box::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 35px 35px 0 0;
  border-color: #008bd1 transparent transparent transparent;
}
.flow p {
  margin: 15px 0 0;
  text-align: center;
  font-weight: bold;
  font-size: 1.6rem;
}

.flow > div > div > img {
  position: relative;
}
.business .link {
  text-align: center;
  max-width: 810px;
  margin: 0 auto;
}
.business .link a {
  position: relative;
  padding: 15px;
  height: 90px;
  width: 400px;
  margin: 0 10px 10px;
  box-shadow: 5px 5px 6px -4px #9e9e9e;
  -moz-box-shadow: 5px 5px 6px -4px #9e9e9e;
  -webkit-box-shadow: 5px 5px 6px -4px #9e9e9e;
}
.business .link a.tel {
  background-color: #087cb7;
}
.business .link a.form {
  background-color: #c51b1b;
}
.business .link a.pamphlet {
  background-color: #4caf50;
}
.business .link a img {
  max-height: 100%;
  width: auto;
}
@media (max-width: 850px){
  .business .link a {
    /* width: 43%; */
    height: 70px;
    padding: 10px;
  }
}
@media (max-width: 500px) {
  .business .link {
    top: 85px;
  }
  .business .link a {
    width: 80%;
    padding: 15px;
    height: 76px;
  }
}

@media (max-width: 767px){
  .business {
    font-size: 90%;
  }
}

.bg-p .link {
  position: relative;
  top: inherit;
  margin-top: 0;
  /* padding: 50px 0px; */
}

.last {
  padding-top: 3rem;
  height: 400px;
}

@media (min-width: 500px) {
  .business .link span {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
  }
  .business .link span:nth-child(2) {
    align-items: stretch;
  }
  .business .link a.form {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .last {
    height: 450px;
  }

}
.adec img {
  max-width: 120px;
  margin-right: 1rem;
}
.adec a {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

@media (min-width: 768px) {
  .adec {
    width: 80%;
    margin: auto;
  }
}

/* h2 */
.h2-business {
  text-align: center;
}
.h2-business span {
  display: block;
  letter-spacing: 6px;
  margin-bottom: 2rem;
  position: relative;
  z-index: 20;
  text-shadow: 0 0 12px rgba(0,0,0,0.6);
}
.h2-business span:first-child {
  color: #fff;
  font-size: 5.0rem;
}
@media(max-width:1406px) {
  .h2-business span:first-child {
    font-size: 4.8rem;
  }
}
@media(max-width:1360px) {
  .h2-business span:first-child {
    font-size: 4.0rem;
  }
}
@media(max-width:1200px) {
  .h2-business span:first-child {
    font-size: 3.6rem;
  }
}
@media(max-width:1100px) {
  .h2-business span:first-child {
    font-size: 3.2rem;
  }
}
.h2-business span:last-child {
  color: #fff846;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  text-shadow: 0 0 8px rgba(0,0,0,0.8);
}
.h2-business span:last-child:before, .h2-business span:last-child:after {
  content: "";
  border-top: 1px solid;
  width: 1rem;
  margin: 0 1rem 0 0;
}
.h2-business span:last-child:after {
  margin: 0 0 0 0.5rem;
}

@media (max-width: 800px) {
  .h2-business span {
    margin-bottom: 1rem;
  }
  .h2-business span:first-child {
    font-size: 3rem;
  }
}
