.container1440 {
  width: 1440px;
  margin: auto;
}

@media screen and (max-width: 1440px) {
  .container1440 {
    width: 100%;
  }
}

.container1000 {
  width: 1000px;
  margin: auto;
}

@media screen and (max-width: 1050px) {
  .container1000 {
    width: 94%;
  }
}

.moreBtn a {
  width: 200px;
  font-size: 24px;
  margin: auto;
  padding: 8px 0;
  background: #fff;
  border: 2px solid #c4b8b7;
  display: block;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.moreBtn a:hover {
  background: #c4b8b7;
  color: #fff;
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .moreBtn a {
    width: 80%;
  }
}

.mvArea {
  padding-top: 50px;
  background: url("../images/img_index01.png") no-repeat left -120px top -150px/430px, url("../images/img_index01.png") no-repeat right -70px top -40px/430px, url("../images/bg_index01.png") repeat-x top/contain;
}

@media screen and (max-width: 1300px) {
  .mvArea {
    background: url("../images/img_index01.png") no-repeat left -90px top -110px/350px, url("../images/img_index01.png") no-repeat right -50px top -30px/350px, url("../images/bg_index01.png") repeat-x top/contain;
  }
}

@media screen and (max-width: 767px) {
  .mvArea {
    background: url("../images/bg_index01_sp.png") no-repeat center top/cover;
  }
}

.mvArea .mvBg {
  margin: auto;
  padding-top: 560px;
  background: url("../images/pic_index01.png") no-repeat center bottom/contain;
  position: relative;
}

@media screen and (max-width: 1300px) {
  .mvArea .mvBg {
    background: url("../images/pic_index02.png") no-repeat center top/cover;
  }
}

@media screen and (max-width: 1000px) {
  .mvArea .mvBg {
    background: url("../images/pic_index03.png") no-repeat center top/cover;
  }
}

@media screen and (max-width: 767px) {
  .mvArea .mvBg {
    padding-top: 500px;
    background: none;
  }
}

@media screen and (max-width: 500px) {
  .mvArea .mvBg {
    padding-top: 400px;
  }
}

.mvArea .mvMenu {
  margin-left: 125px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 60px;
}

@media screen and (max-width: 1300px) {
  .mvArea .mvMenu {
    margin-left: 30px;
  }
}

@media screen and (max-width: 767px) {
  .mvArea .mvMenu {
    width: 360px;
    margin: auto;
    right: 0;
    bottom: 30px;
    left: 0;
  }
}

@media screen and (max-width: 360px) {
  .mvArea .mvMenu {
    width: 290px;
  }
}

.mvArea .mvMenu .mvMenuItem {
  width: 120px;
  height: 120px;
  margin-right: 40px;
  background: #fff;
  border: 1px dashed #a49592;
  border-radius: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: 0px 0px 0px 5px #fff;
  box-shadow: 0px 0px 0px 5px #fff;
}

.mvArea .mvMenu .mvMenuItem:last-child {
  margin-right: 0;
}

@media screen and (max-width: 1300px) {
  .mvArea .mvMenu .mvMenuItem {
    width: 100px;
    height: 100px;
  }
}

@media screen and (max-width: 767px) {
  .mvArea .mvMenu .mvMenuItem {
    width: 60px;
    height: 60px;
    margin-right: 15px;
    -webkit-box-shadow: 0px 0px 0px 3px #fff;
    box-shadow: 0px 0px 0px 3px #fff;
  }
}

@media screen and (max-width: 360px) {
  .mvArea .mvMenu .mvMenuItem {
    width: 50px;
    height: 50px;
    margin-right: 10px;
  }
}

.mvArea .mvMenu .mvMenuItem a {
  font-size: 20px;
  font-weight: bold;
  color: #333;
}

@media screen and (max-width: 1300px) {
  .mvArea .mvMenu .mvMenuItem a {
    font-size: 17px;
  }
}

@media screen and (max-width: 767px) {
  .mvArea .mvMenu .mvMenuItem a {
    font-size: 12px;
  }
}

@media screen and (max-width: 360px) {
  .mvArea .mvMenu .mvMenuItem a {
    font-size: 10px;
  }
}

.newsArea {
  background: url("../images/bg_index02.png") repeat bottom/auto 72%;
}

@media screen and (max-width: 767px) {
  .newsArea {
    background: url("../images/bg_index02.png") repeat bottom/auto 30%;
  }
}

.newsArea .newsOrnament {
  padding-bottom: 55px;
  background: url("../images/img_index02.png") no-repeat left 50px top 25px/85px, url("../images/img_index03.png") no-repeat right 35px top 40px/65px, url("../images/img_index04.png") no-repeat right 25px bottom 25px/220px;
}

@media screen and (max-width: 1300px) {
  .newsArea .newsOrnament {
    background: url("../images/img_index04.png") no-repeat right 15px bottom 15px/170px;
  }
}

.newsArea .newsTitArea {
  padding-bottom: 125px;
  background: #fff;
}

.newsArea .newsTit {
  margin-top: 45px;
}

.newsArea .newsTit img {
  width: 145px;
  height: 35px;
  margin-right: 15px;
}

@media screen and (max-width: 767px) {
  .newsArea .newsTit img {
    width: 90px;
    height: 22px;
  }
}

.newsArea .newsTit span {
  font-size: 20px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .newsArea .newsTit span {
    font-size: 16px;
  }
}

.newsArea .newsCardList {
  margin-top: -90px;
}

@media screen and (max-width: 767px) {
  .newsArea .newsCardList {
    margin-top: -100px;
  }
}

.newsArea .newsCard {
  width: calc(96%/3);
  margin-right: 2%;
  background: #fff;
  -webkit-box-shadow: 0px 5px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 4px rgba(0, 0, 0, 0.1);
}

.newsArea .newsCard:nth-child(2) {
  margin-top: 40px;
}

.newsArea .newsCard:last-child {
  margin-right: 0;
}

@media screen and (max-width: 750px) {
  .newsArea .newsCard {
    width: 90%;
    margin: 0 auto;
    float: none;
  }
  .newsArea .newsCard:nth-child(2) {
    margin-top: 7%;
  }
  .newsArea .newsCard:last-child {
    margin: 7% auto 0;
  }
}

.newsArea .newsCard .cardImg img {
  width: 100%;
  vertical-align: top;
}

.newsArea .newsCard .txtArea {
  padding: 20px 20px 45px 20px;
}

@media screen and (max-width: 767px) {
  .newsArea .newsCard .txtArea {
    padding: 15px;
  }
}

.newsArea .newsCard .date01 {
  font-size: 14px;
  font-weight: bold;
  color: #e99787;
}

.newsArea .newsCard .txt01 {
  font-size: 16px;
  font-weight: bold;
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  .newsArea .newsCard .txt01 {
    font-size: 14px;
    font-weight: normal;
    margin-top: 5px;
  }
}

.newsArea .moreBtn {
  margin-top: 55px;
}

.aboutArea {
  width: 1500px;
  margin: auto;
  padding: 100px 0 110px;
  background: url("../images/img_index06.png") no-repeat left bottom/350px, url("../images/img_index05.png") no-repeat right top/350px, url("../images/img_index07.png") no-repeat left 370px bottom 60px/360px, url("../images/img_index07.png") no-repeat right 370px top 200px/360px;
}

@media screen and (max-width: 1500px) {
  .aboutArea {
    width: 100%;
    background: url("../images/img_index06.png") no-repeat left -20px bottom/350px, url("../images/img_index05.png") no-repeat right -80px top/350px, url("../images/img_index07.png") no-repeat left 370px bottom 60px/360px, url("../images/img_index07.png") no-repeat right 300px top 200px/360px;
  }
}

@media screen and (max-width: 1000px) {
  .aboutArea {
    padding: 120px 0 110px;
  }
}

@media screen and (max-width: 767px) {
  .aboutArea {
    padding: 30px 0 100px;
  }
}

.aboutArea .aboutContainer {
  position: relative;
}

.aboutArea .aboutTitArea {
  position: absolute;
  top: 25px;
  right: 205px;
}

@media screen and (max-width: 1000px) {
  .aboutArea .aboutTitArea {
    top: -70px;
    right: auto;
    left: 10px;
  }
}

@media screen and (max-width: 767px) {
  .aboutArea .aboutTitArea {
    position: static;
  }
}

.aboutArea .aboutTit img {
  width: 273px;
  height: 94px;
}

@media screen and (max-width: 767px) {
  .aboutArea .aboutTit img {
    width: 130px;
    height: 45px;
  }
}

.aboutArea .aboutTit span {
  font-size: 22px;
  font-weight: bold;
  display: block;
}

@media screen and (max-width: 767px) {
  .aboutArea .aboutTit span {
    font-size: 16px;
  }
}

.aboutArea .aboutImg {
  width: 600px;
  margin-bottom: 55px;
  -webkit-box-shadow: 0 4px 7px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 7px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 767px) {
  .aboutArea .aboutImg {
    width: 100%;
    margin: 20px 0 110px;
  }
}

.aboutArea .aboutImg img {
  width: 100%;
  vertical-align: top;
}

.aboutArea .txtArea {
  font-size: 14px;
  width: 480px;
  padding: 30px;
  background: #fff;
  line-height: 1.8;
  position: absolute;
  bottom: -55px;
  right: 0;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
}

@media screen and (max-width: 1050px) {
  .aboutArea .txtArea {
    bottom: -100px;
  }
}

@media screen and (max-width: 767px) {
  .aboutArea .txtArea {
    text-align: left;
    width: 90%;
    margin: auto;
    padding: 20px;
    line-height: 1.6;
    top: 95%;
    right: 0;
    bottom: auto;
    left: 0;
  }
}

@media screen and (max-width: 370px) {
  .aboutArea .txtArea {
    font-size: 12px;
  }
}

.workingArea {
  padding-bottom: 70px;
  background: url("../images/img_index08.png") no-repeat left 40px top 230px/125px, url("../images/img_index09.png") no-repeat right 30px top 100px/142px, url("../images/bg_index03.png") no-repeat center bottom -5px/1375px;
}

@media screen and (max-width: 1400px) {
  .workingArea {
    background: url("../images/img_index08.png") no-repeat left 25px top 230px/110px, url("../images/img_index09.png") no-repeat right 10px top 100px/130px, url("../images/bg_index03.png") no-repeat center bottom -5px/1375px;
  }
}

@media screen and (max-width: 1300px) {
  .workingArea {
    background: url("../images/img_index09.png") no-repeat right 100px top/150px, url("../images/bg_index03.png") no-repeat center bottom -5px/1375px;
  }
}

@media screen and (max-width: 900px) {
  .workingArea {
    background: url("../images/img_index09.png") no-repeat right 30px top/150px, url("../images/bg_index03.png") no-repeat center bottom -5px/1375px;
  }
}

.workingArea .workingTit img {
  width: 384px;
  height: 119px;
  margin-right: 15px;
}

@media screen and (max-width: 767px) {
  .workingArea .workingTit img {
    width: 250px;
    height: 77px;
  }
}

.workingArea .workingTit span {
  font-size: 20px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .workingArea .workingTit span {
    font-size: 16px;
    display: block;
  }
}

.workingArea .workingList {
  margin-top: 70px;
}

@media screen and (max-width: 767px) {
  .workingArea .workingList {
    margin: 40px auto 0;
  }
}

.workingArea .workingListItem {
  width: 30%;
  margin-right: 5%;
}

.workingArea .workingListItem:last-child {
  margin-right: 0;
}

@media screen and (max-width: 900px) {
  .workingArea .workingListItem {
    width: 32%;
    margin-right: 2%;
  }
}

@media screen and (max-width: 767px) {
  .workingArea .workingListItem {
    width: 100%;
    margin: 40px auto 0;
    float: none;
  }
  .workingArea .workingListItem:first-child {
    margin-top: 0;
  }
  .workingArea .workingListItem:last-child {
    margin: 40px auto 0;
  }
}

.workingArea .workingListItem .cardArea {
  width: 100%;
  height: 280px;
  border-radius: 5px;
  position: relative;
}

@media screen and (max-width: 900px) {
  .workingArea .workingListItem .cardArea {
    height: 200px;
  }
}

@media screen and (max-width: 767px) {
  .workingArea .workingListItem .cardArea {
    height: auto;
    margin: auto;
    padding: 120px 15px 15px;
  }
}

.workingArea .workingListItem .cardArea .num01 {
  margin: auto;
  position: absolute;
  top: -24px;
  right: 0;
  left: 0;
}

@media screen and (max-width: 767px) {
  .workingArea .workingListItem .cardArea .num01 {
    top: -15px;
  }
}

.workingArea .workingListItem .cardArea .num01 img {
  height: 48px;
}

@media screen and (max-width: 767px) {
  .workingArea .workingListItem .cardArea .num01 img {
    height: 35px;
  }
}

.workingArea .workingListItem .cardArea .txt01 {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  margin: auto;
  position: absolute;
  right: 0;
  bottom: 25px;
  left: 0;
}

@media screen and (max-width: 900px) {
  .workingArea .workingListItem .cardArea .txt01 {
    font-size: 14px;
    bottom: 15px;
  }
}

@media screen and (max-width: 767px) {
  .workingArea .workingListItem .cardArea .txt01 {
    position: static;
  }
}

.workingArea .workingListItem .cardArea01 {
  background: #c4b4b1 url("../images/ico_index01.svg") no-repeat center top 80px/auto 90px;
}

@media screen and (max-width: 900px) {
  .workingArea .workingListItem .cardArea01 {
    background: #c4b4b1 url("../images/ico_index01.svg") no-repeat center top 60px/auto 60px;
  }
}

@media screen and (max-width: 767px) {
  .workingArea .workingListItem .cardArea01 {
    background: #c4b4b1 url("../images/ico_index01.svg") no-repeat center top 40px/auto 60px;
  }
}

.workingArea .workingListItem .cardArea02 {
  background: #f4b0a6 url("../images/ico_index02.svg") no-repeat center top 80px/auto 90px;
}

@media screen and (max-width: 900px) {
  .workingArea .workingListItem .cardArea02 {
    background: #f4b0a6 url("../images/ico_index02.svg") no-repeat center top 60px/auto 60px;
  }
}

@media screen and (max-width: 767px) {
  .workingArea .workingListItem .cardArea02 {
    background: #f4b0a6 url("../images/ico_index02.svg") no-repeat center top 40px/auto 60px;
  }
}

.workingArea .workingListItem .cardArea03 {
  background: #edcda4 url("../images/ico_index03.svg") no-repeat center top 95px/90px auto;
}

@media screen and (max-width: 900px) {
  .workingArea .workingListItem .cardArea03 {
    background: #edcda4 url("../images/ico_index03.svg") no-repeat center top 75px/60px auto;
  }
}

@media screen and (max-width: 767px) {
  .workingArea .workingListItem .cardArea03 {
    background: #edcda4 url("../images/ico_index03.svg") no-repeat center top 50px/60px auto;
  }
}

.workingArea .workingListItem .textArea {
  margin: 15px 5px 0 5px;
  line-height: 1.8;
}

.workingArea .moreBtn {
  margin-top: 40px;
}

.onedayArea {
  background: #fff8f3;
}

.onedayArea .onedayBg {
  background: url("../images/img_index11.png") no-repeat left 25px bottom 100px/160px, url("../images/img_index12.png") no-repeat left 170px bottom 30px/230px;
}

@media screen and (max-width: 1300px) {
  .onedayArea .onedayBg {
    background: url("../images/img_index11.png") no-repeat left 25px bottom 30px/120px, url("../images/img_index12.png") no-repeat left 190px bottom 20px/190px;
  }
}

@media screen and (max-width: 1000px) {
  .onedayArea .onedayBg {
    background: url("../images/img_index12.png") no-repeat left 30px bottom 20px/170px;
  }
}

@media screen and (max-width: 767px) {
  .onedayArea .onedayBg {
    background: none;
  }
}

.onedayArea .onedayTit img {
  width: 345px;
  height: 105px;
}

@media screen and (max-width: 1000px) {
  .onedayArea .onedayTit img {
    width: 250px;
    height: 77px;
  }
}

@media screen and (max-width: 767px) {
  .onedayArea .onedayTit img {
    width: 180px;
    height: 55px;
  }
}

.onedayArea .onedayTit span {
  font-size: 20px;
  font-weight: bold;
  margin-top: -10px;
  display: block;
}

@media screen and (max-width: 767px) {
  .onedayArea .onedayTit span {
    font-size: 16px;
  }
}

.onedayArea .onedayContainer {
  padding: 95px 0 135px;
}

@media screen and (max-width: 767px) {
  .onedayArea .onedayContainer {
    padding: 0 0 135px;
  }
}

.onedayArea .onedayContainer .txtBox {
  width: 40%;
}

@media screen and (max-width: 767px) {
  .onedayArea .onedayContainer .txtBox {
    width: 100%;
    float: none;
  }
}

.onedayArea .onedayContainer .txtBox .txt01 {
  width: 300px;
  margin-top: 45px;
}

@media screen and (max-width: 1000px) {
  .onedayArea .onedayContainer .txtBox .txt01 {
    width: 90%;
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .onedayArea .onedayContainer .txtBox .txt01 {
    width: 100%;
    margin: 20px 0 50px;
  }
}

.onedayArea .onedayContainer .imgBox {
  width: 60%;
  position: relative;
}

@media screen and (max-width: 767px) {
  .onedayArea .onedayContainer .imgBox {
    width: 100%;
    float: none;
  }
}

.onedayArea .onedayContainer .imgBox .ornament01 {
  width: 100px;
  position: absolute;
  top: -20px;
  left: -20px;
}

@media screen and (max-width: 767px) {
  .onedayArea .onedayContainer .imgBox .ornament01 {
    left: 20px;
  }
}

.onedayArea .moreBtn {
  margin: 30px 0 0 90px;
}

@media screen and (max-width: 1000px) {
  .onedayArea .moreBtn {
    margin: 30px 0 0 30px;
  }
}

@media screen and (max-width: 767px) {
  .onedayArea .moreBtn {
    margin: 30px auto 0;
    float: none;
  }
}
