@charset "UTF-8";
/* ============================================================================
==ベース CSS
============================================================================= */
/* ==#content
***************************************************************************** */
/* mv */
#mv {
  -ms-behavior: url(/assets/worldrock/cmn/css/backgroundsize.min.htc);
  width: 100%;
  height: 500px;
  background: url(/assets/worldrock/img/pc/mv_bg.jpg) no-repeat center top;
  background-size: cover;
}

#mv .innerWrap {
  height: 500px;
}

#mv .innerWrap h1 img {
  margin-top: 100px;
}

#mv .innerWrap .catchBox {
  display: inline-block;
  margin-top: 60px;
  padding: 16px 12px;
  background: #02baf2;
  color: #fff;
}

#mv .innerWrap .catchBox .heading {
  margin-bottom: 12px;
  font-size: 24px;
  line-height: 1;
}

#mv .innerWrap .catchBox .body {
  font-size: 14px;
  line-height: 1.6;
}

/* sec01 */
#sec01 {
  width: 100%;
}

#sec01 .inner.part01 {
  padding: 70px 0;
  background: #f5f5f5;
}

#sec01 .inner.part01 h2 {
  margin-bottom: 60px;
  text-align: center;
}

#sec01 .inner.part01 .solicit {
  width: 100%;
  margin: 0 auto;
  letter-spacing: -0.4em;
  text-align: center;
}

#sec01 .inner.part01 .solicit li {
  display: inline-block;
  width: 20em;
  margin: 0;
  letter-spacing: normal;
  text-align: center;
  vertical-align: top;
}

#sec01 .inner.part01 .solicit li.center {
  margin-right: 3.8%;
  margin-left: 3.8%;
}

#sec01 .inner.part01 .solicit li img {
  width: 78%;
  margin-bottom: 40px;
}

#sec01 .inner.part01 .solicit li dt {
  margin-bottom: 16px;
  font-weight: bold;
  font-size: 17px;
  text-align: left;
}

#sec01 .inner.part01 .solicit li dd {
  line-height: 1.7;
  text-align: left;
}

#sec01 .inner.part02 {
  padding: 70px 0 0;
}

#sec01 .inner.part02 .innerWrap {
  position: relative;
}

#sec01 .inner.part02 h3 {
  margin-bottom: 15px;
  font-size: 1.5em;
}

#sec01 .inner.part02 .textBox {
  position: absolute;
  top: 0;
  left: 14px;
  width: 440px;
}

#sec01 .inner.part02 .image {
  width: 520px;
  float: right;
}

#sec01 .inner.part03 {
  padding: 70px 0;
}

#sec01 .inner.part03 ul {
  text-align: center;
}

#sec01 .inner.part03 ul li {
  /*ここのdisplay: inline-block;を削除*/
  margin: 0 auto;
  margin-bottom: 60px;
  list-style: none;
  text-align: center;
  vertical-align: top;
}

#sec01 .inner.part03 ul li.left {
  margin-right: 7%;
}

#sec01 .inner.part03 ul li.right {
  margin-left: 7%;
}

#sec01 .inner.part03 ul li dt {
  margin-bottom: 16px;
  font-weight: bold;
  font-size: 1.5em;
  line-height: 1.7;
  text-align: center;
}

#sec01 .inner.part03 ul li dd {
  margin-bottom: 36px;
  line-height: 1.7;
}

#sec01 .inner.part03 ul li.left img {
  width: 78%;
}

#sec01 .inner.part03 ul li.right img {
  width: 100%;
}

/* sec02 */
#sec02 {
  width: 100%;
  padding: 80px 0 0;
  background: #f5f5f5;
}

#sec02 .innerWrap {
  width: 97%;
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
}

#sec02 .innerWrap h2 {
  margin-bottom: 60px;
  text-align: center;
}

#sec02 .innerWrap .inner {
  position: relative;
  padding-top: 65px;
  padding-bottom: 45px;
}

#sec02 .innerWrap .inner img {
  width: 325px;
}

#sec02 .innerWrap .inner > p {
  padding: 0 20px;
}

#sec02 .innerWrap .inner > img {
  position: absolute;
  top: 0;
  right: 10px;
  margin-bottom: 60px;
}

#sec02 .innerWrap .inner .bgBlock {
  height: 138px;
  margin-bottom: 124px;
  background: #02baf2;
}

#sec02 .innerWrap .inner .bgBlock p {
  margin-left: 20px;
  padding-top: 25px;
  color: #fff;
  font-size: 24px;
}

/* secContact */
#secContact {
  width: 100%;
  background: #e60013;
}

#secContact .innerWrap {
  padding: 40px;
  text-align: center;
}

#secContact .innerWrap h2 {
  display: inline-block;
  margin-right: 5%;
  color: #fff;
  font-size: 24px;
  line-height: 36px;
  vertical-align: top;
}

#secContact .innerWrap a.contactBtn {
  display: inline-block;
  margin-left: 5%;
}

#secContact .innerWrap a.contactBtn:hover {
  -moz-opacity: 0.8;
  filter: alpha(opacity=80);
  opacity: 0.8;
}

#secContact .innerWrap a.contactBtn span {
  display: block;
  height: 36px;
  float: left;
}

#secContact .innerWrap a.contactBtn span.left {
  width: 5px;
  background: url(/assets/worldrock/cmn/img/pc/btn_contact_bg_left.png) no-repeat left top;
  background-color: #e60013;
}

#secContact .innerWrap a.contactBtn span.right {
  width: 5px;
  background: url(/assets/worldrock/cmn/img/pc/btn_contact_bg_right.png) no-repeat right top;
  background-color: #e60013;
}

#secContact .innerWrap a.contactBtn span.center {
  padding: 0 30px;
  background: url(/assets/worldrock/cmn/img/pc/btn_contact_bg_center.png) repeat-x right top;
  color: #ff1300;
  font-weight: bold;
  font-size: 16px;
  line-height: 36px;
  text-align: center;
}

/* footer */
.c-footer {
  font-size: 1.6rem;
}

/* == responsive
***************************************************************************** */ /* MediaQuery End */ @media screen and (max-width: 970px) {
  #sec01 .inner.part01 .solicit li {
    width: 30.3%;
  }
  #sec01 .inner.part02 .textBox {
    left: 0;
  }
} @media screen and not (min-width: 768px) {
  /* footer */
  .c-footer {
    font-size: 1.6rem;
  }
} @media screen and (max-width: 752px) {
  /* ==#contents
  ***************************************************************************** */
  #contents {
    z-index: 1;
    position: relative;
  }
  /* mv */
  #mv {
    z-index: 1;
    position: relative;
    height: 354px;
    background-position: center -20px;
  }
  #mv .innerWrap {
    height: auto;
  }
  #mv .innerWrap h1 img {
    width: 260px;
    margin-top: 40px;
  }
  #mv .innerWrap .catchBox {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    margin-top: 0;
  }
  #mv .innerWrap .catchBox .heading {
    font-size: 18px;
  }
  /* sec01 */
  #sec01 .inner.part01 {
    padding: 30px 0;
  }
  #sec01 .inner.part01 h2 {
    margin-bottom: 30px;
  }
  #sec01 .inner.part01 .solicit {
    width: 100%;
    margin: 0 auto;
  }
  #sec01 .inner.part01 .solicit li.center {
    margin-right: 0;
    margin-left: 0;
  }
  #sec01 .inner.part01 .solicit li {
    display: block;
    width: 100%;
    margin: 0 1% 50px;
  }
  #sec01 .inner.part01 .solicit li img {
    width: 260px;
    margin-bottom: 40px;
  }
  #sec01 .inner.part02 {
    padding: 30px 0 0;
  }
  #sec01 .inner.part02 h3 {
    margin-bottom: 15px;
    font-size: 22px;
  }
  #sec01 .inner.part02 .textBox {
    position: static;
    width: 100%;
    margin-bottom: 30px;
  }
  #sec01 .inner.part02 .image {
    width: 100%;
    float: none;
    text-align: center;
  }
  #sec01 .inner.part02 .image img {
    width: 260px;
  }
  #sec01 .inner.part03 ul li img {
    width: 260px;
  }
  #sec01 .inner.part03 ul li {
    margin: 30px 0 60px;
  }
  #sec01 .inner.part03 ul li dt, #sec01 .inner.part03 ul li dd {
    text-align: left;
  }
  #sec01 .inner.part03 {
    padding: 30px 0;
  }
  #sec01 .inner.part03 ul {
    text-align: left;
  }
  #sec01 .inner.part03 ul li {
    display: block;
    width: 100%;
  }
  #sec01 .inner.part03 ul li.left,
#sec01 .inner.part03 ul li.right {
    margin: 0 auto 30px;
    text-align: center;
  }
  #sec01 .inner.part03 ul li dt {
    margin-bottom: 10px;
  }
  #sec01 .inner.part03 ul li dd {
    margin-bottom: 20px;
  }
  #sec01 .inner.part03 ul li.left img,
#sec01 .inner.part03 ul li.right img {
    width: 260px;
  }
  #sec01 .inner.part03 object {
    width: 100%;
    max-width: 600px;
    height: auto;
  }
  #sec01 .inner.part03 object embed {
    width: 324px;
    height: 200px;
  }
  /* sec02 */
  #sec02 .innerWrap h2 {
    margin-bottom: 20px;
    font-size: 20px;
  }
  #sec02 .innerWrap .inner {
    position: static;
    width: 100%;
    padding: 0 0 30px;
    text-align: center;
  }
  #sec02 .innerWrap .inner.part01 {
    margin-bottom: 20px;
  }
  #sec02 .innerWrap .inner > p {
    padding: 0 10px;
    text-align: left;
  }
  #sec02 .innerWrap .inner > img {
    position: static;
    width: 260px;
    margin-bottom: 20px;
  }
  #sec02 .innerWrap .inner .bgBlock {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    padding: 20px 10px 20px;
    background: #02baf2;
  }
  #sec02 .innerWrap .inner .bgBlock p {
    margin-left: 0;
    padding-top: 0;
    font-size: 18px;
    text-align: left;
    vertical-align: middle;
  }
  /* secContact */
  #secContact {
    width: 100%;
    background: #e60013;
  }
  #secContact .innerWrap {
    padding: 40px 0;
    text-align: center;
  }
  #secContact .innerWrap h2 {
    display: block;
    margin-right: 0;
    margin-bottom: 30px;
    font-size: 22px;
  }
  #secContact .innerWrap a.contactBtn {
    text-align: center;
  }
  #secContact .innerWrap a.contactBtn:hover {
    -moz-opacity: 0.8;
    filter: alpha(opacity=80);
    opacity: 0.8;
  }
  #secContact .innerWrap a.contactBtn span {
    display: block;
    height: 36px;
    float: left;
  }
  #secContact .innerWrap a.contactBtn span.left {
    width: 5px;
    background: url(/assets/worldrock/cmn/img/pc/btn_contact_bg_left.png) no-repeat left top;
    background-color: #e60013;
  }
  #secContact .innerWrap a.contactBtn span.right {
    width: 5px;
    background: url(/assets/worldrock/cmn/img/pc/btn_contact_bg_right.png) no-repeat right top;
    background-color: #e60013;
  }
  #secContact .innerWrap a.contactBtn span.center {
    padding: 0 30px;
    background: url(/assets/worldrock/cmn/img/pc/btn_contact_bg_center.png) repeat-x right top;
    color: #ff1300;
    font-weight: bold;
    font-size: 16px;
    line-height: 36px;
    text-align: center;
  }
}