@charset "utf-8";
/* CSS Document */
/*--------------- for mobile ---------------*/
h2 {
  background: url(../strong/images/title.jpg) 28% top;
  margin-bottom: 0;
}
.strongInner {
  max-width: 1040px;
  margin: 0 auto;
}
.strong h3 {
  background: #0f4c81;
  color: #fff;
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: bold;
  padding: 65px 10px;
  margin: 60px 0;
  text-align: center;
  position: relative;
}
.strong h3::after {
  content: "";
  display: block;
  background: #0f4c81;
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: -24px;
  left: 50%;
  transform: rotate(45deg) translateX(-50%);
}
  .strongInner > div {
    display: flex;
		flex-direction: column-reverse;
    margin: 0 10px 30px;
  }
  .strongInner > div:last-child {
    margin-bottom: 80px;
  }
  .strong .textContent {
    line-height: 1.5;
		margin-bottom: 20px;
  }
  .strong h4 {
    font-size: 2.1rem;
    font-weight: bold;
    border-bottom: 2px solid #01c3cf;
    margin-bottom: 15px;
  }
  .darwin {
    background: url(../strong/images/darwin.jpg);
    margin: 35px 0;
    background-size: cover;
    color: #333;
    font-size: 2rem;
    font-weight: bold;
    text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff;
    line-height: 1.3;
  }
  .darwin .strongInner {
    padding: 60px 10px;
  }
  .darwin .strongInner p {
    width: auto;
  }
  .consultingFlow {
    padding: 50px 0;
    background: #f0ede0;
  }
  .consultingFlowLead {
    max-width: 700px;
    margin: 0 10px 30px;
  }
  .consultingFlowLead h3 {
    text-align: center;
    font-size: 2.4rem;
    font-weight: bold;
    margin-bottom: 30px;
  }
  .consultingFlowLead p {
    line-height: 1.5;
  }
  .consultingFlow ol li {
    width: 300px;
    height: 350px;
    border: 2px #aee2fa solid;
    padding: 30px;
    background-color: #fff;
    text-align: center;
		margin: 0 auto 70px;
		position: relative;
  }
	.consultingFlow ol li::after {
		content: "";
		display: block;
		width: 30px;
		height: 30px;
		border-right: 3px #01c3cf solid;
		border-bottom: 3px #01c3cf solid;
		position: absolute;
		top: -62px;
		left: 50%;
		transform: translateX(-50%) rotate(45deg);
	}
	.consultingFlow ol li:first-child::after {
		display: none;
	}
  .consultingFlow ol li h4 {
    display: inline-block;
    font-weight: bold;
    border-bottom: 2px solid #01c3cf;
    font-size: 2rem;
    color: #01c3cf;
    margin-bottom: 15px;
    padding-bottom: 5px;
  }
  .consultingFlow ol li p {
    text-align: left;
    line-height: 1.75;
  }
  .consultingFlow ol li p:first-child {
    height: 130px;
    line-height: 130px;
    margin-bottom: 15px;
    text-align: center;
  }
  .consultingFlow ol li p img {
    max-width: 130px;
    max-height: 130px;
    vertical-align: middle;
  }
  .textMargin {
    margin-top: 1em;
  }



/*--------------- for pc ---------------*/
@media screen and (min-width:1160px) {
	h2 {
		background-position: left top;
	}
  #main {
    margin-bottom: 140px;
  }
  .strong h3 {
    font-size: 3rem;
  }
  .imageLeft > p, .imageLeft > section, .imageRight > p, .imageRight > section {
    width: 46%;
  }
  .strongInner > div {
		flex-direction: row;
    justify-content: space-between;
    margin: 0 0 100px;
  }
  .strongInner > div:last-child {
    margin-bottom: 130px;
  }
  .strong .imageRight {
    flex-direction: row-reverse;
  }
  .strong .textContent {
    line-height: 1.75;
		margin-bottom: 0;
  }
  .strong h4 {
		font-size: 3rem;
	}
  .darwin {
    background: url(../strong/images/darwin.jpg);
    margin: 35px 0 60px;
    font-size: 2.4rem;
    text-align: center;
    line-height: 1.75;
  }
  .darwin .strongInner {
    padding: 110px 0;
  }
  .consultingFlow {
    padding: 80px 0;
  }
  .consultingFlowLead {
    margin: 0 auto 60px;
  }
  .consultingFlowLead h3 {
    font-size: 3rem;
    margin-bottom: 40px;
  }
  .consultingFlowLead p {
    line-height: 1.75;
  }
  .consultingFlow ol {
    display: flex;
    justify-content: space-between;
  }
  .consultingFlow ol li {
		position: relative;
		margin: 0;
  }
	.consultingFlow ol li::after {
		top: 50%;
		left: -62px;
		transform: translateY(-50%) rotate(-45deg);
	}
  .consultingFlow ol li h4 {
    display: inline-block;
    font-weight: bold;
    border-bottom: 2px solid #01c3cf;
    font-size: 2rem;
    color: #01c3cf;
    margin-bottom: 15px;
    padding-bottom: 5px;
  }
  .consultingFlow ol li p {
    text-align: left;
    line-height: 1.75;
  }
  .consultingFlow ol li p:first-child {
    height: 130px;
    line-height: 130px;
    margin-bottom: 15px;
    text-align: center;
  }
  .consultingFlow ol li p img {
    max-width: 130px;
    max-height: 130px;
    vertical-align: middle;
  }
}