/* ------------------------------
 width: all
------------------------------ */
main section.sub_kv .wrapper {
  background-image: url(../../images/bg_companyinfo.jpg);
}

main section.s01 {
  padding: 115px 0 300px;
  position: relative;
  overflow: hidden;
}

main section.s01 .wrapper {
  width: 960px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

main section.s01 .wrapper h2 {
  width: 440px;
  margin: 0 auto;
}

main section.s01 .wrapper h2 img {
  width: 100%;
  display: block;
}

main section.s01 .wrapper table {
  width: 100%;
  margin-top: 55px;
}

main section.s01 .wrapper table tr {
  border-bottom: 1px solid #fbe1eb;
}

main section.s01 .wrapper table tr th {
  width: 263px;
  font-size: 22px;
  padding: 22px 0 22px 63px;
  vertical-align: top;
  letter-spacing: 6px;
}

main section.s01 .wrapper table tr td {
  font-size: 22px;
  padding: 22px 30px 22px 0;
}

main section.s01 .design01 {
  display: block;
  width: 820px;
  position: absolute;
  top: 0;
  right: 0;
}

main section.s01 .design01 {
  display: block;
  width: 64%;
  position: absolute;
  top: 0;
  right: 0;
}

main section.s01 .design02 {
  display: block;
  width: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  left: -3px;
}

main section.s02 {
  background-image: url(../../images/com0201.jpg);
  background-size: cover;
  background-position: center center;
  padding: 75px 0 105px;
}

main section.s02 .wrapper {
  width: 840px;
  margin: 0 auto;
}

main section.s02 .wrapper h3 {
  width: 440px;
  margin: 0 auto;
}

main section.s02 .wrapper h3 img {
  width: 100%;
  display: block;
}

main section.s02 .wrapper .box01 {
  margin-top: 50px;
}

main section.s02 .wrapper .box01 .t01 {
  width: 410px;
  font-size: 22px;
  line-height: 170%;
  float: left;
}

main section.s02 .wrapper .box01 .map {
  width: 410px !important;
  height: 295px !important;
  display: block;
  float: right;
  border: 5px solid #e84283 !important;
}

main section.s02 .wrapper .box01 .map iframe {
  width: 100% !important;
  display: block !important;
  height: 285px !important;
}

main section.s03 .wrapper .sliderbox {
  width: 100%;
  margin: 0 auto;
}

main section.s03 .wrapper .sliderbox .slider {
  width: 100% !important;
  margin: 0 auto;
}

main section.s03 .wrapper .sliderbox .slider img {
  width: 100%;
  display: block;
}

main section.s04 .wrapper {
  width: 1280px;
  margin: -50px auto 0;
  position: relative;
  z-index: 10;
}

main section.s04 .wrapper h4 {
  width: 440px;
  margin: 0 auto 50px;
}

main section.s04 .wrapper h4 img {
  width: 100%;
  display: block;
}

main section.s04 .wrapper dl {
  position: relative;
}

main section.s04 .wrapper dl.first dt::after {
  top: 50px !important;
}

main section.s04 .wrapper dl dt {
  width: 220px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  font-size: 39px;
  color: #fff;
  padding: 10px 0 0 95px;
  letter-spacing: 4px;
}

main section.s04 .wrapper dl dt::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 10px;
  position: absolute;
  top: 30px;
  left: 50px;
}

main section.s04 .wrapper dl dt::after {
  width: 3px;
  content: "";
  display: block;
  background-color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 59px;
}

main section.s04 .wrapper dl dt.pink01 {
  background-color: #fbe1eb;
}

main section.s04 .wrapper dl dt.pink02 {
  background-color: #f6b3cd;
}

main section.s04 .wrapper dl dt.pink03 {
  background-color: #f18eb5;
}

main section.s04 .wrapper dl dt.pink04 {
  background-color: #e84283;
}

main section.s04 .wrapper dl dd {
  width: 1060px;
  margin-left: 220px;
  padding: 10px 0;
}

main section.s04 .wrapper dl dd table {
  width: 100%;
}

main section.s04 .wrapper dl dd table tr th {
  width: 140px;
  font-size: 20px;
  line-height: 120%;
  padding: 15px 0 15px 38px;
  vertical-align: top;
}

main section.s04 .wrapper dl dd table tr td {
  font-size: 20px;
  line-height: 120%;
  padding: 15px 80px 15px 0;
}

/* ------------------------------
 width < $width-1
------------------------------ */
@media screen and (max-width: 767px) {
  main section.s01 {
    padding: 50px 20px 80px;
    position: relative;
    overflow: hidden;
  }
  main section.s01 .wrapper {
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
  }
  main section.s01 .wrapper h2 {
    width: 280px;
    margin: 0 auto;
  }
  main section.s01 .wrapper h2 img {
    width: 100%;
    display: block;
  }
  main section.s01 .wrapper table {
    width: 100%;
    margin-top: 30px;
  }
  main section.s01 .wrapper table tr {
    border-bottom: 1px solid #fbe1eb;
  }
  main section.s01 .wrapper table tr th {
    width: 110px;
    font-size: 16px;
    padding: 15px 0;
    vertical-align: top;
    letter-spacing: 3px;
  }
  main section.s01 .wrapper table tr td {
    font-size: 16px;
    padding: 15px 0;
  }
  main section.s01 .design01 {
    display: block;
    width: 820px;
    position: absolute;
    top: 0;
    right: 0;
  }
  main section.s01 .design01 {
    display: block;
    width: 64%;
    position: absolute;
    top: 0;
    right: 0;
  }
  main section.s01 .design02 {
    display: block;
    width: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    left: -3px;
  }
  main section.s02 {
    padding: 50px 20px;
  }
  main section.s02 .wrapper {
    width: 100%;
    margin: 0 auto;
  }
  main section.s02 .wrapper h3 {
    width: 280px;
    margin: 0 auto;
  }
  main section.s02 .wrapper h3 img {
    width: 100%;
    display: block;
  }
  main section.s02 .wrapper .box01 {
    margin-top: 30px;
  }
  main section.s02 .wrapper .box01 .t01 {
    width: 100%;
    font-size: 16px;
    line-height: 170%;
    float: left;
    text-align: center;
  }
  main section.s02 .wrapper .box01 .map {
    width: 100% !important;
    margin-top: 30px;
    height: auto !important;
    display: block;
    float: right;
    border: 3px solid #e84283 !important;
  }
  main section.s02 .wrapper .box01 .map iframe {
    width: 100% !important;
    display: block !important;
    height: 200px !important;
  }
  main section.s03 .wrapper .sliderbox {
    width: 100%;
    margin: 0 auto;
  }
  main section.s03 .wrapper .sliderbox .slider {
    width: 100% !important;
    margin: 0 auto;
  }
  main section.s03 .wrapper .sliderbox .slider img {
    width: 100%;
    display: block;
  }
  main section.s04 .wrapper {
    width: 100%;
    margin: -30px auto 0;
    position: relative;
    z-index: 10;
  }
  main section.s04 .wrapper h4 {
    width: 280px;
    margin: 0 auto 50px;
  }
  main section.s04 .wrapper h4 img {
    width: 100%;
    display: block;
  }
  main section.s04 .wrapper dl {
    position: relative;
  }
  main section.s04 .wrapper dl.first dt::after {
    top: 30px !important;
  }
  main section.s04 .wrapper dl dt {
    width: 120px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    font-size: 24px;
    color: #fff;
    padding: 10px 0 0 50px;
    letter-spacing: 2px;
  }
  main section.s04 .wrapper dl dt::before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background-color: #fff;
    border-radius: 10px;
    position: absolute;
    top: 21px;
    left: 23px;
  }
  main section.s04 .wrapper dl dt::after {
    width: 2px;
    content: "";
    display: block;
    background-color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 30px;
  }
  main section.s04 .wrapper dl dt.pink01 {
    background-color: #fbe1eb;
  }
  main section.s04 .wrapper dl dt.pink02 {
    background-color: #f6b3cd;
  }
  main section.s04 .wrapper dl dt.pink03 {
    background-color: #f18eb5;
  }
  main section.s04 .wrapper dl dt.pink04 {
    background-color: #e84283;
  }
  main section.s04 .wrapper dl dd {
    width: calc(100% - 120px);
    margin-left: 120px;
    padding: 7px 0;
  }
  main section.s04 .wrapper dl dd table {
    width: 100%;
  }
  main section.s04 .wrapper dl dd table tr th {
    width: 60px;
    font-size: 14px;
    line-height: 120%;
    padding: 10px 0 10px 15px;
    vertical-align: top;
  }
  main section.s04 .wrapper dl dd table tr td {
    font-size: 14px;
    line-height: 120%;
    padding: 10px 20px 10px 0;
  }
}
