/* 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;
}

/*arrow*/
.ancBtn .buttons button {
  position: relative;
  display: inline-block;
  padding: 0 0 0 16px;
  vertical-align: middle;
  text-decoration: none;
  font-size: 15px;
}

.ancBtn .buttons button::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.ancBtn .buttons button::after {
  content: "";
  right: 16px;
  top: -3px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #f12837;
  border-right: 2px solid #f12837;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

/* -------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: 380px;
}

.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;
}

/*ancher Button*/
.ancBtn {
  padding: 60px 0 80px;
}

.ancBtn ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.ancBtn ul li {
  width: 31%;
  margin-right: 30px;
  margin-bottom: 10px;
}

.ancBtn ul li:nth-child(3n) {
  margin-right: 0%;
}

.ancBtn ul li.btn4 .blob-btn {
  width: 100%;
  padding: 12px 0;
}

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

#section01 .titleBox h2.ttl {
  margin-bottom: 80px;
}

span.redBox {
  background: #f12837;
  width: 60%;
  padding-top: 80px;
  position: absolute;
  left: 40%;
}

.title_red {
  background: #f12837;
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 30px;
  color: #fff;
  font-weight: 800;
  margin-top: 8px;
  width: 100%;
  padding: 20px 20px;
  text-align: center;
}

.wideBox {
  /*
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
    top: 20px;
    left: 0;
  */
}

.wideBox .imgBox {
  display: flex;
  margin-bottom: 30px;
}

.wideBox .imgBox p {
  width: 50%;
  margin: 20px 20px 0 0;
}

.wideBox .imgBox p:last-child {
  margin-right: 0;
}

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

.wideBox .imgBox:last-child {
  margin-right: 0;
}

.wideBox .txtBox {
  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 .pointBox {
  margin-bottom: 20px;
}

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

.wideBox .pointBox ul li {
  padding-left: 20px;
  line-height: 1.4;
  padding: 12px 20px;
  text-align: left;
  background: #b28856;
  color: #fff;
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  width: 48%;
  margin-right: 20px;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.wideBox .pointBox ul li:nth-child(1) {
  background: #17427D !important;
}

.wideBox .pointBox ul li:nth-child(2) {
  background: #0375C0 !important;
}

.wideBox .pointBox ul li:nth-child(3) {
  background: #3292cf !important;
}

.wideBox .pointBox ul li:nth-child(4) {
  background: #7FBA39 !important;
}

.wideBox .pointBox ul li:nth-child(even) {
  margin-right: 0;
}

/*#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) {
  /* #section01 */
  #section01 {
    padding: 30px 10px;
  }
  /* #section02 */
  #section02 .wideBox .txtBox ul li.title {
    font-size: 26px;
    margin-bottom: 5px;
  }
  .title_red {
    font-size: 16px;
    padding: 10px 0;
  }
  .wideBox .imgBox {
    flex-wrap: wrap;
    margin-bottom: 15px;
  }
  .wideBox .imgBox p {
    width: 100%;
    margin: 20px 0;
  }
  .wideBox .imgBox p:last-child {
    width: 100%;
    margin: 0;
  }
  .wideBox .pointBox {
    margin-bottom: 10px;
  }
  .wideBox .pointBox ul li {
    width: 100%;
    margin-right: 0;
  }
  .wideBox .txtBox:nth-child(odd) {
    padding-left: 0;
    padding-right: 0;
  }
  .wideBox .txtBox ul li.btn4 .buttons {
    text-align: center;
  }
}