@charset "utf-8";
@import url(common/style.css);


.merit .locBg1{
	border-top:1px solid #95917d;
	background-color:#95917d;
	padding-top:20px;
	padding-bottom:0;
}
.merit .bg_beige {
  background: #f2efe2;
}
.merit .locBg1 h3.centerTitle {
  color: #fff;
  margin-top: 10px;
}
@media only screen and (max-width:750px){
  .merit .locBg1 h3.centerTitle {
    text-align: center;
  }
}
.merit .locBg1 ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 100px 20px;
}
@media only screen and (max-width:750px){
  .merit .locBg1 ul {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0 20px;
  }
}

.merit .locBg1 ul li {
  float: none;
}
.merit .locBg1 ul li h3.txtCont {
  background: #fff;
  padding: 1rem;
  color: #231815;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
}
@media only screen and (max-width:750px){ 
  .merit .locBg1 ul li h3.txtCont {
    padding: 15px;
    font-size: 15px;
  }
}
.merit .locBg1 ul li img {
  width: 28%;
  margin: 0 auto 10px auto;
}

.merit .mainVisualTextBox > img{
	margin-bottom:20px;
	margin-left:-14px;
	margin-top:-100px;
}
.merit .mainVisualText{
	font-size:20px;
	font-size:28px;
	line-height:40px;
	letter-spacing:0.1rem;
	font-weight:600;
	color:var( --color2 );
	text-shadow:2px 2px 4px rgba(255,255,255,0.5), -2px 2px 4px rgba(255,255,255,0.5), 2px -2px 4px rgba(255,255,255,0.5), -2px -2px 4px rgba(255,255,255,0.5);
}

@media only screen and (max-width:750px){
.merit .mainVisualTextBox > img{
	margin-bottom:30%;
	margin-left:10%;
	width:40%;
}
.merit .mainVisualText{
	font-size:5.0vw;
	line-height:10.0vw;
	color:var( --color1 );
	margin-top:4.0vw;
}

}
.meritBox {
  display: flex;
  justify-content: space-between;
  text-align: left;
  padding-top: 70px;
  margin-bottom: 70px;
}
@media only screen and (max-width:750px){
  .meritBox {
    display: block;
  }
}
.merit .boxLeft {
  float: none;
  flex: 0 1 50%;
  max-width: 50%;
  margin-right: 25px;
}
@media only screen and (max-width:750px){
  .merit .boxLeft {
    max-width: 100%;
    margin-right: 0;
  }
}
.merit .boxRight {
  float: none;
  margin-left: 24px;
  flex: 0 1 40%;
  max-width: 40%;
}
@media only screen and (max-width:750px){
  .merit .boxRight {
    max-width: 100%;
    margin-left: 0;
  }
}

.merit .meritBox .row_txt {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.merit .meritBox .merit_ttl {
  width: 55px;
}
.merit .boxLeft h3 {
  margin: 0 0 0 30px;
  border-left: 1px solid #94907c;
  padding: 0 0 0 30px;
  line-height: 1.75;
}
@media only screen and (max-width:750px){ 
  .merit .boxLeft h3 {
    margin: 0 0 0 20px;
    padding: 0 0 0 20px;
  }
}
.merit .meritBox .txtCont {
  margin-top: 2rem;
}
.merit .mb0 {
  margin-bottom: 0;
}
.merit .imgTitle {
  margin: 0 auto 30px;
  border-bottom: 1px solid #3c4449;
}
.merit .imgTitle img {
  width: 45%;
  margin: 0 auto 15px;
}
@media only screen and (max-width:750px){
  .merit .imgTitle img {
    width: 90%;
    margin: 30px auto 15px;
  }
}

.merit .capBox li {
  float: none;
}
.merit .merit_cont4 .meritBox {
  display: block;
}
.merit .merit_cont4 .boxLeft {
  flex: 0 1 100%;
  max-width: 100%;
}
.merit .merit_cont4 .boxLeft .row_txt img {
  width: 55px;
}
.merit .cont4_Box {
  display: flex;
  justify-content: space-between;
  text-align: left;
  margin-bottom: 70px;
}
@media only screen and (max-width:750px){
  .merit .cont4_Box {
    display: block;
  }
}
.merit .cont4_m_l {
  float: none;
  flex: 0 1 50%;
  max-width: 50%;
  margin-right: 25px;
}
.merit .cont4_m_r {
  float: none;
  margin-left: 24px;
  flex: 0 1 40%;
  max-width: 40%;
}
@media only screen and (max-width:750px){
  .merit .cont4_m_l,
  .merit .cont4_m_r {
    flex: 0 1 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .cont4_m_r {
    padding-top: 2rem;
  }
}

@media only screen and (max-width:750px){
  .merit_last {
    margin-bottom: 70px;
  }
}
