@charset "UTF-8";
.nav_in_wrapper {
  top: -50px;
}

header .header_wrapper h1 {
  text-shadow: 0px 0px 1px #000,0px 0px 1px #000,0px 0px 1px #000,0px 0px 1px #000,0px 0px 1px #000,0px 0px 1px #000,0px 0px 1px #000,0px 0px 4px #230c0c,0px 0px 4px #230c0c,0px 0px 4px #230c0c,0px 0px 4px #230c0c,0px 0px 4px #230c0c;
  color: #fff;
}

header .header_wrapper h1 a {
  color: #fff;
}

header {
  height: 0;
}

#top_space {
  height: 0;
  padding: 0;
}

header .header_wrapper {
  background: none;
}

header .header_inbox {
  background: none;
}

header .header_wrapper {
  top: 0;
}

#section1 .box1 {
  background: #000;
  position: relative;
}

#section1 .box1 .swiper-slide {
  width: 100%;
  height: 650px;
  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;
}

#section1 .box1 .slide1 {
  background: url(../images/index/images/index1_1.png) no-repeat #000;
  display: block;
  background-size: auto 100%;
  background-position: center;
}

#section1 .box1 .slide2 {
  background: url(../images/top/slide02_bg.jpg) no-repeat #000;
  display: block;
  background-size: auto 100%;
  background-position: center;
}

#section1 .sp {
  display: none;
}

#section1 .box1 .inbox1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1000px;
  margin: auto;
  height: 650px;
  padding: 0 10px;
}

#section1 .box1 .inbox1 p {
  width: 780px;
  margin: 0 auto;
  padding-bottom: 30px;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-size: 34px;
  line-height: 2;
  letter-spacing: .1em;
  text-align: center;
  text-shadow: 0px 0px 1px #000, 0px 0px 1px #000, 0px 0px 1px #000, 0px 0px 1px #000, 0px 0px 1px #000, 0px 0px 1px #000, 0px 0px 1px #000, 0px 0px 4px #230c0c, 0px 0px 4px #230c0c, 0px 0px 4px #230c0c, 0px 0px 4px #230c0c, 0px 0px 4px #230c0c;
}

#section5 .box1 {
  padding-bottom: 100px;
}

#section5 .box1 h2 {
  text-align: center;
  font-size: 20px;
  font-weight: 300;
  padding: 25px 0;
}

/* #section5 #map_canvas{ width:1000px; height:400px; margin:auto;} */
#section5 .gmap {
  width: 1000px;
  height: 400px;
  margin: auto;
}

#section5 .gmap iframe {
  width: 100%;
  height: 100%;
}

/*ーーーーーーーーーーーーーーーー
spの時のみ使用するCSS
ーーーーーーーーーーーーーーーー*/
@media screen and (max-width: 768px) {
  #section1 .box1 {
    background: #000;
  }
  #section1 .box1 .swiper-slide {
    padding-top: 13.8vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    height: 100vw;
    position: relative;
  }
  #section1 .box1 .inbox1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 90%;
    margin: auto;
    height: 100%;
  }
  #section1 .box1 .inbox1 p {
    color: #fff;
    font-size: 5vw;
    text-shadow: 0 0 0.25vw #000,0 0 0.25vw #000,0 0 0.25vw #000,0 0 0.25vw #000,0 0 0.25vw #000,0 0 0.25vw #000,0 0 0.25vw #000,0 0 1vw #230c0c,0 0 1vw #230c0c,0 0 1vw #230c0c,0 0 1vw #230c0c,0 0 1vw #230c0c;
  }
  #section1 .sp {
    display: block;
  }
  #section5 .box1 {
    padding-bottom: 50vw;
  }
  #section5 .box1 h2 {
    text-align: center;
    font-size: 6vw;
    font-weight: 300;
    padding: 5vw 0;
  }
  #section5 .gmap {
    width: 90%;
    height: 50vw;
    margin: auto;
  }
  #section5 .gmap iframe {
    width: 100%;
    height: 100%;
  }
}

.sec02 {
  padding: 180px 20px;
}

.sec02 .sec_title {
  margin-bottom: 80px;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
}

.sec02 .sec_text {
  margin-bottom: 80px;
  line-height: 2;
  text-align: center;
}

.sec02 .sec_image {
  text-align: center;
}

.sec02 .sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .sec02 {
    padding: 10vw 5.5vw 21.3vw;
  }
  .sec02 .sp {
    display: block;
  }
  .sec02 .pc {
    display: none;
  }
  .sec02 .sec_title {
    margin-bottom: 8vw;
    font-size: 5.5vw;
    font-weight: 500;
    text-align: center;
  }
  .sec02 .sec_text {
    margin-bottom: 13.8vw;
    line-height: 2;
    text-align: left;
  }
  .sec02 .sec_image {
    width: 100%;
    text-align: center;
  }
  .sec02 .sec_image img {
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.sec03 {
  width: 1000px;
  margin: 0 auto;
  padding-bottom: 180px;
}

.sec03 .sec_title {
  position: relative;
  margin-bottom: 110px;
  font-size: 41px;
  font-weight: 700;
  text-align: center;
}

.sec03 .sec_title:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -30px;
  width: 234px;
  height: 2px;
  background: #9f352d;
  margin: 0 auto;
}

.sec03 .cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 80px;
}

.sec03 .cont:nth-child(2n-1) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.sec03 .cont04 {
  margin-bottom: 100px;
}

.sec03 .cont_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}

.sec03 .cont_num {
  margin-right: 20px;
  font-size: 60px;
  font-weight: 700;
  line-height: 1;
  color: #9f352d;
  opacity: .5;
}

.sec03 .cont_title {
  font-size: 24px;
  font-weight: 700;
  color: #9f352d;
}

.sec03 .textbox {
  width: 480px;
}

.sec03 .cont_text {
  padding-left: 50px;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 2;
}

.sec03 .link_btn {
  text-align: center;
}

.sec03 .link_btn a:hover {
  opacity: .7;
  -webkit-transition: .4s;
  transition: .4s;
}

.sec03 .sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .sec03 {
    width: 100%;
    margin: 0 auto;
    padding: 0 5.5vw 21.3vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .sec03 .sp {
    display: block;
  }
  .sec03 .pc {
    display: none;
  }
  .sec03 .sec_title {
    position: relative;
    margin-bottom: 13.8vw;
    font-size: 8vw;
    font-weight: 700;
    text-align: center;
  }
  .sec03 .sec_title:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -5.5vw;
    width: 55.5vw;
    height: 2px;
    background: #9f352d;
    margin: 0 auto;
  }
  .sec03 .cont {
    display: block;
    margin-bottom: 21.3vw;
  }
  .sec03 .cont:nth-child(2n-1) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .sec03 .cont04 {
    margin-bottom: 16vw;
  }
  .sec03 .cont_image {
    width: 100%;
    margin-bottom: 5.5vw;
  }
  .sec03 .cont_image img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .sec03 .cont_header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 5.5vw;
  }
  .sec03 .cont_num {
    margin-right: 2.7vw;
    font-size: 8vw;
    font-weight: 700;
    line-height: 1;
    color: #9f352d;
    opacity: .5;
  }
  .sec03 .cont_title {
    font-size: 5.5vw;
    font-weight: 700;
    color: #9f352d;
  }
  .sec03 .textbox {
    width: 100%;
  }
  .sec03 .cont_text {
    padding-left: 0;
    font-weight: 500;
    letter-spacing: .05em;
    line-height: 2;
    text-align: justify;
    font-size: 4.4vw;
  }
  .sec03 .link_btn {
    width: 100%;
    text-align: center;
  }
  .sec03 .link_btn img {
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .sec03 .link_btn a:hover {
    opacity: 1;
    -webkit-transition: none;
    transition: none;
  }
}

.sec04 {
  width: 1000px;
  margin: 0 auto;
  padding-bottom: 100px;
}

.sec04 .sec_title {
  position: relative;
  margin-bottom: 110px;
  font-size: 41px;
  font-weight: 700;
  text-align: center;
}

.sec04 .sec_title:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -30px;
  width: 234px;
  height: 2px;
  background: #9f352d;
  margin: 0 auto;
}

.sec04 .sec_text {
  margin-bottom: 50px;
  font-weight: 500;
  letter-spacing: .05em;
  text-align: center;
}

.sec04 .cont_text {
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: .05em;
}

.sec04 .cont_title {
  margin-bottom: 30px;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: .1em;
}

.sec04 .cont01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
}

.sec04 .cont01 .cont_image {
  position: relative;
}

.sec04 .cont01 .cont_image .image_text {
  position: absolute;
  left: 10px;
  bottom: 10px;
  padding: 15px;
  background: rgba(159, 53, 45, 0.61);
  font-size: 19px;
  text-align: center;
  letter-spacing: .1em;
  color: #fff;
}

.sec04 .cont01 .textbox {
  width: 520px;
}

.sec04 .cont01 .cont_text {
  margin-bottom: 50px;
}

.sec04 .cont01 .link_btn {
  width: 320px;
  margin-left: auto;
}

.sec04 .cont01 .link_btn a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 20px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #9f352d;
  text-align: center;
  color: #fff;
}

.sec04 .cont01 .link_btn a:before {
  content: "";
  position: absolute;
  right: 3px;
  bottom: 3px;
  width: 15px;
  height: 10px;
  background: url(../images/top/sec04_arrow.png) center/contain no-repeat;
}

.sec04 .flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sec04 .cont02, .sec04 .cont03, .sec04 .cont04, .sec04 .cont05, .sec04 .cont06 {
  width: 331px;
}

.sec04 .cont02 .cont_image, .sec04 .cont03 .cont_image, .sec04 .cont04 .cont_image, .sec04 .cont05 .cont_image, .sec04 .cont06 .cont_image {
  margin-bottom: 20px;
}

.sec04 .cont02 .cont_title, .sec04 .cont03 .cont_title, .sec04 .cont04 .cont_title, .sec04 .cont05 .cont_title, .sec04 .cont06 .cont_title {
  margin-bottom: 20px;
  text-align: center;
}

.sec04 .cont02 .cont_text, .sec04 .cont03 .cont_text, .sec04 .cont04 .cont_text, .sec04 .cont05 .cont_text, .sec04 .cont06 .cont_text {
  padding: 0 15px;
}

.sec04 .cont02 {
  margin-right: 3px;
  margin-bottom: 50px;
}

.sec04 .cont03 {
  margin-right: 3px;
  margin-bottom: 50px;
}

.sec04 .cont04 {
  margin-bottom: 50px;
}

.sec04 .cont04 .cont_image {
  position: relative;
}

.sec04 .cont04 .cont_image .image_text {
  position: absolute;
  right: 10px;
  bottom: 10px;
  padding: 15px;
  background: rgba(159, 53, 45, 0.61);
  font-size: 19px;
  text-align: center;
  letter-spacing: .1em;
  color: #fff;
}

.sec04 .cont05 {
  margin-right: 20px;
}

.sec04 .cont05 .cont_image {
  position: relative;
}

.sec04 .cont05 .cont_image .image_textbox {
  position: absolute;
  left: 10px;
  bottom: 10px;
  padding: 10px 15px;
  background: rgba(159, 53, 45, 0.61);
  font-size: 19px;
  text-align: center;
  letter-spacing: .1em;
  color: #fff;
}

.sec04 .cont05 .cont_image .text_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sec04 .cont05 .cont_image .image_text {
  margin-bottom: 10px;
}

.sec04 .cont05 .cont_image .image_text02 {
  margin-right: 15px;
  font-size: 14px;
}

.sec04 .cont05 .cont_image .image_text03 {
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .sec04 {
    width: 100%;
    margin: 0 auto;
    padding: 0 5.5vw 21.3vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .sec04 .sec_title {
    position: relative;
    margin-bottom: 13.8vw;
    font-size: 8vw;
    font-weight: 700;
    text-align: center;
  }
  .sec04 .sec_title:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -5.5vw;
    width: 55.5vw;
    height: 2px;
    background: #9f352d;
    margin: 0 auto;
  }
  .sec04 .sec_text {
    margin-bottom: 13.8vw;
    font-size: 4.4vw;
    font-weight: 500;
    letter-spacing: .05em;
    text-align: left;
  }
  .sec04 .cont_text {
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: .05em;
    font-size: 4vw;
  }
  .sec04 .cont_title {
    margin-bottom: 5.5vw;
    font-size: 5vw;
    font-weight: 700;
    letter-spacing: .1em;
    text-align: center;
  }
  .sec04 .cont_image {
    width: 100%;
    margin-bottom: 5.5vw;
  }
  .sec04 .cont_image img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .sec04 .cont01 {
    display: block;
    margin-bottom: 13.8vw;
  }
  .sec04 .cont01 .cont_image {
    position: relative;
  }
  .sec04 .cont01 .cont_image .image_text {
    position: absolute;
    left: 10px;
    bottom: 10px;
    padding: 15px;
    background: rgba(159, 53, 45, 0.61);
    font-size: 4vw;
    text-align: center;
    letter-spacing: .1em;
    color: #fff;
  }
  .sec04 .cont01 .textbox {
    width: 100%;
  }
  .sec04 .cont01 .cont_text {
    margin-bottom: 8vw;
  }
  .sec04 .cont01 .link_btn {
    width: 80vw;
    margin: 0 auto;
  }
  .sec04 .cont01 .link_btn a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 4vw 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: #9f352d;
    text-align: center;
    color: #fff;
    font-size: 4vw;
  }
  .sec04 .cont01 .link_btn a:before {
    content: "";
    position: absolute;
    right: 3px;
    bottom: 3px;
    width: 15px;
    height: 10px;
    background: url(../images/top/sec04_arrow.png) center/contain no-repeat;
  }
  .sec04 .flexbox {
    display: block;
  }
  .sec04 .cont02, .sec04 .cont03, .sec04 .cont04, .sec04 .cont05, .sec04 .cont06 {
    width: 100%;
  }
  .sec04 .cont02 .cont_image, .sec04 .cont03 .cont_image, .sec04 .cont04 .cont_image, .sec04 .cont05 .cont_image, .sec04 .cont06 .cont_image {
    margin-bottom: 5.5vw;
  }
  .sec04 .cont02 .cont_title, .sec04 .cont03 .cont_title, .sec04 .cont04 .cont_title, .sec04 .cont05 .cont_title, .sec04 .cont06 .cont_title {
    margin-bottom: 5.5vw;
    text-align: center;
  }
  .sec04 .cont02 .cont_text, .sec04 .cont03 .cont_text, .sec04 .cont04 .cont_text, .sec04 .cont05 .cont_text, .sec04 .cont06 .cont_text {
    padding: 0;
  }
  .sec04 .cont02 {
    margin-right: 0;
    margin-bottom: 13.8vw;
  }
  .sec04 .cont03 {
    margin-right: 0;
    margin-bottom: 13.8vw;
  }
  .sec04 .cont04 {
    margin-bottom: 13.8vw;
  }
  .sec04 .cont04 .cont_image {
    position: relative;
  }
  .sec04 .cont04 .cont_image .image_text {
    position: absolute;
    right: 10px;
    bottom: 10px;
    padding: 2.7vw;
    background: rgba(159, 53, 45, 0.61);
    font-size: 4vw;
    text-align: center;
    letter-spacing: .1em;
    color: #fff;
  }
  .sec04 .cont05 {
    margin-bottom: 13.8vw;
  }
  .sec04 .cont05 {
    margin-right: 0;
  }
  .sec04 .cont05 .cont_image {
    position: relative;
  }
  .sec04 .cont05 .cont_image .image_textbox {
    position: absolute;
    left: auto;
    right: 10px;
    bottom: 10px;
    padding: 2.7vw;
    background: rgba(159, 53, 45, 0.61);
    font-size: 4.4vw;
    text-align: center;
    letter-spacing: .1em;
    color: #fff;
  }
  .sec04 .cont05 .cont_image .text_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .sec04 .cont05 .cont_image .image_text {
    margin-bottom: 2.7vw;
  }
  .sec04 .cont05 .cont_image .image_text02 {
    margin-right: 15px;
    font-size: 3.8vw;
  }
  .sec04 .cont05 .cont_image .image_text03 {
    font-size: 3.8vw;
  }
}

.sec05 {
  padding: 100px 0;
  background: url(../images/top/sec05_bg.jpg) center/cover no-repeat;
}

.sec05 .sec_title {
  margin-bottom: 80px;
  font-size: 41px;
  letter-spacing: .1em;
  font-weight: 700;
  text-align: center;
  color: #fff;
}

.sec05 .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 710px;
  margin: 0 auto;
}

.sec05 .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: #fff;
  text-align: center;
}

.sec05 .item:nth-child(-n + 3) {
  margin-bottom: 50px;
}

.sec05 .item_text01 {
  margin-bottom: 15px;
  font-size: 39px;
  font-weight: 700;
  color: #9f352d;
}

.sec05 .item_text02 {
  font-size: 25px;
}

@media screen and (max-width: 768px) {
  .sec05 {
    padding: 13.8vw 5.5vw;
    background: url(../images/top/sec05_bg.jpg) center/cover no-repeat;
  }
  .sec05 .sec_title {
    margin-bottom: 13.8vw;
    font-size: 5.5vw;
    letter-spacing: .1em;
    font-weight: 700;
    text-align: center;
    color: #fff;
  }
  .sec05 .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    margin: 0 auto;
  }
  .sec05 .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 40vw;
    height: 40vw;
    border-radius: 50%;
    background: #fff;
    text-align: center;
  }
  .sec05 .item:nth-child(-n + 3) {
    margin-bottom: 8vw;
  }
  .sec05 .item_text01 {
    margin-bottom: 2.7vw;
    font-size: 6vw;
    font-weight: 700;
    color: #9f352d;
  }
  .sec05 .item_text02 {
    font-size: 4.8vw;
  }
}

.sec06 {
  padding: 180px 0;
}

.sec06 .sec_title {
  position: relative;
  margin-bottom: 110px;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
}

.sec06 .sec_title:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -30px;
  width: 234px;
  height: 2px;
  background: #9f352d;
  margin: 0 auto;
}

.sec06 .sec_text {
  margin-bottom: 80px;
  text-align: center;
}

.sec06 .link_banner {
  width: 1000px;
  height: 340px;
  margin: 0 auto;
  background: #fff;
}

.sec06 .link_banner a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/top/sec06_banner_image.jpg) center/cover no-repeat;
}

.sec06 .link_banner a:before {
  content: "";
  position: absolute;
  right: 3px;
  bottom: 6px;
  width: 33px;
  height: 22px;
  background: url(../images/top/sec06_arrow.png) center/contain no-repeat;
}

.sec06 .link_banner a:hover {
  opacity: .7;
  -webkit-transition: .4s;
  transition: .4s;
}

.sec06 .link_text {
  padding-top: 50px;
  font-size: 36px;
  letter-spacing: .2em;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .sec06 {
    padding: 21.3vw 5.5vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .sec06 .sec_title {
    position: relative;
    margin-bottom: 13.8vw;
    font-size: 5.5vw;
    font-weight: 700;
    text-align: center;
  }
  .sec06 .sec_title:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -5.5vw;
    width: 55.5vw;
    height: 2px;
    background: #9f352d;
    margin: 0 auto;
  }
  .sec06 .sec_text {
    margin-bottom: 13.8vw;
    font-size: 4.4vw;
    text-align: justify;
  }
  .sec06 .link_banner {
    width: 100%;
    height: 55.5vw;
    margin: 0 auto;
    background: #130e01;
  }
  .sec06 .link_banner a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/top/sec06_banner_image.jpg) center bottom/contain no-repeat;
  }
  .sec06 .link_banner a:before {
    content: "";
    position: absolute;
    right: 3px;
    bottom: 6px;
    width: 33px;
    height: 22px;
    background: url(../images/top/sec06_arrow.png) center/contain no-repeat;
  }
  .sec06 .link_banner a:hover {
    opacity: 1;
    -webkit-transition: none;
    transition: none;
  }
  .sec06 .link_text {
    padding-top: 8vw;
    font-size: 6vw;
    letter-spacing: .2em;
    color: #fff;
    text-align: center;
  }
}
/*# sourceMappingURL=top.css.map */