@charset "UTF-8";
.gradient {
  background: linear-gradient(180deg, rgb(239, 239, 239) 0%, rgb(255, 255, 255) 100%);
  height: 70px;
}

.content {
  background: white;
}
.content h2.top {
  font-size: 25px;
  padding-top: 70px;
  padding-bottom: 120px;
}
.content h2.top span.s1 {
  font-size: 40px;
}
.content h2.top span.s2 {
  color: #333333;
  font-size: 35px;
}

.aboutus_flex1 {
  display: flex;
  width: 1200px;
  margin: 0px auto;
  max-width: 90%;
  gap: 40px;
}
.aboutus_flex1 .left {
  width: 100px;
}
.aboutus_flex1 .left .int {
  background: #fcbdbd;
  padding: 40px 20px;
  font-size: 50px;
  font-weight: 800;
  color: white;
  border-radius: 9999px;
  display: inline;
}
.aboutus_flex1 .center {
  width: 670px;
  max-width: calc(100% - 330px);
}
.aboutus_flex1 .center h2 {
  font-size: 25px;
  font-weight: 600;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  padding-bottom: 5px;
  margin-bottom: 10px;
  display: inline-block;
  padding-right: 10%;
  border-bottom: solid 1px #e8423c;
}
.aboutus_flex1 .center p {
  line-height: 200%;
  font-size: 18px;
}
.aboutus_flex1 .center p .red {
  color: #e8423c;
}
.aboutus_flex1 .right {
  width: 200px;
}

.aboutus_flex2 {
  display: flex;
  width: 1200px;
  margin: 50px auto;
  max-width: 90%;
  max-width: 90%;
  justify-content: right;
  gap: 100px;
}
.aboutus_flex2 .left {
  width: 300px;
  max-width: 100%;
}
.aboutus_flex2 .right {
  width: 600px;
  max-width: 100%;
  line-height: 200%;
}
.aboutus_flex2 .right .talk {
  background: #ff6a6a;
  padding: 50px;
  border-radius: 50px;
  position: relative;
  padding-bottom: 40px;
}
.aboutus_flex2 .right .talk li {
  color: white;
  list-style: "・ ";
  font-size: 18px;
  margin-bottom: 10px;
}
.aboutus_flex2 .right .talk::after {
  content: "";
  position: absolute;
  top: 50px;
  left: -29px;
  width: 30px;
  height: 30px;
  background-size: 100% 100%;
  background-image: url("../../src/aboutus/talk.webp");
}

.aboutus_text {
  width: 1200px;
  margin: 80px auto;
  max-width: 90%;
  font-size: 30px;
  text-align: center;
  line-height: 200%;
  padding-bottom: 200px;
  margin-bottom: 0;
}

.aboutus_box3 {
  background: white;
}
.aboutus_box3 .text {
  text-align: center;
  line-height: 200%;
  width: 1200px;
  margin: 0px auto;
  max-width: 90%;
  font-size: 25px;
  padding-bottom: 150px;
  font-weight: 600;
}
.aboutus_box3 .text .red {
  color: #e8423c;
}
.aboutus_box3 .text img {
  width: 650px;
  max-width: 100%;
  margin: 0 auto;
}

main {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.bg1 {
  position: absolute;
  top: 15%;
  right: -20%;
  width: 40%;
  z-index: 1;
}

.bg2 {
  position: absolute;
  top: 32%;
  left: -20%;
  width: 40%;
  z-index: 1;
}

.bg3 {
  overflow-x: hidden;
  position: absolute;
  top: 85%;
  right: -20%;
  width: 40%;
  z-index: 1;
}

footer {
  background: linear-gradient(180deg, white 0%, white 0%, #db443d 100%);
}

@media (max-width: 700px) {
  .bg1 {
    display: none;
  }
  .bg2 {
    display: none;
  }
  .bg3 {
    display: none;
  }
  .content h2.top {
    padding-top: 30px;
    padding-bottom: 70px;
  }
  .aboutus_flex1 {
    flex-wrap: wrap;
    gap: 0;
  }
  .aboutus_flex1 .left {
    width: auto;
  }
  .aboutus_flex1 .left .int {
    font-size: 25px;
    padding: 20px 10px;
  }
  .aboutus_flex1 .center {
    width: calc(100% - 80px);
    max-width: calc(100% - 80px);
  }
  .aboutus_flex1 .center h2 {
    padding-right: 0;
    font-size: 20px;
    padding-left: 10px;
  }
  .aboutus_flex1 .center p {
    font-size: 16px;
  }
  .aboutus_flex1 .right {
    margin: 30px auto 0 auto;
  }
  .aboutus_flex2 .left {
    display: none;
  }
  .aboutus_flex2 .right {
    width: 100%;
  }
  .aboutus_flex2 .right .talk {
    padding: 40px 5%;
    border-radius: 20px;
    padding-bottom: 20px;
  }
  .aboutus_flex2 .right .talk::after {
    content: none;
  }
  .aboutus_flex2 .talk li {
    font-size: 16px;
  }
  .aboutus_flex1 .left,
  .aboutus_flex2 .left,
  .aboutus_flex3 .left {
    width: 50px;
  }
  .aboutus_flex1 .left .int,
  .aboutus_flex2 .left .int,
  .aboutus_flex3 .left .int {
    display: none;
  }
  .aboutus_flex1 .center h2,
  .aboutus_flex2 .center h2,
  .aboutus_flex3 .center h2 {
    border-bottom: 0;
    position: relative;
    padding-bottom: 5px;
    margin-bottom: 20px;
  }
  .aboutus_flex1 .center h2::before,
  .aboutus_flex2 .center h2::before,
  .aboutus_flex3 .center h2::before {
    position: absolute;
    bottom: -5px;
    left: -50px;
    content: "01";
    background: #fcbdbd;
    padding: 10px 10px;
    font-size: 20px;
    font-weight: 800;
    color: white;
    border-radius: 9999px;
    display: inline;
  }
  .aboutus_flex1 .center h2::after,
  .aboutus_flex2 .center h2::after,
  .aboutus_flex3 .center h2::after {
    position: absolute;
    bottom: -5px;
    left: -30px;
    width: calc(100% + 30px);
    content: "";
    height: 1px;
    border-bottom: solid 1px #e8423c;
  }
  .aboutus_flex1.sp_int2 .center h2::before {
    content: "02" !important;
  }
  .aboutus_flex1.sp_int3 .center h2::before {
    content: "03" !important;
  }
  img.small {
    width: 50%;
    margin: 0 auto;
  }
  .aboutus_text {
    margin-top: 30px;
    font-size: 20px;
    margin-bottom: 0px;
    padding-bottom: 100px;
    text-align: left;
  }
  .aboutus_box3 .text {
    font-size: 20px;
    text-align: left;
  }
}/*# sourceMappingURL=aboutus.css.map */