body {
  display: block;
  margin: 0px;
  font-family: serif;
  font-style: normal;
  font-weight: 400;
}

.content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.content-top {
  width: 100%;
  padding-top: 150px;
}
.content-top img {
  width: 100%;
}

.content-div {
  width: 1200px;
  display: flex;
  flex-direction: column;
  margin-top: 80px;
  align-items: center;
}
.content-div h2 {
  font-size: 40px;
}
.content-div h4 {
  font-size: 28px;
  font-family: serif;
  color: #f08d16;
  position: relative;
  line-height: 1;
  margin: 10px;
}
.content-div h4:before {
  content: "";
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
  width: 58px;
  height: 6px;
  background: #f08d16;
}
.content p {
  font-size: 22px;
  line-height: 2;
}
.content-div1 {
  width: 100%;
  margin-top: 60px;
  background: #f7f4f1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.content-wrapper {
  width: 1200px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 70px 0px;
}
.content-div1-left {
  width: 60%;
  padding-right: 50px;
}
.content-div1-left h3 {
  font-size: 28px;
  font-weight: 500;
  position: relative;
  padding-left: 20px;
  width: fit-content;
}

.content-div1-left h3:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 5px;
  height: 32px;
  background: #f08d16;
}
.content-div1-left h3:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #cecece;
}
.content-div1-right {
  width: 40%;
}
.content-div1-right img {
  width: 100%;
  margin-top: 100px;
}
.content-div2 {
  width: 100%;
  margin-top: 30px;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.content-div2-left {
  width: 40%;
}
.content-div2-left img {
  width: 100%;
  margin-top: 100px;
}
.content-div2-right {
  width: 60%;
  padding-left: 50px;
}
.content-div2-right h3 {
  font-size: 28px;
  font-weight: 500;
  position: relative;
  padding-left: 20px;
  width: fit-content;
}

.content-div2-right h3:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 5px;
  height: 32px;
  background: #f08d16;
}
.content-div2-right h3:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #cecece;
}
.pc-show {
  display: block;
}
.sp-show {
  display: none;
}
@media screen and (max-width: 767px) {
  .pc-show {
    display: none;
  }
  .sp-show {
    display: block;
  }
  .content-div {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 80px;
    align-items: center;
  }
  .content p {
    width: 95%;
    font-size: 22px;
    line-height: 2;
  }
  .content-div h2 {
    width: 95%;
    font-size: 30px;
    text-align: center;
  }
  .content-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px 0px;
  }
  .content-div1-left {
    width: 95%;
    padding-right: unset;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .content p {
    width: 95%;
    font-size: 20px;
    line-height: 2;
  }
  .content-div1-right {
    width: 95%;
  }
  .content-div1-right img {
    width: 100%;
    margin-top: 20px;
  }
  .content-div2-left {
    width: 95%;
  }
  .content-div2-right {
    width: 95%;
    padding-left: unset;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .content-div2-left img {
    width: 100%;
    margin-top: -25px;
  }
  .content-div2-right h3 {
    font-size: 28px;
    font-weight: 500;
    position: relative;
    padding-left: 20px;
    width: fit-content;
    margin-top: 50px;
  }
  .content-div1 {
    width: 100%;
    margin-top: 0px;
    background: #f7f4f1;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .content-div1-left h3:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 5px;
    height: 75px;
    background: #f08d16;
  }
  .content-div2-right h3:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 5px;
    height: 75px;
    background: #f08d16;
  }
  .content-div2-right h3:after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 20px;
    width: 100%;
    height: 2px;
    background: #cecece;
  }
  .content-div1-left h3:after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 20px;
    width: 100%;
    height: 2px;
    background: #cecece;
  }
  .content-top {
    width: 100%;
    padding-top: 0px;
  }
}

@media screen and (min-width: 767px) and (max-width: 1249px) {
  .content-div h2 {
    font-size: 3.2vw;
  }
  .content p {
    font-size: 1.8vw;
    line-height: 2;
  }
  .content-div1-left h3 {
    font-size: 2.2vw;
    font-weight: 500;
    position: relative;
    padding-left: 20px;
    width: fit-content;
  }
  .content-div2-right h3 {
    font-size: 2.2vw;
    font-weight: 500;
    position: relative;
    padding-left: 20px;
    width: fit-content;
  }
  .content-div {
    width: 96%;
    display: flex;
    flex-direction: column;
    margin-top: 80px;
    align-items: center;
  }
  .content-wrapper {
    width: 96%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 70px 0px;
  }
  .content-div1-right img {
    width: 100%;
    margin-top: 8vw;
  }
  .content-div2-left img {
    width: 100%;
    margin-top: 8vw;
  }
}
