@charset "UTF-8";
/* CSS Document */
body {
  min-width: 1170px;
}
/* ---------------------------------------------------------
#main
----------------------------------------------------------*/
#main {
  background: url(../img/vision_img_main.jpg) no-repeat;
  width: 100%;
  height: 250px;
  background-size: cover;
}
#main h1 {
  font-size: 38px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.05em;
  text-align: center;
  padding-top: 83px;
  margin-bottom: 41px;
}
#main p {
  font-size: 16px;
  line-height: 1;
  color: #fff;
  text-align: center;
  letter-spacing: 0.05em;
}
/* ---------------------------------------------------------
#sec1
----------------------------------------------------------*/
#sec1 {
  padding: 100px 0 0;
}
#sec1 .inner {
  width: 980px;
  margin: 0 auto;
}
#sec1 h2,
#sec2 h2,
#link-box h2 {
  font-family: 'Open Sans',sans-serif;
  font-weight: bold;
  font-size: 30px;
  color: #e6132d;
  text-align: center;
  letter-spacing: 0.05em;
  margin-bottom: 41px;
}
#sec1 h2::after,
#sec2 h2::after,
#link-box h2::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background-color: #e6132d;
  margin: 20px auto 0;
}
#sec1 .wrapper {
  display: flex;
  justify-content: space-between;
}
#sec1 p,
#sec2 p {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-bottom: 34px;
}
#sec1 p:last-of-type {
  margin-bottom: 92px;
}
#sec1 .wrapper .txt-block {
  width: 490px;
}
#sec1 .wrapper .txt-block p:last-of-type {
  margin-bottom: 29px;
}
#sec1 .wrapper figcaption {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.05em;
  margin-top: 16px;
}
/* ---------------------------------------------------------
#sec2
----------------------------------------------------------*/
#sec2 {
  position: relative;
  margin-bottom: 101px;
}
#sec2 h2 {
  margin-bottom: 33px;
}
#sec2 h2::after,
#link-box h2::after {
  width: 70px;
}
#sec2 p {
  width: 980px;
  margin: 0 auto 34px;
}
#sec2 .slider-box {
  position: relative;
  width: 980px;
  height: 574px;
  margin: 0 auto;
}
#sec2 .slider-box .block {
}
#sec2 .btn-prev,
#sec2 .btn-next {
  position: absolute;
  top: 491px;
  left: 50%;
  margin-left: -562px;
  cursor: pointer;
  transition: opacity .3s;
}
#sec2 .btn-prev:hover,
#sec2 .btn-next:hover {
  opacity: .7;
}
#sec2 .btn-next {
  margin-left: 511px;
}
#sec2 .slider-box .block p {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-bottom: 15px;
  text-align: center;
}
#sec2 .btn-prev img,
#sec2 .btn-next img {
  width: 50px;
  height: 50px;
}
#sec2 ul {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  width: 710px;
  list-style: none;
  margin-top: 15px;
}
#sec2 ul li {
  position: relative;
  height: 60px;
  box-sizing: border-box;
  transition:  opacity .3s;
  cursor: pointer;
}
#sec2 ul li:hover {
  opacity: .7;
}
#sec2 ul li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 110px;
  height: 60px;
  border: 0px solid #e6132d;
  transition: border .3s;
  box-sizing: border-box;
}
#sec2 ul .cr::before {
  border-width: 5px;
}
/* ---------------------------------------------------------
#link-box
----------------------------------------------------------*/
#link-box {
  width: 980px;
  padding: 40px 0 100px;
  margin: 0 auto;
}
#link-box .wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1099px;
  margin: 0 auto 40px;
}
#link-box .btn1,
#link-box .btn2,
#link-box .btn3 {
  width: 33.33%;
}
#link-box .btn4,
#link-box .btn5 {
  width: 50%;
}
#link-box .wrapper a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 162px;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: .04em;
  background-color: #e6132d;
  color: #e6132d;
  border: 3px solid #e6132d;
  border-right: none;
  z-index: 2;
}
#link-box .wrapper .btn3 a,
#link-box .wrapper .btn5 a {
  border-right: 3px solid #e6132d;
}
#link-box .btn4 a,
#link-box .btn5 a {
  border-top: none;
}
#link-box .icon-blank {
  display: block;
  width: 18px;
  height: 18px;
  background: url(../../common/img/icon_blank.svg) no-repeat;
  background-size: 18px auto;
  margin-left: 10px;
}
#link-box a:hover .icon-blank {
  background-image: url(../../common/img/icon_blank_white.svg);
}
#link-box .wrapper a:hover,
#link-box .btn-top a:hover {
  color: #fff;
  text-decoration: none;
}
#link-box .btn-top a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 320px;
  height: 72px;
  background-color: #e6132d;
  color: #e6132d;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: .05em;
  border: 3px solid #e6132d;
  border-radius: 5px;
  margin: 0 auto;
  box-sizing: border-box;
  overflow: hidden;
}
/* ---------------------------------------------------------
#recommend
----------------------------------------------------------*/
#recommend {
  padding-bottom: 40px;
}
#recommend .wrapper {
  flex-wrap: wrap;
}
#recommend .wrapper a {
  margin-bottom: 40px;
}

@media screen and (max-width:750px) {
  body {
  min-width: 100%;
}
  /* ---------------------------------------------------------
  #main
  ----------------------------------------------------------*/
  #main {
    background: url(../img/vision_img_main_sp.jpg) no-repeat;
    height: 36.6vw;
    background-size: cover;
  }
  #main h1 {
    font-size: 23px;
    font-weight: bold;
    padding-top: 43px;
    margin-bottom: 20px;
  }
  #main p {
    font-size: 13px;
  }
  /* ---------------------------------------------------------
  #sec1
  ----------------------------------------------------------*/
  #sec1 {
    padding: 51px 4vw 0;
  }
  #sec1 .inner {
    width: auto;
  }
  #sec1 h2,
  #sec2 h2 {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 30px;
  }
  #sec1 h2::after,
  #sec2 h2::after,
  #link-box h2::after {
    width: 60px;
    margin: 9px auto 0;
  }
  #sec1 .wrapper {
    display: block;
  }
  #sec1 .wrapper figure img {
    width: 100%;
    height: auto;
  }
  #sec1 p,
  #sec2 p {
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 26px;
  }
  #sec1 p:last-of-type {
    margin-bottom: 56px;
  }
  #sec1 .wrapper .txt-block {
    width: 100%;
  }
  #sec1 .wrapper figcaption {
    font-size: 15px;
    margin: 10px 0 27px;
  }
  /* ---------------------------------------------------------
  #sec2
  ----------------------------------------------------------*/
  #sec2 {
    position: relative;
    margin-bottom: 0;
  }
  #sec2 h2 {
    margin-bottom: 17px;
  }
  #sec2 h2::after,
  #link-box h2::after {
    width: 60px;
  }
  #sec2 p {
    width: 92vw;
    margin: 0 auto 34px;
  }
  #sec2 .slider-box {
    width: 100%;
    height: 61.6vw;
  }
  #sec2 .slider-box .block img {
    width: 100%;
    height: auto;
  }
  #sec2 .btn-prev,
  #sec2 .btn-next {
    display: none !important;
  }
  #sec2 .slider-box .block p {
    width: 100%;
    font-size: 15px;
    margin-bottom: 10px;
  }
  #sec2 ul {
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 92vw;
    margin-top: 10px;
  }
  #sec2 ul li img {
    width: 100%;
    height: auto;
  }
  #sec2 ul li {
    width: 22vw;
    height: 12vw;
    margin: 0 1.33vw 1.33vw 0;
    box-sizing: border-box;
  }
  #sec2 ul li:nth-child(4n) {
    margin-right: 0;
  }
  #sec2 ul li::before {
    width: 22vw;
    height: 12vw;
  }
  #sec2 ul .cr::before {
    border-width: 4px;
  }
 /* ---------------------------------------------------------
  #link-box
  ----------------------------------------------------------*/
  #link-box h2 {
    font-size: 22px;
    line-height: 1.4;
    margin-bottom: 30px;
  }
  #link-box {
    width: 92vw;
    padding: 50px 0 60px;
  }
  #link-box .wrapper {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1099px;
    margin: 0 auto 30px;
  }
  #link-box .btn1 {
    width: 100%;
  }
  #link-box .btn2,
  #link-box .btn3,
  #link-box .btn4,
  #link-box .btn5 {
    width: 50%;
  }
  #link-box .wrapper a {
    height: 104px;
    font-size: 15px;
  }
  #link-box .wrapper .btn1 a {
    border-right: 3px solid #e6132d;
    border-bottom: none;
  }
  #link-box .btn4 a,
  #link-box .btn5 a {
    border-top: none;
  }
  #link-box .wrapper .icon-blank {
    width: 13px;
    height: 13px;
    background: url(../../common/img/icon_blank.svg) no-repeat;
    background-size: 13px auto;
    margin-left: 7px;
  }
  #link-box .btn-top a {
    width: 64.1vw;
    height: 58px;
    font-size: 15px;
  }
  
  /* ---------------------------------------------------------
  #recommend
  ----------------------------------------------------------*/
  #recommend {
    padding: 0 4vw 5vw;
  }
  #recommend .wrapper .block {
    margin-bottom: 8vw;
  }
  
  
}