@charset "UTF-8";
/* Base Setting
---------------------------------------- */
html{scroll-behavior:smooth}
body{margin:0;padding:0;font-size:1rem;font-family:"Noto Sans JP","游ゴシック","Yu Gothic","游ゴシック体",YuGothic,"游ゴシック Medium","Yu Gothic Medium","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;overflow-wrap:break-word;font-weight:400;color:var(--text-body);overflow-x:hidden;line-height:1.5;position:relative;width:100%;background:var(--white)}
a{transition:all .3s;color:var(--text-body);outline:none!important}
a:hover{opacity:1;color:var(--primary)}
h1,h2,h3,h4,h5,h6{font-family:"M PLUS Rounded 1c",sans-serif;font-weight:700}
h1{font-size:2.25rem;line-height:1.3}
@media (min-width: 48em) {
h1{font-size:2.875rem}
}
h2{font-size:2.5rem;line-height:1.15}
@media (min-width: 48em) {
h2{font-size:3.5rem}
}
h3{font-size:2.125rem;line-height:1.16}
@media (min-width: 48em) {
h3{font-size:2.5rem}
}
h4{font-size:1.75rem;line-height:1.16}
@media (min-width: 48em) {
h4{font-size:2.25rem}
}
h5{font-size:1.25rem;line-height:1.2}
@media (min-width: 48em) {
h5{font-size:1.5rem}
}
h6{font-size:1.125rem;line-height:1.3}
@media (min-width: 48em) {
h6{font-size:1.25rem}
}
img{max-width:100%;vertical-align:bottom}
.container-fluid,.container{width:100%;max-width:1030px;margin:0 auto;padding:0 15px;position:relative}
.qa__list ul,.flow__list ul,.category__list ul,.flow-list__list ul,.point__list ul,.problem__list ul{margin:0;padding:0;list-style:none}
input[type=text],input[type=email],input[type=password],input[type=phone],input[type=search],textarea,select{border:1px solid var(--gray);border-radius:var(--radius);padding:15px 24px;outline:none!important}
.btn,button,input[type=button],input[type=submit]{transition:all .3s;color:var(--white);padding:16px 25px;min-width:230px;text-align:center;font-weight:700;display:inline-block;outline:none!important;border-radius:50px;background:var(--third);text-transform:uppercase;border:0}
.btn:hover,button:hover,input[type=button]:hover,input[type=submit]:hover{opacity:.9;color:var(--white)}
.btn svg,button svg,input[type=button] svg,input[type=submit] svg{margin-right:15px;max-height:20px}
.btn.btn-white,button.btn-white,input[type=button].btn-white,input[type=submit].btn-white{color:var(--primary);background:var(--white)}
.btn-outline{transition:all .3s;color:var(--primary);padding:15px 25px;min-width:230px;text-align:center;font-weight:700;display:inline-block;outline:none!important;border-radius:var(--radius);background:none;text-transform:uppercase;border:1px solid var(--primary)}
.btn-outline:hover{opacity:.9;color:var(--white)}
.btn-outline svg{margin-right:15px;max-height:20px}
.btn-outline.btn-white{border-color:var(--white);color:var(--white)}
.container-fluid{max-width:1920px}
@media (min-width: 48em) {
.container-fluid{padding:0 64px}
}
.hamburger{position:relative;width:28px;height:18px;line-height:1;cursor:pointer;display:block;right:0;z-index:99;opacity:1}
.hamburger span{width:28px;height:2px;background:#555;backface-visibility:hidden;position:absolute;display:block;margin:auto;transition:.3s all ease;transform:rotate(0deg);border-radius:5px;top:calc(50% - 1px);left:calc(50% - 14px)}
.hamburger span::before,.hamburger span::after{content:"";transform-origin:center center;width:100%;height:2px;background:#555;backface-visibility:hidden;position:absolute;left:0;top:8px;transition:.3s all ease;border-radius:5px;opacity:1}
.hamburger span::after{top:-8px}
.hamburger.active span{transform:rotate(225deg)}
.hamburger.active span::before{transform:rotate(-90deg);top:0}
.hamburger.active span::after{opacity:0}
@media screen and (min-width: 1024px) {
.pcbr{display:block}
.spbr{display:none}
}
@media screen and (max-width: 1024px) {
.pcbr{display:none}
.spbr{display:block}
}
.pc_pics {display:block;}
.sp_pics {display:none;}

@media screen and (max-width: 768px) {
.pc_pics {display:none !important;}
.sp_pics {display:block !important;}
}

/* title
---------------------------------------- */
.section__title{text-align:center;margin-bottom:40px}
.section__title span{color:var(--secondary);font-size: var(--base);font-weight:700;text-transform:uppercase;font-family:"Montserrat",sans-serif;margin-bottom:12px;letter-spacing:.12em}
.section__title h2{font-size:var(--logo);font-weight:700;color:var(--dark);margin-block:20px}
.section__title h2 span{color:var(--dark);font-size:var(--logo);font-weight:700}
.section__title h2 strong{color:var(--secondary)}

/* header
---------------------------------------- */
.header__container{display:flex;justify-content:space-between;align-items:center;padding:15px 40px;min-height:70px;background-color:var(--white);width:100%}
.header__left{display:flex;align-items:center;width:50%}
.header__right{display:flex;align-items:center;gap:25px}
.header__logo-link{display:block}
.header__company-link{font-size:var(--medium);font-weight:700;color:var(--dark);position:relative;padding-bottom:3px;transition:all .3s ease}
.header__company-link::after{content:'';position:absolute;width:0;height:2px;bottom:0;left:0;background-color:var(--secondary);transition:all .3s ease}
.header__company-link:hover{color:var(--secondary)}
.header__company-link:hover::after{width:100%}
.header__cta{background:var(--third);border-radius:25px;color:var(--white);padding:12px 30px;display:inline-flex;align-items:center;justify-content:center;gap:10px;transition:all .3s ease}
.header__cta:hover{background:var(--third);opacity:.9;color:var(--white)}
.header__cta span{font-size:var(--medium);font-weight:700}
.cover{position:relative;height:580px;overflow:hidden}
.cover .container{position:absolute;top:0;left:0;text-align:center;height:100%;max-width:initial}
.cover__content{position:absolute;width:100%;max-width:767px;height:330px;top:48%;left:50%;transform:translate(-50%,-50%);background:#ffffffd9;border-radius:10px;padding:20px}
.cover__icon{position:absolute;z-index:1}
.cover__icon--top-left{background:url(../images/your-top-left-icon.png) no-repeat center center;width:222px;height:222px;left:-120px;top:-80px}
.cover__icon--top-right{background:url(../images/your-top-right-icon.png) no-repeat center center;width:220px;height:220px;top:-80px;right:-120px}
.cover__icon--bottom-left{background:url(../images/your-bottom-left-icon.png) no-repeat center center;width:190px;height:190px;bottom:-80px;left:-120px}
.cover__icon--bottom-right{background:url(../images/your-bottom-right-icon.png) no-repeat center center;width:220px;height:220px;bottom:-80px;right:-120px}
.cover__title{color:var(--white);background:var(--secondary);font-size:var(--xhighlight);font-weight:700;padding:10px 28px;border-radius:50px;position:relative;top:-55px;display:inline-block}
.cover__description{color:var(--secondary);font-weight:700;letter-spacing:-1px;margin-top:-25px}
.cover__description strong{font-size:50px}
.cover__description span{font-size:45px}
.cover__description small{font-size:30px}
.cover__cta{display:flex;justify-content:center;align-items:center;gap:10px}
.cover__button{border-radius:50px;background:var(--white);padding:5px 20px;color:var(--dark);font-size:var(--heading);font-weight:700;text-align:center;display:inline-flex;align-items:center;justify-content:center;gap:10px;border:2px solid var(--secondary)}
.cover__button img{object-fit:contain;width:20px;height:20px}
.cover__contact{position:absolute;bottom:-80px;width:100%;display:flex;justify-content:center;align-items:center}
.cover__contact-button{background:var(--third);border-radius:30px;padding:15px 50px;display:inline-flex;align-items:center;justify-content:center;gap:10px}
.cover__contact-button span{color:var(--white);display:block;font-weight:700;font-size:var(--heading)}
.cover__image{filter:opacity(0.9);display:block}
.cover__image_sp,.cover__image_tb{display:none}
@media only screen and (max-width: 767px) {
.header__container{padding:15px 20px}
.header__right{gap:15px;width:40%;justify-content:flex-end}
.header__company-link{font-size:var(--base);display:none}
.header__cta{padding:8px 15px}
.header__cta span{font-size:var(--small);color:#fff}
.header__menu{width:18px;height:18px}
.cover .container{padding:0 7px;position:absolute}
.cover{height:400px}
.cover__content{max-width:650px;height:300px;top:48%;left:50%;padding:20px;padding-inline:0;height:auto;position:initial;transform:initial;width:100%;margin-top:20px;left:10%}
.cover__content::before,.cover__content::after{display:none}
.cover__image{display:none}
.cover__image_sp{display:none}
.cover__image_tb{display:block}
.cover__description strong{font-size:30px}
.cover__description span{font-size:35px}
.cover__description small{font-size:20px}
.cover__title{font-size:15px;font-weight:700;padding:10px 20px;top:-25px}
.cover__icon--top-left{background:url(../images/your-top-left-icon.png) no-repeat center center;width:150px;height:150px;left:-60px;top:-40px;background-size:contain;display:none}
.cover__icon--top-right{background:url(../images/your-top-right-icon.png) no-repeat center center;width:100px;background-size:contain;height:130px;top:0;right:0;bottom:-80px;display:none}
.cover__icon--bottom-left{background:url(../images/your-bottom-left-icon.png) no-repeat center center;width:120px;height:120px;bottom:70px;left:-30px;background-size:contain;z-index:-1;opacity:.6}
.cover__icon--bottom-right{background:url(../images/your-bottom-right-icon.png) no-repeat center center;width:150px;height:150px;bottom:70px;z-index:-1;right:-50px;background-size:contain;opacity:.6}
.cover__contact{position:static;margin-top:20px;display:none}
.cover__cta{flex-direction:column}
.cover__cta span{font-size:var(--input)}
.cover__button{min-width:250px}
.cover__button img{width:18px;height:18px}
}
@media only screen and (min-width: 768px) and (max-width: 1149px) {
.cover .container{padding:0 7px}
.cover{height:500px}
.cover__content{max-width:700px;height:300px;top:48%;left:50%;padding:20px}
.cover__image{display:none}
.cover__image_tb{display:block}
.cover__image_sp{display:none}
.cover__description strong{font-size:50px}
.cover__description span{font-size:45px}
.cover__description small{font-size:30px}
.cover__title{font-size:var(--highlight);font-weight:700;padding:10px 28px;top:-45px}
.cover__icon--top-left{background:url(../images/your-top-left-icon.png) no-repeat center center;width:150px;height:150px;left:-60px;top:-40px;background-size:contain}
.cover__icon--top-right{background:url(../images/your-top-right-icon.png) no-repeat center center;width:130px;background-size:contain;height:130px;top:-50px;right:-50px}
.cover__icon--bottom-left{background:url(../images/your-bottom-left-icon.png) no-repeat center center;width:120px;height:120px;bottom:-50px;left:-50px;background-size:contain}
.cover__icon--bottom-right{background:url(../images/your-bottom-right-icon.png) no-repeat center center;width:150px;height:150px;bottom:-50px;right:-50px;background-size:contain}
.cover__contact{display:none}
}
@media only screen and (max-width: 480px) {
.cover{height:450px}
.cover__description{letter-spacing:-1px;margin-top:-5px;text-shadow:0 1px 1px #fff}
.cover .container{padding:0 30px}
.cover__content{max-width:450px;height:350px;top:48%;left:50%;padding:20px;background:#ffffffb3;margin-top:30px}
.cover__image{display:none}
.cover__image_tb{display:none}
.cover__image_sp{display:block;height:450px;width:auto}
.cover__description strong{font-size:28px}
.cover__description span{font-size:24px}
.cover__description small{font-size:16px}
.header__cta span{font-size:14px;color:#fff}
.cover__title{font-size:14px;font-weight:700;padding:10px 15px;top:-5px}
.cover__title span{display:none}
.cover__icon--top-left{background:url(../images/your-top-left-icon.png) no-repeat center center;width:150px;height:150px;left:-60px;top:-40px;background-size:contain;display:none}
.cover__icon--top-right{background:url(../images/your-top-right-icon.png) no-repeat center center;width:100px;background-size:contain;height:130px;top:0;right:0;bottom:-80px;display:none}
.cover__icon--bottom-left{background:url(../images/your-bottom-left-icon.png) no-repeat center center;width:120px;height:120px;bottom:10px;left:-30px;background-size:contain;z-index:999;opacity:.8}
.cover__icon--bottom-right{background:url(../images/your-bottom-right-icon.png) no-repeat center center;width:130px;height:130px;bottom:20px;z-index:999;right:-20px;background-size:contain;opacity:.7}
.cover__contact{display:block}
.cover__contact-button{background:var(--third);border-radius:30px;padding:12px 40px;display:inline-flex;align-items:center;justify-content:center;gap:10px}
.cover__contact-button span{font-size:16px}
}


/* about
---------------------------------------- */
.about{padding-block:10px 40px}
.about .container{max-width:796px;text-align:center}
.about__title{position:relative;min-height: 210px;}
.about__title > span{font-size: 100px;color:var(--opacity);text-align:center;font-weight:700;font-family:"Montserrat",sans-serif;letter-spacing:.12em;white-space:nowrap}
.about__title h2{position:absolute;z-index:2;left:50%;transform:translate(-50%,-50%);top:50%;display:flex;gap:5px;justify-content:center;align-items:center;font-size:var(--logo);white-space:nowrap}
.about__description{font-size: var(--highlight);font-weight:500;line-height:34px;font-weight: bold;}

/* problem
---------------------------------------- */
.problem{padding-top:50px;background:var(--gray)}
.problem .container{text-align:center}
.problem__list{display:flex;justify-content:center;align-items:center;gap:20px;flex-wrap:wrap}
.problem__list ul{display:flex;justify-content:space-between;gap:13px;width:100%}
.problem__list ul li{background:var(--white);border-radius:10px;display:flex;flex-direction:column;align-items:center;gap:15px;padding:20px;box-shadow:0 10px 20px rgba(0,0,0,0.06);text-align:center;width:100%;max-width:240px;position:relative}
.problem__list ul li figure{position:relative}
.problem__list ul li figure img{width:188px;height:188px;object-fit:contain;border-radius:50%}
.problem__list ul li figure::before{content:"";position:absolute;top:-5px;left:-5px;width:27px;height:29px;background:url(../images/problem-icon.svg) no-repeat center center;background-size:contain}
.problem__list ul li p{font-size:var(--heading);font-weight:500;line-height:29px}
.problem__text{font-size:var(--xheading);color:var(--dark);position:relative;padding-top:50px;margin-top:30px;line-height:48px;z-index:2;padding-bottom:30px}
.problem__text::after{content:"";position:absolute;width:80px;height:42px;background:url(../images/arrow-down.svg) no-repeat center center;left:50%;transform:translateX(-50%);top:calc(100% - 5px)}
.problem__text > span{border-radius:50px;text-align:center;position:absolute;display:flex;justify-content:center;align-items:center;width:219px;height:40px;background:var(--dark);color:var(--white);font-size:var(--heading);top:-5px;left:50%;transform:translateX(-50%)}
.problem__text > span::after{content:"";position:absolute;width:0;height:0;border-top:20px solid var(--dark);border-left:15px solid transparent;border-right:15px solid transparent;border-bottom:none;top:100%;left:50%;transform:translate(-50%,-50%)}
.problem__connection{background:var(--opacity);padding-block:40px}
.problem__connection-content{display:inline-flex;justify-content:center;align-items:center;flex-direction:column-reverse;left:50%;transform:translateX(-50%);gap:10px;margin-top:20px;font-weight:700;position:relative;z-index:1}
.problem__connection img{right:calc(100% - 20px)}
.problem__connection div{font-size:var(--xxheading);color:var(--dark);text-align:center}
.problem__connection div h3{font-size:var(--xxxheading);color:var(--secondary)}

/* point
---------------------------------------- */
.point{padding-block:50px}
.point__title h2 span,.point__title h2 strong{display:block}
.point__list ul{display:flex;flex-direction:column;gap:30px}
.point__item{box-shadow:0 10px 20px rgba(0,0,0,0.06);display:flex;gap:35px;padding:30px 36px;border-radius:10px}
.point__item h2{display:flex;align-items:center;gap:18px;color:var(--secondary);font-size:var(--xxhighlight);margin-bottom:12px}
.point__item h2 div{display:flex;flex-direction:column;justify-content:center;align-items:center;font-family:"Montserrat",sans-serif;letter-spacing:.12em}
.point__item h2 div span{font-size:var(--small)}
.point__item h2 div strong{font-size:var(--number);color:var(--secondary)}
.point__item strong{font-size:var(--xheading);color:var(--dark);font-weight:700}
.point__item p{margin-top:10px;font-size:var(--medium);color:var(--dark);line-height:27px}
.point__item img{max-width:335px;border-radius:10px;width:100%;object-fit:contain}

/*flow申請までの詳細*/
.flow-list{background:var(--opacity);padding-block:50px}
.flow-list__title h2{line-height:1.5}
.flow-list__list ul{display:flex;flex-direction:column;gap:30px}
.flow-list__list ul li{border-radius:10px;background:var(--white);box-shadow:0 10px 20px rgba(0,0,0,0.06);position:relative;overflow:hidden}
.flow-list__list ul li h2{background:var(--secondary);color:var(--white);display:flex;align-items:center;font-size:var(--xxhighlight);padding:12px 36px;gap:10px}
.flow-list__list ul li h2 div{display:flex;flex-direction:column;font-family:"Montserrat",sans-serif;letter-spacing:.12em;}
.flow-list__list ul li h2 .fftl {
    letter-spacing: 0em;
    padding-left: 15px;
}
.flow-list__list ul li h2 div span{font-size:var(--small)}
.flow-list__list ul li h2 div strong{font-size:var(--number);color:var(--white)}
.flow-list__content{display:flex;flex-direction:column;padding:30px 36px}
.flow-list__text{display:flex;gap:25px;align-items:center;z-index: 5;}
.flow-list__text img{width:100%;max-width:340px;border-radius:10px}
.flow-list__text p{font-size:var(--medium);font-weight:500;line-height: 25px;text-align: left;padding: 0 10px;}
.flow-list__text-extra{position:relative;padding-top:42px}
.flow-list__text-extra span{width:161px;height:42px;border-radius:10px 10px 0 0;background:var(--dark);color:var(--white);text-align:center;display:flex;justify-content:center;align-items:center;font-size:var(--medium);font-weight:700}
.flow-list__text-extra p{background:var(--gray);border-radius:0 10px 10px 10px;padding:14px 24px;font-size:var(--heading);font-weight:500;line-height:29px}

/*flowショート版の流れ*/
.flow{background:var(--gray);padding-block:50px}
.flow__list{max-width:600px;width:100%;margin:0 auto}
.flow__list ul{display:flex;justify-content:space-between;flex-direction:column;gap:39px;width:100%}
.flow__list ul li{background:var(--white);border-radius:10px;display:flex;align-items:center;width:100%;position:relative}
.flow__list ul li::after{content:"";width:36px;height:19px;background:url(../images/flow-arrow.svg) no-repeat center center;background-size:contain;position:absolute;top:calc(100% + 10px);left:50%;transform:translateX(-50%)}
.flow__list ul li:last-child::after{display:none}
.flow__list ul li strong{background:var(--opacity);border-radius:10px 0 0 10px;width:75px;height:75px;display:flex;justify-content:center;align-items:center;color:var(--secondary);font-size:var(--xxxheading);font-family:"Montserrat",sans-serif;letter-spacing:.12em}
.flow__list ul li span{font-size:var(--heading);padding-left:18px;font-weight:700}

@media only screen and (max-width: 767px)  {
.about__description{font-size: 16px;line-height:30px;}
.flow-list__list ul li h2{background:var(--secondary);color:var(--white);display:flex;align-items:center;font-size: 24px;padding: 12px 25px;gap: 20px;}
.flow-list__list ul li h2 div{flex-direction:column;justify-content: center;text-align: center;}
.flow-list__list ul li h2 .fftl {text-align:left;}
.flow-list__list ul li h2 div span{font-size:var(--small)}
.flow-list__list ul li h2 div strong{font-size: 40px;color:var(--white)}
.about__title > span{font-size: 60px;}    
}

@media only screen and (max-width: 767px)  {
.point__item strong{font-size:24px;}
}

/*category*/
.category{padding-block:50px}
.category__list{margin-top:40px}
.category__list ul{display:flex;width:100%;justify-content:space-between;gap:12px;flex-wrap:wrap}
.category__list ul li{background:var(--opacity);border-radius:10px;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;padding:26px 10px 23px 15px;width:100%;max-width:calc(20% - 12px)}
.category__image-wrapper{width:100px;height:130px;border-radius:50%;overflow:hidden;display:flex;align-items:center;justify-content:center;margin:0 auto 15px;background-color:#fff}
.category__image{width:100%;height:100%;object-fit:cover}
.category__list ul li figure{width:80%;text-align:center;margin-bottom:10px}
.category__list ul li p{width:100%;text-align:center;font-weight:500;line-height:23px;margin-bottom:0}
@media only screen and (max-width: 767px) {
.category__list ul{flex-wrap:wrap;justify-content:center}
.category__list ul li{max-width:calc(50% - 8px);width:100%}
.category__image-wrapper{width:80px;height:200px}
}
@media only screen and (max-width: 480px) {
.category__image-wrapper{width:80px;height:120px}
}


/*examle*/
.example{padding-block:50px;background:var(--gray)}
.example__title h2 span,.example__title h2 strong{display:inline}
.example__list ul{display:flex;flex-direction:column;gap:30px;margin:0;padding:0;list-style:none}
.example__item{background:var(--white);border-radius:10px;box-shadow:0 10px 20px rgba(0,0,0,0.06);overflow:hidden}
.example__header{background:var(--secondary);color:var(--white);padding:15px 25px}
.example__property{display:flex;justify-content:space-between;align-items:center}
.example__property h3{font-size:var(--heading);margin:0;font-weight:700}
.example__size{font-size:var(--heading);font-weight:700;background:var(--white);color:var(--secondary);padding:5px 15px;border-radius:20px}
.example__content{display:flex;padding:25px;gap:25px}
.example__image{width:40%;position:relative}
.example__img{width:100%;height: 75%;object-fit:cover;border-radius:8px}
.example__tag{position:absolute;top:10px;left:10px;background:var(--primary);color:var(--white);font-size:var(--small);font-weight:700;padding:5px 15px;border-radius:20px}
.example__details{width:60%}
.example__cost-list{padding:0;margin:0;list-style:none}
.example__cost-list li{display:flex;justify-content:space-between;align-items:center;padding:10px 0;border-bottom:1px dashed var(--border)}
.example__cost-list li:last-child{border-bottom:2px solid var(--secondary);margin-bottom:15px}
.example__cost-list li span{font-size:var(--medium);font-weight:500}
.example__cost-list li strong{font-size:var(--medium);color:var(--secondary);font-weight:700}
.example__price{display:flex;flex-direction:column;align-items:flex-end;margin-top:20px;padding:15px;background:var(--opacity);border-radius:8px}
.example__price span{font-size:var(--small);margin-bottom:5px;font-weight:700}
.example__price strong{font-size:var(--xheading);color:var(--secondary)}
.example__price small{font-size:var(--small);font-weight:400}
.example__note{margin-top:15px;padding:10px;background:var(--gray);border-radius:5px}
.example__note p{margin:0;padding:3px 0;font-size:var(--small);color:var(--dark)}
.example__image .ssg {margin:0;right: 0;font-size: 11px;/* position: absolute; */bottom: 0;background: #fff;padding: 1px 5px;border-radius: 0 0 5px 0px;}

@media only screen and (max-width: 767px) {
.example__content{flex-direction:column;padding:15px}
.example__image{width:100%;margin-bottom:15px}
.example__details{width:100%}
.example__property{flex-direction:column;align-items:flex-start;gap:10px}
.example__price{align-items:center;width:100%}
.example__price strong{font-size:var(--xxheading)}
.example__cost-list li{padding:8px 0}
.example__cost-list li span,.example__cost-list li strong{font-size:var(--base)}
.example__note{margin-top:10px;padding:8px}
}


/*price*/
.price {
    padding-block: 50px;
    padding-bottom: 70px;
    background: var(--gray);
}

.price__title {
    text-align: center;
    margin-bottom: 40px;
}

.price__title span {
    color: var(--secondary);
    font-weight: 700;
    letter-spacing: 2px;
    font-size: var(--small);
    display: block;
}

.price__title h2 {
    font-size: var(--xxheading);
    margin-top: 10px;
    color: var(--xdark);
}

/* Professional Menu タイトル */
.price__professional {
    margin-top: 60px;
}

.price__professional-title {
    text-align: center;
    background: var(--secondary);
    color: var(--white);
    padding: 12px 20px;
    border-radius: var(--radius) var(--radius) 0 0;
    font-size: var(--heading);
    margin: 0;
}

/* テーブルヘッダー */
.price__table-header {
    display: flex;
    background: var(--primary);
    color: var(--white);
    border-radius: var(--radius) var(--radius) 0 0;
    overflow: hidden;
}

.price__table-header .price__col {
    padding: 15px 20px;
    font-weight: 700;
    text-align: center;
    font-size: var(--medium);
}

.price__table-header .price__col-item {
    width: 25%;
    text-align: left;
}

.price__table-header .price__col-content {
    width: 50%;
}

.price__table-header .price__col-cost {
    width: 25%;
}

/* テーブル本体 */
.price__table {
    background: var(--white);
    border-radius: 0 0 var(--radius) var(--radius);
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.06);
    margin-bottom: 30px;
}

.price__professional .price__table {
    border-radius: 0 0 var(--radius) var(--radius);
}

.price__row {
    display: flex;
    border-bottom: 1px solid var(--border);
    transition: background-color 0.2s;
}

.price__row:last-child {
    border-bottom: none;
}

.price__row:hover {
    background-color: var(--opacity);
}

.price__col {
    padding: 25px;
    position: relative;
}

.price__col-item {
    width: 25%;
    border-right: 1px solid var(--border);
}

.price__col-content {
    width: 50%;
    border-right: 1px solid var(--border);
}

.price__col-cost {
    width: 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

/* アイテムタイトル */
.price__item-title {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    align-items: center;
}

.price__item-title h3 {
    font-size: var(--heading);
    color: var(--primary);
    margin: 0;
    line-height: 1.4;
    font-weight: 700;
}

/* アイコン */
.price__icon {
    width: 36px;
    height: 36px;
    background-size: 60%;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
    background-color: var(--opacity);
    flex-shrink: 0;
}

.price__icon-meeting {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ea5d08' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M17 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2'/%3E%3Ccircle cx='9' cy='7' r='4'/%3E%3Cpath d='M23 21v-2a4 4 0 0 0-3-3.87'/%3E%3Cpath d='M16 3.13a4 4 0 0 1 0 7.75'/%3E%3C/svg%3E");
}

.price__icon-furniture {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ea5d08' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 8V6a2 2 0 0 0-2-2H6a2 2 0 0 0-2 2v2'/%3E%3Cpath d='M4 10v7a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1v-7'/%3E%3Cpath d='M12 10v8'/%3E%3Cpath d='M6 18v2'/%3E%3Cpath d='M18 18v2'/%3E%3Cpath d='M4 14h16'/%3E%3C/svg%3E");
}

.price__icon-shopping {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ea5d08' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 22v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2'/%3E%3Ccircle cx='12' cy='9' r='3'/%3E%3Cpath d='M6 2 L3 6 v14 a2 2 0 0 0 2 2 h14 a2 2 0 0 0 2 -2 V6 l-3 -4 Z'/%3E%3Cpath d='M16 10h.01'/%3E%3C/svg%3E");
}

.price__icon-interior {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ea5d08' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z'/%3E%3Cpolyline points='9 22 9 12 15 12 15 22'/%3E%3C/svg%3E");
}

.price__icon-renovation {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ea5d08' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14.7 6.3a1 1 0 0 0 0 1.4l1.6 1.6a1 1 0 0 0 1.4 0l3.77-3.77a6 6 0 0 1-7.94 7.94l-6.91 6.91a2.12 2.12 0 0 1-3-3l6.91-6.91a6 6 0 0 1 7.94-7.94l-3.76 3.76z'/%3E%3C/svg%3E");
}

.price__icon-architect {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ea5d08' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolygon points='12 2 22 8.5 22 15.5 12 22 2 15.5 2 8.5 12 2'/%3E%3Cline x1='12' y1='22' x2='12' y2='15.5'/%3E%3Cpolyline points='22 8.5 12 15.5 2 8.5'/%3E%3Cpolyline points='2 15.5 12 8.5 22 15.5'/%3E%3Cline x1='12' y1='2' x2='12' y2='8.5'/%3E%3C/svg%3E");
}

.price__icon-document {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ea5d08' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z'/%3E%3Cpolyline points='14 2 14 8 20 8'/%3E%3Cline x1='16' y1='13' x2='8' y2='13'/%3E%3Cline x1='16' y1='17' x2='8' y2='17'/%3E%3Cpolyline points='10 9 9 9 8 9'/%3E%3C/svg%3E");
}

.price__icon-fire {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ea5d08' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M8.1 14.15c-1.67 1.02-2.1 3.55-2.1 5.85l2-1 2 4 3-2 1 3c2.5-1.5 4-3.5 4-7 0-3.5-4-5-8-7.5-1 3.5-3.5 5.5-2 7.5'/%3E%3C/svg%3E");
}

.price__icon-cleaning {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ea5d08' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 22V12C3 7.16 7.92 3 14 3c5.25 0 9.64 3.09 10 7'/%3E%3Cpath d='M5 18.5c4.84 0 9.35-3.1 9.8-7.5'/%3E%3Cpath d='M8 15c3.67 0 7.1-2.35 7.5-5.5'/%3E%3Cpath d='M14 22H5'/%3E%3Cpath d='M19 22a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z'/%3E%3Cpath d='M22 19h1'/%3E%3Cpath d='M15 19h1'/%3E%3Cpath d='M19 16V15'/%3E%3Cpath d='M19 23v-1'/%3E%3C/svg%3E");
}

.price__icon-listing {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ea5d08' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M18 3a3 3 0 0 0-3 3v12a3 3 0 0 0 3 3 3 3 0 0 0 3-3 3 3 0 0 0-3-3H6a3 3 0 0 0-3 3 3 3 0 0 0 3 3 3 3 0 0 0 3-3V6a3 3 0 0 0-3-3 3 3 0 0 0-3 3 3 3 0 0 0 3 3h12a3 3 0 0 0 3-3 3 3 0 0 0-3-3z'/%3E%3C/svg%3E");
}

.price__icon-drawing {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ea5d08' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 3h18v18H3z'/%3E%3Cpath d='M3 9h18'/%3E%3Cpath d='M3 15h18'/%3E%3Cpath d='M9 3v18'/%3E%3Cpath d='M15 3v18'/%3E%3C/svg%3E");
}

.price__icon-camera {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ea5d08' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14.5 4h-5L7 7H4a2 2 0 0 0-2 2v9a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2h-3l-2.5-3z'/%3E%3Ccircle cx='12' cy='13' r='3'/%3E%3C/svg%3E");
}

.price__icon-guide {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ea5d08' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M2 3h6a4 4 0 0 1 4 4v14a3 3 0 0 0-3-3H2z'/%3E%3Cpath d='M22 3h-6a4 4 0 0 0-4 4v14a3 3 0 0 1 3-3h7z'/%3E%3C/svg%3E");
}

.price__icon-application {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ea5d08' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2'/%3E%3Crect x='8' y='2' width='8' height='4' rx='1' ry='1'/%3E%3Cpath d='M9 14l2 2 4-4'/%3E%3C/svg%3E");
}

/* サイズタグ */
.price__size-tag {
    display: inline-block;
    background-color: var(--primary);
    color: var(--white);
    padding: 5px 15px;
    border-radius: 20px;
    font-weight: 700;
    font-size: var(--small);
    margin-bottom: 15px;
}

/* 料金リスト */
.price__cost-list {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
}

.price__cost-list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    border-bottom: 1px dashed var(--border);
}

.price__cost-list li:last-child {
    border-bottom: 2px solid var(--secondary);
    padding-bottom: 10px;
    margin-bottom: 5px;
}

.price__cost-list li span {
    font-size: var(--small);
    font-weight: 500;
    color: var(--text-body);
}

.price__cost-list li strong {
    font-size: var(--medium);
    color: var(--secondary);
    font-weight: 700;
}

/* 料金表示 */
.price__cost {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.price__cost strong {
    font-size: var(--heading);
    font-weight: 700;
    color: var(--secondary);
    margin-bottom: 5px;
}

.price__cost small {
    font-size: var(--small);
    color: var(--text-body);
}

.price__cost-free {
    background-color: var(--secondary);
    color: var(--white);
    padding: 6px 20px;
    border-radius: 20px;
    font-weight: 700;
    font-size: var(--medium);
}

/* コンテンツ */
.price__col-content p {
    font-size: var(--base);
    line-height: 1.6;
    margin-bottom: 10px;
    color: var(--text-body);
}

.price__note {
    font-size: var(--small);
    color: var(--require-text);
    font-style: italic;
    background-color: #f9f9f9;
    padding: 8px 12px;
    border-radius: var(--radius);
    margin-top: 10px;
}

/* サービスリスト */
.price__service-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 20px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.price__service-list li {
    position: relative;
    padding-left: 25px;
    font-size: var(--base);
    line-height: 1.5;
    color: var(--text-body);
}

.price__service-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 16px;
    height: 16px;
    background-color: var(--opacity);
    border-radius: 50%;
}

.price__service-list li::after {
    content: "✓";
    position: absolute;
    left: 4px;
    top: 3px;
    font-size: 10px;
    color: var(--secondary);
}

/* レスポンシブ - タブレット */
@media only screen and (max-width: 991px) {
    .price__table-header .price__col-item {
        width: 30%;
    }
    .price__table-header .price__col-content {
        width: 40%;
    }
    .price__table-header .price__col-cost {
        width: 30%;
    }
    .price__col-item {
        width: 30%;
    }
    .price__col-content {
        width: 40%;
    }
    .price__col-cost {
        width: 30%;
    }
    .price__service-list {
        grid-template-columns: 1fr;
    }
}

/* レスポンシブ - モバイル */
@media only screen and (max-width: 767px) {
    .price {
        padding-bottom: 50px;
    }
    
    .price__title h2 {
        font-size: 1.8rem;
    }
    
    .price__table-header {
        display: none;
    }
    
    .price__row {
        flex-direction: column;
        margin-bottom: 20px;
        border: 1px solid var(--border);
        border-radius: var(--radius);
    }
    
    .price__col {
        width: 100% !important;
        border-right: none;
        border-bottom: 1px solid var(--border);
    }
    
    .price__col:last-child {
        border-bottom: none;
        align-items: center;
    }
    
    .price__col-item {
        background-color: var(--secondary);
        color: var(--white);
        padding: 15px 20px;
    }
    
    .price__item-title h3 {
        color: var(--white);
    }
    
    .price__icon {
        background-color: rgb(247 244 244);
        color: #000;
    }
    
    .price__icon-meeting,
    .price__icon-furniture,
    .price__icon-shopping,
    .price__icon-interior,
    .price__icon-renovation,
    .price__icon-architect,
    .price__icon-document,
    .price__icon-fire,
    .price__icon-cleaning,
    .price__icon-listing,
    .price__icon-drawing,
    .price__icon-camera,
    .price__icon-guide,
    .price__icon-application {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M17 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2'/%3E%3Ccircle cx='9' cy='7' r='4'/%3E%3Cpath d='M23 21v-2a4 4 0 0 0-3-3.87'/%3E%3Cpath d='M16 3.13a4 4 0 0 1 0 7.75'/%3E%3C/svg%3E");
        background-color: #000;
    }
    
    .price__col-content::before {
        content: "内容";
        display: block;
        font-weight: 700;
        color: var(--secondary);
        margin-bottom: 10px;
        font-size: var(--heading);
    }
    
    .price__col-cost {
        align-items: flex-start;
    }
    
    .price__col-cost::before {
        content: "料金";
        display: block;
        font-weight: 700;
        color: var(--secondary);
        margin-bottom: 10px;
        font-size: var(--heading);
    }
    
    .price__size-tag {
        margin-bottom: 10px;
    }
    
    .price__cost-list li strong {
        font-size: var(--base);
    }
    
    .price__professional-title {
        border-radius: var(--radius);
        margin-bottom: 20px;
    }
    
    .price__professional .price__table {
        border-radius: var(--radius);
    }
}









.qa{padding-block:50px}
.qa__list ul{display:flex;width:100%;flex-direction:column;gap:30px}
.qa__list ul li{width:100%}
.qa__list ul li h2{display:flex;align-items:center;margin-bottom:0;gap:10px;padding:13px 23px;background:var(--opacity);color:var(--dark);font-size:var(--heading);position:relative}
.qa__list ul li h2::before,.qa__list ul li h2::after{content:"";position:absolute;width:18px;height:18px;right:22px;top:50%;transform:translateY(-50%);transition:all .3s}
.qa__list ul li h2::before{background:url(../images/minus.svg) no-repeat center center;background-size:contain;opacity:0}
.qa__list ul li h2::after{background:url(../images/plus.svg) no-repeat center center;background-size:contain}
.qa__list ul li h2 strong{width:49px;height:49px;border-radius:50%;background:var(--secondary);display:flex;justify-content:center;align-items:center;color:var(--white);font-size:var(--xmedium);font-family:"Montserrat",sans-serif;letter-spacing:.12em}
.qa__item h2{border-radius:10px;cursor:pointer}
.qa__item p{display:none;margin-bottom:0;font-size:var(--medium);font-weight:500;opacity:0;height:0;overflow:hidden;transition:all .3s}
.qa__item.active{border:1px solid var(--opacity);border-top:none;border-radius:10px}
.qa__item.active h2{border-radius:10px 10px 0 0}
.qa__item.active h2::before{opacity:1}
.qa__item.active h2::after{opacity:0}
.qa__item.active p{padding:20px 23px 25px;opacity:1;height:initial;display:block}

/*contact*/
.contact{background:var(--opacity,#f8f4ef);padding:50px 0}
.section__title{text-align:center;margin-bottom:40px}
.section__title h2{font-size:28px;font-weight:700;margin-bottom:10px;color:#333}
.section__title span{color:#eb6100;font-size:16px;display:block;letter-spacing:.1em}
.contact__form{max-width:800px;margin:0 auto;background:#fff;padding:30px;border-radius:8px;box-shadow:0 0 10px rgba(0,0,0,0.05)}
.form-notice{margin-bottom:20px;font-weight:700;color:#eb6100}
.form-item{margin-bottom:25px}
.form-label{margin-bottom:10px;background:#f5f5f5;padding:10px 15px;border-left:5px solid #eb6100}
.form-label p{margin:0;font-size:16px;font-weight:700;color:#333}
.form-input{padding:0 15px}
.form-input input[type="text"],.form-input select,.form-input textarea{width:100%;padding:10px;border:1px solid #ddd;border-radius:4px;font-size:16px;margin-top:5px;background-color:#fff}
.confirmation-input{margin-top:10px!important}
.form-input textarea{height:180px;resize:vertical}
.date-instruction{font-size:14px;color:#666;margin:5px 0}
.checkbox-area{display:flex;flex-wrap:wrap;gap:10px;padding-top:10px}
.checkbox-label{display:flex;align-items:center;margin-bottom:10px;width:calc(50% - 10px)}
.checkbox-label input[type="checkbox"]{margin-right:5px}
.address-area{display:flex;flex-direction:column;gap:15px}
.address-row{margin-bottom:10px}
.address-label{display:block;margin-bottom:5px;font-weight:700;color:#555}
.zip-prefix{display:inline-block;margin-right:5px;font-weight:700}
.zip-input{width:150px!important}
.form-submit{text-align:center;margin-top:30px}
.submit-button{background:#eb6100;color:#fff;padding:12px 40px;border-radius:30px;border:none;font-weight:700;font-size:16px;cursor:pointer;transition:opacity .3s}
.submit-button:hover{opacity:.85}

@media (max-width: 480px) {
.contact__form{padding:20px 15px}
.checkbox-label{width:100%}
.form-input{padding:0 5px}
.section__title h2{font-size:24px;}    
}


.footer{padding-block:40px}
.footer .container{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:20px}
.footer img{max-width:240px;object-fit:contain;width:100%}
.footer p{font-size:var(--copyright);text-align:center;color:var(--xdark);margin-bottom:0;letter-spacing:.001em}


@media only screen and (max-width: 767px) {
:root{--big:15vw;--huge:30px;--xlarge:25px;--number:48px;--logo:25px;--large:20px;--xxheading:18px;--xheadingplus:28px;--xxxheading:26px;--xheading:27px;--xxhighlight:26px;--xhighlight:12px;--highlight:24px;--heading:18px;--xmedium:19px;--medium:16px;--input:15px;--base:14px;--small:13px;--copyright:10px}
.header__container{padding: 15px 10px;min-height:initial;display:flex;justify-content: space-between;}
.header__container img{max-width: 90%;}
.header__container .header_left {
    width: 50%;
}
.header__container .header_right {
    width: 40%;
    padding: 10px 5px;
}    
.header__cta{padding: 10px 20px;display: inline-flex;align-items: center;justify-content: center;gap: 5px;border-radius: 20px;}

.about__title{min-height:initial;margin-bottom:20px}
.about__title h2{position:initial;transform:initial;max-width:50vw;margin-inline:auto}
.about__description br{display:none}
.problem ul{flex-wrap:wrap}
.problem ul li{max-width:calc(50% - 10px)}
.problem ul li p{line-height:1.3}
.problem__text{line-height:1.5}
.problem__connection{overflow:hidden;position:relative}
.point__item{padding:20px;display:block}
.point__item img{max-width:initial}
.flow-list__content{padding:20px;text-align:center}
.flow-list__list ul{gap:20px}
.flow-list__text{display:block;justify-content:center}
.flow-list__text img{margin-bottom:10px}
.flow-list__text-extra{margin-top:0;padding-top:10px;text-align:left}
.flow-list__text-extra p{margin-bottom:0;padding:10px;font-size:var(--medium);line-height:26px}

.flow__item span{width:100%;max-width:calc(100% - 75px);padding-right:10px}
.qa__item.active p{padding:10px 13px 15px;font-size:var(--base)}
.contact__form-group{gap:10px}
.footer{padding-block:20px}
.footer .container{gap:10px}
}

/*examle*/
.example{padding-block:50px;background:var(--gray)}
.example__title h2 span,.example__title h2 strong{display:inline}
.example__list ul{display:flex;flex-direction:column;gap:30px;margin:0;padding:0;list-style:none}
.example__item{background:var(--white);border-radius:10px;box-shadow:0 10px 20px rgba(0,0,0,0.06);overflow:hidden}
.example__header{background:var(--secondary);color:var(--white);padding:15px 25px}
.example__property{display:flex;justify-content:space-between;align-items:center}
.example__property h3{font-size:var(--heading);margin:0;font-weight:700}
.example__size{font-size:var(--heading);font-weight:700;background:var(--white);color:var(--secondary);padding:5px 15px;border-radius:20px}
.example__content{display:flex;padding:25px;gap:25px}
.example__image{width:40%;position:relative}
.example__img{width:100%;height: 75%;object-fit:cover;border-radius:8px}
.example__tag{position:absolute;top:10px;left:10px;background:var(--primary);color:var(--white);font-size:var(--small);font-weight:700;padding:5px 15px;border-radius:20px}
.example__details{width:60%}
.example__cost-list{padding:0;margin:0;list-style:none}
.example__cost-list li{display:flex;justify-content:space-between;align-items:center;padding:10px 0;border-bottom:1px dashed var(--border)}
.example__cost-list li:last-child{border-bottom:2px solid var(--secondary);margin-bottom:15px}
.example__cost-list li span{font-size:var(--medium);font-weight:500}
.example__cost-list li strong{font-size:var(--medium);color:var(--secondary);font-weight:700}
.example__price{display:flex;flex-direction:column;align-items:flex-end;margin-top:20px;padding:15px;background:var(--opacity);border-radius:8px}
.example__price span{font-size:var(--small);margin-bottom:5px;font-weight:700}
.example__price strong{font-size:var(--xheading);color:var(--secondary)}
.example__price small{font-size:var(--small);font-weight:400}
.example__note{margin-top:15px;padding:10px;background:var(--gray);border-radius:5px}
.example__note p{margin:0;padding:3px 0;font-size:var(--small);color:var(--dark)}
.example__image .ssg {margin:0;right: 0;font-size: 11px;/* position: absolute; */bottom: 0;background: #fff;padding: 1px 5px;border-radius: 0 0 5px 0px;}

@media only screen and (max-width: 767px) {
.example__content{flex-direction:column;padding:15px}
.example__image{width:100%;margin-bottom:15px}
.example__details{width:100%}
.example__property{flex-direction:column;align-items:flex-start;gap:10px}
.example__price{align-items:center;width:100%}
.example__price strong{font-size:var(--xxheading)}
.example__cost-list li{padding:8px 0}
.example__cost-list li span,.example__cost-list li strong{font-size:var(--base)}
.example__note{margin-top:10px;padding:8px}
}

/*company*/
.company{padding-block:50px}
.company__title h2 strong{display:inline}
.company__profile{margin-top:40px}
.company__table{margin-bottom:30px}
.company__table table,.company__parent-info table{width:100%;border-collapse:collapse;border-radius:10px;overflow:hidden;box-shadow:0 10px 20px rgba(0,0,0,0.06)}
.company__table th,.company__parent-info th{width:25%;padding:18px 20px;text-align:left;font-size:var(--medium);font-weight:700;color:var(--dark);background-color:var(--gray);border-bottom:1px solid var(--border);vertical-align:top}
.company__table td,.company__parent-info td{width:75%;padding:18px 25px;font-size:var(--medium);line-height:1.6;background-color:var(--white);border-bottom:1px solid var(--border)}
.company__table tr:last-child th,.company__table tr:last-child td,.company__parent-info tr:last-child th,.company__parent-info tr:last-child td{border-bottom:none}
.company__table ul{margin:0;padding-left:20px}
.company__table ul li{margin-bottom:5px}
.company__table ul li:last-child{margin-bottom:0}
.company__parent{position:relative;margin-bottom:50px}
.company__parent-label{position:absolute;top:-15px;left:30px;z-index:2}
.company__parent-label span{display:inline-block;background:var(--secondary);color:var(--white);font-size:var(--medium);font-weight:700;padding:5px 20px;border-radius:30px}
.company__parent-info{border:2px solid var(--secondary);border-radius:10px;padding:30px 20px 20px}
.company__parent-info table{box-shadow:none}
.company__parent-info a{color:var(--third);text-decoration:underline}
.company__parent-info a:hover{opacity:.8}
.company__introduction{margin-top:50px;background:var(--opacity);padding:40px 0;border-radius:10px}
.company__introduction-content{display:flex;gap:30px;align-items:flex-start;padding:0 30px}
.company__introduction-image{width:45%}
.company__introduction-image img{width:100%;border-radius:10px;box-shadow:0 10px 20px rgba(0,0,0,0.06)}
.company__introduction-text{width:55%}
.company__introduction-text h3{font-size:var(--xheading);color:var(--secondary);margin-bottom:20px;position:relative;padding-bottom:15px}
.company__introduction-text h3::after{content:"";position:absolute;bottom:0;left:0;width:80px;height:3px;background:var(--secondary)}
.company__introduction-text p{font-size:var(--medium);line-height:1.7;margin-bottom:15px}
.company__achievements{display:flex;justify-content:space-between;margin:30px 0;gap:15px}
.company__achievement-item{background:var(--white);border-radius:10px;padding:20px 15px;text-align:center;flex:1;box-shadow:0 5px 15px rgba(0,0,0,0.05)}
.company__achievement-number{font-size:var(--xheadingplus);font-weight:700;color:var(--secondary);line-height:1;margin-bottom:10px}
.company__achievement-number span{font-size:var(--xxheading);vertical-align:top}
.company__achievement-label{font-size:var(--base);font-weight:700;color:var(--dark)}
.company__partners{background:var(--white);border-radius:10px;padding:20px;margin-top:20px}
.company__partners h4{font-size:var(--heading);color:var(--dark);margin-bottom:10px;border-left:4px solid var(--secondary);padding-left:10px}
.company__partners p{font-size:var(--medium);margin-bottom:0}
@media only screen and (max-width: 767px) {
.company__table th,.company__parent-info th{width:30%;padding:15px;font-size:var(--base)}
.company__table td,.company__parent-info td{width:70%;padding:15px;font-size:var(--base)}
.company__parent-label{left:20px}
.company__parent-info{padding:25px 15px 15px}
.company__introduction{padding:30px 0 20px}
.company__introduction-content{flex-direction:column;padding:0 15px}
.company__introduction-image,.company__introduction-text{width:100%}
.company__introduction-image{margin-bottom:20px}
.company__introduction-text h3{font-size:var(--heading);margin-bottom:15px;padding-bottom:10px}
.company__introduction-text p{font-size:var(--base)}
.company__achievements{flex-direction:column;gap:10px;margin:20px 0}
.company__achievement-item{padding:15px}
.company__achievement-number{font-size:var(--xxheading)}
.company__achievement-number span{font-size:var(--heading)}
.company__partners{padding:15px}
.company__partners h4{font-size:var(--medium)}
.company__partners p{font-size:var(--base)}
}