.second #visual {
  background: url(../../img/client/visual.jpg) top center no-repeat; }

.second .contents .list-box {
  padding: 50px;
  background: #f4f5fa;
  position: relative; }
  .second .contents .list-box li {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2.2; }
  .second .contents .list-box ul + ul {
    margin-left: 120px; }

.second .contents .circle {
  width: 170px;
  height: 170px;
  background: #2a41a4;
  -webkit-border-radius: 85px;
  -moz-border-radius: 85px;
  -ms-border-radius: 85px;
  border-radius: 85px;
  position: absolute;
  bottom: 50px;
  right: 50px;
  text-align: center;
  vertical-align: middle; }
  .second .contents .circle p {
    display: inline-block;
    color: #fff;
    text-align: center;
    margin-top: 55px; }
    .second .contents .circle p span {
      font-size: 32px;
      font-size: 3.2rem; }

#holding {
  margin-top: 90px;
  background: url(../../img/client/sub_visual.jpg) top center no-repeat; }
  #holding h2 {
    color: #fff; }
  #holding h2 + p {
    color: #fff;
    margin-bottom: 50px; }
  #holding .box {
    width: 46%;
    margin-bottom: 40px; }
  #holding p.photo {
    margin-bottom: 25px; }
  #holding p.subject {
    font-size: 23px;
    font-size: 2.3rem;
    color: #2a41a4;
    margin-bottom: 10px; }
  #holding p.subject + p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.8; }

@media screen and (max-width: 750px) {
  .second #visual {
    background: url(../../img/client/visual_sp.jpg) top center no-repeat; }
  .second .contents .list-box {
    padding: 30px; }
    .second .contents .list-box li {
      font-size: 20px;
      font-size: 2rem; }
    .second .contents .list-box ul + ul {
      margin-left: 0px; }
  .second .contents .circle {
    width: 110px;
    height: 110px;
    right: 10px;
    bottom: 10px; }
    .second .contents .circle p {
      font-size: 18px;
      font-size: 1.8rem;
      line-height: 1.5;
      margin-top: 30px; }
      .second .contents .circle p span {
        font-size: 30px;
        font-size: 3rem; }
  #holding {
    margin-top: 40px;
    background: url(../../img/client/sub_visual_sp.jpg) top center no-repeat; }
    #holding h2 + p {
      font-size: 20px;
      font-size: 2rem;
      margin-bottom: 20px; }
    #holding .box {
      width: 100%; }
    #holding .box:last-of-type {
      margin-bottom: 0; }
    #holding p.photo {
      margin-bottom: 10px; }
    #holding p.subject {
      font-size: 32px;
      font-size: 3.2rem; }
    #holding p.subject + p {
      font-size: 20px;
      font-size: 2rem; } }

@media screen and (min-width: 415px) and (max-width: 750px) {
  .second .contents .circle {
    width: 150px;
    height: 150px;
    bottom: 10px;
    right: 10px; }
    .second .contents .circle p {
      margin-top: 40px; } }



.ex-container {}
.ex-box-group {
	display: flex;
	flex-direction: column;
	padding-top: 40px;
}
.ex-box-group .ex-box {
}
.ex-box-group .ex-box-photo {
	margin-bottom: 10px;
}
.ex-container .ex-container-caption {
	font-size: 32px; font-size: 3.2rem;
	color: #2a41a4;
}

@media screen and (min-width: 750px)
{
	.ex-box-group {
		flex-direction: row;
		padding-top: 0px;
	}
	.ex-box-group .ex-box {
		margin: 0 12px;
	}
	.ex-box-group .ex-box-photo {
		margin-bottom: 25px;
	}
	.ex-container .ex-container-caption {
		font-size: 23px; font-size: 2.3rem;
		margin-bottom: 10px;
		text-align: center;
	}
}
