@charset "utf-8";

:root{
  --line-color:#e0e0e0;
  --main-color:#F36523;
  --main2-color:#FA9D1C;
}

/* main.css */
main{width: 100%; height: 100%; font-size: 1.125rem; overflow-x: hidden;}
#m_consult{display: none;}
/* section01 */
.section01{width: 100%; height: 100vh; position: relative; background-size: cover; overflow: hidden;}
.section01 .m_title{position: absolute; top: 40%; left: 50%; transform: translate(-50%, -50%);}
.section01 div h1{font-size: 3.5rem; text-align: center; line-height: 1.2; color: #fff; font-weight: 300;}
.section01 .s_title{position: absolute; top: 54%; left: 50%; transform: translate(-50%, -50%); text-align: center; font-size: 1.875rem;}
.section01 .s_title p{background: #00000075; color:#fff;}
.section01 .s_title p:first-of-type{padding: 8px 50px;}
.section01 .s_title p:last-of-type{width: 550px; padding: 8px 20px; margin: 5px auto 0 auto;}

/* 메인 페이지 슬라이드 */
.slide01{background: url(/images/sec01_bg.png) no-repeat; background-size: cover;}
.slide02{background: url(/images/sec01_bg02.png) no-repeat; background-size: cover;}

/* section02 */
.section02{width: 100%; background: #F8F8F8; height: 100%;}
.sec02_inner{width: 1400px; margin: 0 auto; height: 100%; padding: 100px 0px;}
.sec02_inner h3{text-align: center; line-height: 1.3;}
.sec02_inner h3 p:first-child{font-size: 1.875rem; }
.sec02_inner h3 p:last-child{font-size: 2.5rem; }

.sec02_inner .sec02_mnu ul{display: flex; justify-content: space-around; padding: 30px;}
.sec02_inner .sec02_mnu ul li{width: 300px; height: 280px; color: #fff; font-size: 1.5rem;  border-radius: 20px; box-shadow: 1px 2px 10px rgba(0,0,0,0.1);position: relative; transition: 0.3s;}
.sec02_inner .sec02_mnu ul li a{background: var(--main2-color); padding: 6px 10px; position: absolute; top: 50%; left: 50%; font-size: 1.25rem; transform: translate(-50%, -50%); color: #fff; border-radius: 5px;}

.sec02_inner .sec02_mnu ul .mnu1{background: url(/images/sec02_mnu01.png) no-repeat; background-position: center center;}
.sec02_inner .sec02_mnu ul .mnu2{background: url(/images/sec02_mnu02.png) no-repeat;  background-position: center center;}
.sec02_inner .sec02_mnu ul .mnu3{background: url(/images/sec02_mnu03.png) no-repeat;  background-position: center center;}
.sec02_inner .sec02_mnu ul .mnu4{background: url(/images/sec02_mnu04.png) no-repeat;  background-position: center center;}

.sec02_inner .sec02_mnu ul li:hover{background: var(--main2-color);}
.sec02_inner .sec02_mnu ul .mnu1:hover::after{content: "나를 이해하고\A 다시 일어설 힘을 찾는 시간"; position: absolute; top:33%; left:50%; transform:translate(-50%, -50%); text-align: center; white-space: pre; font-size: 1.125rem; line-height: 1.4;}
.sec02_inner .sec02_mnu ul .mnu2:hover::after{content: "마음의 언어를 배우는\A 성장의 시간"; position: absolute; top: 33%; left: 50%; transform: translate(-50%,-50%); text-align: center; white-space: pre; font-size: 1.125rem; line-height: 1.4;}
.sec02_inner .sec02_mnu ul .mnu3:hover::after{content: "다시,\A 우리로 돌아가는 길"; position: absolute; top: 33%; left: 50%; transform: translate(-50%,-50%); text-align: center; white-space: pre; font-size: 1.125rem; line-height: 1.4;}
.sec02_inner .sec02_mnu ul .mnu4:hover::after{content: "함께여서 가능한\A 변화의 경험"; position: absolute; top: 33%; left: 50%; transform: translate(-50%,-50%); text-align: center; white-space: pre; font-size: 1.125rem; line-height: 1.4;}

/* section03 */
.section03{width: 100%; height: 100%;}
.sec03_inner{width: 1400px; height: 100%; display: flex; justify-content: space-around; margin: 0 auto; padding: 60px 0 50px 0;}

.sec03_inner .sec03_l{width: 40%;}
.sec03_inner .sec03_l h2{font-weight: bold; font-size: 2.5rem; line-height: 1.3;}
.sec03_inner .sec03_l > p{font-size: 1.5rem; padding: 20px 0px 30px; white-space: nowrap;}
.sec03_inner .sec03_l > p br{display: none;}
.sec03_inner .sec03_l .resume{display: flex; justify-content: space-between; margin-bottom: 30px;}
.sec03_inner .sec03_l .resume h3{padding: 5px 10px; color: var(--main2-color); border: 2px solid var(--main2-color); font-weight: bold; width: 70px; height: 20px; text-align: center; font-size: 1rem;}
.sec03_inner .sec03_l .resume ul {width: 396px;}
.sec03_inner .sec03_l .resume ul li{list-style:disc; line-height:2; width: 400px;}
.sec03_inner .sec03_l .resume.l_03 h3{width: 121px;}
.sec03_inner .sec03_l .resume.l_03 li{width: 160px; margin-left: 67px;}

.sec03_inner .sec03_r{position: relative; width: 100%;}
.sec03_inner .sec03_r .back{position: absolute; right: 7%; bottom: 33%; z-index: 9; }
.sec03_inner .sec03_r .lee{position: absolute; z-index:10; left: 10%;}
.sec03_inner .sec03_r .m_lee{display: none;}
.sec03_inner .sec03_r div{position: absolute; z-index: 11; text-align: right;  width: 300px; line-height: 1; font-size: 1.5rem; right: 5%; bottom:10%;}
.sec03_inner .sec03_r div p span{font-size: 2.25rem;}

/* section04 */
.section04{width:100%;height:auto;min-height:600px;background:url(/images/sec04_bg.png) no-repeat;background-size:cover;position:relative;display:flex;align-items:center; padding: 80px 0px;}
.section04::after{content:"";background:rgba(45,53,48,0.7);position:absolute;inset:0;pointer-events:none;}
.sec04_inner{width:1400px;max-width:95%;position:relative;z-index:1;display:flex;align-items:center; align-items: flex-start; margin: 0 auto;}
.sec04_l{flex:0 0 500px;color:#fff; position: relative; z-index: 10;}
.sec04_l h2{font-size:3rem;line-height:1.4;margin-bottom:30px;font-weight:400;}
.sec04_l h2 .bold{font-weight:700;}
.sec04_l .desc{line-height:1.8;color:rgba(255,255,255,0.8);margin-bottom:50px;}
.sec04_l .swiper-pagination{position:static!important;text-align:left;margin-top:20px;}
.sec04_l .swiper-pagination-bullet{width:12px;height:12px;background:rgba(255,255,255,0.4);opacity:1;margin:0 8px 0 0!important;transition:all 0.3s;}
.sec04_l .swiper-pagination-bullet-active{background:#6DE09B;width:30px;border-radius:6px; }

.sec04_r{flex:1; padding: 20px;  max-width:calc(100% - 580px); z-index: 2; margin-left: 200px; position: relative; z-index: 2;}
.mySwiper{overflow:visible;width:100%;}
.mySwiper .swiper-slide {opacity: 0.7; transition: opacity 0.4s ease, transform 0.4s ease;}
.mySwiper .swiper-slide-active,.mySwiper .swiper-slide-next {opacity: 1; visibility: visible;}
.review-card{background:rgba(0,0,0,0.5);border-radius:16px;width:300px;height:320px;display:flex;flex-direction:column;padding:20px;transition:all 0.4s ease;opacity:0.7; overflow: visible;}
.review-card h3{font-size:1.75rem;font-weight:700;margin-bottom:30px;padding-bottom:20px;border-bottom:2px solid rgba(255,255,255,0.3);color:#fff;transition:all 0.4s ease;}
.review-card .content{flex:1;line-height:1.9;color:#fff;overflow:visible;}
.swiper-slide-active .review-card{background:url(/images/sec04_swiper_bg.png) no-repeat;background-size:cover;opacity:1;transform:scale(1.05) translateX(0);}
.swiper-slide-active .review-card h3{color:#333;border-bottom:2px solid #f0f0f0;}
.swiper-slide-active .review-card .content{color:#333;}
.swiper-slide-active .review-card h3.green{color:#2c7a3f;}
.mySwiper .swiper-slide-prev {opacity: 0 !important; visibility: hidden !important; pointer-events: none;}
.review-card:hover{transform:translateY(-10px);opacity:1;}
.swiper-slide-active .review-card:hover{transform:scale(1.05) translateY(-10px);}

/* section05*/
.section05{width: 100%; height: 100%;}
.sec05_inner{width: 100%; display: flex; justify-content: space-between; }
.sec05_inner .sec05_l {padding: 50px 100px 30px 0; margin: 0 0 0 auto;}
.sec05_inner .sec05_l .tel{margin-bottom: 50px; display: flex; justify-content: left;}
.sec05_inner .sec05_l .tel div:first-child{margin-right: 30px;}
.sec05_inner .sec05_l .tel p{font-size: 2.5rem; padding-top: 20px; font-family: "Times New Roman";}
.sec05_inner .sec05_l .adrs{display: flex; justify-content: left;}
.sec05_inner .sec05_l .adrs img{width: 71px; height: 46px; margin-right: 10px;}
.sec05_inner .sec05_l .adrs ul li{padding-bottom: 30px; line-height: 1.5;}

.sec05_inner .sec05_r{width: 55%; position: relative;}
.sec05_inner .sec05_r .map{width: 100%;}
.sec05_inner .sec05_r .katalk{position: absolute; bottom:0; left: 0; z-index: 99; background: #C39A6E; padding: 15px; text-align: center;}
.sec05_inner .sec05_r .katalk a{color: #fff;}

/* 1025px 이상 해상도 데스크탑  */
@media screen and (max-width: 1499px) {
#m_consult{display: none;}

.sec05_inner .sec05_l {width:40%; padding: 50px 0 30px 0; margin: 0 0 0 auto;}
}

/* Desktop */
@media  (max-width: 1279px) {
#m_consult{display: none;}

/* section01 */
.section02{ padding: 50px 0px;}
.section01 .m_title{width: 100%;}
.section01 .s_title{top: 60%;}
.section01 .s_title p:first-of-type{padding: 8px 10px;}
/* section02 */
.sec02_inner{width:100%; padding: 0px;}
.sec02_inner .sec02_mnu ul{display: grid; grid-template-columns: repeat(2, auto); row-gap: 50px; column-gap: 50px;  margin: 0 auto; width: 700px;}

/* section03 */
.sec03_inner{width: 100%; display: block; padding: 60px 0 0 0; margin-bottom: -50px;}
.sec03_inner .sec03_l{width: 80%; margin: 0 auto;}
.sec03_inner .sec03_l h2{text-align: center;}
.sec03_inner .sec03_l > p{padding: 20px 0px; white-space: wrap;line-height: 1.3; text-align: center;}
.sec03_inner .sec03_l .resume{margin-bottom: 30px;}
.sec03_inner .sec03_l .resume h3{ margin: 30px auto 20px;}
.sec03_inner .sec03_l .resume ul{width: auto;}
.sec03_inner .sec03_l .resume li{margin-left: 70px;}
.sec03_inner .sec03_l .resume.l_03 h3{width:80px;}
.sec03_inner .sec03_l .resume.l_03 li{margin-left: 80px;}
.sec03_inner .sec03_r{width: 80%; margin: 0 auto;}
.sec03_inner .sec03_r .back{z-index:-1; right: 28%; top: 19%;}
.sec03_inner .sec03_r .lee{display: none;}
.sec03_inner .sec03_r .m_lee{display: block; width: 60%; padding-left: 20px;}
.sec03_inner .sec03_r div{font-size: 1.5rem; right:15%; top: 68%;}
.sec03_inner .sec03_r div p span{font-size: 2rem;}

/* section04 */
.section04 {padding: 60px 0px;   min-height: auto; overflow-x: hidden;}
.sec04_inner {flex-direction: column; align-items: center;width: 100%; max-width: 100%;}
.sec04_l {flex: none; width: 90%; max-width: 500px; margin-bottom: 40px; text-align: center;} 
.sec04_l h2 { margin-bottom: 20px;}
.sec04_l .desc {margin-bottom: 30px;}
.sec04_l .swiper-pagination {text-align: center !important; margin-top: 30px;
}
.sec04_r {flex: none; width: 100%; max-width: 100%; margin-left: 0;        padding: 0 20px;}
.review-card {width: 80%; max-width: 320px; height: auto; min-height: 280px; margin: 0 auto;}
.review-card h3 {font-size: 1.5rem;  margin-bottom: 20px; padding-bottom: 15px; }
.review-card .content {font-size: 1rem;  line-height: 1.7;}
.swiper-slide-active .review-card {transform: scale(1.02) translateX(0);}
.swiper-slide-active .review-card:hover {transform: scale(1.02) translateY(-5px);}

/* section05*/
.section05{width: 100%; height: 100%;}
.sec05_inner{width: 100%; display: flex; justify-content: space-between; }
.sec05_inner .sec05_l {width:45%; padding: 30px 10px 0 0; margin:0 0 0 30px;}
.sec05_inner .sec05_l .tel{margin-bottom: 50px; display: flex; justify-content: left;}
.sec05_inner .sec05_l .tel div:first-child{margin-right: 30px;}
.sec05_inner .sec05_l .tel p{font-size: 2rem; padding-top: 20px; font-family: "Times New Roman";}
.sec05_inner .sec05_l .adrs{display: flex; justify-content: left; font-size: 1.125rem;}
.sec05_inner .sec05_l .adrs img{width: 71px; height: 46px; margin-right: 10px;}
.sec05_inner .sec05_l .adrs ul li{padding-bottom: 30px; line-height: 1.5; width: 100%; width: 100%;}
.sec05_inner .sec05_l .adrs ul li:last-child{font-size: 1.063rem; padding-bottom: 0;}
}

/* Tablet */
@media (max-width:1024px){
main{font-size: 1rem; overflow-x: hidden;}
#m_consult{display: none;}
/* section01 */
.section01 div h1{font-size: 3.5rem; text-align: center; line-height: 1.2; color: #fff; font-weight: 300;}
.section01 .m_title{width: 100%;}
.section01 .s_title p:first-of-type{padding: 8px 10px;}
.section01 .s_title p:last-of-type{width: 550px; padding: 8px 20px; margin: 5px auto 0 auto;}

/* 메인 페이지 슬라이드 */
.slide01{background: url(/images/sec01_bg.png) no-repeat center center; background-size: cover;}
.slide02{background: url(/images/sec01_bg02.png) no-repeat center center; background-size: cover;}


/* section02 */
.section02{width: 100%; padding: 50px 0px;}
.sec02_inner{width:100%; padding: 0px; margin: 0 auto;}
.sec02_inner .sec02_mnu ul{display: grid; grid-template-columns: repeat(2, auto); gap: 30px;}
.sec02_inner .sec02_mnu ul li::after {  content: none !important;  display: none !important;}
.sec02_inner .sec02_mnu ul li {pointer-events: none;}
.sec02_inner .sec02_mnu ul li a {pointer-events: auto;}

/* section03 */
.sec03_inner{width: 100%; display: block; padding: 60px 0 0 0; margin-bottom: -50px;}
.sec03_inner .sec03_l{width: 100%;}
.sec03_inner .sec03_l h2{text-align: center;}
.sec03_inner .sec03_l > p{padding: 20px 0px; white-space: wrap;line-height: 1.3; text-align: center;}
.sec03_inner .sec03_l .resume{margin-bottom: 30px;}
.sec03_inner .sec03_l .resume h3{ margin: 30px auto 20px;}
.sec03_inner .sec03_l .resume ul{width: auto;}
.sec03_inner .sec03_l .resume li{margin-left: 70px;}
.sec03_inner .sec03_l .resume.l_03 h3{width:80px;}
.sec03_inner .sec03_r .back{z-index:-1; }
.sec03_inner .sec03_r .lee{display: none;}
.sec03_inner .sec03_r .m_lee{display: block; width: 60%; padding-left: 20px;}
.sec03_inner .sec03_r div{font-size: 1.5rem; right:3%; top: 65%;}
.sec03_inner .sec03_r div p span{font-size: 2rem;}

/* section04 */
.section04 {padding: 60px 0px;   min-height: auto; overflow-x: hidden;}
.sec04_inner {flex-direction: column; align-items: center;width: 100%; max-width: 100%;}
.sec04_l {flex: none; width: 90%; max-width: 500px; margin-bottom: 40px; text-align: center;} 
.sec04_l h2 { margin-bottom: 20px;}
.sec04_l .desc {margin-bottom: 30px;}
.sec04_l .swiper-pagination {text-align: center !important; margin-top: 30px;
}
.sec04_r {flex: none; width: 100%; max-width: 100%; margin-left: 0;        padding: 0 20px;}
.review-card {width: 80%; max-width: 320px; height: auto; min-height: 280px; margin: 0 auto;}
.review-card h3 {font-size: 1.5rem;  margin-bottom: 20px; padding-bottom: 15px; }
.review-card .content {font-size: 1rem;  line-height: 1.7;}
.swiper-slide-active .review-card {transform: scale(1.02) translateX(0);}
.swiper-slide-active .review-card:hover {transform: scale(1.02) translateY(-5px);}

/* section05*/
.section05{width: 100%; height: 100%;}
.sec05_inner{width: 100%; display: flex; justify-content: space-between; }
.sec05_inner .sec05_l {width:40%; padding: 30px 10px 0 0; margin:0 0 0 30px;}
.sec05_inner .sec05_l .tel{margin-bottom: 50px; display: flex; justify-content: left;}
.sec05_inner .sec05_l .tel div:first-child{margin-right: 30px;}
.sec05_inner .sec05_l .tel p{font-size: 1.75rem; padding-top: 20px; font-family: "Times New Roman";}
.sec05_inner .sec05_l .adrs{display: flex; justify-content: left;}
.sec05_inner .sec05_l .adrs img{width: 71px; height: 46px; margin-right: 10px;}
.sec05_inner .sec05_l .adrs ul li{padding-bottom: 30px; line-height: 1.5; width: 100%;}
}

@media (max-width:767px){
  main{font-size: 1rem; overflow-x: hidden;}
  #m_consult{display: block;}
  /* section01 */
  .slide01{background: url(/images/m_sec01_bg01_large.png) no-repeat center center;}
  .slide02{background: url(/images/m_sec01_bg02_large.png) no-repeat center center;}
  .section01{width: 100%; height: 40vh;}
  .section01 .m_title{top: 40%; left: 50%;}
  .section01 div h1{font-size: 1.5rem; text-align: center; line-height: 1.2; color: #fff; font-weight: 300;}
  .section01 .s_title{top: 70%; left: 50%; transform: translate(-50%,-50%); text-align: center; font-size: 1.5rem;}
.section01 .s_title p{background: #00000075; color:#fff; font-size: 1.125rem;}
.section01 .s_title p:first-of-type{padding: 8px 20px;}
.section01 .s_title p:last-of-type{width: 350px; padding: 8px 20px; margin: 5px auto 0 auto;}


/* section02 */
.section02{width: 100%; padding: 50px 0px;}
.sec02_inner{width:100%; padding: 0px;}
.sec02_inner h3 p:first-child{font-size: 1.125rem; }
.sec02_inner h3 p:last-child{font-size: 1.45rem; }

.sec02_inner .sec02_mnu ul{margin: 30px auto; padding: 0; gap: 20px; width: 65%; width:400px;} 
.sec02_inner .sec02_mnu ul li{left: 50%; transform: translateX(-50%); margin-bottom: 20px; width: 180px; height: 180px;}
.sec02_inner .sec02_mnu ul li a {width: 120px; text-align: center; padding: 10px; font-size: 1.125rem; padding: 5px;}

.sec02_inner .sec02_mnu ul .mnu1{background: url(/images/sec02_mnu01_180.png) no-repeat; background-position: center center;}
.sec02_inner .sec02_mnu ul .mnu2{background: url(/images/sec02_mnu02_180.png) no-repeat;  background-position: center center;}
.sec02_inner .sec02_mnu ul .mnu3{background: url(/images/sec02_mnu03_180.png) no-repeat;  background-position: center center;}
.sec02_inner .sec02_mnu ul .mnu4{background: url(/images/sec02_mnu04_180.png) no-repeat;  background-position: center center;}

/* section03 */
.sec03_inner{width: 100%; display: block; padding: 60px 0 0 0; margin-bottom: -50px;}
.sec03_inner .sec03_l{width: 100%;}
.sec03_inner .sec03_l h2{font-weight: bold; font-size: 1.5rem; text-align: center;}
.sec03_inner .sec03_l > p{font-size: 0.875rem; padding: 20px 0px; white-space: wrap;line-height: 1.3; text-align: center; font-weight: bold;}
.sec03_inner .sec03_l .resume{display: block; margin-bottom: 30px;}
.sec03_inner .sec03_l .resume h3{ margin: 30px auto 20px;}
.sec03_inner .sec03_l .resume {width: 100%;}
.sec03_inner .sec03_l .resume li{margin-left: 70px;}
.sec03_inner .sec03_l .resume.l_03 h3{width:80px;}
.sec03_inner .sec03_l .resume.l_03 li{width: 160px; margin-left: 50px;}

.sec03_inner .sec03_r .back{z-index:-1; top: 5%; right: -10%;}
.sec03_inner .sec03_r .lee{display: none;}
.sec03_inner .sec03_r .m_lee{display: block; width: 80%; padding-left: 20px; margin-bottom: 0px;}
.sec03_inner .sec03_r div{font-size: 1.125rem; right:-5%; top: 64%;}
.sec03_inner .sec03_r div p span{font-size: 1.5rem;}

/* section04 */
.section04 {padding: 60px 0px;   min-height: auto; overflow-y: hidden; background: #fff;}
.sec04_inner {flex-direction: column; align-items: center;width: 100%; max-width: 100%;}
.sec04_l {flex: none; width: 90%; max-width: 500px; margin-bottom: 40px; } 
.sec04_l h2 {font-size: 2rem;  margin-bottom: 20px; text-align: center;}
.sec04_l .desc {display: none;}
.sec04_l .swiper-pagination {text-align: center !important; margin-top: 30px;
}
.sec04_r {flex: none; width: 100%; max-width: 100%; margin-left: 0;        padding: 0 20px;}
.review-card {width: 80%; max-width: 320px; height: auto; min-height: 280px; margin: 0 auto;}
.review-card h3 {font-size: 1.5rem;  margin-bottom: 20px; padding-bottom: 15px; }
.review-card .content {font-size: 1rem;  line-height: 1.7;}
.swiper-slide-active .review-card {transform: scale(1.02) translateX(0);}
.swiper-slide-active .review-card:hover {transform: scale(1.02) translateY(-5px);}

/* section05*/
.section05{width: 100%; height: 100%;}
.sec05_inner{width: 100%; flex-direction: column;}
.sec05_inner .sec05_l {width:90%; padding: 0; margin:50px auto; order:2;}
.sec05_inner .sec05_l .tel{margin-bottom: 50px; display: flex; justify-content: left;}
.sec05_inner .sec05_l .tel div:first-child{margin-right: 30px;}
.sec05_inner .sec05_l .tel p{font-size: 1.75rem; padding-top: 20px; font-family: "Times New Roman";}
.sec05_inner .sec05_l .adrs{display: flex; justify-content: left;}
.sec05_inner .sec05_l .adrs img{width: 71px; height: 46px; margin-right: 10px;}
.sec05_inner .sec05_l .adrs ul li{padding-bottom: 30px; line-height: 1.5;}

.sec05_inner .sec05_r{width: 100%; position: relative; order:1;}
.sec05_inner .sec05_r .map{width: 100%;}
.sec05_inner .sec05_r .katalk{position: absolute; bottom:0; left: 0; z-index: 99; background: #C39A6E; padding: 15px; text-align: center;}
.sec05_inner .sec05_r .katalk a{color: #fff;}

#m_consult{width: 100%; background: var(--main-color); color: #fff;  padding: 100px 0 50px 0;  text-align: center;}
#m_consult h2{font-size: 1.5rem;}
#m_consult h2 .white_line{width: 100px; margin: 20px  auto; border: 1px solid #fff; }
#m_consult h2 p{font-size: 1rem; padding: 5px 0px; }
#m_consult form{margin-top: 20px; width: 100%;}
#m_consult form p{margin: 10px 0;}
#m_consult input[type='text'], #m_consult input[type='tel']{width: 80%; padding: 10px 20px;text-align: center; margin:10px 0;}
#m_consult select{width: 92%; padding:10px 20px; margin:10px 0; text-align: center;}
#m_consult form .check{font-size: 0.875rem;}
#m_consult form button{width: 90%; padding: 15px 30px; background: #000; font-weight: bold; color: #fff; border: none; border-radius: 5px; font-size: 1.25rem; margin-top: 20px;}
}


@media (max-width:430px){
.section01 div h1{width: auto;}
.section01 .s_title{top: 70%; left:50%; transform: translate(-50%,-50%); text-align: center; font-size: 1.875rem; width: auto;}
.section01 .s_title p{width: 100%; margin: 0 auto;}
.section01 .s_title p:first-of-type{padding: 8px 20px; width:330px;}
.section01 .s_title p:last-of-type{ padding: 8px 20px; margin: 5px auto 0 auto;}

.slide02 .s_title P:first-of-type{font-size: 1.0875rem;}

.sec03_inner .sec03_l .resume li{margin-left: 40px;}
.sec03_inner .sec03_r div{font-size: 1rem; right:-10%}
.sec03_inner .sec03_r div p span{font-size: 1.25rem;}

.sec05_inner .sec05_l .adrs ul li p{font-size: 1rem;}
}

@media (max-width:390px){
  /* section01 */
  .section01{height: 32vh;}
  .section01 div h1{width: auto;}
  .section01 .s_title{top: 75%; left:50%; transform: translate(-50%,-50%); text-align: center; font-size: 1.875rem; width: auto;}
  .section01 .s_title p{width: 100%; margin: 0 auto;}
.section01 .s_title p:first-of-type{padding: 8px 20px; width:330px;}
.section01 .s_title p:last-of-type{ padding: 8px 20px; margin: 5px auto 0 auto;}
.slide01{background: url(/images/m_sec01_bg01.png) no-repeat center center;}
.slide02{background: url(/images/m_sec01_bg02.png) no-repeat center center;}

.slide02 .s_title p:first-of-type{font-size: 1.0875rem;}
.sec02_inner .sec02_mnu ul{row-gap: 10px; padding: 0px; column-gap: 10px; width: 330px;}
.sec02_inner .sec02_mnu ul li{width: 150px; height: 150px;}

.sec03_inner .sec03_l h2 {font-size: 1.45rem;}
.sec03_inner .sec03_l .resume li{margin-left: 40px;}
.sec03_inner .sec03_r div{font-size: 1rem; right:-10%}
.sec03_inner .sec03_r div p span{font-size: 1.25rem;}

.sec04_l .desc {margin-bottom: 30px; font-size: 0.78rem;}

.sec05_inner .sec05_l .adrs ul li p{font-size: 1rem;}
}