.pc .center-box {
  display: flex;
  flex-flow: column;
  align-items: center;
}
.pc .p1 {
  width: 100%;
  height: 64rem;
  background-size: cover;
  color: white;
}
.pc .p1-text1 {
  font-size: 1.75rem;
  text-align: center;
  margin-top: 15.125rem;
}
.pc .p1-text2 {
  font-size: 3.25rem;
  margin: 2.125rem 0;
}
.pc .p1-text3 {
  font-size: 1.375rem;
  line-height: 2.25rem;
}
.pc .p2-title {
  font-size: 3.25rem;
  width: 100%;
  text-align: center;
  margin: 6.75rem 0 3.875rem;
}
.pc .p2-list {
  display: flex;
  width: 100%;
  padding: 0 15rem;
  justify-content: space-around;
  margin-bottom: 9.375rem;
}
.pc .p2-item {
  width: 16.5rem;
}
.pc .p2-text1 {
  font-size: 1.375rem;
  color: #181818;
  margin: 1.5rem 0 0.875rem;
}
.pc .p2-text2 {
  font-size: 1rem;
  color: #4e4e4e;
  text-align: center;
  line-height: 1.8rem;
}
.pc .sm-box {
  width: 83.5rem;
  height: 31.875rem;
}
.pc .p3 {
  margin: 0 auto;
  padding: 2.8125rem 6.75rem 0 0;
  color: white;
  display: flex;
  flex-flow: column;
  align-items: flex-end;
  text-align: right;
}
.pc .p3-text1 {
  font-family: NotoSansJP-Medium;
  font-size: 3rem;
}
.pc .p3-text2 {
  font-size: 1.125rem;
  line-height: 2.375rem;
  width: 32.625rem;
  margin: 1rem 0 2.75rem;
}
.pc .p3-text3 {
  font-size: 1.625rem;
  line-height: 3.125rem;
}
.pc .p3-text4 {
  font-size: 1rem;
}
.pc .p3-text5 {
  font-size: 1.625rem;
  line-height: 3.125rem;
  margin-top: 2.125rem;
}
.pc .p4 {
  margin: 5.875rem auto 3.125rem;
  display: flex;
  flex-flow: column;
  align-items: flex-end;
  padding: 4.5rem 6.75rem 0 0;
}
.pc .p4-text1 {
  font-size: 3.25rem;
}
.pc .p4-text2 {
  font-size: 1.625rem;
  line-height: 3.125rem;
}
.pc .p4-list {
  display: flex;
  width: 10.5rem;
  justify-content: space-between;
  margin: 3.375rem 0 2.375rem;
}
.pc .p4-desc1 {
  font-size: 1.625rem;
  line-height: 3.125rem;
}
.pc .p4-desc2 {
  font-size: 1rem;
  color: #4e4e4e;
}
.pc .p5-title1 {
  font-size: 1.625rem;
  text-align: center;
  line-height: 3.125rem;
}
.pc .p5-title2 {
  font-size: 1.125rem;
  color: #4e4e4e;
  text-align: center;
  line-height: 2.375rem;
  margin: 1rem 0 4.375rem;
}
.pc .p5-title2 a {
  color: blue;
  font-size: 1.25rem;
}
.pc .line {
  width: 18.75rem;
  height: 1px;
  background: black;
  margin: 0 auto;
}
.pc .p5 {
  background-size: cover;
  margin: 4.625rem auto 2.375rem;
}
.pc .p5-text1 {
  font-family: NotoSansJP-Medium;
  font-size: 3rem;
  margin-top: 5.75rem;
}
.pc .p5-list {
  display: flex;
  width: 83.5rem;
  margin: 0 auto 6.25rem;
  justify-content: space-between;
}
.pc .p5-item {
  padding-left: 0.75rem;
  border-left: 1px solid #979797;
}
.pc .p5-desc1 {
  font-size: 1.375rem;
  color: #181818;
  margin-bottom: 0.875rem;
}
.pc .p5-desc2 {
  font-size: 1rem;
  color: #4e4e4e;
}
.pc .p6 {
  width: 83.5rem;
  height: 32.5rem;
  display: flex;
  margin: 6.25rem auto;
}
.pc .p6 img {
  width: 34.875rem;
  height: 32.5rem;
}
.pc .p6-text {
  margin-right: 13.5rem;
  padding-top: 3rem;
}
.pc .p6-text1 {
  font-size: 3rem;
}
.pc .p6-text2 {
  font-size: 1.375rem;
  color: #181818;
  margin: 1.5625rem 0 3.125rem;
}
.pc .p6-text3 {
  font-size: 1.625rem;
  line-height: 3.125rem;
}
.pc .p6-text4 {
  font-size: 1rem;
  color: #4e4e4e;
  margin: 0.125rem 0 5.25rem;
}
.pc .p6-text5 {
  font-size: 1.625rem;
  line-height: 3.125rem;
}
.pc .p6-text6 {
  font-size: 1rem;
  color: #4e4e4e;
  margin-top: 0.125rem;
}
.pc .p7-toggle {
  display: flex;
  justify-content: space-between;
  width: 80rem;
  margin: 12.75rem auto 5.375rem;
}
.pc .p7-item {
  font-size: 1.625rem;
  line-height: 3.125rem;
  border-bottom: 1px solid transparent;
  padding-bottom: 0.75rem;
  cursor: pointer;
}
.pc .p7-item.on {
  border-bottom: 1px solid #000000;
}
.pc .p7container {
  width: 100%;
  height: 35rem;
  overflow: hidden;
  margin-bottom: 4rem;
}
.pc .p7-img {
  display: flex;
  height: 35rem;
  margin-left: 29.875rem;
  transition: all 0.2s;
}
.pc .p7-img img {
  width: 60.25rem;
  height: 35rem;
}
.pc .p7-img img:not(:first-child) {
  margin-left: 8.625rem;
}
.mobile .p1 {
  width: 100%;
  height: 65rem;
  background-size: cover;
  color: white;
  text-align: center;
  padding-top: 6.625rem;
}
.mobile .p1 .text3 {
  opacity: 1;
}
.mobile .text1 {
  font-size: 1.5rem;
}
.mobile .text2 {
  font-size: 3.75rem;
  line-height: 5.375rem;
}
.mobile .text3 {
  opacity: 0.6;
  font-size: 1.5rem;
  line-height: 3rem;
}
.mobile .text4 {
  font-family: NotoSansJP-Medium;
  font-size: 1.75rem;
  line-height: 3rem;
  font-weight: 500;
}
.mobile .p1-text2 {
  margin: 0.75rem 0 0.875rem;
}
.mobile .bm21-box {
  background-color: #fafafa;
}
.mobile .p2-title {
  font-family: NotoSansJP-Light;
  font-size: 3.75rem;
  font-weight: 200;
  margin: 3.375rem 0 3.75rem;
}
.mobile .p2-item {
  width: 20.875rem;
  padding: 2.25rem 0 1.5rem;
  background-color: white;
  border-radius: 1.25rem;
  margin-bottom: 1.625rem;
}
.mobile .p2-item img {
  width: 6rem;
  height: 6rem;
}
.mobile .p2 {
  flex-wrap: wrap;
  text-align: center;
}
.mobile .p2 .text4 {
  margin-top: 2rem;
}
.mobile .p2-text2 {
  padding: 0 1.5rem;
}
.mobile .p3 {
  width: 43rem;
  height: 71rem;
  background-size: cover;
  margin: 3.25rem 0 4.75rem;
  padding: 39.125rem 2rem 0;
}
.mobile .p3-text1 {
  font-family: NotoSansJP-Medium;
  font-size: 2.25rem;
  font-weight: 500;
}
.mobile .p3 .text3:nth-child(2) {
  margin: 2.125rem 0;
}
.mobile .p3 .text3:nth-child(4) {
  margin-bottom: 0.75rem;
}
.mobile .p4 {
  width: 43rem;
  height: 71rem;
  padding: 40.5rem 6.625rem 0 2.25rem;
  background-size: cover;
}
.mobile .p4 .flex {
  margin: 1.625rem 0 3.125rem;
}
.mobile .p4-item {
  margin-right: 3.875rem;
}
.mobile .p4 .text3:last-child {
  margin-top: 1rem;
}
.mobile .p5 {
  width: 43rem;
  height: 71rem;
  padding: 40.875rem 2.5rem 0 2.25rem;
  background-size: cover;
  margin: 4.75rem 0;
}
.mobile .p5 .text3 {
  margin-bottom: 2.75rem;
}
.mobile .p6 {
  width: 43rem;
  height: 71rem;
  padding: 40.25rem 0 0 2.25rem;
  background-size: cover;
  margin-bottom: 4.375rem;
}
.mobile .p6 .text4:nth-child(2) {
  margin: 2.625rem 0 3.125rem;
}
.mobile .p6 .text4:nth-child(5) {
  margin-top: 3.125rem;
}
.mobile .p7 {
  margin: 5.625rem 0 3.5rem;
}
.mobile .p7-toggle {
  opacity: 0.3;
  font-family: PingFangSC-Semibold;
  font-size: 1.5rem;
  color: #000000;
  font-weight: 600;
  padding-bottom: 0.75rem;
  border-bottom: 0.125rem solid transparent;
}
.mobile .p7-toggle.on {
  opacity: 1;
  border-bottom: 0.125rem solid #f86400;
}
.mobile .p7-box {
  width: 100%;
  height: 39.25rem;
  overflow: hidden;
}
.mobile .p7-box img {
  width: 33.33%;
  height: 39.25rem;
}
.mobile .p7-imglist {
  width: 300%;
  margin-left: 0;
  transition: all 0.2s;
}
