@charset "UTF-8";

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
p,
blockquote,
th,
td,
form,
fieldset,
legend {
  margin:  0;
  padding: 0;
}
ol,
ul {
  list-style: none;
}
html {
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 62.5%;
}
body {
  font-family: A1ゴシック M;
  color: #333;
  -webkit-font-smoothing: antialiased;
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-size: 1.6rem;
  line-height: 2.8rem;
}
img {
  width: 100%;
  height: auto;
  border: none;
}
a {
  color: #F08C00;
  font-weight: bold;
}
a:hover {
  text-decoration: none;
  font-weight: normal;
  color: #ccc;
}
.clear {
  float: none;
  clear: both;
}
.fadein {
  opacity: 0;
  transform : translate(0, 50px);
  transition : all 1500ms;
}

.fadein.scrollin{
  opacity: 1;
  transform: translate(0, 0);
}

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

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

@media screen and (min-width:980px) {
  /*base*/
  .sp {
    display: none;
  }
  section {
    padding: 80px 0px;
  }
  .bg__or {
    background: #F08C00;
    color: #fff;
  }
  .bg__gr {
    background: #f2f2f2;
  }
  .wrap {
    width: 980px;
    margin: 0px auto;
  }
  h1 {
    color: #F08C00;
    font-size: 38px;
    font-weight: bold;
    text-align: center;
    padding-top: 320px;
    padding-bottom: 40px;
  }
  h2 {
    color: #F08C00;
    font-size: 58px;
    font-weight: bold;
    text-align: center;
    line-height: 30px;
    padding-bottom: 60px;
    font-weight: 700;
    font-style: normal;
  }
  .bg__or h2 {
    color: #fff;
  }
  h2 span {
    font-size: 14px;
  }
  h3 {
    font-weight: 700;
    font-style: normal;
    font-size: 40px;
    line-height: 30px;
    padding-bottom: 40px;
    color: #F08C00;
  }
  h3 span {
    font-size: 16px;
  }
  .cap {
    text-align: center;
    padding-bottom: 60px;
  }

  /*header*/
  header {
    width: 100%;
    position: fixed;
    top: 0px;
    background: #fff;
    z-index: 999;
    border-bottom: 1px solid #f2f2f2;
  }
  .wide__wrap {
    max-width: 1280px;
    margin: 0px auto;
  }
  .header__logo {
    float: left;
  }
  .nav {
    float: right;
  }
  .nav li {
    display: inline-block;
    text-align: center;
    padding: 10px;
  }
  .nav li a {
    color: #333;
  }
  .nav li a:hover {
    color: #ccc;
    text-decoration: none;
    font-weight: normal;
    background: #fff;
  }
  .header__logo {
    width: 260px;
    padding: 20px 0px;
  }

  /*intoro*/
  .intoro {
    font-size: 24px;
    font-weight: bold;
    line-height: 38px;
    text-align: center;
    padding-bottom: 80px;
  }
  .insta__box {
    width: 640px;
    margin: 0px auto;
  }

  /*service*/
  .ser__box {
    background: #fff;
    color: #444;
    padding: 60px;
    border-radius: 20px;
    margin-bottom: 60px;
  }
  .ser__ex {
    padding: 6px 10px;
    background: #F08C00;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    border-radius: 3px;
    line-height: 38px;
  }

  /*process*/
  .pro__box {
    width: 740px;
    margin: 0px auto;
    border-left: 1px solid #F08C00;
  }
  .pro__l {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    line-height: 50px;
    text-align: center;
    background: #F08C00;
    color: #fff;
    font-size: 32px;
    line-height: 58px;
    margin-left: 20px;
    float: left;
    margin: 0px 40px 60px 40px;
  }
  .end {
    margin-bottom: 0px!important;
  }
  .pro__r {
    float: left;
    width: 580px;
  }
  .pro__t {
    color: #F08C00;
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 1px solid #F08C00;
    margin-bottom: 10px;
  }
  .contact__btn {
    text-align: center;
    padding: 10px 0px;
    border-radius: 5px;
    width: 320px;
    margin: 0px auto;
    background: #F08C00;
    margin-top: 60px;
  }
  .contact__btn a {
    color: #fff;
  }
  .contact__btn__b {
    text-align: center;
    padding: 10px 0px;
    border-radius: 5px;
    width: 320px;
    margin: 0px auto;
    background: #DA1725;
  }
  .contact__btn__b a {
    color: #fff;
  }

  /*price*/
  .price__box {
    width: 740px;
    margin: 0px auto;
    margin-bottom: 60px;
  }
  .price__t {
    text-align: center;
    background: #F08C00;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    padding: 6px 0px;
    border-radius: 5px 5px 0px 0px;
  }
  .price__l {
    float: left;
    width: 520px;
    background: #fff;
    padding: 16px 0px 16px 20px;
  }
  .price__r {
    float: left;
    width: 220px;
    background: #fff;
    padding: 16px 20px 16px 0px;
    text-align: right;
  }

  /*location*/
  .loc__img {
    padding: 30px;
  }

  /*histry*/
  .histry__box {
    width: 740px;
    margin: 0px auto;
    padding-bottom: 100px;
  }
  .histry__l {
    padding-right: 60px;
    text-align: right;
    font-size: 22px;
    font-weight: bold;
    color: #F08C00;
  }
  .info__box {
    width: 600px;
    margin: 0px auto;
    border-top: 1px solid #f2f2f2;
  }
  .info__box .row {
    padding: 16px 0px;
    border-bottom: 1px solid #f2f2f2;
  }

  /*footer*/
  footer {
    padding: 40px 0px;
  }
  .ft__logo {
    width: 240px;
    margin: 0px auto;
    padding-bottom: 40px;
  }
  .copyright {
    text-align: center;
  }
}

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

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

@media screen and (max-width:979px) {
  .pc {
    display: none;
  }
  section {
    padding: 60px 0px;
  }
  .bg__or {
    background: #F08C00;
    color: #fff;
  }
  .bg__gr {
    background: #f2f2f2;
  }
  .wrap {
    padding: 0px 24px;
    margin: 0px;
  }
  h1 {
    color: #F08C00;
    font-size: 28px;
    line-height: 40px;
    font-weight: bold;
    text-align: center;
    padding-top: 240px;
    padding-bottom: 40px;
  }
  h2 {
    color: #F08C00;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    line-height: 30px;
    padding-bottom: 60px;
    font-weight: 700;
    font-style: normal;
  }
  .bg__or h2 {
    color: #fff;
  }
  h2 span {
    font-size: 14px;
  }
  h3 {
    font-weight: 700;
    font-style: normal;
    font-size: 40px;
    line-height: 30px;
    padding-bottom: 40px;
    color: #F08C00;
  }
  h3 span {
    font-size: 16px;
  }
  .cap {
    text-align: center;
    padding-bottom: 60px;
  }

  /*header*/
  header {
    width: 100%;
    position: fixed;
    top: 0px;
    background: #fff;
    z-index: 999;
    border-bottom: 1px solid #f2f2f2;
  }
  .wide__wrap {
    padding: 0px 20px;
    margin: 0px;
  }
  .header__logo {
    float: left;
  }
  .nav {
    float: right;
  }
  .nav li {
    display: inline-block;
    text-align: center;
    padding: 10px;
  }
  .nav li a {
    color: #333;
  }
  .nav li a:hover {
    color: #ccc;
    text-decoration: none;
    font-weight: normal;
    background: #fff;
  }
  .header__logo {
    width: 200px;
    padding: 20px 0px;
  }

  /*intoro*/
  .intoro {
    font-size: 24px;
    font-weight: bold;
    line-height: 38px;
    text-align: center;
    padding-bottom: 80px;
  }
  .insta__box {
  }

  /*service*/
  .ser__box {
    background: #fff;
    color: #444;
    padding: 40px 10px;
    border-radius: 20px;
    margin: 0px 0px 60px 0px;
  }
  .ser__ex {
    padding: 6px 10px;
    background: #F08C00;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    border-radius: 3px;
    line-height: 38px;
  }
  .ser__box img {
    padding-bottom: 40px;
  }

  /*process*/
  .pro__box {
  }
  .pro__l {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    line-height: 50px;
    text-align: center;
    background: #F08C00;
    color: #fff;
    font-size: 34px;
    line-height: 56px;
    margin-left: 20px;
    margin: 0px auto;
  }
  .end {
    margin-bottom: 0px!important;
  }
  .pro__r {
    padding: 40px 0px;
  }
  .pro__t {
    color: #F08C00;
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 1px solid #F08C00;
    margin-bottom: 10px;
    text-align: center;
  }
  .contact__btn {
    text-align: center;
    padding: 10px 0px;
    border-radius: 5px;
    width: 320px;
    margin: 0px auto;
    background: #F08C00;
    margin-top: 60px;
  }
  .contact__btn a {
    color: #fff;
  }
  .contact__btn__b {
    text-align: center;
    padding: 10px 0px;
    border-radius: 5px;
    width: 320px;
    margin: 0px auto;
    background: #DA1725;
  }
  .contact__btn__b a {
    color: #fff;
  }

  /*price*/
  .price__box {
    margin-bottom: 60px;
  }
  .price__t {
    text-align: center;
    background: #F08C00;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    padding: 6px 0px;
    border-radius: 5px 5px 0px 0px;
  }
  .price__l {
    background: #fff;
    padding: 16px 0px 16px 20px;
    text-align: center;
    margin-bottom: 2px;
  }
  .price__r {
    background: #fff;
    padding: 16px 20px 16px 0px;
    text-align: center;
    margin-bottom: 10px;
  }

  /*location*/
  .loc__img {
    padding: 10px;
  }

  /*histry*/
  .histry__box {
    padding-bottom: 100px;
    text-align: center;
  }
  .histry__l {
    font-size: 22px;
    font-weight: bold;
    color: #F08C00;
    padding-bottom: 20px;
  }
  .info__box {
    border-top: 1px solid #f2f2f2;
  }
  .info__box .row {
    padding: 16px 0px;
    border-bottom: 1px solid #f2f2f2;
  }

  /*footer*/
  footer {
    padding: 40px 0px;
  }
  .ft__logo {
    width: 240px;
    margin: 0px auto;
    padding-bottom: 40px;
  }
  .copyright {
    text-align: center;
  }
}

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

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

.context {
  width: 100%;
  position: absolute;
  top:50vh;
}
.area{
  background: #fff;
  width: 100%;
  height:100vh;
  border-bottom: 3px solid #F08C00;
}
.circles{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.circles li{
  position: absolute;
  display: block;
  list-style: none;
  width: 20px;
  height: 20px;
  background: rgba(255,165,0, 0.5);
  animation: animate 25s linear infinite;
  bottom: -150px;
}
.circles li:nth-child(1){
  left: 25%;
  width: 80px;
  height: 80px;
  animation-delay: 0s;
}
.circles li:nth-child(2){
  left: 10%;
  width: 20px;
  height: 20px;
  animation-delay: 2s;
  animation-duration: 12s;
}
.circles li:nth-child(3){
  left: 70%;
  width: 20px;
  height: 20px;
  animation-delay: 4s;
}
.circles li:nth-child(4){
  left: 40%;
  width: 60px;
  height: 60px;
  animation-delay: 0s;
  animation-duration: 18s;
}
.circles li:nth-child(5){
  left: 65%;
  width: 20px;
  height: 20px;
  animation-delay: 0s;
}
.circles li:nth-child(6){
  left: 75%;
  width: 110px;
  height: 110px;
  animation-delay: 3s;
}
.circles li:nth-child(7){
  left: 35%;
  width: 150px;
  height: 150px;
  animation-delay: 7s;
}
.circles li:nth-child(8){
  left: 50%;
  width: 25px;
  height: 25px;
  animation-delay: 15s;
  animation-duration: 45s;
}
.circles li:nth-child(9){
  left: 20%;
  width: 15px;
  height: 15px;
  animation-delay: 2s;
  animation-duration: 35s;
}
.circles li:nth-child(10){
  left: 85%;
  width: 150px;
  height: 150px;
  animation-delay: 0s;
  animation-duration: 11s;
}



@keyframes animate {
  0%{
    transform: translateY(0) rotate(0deg);
    opacity: 1;
    border-radius: 30%;
  }
  100%{
      transform: translateY(-1000px) rotate(720deg);
      opacity: 0;
      border-radius: 70%;
  }
}
