@charset "UTF-8";
/* =================
Livnessとは？
================= */
@media only screen and (max-width: 1014px) {
  .about .contentWrap:not(hr) {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.about .btnRegister {
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 9999;
  margin-top: -80px;
}

.about .btnRegister img {
  width: 64px;
}

@media only screen and (max-width: 1200px) {
  .about .btnRegister {
    display: none;
  }
}

.about .mainVisual {
  background-image: url(../img/about/main_visual.jpg?201901);
}

.about .mainVisual .mainVisualInner {
  top: 91px;
  left: -15px;
}

@media only screen and (max-width: 1014px) {
  .about .mainVisual .mainVisualInner {
    left: 15px;
  }
}

.about .mainVisual .mainVisualTitle {
  width: calc(972px / 2);
  margin-bottom: 0;
}

.about .mainVisual .mainVisualText {
  width: calc(760px / 2);
}

.about .fullWidthWrap {
  padding-top: 50px;
  padding-bottom: 50px;
  margin-bottom: 0;
}

@media only screen and (max-width: 1014px) {
  .about .fullWidthWrap {
    margin-top: 50px;
  }
}

@media only screen and (max-width: 700px) {
  .about .fullWidthWrap {
    padding-top: 40px;
    padding-bottom: 10px;
    margin: 15px auto 0;
  }
}

.about .contentMovie {
position: relative;
}

.about .contentMovie .contentMovieInner {
width: 100%;
max-width: 1280px;
margin: 0 auto;
position: relative;
}

.about .contentMovie .contentMovieHead {
position: absolute;
width: 100%;
height: 180px;
background: -moz-linear-gradient(left, #4f4c4c 20%, transparent 20%, transparent 100%);
background: -webkit-linear-gradient(left, #4f4c4c 20%, transparent 20%, transparent 100%);
background: -ms-linear-gradient(left, #4f4c4c 20%, transparent 20%, transparent 100%);
background: linear-gradient(left, #4f4c4c 20%, transparent 20%, transparent 100%);
z-index: 2;
}

@media only screen and (max-width: 1014px) {
	.about .contentMovie .contentMovieHead {
	position: relative;
	background: #4f4c4c;
	height: auto;
	}
}

.about .contentMovie .contentMovieHead .contentMovieTitle {
width: calc(978px / 2);
position: absolute;
top: 0;
left: 0;
}

@media only screen and (max-width: 1280px) {
	.about .contentMovie .contentMovieHead .contentMovieTitle {
	left: -100px;
	}
}

@media only screen and (max-width: 1014px) {
	.about .contentMovie .contentMovieHead .contentMovieTitle {
	position: static;
	width: 100%;
	padding: 13px 18px;
	}
}

.about .contentMovie .contentMovieHead .contentMovieTitle img {
width: 100%;
}

.about .contentMovie .contentMovieHead .contentMovieTitle img.isSp {
display: none;
}

@media only screen and (max-width: 1014px) {
	.about .contentMovie .contentMovieHead .contentMovieTitle img.isPc {
	display: none;
	}
	
	.about .contentMovie .contentMovieHead .contentMovieTitle img.isSp {
	display: inline-block;
	width: auto;
	height: 16px;
	}
}

.about .contentMovie .contentMovieMain {
position: relative;
width: 100%;
background: -moz-linear-gradient(right, #e8edee 50%, transparent 50%, transparent 100%);
background: -webkit-linear-gradient(right, #e8edee 50%, transparent 50%, transparent 100%);
background: -ms-linear-gradient(right, #e8edee 50%, transparent 50%, transparent 100%);
background: linear-gradient(right, #e8edee 50%, transparent 50%, transparent 100%);
z-index: 1;
}

@media only screen and (max-width: 1014px) {
	.about .contentMovie .contentMovieMain {
	margin: 25px 0 30px;
	padding: 25px 0 30px;
	background: #e8edee;
	}
}

.about .contentMovie .contentMovieMain .contentMovieInner {
background: url(../img/about/bg_movie.png) 65px top no-repeat;
background-size: cover;
padding-bottom: 60px;
}

@media only screen and (max-width: 1280px) {
	.about .contentMovie .contentMovieMain .contentMovieInner {
	background: url(../img/about/bg_movie.png) 0 top no-repeat;
	}
}

@media only screen and (max-width: 1014px) {
	.about .contentMovie .contentMovieMain .contentMovieInner {
	background: none;
	padding-bottom: 0;
	}
}

.about .contentMovie .contentMovieMain h3 {
font-size: 30px;
font-weight: bold;
padding: 60px 0 0 525px;
}

@media only screen and (max-width: 1280px) {
	.about .contentMovie .contentMovieMain h3 {
	padding: 60px 0 0 400px;
	font-size: 26px;
	}
}

@media only screen and (max-width: 1014px) {
	.about .contentMovie .contentMovieMain h3 {
	padding: 0 15px;
	font-size: 20px;
	font-weight: normal;
	text-align: center;
	}
}

.about .contentMovie .contentMovieMain h3 span {
display: inline-block;
padding: 0 0 0 30px;
border-left: 7px solid #ea5404;
}

@media only screen and (max-width: 1014px) {
	.about .contentMovie .contentMovieMain h3 span {
	display: inline-block;
	padding: 20px 0 0 0;
	border-left: none;
	position: relative;
	text-align: left;
	}
	
	.about .contentMovie .contentMovieMain h3 span::before {
	content: "";
	display: block;
	background: #ea5404;
	width: 68px;
	height: 7px;
	position: absolute;
	top: 0;
	left:calc(50% - 34px);
	}
}

.about .contentMovie .contentMovieMain .movieArea {
width: 100%;
max-width: 950px;
margin: 75px auto 0;
}

@media only screen and (max-width: 1014px) {
	.about .contentMovie .contentMovieMain .movieArea {
	width: calc(100% - 30px);
	margin: 30px auto 0;
	}
}

.about .contentMovie .contentMovieMain .movieArea img {
width: 100%;
}

.about .contentOverview .titleContentWrap .titleContentTitleWrapWrap {
  height: 298px;
}

.about .contentOverview .titleContentWrap .titleContent {
  background: none;
}

.about .contentOverview .titleContentWrap .titleContent .titleContentInnerWrap .titleContentInner {
  position: static;
  padding-top: 75px;
  padding-left: 160px;
  padding-right: 160px;
}

@media only screen and (max-width: 1014px) {
  .about .contentOverview .titleContentWrap .titleContent .titleContentInnerWrap .titleContentInner {
    padding-top: 50px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 0;
  }
}

.about .contentOverview .titleContentWrap .titleContent .titleContentInnerWrap .titleContentInner .overViewDescription {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}

.about .contentOverview .titleContentWrap .titleContent .titleContentInnerWrap .titleContentInner .overViewDescription .descriptionSentence {
  order: 2;
  width: calc(100% - 302px - 50px);
  margin-left: 50px;
}

@media only screen and (max-width: 1014px) {
  .about .contentOverview .titleContentWrap .titleContent .titleContentInnerWrap .titleContentInner .overViewDescription .descriptionSentence {
    width: 100%;
    margin-left: 0;
    order: 1;
  }
}

.about .contentOverview .titleContentWrap .titleContent .titleContentInnerWrap .titleContentInner .overViewDescription .descriptionSentence h3 {
  text-align: center;
}

.about .contentOverview .titleContentWrap .titleContent .titleContentInnerWrap .titleContentInner .overViewDescription .descriptionSentence h3 img {
  width: 211px;
}

.about .contentOverview .titleContentWrap .titleContent .titleContentInnerWrap .titleContentInner .overViewDescription .descriptionSentence .descriptionSentenceStrong {
  font-size: 20px;
}

.about .contentOverview .titleContentWrap .titleContent .titleContentInnerWrap .titleContentInner .overViewDescription .descriptionSentence .descriptionSentenceStrong br.db-480 {
	display:none;
}

@media only screen and (max-width: 480px) {
	.about .contentOverview .titleContentWrap .titleContent .titleContentInnerWrap .titleContentInner .overViewDescription .descriptionSentence .descriptionSentenceStrong br.db-480 {
		display:block
	}
}

.about .contentOverview .titleContentWrap .titleContent .titleContentInnerWrap .titleContentInner .overViewDescription .descriptionSentence p {
  margin-top: 20px;
}

.about .contentOverview .titleContentWrap .titleContent .titleContentInnerWrap .titleContentInner .overViewDescription .descriptionSentence p:first-of-type {
  margin-top: 30px;
}

.about .contentOverview .titleContentWrap .titleContent .titleContentInnerWrap .titleContentInner .overViewDescription .overviewIllustration {
  order: 1;
  width: 302px;
}

@media only screen and (max-width: 1014px) {
  .about .contentOverview .titleContentWrap .titleContent .titleContentInnerWrap .titleContentInner .overViewDescription .overviewIllustration {
    order: 2;
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }
}

.about .contentOverview .titleContentWrap .titleContent .titleContentInnerWrap .titleContentInner .overViewDescription .overviewIllustration img {
  width: 100%;
  max-width: 302px;
}

.about .contentOverview .titleContentWrap .titleContent .titleContentInnerWrap .originOfBrandWrap {
  padding-left: 160px;
  padding-right: 160px;
  margin-top: 50px;
}

@media only screen and (max-width: 1014px) {
  .about .contentOverview .titleContentWrap .titleContent .titleContentInnerWrap .originOfBrandWrap {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 20px;
  }
}

.about .contentOverview .titleContentWrap .titleContent .titleContentInnerWrap .originOfBrandWrap .originOfBrand {
  padding: 20px;
  position: relative;
  background: #e8edee;
}

.about .contentOverview .titleContentWrap .titleContent .titleContentInnerWrap .originOfBrandWrap .originOfBrand .originTitle {
  width: 244px;
  position: absolute;
  top: 0;
  left: 0;
}

.about .contentOverview .titleContentWrap .titleContent .titleContentInnerWrap .originOfBrandWrap .originOfBrand .originTitle img {
  width: 100%;
}

.about .contentOverview .titleContentWrap .titleContent .titleContentInnerWrap .originOfBrandWrap .originOfBrand .originSentence {
  padding-top: 30px;
}

.about .contentOverview .titleContentWrap .titleContent .titleContentInnerWrap .originOfBrandWrap .originOfBrand .originSentence .originTitleSub {
  font-size: 20px;
}

.about .contentOverview .titleContentWrap .titleContent .titleContentInnerWrap .originOfBrandWrap .originOfBrand .originSentence p {
  margin-top: 10px;
}

@media only screen and (max-width: 700px) {
  .about .whatWeCanDo {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 380px;
  }
}

.about .whatWeCanDo h2 {
  font-size: 30px;
}

@media only screen and (max-width: 700px) {
  .about .whatWeCanDo h2 {
    font-size: 20px;
  }
}

.about .whatWeCanDo .whatWeCanDoOverview {
  margin-top: 40px;
}

@media only screen and (max-width: 700px) {
  .about .whatWeCanDo .whatWeCanDoOverview {
    margin-top: 30px;
  }
}

.about .whatWeCanDo .whatWeCanDoContentsWrap {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
}

@media only screen and (max-width: 1014px) {
  .about .whatWeCanDo .whatWeCanDoContentsWrap {
    display: inherit;
  }
}

.about .whatWeCanDo .whatWeCanDoContentsWrap .whatWeCanDoContentRow {
  background-repeat: no-repeat;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
}

.about .whatWeCanDo .whatWeCanDoContentsWrap .whatWeCanDoContentRow:nth-of-type(1) {
  order: 1;
}
.about .whatWeCanDo .whatWeCanDoContentsWrap .whatWeCanDoContentRow:nth-of-type(3) {
  order: 1;
}
.about .whatWeCanDo .whatWeCanDoContentsWrap .whatWeCanDoContentRow:nth-of-type(5) {
  order: 4;
}
.about .whatWeCanDo .whatWeCanDoContentsWrap .whatWeCanDoContentRow:nth-of-type(7) {
  order: 3;
}

.about .whatWeCanDo .whatWeCanDoContentsWrap .whatWeCanDoContentRow:nth-of-type(1),
.about .whatWeCanDo .whatWeCanDoContentsWrap .whatWeCanDoContentRow:nth-of-type(7) {
  /*padding-right: 240px;*/
  padding-right: 295px;
}

@media only screen and (max-width: 1014px) {
  .about .whatWeCanDo .whatWeCanDoContentsWrap .whatWeCanDoContentRow:nth-of-type(1),
  .about .whatWeCanDo .whatWeCanDoContentsWrap .whatWeCanDoContentRow:nth-of-type(7) {
    padding-right: 0;
  }
}

.about .whatWeCanDo .whatWeCanDoContentsWrap .whatWeCanDoContentRow:nth-of-type(3),
.about .whatWeCanDo .whatWeCanDoContentsWrap .whatWeCanDoContentRow:nth-of-type(5) {
  /*padding-left: 240px;*/
  padding-left: 295px;
}

@media only screen and (max-width: 1014px) {
  .about .whatWeCanDo .whatWeCanDoContentsWrap .whatWeCanDoContentRow:nth-of-type(3),
  .about .whatWeCanDo .whatWeCanDoContentsWrap .whatWeCanDoContentRow:nth-of-type(5) {
    padding-left: 0;
  }
}

.about .whatWeCanDo .whatWeCanDoContentsWrap .whatWeCanDoContentRow:first-of-type:after {
  content: "";
  display: block;
  width: 147px;
  height: 175px;
  background-image: url(../img/about/arrow_1.png);
  background-repeat: no-repeat;
  background-size: 147px;
  position: absolute;
  right: 120px;
  bottom: 0;
}

@media only screen and (max-width: 1014px) {
  .about .whatWeCanDo .whatWeCanDoContentsWrap .whatWeCanDoContentRow:first-of-type:after {
    content: none;
  }
}

.about .whatWeCanDo .whatWeCanDoContentsWrap .whatWeCanDoContentRow:first-of-type .containerIncludeImage {
  background-image: url(../img/about/buy_photo.jpg);
}

@media only screen and (max-width: 700px) {
  .about .whatWeCanDo .whatWeCanDoContentsWrap .whatWeCanDoContentRow:first-of-type .containerIncludeImage {
    background-image: none;
  }
  .about .whatWeCanDo .whatWeCanDoContentsWrap .whatWeCanDoContentRow:first-of-type .containerIncludeImage .sentenceContent {
    background-image: url(../img/about/sp_buy_photo.jpg);
  }
}

.about .whatWeCanDo .whatWeCanDoContentsWrap .whatWeCanDoContentRow:nth-of-type(3):after {
  content: "";
  display: block;
  width: 90px;
  height: 299px;
  /*background-image: url(../img/about/arrow_2.png);*/
  background-image: url(../img/about/arrow_6.png);
  background-repeat: no-repeat;
  background-size: 90px;
  position: absolute;
  left: 100px;
  top: 0;
}

@media only screen and (max-width: 1014px) {
  .about .whatWeCanDo .whatWeCanDoContentsWrap .whatWeCanDoContentRow:nth-of-type(3):after {
    content: none;
  }
}

.about .whatWeCanDo .whatWeCanDoContentsWrap .whatWeCanDoContentRow:nth-of-type(3) .containerIncludeImage {
  background-image: url(../img/about/renovation_photo.jpg);
}

@media only screen and (max-width: 700px) {
  .about .whatWeCanDo .whatWeCanDoContentsWrap .whatWeCanDoContentRow:nth-of-type(3) .containerIncludeImage {
    background-image: none;
  }
  .about .whatWeCanDo .whatWeCanDoContentsWrap .whatWeCanDoContentRow:nth-of-type(3) .containerIncludeImage .sentenceContent {
    background-image: url(../img/about/sp_renovation_photo.jpg);
  }
}

.about .whatWeCanDo .whatWeCanDoContentsWrap .whatWeCanDoContentRow:nth-of-type(5):after {
  content: "";
  display: block;
  width: 137px;
  height: 171px;
  /*background-image: url(../img/about/arrow_3.png);*/
  background-image: url(../img/about/arrow_5.png);
  background-repeat: no-repeat;
  background-size: 137px;
  position: absolute;
  /*right: 120px;*/
  left: 120px;
  top: 0;
}

@media only screen and (max-width: 1014px) {
  .about .whatWeCanDo .whatWeCanDoContentsWrap .whatWeCanDoContentRow:nth-of-type(5):after {
    content: none;
  }
}

.about .whatWeCanDo .whatWeCanDoContentsWrap .whatWeCanDoContentRow:nth-of-type(5) .containerIncludeImage {
  background-image: url(../img/about/management_photo.jpg);
}

@media only screen and (max-width: 700px) {
  .about .whatWeCanDo .whatWeCanDoContentsWrap .whatWeCanDoContentRow:nth-of-type(5) .containerIncludeImage {
    background-image: none;
  }
  .about .whatWeCanDo .whatWeCanDoContentsWrap .whatWeCanDoContentRow:nth-of-type(5) .containerIncludeImage .sentenceContent {
    background-image: url(../img/about/sp_management_photo.jpg);
  }
}

.about .whatWeCanDo .whatWeCanDoContentsWrap .whatWeCanDoContentRow:nth-of-type(7):after {
  content: "";
  display: block;
  width: 90px;
  height: 299px;
  background-image: url(../img/about/arrow_4.png);
  background-repeat: no-repeat;
  background-size: 90px;
  position: absolute;
  right: 100px;
  bottom: 0;
}

@media only screen and (max-width: 1014px) {
  .about .whatWeCanDo .whatWeCanDoContentsWrap .whatWeCanDoContentRow:nth-of-type(7):after {
    content: none;
  }
}

.about .whatWeCanDo .whatWeCanDoContentsWrap .whatWeCanDoContentRow:nth-of-type(7) .containerIncludeImage {
  background-image: url(../img/about/sell_photo.jpg);
}

@media only screen and (max-width: 700px) {
  .about .whatWeCanDo .whatWeCanDoContentsWrap .whatWeCanDoContentRow:nth-of-type(7) .containerIncludeImage {
    background-image: none;
  }
  .about .whatWeCanDo .whatWeCanDoContentsWrap .whatWeCanDoContentRow:nth-of-type(7) .containerIncludeImage .sentenceContent {
    background-image: url(../img/about/sp_sell_photo.jpg);
  }
}

.about .whatWeCanDo .whatWeCanDoContentsWrap .whatWeCanDoContentRow .containerIncludeImage {
  padding-right: 260px;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: right;
}

@media only screen and (max-width: 1014px) {
  .about .whatWeCanDo .whatWeCanDoContentsWrap .whatWeCanDoContentRow .containerIncludeImage {
    padding-right: 200px;
  }
}

@media only screen and (max-width: 700px) {
  .about .whatWeCanDo .whatWeCanDoContentsWrap .whatWeCanDoContentRow .containerIncludeImage {
    padding-right: 0;
  }
}

.about .whatWeCanDo .whatWeCanDoContentsWrap .whatWeCanDoContentRow .containerIncludeImage .sentenceContent {
  position: relative;
  background: #fff;
	padding-bottom: 20px;
}

@media only screen and (max-width: 700px) {
  .about .whatWeCanDo .whatWeCanDoContentsWrap .whatWeCanDoContentRow .containerIncludeImage .sentenceContent {
    padding-top: calc(100% * (12 / 17));
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top;
  }
}

.about .whatWeCanDo .whatWeCanDoContentsWrap .whatWeCanDoContentRow .containerIncludeImage .sentenceContent h3 {
  background:#434343;
  color:#fff;
  font-weight:500;
  letter-spacing:.04em;
  line-height:1;
  display:inline-block;
  padding:18px 50px 18px 20px; /* 右は三角分(26px)+余白(24px) = 50px */
  width: 260px;
	font-size: 20px;
	clip-path: polygon(0 0, 100% 0, calc(100% - 29px) 100%, 0 100%);
}
@media only screen and (max-width: 700px) {
	.about .whatWeCanDo .whatWeCanDoContentsWrap .whatWeCanDoContentRow .containerIncludeImage .sentenceContent h3 {
	position: absolute;
	top: 0;
	left: 0;
	}
}

.about .whatWeCanDo .whatWeCanDoContentsWrap .whatWeCanDoContentRow .containerIncludeImage .sentenceContent p {
  padding: 46px 20px 0;
}

@media only screen and (max-width: 1014px) {
  .about .whatWeCanDo .whatWeCanDoContentsWrap .whatWeCanDoContentRow .containerIncludeImage .sentenceContent p {
	min-height: 9.5em;
  }
}

@media only screen and (max-width: 700px) {
  .about .whatWeCanDo .whatWeCanDoContentsWrap .whatWeCanDoContentRow .containerIncludeImage .sentenceContent p {
    padding-top: 20px;
	min-height: auto;
  }
}
.about .whatWeCanDo .whatWeCanDoContentsWrap .whatWeCanDoContentRow .containerIncludeImage .sentenceContent .btn-area {
  margin-top: -26px;
  cursor: pointer;
}
@media only screen and (max-width: 700px) {
	.about .whatWeCanDo .whatWeCanDoContentsWrap .whatWeCanDoContentRow .containerIncludeImage .sentenceContent .btn-area {
  margin-top: 0;
}
}
.about .whatWeCanDo .whatWeCanDoContentsWrap .whatWeCanDoContentRow .containerIncludeImage .sentenceContent .btn-area a{
	display: block;
	margin: 0 auto 10px;
  width: 100%;
	position: relative;
	background-color: #eb5405;
	color: #fff;
	border-radius: 25px;
	text-decoration: none;
	text-align: center;
	padding: 10px 0 10px 20px;
	font-size: 20px;
	font-weight: 500;
}
.about .whatWeCanDo .whatWeCanDoContentsWrap .whatWeCanDoContentRow .containerIncludeImage .sentenceContent .btn-area a::before{
	content: '';
  position: absolute;
  top: 20px;
  left: 20px;
  width: 0;
  height: 0;
  margin: auto;
  border-top: 6px solid transparent;
  border-right: 0 solid transparent;
  border-left: 9px solid #fff;
  border-bottom: 6px solid transparent;
  box-sizing: border-box;
}

@media only screen and (max-width: 1014px) {
  .about .whatWeCanDo .whatWeCanDoContentsWrap .whatWeCanDoContentRow:first-of-type, .about .whatWeCanDo .whatWeCanDoContentsWrap .whatWeCanDoContentRow:nth-of-type(3), .about .whatWeCanDo .whatWeCanDoContentsWrap .whatWeCanDoContentRow:nth-of-type(5) {
    background-image: none;
  }
}

@media only screen and (max-width: 700px) {
  .about .whatWeCanDo .whatWeCanDoContentsWrap .whatWeCanDoContentRow:first-of-type .containerIncludeImage, .about .whatWeCanDo .whatWeCanDoContentsWrap .whatWeCanDoContentRow:nth-of-type(3) .containerIncludeImage, .about .whatWeCanDo .whatWeCanDoContentsWrap .whatWeCanDoContentRow:nth-of-type(5) .containerIncludeImage {
    background-image: none;
  }
}

.about .whatWeCanDo .whatWeCanDoContentsWrap .downArrow {
  width: 100%;
  text-align: center;
  display: none;
}

@media only screen and (max-width: 1014px) {
  .about .whatWeCanDo .whatWeCanDoContentsWrap .downArrow {
    display: block;
  }
}

.about .whatWeCanDo .whatWeCanDoContentsWrap .downArrow img {
  width: 57px;
  max-width: 100%;
}

.about .collectiveCapabilities {
  margin-bottom: 60px;
}

@media only screen and (max-width: 1014px) {
  .about .collectiveCapabilities {
    margin-bottom: 0;
  }
}

.about .collectiveCapabilities .capabilitiesOverview .titleContentWrap .titleContentTitleWrapWrap {
  height: 298px;
}

.about .collectiveCapabilities .capabilitiesOverview .titleContentWrap .titleContent {
  background: none;
}

.about .collectiveCapabilities .capabilitiesOverview .titleContentWrap .titleContent .titleContentInnerWrap .titleContentInner {
  position: static;
  padding: 50px 160px 0 520px;
}

@media only screen and (max-width: 1014px) {
  .about .collectiveCapabilities .capabilitiesOverview .titleContentWrap .titleContent .titleContentInnerWrap .titleContentInner {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 50px;
    padding-top: 30px;
  }
}

.about .collectiveCapabilities .capabilitiesOverview .titleContentWrap .titleContent .titleContentInnerWrap .titleContentInner .descriptionSentenceStrong {
  font-size: 20px;
}

.about .collectiveCapabilities .capabilitiesOverview .titleContentWrap .titleContent .titleContentInnerWrap .titleContentInner .descriptionSentenceBody {
  margin-top: 30px;
}

.about .collectiveCapabilities .contentWrap {
  padding: 50px;
  background: #e8edee;
}

@media only screen and (max-width: 1014px) {
  .about .collectiveCapabilities .contentWrap {
    padding-top: 30px;
  }
}

@media only screen and (max-width: 700px) {
  .about .collectiveCapabilities .contentWrap {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.about .collectiveCapabilities .contentWrap .isSp {
  display: none;
}

@media only screen and (max-width: 700px) {
  .about .collectiveCapabilities .contentWrap .isPc {
    display: none;
  }
  .about .collectiveCapabilities .contentWrap .isSp {
    display: inline;
  }
}

.about .collectiveCapabilities .contentWrap .collectiveIllustrationSection .illustrationLogo {
  text-align: center;
}

.about .collectiveCapabilities .contentWrap .collectiveIllustrationSection .illustrationLogo img {
  width: 178px;
}

.about .collectiveCapabilities .contentWrap .collectiveIllustrationSection .illustrationWrap {
  margin-top: 20px;
  padding: 30px 20px 20px;
  background: #fff;
}

.about .collectiveCapabilities .contentWrap .collectiveIllustrationSection .illustrationWrap .illustrationTradingSide {
  text-align: center;
}

.about .collectiveCapabilities .contentWrap .collectiveIllustrationSection .illustrationWrap .illustrationTradingSide img {
  width: 100%;
}

.about .collectiveCapabilities .contentWrap .collectiveIllustrationSection .illustrationWrap .illustrationTradingSide img.isSp {
  max-width: 282px;
}

.about .collectiveCapabilities .contentWrap .collectiveIllustrationSection .illustrationWrap .connectionSection {
  margin: 20px 0;
  text-align: center;
}

.about .collectiveCapabilities .contentWrap .collectiveIllustrationSection .illustrationWrap .connectionSection img {
  width: 549px;
  max-width: 100%;
}

.about .collectiveCapabilities .contentWrap .collectiveIllustrationSection .illustrationWrap .connectionSection img.isSp {
  width: 277px;
}

.about .collectiveCapabilities .contentWrap .collectiveIllustrationSection .illustrationWrap .illustrationNetworkSide {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media only screen and (max-width: 700px) {
  .about .collectiveCapabilities .contentWrap .collectiveIllustrationSection .illustrationWrap .illustrationNetworkSide {
    max-width: 282px;
    margin: 0 auto;
  }
}

.about .collectiveCapabilities .contentWrap .collectiveIllustrationSection .illustrationWrap .illustrationNetworkSide .serviceContainer {
  width: calc((100% - 45px - 1px) / 4);
}

@media only screen and (max-width: 700px) {
  .about .collectiveCapabilities .contentWrap .collectiveIllustrationSection .illustrationWrap .illustrationNetworkSide .serviceContainer {
    width: calc((100% - 15px - 1px) / 2);
  }
}

.about .collectiveCapabilities .contentWrap .collectiveIllustrationSection .illustrationWrap .illustrationNetworkSide .serviceContainer .serviceImgWrap {
  width: 100%;
}

.about .collectiveCapabilities .contentWrap .collectiveIllustrationSection .illustrationWrap .illustrationNetworkSide .serviceContainer .serviceImgWrap img {
  width: 100%;
}

.about .collectiveCapabilities .contentWrap .collectiveIllustrationSection .illustrationWrap .illustrationNetworkSide .serviceContainer .serviceDescription {
  margin-top: 20px;
}

@media only screen and (max-width: 700px) {
  .contactInfoBlockWrap {
    margin: 20px 0 -10px;
  }
}
