@charset "UTF-8";
/*------------------------------------------------------------
	サイト幅でセンタリング
------------------------------------------------------------*/
/*------------------------------------------------------------
	breakpoint
------------------------------------------------------------*/
/*------------------------------------------------------------
	フォント
------------------------------------------------------------*/
/*------------------------------------------------------------
	clearfix
------------------------------------------------------------*/
/*------------------------------------------------------------
	Other
------------------------------------------------------------*/
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
.mainImg {
  background-image: url(../img/group/main_img.jpg);
}

@media screen and (max-width: 896px) {
  .mainImg {
    background-image: url(../img/group/sp_main_img.jpg);
  }
}

.comTxt {
  margin-bottom: 40px;
  font-size: 3.2rem;
  line-height: 1.44;
  letter-spacing: 0;
}

@media screen and (max-width: 896px) {
  .comTxt {
    margin-bottom: 13px;
    padding-top: 30px;
    line-height: 1.653;
	text-align: justify;
	word-wrap: break-word;
    font-size: 1.5rem;
  }
}

@media all and (-ms-high-contrast: none) {
  .comTxt {
    height: 300px;
  }
  .comTxt::after {
    display: none;
  }
}

.comBox .imgBox {
  margin-bottom: 123px;
}

@media screen and (max-width: 896px) {
  .comBox .imgBox {
    margin-bottom: 25px;
  }
}

.comBox .imgBox .photoBox {
  width: 47.1%;
}

@media screen and (max-width: 896px) {
  .comBox .imgBox .photoBox {
    margin-bottom: 20px;
  }
}

.comBox .imgBox .textBox {
  margin: -5px 0 0 24px;
}

.comBox .imgBox .textBox .headLine01 {
  margin-bottom: 17px;
  font-size: 32px;
}

@media screen and (max-width: 896px) {
  .comBox .imgBox .textBox .headLine01 {
    font-size: 2.4rem;
  }
}

.comBox .imgBox .textBox .headLine01 .txtSpan {
  display: block;
}

.comBox .imgBox .textBox .headLine01 .txtSpanS {
  font-size: 22px;
}

@media screen and (max-width: 896px) {
  .comBox .imgBox .textBox .comBoxSub::after {
    right: -206px;
    height: 700px;
  }
	.comBox .imgBox .textBox .headLine01 .txtSpanS {
  font-size: 16px;
}
}

@media screen and (max-width: 896px) {
  .comBox .imgBox .textBox p {
    line-height: 1.714;
  }
}

.comBox .imgBox .comLink02 {
  margin-top: -6px;
}

@media screen and (max-width: 896px) {
  .comBox .imgBox .comLink02 {
    margin: 0 0 7px;
  }
}

.comBox .imgBox02 .textBox {
  margin-right: 24px;
}

@media all and (min-width: 897px) and (max-width: 1200px) {
  .comBox .imgBox .textBox .headLine01 {
    font-size: 4.2rem;
  }
}



.groupUl li {
    width: 100%;
}
.groupUl li .txtSpan .txtSpace {
    display: none;
}
/* .groupUl li .txtSpan .txtTel {
    float: right;
} */
@media screen and (max-width: 896px) {
  .groupUl li .txtSpan .txtSpace {
    display: inline;
  }
  .groupUl li .txtSpan .txtTel {
    float: none;
    margin-bottom: 0.5em;
    display: block;
  }
}


