@charset "UTF-8";
@media screen and (min-width: 769px) {
  * {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  html,
  body {
    overflow-x: auto;
  }

  body {
    font-family: "メイリオ",Meiryo,Verdana,"游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN",sans-serif;
    text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    background: url(../image/body_bg.png);
    line-height: 1.8em;
    background-color: #fff;
  }

  #wrap {
    overflow: hidden;
  }

  a:hover {
    opacity: .9;
  }

  a > img:hover {
    opacity: .8;
  }

  .page-top {
    overflow: hidden;
    margin: 0;
    float: right;
    cursor: pointer;
    position: fixed;
    z-index: 10000;
    right: 0;
    bottom: 0;
    width: 80px;
    padding: 10px 0;
    background: rgba(0, 0, 0, 0.5);
    transition: background .2s;
  }
  .page-top img {
    display: block;
    width: 100%;
  }

  .fixed {
    position: fixed;
    bottom: 0;
    right: 0;
  }

  .static {
    position: relative;
    top: 0;
    right: 0;
  }

  .gnav {
    width: 100%;
    background: url(../image/rogo.png) no-repeat left 13px center;
    background-size: 130px;
    background-color: #FFF;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    z-index: 10005;
    box-shadow: 0px 5px 5px -5px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0px 5px 5px -5px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 5px 5px -5px rgba(0, 0, 0, 0.4);
    border-bottom: 1px solid #666;
    margin: 0 auto;
    text-align: center;
    padding: 18px 0 0;
  }

  .gnav h1 {
    background: url(../image/logo.png) no-repeat left top;
    background-size: 100%;
    width: 184px;
    height: 42px;
    position: absolute;
    left: 14px;
    top: 16px;
  }

  .gnav h1 img {
    opacity: 0;
  }

  .gnav ul {
    display: block;
    margin: 0 auto;
    letter-spacing: -0.4em;
  }

  .gnav ul li {
    display: inline-block;
    letter-spacing: normal;
    font-size: 14px;
    color: #333;
    position: relative;
    text-decoration: none;
  }

  .gnav ul li:hover {
    background: url(../image/underLine_red.png) repeat-x left bottom -2px;
    color: #ac2328;
    cursor: pointer;
  }

  .gnav ul li a {
    display: block;
    padding: 2px 18px 17px;
    color: #000;
  }

  .gnav .right {
    float: right;
    display: inline-block;
    width: auto;
  }

  header {
    border-top: 13px solid #fff;
  }
  header h1 {
    position: relative;
    width: 80%;
    margin: 0 auto;
  }
  header h1 img {
    position: absolute;
    top: 0;
    right: 0;
  }
  header .mainImage h2 {
    padding: 2% 0 0;
    display: block;
    width: 100%;
    margin: 0 auto;
    background-image: url(../image/section_bg.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: auto;
    margin: 0 auto;
  }
  header .mainImage h2 img {
    width: 100%;
    margin: 0 auto;
  }
  header .mainImage h2:after {
    content: '';
    display: block;
    padding: 2% 0 3%;
    margin: -5.9% 0 0;
    text-align: center;
    background: url(../image/section_h1.png) no-repeat center center;
    position:relative;
    z-index:10000;
  }

  article section > h2 {
    text-align: center;
  }
  article section .middle .in {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 10px 0 31px;
  }
  article #section1 {
    background: url(../image/section_bg_bottom.png) left -25px top -3px;
    box-shadow: 0px 5px 5px -5px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0px 5px 5px -5px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 5px 5px -5px rgba(0, 0, 0, 0.4);
    position: relative;
    z-index: 9999;
  }
  article #section1 .middle .in h2 {
    display: none;
  }
  article #section1 .middle .in ul {
    overflow: hidden;
    margin: 0 auto;
    display: block;
    position: relative;
  }
  article #section1 .middle .in ul li {
    width: 280px;
    float: left;
  }
  article #section1 .middle .in ul li img {
    width: 100%;
    border: 1px solid #fff;
  }
  article #section1 .middle .in ul li:nth-child(2) {
    margin: 0 25px;
  }
  article #section1 .middle .in ul li:nth-child(3) {
    margin: 0 25px 0 0;
  }
  article #section1 .bottom {
    margin: 0 auto;
    /*background: url(../image/bg_bottom.png) no-repeat bottom 90px center;*/
    background: url(../image/section02_bg.png) left top;
    position: relative;
    /*padding: 0 0 107px;*/
    padding:0 0 47px;
  }
  article #section1 .bottom h2 {
    margin: 0 auto;
    text-align: center;
    padding:30px 0 0;
  }
  article #section1 .bottom p {
    display: block;
    text-align: center;
    font-size: 24px;
    margin: -12px auto 0;
    padding: 0 0 45px;
  }
  article #section1 .bottom .in {
    width: 1116px;
    margin: 0 auto;
    display: block;
    overflow: hidden;
  }
  article #section1 .bottom .in .left {
    display: block;
    float: left;
    width: 520px;
  }
  article #section1 .bottom .in .right {
    display: block;
    float: right;
    width: 520px;
  }
  article #section1 .bottom .in img {
    display: block;
    width: 100%;
    margin: 20px auto 0;
  }
  article #section2 {
    position: relative;
    z-index: 9998;
    background: url(../image/section02_bg.png) no-repeat left top;
    background-size: cover;
  }
  article #section2 .in {
    display: block;
    width: 1300px;
    margin: 0 auto;
    overflow: hidden;
    background: url(../image/section2_left.png) no-repeat left bottom -10px;
    padding: 0 0 100px;
  }
  article #section2 .in .center {
    overflow: hidden;
    display: block;
    width: 600px;
    margin: 81px auto 0;
    float: right;
    position: relative;
  }
  article #section2 .in .center dl {
    display: block;
  }
  article #section2 .in .center dl dt {
    display: block;
    margin: 0 auto 29px;
  }
  article #section2 .in .center dl dt img {
    display: block;
    width: 100%;
  }
  article #section2 .in .center dl dd {
    display: block;
    font-size: 24px;
    line-height: 1.8em;
  }
  article #section2 .in .center ul {
    display: block;
    overflow: hidden;
    padding: 48px 0 0;
  }
  article #section2 .in .center ul li {
    display: block;
    width: 172px;
    float: left;
    margin: 0 40px 0 0;
  }
  article #section2 .in .center ul li img {
    display: block;
    width: 100%;
    border: 5px solid #fff;
  }
  article #section2 .in .center ul li:last-child {
    margin: 0;
  }
  article #section2 .in .center ul li a:hover {
    opacity: 1;
  }
  article #section2 .in .center ul li a > img:hover {
    opacity: 1;
  }
  article #section3 {
    position: relative;
    z-index: 9999;
    display: block;
    padding: 0 0 110px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  }
  article #section3 .inner {
    display: block;
    width: 1200px;
    margin: 0 auto 30px;
    padding: 107px 0 0;
  }
  article #section3 .inner ul {
    display: block;
    overflow: hidden;
  }
  article #section3 .inner ul li {
    width: 33.3333333%;
    display: block;
    text-align: center;
    float: left;
    margin: 0 auto 40px;
  }
  article #section3 .inner ul li img {
    display: block;
    width: 90%;
    margin: 0 auto;
    border: 4px solid #fff;
    border-raidus: 4px;
  }
  article #section3 .inner ul:nth-child(2) {
    padding: 20px 0 0;
    display: block;
    overflow: hidden;
  }
  article #section3 .inner ul:nth-child(2) li {
    overflow: hidden;
  }
  article #section3 .inner ul:nth-child(2) li img {
    width: 362px;
    display: block;
  }
  article #section3 .inner ul:nth-child(2) li:first-child {
    width: 47%;
    float: left;
    text-align: right;
  }
  article #section3 .inner ul:nth-child(2) li:first-child img {
    display: block;
    float: right;
  }
  article #section3 .inner ul:nth-child(2) li:last-child {
    width: 47%;
    float: right;
    text-align: left;
  }
  article #section3 .inner ul:nth-child(2) li:last-child img {
    display: block;
    float: left;
  }
  article #section3 .in > .inner:nth-child(1) {
    padding: 157px 0 0;
    position: relative;
    top: -50px;
  }
  article #section3 .middle {
    background: url(../image/section_middle.png) no-repeat center top 22px;
    background-size: 1200px;
    overflow: hidden;
    margin: -160px auto 0;
    padding: 15.5% 0 0;
  }
  article #section3 .middle .inner {
    width: 1200px;
    margin: 0 auto;
  }
  article #section3 .middle .inner .left {
    width: 48%;
    float: left;
  }
  article #section3 .middle .inner .left img {
    width: 100%;
    display: block;
  }
  article #section3 .middle .inner .right {
    width: 48%;
    float: right;
  }
  article #section3 .middle .inner .right dl {
    display: block;
  }
  article #section3 .middle .inner .right dl dt {
    display: block;
    margin: 0 auto 18px;
  }
  article #section3 .middle .inner .right dl dd {
    display: block;
    font-size: 21px;
    line-height: 1.9em;
  }
  article #section3 .middle .inner:nth-child(1) {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    padding: 265px 0 0;
  }
  article #section3 .middle .bottom .inners {
    width: 1230px;
    padding: 140px 0 93px;
    margin: 63px auto 0;
    background-image: url(../image/be_image_01.png), url(../image/be_image_03.png);
    background-position: left top, left bottom;
    background-repeat: no-repeat, no-repeat;
  }
  article #section3 .middle .bottom .inners .context {
    background: url(../image/be_image_02.png) left top;
  }
  article #section3 .middle .bottom .inners .context .context_inner {
    width: 1100px;
    margin: 0 auto;
    position: relative;
    left: -10px;
  }
  article #section3 .middle .bottom .inners .context .context_inner .left {
    width: 340px;
    float: left;
  }
  article #section3 .middle .bottom .inners .context .context_inner .left img {
    display: block;
    width: 278px;
    margin: -51px 0 0;
    position: relative;
    left: -10px;
  }
  article #section3 .middle .bottom .inners .context .context_inner .right {
    width: 674px;
    float: left;
    padding: 0 0 20px;
  }
  article #section3 .middle .bottom .inners .context .context_inner .right dl dt {
    font-size: 21px;
    display: block;
    margin: 0;
    padding: 5px 0 29px;
  }
  article #section3 .middle .bottom .inners .context .context_inner .right dl dd {
    font-size: 17px;
    display: block;
    margin: 0;
    padding: 0;
  }
  article #section3 .middle .bottom .inners .context .context_inner .right dl dd span {
    display: inline-block;
    width: 170px;
    font-size: 21px;
    margin: 0 1px 0 0;
  }
  article #section3 .middle .bottom .inners .context:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
  }
  article #section4 {
    padding: 156px 0 86px;
    background: url(../image/section02_bg.png) left top;
    position: relative;
    z-index: 9998;
    display: block;
  }
  article #section4 h2 {
    display: block;
    margin: 0 auto;
    width: 1024px;
    background: url(../image/parth01.png) no-repeat right 0 top 30px;
  }
  article #section4 .in {
    display: block;
    width: 1200px;
    margin: 0 auto;
    color: #42210b;
    font-size: 23px;
    line-height: 1.9em;
  }
  article #section4 .in .right {
    display: block;
    width: 48%;
    float: right;
    margin: -14px 0 0;
  }
  article #section4 .in .left {
    display: block;
    width: 48%;
    float: left;
  }
  article #section4 .in:nth-child(2) .left {
    background: url(../image/parth02.png) no-repeat right bottom;
    padding: 83px 92px 133px 0;
    position: relative;
    left: 18px;
  }
  article #section4 .in:nth-child(2) .left dd {
    margin: 7px 0 0 6px;
    display: block;
    width: 350px;
  }
  article #section4 .in:nth-child(2) .left .in:nth-child(4) .left dl,
  article #section4 .in:nth-child(2) .left .in:nth-child(2) .left dl {
    background-image: url(../image/text-top_left.png), url(../image/text-bottom_left.png);
    background-position: right top, right bottom;
    background-repeat: no-repeat, no-repeat;
    padding: 170px 0;
  }
  article #section4 .in:nth-child(2) .right {
    margin: 66px 0 0;
  }
  article #section4 .in:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
  }
  article #section4 .in:nth-child(3) {
    padding: 45px 0 123px;
    background: url(../image/parth03.png) no-repeat center bottom;
  }
  article #section4 .in:nth-child(3) .right {
    margin: -56px 0 0 0;
    float: left;
    padding: 44px 0 0;
    position: relative;
    left: -55px;
  }
  article #section4 .in:nth-child(3) .left {
    display: block;
    width: 48%;
    float: right;
  }
  article #section4 .in:nth-child(3) .left dl {
    width: 450px;
    float: right;
    background-image: url(../image/text-top_right.png), url(../image/text-bottom_right.png);
    background-position: left top, left bottom;
    background-repeat: no-repeat, no-repeat;
    padding: 170px 0;
  }
  article #section4 .in:nth-child(3) .left dl dt,
  article #section4 .in:nth-child(3) .left dl dd {
    position: relative;
    right: -26px;
  }
  article #section4 .in:nth-child(3) .left dl dt {
    padding: 0 0 0 71px;
  }
  article #section4 .in:nth-child(3) .left dl dd {
    display: block;
    width: 336px;
    margin: 0 0 0 73px;
  }
  article #section4 .in:nth-child(4) .left {
    display: block;
    width: 48%;
    float: left;
    padding: 0 0 231px;
    background: url(../image/parth04.png) no-repeat right bottom;
  }
  article #section4 .in:nth-child(4) .left dl {
    width: 450px;
    float: right;
    margin: 12px 0 0;
  }
  article #section4 .in:nth-child(4) .left dl dd {
    display: block;
    width: 350px;
    margin: 7px 0 0 6px;
  }
  article #section4 .in:nth-child(4) .left dl dt,
  article #section4 .in:nth-child(4) .left dl dd {
    position: relative;
    right: -31px;
  }
  article #section4 .in:nth-child(4) .right {
    display: block;
    width: 48%;
    float: right;
    margin: -14px 0 0;
  }
  article #section5 {
    display: block;
    background: url(../image/section5_background.png);
    background-size: cover;
    padding: 136px 0 140px;
    overflow: hidden;
  }
  article #section5 .middle h2 {
    display: block;
    width: 1024px;
    margin: 0 auto 66px;
    text-align: center;
  }
  article #section5 .middle h2 img {
    display: block;
    margin: 0 auto;
  }
  article #section5 .middle p {
    display: block;
    font-size: 21px;
    line-height: 1.9em;
    width: 1024px;
    margin: 0 auto;
    color: #fff;
    text-align: center;
  }
  article #section5 .bottom {
    padding: 73px 0 0;
    width: 1200px;
    margin: 0 auto;
  }
  article #section5 .bottom dl:nth-child(1) {
    position: relative;
  }
  article #section5 .bottom dl:nth-child(2) {
    position: relative;
  }
  article #section5 .bottom dl:nth-child(3) {
    margin: 0;
    position: relative;
  }
  article #section5 .bottom dl:nth-child(1):before,
  article #section5 .bottom dl:nth-child(2):before,
  article #section5 .bottom dl:nth-child(3):before {
    content: '';
    width: 120px;
    height: 120px;
    display: block;
    position: absolute;
    left: -30px;
    top: -30px;
  }
  article #section5 .bottom dl:nth-child(1):before {
    background: url(../image/poin1.png) no-repeat center center;
  }
  article #section5 .bottom dl:nth-child(2):before {
    background: url(../image/poin2.png) no-repeat center center;
  }
  article #section5 .bottom dl:nth-child(3):before {
    background: url(../image/poin3.png) no-repeat center center;
  }
  article #section5 .bottom dl {
    display: block;
    width: 370px;
    height: 476px;
    float: left;
    background: #fff;
    margin: 0 43px 0 0;
  }
  article #section5 .bottom dl dt {
    display: block;
    border: 4px solid #FFF;
  }
  article #section5 .bottom dl dt img {
    display: block;
    width: 100%;
  }
  article #section5 .bottom dl dd {
    display: block;
    width: 92%;
    margin: 0 auto;
    padding: 0;
    font-size: 17px;
    line-height: 1.9em;
  }
  article #section5 .bottom dl dd span {
    display: block;
    margin: 0 auto;
    text-align: center;
    padding: 15px 0 3px;
  }
  article #section5 .bototm:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
  }
  article #section6 {
    padding: 0 0 190px;
    background-image: url(../image/section_7_bgg01.png), url(../image/bt_bg.png), url(../image/bt_bg2.png);
    background-position: left -60px bottom, center top -50px, left top 200px;
    background-repeat: no-repeat, no-repeat, repeat-y;
    background-size: 800px, 100%, 100%;
  }
  article #section6 .in {
    width: 1200px;
    margin: 0 auto;
    padding: 57px 0 0;
  }
  article #section6 .in h2 {
    display: block;
    text-align: center;
    padding: 0 0 20px;
  }
  article #section6 .in h2 img {
    display: block;
    margin: 0 auto;
    position: relative;
    padding: 50px 0 0;
  }
  article #section6 .in .map {
    position: relative;
    top: -36px;
    padding: 17px 17px 6px;
    display: block;
    background-image: url(../image/lefttop.png), url(../image/leftbottom.png), url(../image/righttop.png), url(../image/rightbottom.png);
    background-position: left top, left bottom, right top, right bottom;
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
  }
  article #section7 {
    padding: 0;
    background-image: url(../image/bg-top.png), url(../image/bt_bg2.png);
    background-position: right bottom 96px, left top -20px;
    background-repeat: no-repeat, no-repeat;
    background-size: 800px, 100%;
  }
  article #section7 .in {
    width: 1400px;
    margin: 0 auto;
    position: relative;
    top: -120px;
    background: url(../image/section_7_bg02.png) no-repeat center top;
    background-size: 100%;
    overflow: hidden;
  }
  article #section7 .in .middle {
    width: 1200px;
    margin: 0 auto;
  }
  article #section7 .in .middle .left {
    width: 48%;
    float: left;
    position: relative;
    left: 70px;
    top: 50px;
  }
  article #section7 .in .middle .left dl {
    display: block;
    margin: 0 0 32px;
  }
  article #section7 .in .middle .left dl dd {
    font-size: 21px;
    display: block;
    line-height: 1.8em;
  }
  article #section7 .in .middle .left dl dd span {
    display: block;
  }
  article #section7 .in .middle .left ul li {
    margin: 0 0 23px;
  }
  article #section7 .in .middle .left ul li a {
    display: block;
    background: url(../image/btn_icon.png) no-repeat center right 5px;
    background-color: #e35a28;
    color: #fff;
    border: 1px solid #fff;
    padding: 13px 10px 11px;
    width: 482px;
    font-size: 24px;
  }
  article #section7 .in .middle .right {
    width: 48%;
    float: right;
    padding: 100px 0 300px;
  }
  article #section7 .in .middle .right dl dt {
    display: block;
    overflow: hidden;
  }
  article #section7 .in .middle .right dl dt img {
    width: 70%;
    display: block;
    float: left;
    position: relative;
    left: 60px;
  }
  article #section7 .in .middle .right dl dd {
    display: block;
  }
  article #section7 .in .middle .right dl dd ul {
    display: block;
    overflow: hidden;
    padding: 66px 0 0;
  }
  article #section7 .in .middle .right dl dd ul li {
    display: block;
    width: 280px;
    float: left;
    text-align: center;
    margin: 0 0 28px;
  }
  article #section7 .in .middle .right dl dd ul li img {
    display: block;
    width: 90%;
    margin: 0 auto;
    border: 2px solid #fff;
  }
  article #section8 {
    background-image: url(../image/bg-bottom.png), url(../image/body_bg.png);
    background-position: right -84px top -1px, left top;
    background-repeat: no-repeat, repeat;
    background-size: 800px, auto;
    margin: -210px auto 0;
  }
  article #section8 .in {
    width: 1024px;
    margin: 0 auto;
  }
  article #section8 .in dl {
    display: block;
    position: relative;
    top: -212px;
  }
  article #section8 .in dl dt {
    display: block;
    text-aling: center;
  }
  article #section8 .in dl dt img {
    display: block;
    margin: auto;
  }
  article #section8 .in dl dd {
    display: block;
  }
  article #section8 .in dl dd img {
    display: block;
    margin: auto;
  }

  footer {
    background: #fff;
    text-align: center;
    display: block;
    font-size: 12px;
    width: 100%;
  }
  footer p {
    margin: -92px auto 0;
    display: block;
    background: url(../image/copy_img.png) no-repeat right top 20px;
    padding: 32px 154px 28px 0;
    text-align: right;
  }
}
