@charset "UTF-8";
.top-box {
  margin-top: 100px;
  align-items: center;
  max-width: 100%;
  padding-left: 5%;
  margin-bottom: 100px;
}
.top-box .left {
  width: 50%;
}
.top-box .left h1 {
  font-size: 60px;
  color: #523c3c;
  margin-bottom: 40px;
  font-weight: 800;
  font-family: "toppan-bunkyu-gothic-pr6n", serif;
  font-weight: 600;
  font-style: normal;
  line-height: 200%;
}
.top-box .left p {
  color: #e7cbb4;
  line-height: 200%;
  font-size: 18px;
  padding-right: 5%;
}
.top-box .right {
  width: 50%;
}
.top-box .right img {
  border-radius: 30px;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
}

.button-container {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  width: 1200px;
  max-width: 90%;
  margin: 0 auto;
  margin-bottom: 150px;
  justify-content: center;
}
.button-container .scroll-btn {
  background: #fdf8f5;
  width: 270px;
  font-size: 20px;
  padding: 20px 10px;
  font-weight: 800;
  color: #666666;
  border: 0;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  cursor: pointer;
}

.sentence p {
  color: #e7cbb4;
  margin-top: 0;
}

.system {
  display: flex;
  align-items: center;
  width: 1200px;
  max-width: 90%;
  margin: 100px auto;
  justify-content: center;
}
.system .card {
  text-align: center;
  width: 25%;
  color: #666666;
  font-family: "ヒラギノ角ゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
}
.system .card img {
  width: 100px;
  margin: 0 auto;
}

.strength {
  margin-top: 150px;
  margin-bottom: 150px;
}
.strength h2,
.strength h3 {
  text-align: center;
  color: #523c3c;
  font-family: "ヒラギノ角ゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
  line-height: 120%;
}
.strength h2 {
  font-size: 40px;
}
.strength h3 {
  font-size: 45px;
}
.strength .line {
  height: 100px;
  width: 1px;
  background: #523c3c;
  margin: 10px auto;
}
.strength .st-box {
  display: flex;
  width: 1500px;
  max-width: 100%;
  padding-left: 5%;
  margin: 100px auto 100px auto;
}
.strength .st-box img {
  border-radius: 30px;
}
.strength .st-box .left {
  width: 50%;
}
.strength .st-box .left .point {
  display: flex;
  background: #fdf8f5;
  width: 80%;
  padding: 20px;
  margin-bottom: 30px;
  align-items: center;
  border-radius: 10px;
}
.strength .st-box .left .point .p-left {
  width: 100px;
  font-family: "STKaiti";
}
.strength .st-box .left .point .p-right {
  flex-grow: 1;
  text-align: center;
  font-family: "ヒラギノ角ゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
  font-size: 18px;
}
.strength .st-box .right {
  width: 50%;
}

.reserve {
  text-align: center;
  font-family: "ヒラギノ角ゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
}
.reserve a {
  padding: 20px;
  display: inline !important;
  background: #523c3c;
  color: white;
  border-radius: 15px;
}

.example {
  text-align: center;
}
.example h2,
.example h3 {
  text-align: center;
  color: #523c3c;
  font-family: "ヒラギノ角ゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
}
.example h2 {
  font-size: 40px;
}
.example h3 {
  font-size: 23px;
  margin-top: 10px;
}
.example .swiper-wrapper {
  padding-bottom: 20px;
}
.example .process-content {
  margin-top: 50px;
}
.example .swiper-slide {
  width: 400px;
  height: auto;
}
.example .swiper-slide .card {
  width: 90%;
  background: #fdf8f5;
  margin: 0px auto;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
  height: 100%;
  padding: 0 5% 30px 5%;
  text-align: right;
  border-radius: 20px;
  cursor: pointer;
}
.example .swiper-slide .card .img-box {
  width: 120px;
  margin: 0px auto;
  padding: 30px 0;
}
.example .swiper-slide .card .name {
  text-align: center;
}
.example .swiper-slide .card .title {
  background: white;
  padding: 10px 20px;
  font-weight: 600;
  margin: 20px 20px;
  text-align: center;
  margin-top: 0;
}
.example .swiper-slide .card p {
  text-align: left;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin: 0px 20px;
  line-height: 170%;
}
.example .swiper-slide .card .next {
  display: inline-block;
  margin-left: auto;
  margin-right: 0;
  border-bottom: solid 1px #707070;
}

.relative {
  position: relative;
}

.pop-up {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.5);
  overflow-x: hidden;
  overflow-y: scroll;
  height: 100vh;
  padding-bottom: 100px;
  cursor: pointer;
  overscroll-behavior: contain;
  display: none;
}
.pop-up .pop-card {
  width: 800px;
  max-width: 80%;
  padding: 30px;
  top: 0px;
  background: white;
  border-radius: 20px;
  margin: 140px auto;
  cursor: default;
}
.pop-up .pop-img {
  display: flex;
  align-items: center;
  width: 90%;
  margin: 20px auto;
}
.pop-up .pop-img .left {
  width: 100px;
}
.pop-up .pop-img .left img {
  margin: 0 auto;
  width: 50px;
}
.pop-up .pop-img .bg {
  display: inline-block;
  background: #fdf8f5;
  padding: 5px 10px;
  font-weight: 600;
  font-size: 20px;
}
.pop-up .pop-content {
  width: 90%;
  margin: 20px auto;
}
.pop-up .voice-name {
  color: #666666;
  text-align: left;
  font-family: "ヒラギノ角ゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
  margin: 20px 0 10px 0;
}
.pop-up p {
  color: #666666;
  text-align: left;
  line-height: 200%;
}

.close-button {
  pointer-events: none;
  position: absolute;
  top: -100px;
  right: -100px;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  padding-top: 1px;
  width: 70px;
  height: 70px;
  font-size: 40px;
  cursor: pointer;
  font-weight: 800;
  color: white;
}

.process {
  margin: 100px auto;
}
.process h2 {
  font-size: 30px;
  font-weight: 600;
  text-align: center;
}
.process .system {
  flex-wrap: wrap;
  gap: 30px;
}
.process .system .card {
  max-width: 200px;
  min-width: 150px;
}
.process .system .card .en {
  font-family: "STKaiti";
}
.process .system .card img {
  width: 120px;
}
.process .system .card .title {
  display: inline-block;
  background: #8e8e8e;
  color: white;
  padding: 5px 10px;
  position: relative;
}
.process .system .card .title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -15px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 15px solid #8e8e8e; /* 矢印の色と大きさ */
}

.qa {
  margin: 200px 0;
}
.qa h2 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 30px;
}

.content-container {
  width: 1500px;
  max-width: 90%;
  margin: 50px auto;
  width: 1000px;
  /**
   * アコーディオンがオープン時はマイナスアイコンに変更
  **/
}
.content-container .re-title .title1 {
  font-size: 14px;
  margin-bottom: 15px;
}
.content-container .re-title .title2 {
  font-family: "Anton";
  color: #666666;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 35px;
  margin-bottom: 20px;
}
.content-container .qa-box {
  background: #f4f4f4;
  padding: 30px 5%;
}
.content-container details {
  width: 100%;
}
.content-container details p {
  font-weight: 400;
  font-size: 16px;
  padding: 40px calc(20px + 4%);
  padding-top: 40px;
  width: 90%;
}
.content-container details p span {
  color: #666666;
}
.content-container details summary {
  list-style: none;
  cursor: pointer;
  font-family: "ヒラギノ角ゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
  font-weight: 600;
  display: flex;
  align-items: center;
  border-bottom: solid 1px #707070;
  padding: 0 20px;
}
.content-container details summary .img-box {
  width: 20px;
}
.content-container details summary::-webkit-details-marker {
  display: none;
}
.content-container .text-box {
  background: white;
  margin-bottom: 30px;
}
.content-container .d-title {
  position: relative;
  display: inline;
  padding-left: 10px;
  max-width: calc(100% - 30px);
  width: 100%;
  padding: 20px;
}
.content-container details summary .d-title::after {
  position: absolute;
  content: "▼";
  width: 10px;
  background-repeat: no-repeat;
  background-size: contain;
  font-weight: 400;
  margin-left: 20px;
  color: #666666;
  right: 30px;
  top: 50%;
  transform: translate(0%, -50%);
}
.content-container details[open] summary .d-title::after {
  content: "▲";
}

.contact-btn a {
  background: #fdf8f5;
}

#section1,
#section2,
#section3,
#section4,
#section5,
#section6 {
  padding-top: 50px;
  margin-top: 0px;
}

@media (max-width: 700px) {
  .top-box {
    padding-left: 0;
    margin-top: 50px;
  }
  .top-box .left {
    width: 90%;
  }
  .top-box .left h1 {
    font-size: 40px;
  }
  .top-box .right {
    width: 90%;
  }
  .flow .center {
    margin-top: 20px;
  }
  .content-container details summary .d-title::after {
    right: 0px;
  }
  .content-containers details summary .img-box {
    width: 0;
  }
  .button-container {
    margin-bottom: 50px;
  }
  .sentence p {
    text-align: left;
  }
  .system {
    flex-wrap: wrap;
    margin: 50px auto;
    margin-bottom: 0;
  }
  .system .card {
    width: 50%;
  }
  .strength h2 {
    font-size: 25px;
  }
  .strength h3 {
    font-size: 30px;
  }
  .strength .line {
    height: 50px;
  }
  .strength .st-box {
    flex-direction: column;
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .strength .st-box .left {
    width: 100%;
  }
  .strength .st-box .left .point {
    margin: 0 auto 30px auto;
  }
  .strength .st-box .right {
    width: 100%;
  }
  #section2 {
    margin-bottom: 100px;
  }
  .example h2 {
    font-size: 35px;
  }
  .close-button {
    top: -80px;
    right: -80px;
  }
  #section4 {
    margin-bottom: 0;
  }
  .qa {
    margin-bottom: 50px;
  }
}/*# sourceMappingURL=btob.css.map */