@charset "utf-8";
/*
theme Name  : meyasu
Author      : quest law firm labor
Description : original theme
version     : 1.0.0
*/

.meyasuInner {
  text-align: center;
  padding: 80px 0;
  background: #f4f9ff;
}
.meyasuInner .meyasuContent01 {
  background-repeat: no-repeat;
	background-position: top right;
	background-image: url("../img/meyasu/bg_meyasu01.png");
}
.meyasuInner .titleArea,
.meyasuInner .titleArea h2 {
  margin-bottom: 20px;
}
.meyasuInner .titleArea .imgArea01 {
  margin-bottom: 5px;
}
.meyasuInner .meyasuContent01 {
  margin-bottom: 30px;
}
@media screen and (max-width: 960px) {
  .meyasuInner {
    background: none;
    background-repeat: repeat;
    margin-top: -40px;
    padding-top: 0;
    padding-bottom: 30px;
  	background-image: url("../img/meyasu/bg_meyasu01_sp.png");
  }
  .meyasuInner .innerM {
    padding-left: 0;
    padding-right: 0;
  }
  .meyasuInner .titleArea,
  .meyasuInner .meyasuContent01 .innerM,
  .meyasuInner .meyasuContent02 .innerM:last-child {
    padding-left: 15px;
    padding-right: 15px;
  }
  .meyasuInner .titleArea {
    padding-top: 30px;
    background: linear-gradient(180deg, #f4f9ff 0%, #f4f9ff 97%, #fff 97%, #fff 100%);
  }
  .meyasuInner .meyasuContent01 {
    background-position: 160px -60px;
    background-size: 80%;
  }
  .meyasuInner .meyasuContent01 {
    margin-bottom: 30px;
  }
  .meyasuInner .meyasuContent02 .innerM:last-child .imgArea01 {
    margin-top: 25px;
  }
  .meyasuInner .meyasuContent01 .innerM div,
  .meyasuInner .meyasuContent02 .innerM:last-child div {
    margin-bottom: 25px;
  }
  .meyasuInner .meyasuContent01 .innerM div:last-child,
  .meyasuInner .meyasuContent02 .innerM:last-child div:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1023px) {
}
