/* ------------------------------
 width: all
------------------------------ */
header .wrapper .gnav ul li:nth-child(3) .mainmenu {
  color: #ff5152;
  border-bottom: 2px solid #ff5152;
  cursor: pointer;
}
header .spmenu .spwrapper ul li:nth-child(3) .mainmenu {
  color: #ff5152 !important;
}

main section.ttlsection .wrapper {
  padding: 65px 0 50px;
}
main section.ttlsection .wrapper .t01 {
  font-size: 34px;
  letter-spacing: 0.05em;
  font-weight: bold;
}
main section.s01 .wrapper {
  width: 1160px;
  margin: 0 auto;
  background-image: url(../../images/se0101.svg);
  background-size: auto 100%;
  background-position: top 0 right 0;
  background-repeat: no-repeat;
  padding-bottom: 100px;
}
main section.s01 .wrapper .t01 {
  font-size: 24px;
  font-weight: bold;
  line-height: 200%;
}
main section.s01 .wrapper .t02 {
  width: 680px;
  font-size: 14px;
  font-weight: bold;
  line-height: 200%;
  margin-top: 20px;
}
main section.s01 .wrapper .t03 {
  width: 680px;
  font-size: 14px;
  font-weight: bold;
  line-height: 200%;
}
main section.s02 .wrapper .photo {
  height: 319px;
  background-size: cover;
  background-position: center center;
}
main section.s02 .wrapper .photo.photo01 {
  background-image: url(../../images/s10201.jpg);
}
main section.s02 .wrapper .photo.photo02 {
  background-image: url(../../images/s10202.jpg);
}
main section.s02 .wrapper .photo.photo03 {
  height: 311px;
  background-image: url(../../images/s10203.jpg);
}
main section.s02 .wrapper .box01 {
  width: 1160px;
  margin: 110px auto 0;
  position: relative;
  padding-left: 120px;
  border-left: 1px solid #ff5152;
}
main section.s02 .wrapper .box01 .contentbox {
  position: relative;
}
main section.s02 .wrapper .box01 .contentbox::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: #ff5152;
  border-radius: 10px;
  position: absolute;
  top: 0;
  left: -125px;
}
main section.s02 .wrapper .box01 .contentbox + .contentbox {
  margin-top: 50px;
}
main section.s02 .wrapper .box01 .contentbox .t01 {
  font-size: 35px;
  color: #ff5152;
  letter-spacing: 0;
}
main section.s02 .wrapper .box01 .contentbox .t02 {
  font-size: 12px;
  font-weight: bold;
}
main section.s02 .wrapper .box01 .contentbox .t03 {
  font-size: 20px;
  font-weight: bold;
  line-height: 200%;
  margin-top: 35px;
}
main section.s02 .wrapper .box01 .contentbox .t04 {
  font-size: 14px;
  line-height: 200%;
  margin-top: 25px;
}
main section.s02 .wrapper .box01 .contentbox .chartbox {
  background-color: #f5f5f5;
  padding: 32px 0;
  margin-top: 30px;
}
main section.s02 .wrapper .box01 .contentbox .chartbox img {
  width: 400px;
  display: block;
  margin: 0 auto;
}

/* ------------------------------
 width < $width-1
------------------------------ */
@media screen and (max-width: 860px) {
  main section.ttlsection .wrapper {
    width: 100%;
    margin: 0 auto;
    padding: 45px 20px 165px;
    background-image: url(../../images/se0101_sp.svg);
    background-size: auto 100%;
    background-position: top 50px right 0;
    background-repeat: no-repeat;
  }
  main section.ttlsection .wrapper h2 {
    font-size: 10px;
    font-weight: bold;
  }
  main section.ttlsection .wrapper .t01 {
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 200%;
    margin-top: 13px;
  }
  main section.s01 {
    margin-top: -150px;
  }
  main section.s01 .wrapper {
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
    background-image: none;
    padding-bottom: 42px;
  }
  main section.s01 .wrapper .t01 {
    font-size: 20px;
    font-weight: bold;
    line-height: 200%;
  }
  main section.s01 .wrapper .t02 {
    width: 100%;
    font-size: 15px;
    font-weight: bold;
    line-height: 200%;
    margin-top: 10px;
  }
  main section.s01 .wrapper .t03 {
    width: 100%;
    font-size: 15px;
    font-weight: bold;
    line-height: 200%;
  }
  main section.s02 .wrapper .photo {
    height: 42vw;
    background-size: cover;
    background-position: center center;
  }
  main section.s02 .wrapper .box01 {
    width: 100%;
    margin: 30px auto 0;
    position: relative;
    padding-left: 0px;
    border: none;
    padding: 0 20px;
  }
  main section.s02 .wrapper .box01 .contentbox {
    position: relative;
  }
  main section.s02 .wrapper .box01 .contentbox::before {
    display: none;
  }
  main section.s02 .wrapper .box01 .contentbox + .contentbox {
    margin-top: 40px;
  }
  main section.s02 .wrapper .box01 .contentbox .t01 {
    font-size: 38px;
    color: #ff5152;
  }
  main section.s02 .wrapper .box01 .contentbox .t02 {
    font-size: 10px;
    font-weight: bold;
    margin-top: 15px;
  }
  main section.s02 .wrapper .box01 .contentbox .t03 {
    font-size: 20px;
    font-weight: bold;
    line-height: 200%;
    margin-top: 10px;
  }
  main section.s02 .wrapper .box01 .contentbox .t04 {
    font-size: 14px;
    line-height: 200%;
    margin-top: 10px;
  }
  main section.s02 .wrapper .box01 .contentbox .chartbox {
    background-color: #f5f5f5;
    padding: 100px 5px;
    margin-top: 30px;
  }
  main section.s02 .wrapper .box01 .contentbox .chartbox img {
    width: 100%;
    display: block;
    margin: 0 auto;
  }
}