@font-face {
  font-family: 'ChusaLove';
  src: url('./ChusaLove.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'ChusaLove';
  src: url('./ChusaLoveBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* popup */
.pcpc {
  display: block;
}
.pc {
  display: block;
}

.mobile {
  display: none;
}

.layer-popup {
  /* position: absolute; */
  z-index: 9999;
  background-color: #fff;
  box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  height: auto !important;
}

.layer-popup:nth-child(1) {
  left: 0;
}

.layer-popup img {
  width: 100%;
  height: auto !important;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.layer-popup .show-chk-wrap {
  display: flex;
  padding: 6px 10px;
  box-sizing: border-box;
  justify-content: space-between;
  align-items: center;
}

.show-chk-div {
  display: flex;
  align-items: center;
  gap: 12px;
}

.layer-popup .show-chk-wrap a {
  font-size: 16px;
  color: #505050;
  cursor: pointer;
}

.layer-popup .show-chk-wrap a:hover {
  color: #222;
  font-weight: 600;
  transition: 0.3s;
}

.close-popup {
  box-sizing: border-box;
  padding: 4px 12px;
  border: 1px solid #999;
  border-radius: 4px;
}

.close-popup:hover {
  border: 1px solid #505050;
  background-color:#505050;
  color: #fff !important;
  transition: 0.3s;
}

.popup-space {
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  top: 5%;
  left: 5%;
  gap: 10px;
  align-items: start;
  z-index: 100;
}


/* main */
#main {
  width: 100%;
}
.page1{
  height: 100vh;
  position: relative;
  width: 100%;
  background-blend-mode: soft-light, normal;
  background: url("../img/page1-bg.png");
  background-position: center center !important;
  background-size: cover !important;
  overflow: hidden;
}
.page1 .center-wrap{
  position: absolute;
  width: 100%;
  top: 30%;
  text-align: center;
}
.page1 .center-wrap .logo-wrap{
  margin-bottom: 28px;
  position: relative;
  text-align: center;
  display: grid;
  place-items: center;
  overflow: visible;
}
.page1 .center-wrap .logo-wrap img{
  width: 227px;
  display: grid;
  place-items: center;
}


.page1 .logo-ring{
  position: absolute;
  left: 50%;
  top: 75%;
  width: 650px;
  height: 650px;
  transform: translate(-50%, -50%);
  transform-origin: 52% 52%;
  z-index: 1;
  pointer-events: none;
}

.page1 .circle-text{
  position: absolute;
  inset: 0;
}

.page1 .circle-text svg{
  width: 100%;
  height: 100%;
  overflow: visible;
}

.page1 .circle-text__text{
  fill: #DBDBDB;
  font-family: ChusaLove;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* ✅ 좌/우 아이콘은 링 그룹 기준으로 배치 */
.page1 .side-mark{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.page1 .side-mark--left{ left: -20px; }   /* 바깥으로 살짝 */
.page1 .side-mark--right{ right: -20px; }



.page1 .center-wrap .txt1{
  text-align: center;
  text-shadow: 0 4px 8px rgba(0, 0, 0, 0.24);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(0, 0, 0, 0.55);
  font-family: "ChusaLove";
  font-size: 90px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 90px */
  background: linear-gradient(267deg, #FF4929 31.82%, #BF2124 85.21%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  width: 480px;
  margin: 0 auto;
}
.page1 .center-wrap .txt1 svg{
  position: absolute;
  bottom: 13px;
  right: 8px;
}
.page1 .center-wrap .txt2{
  color: #FFF;
  text-align: center;
  text-shadow: 0 4px 8px rgba(0, 0, 0, 0.24);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(0, 0, 0, 0.55);
  font-family: ChusaLove;
  font-size: 80px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 80px */
}
.page1 .left{
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.page1 .right{
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.page1 .left,
.page1 .right{
  width: 30%;
}
.page1 .smoke-left{
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}
.page1 .smoke-right{
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.page1 .smoke-right,
.page1 .smoke-left{
  width: 30%;
  bottom: 23%;
}
.page2{
  background-size: cover !important;
  background-position: center center !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 80px 0;
  background: url("../img/page2-bg.png");
}
.page2 .bottom{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.page2 .box-container{
  max-width: 1300px;
  width: 90%;
  margin: 0 auto;
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.12);
  padding: 20px;
  z-index: 1;
  position: relative;
}
.page2 .box-container .box-wrap{
  border-radius: 8px;
  border: 1.5px solid var(--Black, #030303);
  background: #FFF;
  position: relative;
  padding-bottom: 80px;
}
.page2 .box-container .box-wrap .roof{
  width: 100%;
  margin-bottom: 58px;;
}
.page2 .box-container .box-wrap .tit1{
  color: var(--Black, #030303);
  text-align: center;
  font-family: Paperlogy;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 36.4px */
  letter-spacing: -0.7px;
  margin-bottom: 15px;
}
.page2 .box-container .box-wrap .tit2{
  color: var(--Black, #030303);
  font-family: ChusaLove;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -1.28px;
  text-align: center;
}
.page2 .box-container .box-wrap .tit2 .colored{
  color: var(--Red, #BF2124);
}
.page2 .box-container .box-wrap .flex-wrap{
  width: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 60px auto 0;
  gap: 10%;
}
.page2 .box-container .box-wrap .flex-wrap .img-wrap{
  width: 35%;
  position: relative;
  left: 2%;
}
.page2 .box-container .box-wrap .flex-wrap .img-wrap .img{
  width: 100%;
  position: relative;
  z-index: 2;
}
.page2 .box-container .box-wrap .flex-wrap .img-wrap .img img{
  width: 100%;
}
.wave {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: #BF2124;
  pointer-events: none;
}

.wave01 {
  /* transform: scale(1.4); */
  background: #BF2124;
}

.wave02 {
  /* transform: scale(1.2); */
  background: #BF2124;
}
.page2 .box-container .box-wrap .flex-wrap .text-wrap{
  width: 50%;
  position: relative;
  left: 5%;
}
.page2 .box-container .box-wrap .flex-wrap .text-wrap .txt1{
  color: #FFF;
  font-family: Paperlogy;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 36px */
  letter-spacing: -0.6px;
  padding: 2px 8px;
  margin-bottom: 12px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.page2 .box-container .box-wrap .flex-wrap .text-wrap .txt1::before{
  content: "";
  position: absolute;
  inset: 0;
  background: #b52a2a;
  transform: scaleX(var(--fill, 0));
  transform-origin: left center;
  z-index: -1;
}
.page2 .box-container .box-wrap .flex-wrap .text-wrap .txt2{
  color: #505050;
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 30px */
  letter-spacing: -0.5px;
  margin-bottom: 32px;
}

.page2 .box-container .box-wrap .flex-wrap .text-wrap .txt2 strong{
  color: var(--Red, #BF2124);
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: -0.5px;
}
.page3{
  background: url("../img/page3-bg.png");
  background-position: center center !important;
  background-size: cover !important;
  padding: 120px 0;
  position: relative;
  overflow: hidden;
}
.page3 .tit1{
  color: #FFF;
  text-align: center;
  font-family: Paperlogy;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 36.4px */
  letter-spacing: -0.7px;
  margin-bottom: 15px;
}
.page3 .tit2{
  color: var(--yellow, #FFDC80);
  text-align: center;
  font-family: ChusaLove;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 76.8px */
  letter-spacing: -1.28px;
}
.page3 .flex-wrap{
  justify-content: center;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  max-width: 1300px;
  width: 90%;
  margin: 50px auto;
}
.page3 .flex-wrap img{
  width: calc((100% - 60px) / 4);
  box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.12);
}
.page3 .txt1{
  color: #FFF;
  text-align: center;
  font-family: Pretendard;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 36px */
  letter-spacing: -0.6px;
}
.page3 .txt2{
  margin-top: 20px;
  color: var(--yellow, #FFDC80);
  text-align: center;
  font-family: Paperlogy;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 42px */
  letter-spacing: -0.7px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.page3 .right{
  position: absolute;
  right: 5%;
  top: 5%;
  width: 15%;
}
.page3 .left{
  position: absolute;
  left: 5%;
  bottom: 5%;
  width: 15%;
}
.page4{
  padding: 40px;
  background: var(--Red, #BF2124);
}
.page4 .inner-wrap{
  width: 100%;
  background-size: cover;
  background-position: center bottom !important;
  background: url("../img/page4-bg.png");
  position: relative;
  padding: 100px 0;
}
.page4 .inner-wrap .left{
  position: absolute;
  top: 0;
  left: 50px;

}
.page4 .inner-wrap .right{
  position: absolute;
  top: 0;
  right: 50px;
}
.page4 .inner-wrap .tit1{
  color: var(--Black, #030303);
  text-align: center;
  font-family: Paperlogy;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 36.4px */
  letter-spacing: -0.7px;
  margin-bottom: 16px;
}
.page4 .inner-wrap .tit1 span{
  color: var(--Red, #BF2124);
}
.page4 .inner-wrap .tit2{
  color: var(--Red, #BF2124);
  text-align: center;
  font-family: ChusaLove;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 76.8px */
  letter-spacing: -1.28px;
}
.page4 .inner-wrap .tit2 .num{
  color: var(--Black, #030303);
  position: relative;
}
.page4 .inner-wrap .tit2 .num svg{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.page4 .inner-wrap .talk-container{
  border: 1px solid var(--Red, #BF2124);
  background: #FFF;
  width: 90%;
  max-width: 1300px;
  margin: 50px auto;
  padding: 10px;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-attachment: fixed;
}
.page4 .inner-wrap .talk-container .talk-wrap{
  background: black;
  width: 100%;
  padding: 70px 0;
  background: url("../img/page4-bg2.png");
  background-position: center center; !important;
  background-size: cover !important;
}
.page4 .inner-wrap .talk-container .talk-wrap .talk1{
  box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.09);
  width: 35%;
  position: relative;
  display: block;
  margin: 0 auto;
  right: 17%;
}
.page4 .inner-wrap .talk-container .talk-wrap .talk2{
  box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.09);
  width: 41%;
  position: relative;
  display: block;
  margin: 25px auto;
  left: 13%;
}
.page4 .inner-wrap .talk-container .talk-wrap .talk2.talk-mo{
  display: none;
}
.page4 .inner-wrap .talk-container .talk-wrap .talk3{
  box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.09);
  width: 35%;
  position: relative;
  display: block;
  margin: 0 auto;
  right: 5%;
}
.page4 .inner-wrap .talk-container .talk-wrap .txt1{
  color: var(--yellow, #FFDC80);
  text-align: center;
  font-family: Paperlogy;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 60px */
  letter-spacing: -1px;
  position: relative;
  padding-top: 19px;
  margin: 50px auto 40px;
}
.page4 .inner-wrap .talk-container .talk-wrap .txt1 svg{
  width: 100% ;
  position: absolute;
  top: 0;
  left: 0;
}
.page4 .inner-wrap .talk-container .talk-wrap .txt2{
  color: #FFF;
  text-align: center;
  font-family: Pretendard;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 36px */
  letter-spacing: -0.6px;
}
.page4 .inner-wrap .talk-container .talk-wrap .txt2 span{
  color: var(--yellow, #FFDC80);
}
.page4 .inner-wrap .flex-wrap{
  width: 90%;
  max-width: 1300px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.page4 .inner-wrap .flex-wrap .item{
  width: 33.33%;
  padding: 40px 40px 30px 40px;
}
.page4 .inner-wrap .flex-wrap .item:nth-child(1),
.page4 .inner-wrap .flex-wrap .item:nth-child(3){
  background: #111;
}
.page4 .inner-wrap .flex-wrap .item:nth-child(2){
  background: var(--Red, #BF2124);
}
.page4 .inner-wrap .flex-wrap .item .wrapper{
  width: 100%;
  position: relative;
}
.page4 .inner-wrap .flex-wrap .item .img{
  width: 100%;
  background: #D9D9D9;
  height: 212px;
  overflow: hidden;
}
.page4 .inner-wrap .flex-wrap .item .img .gif{
  vertical-align: middle;
  font-size: 1em;
  width: 100%;
  position: relative;
  bottom: 86%;
  z-index: 1;
}
.page4 .inner-wrap .flex-wrap .item .txt{
  color: #FFF;
  text-align: center;
  font-family: Paperlogy;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 36px */
  letter-spacing: -0.6px;
  margin-top: 20px;
}
.page4 .inner-wrap .flex-wrap .item .wrapper .num{
  position: absolute;
  width: 50px;
  transform: translateX(-50%);
  left: 50%;
  top: -9%;
  z-index: 3;
}
.marquee{
  width: 100%;
  overflow: hidden;
  padding: 20px 0;
}

.marquee-track{
  display: flex;
  align-items: center;
  gap: 40px;              /* 이미지 간격 */
  width: max-content;
  animation: marquee 16s linear infinite;
}

.marquee-track img{
  height: 14px;           /* 원하는 높이로 조절 */
  width: auto;
  display: block;
  flex: 0 0 auto;
}

@keyframes marquee{
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); } /* 복제 2세트 기준 */
}
.page5{
  background-size: cover !important;
  background-position: center center !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 120px 0;
  background: url("../img/page2-bg.png");
}
.page5 .tit{
  color: var(--Black, #030303);
  text-align: center;
  font-family: ChusaLove;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 76.8px */
  letter-spacing: -1.28px;
}
.page5 .tit span{
  color: var(--Red, #BF2124);
}
.page5 .top{
  position: absolute;
  top: 50px;
  left: 0;
  width: 15%;
}
.page5 .bottom{
  position: absolute;
  bottom: 50px;
  right: 0;
  width: 15%;
}
.page5 .flex-container{
  position: relative;
  z-index: 2;
}
.page5 .flex-container:after{
  content: "";
  width: 100%;
  height: 60%;
  background: #000;
  position: absolute;
  top: 20%;
  left: 0;
  z-index: -1;
}
.page5 .flex-container .flex-wrap{
  max-width: 1300px;
  width: 90%;
  margin: 0 auto;
  gap: 5%;
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page5 .flex-container .flex-wrap .chart-wrap{
  width: 50%;
  position: relative;
}
.page5 .flex-container .flex-wrap .chart-wrap .chart1{
  width: 100%;
  position: relative;
  z-index: 3;
  top: 10%;
}
.page5 .flex-container .flex-wrap .chart-wrap .chart2{
  position: absolute;
  top: 6%;
  right: 6%;
  width: 44%;
  z-index: 2;
  transform-origin: center;
  animation: chart2Pulse 1.8s ease-in-out infinite;
  will-change: transform;
}
@keyframes chart2Pulse {
  0%, 100% {
    transform: scale(1);
  }
  50%      {
    transform: scale(1.06);
    top: 5%;
    right: 5%;
  }
}
.page5 .flex-container .flex-wrap .table-wrap{
  width: 50%;
  padding: 10px;
  background: #fff;
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.16);
}
.page5 .flex-container .flex-wrap .table-wrap .inner-wrap{
  border: 1px solid var(--Red, #BF2124);
  position: relative;
  padding: 25px;
}
.page5 .flex-container .flex-wrap .table-wrap .inner-wrap .tr{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page5 .flex-container .flex-wrap .table-wrap .inner-wrap .tr .td{
  padding: 15px 20px;
  box-sizing: border-box;
  font-family: Pretendard;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.6px;
  text-transform: uppercase;
  width: 50%;
  text-align: center;
}
.page5 .flex-container .flex-wrap .table-wrap .inner-wrap .tr .td.red{
  color: var(--Red, #BF2124);
}
.page5 .flex-container .flex-wrap .table-wrap .inner-wrap .tr .td:nth-child(1){
  font-weight: 600;
}
.page5 .flex-container .flex-wrap .table-wrap .inner-wrap .tr .td:nth-child(2){
  text-align: right !important;
}


.page5 .flex-container .flex-wrap .table-wrap .inner-wrap .tr .td .small{
  color: var(--Red, #BF2124);
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 24px */
  letter-spacing: -0.4px;
  text-transform: uppercase;
}
.page5 .flex-container .flex-wrap .table-wrap .inner-wrap .tr:nth-child(1){
  background: rgba(191, 33, 36, 0.10);
  padding: 10px 20px;
}
.page5 .flex-container .flex-wrap .table-wrap .inner-wrap .tr:nth-child(2),
.page5 .flex-container .flex-wrap .table-wrap .inner-wrap .tr:nth-child(3),
.page5 .flex-container .flex-wrap .table-wrap .inner-wrap .tr:nth-child(4){
  border-bottom: 1px dashed #DDD;
}
.page5 .flex-container .flex-wrap .table-wrap .inner-wrap .tr:nth-child(4){
  margin-bottom: 10px;
}
.page5 .flex-container .flex-wrap .table-wrap .inner-wrap .tr:nth-child(5),
.page5 .flex-container .flex-wrap .table-wrap .inner-wrap .tr:nth-child(6),
.page5 .flex-container .flex-wrap .table-wrap .inner-wrap .tr:nth-child(5) .td .small,
.page5 .flex-container .flex-wrap .table-wrap .inner-wrap .tr:nth-child(6) .td .small{
  color: #fff;
  background: var(--Red, #BF2124);
}
.page5 .flex-container .flex-wrap .table-wrap .inner-wrap .tr:nth-child(5){
  margin-bottom: 10px;
}
.page5 .flex-container .flex-wrap .table-wrap .inner-wrap .top-left{
  position: absolute;
  top: -1px;
  left: -1px;
}
.page5 .flex-container .flex-wrap .table-wrap .inner-wrap .top-right{
  position: absolute;
  top: -1px;
  right: -1px;
}
.page5 .flex-container .flex-wrap .table-wrap .inner-wrap .bottom-left{
  position: absolute;
  bottom: -1px;
  left: -1px;
}
.page5 .flex-container .flex-wrap .table-wrap .inner-wrap .bottom-right{
  position: absolute;
  bottom: -1px;
  right: -1px;
}
.page5 .bottom-txt{
  color: var(--Black, #030303);
  text-align: center;
  font-family: Pretendard;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 36px */
  letter-spacing: -0.6px;
  margin-top: 20px;
}
.page5 .bottom-txt .red{
  color: var(--Red, #BF2124);
}
.page6{
  background-size: cover !important;
  background-position: center center !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 40px;
  background: url("../img/page2-bg.png");
}
.page6 .inner-wrap{
  border: 1px solid var(--Red, #BF2124);
  background: #FFF;
  position: relative;
  padding: 120px 0;
}
.page6 .inner-wrap .tit{
  color: var(--Black, #030303);
  text-align: center;
  font-family: ChusaLove;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 76.8px */
  letter-spacing: -1.28px;
}
.page6 .inner-wrap .tit .accent{
  color: var(--Red, #BF2124);
  position: relative;
}
.page6 .inner-wrap .tit .accent .line{
  position: absolute;
  bottom: 0;
  width: 100%;
  right: 0;
}
.page6 .inner-wrap .map-wrap{
  max-width: 1010px;
  width: 90%;
  margin: 50px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
}
.page6 .inner-wrap .map-wrap img{
  width: 50%;
}
.page6 .inner-wrap .map-wrap .map{
  border-radius: 12px;
  box-shadow: 6px 16px 32px 0 rgba(0, 0, 0, 0.08);
  transform-origin: center;
  animation: mapPulse 2.2s ease-in-out infinite;
  will-change: transform;
}
@keyframes mapPulse{
  0%, 100% { transform: scale(1); }
  50%      { transform: scale(1.15); } /* 115% */
}
@keyframes mapPulseMo{
  0%, 100% { transform: scale(1); }
  50%      { transform: scale(1.08); } /* 115% */
}

@media (prefers-reduced-motion: reduce){
  .map-wrap .map{ animation: none; }
}
.page6 .inner-wrap .txt{
  color: var(--Black, #030303);
  text-align: center;
  font-family: Pretendard;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 36px */
  letter-spacing: -0.6px;
}
.page6 .inner-wrap .txt .colored{
  color: var(--Red, #BF2124);
}
.page6 .inner-wrap .top-left{
  position: absolute;
  top: -1px;
  left: -1px;
}
.page6 .inner-wrap .top-right{
  position: absolute;
  top: -1px;
  right: -1px;
}
.page6 .inner-wrap .bottom-left{
  position: absolute;
  bottom: -1px;
  left: -1px;
}
.page6 .inner-wrap .bottom-right{
  position: absolute;
  bottom: -1px;
  right: -1px;
}
.page7{
  background-size: cover !important;
  background-position: center center !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 40px 40px 0 40px;
  background: url("../img/page2-bg.png");
}
.page7 .inner-wrap{
  width: 100%;
  background-size: cover !important;
  background-position: center center !important;
  position: relative;
  overflow: hidden;
  padding: 100px 0;
  background: url("../img/page7-bg.png");
  border: 1px solid #F2F2F1;
}
.page7 .inner-wrap .tit1{
  color: #FFF;
  text-align: center;
  font-family: Paperlogy;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 36.4px */
  letter-spacing: -0.7px;
  margin-bottom: 15px;
}
.page7 .inner-wrap .tit2{
  color: #FFF;
  font-family: ChusaLove;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -1.28px;
  text-align: center;
}
.page7 .inner-wrap .tit2 .colored{
  color: var(--yellow, #FFDC80);
  position: relative;
}
.page7 .inner-wrap .tit2 .colored svg{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.page7 .inner-wrap .txt{
  color: #FFF;
  font-family: Pretendard;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.6px;
  margin: 50px auto;
  text-align: center;
}
.page7 .inner-wrap .txt .colored{
  color: var(--yellow, #FFDC80);
}
.page7 .inner-wrap .menu-wrap{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
  max-width: 1300px;
  width: 90%;
  margin: 0 auto;
}
.page7 .inner-wrap .menu-wrap .item{
  width: 25%;
  overflow: hidden;
  padding-bottom: 1%;
}
.page7 .inner-wrap .menu-wrap .item img{
  width: 120%;
  position: relative;
  left: -10%;
}
.page7 .inner-wrap .menu-wrap .item .name{
  color: #FFF;
  text-align: center;
  font-family: Pretendard;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 42px */
  letter-spacing: -0.7px;
  position: relative;
}
.page7 .inner-wrap .menu-wrap .item .name svg{
  width: 100%;
  position: absolute;
  top: -9px;
  left: 0;
}
.page7 .inner-wrap .top-left{
  position: absolute;
  top: -1px;
  left: -1px;
}
.page7 .inner-wrap .top-right{
  position: absolute;
  top: -1px;
  right: -1px;
}
.page7 .inner-wrap .bottom-left{
  position: absolute;
  bottom: -1px;
  left: -1px;
}
.page7 .inner-wrap .bottom-right{
  position: absolute;
  bottom: -1px;
  right: -1px;
}
.page8{
  background: #F5F4F4;
  padding: 120px 0;
  position: relative;
  overflow: hidden;
}
.page8 .top-wrap{
  position: absolute;
  top: -2px;
  width: 90%;
  max-width: 1300px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  left: 50%;
  transform: translateX(-50%);
}
.page8 svg{

}
.page8 .tit1{
  color: var(--Black, #030303);
  text-align: center;
  font-family: Paperlogy;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 36.4px */
  letter-spacing: -0.7px;
  margin-bottom: 15px;
}
.page8 .tit2{
  color: var(--Red, #BF2124);
  text-align: center;
  font-family: ChusaLove;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 76.8px */
  letter-spacing: -1.28px;
}
.page8 .flex-wrap{
  max-width: 1266px;
  width: 90%;
  margin: 40px auto 50px;
  display: flex;
  justify-content: center;
}
.page8 .flex-wrap .gif{
  width: 16%;
}
.page8 .flex-wrap .app-box{
  position: relative;
  width: 70%;
  border: 1.5px solid var(--Black, #030303);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.75) 0%, rgba(255, 255, 255, 0.38) 100%);
  padding: 10px 0;
}
.page8 .flex-wrap .app-box .app-box-inner{
  display: flex;
  max-width: 650px;
  width: 90%;
  padding: 40px;
  gap: 50px;
  margin: 0 auto;
}
.page8 .flex-wrap .app-box svg{
  width: 97%;
  position: absolute;
  height: 100%;
  left: 1.5%;
  top: 0;
}
.page8 .flex-wrap .app-box svg.mo-svg{
  display: none;
}
.page8 .flex-wrap .app-box .app-wrap{
  width: 55%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page8 .flex-wrap .app-box .app-wrap .app{
  width: 33.33%;
}
.page8 .flex-wrap .app-box .txt-wrap{
  width: 45%;
  position: relative;
}
.page8 .flex-wrap .app-box .txt-wrap .txt{
  color: var(--Black, #030303);
  text-align: center;
  font-family: Pretendard;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 42px */
  letter-spacing: -0.7px;
  margin-right: 10px;
}
.page8 .flex-wrap .app-box .txt-wrap .rate-txt{
  color: #FFF;
  text-align: center;
  font-family: Pretendard;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 48px */
  letter-spacing: -0.8px;
  /*background: var(--Red, #BF2124);*/
  padding: 2px 8px;
  overflow: hidden;
  z-index: 0;
  position: relative;
}

/* 붉은 배경 (애니메이션 대상) */
.rate-txt::before{
  content: "";
  position: absolute;
  inset: 0;
  background: var(--Red, #BF2124);
  transform: scaleX(var(--fill, 0));   /* ✅ JS에서 --fill 변경 */
  transform-origin: left center;
  z-index: -1;
  will-change: transform;
}
.page8 .flex-wrap .app-box .txt-wrap .rate{
  display: block;
  width: 100%;
  position: relative;
  left: -3%;
  clip-path: inset(0 100% 0 0); /* 처음엔 안 보이게 */
  will-change: clip-path;
}
.page8 .review-slide-container{
  width: 100%;
  overflow: hidden;
  position: relative;
}
.page8 .review-slide-container img{
  width: 100%;
  border: 1px solid #381F12;
  box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.20);
}
.slider,
.swiper,
.swiper-wrapper,
.swiper-slide {
  height: auto;
}
.page8 .bottom{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.page9{
  background: var(--Red, #BF2124);
  padding: 40px;
  width: 100%;
  position: relative;
}
.page9 .top{
  position: absolute;
  top: 0%;
  left: 0;
  z-index: 2;
}
.page9 .bottom{
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
}
.page9 .inner-wrap{
  width: 100%;
  background: #fff;
  position: relative;
  padding: 100px 0;
}
.page9 .inner-wrap .tit1{
  color: var(--Red, #BF2124);
  text-align: center;
  font-family: ChusaLove;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 76.8px */
  letter-spacing: -1.28px;
}
.page9 .inner-wrap .tit2{
  color: var(--Black, #030303);
  text-align: center;
  font-family: Paperlogy;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 36.4px */
  letter-spacing: -0.7px;
  margin-top: 15px;
}
.page9 .inner-wrap .flex-wrap{
  width: 90%;
  max-width: 935px;
  margin: 50px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
}
.page9 .inner-wrap .flex-wrap .item{
  display: flex;
  padding: 8px 16px 8px 12px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: 8px;
  background: rgba(191, 33, 36, 0.10);
  flex-wrap: nowrap;
  flex-direction: row;
}
.page9 .inner-wrap .flex-wrap .item svg{

}
.page9 .inner-wrap .flex-wrap .item .txt{
  color: var(--Red, #BF2124);
  text-align: center;
  font-family: Pretendard;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 28.8px */
  letter-spacing: -0.6px;

}
.page9 .inner-wrap .content-wrap{
  display: flex;
  max-width: 1180px;
  width: 90%;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin: 0 auto;
}
.page9 .inner-wrap .content-wrap .chart-wrap{
  width: 35%;
  border-radius: 16px;
  border: 2px solid var(--Red, #BF2124);
  background: var(--Red, #BF2124);
  box-shadow: 8px 16px 24px 0 rgba(0, 0, 0, 0.12);
  padding: 40px 0;
  position: relative;
}
.page9 .inner-wrap .content-wrap .chart-wrap .chart-tit{
  color: #FFF;
  text-align: center;
  font-family: Paperlogy;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.5px;
  width: 85%;
  margin: 0 auto;
}
.page9 .inner-wrap .content-wrap .chart-wrap .chart-tit .colored{
  color: var(--yellow, #FFDC80);
  font-size: 24px;
}
.page9 .inner-wrap .content-wrap .chart-wrap .chart-tit svg{
  width: 100%;
  position: absolute;
  top: 23px;
  left: 0;
}
.page9 .inner-wrap .content-wrap .chart-wrap .circle-wrap{
  width: 70%;
  border-radius: 100%;
  aspect-ratio: 1 / 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 40px auto 0;
  position: relative;
  position: relative;
}
.page9 .inner-wrap .content-wrap .chart-wrap .circle-wrap .txt1{
  color: #FFF;
  text-align: center;
  font-family: Pretendard;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.6px;
}
.page9 .inner-wrap .content-wrap .chart-wrap .circle-wrap .txt2{
  color: #FFF;
  text-align: center;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
  font-family: Pretendard;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -1.6px;
}
.page9 .inner-wrap .content-wrap .chart-wrap .circle-wrap .circle{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.page9 .inner-wrap .content-wrap .table-wrap{
  width: 65%;
  position: relative;
}
.page9 .inner-wrap .content-wrap .table-wrap:after{
  content: "";
  top: 0;
  left: 0;
  border-radius: 12px;
  background: #DDD;
  position: absolute;
  width: 33.33%;
  height: 100%;
  z-index: 1;
}
.page9 .inner-wrap .content-wrap .table-wrap .tr{
  width: 100%;
  border-bottom: 1px solid rgba(153, 153, 153, 0.30);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  position: relative;
}
.page9 .inner-wrap .content-wrap .table-wrap .tr:nth-last-child(1){
  border-bottom: none;
}
.page9 .inner-wrap .content-wrap .table-wrap .tr .td{
  width: 33.33%;
  color: #111;
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px; /* 140% */
  letter-spacing: -0.5px;
  padding: 15px 10px;
  text-align: center;
}
.page9 .inner-wrap .content-wrap .table-wrap .tr .td:nth-child(2){
  color: #505050;
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px; /* 140% */
  letter-spacing: -0.5px;
}
.page9 .inner-wrap .content-wrap .table-wrap .tr .td .m{
  width: 90px;
}
.page9 .inner-wrap .content-wrap .table-wrap .tr .td.t-logo{
  color: var(--Black, #030303);
  font-family: ChusaLove;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: -0.7px;
}
.page9 .inner-wrap .content-wrap .table-wrap .tr .td.t-logo .red{
  color: var(--Red, #BF2124);

}
.page10{
  padding: 120px 0;
  overflow: hidden;
  position: relative;
}
.page10 .roof{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.page10 .tit{
  color: var(--Red, #BF2124);
  text-align: center;
  font-family: ChusaLove;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 76.8px */
  letter-spacing: -1.28px;
  margin-bottom: 40px;
}
.page10 .flex-wrap{
  display: flex;
  justify-content: center;
  gap: 20px;
  max-width: 1300px;
  width: 95%;
  margin: 0 auto;
  z-index: 2;
  position: relative;
}
.page10 .flex-wrap .item{
  width: 33.33%;
  border: 1px solid var(--Black, #030303);
  background: #FFF;
  padding: 24px;
  box-sizing: border-box;
  box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.12);

}
.page10 .flex-wrap .item .question-wrap{
  width: 100%;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(3, 3, 3, 0.50);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
}
.page10 .flex-wrap .item .question-wrap .mark{
  color: #FFF;
  text-align: center;
  font-family: Pretendard;
  font-size: 32px;
  font-style: normal;
  font-weight: 800;
  line-height: 120%; /* 38.4px */
  letter-spacing: -0.64px;
  border-radius: 100%;
  background: var(--Red, #BF2124);
  padding: 3px 10px;
  aspect-ratio: 1 / 1;
}
.page10 .flex-wrap .item .question-wrap .question{
  color: var(--Red, #BF2124);
  font-family: Pretendard;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 145%; /* 34.8px */
  letter-spacing: -0.48px;
}
.page10 .flex-wrap .item .answer-wrap{
  width: 100%;
  display: flex;
  justify-content: flex-start;
  gap: 12px;
  padding-top: 15px;
  align-items: flex-start;
}
.page10 .flex-wrap .item .answer-wrap .mark{
  color: #FFF;
  text-align: center;
  font-family: Pretendard;
  font-size: 32px;
  font-style: normal;
  font-weight: 800;
  line-height: 120%; /* 38.4px */
  letter-spacing: -0.64px;
  border-radius: 100%;
  background: var(--Black, #030303);
  padding: 3px 10px;
  aspect-ratio: 1 / 1;
}
.page10 .flex-wrap .item .answer-wrap .answer{
  color: var(--Black, #030303);
  font-family: Pretendard;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 145%; /* 34.8px */
  letter-spacing: -0.48px;
  word-break: keep-all;
}
.page10 .img{
  position: absolute;
  bottom: 0;
  right: 0;
  width: 30%;
  z-index: 1;
}



  /* contact */

/* contact */
#contact {
  background: url('../img/page4-bg2.png');
  background-position: center center;
  background-size: cover !important;
  padding: 120px 0;
}

#contact .st-top {
  gap: 12px;
}
#contact .tit{
  color: #FFF;
  text-align: center;
  font-family: ChusaLove;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 76.8px */
  letter-spacing: -1.28px;
  margin-bottom: 60px;
}
.contact-form-wrap{
  box-shadow: 0 16px 40px 0 rgba(7, 26, 49, 0.12);
  border-radius: 8px;
  border: 1px solid #fff;
  max-width: 1300px;
  width: 90%;
  margin: 0 auto;
}
.contact-form {
  display: flex;
  width: 100%;
  box-sizing: border-box;
  padding: 100px 60px 60px;
  align-items: flex-start;
  gap: 24px;
  background: linear-gradient(128deg, rgba(233, 233, 233, 0.80) 6.41%, rgba(255, 255, 255, 0.95) 98.71%);
  backdrop-filter: blur(12px);
  position: relative;
  background: #fff;
  border-radius: 8px;
  border: 20px solid #000;
  position: relative;
  flex-wrap: wrap;
}
.contact-form .roof{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.flex-input {
  width: calc(50% - 20px);
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 30px;
  flex-direction: column;
}

.item {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.input {
  width: 100%;
}

.contact-form input[type="text"], input[type="tel"], textarea {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  height: 44px;
  padding: 10px;
  color: #111;
  font-size: 16px !important;
  font-weight: 400;
  line-height: 24px !important; /* 21px */
  letter-spacing: -0.4px !important;
  border: 1px solid rgba(17, 17, 17, 0.50);
  background: #FFF;
}

.contact-form input[type="text"]:focus, .contact-form input[type="tel"]:focus, textarea:focus {
  outline: none;
  border: 1px solid #222 !important;
  box-shadow: none !important;
}

.contact-form input[type="text"]::placeholder, .contact-form input[type="tel"]::placeholder, textarea::placeholder {
  color: rgba(51, 51, 51, 0.50);
  font-size: 16px;
  font-weight: 300;
  line-height: 24px; /* 150% */
  letter-spacing: -0.4px;
}

.item label {
  color: #333;
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: 24px !important; /* 23.4px */
  letter-spacing: -0.4px !important;
}

.item .select-wrap {
  position: relative;
}

.item .select-wrap .select-box {
  width: 100%;
  display: flex;
  height: 44px;
  box-sizing: border-box;
  padding: 10px;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  border: 1px solid rgba(17, 17, 17, 0.16);
  background: #FFF;
  color: rgba(51, 51, 51, 0.50);
  font-size: 16px;
  font-weight: 300;
  line-height: 24px; /* 150% */
  letter-spacing: -0.4px;
}

.item .select-wrap .select-box.selected {
  color: #333 !important;
}

.item .select-wrap .arrow {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.item .select-wrap .select-child {
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  border: 1px solid rgba(17, 17, 17, 0.16);
  background: #FFF;
  box-sizing: border-box;
  position: absolute;
  top: 47px;
  left: 0;
  font-size: 16px;
  max-height: 185px;
  overflow-y: scroll;
  display: none;
  z-index: 10;
}

.item .select-wrap .select-child .option {
  margin-bottom: 10px;
  cursor: pointer;
}

.item .select-wrap .select-child .option:hover {
  color: #381F12;
}

.item .select-wrap .select-child .option:nth-last-child(1) {
  margin-bottom: 0;
}

.email-input {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #333;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px; /* 150% */
  letter-spacing: -0.4px;
}

.s-btn-wrap {
  display: flex;
  align-items: center;
  gap: 16px;
}

.form-tab {
  display: flex;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border: 1px solid #C5C6CC;
  background: #FFF;
  color: #767676;
  font-size: 16px;
  line-height: 24px; /* 150% */
  letter-spacing: -0.4px;
  cursor: pointer;
  transition: 0.1s !important;
}

.have {
  color: #FFF;
  border: 1px solid #111;
  font-weight: 700;
  background: #111;
}

.svg-box {
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #DDD;
}

.svg-box svg {
  display: none;
}

.have .svg-box {
  border: 1px solid #FFF;
}

.have .svg-box svg {
  display: block;
}

textarea {
  resize: none;
  height: 100px;
}

.form-wrap {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  gap: 24px;
  align-items: center;
}

.agree-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
}

.contact-form .round-checkbox {
  width: 30px;
  height: 30px;
  border: none;
  border-radius: 50px;
  appearance: none;
  position: relative;
  cursor: pointer;
  background: #FFF;
  border: 1px solid rgba(17, 17, 17, 0.16);
}

.contact-form .round-checkbox:checked::before {
  font-size: 100%;
  color: #fff;
  position: relative;
}

.contact-form .round-checkbox:checked {
  background-image: url("../img/check.png");
  background-size: 17px !important;
  background-position: center center !important;
  background-color: #BF2124;
  background-repeat: no-repeat;
  border: none;
}

.contact-form .agree {
  color: #222;
  font-size: 16px !important;
  font-weight: 400;
  line-height: 24px !important;
  letter-spacing: -0.4px !important;
  cursor: pointer;
}

.contact-form .agree-open {
  font-weight: 600 !important;
  color: var(--Red, #BF2124);
}

.c-btn {
  display: flex;
  width: 160px;
  height: 48px;
  box-sizing: border-box;
  padding: 0 40px;
  justify-content: center;
  align-items: center;
  color: #FFF;
  font-size: 18px;
  line-height: 130%; /* 140% */
  font-weight: 700;
  letter-spacing: -0.45px;
  border: none;
  background: var(--Red, #BF2124);
  border-radius: 8px;

}

.c-btn:hover {
  background: #A01619;
}

@media (max-width: 1350px) {
  .page5 .flex-container .flex-wrap{
    width: 95%;
  }
  .page9 .inner-wrap .content-wrap .table-wrap {
    width: 63%;
  }
  .page9 .inner-wrap .content-wrap .chart-wrap {
    width: 37%;
  }
  .page10 .flex-wrap .item .answer-wrap .answer,
  .page10 .flex-wrap .item .question-wrap .question{
    font-size: 20px;
  }
  .page10 .flex-wrap .item .question-wrap .mark,
  .page10 .flex-wrap .item .answer-wrap .mark{
    font-size: 27px;
  }
}
@media (max-width: 1280px) {
  .page1 .center-wrap .txt1{
    font-size: 75px;
  }
  .page1 .center-wrap .txt2{
    font-size: 68px;
  }
  .page1 .center-wrap .txt1 svg {
    bottom: 13px;
    right: 45px;
    width: 145px;
  }
  .page2{
    padding: 80px 20px;
  }
  .page2 .box-container{
    width: 100%;
  }
  .page4 .inner-wrap .flex-wrap .item .img .gif {
    bottom: 56%;
  }
  .page5 .flex-container .flex-wrap{
    gap: 0%;
  }
  .page5 .flex-container .flex-wrap .table-wrap .inner-wrap .tr .td{
    font-size: 20px;
  }
  .page6 .inner-wrap .tit{
    font-size: 60px;
  }
  .page6 .inner-wrap .map-wrap{
    width: 80%;
  }
  .page9 .inner-wrap .content-wrap .chart-wrap .chart-tit svg {
    width: 90%;
    left: 5%;
    top: 21px;
  }
  .page9 .inner-wrap .content-wrap .chart-wrap .chart-tit{
    font-size: 17px;
  }
  .page9 .inner-wrap .content-wrap .chart-wrap .chart-tit .colored {
    font-size: 21px;
  }
}

@media(max-width: 1200px) {
  .pcpc {
    display: none !important;
  }
  .page2 .box-container .box-wrap .flex-wrap .text-wrap .txt2{
    word-break: keep-all;
    text-align: center;
  }
  .page4 .inner-wrap .right,
  .page4 .inner-wrap .left {
    top: -13px;
    width: 70px;
  }
  .page4 .inner-wrap .talk-container .talk-wrap .talk1{
    width: 42%;
  }
  .page4 .inner-wrap .talk-container .talk-wrap .talk2{
    width: 50%;
  }
  .page4 .inner-wrap .talk-container .talk-wrap .talk3{
    width: 42%;
  }
  .page4 .inner-wrap .flex-wrap .item {
    width: 33.33%;
    padding: 25px 25px 15px 25px;
  }
  .page5{
    padding: 100px 0;
  }
  .page5 .top{
    top: 20px;
  }
  .page5 .bottom {
    bottom: 20px;
  }
  .page5 .tit{
    font-size: 60px;
  }
  .page6 .inner-wrap{
    padding: 100px 0;
  }
  .page8 .top-wrap{
    top: -14px;
  }
  .page8 .right, .page8 .left {
    width: 70px;
  }
  .page8{
    padding: 100px 0;
  }
  .page8 .flex-wrap .app-box .app-box-inner {
    padding: 30px 10px;
  }
  .page9 .inner-wrap .flex-wrap .item .txt{
    font-size: 20px;
  }
  .page9 .inner-wrap .content-wrap .table-wrap .tr .td.t-logo{
    font-size: 25px;
  }
  .page10{
    padding: 100px 0;
  }
  .page10 .tit{
    font-size: 60px;
  }
  .contact-form {
    padding: 100px 40px 40px;
    overflow: hidden;
  }
  #contact{
    padding: 100px 0;
  }
  #contact .tit{
    font-size: 60px;
  }
}
@media(max-width: 1100px) {
  .page5 .flex-container .flex-wrap .table-wrap .inner-wrap .tr .td:nth-child(1){
    width: 45%;
  }
  .page5 .flex-container .flex-wrap .table-wrap .inner-wrap .tr .td:nth-child(2){
    width: 55%;
  }
  .page5 .tit{
    margin-bottom: 30px;
  }
  .page6 .inner-wrap .tit {
    font-size: 55px;
  }
  .page6 .inner-wrap .map-wrap .map{
    animation: mapPulseMo 2.2s ease-in-out infinite;
  }
  .page7 .inner-wrap .tit2{
    font-size: 60px;
  }
  .page7 .inner-wrap .menu-wrap .item .name{
    font-size: 23px;
  }
  .page7 .inner-wrap .menu-wrap .item .name svg{
    top: -13px;
  }
  .page9 .top{
    width: 200px;
  }
  .page9 .bottom{
    width: 150px;
  }
  .page9 .inner-wrap .content-wrap .table-wrap {
    width: 60%;
  }
  .page9 .inner-wrap .content-wrap .chart-wrap {
    width: 40%;
  }
  .page9 .inner-wrap .content-wrap .table-wrap .tr .td.t-logo {
    font-size: 20px;
  }
}
@media(max-width: 1024px) {
  .page2 .box-container .box-wrap .flex-wrap{
    flex-direction: column;
    gap: 100px;
    justify-content: center;
    align-items: center;
    margin: 80px auto 0;
  }
  .page2 .box-container .box-wrap .flex-wrap .img-wrap {
    width: 40%;
    position: relative;
    left: 0%;
  }
  .page2 .box-container .box-wrap .flex-wrap .text-wrap{
    width: 100%;
    text-align: center;
    left: 0;
    max-width: 600px;
  }
  .page2 .box-container .box-wrap .flex-wrap .text-wrap .txt1
  .page2 .box-container .box-wrap .flex-wrap .text-wrap .txt2{
    word-break: keep-all;
    text-align: center;
  }
  .page2 .box-container .box-wrap .flex-wrap .text-wrap .txt2{
    margin-top: 15px;
  }
  .page3{
    padding: 100px 0;
  }
  .page3 .right{
    right: 3%;
    top: 3%;
  }
  .page3 .left{
    left: 3%;
    bottom: 3%;
  }
  .page4 .inner-wrap .tit1{
    font-size: 26px;
  }
  .page4 .inner-wrap .tit2{
    font-size: 58px;
  }
  .page4 .inner-wrap .flex-wrap .item {
    width: 33.33%;
    padding: 25px 15px 15px 15px;
  }
  .page5 .flex-container .flex-wrap .table-wrap .inner-wrap .tr .td {
    padding: 15px 10px;
  }
  .page6 .inner-wrap .txt{
    font-size: 22px;
  }
  .page7 .inner-wrap .menu-wrap{
    flex-wrap: wrap;
    gap: 40px;
  }
  .page7 .inner-wrap .menu-wrap .item{
    width: calc(50% - 20px);
    padding-bottom: 2%;
  }
  .page8 .tit1{
    font-size: 26px;
  }
  .page8 .tit2{
    font-size: 60px;
  }
  .page8 .flex-wrap .app-box .app-wrap {
    width: 50%;
  }
  .page8 .flex-wrap .app-box .txt-wrap {
    width: 50%;
    position: relative;
  }
  .page8 .flex-wrap .app-box .txt-wrap .txt{
    font-size: 25px;
  }
  .page8 .flex-wrap .app-box .txt-wrap .rate-txt{
    font-size: 28px;
  }
  .page9 .inner-wrap .tit1{
    font-size: 60px;
  }
  .page9 .inner-wrap .tit2{
    font-size: 26px;
  }
  .page9 .inner-wrap .flex-wrap .item svg {
    width: 30px;
  }
  .page9 .inner-wrap .flex-wrap .item .txt {
    font-size: 18px;
  }
  .page9 .inner-wrap .content-wrap{
    flex-direction: column;
  }
  .page9 .inner-wrap .content-wrap .table-wrap{
    width: 100%;
  }
  .page9 .inner-wrap .content-wrap .chart-wrap {
    width: 100%;
    max-width: 700px;
    padding: 80px 0 40px;
    gap: 40px;
  }
  .page9 .inner-wrap .content-wrap .chart-wrap .circle-wrap{
    margin: 80px auto 0;
  }
  .page9 .inner-wrap .content-wrap .chart-wrap .chart-tit{
    font-size: 22px;
  }
  .page9 .inner-wrap .content-wrap .chart-wrap .chart-tit .colored {
    font-size: 25px;
  }
  .page9 .inner-wrap .content-wrap .chart-wrap .chart-tit svg {
    width: 90%;
    left: 5%;
    top: 43px;
    height: auto;
  }
  .page9 .inner-wrap .content-wrap .chart-wrap .chart-tit{
    font-size: 30px;
  }
  .page9 .inner-wrap .content-wrap .chart-wrap .chart-tit .colored {
    font-size: 32px;
  }
  .page10 .tit {
    font-size: 55px;
  }
  .page10 .flex-wrap .item{
    padding: 20px;
  }
  .page10 .flex-wrap .item .answer-wrap .answer, .page10 .flex-wrap .item .question-wrap .question {
    font-size: 18px;
  }
  .page10 .flex-wrap .item .question-wrap .mark, .page10 .flex-wrap .item .answer-wrap .mark {
    font-size: 25px;
  }
}
@media(max-width: 980px) {
  .page1 .smoke-right, .page1 .smoke-left {
    bottom: 15%;
  }
  .page4 .inner-wrap .right,
  .page4 .inner-wrap .left {
    top: -22px;
    width: 60px;
  }
  .page4 .inner-wrap .tit1 {
    font-size: 24px;
  }
  .page4 .inner-wrap .tit2 {
    font-size: 50px;
  }
  .page8 .top-wrap{
    top: -24px;
  }
  .page8 .right, .page8 .left {
    width: 60px;
  }
}
@media(max-width: 950px) {
  .page4 .inner-wrap .flex-wrap .item .img .gif {
    bottom: 45%;
  }
  .page5 .flex-container .flex-wrap{
    flex-direction: column;
    margin-bottom: 50px;
  }
  .page5 .flex-container .flex-wrap .chart-wrap {
    width: 90%;
    max-width: 500px;
  }
  .page5 .flex-container .flex-wrap .table-wrap{
    width: 100%;
    max-width: 700px;
  }
  .page5 .bottom-txt{
    font-size: 22px;
  }
  .page9 .inner-wrap .flex-wrap{
    gap: 20px;
  }
  .page10 .flex-wrap{
    flex-direction: column;
    max-width: 700px;
  }
  .page10 .flex-wrap .item{
    width: 100%;
  }
  .page10 .flex-wrap .item .answer-wrap .answer, .page10 .flex-wrap .item .question-wrap .question {
    font-size: 20px;
  }
  .page10 .img{
    width: 100%;
  }
  .contact-form {
    padding: 80px 20px 40px;
  }
}
@media(max-width: 900px) {
  .pc {
    display: none !important;
  }
  .mobile {
    display: block;
  }
  .layer-popup .show-chk-wrap {
    margin-top: 0;
  }
  .layer-popup .show-chk-wrap a {
    font-size: 14px;
    line-height: 20px; /* 142.857% */
    letter-spacing: -0.35px;
  }
  .layer-popup .show-chk-wrap .x-btn {
    padding: 0 15px;
  }
  .page3 .flex-wrap img {
    width: calc((100% - 40px) / 3);
  }
  .page4 {
    padding: 30px;
  }
  .page4 .inner-wrap .talk-container{
    width: calc(100% - 50px);
  }
  .page4 .inner-wrap .talk-container .talk-wrap .talk1{
    width: 50%;
  }
  .page4 .inner-wrap .talk-container .talk-wrap .talk2{
    width: 59%;
  }
  .page4 .inner-wrap .talk-container .talk-wrap .talk3{
    width: 50%;
  }
  .page4 .inner-wrap .flex-wrap .item .img {
    height: 195px;
  }
  .page4 .inner-wrap .flex-wrap .item .txt{
    font-size: 22px;
  }
  .page5 .bottom,
  .page5 .top {
    width: 20%;
  }
  .page5 .flex-container:after {
    height: 37%;
    top: 13%;
  }
  .page6 .inner-wrap .txt{
    font-size: 20px;
  }
  .page7 .inner-wrap .tit2 {
    font-size: 55px;
  }
  .page7 .inner-wrap .txt{
    font-size: 22px;
  }
  .page8 .flex-wrap{
    margin: 30px auto 50px;
  }
  .page8 .flex-wrap .app-box .app-box-inner {
    padding: 20px 10px;
  }
  .page9 .inner-wrap .flex-wrap{
    flex-direction: column;
  }
  .page9 .inner-wrap .flex-wrap .item{
    width: fit-content;
    max-width: 100%;
    flex: 0 0 auto;
  }
  .page9 .inner-wrap .flex-wrap .item .txt {
    font-size: 22px;
  }
}

@media (max-width: 850px) {
  .page4 .inner-wrap .flex-wrap .item .img {
    height: 180px;
  }
  .page6 .inner-wrap .tit {
    font-size: 50px;
  }
  .page8 .flex-wrap{
    flex-wrap: wrap;
  }
  .page8 .flex-wrap .gif{
    order: 1;
    width: 50%;
  }
  .page8 .flex-wrap .app-box{
    order: 3;
    width: 100%;
    margin-top: 30px;
  }
  .page8 .flex-wrap {
    flex-wrap: wrap;
    max-width: 700px;
    width: 90%;
  }
  .page9 .inner-wrap .content-wrap .chart-wrap .chart-tit {
    font-size: 27px;
  }
  .page9 .inner-wrap .content-wrap .chart-wrap .chart-tit .colored {
    font-size: 30px;
  }
  .page9 .inner-wrap .content-wrap .chart-wrap .chart-tit svg{
    top: 49px;
  }
  .contact-form {
    padding: 50px 20px 40px;
    flex-direction: column;
  }
  .flex-input{
    width: 100%;
  }
  .form-wrap{
    flex-direction: column;
    align-items: flex-start;
  }
  .c-btn{
    width: 100%;
  }
  .contact-form .roof{
    width: 200%;
  }
}
@media (max-width: 768px) {
  .layer-popup {
    position: fixed;
    top: 5%;
    left: 5%;
  }
  .page1 .logo-ring{
    width: 560px;
    height: 560px;
  }
  .page1 .circle-text__text{
    font-size: 30px;
  }
  .page2 {
    padding: 60px 20px;
  }
  .page2 .box-container .box-wrap .tit1{
    font-size: 25px;
  }
  .page2 .box-container .box-wrap .tit2{
    font-size: 60px;
  }
  .page2 .box-container .box-wrap .flex-wrap .img-wrap {
    width: 50%;
  }
  .page2 .box-container .box-wrap .flex-wrap .text-wrap .txt1{
    font-size: 22px;
  }
  .page2 .box-container .box-wrap .flex-wrap .text-wrap .txt2{
    font-size: 18px;
  }
  .page3 {
    padding: 80px 0;
  }
  .page3 .flex-wrap img {
    width: calc((100% - 20px) / 2);
  }
  .page3 .right {
    right: -7%;
    top: 3%;
    width: 25%;
  }
  .page3 .left {
    left: -7%;
    bottom: 3%;
    width: 25%;
  }
  .page4 .inner-wrap{
    padding: 80px 0;
  }
  .page4 .inner-wrap .flex-wrap .item .img{
    position: relative;
    z-index: 2;
  }
  .page4 .inner-wrap .flex-wrap .item .img .gif {
    bottom: -110%;
    position: absolute;
  }
  .page4 .inner-wrap .tit1 {
    font-size: 26px;
  }
  .page4 .inner-wrap .talk-container .talk-wrap .talk1 {
    width: 68%;
    right: 10%;
  }
  .page4 .inner-wrap .talk-container .talk-wrap .talk2{
    width: 80%;
    left: 0%;
  }
  .page4 .inner-wrap .talk-container .talk-wrap .talk3{
    width: 68%;
    right: 6%;
  }
  .page4 .inner-wrap .talk-container .talk-wrap .txt1 svg {
    width: 90%;
    left: 5%;
    top: -3%;
  }
  .page4 .inner-wrap .talk-container .talk-wrap .txt1{
    font-size: 35px;
  }
  .page4 .inner-wrap .flex-wrap{
    flex-direction: column;
  }
  .page4 .inner-wrap .flex-wrap .item{
    width: 100%;
    padding: 25px 25px 15px 25px;

  }
  .page4 .inner-wrap .flex-wrap .item .wrapper .num{
    top: -6%;
  }
  .page4 .inner-wrap .flex-wrap .item .img{
    width: 100%;
    aspect-ratio: 1 / 0.6;
    height: auto;
  }
  .page5 {
    padding: 80px 0;
  }
  .page5 .tit {
    margin-bottom: 10px;
  }
  .page5 .flex-container .flex-wrap {
    width: 100%;
  }
  .page6{
    padding: 30px;
  }
  .page6 .inner-wrap{
    padding: 80px 0;
  }
  .page6 .inner-wrap .tit {
    font-size: 45px;
  }
  .page6 .inner-wrap .map-wrap {
    width: 80%;
    flex-direction: column;
  }
  .page6 .inner-wrap .map-wrap img {
    width: 100%;
  }
  .page7{
    padding: 30px 30px 0 30px;
  }
  .page7 .inner-wrap{
    padding: 80px 0;
  }
  .page7 .inner-wrap .tit1{
    font-size: 26px;
  }
  .page7 .inner-wrap .tit2 {
    font-size: 48px;
  }
  .page8 {
    padding: 80px 0;
  }
  .page8 .tit1 {
    font-size: 23px;
  }
  .page8 .tit2 {
    font-size: 55px;
  }
  .page9{
    padding: 30px;
  }
  .page9 .inner-wrap .tit1 {
    font-size: 55px;
  }
  .page9 .inner-wrap .tit2 {
    font-size: 23px;
  }
  .page9 .inner-wrap{
    padding: 80px 0;
  }
  .page9 .top {
    width: 160px;
  }
  .page9 .bottom {
    width: 110px;
  }
  .page10 {
    padding: 80px 0;
  }
  .page10 .roof{
    width: 200%;
  }
  #contact{
    padding: 80px 0;
  }
  #contact .tit {
    font-size: 50px;
  }
}
@media (max-width: 700px) {
  .page9 .inner-wrap .content-wrap .chart-wrap .chart-tit svg {
    top: 54px;
  }
}
@media (max-width: 650px) {
  .page1 .center-wrap .txt1 {
    font-size: 65px;
  }
  .page1 .center-wrap .txt2 {
    font-size: 60px;
  }
  .page1 .center-wrap .txt1 svg {
    bottom: 9px;
    right: 75px;
    width: 130px;
  }
  .page2 .box-container .box-wrap .tit1 {
    font-size: 22px;
  }
  .page2 .box-container .box-wrap .tit2 {
    font-size: 50px;
  }
  .page2 .box-container .box-wrap .flex-wrap{
    gap: 80px;
  }
  .page2 .box-container .box-wrap .flex-wrap .text-wrap .txt1 {
    font-size: 20px;
  }
  .page2 .box-container .box-wrap .flex-wrap .text-wrap .txt2 {
    font-size: 16px;
  }
  .page2 .box-container .box-wrap .flex-wrap{
    margin: 60px auto 0;
  }
  .page2 .box-container .box-wrap .flex-wrap .img-wrap {
    width: 57%;
  }
  .page3 .tit1{
    font-size: 25px;
  }
  .page3 .tit2{
    font-size: 60px;
  }
  .page3 .flex-wrap{
    margin: 40px auto 40px;
  }
  .page3 .txt1{
    font-size: 22px;
  }
  .page3 .txt2{
    font-size: 25px;
  }
  .page4 .inner-wrap .left{
    left: 20px;
  }
  .page4 .inner-wrap .right{
    right: 20px;
  }
  .page4 .inner-wrap .talk-container{
    margin: 30px auto 80px;
  }
  .page4 .inner-wrap .talk-container .talk-wrap .talk2.talk-pc{
    display: none;
  }
  .page4 .inner-wrap .talk-container .talk-wrap .talk2.talk-mo{
    display: block;
  }
  .page4 .inner-wrap .talk-container .talk-wrap .talk1 {
    width: 70%;
    right: -9.5%;
  }
  .page4 .inner-wrap .talk-container .talk-wrap .talk2 {
    width: 54%;
    left: 12%;
  }
  .page4 .inner-wrap .talk-container .talk-wrap .talk3 {
    width: 70%;
    right: -9.5%;
  }
  .page4 .inner-wrap .flex-wrap .item .wrapper .num{
    top: -8%;
  }
  .page5 .tit {
    font-size: 50px;
  }
  .page5 .tit {
    margin-bottom: 10px;
  }
  .page6 {
    padding: 20px;
  }
  .page7{
    padding: 20px 20px 0 20px;
  }
  .page7 .inner-wrap .menu-wrap {
    gap: 20px;
  }
  .page7 .inner-wrap .menu-wrap .item {
    width: calc(50% - 10px);
    padding-bottom: 2%;
  }
  .page7 .inner-wrap .tit1 {
    font-size: 24px;
  }
  .page7 .inner-wrap .tit2 {
    font-size: 40px;
  }
  .page8 .flex-wrap .app-box .app-box-inner{
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }
  .page8 .flex-wrap .app-box svg.pc-svg{
    display: none;
  }
  .page8 .flex-wrap .app-box svg.mo-svg{
    display: block;
  }
  .page8 .flex-wrap .app-box .txt-wrap,
  .page8 .flex-wrap .app-box .app-wrap {
    width: 100%;
    text-align: center;
  }
  .page8 .flex-wrap .app-box .app-box-inner {
    padding: 10px 10px;
  }
  .page8 .flex-wrap .app-box .txt-wrap .rate {
    width: 90%;
    margin: 20px auto 0;
    left: 0;
  }
  .page8 .flex-wrap .app-box .txt-wrap .txt {
    font-size: 29px;
  }
  .page8 .flex-wrap .app-box .txt-wrap .rate-txt {
    font-size: 30px;
  }
  .page9{
    padding: 20px;
  }
  .page9 .inner-wrap .content-wrap .chart-wrap .chart-tit {
    font-size: 22px;
  }
  .page9 .inner-wrap .content-wrap .chart-wrap .chart-tit .colored {
    font-size: 25px;
  }
  .page10 .tit {
    font-size: 50px;
  }
}

@media (max-width: 600px) {
  .page4 .inner-wrap .right, .page4 .inner-wrap .left {
    top: -38px;
    width: 42px;
  }
  .page4 .inner-wrap .tit1 {
    font-size: 24px;
  }
  .page4 .inner-wrap .tit2 {
    font-size: 45px;
  }
  .page4 .inner-wrap .talk-container .talk-wrap{
    padding: 50px 0;
  }
  .page4 .inner-wrap .talk-container .talk-wrap .talk1 {
    width: 90%;
    right: -5.5%;
  }
  .page4 .inner-wrap .talk-container .talk-wrap .talk2 {
    width: 67%;
    left: 10%;
  }
  .page4 .inner-wrap .talk-container .talk-wrap .talk3 {
    width: 90%;
    right: -5.5%;
  }
  .page4 .inner-wrap .talk-container .talk-wrap .txt1 {
    font-size: 28px;
  }
  .page4 .inner-wrap .talk-container .talk-wrap .txt1 svg {
    top: -13%;
  }
  .page4 .inner-wrap .talk-container .talk-wrap .txt2{
    font-size: 20px;
  }
  .page4 .inner-wrap .flex-wrap .item .wrapper .num{
    top: -10%;
  }
  .page5 .bottom-txt {
    font-size: 20px;
  }
  .page6 .inner-wrap .tit {
    font-size: 40px;
  }
  .page7 .inner-wrap .menu-wrap .item .name {
    font-size: 20px;
  }
  .page7 .inner-wrap .menu-wrap .item .name svg {
    top: -16px;
  }
  .page7 .inner-wrap .txt{
    margin: 30px auto;
  }
  .page8 .top-wrap{
    top: -41px;
  }
  .page8 .right, .page8 .left {
    width: 42px;
  }
  .page9{
    padding: 10px;
  }
  .page9 .inner-wrap .content-wrap .chart-wrap {
    padding: 50px 0 30px;
  }
  .page9 .inner-wrap .content-wrap .chart-wrap .chart-tit svg {
    top: 31px;
  }
  .page9 .inner-wrap .content-wrap .chart-wrap .circle-wrap {
    margin: 60px auto 0;
  }
  .page9 .inner-wrap .content-wrap .table-wrap .tr .td{
    padding: 10px 10px;
  }
  .page9 .inner-wrap .content-wrap .table-wrap .tr .td.t-logo {
    font-size: 17px;
  }
}
@media (max-width: 480px) {
  .page1 {
    height: calc(100vh + -50px);
  }
  .page1 .center-wrap .txt1{
    width: 100%;
  }
  .page1 .center-wrap .txt1 svg {
    bottom: 9px;
    right: 49px;
    width: 124px;
  }
  .page1 .logo-ring{
    top: 55%;
    width: 360px;
    height: 360px;
  }
  .page1 .circle-text__text{
    font-size: 30px;
  }
  .page1 .center-wrap .logo-wrap img {
    width: 150px;
  }
  .page1 .left, .page1 .right {
    width: 40%;
  }
  .page1 .smoke-right, .page1 .smoke-left {
    bottom: 13%;
  }
  .page2 {
    padding: 16px;
  }
  .page2 .box-container .box-wrap{
    padding-bottom: 0;
    overflow: hidden;
  }
  .page2 .box-container .box-wrap .roof {
    width: 200%;
  }
  .page2 .box-container .box-wrap .tit1 {
    font-size: 18px;
  }
  .page2 .box-container .box-wrap .tit2 {
    font-size: 40px;
  }
  .page2 .box-container .box-wrap .flex-wrap {
    margin: 40px auto 0;
    gap: 50px;
  }
  .page2 .box-container .box-wrap .flex-wrap .text-wrap .txt2,
  .page2 .box-container .box-wrap .flex-wrap .text-wrap{
    text-align: left;
  }
  .page2 .box-container .box-wrap .flex-wrap .text-wrap .txt2 strong{
    font-size: 18px;
  }
  .page3 .tit1 {
    font-size: 22px;
  }
  .page3 .tit2 {
    font-size: 55px;
  }
  .page3 .flex-wrap{
    gap: 20px 10px;
  }
  .page3 .flex-wrap img {
    width: calc((100% - 10px) / 2);
  }
  .page3 .txt1 {
    font-size: 20px;
  }
  .page3 .txt2 {
    font-size: 23px;
  }
  .page4 {
    padding: 10px;
  }
  .page4 .inner-wrap .right, .page4 .inner-wrap .left {
    top: -46px;
    width: 35px;
  }
  .page4 .inner-wrap .talk-container {
    width: calc(100% - 32px);
  }
  .page4 .inner-wrap .tit1 {
    font-size: 20px;
  }
  .page4 .inner-wrap .tit2 {
    font-size: 36px;
  }
  .page4 .inner-wrap .talk-container .talk-wrap .talk2{
    margin: 15px auto
  }
  .page4 .inner-wrap .talk-container .talk-wrap .talk1,
  .page4 .inner-wrap .talk-container .talk-wrap .talk3 {
    width: 93%;
    right: -5.5%;
  }
  .page4 .inner-wrap .talk-container .talk-wrap .txt1{
    margin: 30px auto 30px;
  }
  .page4 .inner-wrap .flex-wrap .item .wrapper .num{
    width: 45px;
  }
  .page5 .tit {
    font-size: 40px;
  }
  .page5 .top {
    width: 25%;
    top: -10px;
  }
  .page5 .bottom{
    width: 25%;
    bottom: -10px;
  }
  .page5 .flex-container .flex-wrap .table-wrap .inner-wrap .tr:nth-child(1) {
    padding: 0px 20px;
  }
  .page5 .flex-container .flex-wrap .table-wrap .inner-wrap .tr .td {
    font-size: 17px;
  }
  .page5 .flex-container .flex-wrap .table-wrap .inner-wrap .tr .td .small{
    font-size: 18px;
  }
  .page5 .bottom-txt {
    font-size: 18px;
  }
  .page6 {
    padding: 10px;
  }
  .page6 .inner-wrap .tit {
    font-size: 35px;
  }
  .page6 .inner-wrap .map-wrap{
    gap: 30px;
    margin: 40px auto;
  }
  .page6 .inner-wrap .txt {
    font-size: 18px;
  }
  .page7{
    padding: 10px 10px 0 10px;
  }
  .page7 .inner-wrap .tit1 {
    font-size: 20px;
  }
  .page7 .inner-wrap .tit2 {
    font-size: 28px;
  }
  .page7 .inner-wrap .txt {
    font-size: 16px;
  }
  .page7 .inner-wrap .menu-wrap .item .name {
    font-size: 17px;
  }
  .page7 .inner-wrap .menu-wrap .item .name svg {
    top: -18px;
  }
  .page8 .top-wrap{
    top: -48px;
  }
  .page8 .right, .page8 .left {
    width: 35px;
  }
  .page8 .tit1 {
    font-size: 20px;
  }
  .page8 .tit2 {
    font-size: 50px;
  }
  .page8 .flex-wrap .app-box .app-box-inner {
    padding: 5% 10px;
    gap: 10px;
  }
  .page8 .flex-wrap .app-box .txt-wrap .rate {
    margin: 0px auto 0;
  }
  .page8 .flex-wrap .app-box .txt-wrap .txt {
    font-size: 25px;
  }
  .page8 .flex-wrap .app-box .txt-wrap .rate-txt {
    font-size: 25px;
  }
  .page8 .bottom{
    width: 200%;
  }
  .page9 .top {
    width: 120px;
    top: -20px;
  }
  .page9 .bottom {
    width: 90px;
  }
  .page9 .inner-wrap .tit1 {
    font-size: 50px;
  }
  .page9 .inner-wrap .tit2 {
    font-size: 20px;
  }
  .page9 .inner-wrap .flex-wrap{
    margin: 40px auto;
  }
  .page9 .inner-wrap .content-wrap .table-wrap .tr .td:nth-child(2),
  .page9 .inner-wrap .content-wrap .table-wrap .tr .td{
    font-size: 18px;
  }
  .page9 .inner-wrap .content-wrap .table-wrap .tr .td.t-logo {
    font-size: 15px;
  }
  .page9 .inner-wrap .content-wrap .table-wrap .tr .td {
    padding: 6px 0px;
  }
  .page9 .inner-wrap .content-wrap .chart-wrap .chart-tit {
    font-size: 17px;
  }
  .page9 .inner-wrap .content-wrap .chart-wrap .chart-tit .colored {
    font-size: 19px;
  }
  .page9 .inner-wrap .content-wrap .chart-wrap {
    padding: 40px 0 20px;
  }
  .page9 .inner-wrap .content-wrap .chart-wrap .chart-tit svg {
    top: 25px;
  }
  .page9 .inner-wrap .content-wrap .chart-wrap .circle-wrap {
    margin: 40px auto 0;
  }
  .page9 .inner-wrap .content-wrap .chart-wrap .circle-wrap .txt1{
    font-size: 20px;
  }
  .page9 .inner-wrap .content-wrap .chart-wrap .circle-wrap .txt2{
    font-size: 60px;
  }
  .page10 .tit {
    font-size: 40px;
  }
  .page10 .flex-wrap .item .answer-wrap .answer, .page10 .flex-wrap .item .question-wrap .question {
    font-size: 18px;
  }
  .page10 .flex-wrap .item .question-wrap .mark, .page10 .flex-wrap .item .answer-wrap .mark {
    font-size: 20px;
    padding: 5px 10px;
  }
  .contact-form-wrap{
    width: calc(100% - 32px);
  }
  .contact-form{
    border: 10px solid #000;
    padding: 50px 20px 20px;
  }
  #contact .tit {
    font-size: 40px;
    margin-bottom: 40px;
  }
}
@media (max-width: 400px) {
  .page1 .center-wrap .txt1 {
    font-size: 53px;
  }
  .page1 .center-wrap .txt2 {
    font-size: 45px;
  }
  .page1 .center-wrap .txt1 svg {
    bottom: 7px;
    right: 53px;
    width: 100px;
  }
  .page2 .box-container .box-wrap .roof{
    margin-bottom: 30px;
  }
  .page2 .box-container .box-wrap .tit1 {
    font-size: 15px;
  }
  .page2 .box-container .box-wrap .tit2 {
    font-size: 31px;
  }
  .page2 .box-container .box-wrap .flex-wrap .text-wrap .txt1 {
    font-size: 17px;
  }
  .page2 .box-container .box-wrap .flex-wrap .text-wrap .txt2 {
    font-size: 15px;
  }
  .page2 .box-container .box-wrap .flex-wrap .text-wrap .txt2 strong {
    font-size: 16px;
  }
  .page3 .tit1 {
    font-size: 18px;
  }
  .page3 .tit2 {
    font-size: 50px;
  }
  .page3 .txt1 {
    font-size: 18px;
  }
  .page3 .txt2 {
    font-size: 20px;
  }
  .page4 .inner-wrap .tit1 {
    font-size: 18px;
  }
  .page4 .inner-wrap .tit2 {
    font-size: 36px;
  }
  .page4 .inner-wrap .talk-container .talk-wrap .txt1 {
    font-size: 22px;
  }
  .page4 .inner-wrap .talk-container .talk-wrap .txt1 svg {
    top: -24%;
  }
  .page4 .inner-wrap .talk-container .talk-wrap .txt2 {
    font-size: 16px;
  }
  .page4 .inner-wrap .flex-wrap .item .wrapper .num {
    top: -11%;
  }
  .page4 .inner-wrap .flex-wrap .item .wrapper .num{
    width: 40px;
  }
  .page5 .tit {
    font-size: 35px;
  }
  .page5 .flex-container .flex-wrap .table-wrap .inner-wrap .tr .td {
    font-size: 15px;
  }
  .page5 .flex-container .flex-wrap .table-wrap .inner-wrap .tr .td .small {
    font-size: 16px;
  }
  .page5 .bottom-txt {
    font-size: 16px;
  }
  .page6 .inner-wrap .txt {
    font-size: 16px;
  }
  .page7 .inner-wrap .tit1 {
    font-size: 18px;
  }
  .page7 .inner-wrap .tit2 {
    font-size: 26px;
  }
  .page7 .inner-wrap .menu-wrap .item .name {
    font-size: 15px;
  }
  .page7 .inner-wrap .menu-wrap .item .name svg {
    top: -19.5px;
  }
  .page10 .flex-wrap .item .answer-wrap .answer, .page10 .flex-wrap .item .question-wrap .question {
    font-size: 16px;
  }
}
