.modular {
  margin: 5% 0;
}

.modular1 .wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.modular1 img.logo {
  max-width: 100%;
  margin-bottom: 3%;
}

.modular1 .text {
  font-size: 18px;
  text-align: center;
  color: #9c9c9c;
}


.modular1 .text span {
  font-weight: bold;
  color: #000;
}

.modular2 {
  text-align: center;
}

.modular2 ul .tit,
.modular2 .title {
  font-size: 48px;
  text-align: center;
}

.modular2 .title {
  display: inline-block;
  margin-bottom: 3%;
  position: relative;
  padding: 0 2.2%;
}

.modular2 .title::before,
.modular2 .title::after {
  content: '';
  position: absolute;
  left: 0%;
  top: 50%;
  background: url(../images/title_le.png) no-repeat;
  width: 22px;
  height: 32px;
  transform: translate(-50%, -50%);
}

.modular2 .title::after {
  background-image: url(../images/title_re.png);
  left: 100%;
}

.modular2 ul {
  display: flex;
}

.modular2 ul li {
  flex: 1;
  width: 33%;
  border: 1px solid #b3a583;
  padding: 2%;
  text-align: center;
  box-sizing: border-box;
  position: relative;
}

.modular2 ul li+li {
  border-left: 0;
}

.modular2 ul li+li::after {
  content: '';
  position: absolute;
  left: 0%;
  top: 50%;
  width: 22px;
  height: 22px;
  background: url(../images/bw.png);
  transform: translate(-50%, -50%);
}

.modular2 ul .text {
  font-size: 16px;
  margin-top: 10px;
}

.modular3 .left{
  float: left;
  width: 61.625%;
}
.modular3 .right{
  float: right;
  width: 38.375%;
}
.modular3 .t1{
  font-size: clamp(16px,3.125vw,60px);
}
.modular3 .t2{
  margin-top: 2.5em;
  margin-bottom: 1.2em;
  font-size: clamp(16px, 1.5625vw,30px);
}

.modular4 .swiper_page_box{
  position: relative;
  z-index: 2;
  background: #b7849f;
  width: 607px;
  padding: 38px 38px 20px;
  color: #fff;
  margin-top: -133px;
}
.modular4 .swiper_page_box .tit{
  font-size: clamp(16px, 2.5vw, 48px);
}
.modular4 .swiper_page_box .subtit{
  font-size: clamp(14px, 1.25vw, 24px);

}
.modular4 .swiper_page_box .swiper-pagination{
  text-align: right;
  position: relative;
  top: -23px;
}
.modular4 .swiper_page_box .swiper-pagination-bullet{
  width: 19px;
  height: 19px;
  border: 1px solid #fff;
  background: none;
  opacity: 1;
  margin-left: 11px;
  display: inline-block;
}
.modular4 .swiper_page_box .swiper-pagination-bullet-active{
  background: #fff;
}

.modular5 .left{
  width: 27.0489%;
  float: left;
}
.modular5 .right{
  width: 70.1511%;
  float: right;
}
.modular5 .left .t1,
.modular5 .left .t2,
.modular5 .left .t3{
  font-size: clamp(16px, 2.5vw, 48px);
  margin-bottom: .6em;
  line-height: 1.2;
}
.modular5 .left .t1{margin-top: -0.5em;}
.modular5 .left .t4{
  font-size: clamp(14px, 1.5625vw,30px);
}
.modular5 .right .img{
  border: 6px solid #cec4ae;
  border-radius: 4px;
}
.modular6 .tit{
  font-size: clamp(16px, 2.5vw, 48px);
  margin-bottom: 1em;
}

.modular7 .tit,
.modular10 .tit{
  font-size: clamp(16px, 2.5vw, 48px);
  margin-bottom: 15px;
}
.modular7 .label,
.modular10 .label{font-size: clamp(14px, 1.5625vw,30px);margin-bottom: 5%;}

.modular8{position: relative; padding-top: 100px;}
.modular8::before{
  content:'';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 80%;
  z-index: -1;
  background: #b3a583;
}
.modular8 .tit{text-align: center;margin-bottom: 2%;}
.modular8 .subtit{
  text-align: center;
  color: #fff;
  font-size: 24px;
}
.modular8 .subtit span{display: inline-block;width: 140px;}
.modular8 .subtit span:nth-child(2){margin: 0 5%;width: auto;}
.modular8 .icon{text-align: center;}
.modular8 .line{
  height: 70px;
  border-left: 1px solid #fff;
  margin: 2.5% auto 1.875%;
  width: 1px;
}
.modular8 .img{margin-top: 3.125%;}
.modular9 .tit{font-size: clamp(16px, 2.5vw, 48px);margin-bottom: 10px;}
.modular9 .subtit{font-size: clamp(14px, 1.5625vw,30px);}
.modular9 .items{max-width: 960px;margin: 3% auto 0;}
.modular9 .items .top{overflow: hidden;display: flex;justify-content: center;}
.modular9 .item_lt{
  float: left;
  width: clamp(100px, 25vw, 480px);
  height: clamp(100px, 25vw, 480px);
  background-color: #f3f3f3;
}
.modular9 .item_rt{
  float: left;
  width: clamp(100px, 25vw, 477px);
  height: clamp(100px, 25vw, 480px);
  background-color: #64919c;
  color: #fff;
}
.modular9 .top .item{position: relative;}
.modular9 .top .item .tit{
  margin-left: 10%;
  margin-top: 20%;
}
.modular9 .top .item .icon{
  width: 71px;
  height: 80px;
  position: absolute;
  left: 10%;
  bottom: 10%;
}
.modular9 .top .item .rb{
  position: absolute;
  bottom: 10%;
  right:10%;
  font-size: clamp(14px, 1.25vw, 24px);
}
.modular9 .items .btm{
  display: flex;
  justify-content: center;
  margin-top: 4px;
}
.modular9 .items .btm .item{
  position: relative;
  width: clamp(30px, 8.177vw, 158px);
  height: clamp(100px, 31.6666vw, 608px);
  margin-left: 3px;
  color: #fff;
  text-align: center;
  font-size: clamp(14px, 1.25vw,24px);
}
.modular9 .items .btm .item:first-child{
  margin-left: 0;
}
.modular9 .items .btm span{
  writing-mode: vertical-rl;
  margin-top: 7.13vw;
}
.modular9 .items .btm em{
  display: block;
  position: absolute;
  bottom: 4.1666vw;
  width: 100%;
  text-align: center;
}

.modular10{
  background-color: #eee;
  padding: 4.6875% 0 0;
}
.modular10 .imgs{
  overflow: hidden;
}
.modular10 .imgs .left{float: left;width: 48.5%;}
.modular10 .imgs .right{float: right;width: 48.5%;}
.modular10 .img{
  margin-bottom: 2.9%;
}
.modular10 .img img{vertical-align: top;}

.modular10 .btm{text-align: center;margin-top: 6%;}
.modular10 .btm .thk{
  font-size: clamp(18px, 3.645vw, 72px);
  text-align: center;
}
.modular10 .btm .cn{
  font-size: clamp(14px, 1.5625vw,30px);
}
.modular10 .btm .link{
  display: inline-block;
  height: 70px;
  line-height: 70px;
  padding: 0 8%;
  font-size: 30px;
  background-color: #b3a583;
  margin-top: 3.5%;
  border-radius: 35px;
}