/* all */
header.pc_only nav#gNav {
  background-color: #fff;
}

header.pc_only nav#gNav ul {
  padding: 15px 30px;
}

header.pc_only nav#gNav ul:first-child {
  -webkit-box-shadow: 0 0 10px 0 #e7e7e7;
  -moz-box-shadow: 0 0 10px 0 #e7e7e7;
  box-shadow: 0 0 10px 0 #e7e7e7;
}

header.pc_only nav#gNav ul li a {
  font-size: 16px;
}

/* -------mv sub page------- */
#maincontants {
  padding-top: 96px;
}

.mv.sub {
  background: url(../images/mv.jpg) no-repeat center center;
  background-size: cover;
  width: 100%;
  padding-top: 300px;
}

.titleBox.main .wrapper .ttl {
  width: 100%;
  text-align: left;
}

.titleBox.main .wrapper .txt {
  width: 100%;
  font-size: 18px;
  font-weight: 600;
  color: #f12837;
  text-align: left;
  line-height: 1.5;
  margin-bottom: 0;
}

/*#section01*/
#section01 {
  padding: 100px 50px;
  background: #f7f7f7;
}

.wideBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.wideBox .imgBox {
  width: 50%;
}

.wideBox .imgBox img {
  width: 100%;
}

.wideBox .txtBox {
  width: 50%;
  padding-left: 50px;
  justify-content: center;
  display: flex;
}

.wideBox .txtBox ul li.title {
  font-size: 30px;
  letter-spacing: 0.1em;
  line-height: 40px;
  color: #f12837;
  font-weight: 800;
  margin-bottom: 20px;
  width: 100%;
}

.wideBox .txtBox ul li.text {
  line-height: 26px;
  margin-bottom: 30px;
}

.wideBox .txtBox:nth-child(odd) {
  padding-left: 0;
  padding-right: 50px;
}

.wideBox .txtBox ul li.btn4 .buttons {
  text-align: left;
}

.wideBox .imgBox {
  width: 50%;
}

/*#section02*/
#section02 {
  padding: 100px 50px;
  background: #fff;
}

/*#section03*/
#section03 {
  padding: 100px 50px;
  background: #f7f7f7;
}

#section03 {
  padding: 100px 50px;
  background: #f7f7f7;
}

@media screen and (max-width: 1000px) {
  /* all */
  .titleBox h2.ttl {
    font-size: 38px;
    line-height: 38px;
    margin-bottom: 20px;
  }
  .titleBox p.txt {
    font-size: 14px;
  }
}
@media screen and (max-width: 800px) {
  .mv.sub {
    background: url(../images/mv.jpg) no-repeat center right 14%;
    background-size: cover;
    width: 100%;
  }
  #section01 {
    padding: 60px 10px 30px !important;
  }
  section {
    padding: 30px 10px !important;
  }
  /* #section02 */
  #section02 .wideBox .txtBox ul li.title {
    font-size: 26px;
    margin-bottom: 5px;
  }
  .wideBox .imgBox {
    width: 100%;
    order: 1;
  }
  .wideBox .txtBox {
    width: 100%;
    flex-wrap: wrap;
    order: 2;
    justify-content: flex-start;
    padding: 30px 0 50px;
  }
  .wideBox .txtBox:nth-child(odd) {
    padding-right: 0;
  }
}