/* Top CSS */
/* _setting CSS */
/* _____________________________ animation*/
.animation {
  position: relative;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transition-delay: .5s;
  transition-delay: .5s;
  top: 40px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.fade {
  position: relative;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transition-delay: .5s;
  transition-delay: .5s;
  top: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

#visual {
  width: 100%;
  min-width: 960px;
  background: url(../images/top/main_visual.jpg) no-repeat center center;
  background-size: cover;
  height: 550px;
  position: relative;
}
#visual .mtitle {
  width: 960px;
  margin: 0 auto;
}
#visual .mtitle h1 {
  position: absolute;
  display: block;
  background-repeat: no-repeat;
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
  background-image: url(../images/top/main_title.png);
  width: 371px;
  height: 246px;
  top: 240px;
}

#main {
  /* ___________________section */
  /* ___________________step1 */
  /* ___________________step2 */
  /* ___________________step3 */
  /* ___________________step4 */
  /* ___________________step5 */
  /* ___________________step6 */
  /* ___________________katachi */
}
#main .news {
  width: 960px;
  margin: 35px auto;
}
#main .news .ttl {
  display: block;
  border-right: #359995 solid 2px;
  margin-right: 30px;
  padding-right: 35px;
  font-size: 14px;
  float: left;
}
#main .news dl {
  overflow: hidden;
  display: inline-block;
}
#main .news dl dt {
  float: left;
  width: 230px;
}
#main .news dl dt .date {
  padding-right: 15px;
  color: #359995;
}
#main .news dl dt .cat {
  background-color: #359995;
  color: #fff;
  padding: 5px 8px;
  font-size: 12px;
  margin-left: 20px;
}
#main .news dl dd {
  padding-left: 230px;
}
#main .news .more {
  float: right;
  position: relative;
  padding-left: 15px;
}
#main .news .more:before {
  content: " ";
  display: block;
  width: 7px;
  height: 10px;
  background: url(../images/top/arrow.png) no-repeat;
  position: absolute;
  top: 6px;
  left: 0;
}
#main .about {
  height: 675px;
  padding-top: 100px;
  margin: 0 auto;
  background: url(../images/top/about_bg.jpg) no-repeat center center;
}
#main .about .title {
  display: block;
  background-repeat: no-repeat;
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
  background-image: url(../images/top/about_title.png);
  width: 247px;
  height: 70px;
  margin: 0 auto;
}
#main .about .inner {
  background-color: #fff;
  width: 595px;
  padding: 70px 70px 50px 70px;
  margin: 50px auto;
}
#main .about .inner .tx {
  font-size: 14px;
  text-align: center;
  line-height: 2;
  margin-bottom: 30px;
}
#main .work {
  margin: 0 auto;
}
#main .work .title {
  display: block;
  background-repeat: no-repeat;
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
  background-image: url(../images/top/work_title.png);
  width: 332px;
  height: 70px;
  margin: 135px auto 50px auto;
}
#main .work .mes {
  display: block;
  background-repeat: no-repeat;
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
  background-image: url(../images/top/work_message.png);
  width: 573px;
  height: 80px;
  margin: 0 auto 70px auto;
}
#main .work .flow {
  text-align: center;
  margin-top: 100px;
}
#main .work .introduction_video {
  width: 1200px;
  margin: 0 auto 100px auto;
  text-align: center;
}
#main .work .introduction_video video {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

#main .section1, #main .section3, #main .section5 {
  background: url(../images/top/bg1.png) no-repeat center 60px;
  padding-bottom: 60px;
}
#main .section1 .box_left, #main .section3 .box_left, #main .section5 .box_left {
  width: 410px;
  float: left;
  margin-top: 55px;
}
#main .section1 .box_right, #main .section3 .box_right, #main .section5 .box_right {
  width: 550px;
  float: right;
}
#main .section3 {
  background: url(../images/top/bg1.png) no-repeat center 165px;
  margin-top: -200px !important;
  padding-bottom: 165px;
}
#main .section5 {
  background: url(../images/top/bg1.png) no-repeat center 150px;
  margin-top: -200px !important;
  padding-bottom: 0px;
}
#main .section2, #main .section4 {
  background: url(../images/top/bg2.png) no-repeat center 135px;
  margin-top: -140px !important;
  padding-bottom: 140px;
}
#main .section2 .box_left, #main .section4 .box_left {
  width: 550px;
  float: left;
}
#main .section2 .box_right, #main .section4 .box_right {
  width: 362px;
  float: right;
  margin-top: 55px;
}
#main .section2 .images {
  text-align: center;
}
#main .section4 {
  margin-top: -230px !important;
}
#main .section4 .box_right {
  width: 330px;
}
#main .section1, #main .section2, #main .section3, #main .section4, #main .section5 {
  margin: 0 auto;
}
#main .section1 .inner, #main .section2 .inner, #main .section3 .inner, #main .section4 .inner, #main .section5 .inner {
  width: 960px;
  margin: 0 auto;
  overflow: hidden;
}
#main .section1 .inner .title, #main .section2 .inner .title, #main .section3 .inner .title, #main .section4 .inner .title, #main .section5 .inner .title {
  margin-bottom: 25px;
  font-size: 40px;
  font-weight: bold;
}
#main .section1 .inner .title span, #main .section2 .inner .title span, #main .section3 .inner .title span, #main .section4 .inner .title span, #main .section5 .inner .title span {
  font-size: 16px;
  font-weight: normal;
  display: block;
}
#main .section1 .inner .point, #main .section2 .inner .point, #main .section3 .inner .point, #main .section4 .inner .point, #main .section5 .inner .point {
  margin-bottom: 25px;
  overflow: hidden;
}
#main .section1 .inner .point .ttl_point, #main .section2 .inner .point .ttl_point, #main .section3 .inner .point .ttl_point, #main .section4 .inner .point .ttl_point, #main .section5 .inner .point .ttl_point {
  display: block;
  background-repeat: no-repeat;
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
  background-image: url(../images/top/point_icon.png);
  width: 75px;
  height: 32px;
  margin-bottom: 20px;
}
#main .section1 .inner .text, #main .section2 .inner .text, #main .section3 .inner .text, #main .section4 .inner .text, #main .section5 .inner .text {
  float: left;
  width: 170px;
}
#main .section1 .inner .text li, #main .section2 .inner .text li, #main .section3 .inner .text li, #main .section4 .inner .text li, #main .section5 .inner .text li {
  font-size: 16px;
  position: relative;
  margin: 0 0 10px 25px;
}
#main .section1 .inner .text li:before, #main .section2 .inner .text li:before, #main .section3 .inner .text li:before, #main .section4 .inner .text li:before, #main .section5 .inner .text li:before {
  content: " ";
  display: block;
  width: 13px;
  height: 1px;
  background: #af9126;
  position: absolute;
  top: 11px;
  left: -25px;
}
#main .section1 .inner .caption, #main .section2 .inner .caption, #main .section3 .inner .caption, #main .section4 .inner .caption, #main .section5 .inner .caption {
  font-size: 16px;
  line-height: 1.5;
  margin: 35px 0 0 90px;
}
#main .section4 .text {
  width: auto !important;
  margin-right: 20px;
}
#main .step1 .mark {
  text-align: center;
  margin-bottom: 60px;
}
#main .step2 .mark {
  text-align: center;
  margin-bottom: 60px;
}
#main .step3 .mark {
  text-align: center;
  margin-bottom: 60px;
}
#main .step4 .mark {
  text-align: center;
  margin-bottom: 60px;
}
#main .step5 .mark {
  text-align: center;
  margin-bottom: 60px;
}
#main .step5 .image_area {
  position: relative;
  clear: both;
  height: 400px;
}
#main .step5 .image_area .image1 {
  position: absolute;
  left: 510px;
  margin-top: -50px;
}
#main .step5 .image_area .image2 {
  position: absolute;
  left: 110px;
  margin-top: 80px;
}
#main .step6 {
  margin: 0 auto 50px auto;
}
#main .step6 .mark {
  text-align: center;
}
#main .step6 .title {
  display: block;
  background-repeat: no-repeat;
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
  background-image: url(../images/top/hako.png);
  width: 498px;
  height: 167px;
  margin: 0 auto;
}
#main .katachi {
  margin: 0 auto;
  background: url(../images/top/form_bg.png) no-repeat center 180px;
}
#main .katachi .line_arrow {
  text-align: center;
  margin-bottom: 50px;
}
#main .katachi .katachi_img {
  text-align: center;
}
#main .katachi .mono {
  margin-top: 120px;
}
#main .katachi .mono .image {
  text-align: center;
  margin-bottom: 30px;
}
#main .katachi .mono .tx {
  text-align: center;
  font-size: 16px;
  line-height: 2;
}
#main .katachi .mono .btn a {
  display: block;
  background-repeat: no-repeat;
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
  background-image: url(../images/top/mono_btn.png);
  width: 235px;
  height: 44px;
  margin: 40px auto;
}
#main .katachi .mono .btn a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  text-decoration: none;
}
