@charset "utf-8";
html, body, div, ul, li, p {
  margin: 0;
  padding: 0;
}
a {
  color: #000;
  text-decoration: none;
}
body {
  font-family: 'Bitter', serif;
  font-family: 'Kosugi', sans-serif;
  margin: 0, auto;
  background-color: #fff;
}
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}

.container {
  width: 100%;
  max-width: 1000px;
  margin: 0px auto;
}

.screen{
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  margin-bottom: 40px;
}
.kaisya1 {
  margin: 50px;
  padding: 20px;
  border-radius: 2rem;
  background-color: #FFF;
}

.gyosyu img {
  width: 100%;
}
.gyosyu{
padding: 20px;
}

.back {
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0 auto;
  width: 6%;
}
.back a {
  color: #000;
  text-decoration: none;
}
.back p {
  position: relative;
  display: inline-block;
}
.back p::after {
  content: '';
  width: 10px;
  height: 10px;
  margin-top: -5px;
  border-top: solid 3px #000; /* 好みで色を変えてください */
  border-right: solid 3px #000; /* 好みで色を変えてください */
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
}
.back .back1 {
  text-align: center;
}

.kigyo_sp {
  text-align: center;
  width: 100%;
}
.btn_kigyo, a.btn_kigyo, button.btn_kigyo {
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 2;
  position: relative;
  display: inline-block;
  padding: 0.5rem 3rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #fff;
  border-radius: 0.5rem;
}


.btn--kigyo, a.btn--kigyo p {
  position: relative;
  /* display: inline-block;*/
  color: #fff;
		background: linear-gradient(to right, #E85493, #F483B1);
		background: -moz-linear-gradient(left, #E85493, #F483B1);
		background: -webkit-linear-gradient(left, #E85493, #F483B1);
}
.btn--kigyo p::after {
  content: '';
  width: 10px;
  height: 10px;
  margin-top: -5px;
  border-top: solid 3px #fff; /* 好みで色を変えてください */
  border-right: solid 3px #fff; /* 好みで色を変えてください */
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: -20px;
}
a.btn--radius {
  border-radius: 100vh;
}

.footer {
  background-color: #FFF;
  width: 100%;
}
.footer img {
  width: 100%;
}

@media screen and (max-width:768px){
  /* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }

.container {
  width: 100%;
  max-width: 768px;
  margin: 0px auto;
}
.kaisya1 {
  margin: 20px;
  padding: 5px 5px 20px 5px;
  border-radius: 1rem;
  background-color: #FFF;
}

  .gyosyu img {
    width: 100%;
  }
  .kigyo_sp {
    width: 50%;
  }
  .btn_kigyo, a.btn_kigyo, button.btn_kigyo {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 2;
    position: relative;
    display: inline-block;
    padding: 0.5rem 3rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #000;
    border-radius: 2rem;
  }
  .btn--kigyo p {
    width: 100%;
    font-size: 1rem;
  }
  .btn--kigyo p::after {
    content: '';
    width: 10px;
    height: 10px;
    margin-top: -5px;
    border-top: solid 2px #fff; /* 好みで色を変えてください */
    border-right: solid 2px #fff; /* 好みで色を変えてください */
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: -10px;
  }
  .kigyo_sp {
    width: 100%;
    margin: 0 auto;
  }
  .btn--kigyo p {
    width: 100%;
    font-size: 1rem;
  }
  .btn--kigyo p::after {
    content: '';
    width: 10px;
    height: 10px;
    margin-top: -5px;
    border-top: solid 2px #fff; /* 好みで色を変えてください */
    border-right: solid 2px #fff; /* 好みで色を変えてください */
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: -10px;
  }
    .back {
    font-size: 1rem;
    font-weight: 700;
    width: 10%
  }
  .back p::after {
    width: 9px;
    height: 9px;
    border-top: solid 2px #000; /* 好みで色を変えてください */
    border-right: solid 2px #000; /* 好みで色を変えてください */
  }
}
