@charset "UTF-8";

/*----------------------------------------

　edogawa

-----------------------------------------*/

#content.inner .visual {
  background-image: url(../img/img_visual.jpg);
}

#content.inner .intro {
  background: url(../img/bg_intro.jpg) no-repeat right 0 top 0px / 495px auto;
}

#content.inner .content .bg {
  background: url(../../img/bg_grad.jpg) repeat-y center top / 100% auto;
  padding: 150px 0;
}

#content.inner .content .bg h2 {
  font-size: 36px;
  text-align: center;
  letter-spacing: 0.2em;
  color: #6a9eba;
}

#content.inner .content .bg h2 span {
  color: #6a9eba;
  font-family: sans-serif;
}

#content.inner .content .bg .lead {
  text-align: center;
  font-size: 25px;
  letter-spacing: 0.2em;
  color: #6a9eba;
  line-height: 1.6em;
  margin-top: 10px;
  font-weight: bold;
}

#content.inner .content .bg .text {
  font-size: 17px;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1.8em;
  margin-top: 20px;
}

#content.inner .content .edogawaku .img1, #content.inner .content .support .img1 {
  margin-top: 120px;
}

#content.inner .content .edogawaku .img2, #content.inner .content .support .img2 {
  max-width: 1176px;
  margin: 130px auto 0 auto;
  width: 94%;
  position: relative;
  left: -0.7%;
}

#content.inner .content .edogawaku .note, #content.inner .content .support .note {
  max-width: 1086px;
  margin: 50px auto 0 auto;
  width: 94%;
  font-size: 10px;
  line-height: 1.7em;
}

#content.inner .content .support .note {
  margin: 20px auto 0 auto;
  max-width: 1176px;
  padding-left: 5.5%;
}

#content.inner .content .support {
  margin-top: 200px;
}

#content.inner .content .column {
  background: #fff;
  max-width: 1180px;
  margin: 180px auto 0 auto;
  width: 94%;
  box-sizing: border-box;
  padding: 60px 60px 74px 60px;
  border-radius: 20px;
  border: 1px solid #6a9eba;
}

#content.inner .content .column .img1 {}

#content.inner .content .column h2 {
  margin-top: 40px;
}

#content.inner .content .column .text {
  text-align: left;
  font-size: 13px;
}

#content.inner .content .column .fbox {
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
}

#content.inner .content .column .fbox .box {
  width: 48%;
}

#content.inner .content .column .fbox .box .img {}

#content.inner .content .column .fbox .box>p {
  text-align: center;
  font-size: 23px;
  letter-spacing: 0.2em;
  line-height: 1.4em;
  margin-top: 32px;
}

#content.inner .content .column .fbox2 {}

#content.inner .content .column .fbox2 .box {
  width: 23.5%;
}

#content.inner .content .column .fbox2 .box>p {
  font-size: 17px;
  letter-spacing: 0;
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .slick-slide {
    padding: 0 15px;
  }
  .slick-dots {
    position: absolute;
    bottom: -40px;
    display: flex !important;
    justify-content: center;
    width: 100% !important;
    padding: 0;
    margin: 0 !important;
    list-style: none;
    text-align: center;
  }
  .slick-dots li {
    position: relative;
    display: inline-block;
    width: 10px !important;
    height: 10px;
    margin: 0 10px;
    padding: 0;
    cursor: pointer;
  }
  .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 5px;
    height: 5px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    overflow: hidden;
    text-indent: -9999px;
  }
  .slick-dots li button:hover, .slick-dots li button:focus {
    outline: none;
  }
  .slick-dots li button:hover:before, .slick-dots li button:focus:before {
    opacity: 1;
  }
  .slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 2px;
    left: 2px;
    width: 6px;
    height: 6px;
    content: '•';
    text-align: center;
    opacity: 1;
    color: black;
    -webkit-font-smoothing: antialiased;
    animation: grayscale;
    background: #D9D9D9;
    border-radius: 100pc;
  }
  .slick-dots li.slick-active button:before {
    background: #6A9EBA;
    opacity: 1;
  }
  .slick-list, .slick-track {
    overflow: visible;
  }
  #content.inner .visual {
    background-image: url(../img/img_visual.jpg);
  }
  #content.inner .intro {
    background: url(../img/bg_intro.jpg) no-repeat right 0 top 26px / 165px auto;
  }
  #content.inner .content .bg {
    background: url(../../img/bg_grad.jpg) repeat-y center top / 100% auto;
    padding: 70px 0;
  }
  #content.inner .content .bg h2 {
    font-size: 22px;
    text-align: center;
    letter-spacing: 0.2em;
    color: #6a9eba;
  }
  #content.inner .content .bg .lead {
    text-align: center;
    font-size: 15px;
    letter-spacing: 0.2em;
    color: #6a9eba;
    line-height: 1.6em;
    margin-top: 10px;
    font-weight: bold;
  }
  #content.inner .content .bg .text {
    font-size: 13px;
    text-align: center;
    letter-spacing: 0.1em;
    line-height: 1.8em;
    margin-top: 20px;
  }
  #content.inner .content .edogawaku .img1, #content.inner .content .support .img1 {
    margin-top: 50px;
  }
  #content.inner .content .edogawaku .img2, #content.inner .content .support .img2 {
    max-width: 1176px;
    margin: 30px auto 0 auto;
    width: 82%;
    position: relative;
    left: -0.7%;
  }
  #content.inner .content .support .img2 {
    width: 94%;
    left: 2.5%;
    position: relative;
  }
  #content.inner .content .edogawaku .note, #content.inner .content .support .note {
    max-width: 1086px;
    margin: 30px auto 0 auto;
    /* width: 82%; */
    font-size: 10px;
    line-height: 1.7em;
  }
  #content.inner .content .support .note {
    margin: 20px auto 0 auto;
    max-width: 1176px;
    padding-left: 5.5%;
  }
  #content.inner .content .support {
    margin-top: 100px;
  }
  #content.inner .content .column {
    background: #fff;
    max-width: 1180px;
    margin: 70px auto 0 auto;
    width: 92%;
    box-sizing: border-box;
    padding: 25px 25px 90px 25px;
    border-radius: 5px;
    border: 1px solid #6a9eba;
    overflow: hidden;
  }
  #content.inner .content .column .img1 {}
  #content.inner .content .column h2 {
    margin-top: 40px;
  }
  #content.inner .content .column .text {
    text-align: left;
    font-size: 12px;
  }
  #content.inner .content .column .fbox {
    margin: 60px auto 0 auto;
    display: flex;
    width: 90%;
    justify-content: space-between;
  }
  #content.inner .content .column .fbox .box {
    width: 48%;
  }
  #content.inner .content .column .fbox .box .img {}
  #content.inner .content .column .fbox .box>p {
    text-align: center;
    font-size: 13px;
    letter-spacing: 0.2em;
    line-height: 1.4em;
    margin-top: 22px;
  }
  #content.inner .content .column .fbox2 {}
  #content.inner .content .column .fbox2 .box {
    width: 23.5%;
  }
  #content.inner .content .column .fbox2 .box>p {
    font-size: 17px;
    letter-spacing: 0;
    margin-top: 20px;
  }
}