@font-face {
    font-family: "A P-OTF Aoto Gothic StdN";
    src: url("path/to/font.woff2") format("woff2"),
         url("path/to/font.woff") format("woff"),
         url("path/to/font.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
* {
    margin: 0;
    padding: 0;
    font-family: "A P-OTF Aoto Gothic StdN", sans-serif;
}

a {
    text-decoration: none;
}
body {
    max-width: 1600px;
    margin: 0 auto;
}

img {
    width: 100%;
}

.main-content {
    background-image: url(../slices/common/bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding-top: 100px;
    
}
/* Header */

.main_header {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 10;
}
.main_header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 60px;
}

.tele-btn {
    display: block;
    padding: 10px 45px;
    background-color: #C50C00;
    color: #fff;
    font-weight: 900;
}

.tele-btn i {
    transform: scaleX(-1);
}



/* MV */
.mv_section {
    
    position: relative;
    width: 100%;
}


.mv_section .container {
    display: flex;
    align-items: center;
    position: relative;
}

.mv_left {
   position: relative;
   z-index: 1;
}

.mv_right {
   position: relative;
   width: 80%;
   margin-left: -20%;
}

.mv_right::before {
    position: absolute;
    background-image: url(../slices/sec01/sec01-bg.png);
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 2;
}

.mv_right-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    color: #fff;
    padding: 200px 0;
    z-index: 3;
    transform: translate(50px, 0);
}

.vector01, .vector02 {
    position: absolute;
}

.vector01 {
    top: 25%;
    left: 13%;
}

.vector02 {
    bottom: 25%;
    left: 25%;
    max-width: 328px;
}


.headline01 {
    font-size: 32px;
}

.headline02 {
    font-size: 60px;
    text-align: center;
    font-weight: 400;
    letter-spacing: 12px;
}

.headline03 {
    font-size: 48px;
    font-weight: 750;
    padding: 20px;
    background-color: #7E3D00;
    line-height: 1;
    margin: 30px 0;
}

.headline03 span {
    font-weight: 400;
}


.headline04 {
    font-size: 32px;
}
.section02 .container {
    width: 80%;
    margin: 0 auto;
}
.section02-left {
    width: 45%;
}

.section02-img {
    position: relative;
}

.section02-img img {
    width: auto;
}
.sub-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: absolute;
    right: 15px;
    bottom: 12%;
}

.sub-text p {
    background-color: #F9E102;
    line-height: normal;
    margin: 5px;
    font-size: 20px;
    font-weight: 700;
    padding: 0 10px;
    box-shadow: 5px 5px 0 #7E3D00;

}

.sub-text p {
    width: auto;
}

.section02 {
    margin-top: 150px;
}

.section02 .container {
    display: flex;
}

.section02-right {
    width: 60%;
    margin-left: -50px;
}
.sec02-headline h1 {
    font-size: 40px;
    background-image: url(../slices/sec02/header-ng.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    padding-left: 26px;
    padding-right: 80px;

}

.sec02-headline h1 span {
    font-size: 64px;
}

.sec02-headline p {
    font-size: 36px;
    font-weight: 750;
    -webkit-text-stroke: thin;
    padding-left: 60px;
}

.sec02-content {
    padding-left: 90px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.sec02-content ul li {
    list-style: none;
    font-size: 40px;
    font-weight: 700;
    margin: 10px 0;
    position: relative;
    z-index: 1;
}

.sec02-content ul li::after {
    content: '';
    position: absolute;
    width: 93%;
    height: 40%;
    background-color: #F9E102;
    bottom: 5px;
    right: 0;
    z-index: -1;
}

.sec02-content ul li::before {
    font-family: 'FontAwesome';
    content: '\f14a';
    font-size: 36px;
    color: #C50C00;
    margin-right: 15px;
    
}


.sec02-content p {
    font-size: 32px;
    font-weight: 600;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.sec02-content p::before {
    font-family: 'FontAwesome';
    content: '\f111';
    font-size: 11px;
    margin: 10px;

}

.sec02-content p span {
    font-size: 48px;
    font-weight: 750;
    position: relative;
    z-index: 0;
}

.sec02-content p span::after {
    font-family: 'FontAwesome';
    content: '\f111';
    font-size: 11px;
    color: #C50C00;
    position: absolute;
    bottom: 0;
    left: 45%;
    z-index: -1;
}

.sec02-price {
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    background-color: #C50C00;
    padding: 15px 20px;
    margin: 10px;
    
}

.price-num {
    font-size: 92px;
    font-weight: 750;
    position: relative;
    z-index: 1;
}

.price-num::after {
    content: '';
    background-color: #F9E102;
    width: 100%;
    height: 10%;
    position: absolute;
    bottom: 10px;
    left: 0;
    z-index: -1;

}

.section03 {
    margin-top: 150px;
}
.section03 .container {
    border: 2px solid #C50C00;
    border-radius: 20px;
    padding: 0 50px;
    padding-bottom: 45px;
    width: 75%;
    margin: 0 auto;
    background-image: url(../slices/sec03/bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 55%;
    background-color: #fff;
}
.border-design {
    border: 2px solid #C50C00;
}
.sec03-logo img {
    width: auto;
}

.sec03-logo {
    background-image: url(../slices/sec03/headline-bg01.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 35px 0;
    transform: translate(0, -65px);
}


.work-quality {
    margin-bottom: 60px;
}
.work-quality ul{
 display: flex;
 justify-content: space-around;
 align-items: center;
}

.work-quality ul li {
    font-size: 28px;
    font-weight: 700;
    list-style: none;
}

.work-quality ul li::before {
    font-family: 'FontAwesome';
    font: var(--fa-font-regular);
    content: '\f14a';
    margin-right: 10px;
    color: #C50C00;
}

.service-fee-headline {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 30px;
}

.service-fee-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.fee-list-box {
    max-width: 346px;
    width: 100%;
    height: 190px;
    border: 1px solid #C50C00;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
   
}
.fee-list-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.box-title {
    background-color: #C50C00;
    padding: 10px 0;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    margin-top: 16px;
    width: 100%;
    text-align: center;
}

.box-price {
    font-size: 36px;
    
}

.tax-include, .box-price {
    color: #C50C00;
    font-weight: 700;
}

.free {
    font-size: 36px;
    font-weight: 700;
    color: #C50C00;
   
}

.box-content {
    font-weight: 700;
    text-align: center;
}
.circle-plus {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 700;
    color: #C50C00;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    border: 1px solid #C50C00;
    background-color: #fff;
    -webkit-text-stroke: thin;
}

.circle-plus01 {
    left: 341px;
}

.circle-plus02 {
    right: 341px;
}

.polygon {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.polygon-container {
    max-width: 200px;
    width: 100%;
   margin: 0 auto;
}

.polygon-container img{
    width: 100%;
    
}

.fee-table {
    border: 1px solid #C50C00;
}

.fee-table_row {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #C50C00;
    background-color: #fff;
    padding: 10px 30px;
}

.fee-table_row p {
    font-size: 24px;
    font-weight: 700;
}

.bubble-text-container {
    display: flex;
    width: 80%;
    margin: 0 auto;

}

.bubble-text {
    background-image: url(../slices/sec03/headline-bg02.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 315px;
    height: 95px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 15px;
    transform: translate(10px, 16px);
}

.bubble-text span {
    padding: 2px 9px;
    border-radius: 50px;
    background-color: #C50C00;
    color: #fff;
    margin-right: 12px;
}

.fee-table_row-bottom {
    background-color: #C50C00;
    color: #fff;
}

.step-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 15px 0;
   
    background-color: #FCE7E6;
    margin: 15px 0;
}

.polygon-steps {
    display: flex;
    justify-content: center;
}
.polygon-steps img {
    width: 80px;
    
}


.steps-list {
    margin-top: 60px;
}

.steps-headline {
    font-size: 24px;
    font-weight: 700;
}

.step-num {
    color: #fff;
    padding: 5px 13px;
    background-color: #C50C00;
    border-radius: 50px;
    font-weight: 700;
}

.step-text {
    text-align: center;
    margin-top: 15px;
    font-size: 20px;
    font-weight: 700;
}

.tel-num {
    font-size: 14px;
    color: #C50C00;
    font-weight: 800;
    margin-top: 20px;
}

.tel-num::before {
    font-family: 'FontAwesome';
    content: '\f095';
    font-size: 14px;
    color: #C50C00;
    margin-right: 10px;
}

.section04 {
    margin-top: 150px;
}

.section04 .container {
    width: 75%;
    margin: 0 auto;
}

.section05 {
    margin-top: 150px;
}

.section05 .container {
    width: 75%;
    margin: 0 auto;
}

.contact-headline {
    font-size: 48px;
    font-weight: 700;
    text-shadow: 5px 5px 0 #F9E102;
    color: #7E3D00;
}

.contact-num {
    font-size: 110px;
    font-weight: 700;
    margin-bottom: 40px;
    text-shadow: 5px 5px 0 #F9E102;
    color: #7E3D00;
}
.contact-text {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
}

.section-contact {
    margin-top: 150px;
}
.section-contact .container {
    background-image: url(../slices/contact/contact-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 130px 0;
    width: 80%;
    margin: 0 auto;
    position: relative;
}

.contact-vector {
    position: absolute;
    top: 15%;
    left: 5%;
}

.section06 {
    margin-top: 150px;
}

.section06 .container {
    width: 80%;
    margin: 0 auto;
}
.sec06-headline {
    font-size: 40px;
    font-weight: 700;
    background-image: url(../slices/sec06/headline-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 80%;
    margin: 0 auto;
    padding: 25px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}


.sec06-headline img {
    width: auto;
    margin-right: 20px;
    
}

.sec06-content {
    display: flex;
}

.sec06-column {
    width: 45%;
    margin: 0 auto;
}

.column-headline-container {
    display: flex;
    align-items: flex-start;
}

.sec06-column-headline {
    width: 481px;
    height: 140px;
    background-image: url(../slices/sec03/headline-bg02.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 32px;
    font-weight: 700;
    padding-bottom: 20px;
    transform: translate(0, 30px);
    letter-spacing: 9.6px;
}

.column-headline {
    display: flex;
    align-items: center;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
}

.column-headline img {
    width: auto;
    margin-right: 15px;
}

.sec06-column-text {
    padding: 60px 30px;
    padding-bottom: 30px;
    margin-top: 60px;
    border-radius: 20px;
    border: 2px solid #C50C00;
    background-color: #fff;
}

.column-text {
    margin-bottom: 30px;
}

.section07 {
    margin-top: 150px;
}

.section07 .container {
    width: 80%;
    margin: 0 auto;
}

.faq-headline {
    position: relative;
    font-size: 36px;
    font-weight: 700;
    width: 565px;
    height: 170px;
    background-image: url(../slices/sec07/title-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 20px;
    transform: translate(0, 20px);
    z-index: 1;
}

details {
    border: 2px solid #C50C00;
    background-color: #FCE7E6;
    border-radius: 10px;
    padding: 0 30px;
    margin-bottom: 30px;
    position: relative;
}

summary::after {
    font-family: 'FontAwesome';
    content: '\f055';
    position: absolute;
    right: 30px;
    font-size: 20px;
    top: 35%;
    color: #C50C00;
}

details[open] summary::after {
    font-family: 'FontAwesome';
    content: '\f056';
    position: absolute;
    right: 30px;
    font-size: 20px;
    color: #000;
    top: 15%;
}

summary {
    padding: 15px 0;
    font-weight: 500;
}

summary::-webkit-details-marker { 
    display: none 
}

summary span {
    font-size: 20px;
    font-weight: 700;
    color: #C50C00;
    margin-right: 20px;
}
details p {
    padding: 20px 0;
    border-top: 1px dashed #000;
    color: #C50C00;
    font-weight: 700;
}

details p span {
    font-size: 20px;
    font-weight: 700;
    margin-right: 20px;
}

details > summary {
    list-style: none;
}

details ul {
    padding-bottom: 30px;
}

details ul li {
    list-style: none;
}


details ul li a {
    color: #C50C00;
}

.footer {
    padding-top: 100px;
}

.footer .container {
    width: 100%;
    margin: 0 auto;
}

.top-footer {
    display: flex;
    width: 90%;
    margin: 0 auto;
    justify-content: space-between;
    background-image: url(../slices/footer/footer-vector.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: -131px;
}

.top-footer_left {
    width: 40%;
   
}



.top-footer_right {
    width: 40%;
    position: relative;
}

.chef-vector {
    padding-top: 100px;
    position: relative;
}

.chef-vector img {
    width: auto;
    display: block;
}

.bubble-text-vector {
    position: absolute;
    top: 75px;
    right: -30%;
}
.bubble-text-vector img{
    width: auto;
}

.vector06 img, .vector07 img {
    width: auto;
}

.vector07{
    position: absolute;
    right: -7%;
    top: 30%;
}

.bottom-footer {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    background-image: url(../slices/footer/footer-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 280px;
    padding-left: 60px;
    padding-right: 30px;
    padding-bottom: 12px;
    padding-top: 30px;

}
.bottom-footer_mid {
    font-size: 48px;
    font-weight: 700;
    display: flex;
    align-items: center;
    color: #fff;
    
}

.bottom-footer_mid img{
    width: auto;
}

.footer-num {
    font-size: 48px;
    font-weight: 700;
    color: #C50C00;
    position: relative;
}

.footer-num i {
    transform: scaleX(-1);
    margin-right: 10px;
}

.footer-num-text {
    color: #C50C00;
    font-weight: 700;
    margin-bottom: -20px;
}



.footer-bg {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-image: url(../slices/footer/text-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 40px 80px;
    transform: translate(0, -30px);
}

.bottom-footer_left a {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
}

.bright-info-link::after {
    font-family: 'FontAwesome';
    content: '\f08e';
    font-size: 20px;
    margin-left: 10px;
}

.bottom-footer_left ul {
    border-left: 1px solid #fff;
    color: #fff;
    margin-left: 20px;
}

.bottom-footer_left ul li {
    font-size: 14px;
    list-style: none;
    font-weight: 700;
}
.bottom-footer_left ul li span {
    margin-left: 10px;
}

.bottom-footer_left ul li:nth-child(3) a {
    font-size: 14px;
}


@media (max-width: 1490px) {
    .mv_right-content {
        transform: translate(0, 0);
    }

    .mv_left {
        width: 50%;
    }

    

    .section02 .container {
        width: 90%;
    }

    .section03 .container {
        width: 80%;
    }

    .fee-list-box {
        width: 30%;
    }

    .circle-plus01 {
        left: 30%;
    }

    .circle-plus02 {
        right: 30%;
    }
    

    .footer-bg {
        padding: 60px 50px;
    }
}

@media (max-width: 1280px) {

    .mv_right {
        margin-left: -18%;
    }

    .headline02 {
        font-size: 42px;
    }

    .headline03 {
        font-size: 38px;
    }

    .vector01 {
        max-width: 200px;
    }

    .vector02 {
        max-width: 280px;
    }

    .section02 .container{

        justify-content: space-between;
    }
    .sub-text {
        right: -8px;
        bottom: 20%;
    }

    .sub-text p{
        font-size: 16px;

    }
    .sec02-headline h1 {
        font-size: 24px;
    }
    
    .sec02-content ul li::before {
        font-size: 24px;
    }

    .sec02-content ul li {
        font-size: 24px;
    }

    .sec02-content {
        padding-left: 60px;
    }
    .sec02-headline p {
        font-size: 28px;
    }

    .sec02-content p {
        font-size: 26px;
    }

    .sec02-content p span  {
        font-size: 28px;
    }

    .sec02-price {
        font-size: 26px;
    }

    .price-num {
        font-size: 68px;
    }

    .section02-right {
        width: 50%;
    }

    .chef-vector {
        width: 350px;
    }

    .chef-vector img {
        width: 100%;
    }

    .bubble-text-vector {
        
        right: -57%;
        width: 250px;
    }

    .vector06 {
        width: 200px;
    }

    .vector06 img {
        width: 100%;
    }

    .vector07 {
        width: 300px;
    }

    .vector07 img {
        width: 100%;
    }

    .footer-num {
        font-size: 38px;
    }

    .bottom-footer {
        font-size: 18px;
        margin-top: -103px;
    }

    .bottom-footer_left ul li {
        font-size: 12px;
    }

    .bottom-footer_left ul li:nth-child(3) a {
        font-size: 12px;
    }
}

@media (max-width: 1080px) {

    .mv_right-content {
        padding: 130px 0;
    }

    .headline01 {
        font-size: 22px;
    }
    .headline02 {
        font-size: 34px;
    }

    .headline03 {
        font-size: 28px;
    }

    .headline04 {
        font-size: 24px;
    }

    .vector01 {
        max-width: 150px;
    }

    .vector02 {
        max-width: 200px;
    }

    .section02-img img {
        width: 100%;
    }

    .section02 .container{
        flex-direction: column;
    }

    .section02-left {
        margin: 0 auto;
    }
    .sub-text {
        right: 30px;
        bottom: 12%;
        align-items: center;
    }
    .sub-text p {
        font-size: 12px;
    }

    .section02-right {
        width: 80%;
        margin: 0 auto;
    }

    .sec02-headline p {
        font-size: 36px;
    }

    .sec02-content ul li {
        font-size: 40px;
    }

    .sec02-price {
        font-size: 26px;
    }

    .price-num {
        font-size: 68px;
    }

    .sec02-content p  {
        font-size: 22px;
    }

    .sec02-content ul li {
        font-size: 26px;
    }
    .work-quality ul li{
        font-size: 18px;
    }
    .service-fee-headline {
        font-size: 18px;
    }

    .section03 .container {
        padding: 0 10px;
        width: 90%;
    }

    .contact-headline {
        font-size: 36px;
    }

    .contact-num {
        font-size: 68px;
        margin-bottom: 15px;
    }

    .column-headline-container {
        margin-bottom: -10px;
        position: relative;
    }

    .sec06-column-headline {
        height: auto;
        padding-top: 20px;
        padding-bottom: 40px;
        transform: translate(0, 0);
    }

    .sec06-headline {
        font-size: 26px;
    }

    .section06 .container {
        width: 90%;
    }

    .top-footer {
        margin-bottom: -99px;
    }

    .footer-num-text {
        font-size: 12px;
        margin-bottom: 0;
    }

    .footer-num {
        font-size: 28px;
    }

    .bottom-footer_right {
        width: 35%;
    }

    .bottom-footer_mid {
        font-size: 36px;
    }

    .bottom-footer_left a {
        font-size: 18px;
    }

    .bottom-footer_left ul li {
        font-size: 12px;
    }

    .bottom-footer {
        height: 200px;
        margin-top: -86px;
        padding-left: 20px;
    }
    .bottom-footer_left a::after {
        font-size: 12px;
    }
    .footer-bg {
        padding: 40px 30px;
    }

    .bottom-footer_mid img {
        width: 50px;
    }

    .bottom-footer_mid {
        font-size: 26px;
    }

    .chef-vector {
        width: 250px;
    }

    .bubble-text-vector {
        width: 200px;
    }

    .contact-vector {
        max-width: 90px;
        top: 25%;
        left: 3%;
    }

    .headline02 {
        letter-spacing: 6px;
    }
    
    
    
}


@media (max-width: 780px) {

    .main_header .container {
        padding: 20px;
    }

    .logo {
        max-width: 150px;
    }

    .tele-btn {
        padding: 10px 30px;
        font-size: 12px;
    }

    .tele-btn i {
        margin-right: 10px;
    }

    .section02 {
       margin-top: 50px;
    }

    .sec02-headline h1 {
        padding-right: 10px;
    }
    
    .sec02-headline p {
        padding-left: 30px;
    }
    .sec02-content {
        padding-left: 30px;
    }

    .sec02-headline h1 span {
        font-size: 52px;
    }

    .sec03-logo img {
        max-width: 140px;
    }
    .headline01 {
        font-size: 14px;
    }

    .headline02 {
        font-size: 24px;
    }

    .headline03 {
        font-size: 20px;
        padding: 10px;
    }

    .headline04 {
        font-size: 16px;
    }

    .vector01 {
        max-width: 100px;
    }

    .vector02 {
        max-width: 150px;
    }

    .box-title {
        font-size: 18px;
    }

    .section02-right {
        width: 100%;
    }
    .box-price, .free, .box-content {
        font-size: 16px;
    }

    .circle-plus {
        width: 35px;
        height: 35px;
    }

    .fee-list-box {
        height: 150px;
    }

    .box-content {
        padding-top: 10px ;
    }

    .faq-headline {
        width: 320px;
        font-size: 24px;
    }

    .contact-headline {
        font-size: 26px;
    }

    .contact-num {
        font-size: 46px;
        text-shadow: 2px 1px 0 #F9E102;
    }

    .contact-text {
        font-size: 14px;
    }

    .contact-vector {
        width: 80px;
        top: 26%;
    }

    .fee-name {
        font-size: 14px;
    }

    .fee-table_row p{
        font-size: 14px;
    }

    .step-text {
        font-size: 14px;
    }

    .section-contact, .section06 {
        margin-top: 50px;
    }

    .sec06-content {
        flex-direction: column;
        gap: 30px;
    }

    .sec06-column {
        width: 80%;
    }

    .sec06-column-headline {
        font-size: 24px;
    }

    .sec06-column-headline {
        width: 320px;
    }

    .chef-vector {
        width: 200px;
        padding-top: 0;
    }

    .bubble-text-vector {
        width: 150px;
        top: 30px;
    }

    .vector06 {
        width: 150px;
    }

    .vector07 {
        width: 200px;
    }

    .contact-num {
        margin-bottom: 20px;
    }

    .top-footer {
        margin-bottom: 0;
    }

    

    .bottom-footer {
        padding: 10px;
    }
    .bottom-footer_mid img {
        width: 40px;
    }

    .bottom-footer_mid {
        font-size: 26px;
    }

    

    .bottom-footer {
        height: 170px;
        margin-top: -77px;
    }

    .footer {
        padding-top: 0;
    }

    .bottom-footer {
        background-image: none;
        padding: 0;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-top: 0;
        height: auto;
        background-color: #C50C00;
        padding: 20px 0;
        gap: 20px;
    }

    .top-footer_right {
        width: 70%;
        margin: 0 auto;
    }

    .bottom-footer_right {
        width: 90%;
    }

    .footer-bg {
        height: auto;
        transform: translate(0, 0);
        padding: 20px 0;
        
    }

    .bottom-footer_left ul {
        display: flex;
        flex-wrap: wrap;
        border-left: none;
        gap: 10px;
    }

    .bottom-footer_left a {
        display: flex;
        justify-content: center;
    }

    .mv_right-content {
        padding: 90px 0;
    }

    .top-footer {
        flex-direction: column-reverse;
    }

    .top-footer_left {
        margin: 0 auto;
    }
    .section03, .section04, .section05, .section-contact, .section06 {
        margin-top: 50px;
    }
}

@media (max-width: 590px) {
    .headline01 {
        font-size: 12px;
    }

    .headline02 {
        font-size: 16px;
        letter-spacing: normal;
    }

    .headline03 {
        font-size: 14px;
        padding: 5px;
        margin: 10px 0;
    }
    .vector01 {
        max-width: 60px;
    }

    .vector02 {
        max-width: 80px;
    }

    details {
        padding: 0 10px;
        font-size: 12px;
    }
    summary {
        padding-right: 20px;
    }
    
}


@media (max-width: 490px) {

    .main_header .container {
        padding: 20px;
    }

    .logo {
        max-width: 120px;
    }

    .tele-btn {
        padding: 10px 20px;
        font-size: 12px;
    }

    .mv_right-content {
        padding: 65px 0;
    }


    .faq-headline {
            width: 280px;
    }
    .section02 {
        margin-top: 50px;
    }


    .sub-text p {
        font-size: 12px;
    }

    .sec02-headline h1 {
        padding: 0;
        font-size: 18px;
        text-align: center;
    }

    .sec02-headline h1 span {
        font-size: 34px;
    }
    .section02-right {
        width: 100%;
    }
    .section02-left {
        width: 80%;
    }

    .sec02-headline p {
        font-size: 24px;
        padding-left: 15px;
    }

    .sec02-content {
        padding-left: 20px;
    }
    .sec02-content ul li {
        font-size: 18px;
    }

    .sec02-content ul li::after {
        width: 90%;
    }

    .sec02-content p {
        font-size: 24px;
    }

    .price-num {
        font-size: 36px;
    }

    .sec02-price {
        font-size: 20px;
        margin: 5px;
    }

    .sec03-logo {
        background-size: contain;
        padding: 15px 0;
        transform: translate(0 ,-28px);

    }

    .sec03-logo img {
        width: 90px;
        
    }

    .work-quality ul li::before {
        margin: 0;
        font-size: 25px;
    }

    .work-quality ul li {
        font-size: 12px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        gap: 5px;
        width: 25%;
    }

    .box-title {
        font-size: 14px;
    }

    .box-price, .tax-include {
        font-size: 12px;
    }

    .box-content {
        font-size: 12px;
    }

    .circle-plus {
        width: 25px;
        height: 25px;
    }

    .polygon-container {
        max-width: none;
        width: 30%;
    }

    .step-text {
        font-size: 12px;
    }

    
    .sec06-headline {
        width: 100%;
        font-size: 18px;
    }

    .sec06-headline img {
        width: 20px;
    }
    .sec06-column {
        width: 90%;
    }

    .column-text {
        font-size: 12px;
    }

    details[open] summary::after {
        right: 10px;
        top: 16px;
    }

    summary::after {
        right: 10px;
    }
    .contact-vector {
        width: 46px;
        top: 17%;
    }
    .section-contact .container{
        padding: 30px 0;
    }

    .contact-headline {
        font-size: 18px;
        text-shadow: 1px 1px 0 #F9E102;
    }
    .contact-num {
        font-size: 32px;
        margin-bottom: 10px;
    }

    .contact-text {
        font-size: 9px;
    }
    .footer {
        padding-top: 50px;
    }
    .bubble-text-vector {
        width: 120px;
        top: 45px;
        right: -65px;
    }

    .chef-vector {
        width: auto;
        padding-top: 50px;
    }

    .top-footer_left {
        width: 50%;
    }

    .footer-num {
        font-size: 26px;
    }
    
    .section07 {
        margin-top: 50px;
    }

    .bottom-footer_left a{
        align-items: center;
    }

    .bottom-footer_left a::after {
        font-size: 16px;
    }

    .bottom-footer {
        padding: 20px;
    }

    .bottom-footer ul {
        margin-right: 0;
    }   
    
    .sec06-column-text {
        margin-top: 20px;
    }
    
}