body {
  font-family: "Noto Serif JP", -apple-system, Roboto, Helvetica, sans-serif !important;
  color: #323A59;
}

/* main */
section {
  max-width: 1000px;
  margin: 70px auto;
  padding: 0 20px;
}
@media screen and (max-width: 600px) {
  section {
    margin: 50px auto;
  }
}

.s_1 .main-pc {
  display: flex;
  gap: 50px;
  flex-direction: column;
}
@media screen and (max-width: 600px) {
  .s_1 .main-pc {
    display: none;
  }
}
.s_1 .main-pc .b_1 {
  display: flex;
  align-items: center;
  gap: 20px;
}
.s_1 .main-pc .b_1 .left {
  width: 60%;
}
.s_1 .main-pc .b_1 .left .title {
  color: #000;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  padding-bottom: 10px;
  border-bottom-style: dotted;
}
.s_1 .main-pc .b_1 .left .main-img {
  width: 49% !important;
}
.s_1 .main-pc .b_1 .left .feature {
  display: flex;
  gap: 20px;
  flex-direction: column;
}
.s_1 .main-pc .b_1 .left .feature .item {
  width: 100%;
  font-weight: 700;
  color: #3C3C3C;
  border: 1px solid #CACACA;
  border-radius: 5px;
  background: linear-gradient(to bottom, #f2f2f2, #fdfdfd);
  padding: 8px 0 8px 24px;
  display: flex;
  align-items: center;
  gap: 4px;
}
.s_1 .main-pc .b_1 .right {
  width: 40%;
}
.s_1 .main-pc .b_1 .right img {
  width: 100%;
}
.s_1 .main-pc .b_2 img {
  width: 100%;
}
.s_1 .main-pc .b_3 {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.s_1 .main-pc .b_3 .annotation {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
  font-size: 10px;
  color: #989898;
}
.s_1 .main-sp {
  display: none;
  flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 600px) {
  .s_1 .main-sp {
    display: flex;
  }
}
.s_1 .main-sp .b_1 {
  display: flex;
  align-items: center;
  gap: 20px;
}
.s_1 .main-sp .b_1 .title {
  color: #000;
  font-size: 5.2vw;
  font-weight: 700;
  text-align: center;
  padding-bottom: 10px;
  border-bottom-style: dotted;
}
.s_1 .main-sp .b_2 {
  display: flex;
}
.s_1 .main-sp .b_2 .left {
  width: 55%;
}
.s_1 .main-sp .b_2 .left img {
  width: 100%;
}
.s_1 .main-sp .b_2 .right {
  width: 45%;
}
.s_1 .main-sp .b_2 .right img {
  width: 100%;
}
.s_1 .main-sp .b_3 .feature {
  display: flex;
  gap: 10px;
  flex-direction: column;
}
.s_1 .main-sp .b_3 .feature .item {
  width: 100%;
  font-weight: 700;
  font-size: 14px;
  color: #3C3C3C;
  border: 1px solid #CACACA;
  border-radius: 5px;
  background: linear-gradient(to bottom, #f2f2f2, #fdfdfd);
  padding: 8px;
  display: flex;
  align-items: center;
  gap: 4px;
}
.s_1 .main-sp .b_4 {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.s_1 .main-sp .b_4 .annotation {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
  font-size: 10px;
  color: #989898;
}

.s_2 {
  display: flex;
  gap: 20px;
  flex-direction: column;
}
.s_2 .b_1 {
  display: flex;
  gap: 10px;
  flex-direction: column;
}
.s_2 .b_1 .title {
  position: relative;
  font-size: 26px;
  color: #323A59;
  padding-left: 5px;
}
@media screen and (max-width: 600px) {
  .s_2 .b_1 .title {
    font-size: 20px;
  }
}
.s_2 .b_1 .title:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 100%;
  background-color: #323A59;
  top: 0;
  left: -10px;
}
.s_2 .b_1 .feature {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 600px) {
  .s_2 .b_1 .feature {
    flex-direction: column;
  }
}
.s_2 .b_1 .feature .item {
  width: calc((100% - 16px) / 3);
  font-weight: 700;
  color: #3C3C3C;
  border: 1px solid #CACACA;
  border-radius: 5px;
  background: linear-gradient(to bottom, #f2f2f2, #fdfdfd);
  padding: 8px 0 8px 24px;
  display: flex;
  align-items: center;
  gap: 4px;
}
@media screen and (max-width: 600px) {
  .s_2 .b_1 .feature .item {
    width: 100%;
    font-size: 14px;
  }
}
.s_2 .b_2 {
  max-width: 600px;
  margin: 0 auto;
}
.s_2 .b_2 img {
  width: 100%;
  height: auto;
}
.s_2 .b_3 .frame-parent5 {
  font-family: "Noto Sans JP";
  color: #3E3E3E;
}

.s_3 {
  display: flex;
  gap: 50px;
  flex-direction: column;
}
@media screen and (max-width: 600px) {
  .s_3 {
    gap: 20px;
  }
}
.s_3 .b_1 {
  display: flex;
  gap: 10px;
  flex-direction: column;
}
.s_3 .b_1 .title {
  position: relative;
  font-size: 26px;
  color: #323A59;
  padding-left: 5px;
}
@media screen and (max-width: 600px) {
  .s_3 .b_1 .title {
    font-size: 20px;
  }
}
.s_3 .b_1 .title:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 100%;
  background-color: #323A59;
  top: 0;
  left: -10px;
}
.s_3 .b_1 .voice {
  display: flex;
  gap: 20px;
  flex-direction: column;
  width: 100%;
  height: auto;
}
.s_3 .b_1 .voice .item {
  width: 100%;
  font-weight: 700;
  color: #3C3C3C;
  border: 1px solid #DEDEDE;
  border-radius: 5px;
  padding: 8px 0 8px 24px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 40px;
}
@media screen and (max-width: 600px) {
  .s_3 .b_1 .voice .item {
    flex-direction: column;
    gap: 20px;
  }
}
.s_3 .b_1 .voice .item .left img {
  width: 100px;
  height: 100px;
}
.s_3 .b_1 .voice .item .right {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-family: "Noto Sans JP";
}
@media screen and (max-width: 600px) {
  .s_3 .b_1 .voice .item .right {
    gap: 20px;
  }
}
@media screen and (max-width: 600px) {
  .s_3 .b_1 .voice .item .right .info {
    text-align: center;
  }
}
.s_3 .b_1 .voice .item .right .info span {
  font-size: 12px;
  padding: 8px 24px;
  border-radius: 36px;
}
.s_3 .b_1 .voice .item .right .info span.yellow {
  background-color: #F6C757;
}
.s_3 .b_1 .voice .item .right .info span.black {
  background-color: #000000;
  color: #fff;
}
.s_3 .b_1 .voice .item .right .info span.light-blue {
  background-color: #C2E2FF;
}
.s_3 .b_1 .voice .item .right .type {
  font-size: 20px;
}
@media screen and (max-width: 600px) {
  .s_3 .b_1 .voice .item .right .type {
    font-size: 16px;
  }
}
.s_3 .b_1 .voice .item .right .text {
  font-weight: 400;
  font-size: 14px;
}
.s_3 .b_2 .frame-parent5 {
  font-family: "Noto Sans JP";
  color: #3E3E3E;
}

.button {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
}
.button a {
  display: flex;
  justify-content: center;
  align-self: center;
  border-radius: 73px;
  background: #323A59;
  box-shadow: 0 3px 12px 0 #131313;
  overflow: hidden;
  display: flex;
  margin: 0 auto;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  width: 100%;
  height: 80px;
  line-height: 80px;
  cursor: pointer;
  text-decoration: none;
  letter-spacing: 2px;
}
@media screen and (max-width: 600px) {
  .button a {
    width: 100%;
    height: 60px;
    line-height: 60px;
  }
}
.button a span {
  position: relative;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 5px;
}
@media screen and (max-width: 600px) {
  .button a span {
    font-size: 14px;
  }
}
.button a span:before {
  content: "";
  position: absolute;
  width: 167px;
  height: 2px;
  background-color: #fff;
  bottom: 28px;
  left: 0;
  z-index: 10;
}
@media screen and (max-width: 600px) {
  .button a span:before {
    bottom: 18px;
    width: 127px;
  }
}
.button a img {
  width: 24px;
  height: 24px;
}/*# sourceMappingURL=index.css.map */