#mainPhoto {
  background-image: url(../images/home/bg_main.jpg);
  position: relative;
}
#mainPhoto p {
  text-indent: -9999px;
  background-image: url(../images/home/main.svg);
  background-repeat: no-repeat;
}
.content01 {
  background-image: url(../images/home/bg_content.jpg);
  background-repeat: no-repeat;
}
.content01b {
  background: rgba(255, 255, 255, 0.8);
}
.content01b .fl {
  text-indent: -9999px;
  background-image: url(../images/home/content_1b.svg);
  background-repeat: no-repeat;
}
.blackT {
  fill:#1A1A1A;
}
.whiteT {
  fill:#fff;
}

@media screen and (min-width: 641px){
  #mainPhoto {
    height: 1000px;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
  }
  #mainPhoto p {
    width: 586px;
    height: 462px;
    margin-left: -298px;
    position: absolute;
    top: 310px;
    left: 50%;
  }
  .content01 {
    margin-top: 65px;
    padding: 90px 0 100px;
  }
  .circleWrapper a {
    display: inline-block;
    width: 260px;
    height: 260px;
    border-radius: 130px;
    margin-left: 30px;
    opacity: 0;
    background: #fff;
  }
  .circleWrapper .circle_1 {
    transition: opacity 1s ease-in-out;
  }
  .circleWrapper .circle_2 {
    transition: opacity 1s ease-in-out 0.25s;
  }
  .circleWrapper .circle_3 {
    transition: opacity 1s ease-in-out 0.5s;
  }
  .circleWrapper .skrollable-after {
    opacity: 1;
  }
  .circleWrapper img {
    transition: 0.3s ease-in-out;
  }
  .circleWrapper a:hover img {
    opacity: 0.7;
  }
  .content01b {
    width: 840px;
    margin: 85px auto 0;
    overflow: hidden;
    opacity: 0;
    transform: translate3d(100px, 0, 0);
    transition: transform 0.3s ease-in-out 0.5s, opacity 0.3s ease-in-out 0.5s;
  }
  .content01b.skrollable-after {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  .content01b .fl {
    width: 226px;
    height: 177px;
    margin: 55px 70px 0;
  }
  .content01b .fr {
    width: 474px;
    padding: 25px 60px;
    padding-left: 0;
  }
  .content01b .fr p {
    text-indent: -9999px;
    background-image: url(../images/home/content_1b_p.svg);
    background-repeat: no-repeat;
    width: 356px;
    height: 27px;
  }
  .content01b dl {
    margin-top: 15px;
  }
  .content01b .dl1 dt {
    text-indent: -9999px;
    background-image: url(../images/home/content_1b_dt_1.svg);
    background-repeat: no-repeat;
    width: 215px;
    height: 19px;
  }
  .content01b .dl2 dt {
    text-indent: -9999px;
    background-image: url(../images/home/content_1b_dt_2.svg);
    background-repeat: no-repeat;
    width: 367px;
    height: 19px;
  }
  .content01b dd {
    margin-top: 5px;
    margin-left: 8px;
    font-size: 14px;
  }
}


@media screen and (max-width:640px){
  #mainPhoto {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding-top: 40px;
  }
  #mainPhoto p {
    width: 50%;
    position: absolute;
    left: 25%;
    top: 33% !important;
  }
  .content01 {
    margin-top: 30px;
    padding: 30px 0;
    background-size: cover;
    background-position: center;
  }
  .circleWrapper a {
    display: inline-block;
    width: 32%;
    height: 100%;
    border-radius: 50%;
    margin-left: 2%;
    background: #fff;
  }
  .circleWrapper a:first-child {
    margin-left: 0;
  }
  .circleWrapper img {
    width: 100%;
    height: auto;
  }
  .content01b {
    padding: 20px;
    margin-top: 25px;
  }
  .content01b .fl {
    width: 50%;
    margin: 0 auto;
  }
  .content01b .fr p {
    margin-bottom: 10px;
    font-size: 17px;
  }
  .content01b dl {
    margin-bottom: 10px;
  }
  .content01b dl dt {
    background: url(../images/common/marker_b.png);
    background-repeat: no-repeat;
    padding-left: 20px;
    font-size: 14px;
  }
}
