@charset "UTF-8";
h2 {
  text-align: center;
}

.main_mv {
  background: url(../images/bg_main_mv.jpg) top center no-repeat;
  padding: 85px 0;
}
.main_mv h1 {
  text-indent: -99999px;
  font-size: 0;
}
.main_mv .container {
  padding: 0 25px 0 0;
  display: flex;
  display: -webkit-flex;
  /* Safari */
  display: -moz-flex;
  /* Firefox */
  display: -ms-flex;
  /* IE */
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
}
.main_mv .container h2.main_text {
  color: #ffffff;
  font-size: 53px;
  letter-spacing: 15px;
  font-family: "游明朝" , "Yu Mincho" , "游明朝体" , YuMincho, "HGS明朝E" , "ＭＳ Ｐ明朝", "MS PMincho", serif;
  width: 550px;
  text-align: right;
  line-height: 1.355;
  text-shadow: -2px 1px 3px #000;
}
.main_mv .container .box_news {
  width: 360px;
  height: 380px;
  background: url(../images/bg_news.jpg);
  padding: 37px 10px;
  position: relative;
}
.main_mv .container .box_news:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 93%;
  height: 93%;
  border: 3px solid #b4b1b4;
  z-index: 2;
}
.main_mv .container .box_news:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 95%;
  height: 95%;
  border: 1px solid #b4b1b4;
  z-index: 2;
}
.main_mv .container .box_news h2 {
  text-align: center;
  color: #fff;
  font-size: 39px;
  font-family: "游明朝" , "Yu Mincho" , "游明朝体" , YuMincho, "HGS明朝E" , "ＭＳ Ｐ明朝", "MS PMincho", serif;
  line-height: 1.2;
  margin-bottom: 24px;
}
.main_mv .container .box_news h2 small {
  font-size: 20px;
}
.main_mv .container .box_news h2 span {
  display: block;
  font-size: 11px;
}
.main_mv .container .box_news .cont_news dl {
  height: 175px;
  overflow-y: hidden;
  z-index: 9;
  position: relative;
  padding: 0 35px;
  margin-bottom: 8px;
}
.main_mv .container .box_news .cont_news dl dt {
  font-size: 14px;
  color: #bbc0d3;
  line-height: 1.5;
  margin-bottom: 3px;
}
.main_mv .container .box_news .cont_news dl dd {
  padding-bottom: 17px;
  line-height: 1.7;
  font-size: 14px;
}
.main_mv .container .box_news .cont_news dl dd a {
  color: #ffffff;
}
.main_mv .container .box_news .cont_news .cm_btn_more a {
  position: relative;
  z-index: 9999;
}

.top_inner1 {
  background: url(../images/bg01.jpg) top 95px center no-repeat;
  padding: 49px 0 70px;
}
.top_inner1 h2 {
  margin-bottom: 47px;
  margin-right: 52px;
}
.top_inner1 .inner {
  width: 675px;
  margin-bottom: 36px;
}
.top_inner1 .inner figure {
  margin-bottom: 14px;
  margin-left: 2px;
}

.top_inner2 {
  background: url(../images/bg02.jpg) top center no-repeat;
  padding: 56px 0 70px;
}
.top_inner2 h2 {
  margin-bottom: 40px;
}
.top_inner2 ul {
  display: flex;
  display: -webkit-flex;
  /* Safari */
  display: -moz-flex;
  /* Firefox */
  display: -ms-flex;
  /* IE */
  margin: 0 30px 55px;
}
.top_inner2 ul li {
  width: 24%;
  margin-right: 2%;
}
.top_inner2 ul li:nth-child(4n+4) {
  margin-right: 0;
}

.top_inner3 {
  padding: 65px 0;
  margin-bottom: 30px;
}
.top_inner3 h2 {
  margin-bottom: 33px;
}
.top_inner3 h3 {
  font-size: 30px;
  font-family: "游明朝" , "Yu Mincho" , "游明朝体" , YuMincho, "HGS明朝E" , "ＭＳ Ｐ明朝", "MS PMincho", serif;
  line-height: 1.5;
  margin-bottom: 22px;
}
.top_inner3 h3 span {
  color: #7d5a2e;
}
.top_inner3 .item1 {
  padding: 64px 0 82px;
  background: url(../images/bg03.png) top right no-repeat;
  margin-bottom: 80px;
}
.top_inner3 .item1 .text {
  float: right;
}
.top_inner3 .item1 .text p {
  margin-bottom: 35px;
  padding-right: 40px;
}
.top_inner3 .item2 {
  padding: 72px 0 82px;
  background: url(../images/bg04.png) top left no-repeat;
}
.top_inner3 .item2 .text {
  float: none;
  padding-left: 50px;
  width: 500px;
}
.top_inner3 .item2 h3 {
  margin-bottom: 35px;
}
.top_inner3 .item2 p {
  margin-bottom: 45px;
}
.top_inner3 .text {
  width: 490px;
}
.top_inner3 .text .cm_btn_more a {
  margin-left: 0;
  background: url(../common_img/arr2.png) center right 25px no-repeat #f5f3ec;
}
.top_inner3 .text .cm_btn_more a:hover {
  border: 1px solid #bca069;
  transition: all 0.5s;
  background: url(../common_img/arr3.png) center right 25px no-repeat #3d2d23;
  color: #fff;
}

@media print, screen and (max-width: 2560px) {
  .top_inner3 .item1 {
    background: url(../images/bg03.png) top center no-repeat;
  }
  .top_inner3 .item2 {
    background: url(../images/bg04.png) top center no-repeat;
  }
}
@media print, screen and (max-width: 767px) {
  .main_mv {
    background: url(../images/bg_main_mv_sp.png) top center no-repeat;
    position: relative;
    padding: 70px 0 0;
    background-size: cover;
  }
  .main_mv .container {
    padding: 0;
    display: block;
  }
  .main_mv .container h2.main_text {
    font-size: 25px;
    letter-spacing: 1px;
    width: 95%;
    text-align: center;
    margin: 0 auto 70px;
  }
  .main_mv .container .box_news {
    width: 100%;
    height: 150px;
    padding: 20px 30px;
    display: flex;
    display: -webkit-flex;
    /* Safari */
    display: -moz-flex;
    /* Firefox */
    display: -ms-flex;
    /* IE */
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
  }
  .main_mv .container .box_news:before {
    content: none;
  }
  .main_mv .container .box_news:after {
    content: none;
  }
  .main_mv .container .box_news h2 {
    font-size: 30px;
    margin-bottom: 0;
  }
  .main_mv .container .box_news h2 small {
    font-size: 16px;
  }
  .main_mv .container .box_news h2 span {
    margin-bottom: 10px;
  }
  .main_mv .container .box_news .cont_news dl {
    height: 65px;
  }
  .main_mv .container .box_news .cont_news .cm_btn_more {
    display: none;
  }

  .top_inner1 {
    background: #fff;
    padding: 30px 0;
  }
  .top_inner1 h2 {
    margin-bottom: 20px;
    margin-right: 0;
  }
  .top_inner1 h2 img {
    width: 45%;
  }
  .top_inner1 .inner {
    width: 90%;
    margin: auto;
  }
  .top_inner1 .inner figure {
    font-weight: bold;
  }
  .top_inner1 .cm_btn_more {
    margin-top: -50px;
    z-index: 9;
    position: relative;
  }
  .top_inner1 .cm_btn_more a {
    background: url(../common_img/arr2.png) center right 25px no-repeat #fff;
  }

  .top_inner2 {
    padding: 30px 0;
    background-size: cover;
  }
  .top_inner2 h2 {
    margin-bottom: 20px;
  }
  .top_inner2 h2 img {
    width: 55%;
  }
  .top_inner2 ul {
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 30px;
  }
  .top_inner2 ul li {
    width: 48%;
    margin-right: 0;
    margin-bottom: 4%;
  }
  .top_inner2 ul li img {
    width: 100%;
  }

  .top_inner3 {
    padding: 30px 0;
    margin-bottom: 0;
  }
  .top_inner3 h2 {
    margin-bottom: 20px;
  }
  .top_inner3 h2 img {
    width: 35%;
  }
  .top_inner3 h3 {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .top_inner3 .item1 {
    padding: 30px 5%;
    margin: 0 2%;
    background: url(../images/bg03_sp.jpg) top center no-repeat #f5f3ec;
    margin-bottom: 30px;
  }
  .top_inner3 .item1 .text {
    float: none;
  }
  .top_inner3 .item1 .text p {
    margin-bottom: 20px;
    padding-right: 0;
  }
  .top_inner3 .item2 {
    padding: 30px 5%;
    margin: 0 2%;
    background: url(../images/bg04_sp.jpg) top center no-repeat #f5f3ec;
  }
  .top_inner3 .item2 .text {
    padding-left: 0;
    width: 100%;
  }
  .top_inner3 .item2 h3 {
    margin-bottom: 15px;
  }
  .top_inner3 .item2 p {
    margin-bottom: 15px;
  }
  .top_inner3 .text {
    width: 100%;
  }
  .top_inner3 .text h3 {
    text-align: center;
  }
  .top_inner3 .text p {
    text-align: center;
    font-weight: bold;
  }
  .top_inner3 .text .cm_btn_more a {
    margin: 20px auto 0;
  }
}
@media print, screen and (max-width: 640px) {
  .main_mv .container .box_news {
    padding: 20px 2%;
  }
  .main_mv .container .box_news h2 .cm_btn_more a {
    width: 120px;
  }
  .main_mv .container .box_news .cont_news dl {
    padding: 0 0 0 20px;
  }
}
