/* maintenance */


/* page title
***************************************************************/
.w_pageTitle.lazyloaded {
  background-image: url(../img/maintenance/am0.jpg);
}
@media all and (min-width: 681px) {
}
@media all and (max-width:680px) {
  .w_pageTitle {
    background-position: center top;
  }
  .w_pageTitle.lazyloaded {
    background-image: url(../img/maintenance/am0_sp.jpg);
  }
}
@media all and (max-width:370px) {
}


/* s1
***************************************************************/
/* wrap1 */
.s1 .wrap1 {
  width: calc(100% - ((100% - 1000px) / 2));
  height: 300px;
  margin: 80px 0 0 auto;
  display: flex;
  align-items: center;
  position: relative;
}
.s1 .wrap1 .textArea {
  background-color: #fff;
  width: 712px;
  padding: 20px 30px 20px 0;
  position: relative;
  z-index: 2;
}
.s1 .wrap1 .textArea .h2 {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.19em;
}
.s1 .wrap1 .textArea .p1 {
  font-size: 17px;
  text-align: justify;
  letter-spacing: 0.05em;
  line-height: 2.5;
  margin-top: 20px;
}
.s1 .wrap1 .thumb {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 42.5vw;
  height: 100%;
}
.s1 .wrap1 .thumb .img1 {
  width: 100%;
  height: 100%;
  background-image: url(../img/common/clear.gif);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
/* flowImg */
.s1 .flowImg {
  width: 1000px;
  margin: 100px auto 0;
}
/* flowList */
.s1 .flowList {
  width: 858px;
  margin: 70px auto 0;
  padding: 40px 55px;
  border: 2px solid #EB6475;
  background-color: #fff;
}
.s1 .flowList ul > li {
  font-size: 16px;
  letter-spacing: 0.05em;
  padding-left: 42px;
  position: relative;
}
.s1 .flowList ul > li + li {
  margin-top: 10px;
}
.s1 .flowList ul > li::before {
  content: "";
  background-image: url(../img/maintenance/ico1.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 28px;
  height: 28px;
  position: absolute;
  left: 0;
  top: 0;
  margin: auto;
}
.s1 .flowList ul > li .iconImg {
  width: 16px;
  height: 14px;
  display: inline-block;
  align-items: center;
  margin-right: 4px;
  position: relative;
}
.s1 .flowList ul > li .iconImg img {
  position: absolute;
  top: 0;
  left: 0;
}
.s1 .flowList .ul1 .li1::before {
  background-image: url(../img/maintenance/ico1.svg);
}
.s1 .flowList .ul1 .li2::before {
  background-image: url(../img/maintenance/ico2.svg);
}
.s1 .flowList .ul1 .li3::before {
  background-image: url(../img/maintenance/ico3.svg);
}
.s1 .flowList .ul1 .li4::before {
  background-image: url(../img/maintenance/ico4.svg);
}
.s1 .flowList .ul2 {
  margin-top: 40px;
}
.s1 .flowList ul.ul2 > li {
  padding-left: 62px;
}
.s1 .flowList ul.ul2 > li::before {
  width: 50px;
  height: 27px;
}
.s1 .flowList .ul2 .li1::before {
  background-image: url(../img/maintenance/ico5.svg);
}
.s1 .flowList .ul2 .li2::before {
  background-image: url(../img/maintenance/ico6.svg);
}
.s1 .flowList .ul2 .li3::before {
  background-image: url(../img/maintenance/ico7.svg);
}
.s1 .flowList .ul2 .li4::before {
  background-image: url(../img/maintenance/ico8.svg);
}
/* noteWrap */
.s1 .noteWrap {
  width: 858px;
  margin: 70px auto 0;
}
.s1 .noteWrap .h3 {
  font-size: 23px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.31em;
}
.s1 .noteWrap .ul1,.s3 .noteWrap .ul1 {
  margin-top: 20px;
}
.s1 .noteWrap .ul1 > li,.s3 .noteWrap .ul1 > li {
  font-size: 15px;
  letter-spacing: 0.05em;
  padding-left: 20px;
  position: relative;
}
.s3 .noteWrap .ul1 > li {
	text-align: center;
	padding-left: 0px;
}
.s1 .noteWrap .ul1 > li + li {
  margin-top: 10px;
}
.s1 .noteWrap .ul1 > li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
@media all and (min-width: 681px) {
}

@media all and (max-width:680px) {
  .main .s1 {
    padding: 0 5%;
  }
  /* wrap1 */
  .s1 .wrap1 {
    width: 100%;
    height: auto;
    margin: 30px 0 0;
    display: block;
  }
  .s1 .wrap1 .textArea {
    width: 100%;
    padding: 15px;
    position: static;
  }
  .s1 .wrap1 .textArea .h2 {
    font-size: 18px;
    text-align: center;
    letter-spacing: 0.1em;
  }
  .s1 .wrap1 .textArea .p1 {
    font-size: 13px;
    line-height: 2;
    margin-top: 15px;
  }
  .s1 .wrap1 .thumb {
    position: static;
    width: 90%;
    height: 44vw;
  }
  /* flowImg */
  .s1 .flowImg {
    width: 90%;
    margin: 50px auto 0;
  }
  /* flowList */
  .s1 .flowList {
    width: 100%;
    margin: 30px auto 0;
    padding: 20px;
  }
  .s1 .flowList ul > li {
    font-size: 12px;
    padding-left: 32px;
  }
  .s1 .flowList ul > li::before {
    width: 22px;
    height: 22px;
    top: 0px;
  }
  .s1 .flowList ul > li .iconImg {
    width: 13px;
    height: 11px;
    margin-right: 3px;
  }
  .s1 .flowList .ul2 {
    margin-top: 30px;
  }
  .s1 .flowList ul.ul2 > li {
    padding-left: 50px;
  }
  .s1 .flowList ul.ul2 > li::before {
    width: 40px;
    height: 22px;
  }
  /* noteWrap */
  .s1 .noteWrap {
    width: 100%;
    margin: 40px auto 0;
  }
  .s1 .noteWrap .h3 {
    font-size: 17px;
  }
  .s1 .noteWrap .ul1,.s3 .noteWrap .ul1 {
    margin-top: 15px;
  }
  .s1 .noteWrap .ul1 > li {
    font-size: 12px;
    padding-left: 15px;
  }
	.s3 .noteWrap .ul1 > li {
    font-size: 12px;
    padding-left: 0px;
		text-align: justify;
  }
}

@media all and (max-width:370px) {
}

/* s2
***************************************************************/
/* constWrap */
.main .s2 {
  background-color: #F2F2F2;
  margin-top: 140px;
  padding: 60px 0;
}
.s2 .constWrap {
  width: 1000px;
  margin: 0 auto;
}
.s2 .constWrap .h2 {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.19em;
  text-align: center;
}
.s2 .constWrap .flex {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
.s2 .constWrap .textArea {
  width: 400px;
}
.s2 .constWrap .textArea .h3 {
  font-size: 21px;
  font-weight: 500;
  letter-spacing: 0.12em;
}
.s2 .constWrap .textArea .p1 {
  font-size: 15px;
  line-height: 1.87;
  letter-spacing: 0.07em;
  margin-top: 15px;
}
.s2 .constWrap .tableImg {
  width: 560px;
}
@media all and (min-width: 681px) {
}

@media all and (max-width:680px) {
  /* constWrap */
  .main .s2 {
    margin-top: 60px;
    padding: 40px 5%;
  }
  .s2 .constWrap {
    width: 100%;
    margin: 0 auto;
  }
  .s2 .constWrap .h2 {
    font-size: 18px;
    letter-spacing: 0.1em;
  }
  .s2 .constWrap .flex {
    display: block;
    margin-top: 35px;
  }
  .s2 .constWrap .textArea {
    width: 100%;
  }
  .s2 .constWrap .textArea .h3 {
    font-size: 16px;
  }
  .s2 .constWrap .textArea .p1 {
    font-size: 13px;
    margin-top: 12px;
  }
  .s2 .constWrap .tableImg {
    width: 100%;
    margin-top: 20px;
  }
}

@media all and (max-width:370px) {
}

/* s3
***************************************************************/
/* supportWrap */
.main .s3 {
  margin-top: 140px;
}
.s3 .supportWrap {
  width: 1000px;
  margin: 0 auto;
}
.s3 .supportWrap .h2 {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.19em;
  text-align: center;
}
.s3 .supportWrap .cnt .h3 {
  font-size: 21px;
  letter-spacing: 0.16em;
  text-align: center;
}
.s3 .supportWrap .cnt .h4 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.56;
  letter-spacing: 0.16em;
  margin-top: 25px;
}
.s3 .supportWrap .cnt .p1 {
  font-size: 15px;
  line-height: 1.87;
  letter-spacing: 0.07em;
  margin-top: 12px;
}
.s3 .supportWrap .flex1 {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}
.s3 .supportWrap .flex1 > .cnt {
  width: 466px;
}
/* 個別 */
/* cnt1 */
.s3 .supportWrap .cnt1 .img1 {
  width: 268px;
  margin: 10px auto 0;
}
/* cnt2 */
.s3 .supportWrap .cnt2 {
  position: relative;
}
.s3 .supportWrap .cnt2::before {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #4C4948;
  position: absolute;
  left: -34px;
  top: 0;
}
.s3 .supportWrap .cnt2 .flex2 {
  display: flex;
  justify-content: space-between;
}
.s3 .supportWrap .cnt2 .flex2 .fIn1 {
  width: 230px;
}
.s3 .supportWrap .cnt2 .flex2 .img1 {
  width: 222px;
  margin-top: 25px;
}
.s3 .supportWrap .cnt2 .black_btn {
  background-color: #4c4948;
  border: none;
  color: #fff;
  margin-top: 25px;
  width: 288px;
}
.s3 .supportWrap .cnt2 .black_btn::after {
  background-image: url(../img/common/ico_arrow_w.svg);
}
/* cnt3 */
.s3 .supportWrap .cnt3 {
  margin-top: 55px;
  padding-top: 40px;
  position: relative;
}
.s3 .supportWrap .cnt3::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #4C4948;
  position: absolute;
  left: 0;
  top: 0;
}
.s3 .supportWrap .cnt3 .flex2 {
  display: flex;
  justify-content: space-between;
}
.s3 .supportWrap .cnt3 .flex2 .fIn1 {
  width: 385px;
}
.s3 .supportWrap .cnt3 .flex2 .img1 {
  width: 590px;
  margin-top: 25px;
}
.s3 .supportWrap .cnt3 .w_link1 {
  margin-top: 25px;
  width: 288px;
}

@media all and (min-width: 681px) {
  .s3 .supportWrap .cnt2 .black_btn:hover {
    background-color: #000;
  }
}

@media all and (max-width:680px) {
  /* supportWrap */
  .main .s3 {
    margin-top: 60px;
    padding: 0 5%;
  }
  .s3 .supportWrap {
    width: 100%;
  }
  .s3 .supportWrap .h2 {
    font-size: 18px;
    letter-spacing: 0.1em;
  }
  .s3 .supportWrap .cnt .h3 {
    font-size: 16px;
  }
  .s3 .supportWrap .cnt .h4 {
    font-size: 15px;
    margin-top: 15px;
  }
  .s3 .supportWrap .cnt .p1 {
    font-size: 13px;
    margin-top: 12px;
  }
  .s3 .supportWrap .flex1 {
    display: block;
    margin-top: 40px;
  }
  .s3 .supportWrap .flex1 > .cnt {
    width: 100%;
  }
  /* 個別 */
  /* cnt1 */
  .s3 .supportWrap .cnt1 .img1 {
    width: 240px;
    margin: 10px auto 0;
  }
  /* cnt2 */
  .s3 .supportWrap .cnt2 {
    margin-top: 30px;
    padding-top: 30px;
  }
  .s3 .supportWrap .cnt2::before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #4C4948;
    position: absolute;
    left: 0;
    top: 0;
  }
  .s3 .supportWrap .cnt2 .flex2 {
    display: block;
  }
  .s3 .supportWrap .cnt2 .flex2 .fIn1 {
    width: 100%;
  }
  .s3 .supportWrap .cnt2 .flex2 .img1 {
    width: 240px;
    margin: 15px auto 0;
  }
  /* cnt3 */
  .s3 .supportWrap .cnt3 {
    margin-top: 30px;
    padding-top: 30px;
  }
  .s3 .supportWrap .cnt3 .flex2 {
    display: block;
  }
  .s3 .supportWrap .cnt3 .flex2 .fIn1 {
    width: 100%;
  }
  .s3 .supportWrap .cnt3 .flex2 .img1 {
    width: 100%;
    margin: 15px auto 0;
  }
  .s3 .supportWrap .cnt3 .w_link1 {
    margin-top: 25px;
  }
}

@media all and (max-width:370px) {
}

/* contactWrap
***************************************************************/
.contactWrap .w_link1 {
  margin-top: 140px;
  border: none;
  background-color: rgba(230,110,0,0.75);
  color: #fff;
  height: 85px;
  font-size: 22px;
  width: 660px;
}
.contactWrap .w_link1::after {
  background-image: url(../img/modelhouse/ico_arrow_w.svg);
}
.contactWrap .w_link1 + .w_link1 {
  margin-top: 30px;
}
.contactArea {
  width: 440px;
  text-align: center;
  margin: 80px auto 0;
  margin-bottom: 60px;
}
.contactArea a {
  width: 100%;
  height: 100%;
  display: block;
}
.contactArea dt {
  font-size: 16px;
  margin-bottom: 10px;
}
.contactArea .text {
  font-size: 14px;
  margin-bottom: 10px;
}
.contactArea .tel {
  font-family: 'Barlow', sans-serif;
  font-weight: 600;
  font-size: 49px;
  padding-left: 85px;
  position: relative;
  line-height: 1;
}
.contactArea .tel:before {
  content: "";
  width: 58px;
  height: 35px;
  background-image: url(../img/common/ico_freedial.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 13px;
  top: 2px;
  bottom: 0;
  margin: auto;
}
.contactArea .time {
  font-size: 13px;
  letter-spacing: 0;
}
@media all and (min-width: 681px) {
  .contactWrap .w_link1:hover {
    background-color: rgba(181,82,9,0.75);
  }
}

@media all and (max-width:680px) {
  .contactWrap {
    padding: 0 5%;
  }
  .contactWrap .w_link1 {
    height: 65px;
    font-size: 14px;
    text-align: center;
    line-height: 1.4;
    width: 100%;
    letter-spacing: 0.2em;
    margin-top: 80px;
  }
  .contactWrap .w_link1::after {
    background-image: url(../img/modelhouse/ico_arrow_w.svg);
  }
  .contactWrap .w_link1 + .w_link1 {
    margin-top: 20px;
  }
  .contactArea {
    width: 310px;
    margin-top: 50px;
    margin-bottom: 60px;
  }
  .contactArea dt {
    margin-bottom: 5px;
  }
  .contactArea .tel {
    font-size: 32px;
    padding-left: 35px;
    margin-bottom: 5px;
  }
  .contactArea .tel:before {
    width: 30px;
    height: 20px;
  }
  .contactArea .time {
    font-size: 11px;
  }
}

@media all and (max-width:370px) {
  .contactArea {
    width: 288px;
  }
}


/* facility */
.facility {
  margin-top: 55px;
  padding-top: 40px;
  border-top: 1px solid #4C4948;
}
.facility .h4 {
  text-align: center;
}
.facility .p1 {
  text-align: center;
}
.facility_point1 {
  width: 794px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding-top: 50px;
}
.facility_point1 .li1 {
  width: 230px;
}
.facility_block1 {
  padding-top: 50px;
}
.facility_img1 {
  width: 800px;
  margin: 0 auto;
  padding-top: 30px;
}
.m_title_1 {
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0;
  line-height: 1.5;
  display: flex;
  justify-content: center;
  color: #809B3F;
}
.m_title_1 .in1 {
  display: block;
  position: relative;
}
.m_title_1 .in1::before,
.m_title_1 .in1::after {
  content: "";
  display: block;
  width: 74px;
  height: 2px;
  background-color: #809B3F;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.m_title_1 .in1::before {
  left: -100px;
}
.m_title_1 .in1::after {
  right: -100px;
}
.m_title_1.type2 {
  color: #E5422F;
}
.m_title_1.type2 .in1::before,
.m_title_1.type2 .in1::after {
  background-color: #E5422F;
}
@media all and (min-width: 681px) {
}
@media all and (max-width:680px) {
  .facility {
    margin-top: 30px;
    padding-top: 30px;
  }
  .facility .p1 {
    text-align: justify;
  }
  .facility_point1 {
    width: 300px;
    display: block;
    padding-top: 15px;
  }
  .facility_point1 .li1 {
    width: 100%;
  }
  .facility_point1 .li1:nth-of-type(n + 2) {
    margin-top: 2px;
  }
  .facility_block1 {
    padding-top: 40px;
  }
  .facility_img1 {
    width: 100%;
    padding-top: 12px;
  }
  .m_title_1 {
    font-size: 15px;
  }
  .m_title_1 .in1::before,
  .m_title_1 .in1::after {
    width: 58px;
    height: 2px;
  }
  .m_title_1 .in1::before {
    left: -75px;
  }
  .m_title_1 .in1::after {
    right: -75px;
  }
}
@media all and (max-width:370px) {
}


/* iecon */
.iecon_bnr1 {
  width: 100%;
  margin: 10px auto 0;
}
.iecon_merit_list1 {
  width: 100%;
  margin: 0 auto;
  padding-top: 30px;
  display: flex;
  justify-content: space-between;
}
.iecon_merit_list1 .li1 {
  width: 318px;
}
@media all and (min-width: 681px) {
}
@media all and (max-width:680px) {
  .iecon_bnr1 {
    margin-top: 15px;
  }
  .iecon_merit {
    margin-top: 50px;
  }
  .iecon_merit_list1 {
    padding-top: 25px;
    display: block;
  }
  .iecon_merit_list1 .li1 {
    width: 100%;
  }
  .iecon_merit_list1 .li1:nth-of-type(n + 2) {
    margin-top: 18px;
  }
}
@media all and (max-width:370px) {
}


/* コンテンツ */
@media all and (min-width: 681px) {
}
@media all and (max-width:680px) {
}
@media all and (max-width:370px) {
}


/* コンテンツ */
@media all and (min-width: 681px) {
}
@media all and (max-width:680px) {
}
@media all and (max-width:370px) {
}
