.header .hero_index {
  height: 400px; }
  .header .hero_index h2 {
    display: block;
    width: 800px;
    min-height: 200px;
    text-align: center;
    position: absolute;
    color: #fff;
    font-size: 36px;
    font-weight: bold;
    top: 12%;
    left: 0;
    right: 0;
    margin: auto;
    background: rgba(196, 16, 86, 0.85);
    padding: 30px;
    letter-spacing: 0.08em;
    line-height: 1.3em; }
    .header .hero_index h2 span {
      opacity: 0;
      font-weight: 600;
      text-shadow: 0px 0px 7px #4a4a4a; }
  .header .hero_index .swiper-container {
    position: relative;
    width: 100%;
    height: 400px;
    z-index: -1;
    overflow: hidden;
    position: relative; }
    .header .hero_index .swiper-container img {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 100%;
      min-height: 400px;
      height: auto; }

.main {
  padding: 0 0 40px; }

.main_index .copy {
  background: #f7f7f7;
  padding: 100px 0 120px; }
  .main_index .copy h2 {
    font-size: 40px;
    text-align: center; }
    .main_index .copy h2 span {
      font-weight: 500;
      letter-spacing: 0.08em;
      position: relative;
      display: inline-block;
      margin: 0 1.8em;
      padding: 0 0.6em;
      text-align: left; }
      .main_index .copy h2 span::before, .main_index .copy h2 span::after {
        position: absolute;
        top: 50%;
        content: '';
        width: 400%;
        height: 3px;
        background-color: #c41056; }
      .main_index .copy h2 span::before {
        right: 100%; }
      .main_index .copy h2 span::after {
        left: 100%; }
  .main_index .copy p {
    text-align: center;
    margin-top: 50px;
    font-size: 19px;
    line-height: 2em; }

.main_index .box2 {
  margin: 100px 0 80px; }
  .main_index .box2 h2 {
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    border-bottom: 2px solid #c41056;
    padding-bottom: 26px; }
  .main_index .box2 h3 {
    position: relative;
    padding: 16px 0 16px 16px;
    margin-top: 28px;
    line-height: 1.5em;
    font-size: 20px;
    font-weight: 700; }
    .main_index .box2 h3:before {
      content: '';
      position: absolute;
      top: 25%;
      left: 0;
      width: 4px;
      height: 50%;
      background: #c41056; }
  .main_index .box2 p {
    text-align: left; }
