@charset "utf-8";

/***************************************************************************
*
* INDEX STYLE
*
***************************************************************************/
#content {
    overflow: hidden;
}

/* sectionMain */
.sectionMain {}

.sectionMain .wrapMain {}

.sectionMain .wrapMain .boxMain {}

.sectionMain .wrapMain .boxMain .mainPhoto {}

.sectionMain .wrapMain .boxMain .mainPhoto img {
    width: 100%;
    aspect-ratio: 1920/882;
    object-fit: cover;
    object-position: center;
}

/* sectionBanner */
.sectionBanner {
    background: #ffffff;
    padding: 81px 0 20px;
}

.sectionBanner .inner {
    max-width: 1120px;
}

.sectionBanner .wrapBanner {}

.sectionBanner .wrapBanner .tabListBanner {
    display: flex;
}

.sectionBanner .wrapBanner .tabListBanner li {
    width: calc(100%/3);
    height: auto;
}

.sectionBanner .wrapBanner .tabListBanner li a {
    font-size: 20px;
    font-weight: 900;
    text-align: center;
    padding: 4px 10px;
    background: #ffffff;
    display: block;
    border-radius: 20px 20px 0 0;
    border: 1px solid #e50011;
    border-bottom: 0;
    letter-spacing: 2px;
    height: 100%;
}

.sectionBanner .wrapBanner .tabListBanner li.active a {
    background: #e50011;
    color: #ffffff;
}
.sectionBanner .wrapBanner .tabListBanner li:nth-child(2).active a {
    background: #006b3e;
    border-color: #006b3e;
}
.sectionBanner .wrapBanner .tabListBanner li:nth-child(3).active a {
    background: #0078bf;
    border-color: #0078bf;
}

.sectionBanner .wrapBanner .contentTabBanner {
    background: #ffffff;
    border: 1px solid #e50011;
    border-radius: 0 0 20px 20px;
    padding: 0;
}

.sectionBanner .wrapBanner .contentTabBanner .wrapBannerItem {
    display: none;
    border-radius: 0 0 10px 10px;
}

.sectionBanner .wrapBanner .contentTabBanner .wrapBannerItem.active {
    display: block;
}

.sectionBanner .wrapBanner .contentTabBanner .wrapBannerItem .bannerItemPhoto {
    border-radius: 0 0 20px 20px;
    padding: 4px 4px;
    display: block;
}

.sectionBanner .wrapBanner .contentTabBanner .wrapBannerItem .bannerItemPhoto img {
    width: 100%;
    border-radius: 15px 15px 20px 20px;
    border: 3px solid #ffffff;
}

/* sectionFee */
.sectionFee {
    padding: 16px 0 41px;
    background: #ffffff;
}

.sectionFee .inner {
    max-width: 1120px;
}

.sectionFee .wrapFee {
    background: #e50011;
    border-radius: 32px;
    padding: 40px 40px 90px;
    position: relative;
    margin-bottom: 37px;
}

.sectionFee .wrapFee:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 35px solid transparent;
    border-right: 35px solid transparent;
    border-top: 43px solid #e50011;
    bottom: -42px;
    left: 51.8%;
    transform: translateX(-50%);
}

.sectionFee .wrapFee .titleFee {
    max-width: 800px;
    margin: 0px auto -10px;
    width: 100%;
}

.sectionFee .wrapFee .titleFee img {
    width: 100%;
}

.sectionFee .wrapFee .boxFee {
    background: #ffffff;
    padding: 40px 20px 0;
    border-radius: 15px;
    position: relative;
}

.sectionFee .wrapFee .boxFee .contentFee {
    margin-bottom: 71px;
    padding: 0 20px;
}

.sectionFee .wrapFee .boxFee .titleFeeItem {
    font-size: 24px;
    font-weight: 900;
    color: #ffffff;
    text-align: center;
    background: #e50011;
    padding: 3px 20px 3px;
    border-radius: 20px;
    margin-bottom: 20px;
    line-height: 1.3;
    letter-spacing: 0.8px;
}

.sectionFee .wrapFee .boxFee .listFee {
    display: flex;
    flex-wrap: wrap;
    gap: 31px 20px;
}

.sectionFee .wrapFee .boxFee .listFee li {
    width: calc((100% / 4) - 15px);
}

.sectionFee .wrapFee .boxFee .listFee li .boxFeeItem {}

.sectionFee .wrapFee .boxFee .listFee li .boxFeeItem .wrapFeeItemPhoto {
    margin-bottom: 2px;
}

.sectionFee .wrapFee .boxFee .listFee li .boxFeeItem .wrapFeeItemPhoto .feeItemPhoto {}

.sectionFee .wrapFee .boxFee .listFee li .boxFeeItem .wrapFeeItemPhoto .feeItemPhoto img {
    aspect-ratio: 215/117;
    object-fit: cover;
    object-position: bottom;
    width: 100%;
}

.sectionFee .wrapFee .boxFee .listFee li .boxFeeItem .txtFeeItem {
    font-size: 20px;
    font-weight: 500;
    text-align: center;
}

.sectionFee .wrapFee .boxFee .listFeeFlex {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.sectionFee .wrapFee .boxFee .listFeeFlex>li {
    width: 47.9%;
}

.sectionFee .wrapFee .boxFee .listFeeFlex>li .contentFee {
    padding: 0;
    margin-bottom: 0;
}

.sectionFee .wrapFee .boxFee .listFeeFlex>li .listFee {
    gap: 30px 19px;
}

.sectionFee .wrapFee .boxFee .listFeeFlex>li .listFee li {
    width: calc((100%/2) - 9.8px);
}

.sectionFee .wrapFee .boxFee .listFeeFlex>li .listFee li .boxFeeItem .wrapFeeItemPhoto .feeItemPhoto img {
    aspect-ratio: 220/118;
}

.sectionFee .wrapFee .boxFee .listFeeFlex>li.iframeFeeItem03 {}

.sectionFee .wrapFee .boxFee .listFeeFlex>li.iframeFeeItem03 .listFee li {
    width: 100%;
}

.sectionFee .wrapFee .boxFee .listFeeFlex>li.iframeFeeItem03 .listFee li .boxFeeItem .wrapFeeItemPhoto .feeItemPhoto {
    margin-bottom: 10px;
}

.sectionFee .wrapFee .boxFee .listFeeFlex>li.iframeFeeItem03 .listFee li .boxFeeItem .wrapFeeItemPhoto .feeItemPhoto img {
    aspect-ratio: 460 / 140;
    object-position: center;
}

.sectionFee .wrapFee .boxFee .listFeeFlex>li.iframeFeeItem03 .listFee li .boxFeeItem .wrapFeeItemPhoto .feeItemPhoto:nth-child(2) img {
    object-fit: contain;
}

.sectionFee .wrapFee .priceFeePhoto {
    width: calc(100% + 40px);
    margin-left: -20px;
}

.sectionFee .wrapFee .priceFeePhoto img {
    width: 100%;
}

.sectionFee .contentFeeFirst .boxDesFeeFirst {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 43px;
}

.sectionFee .contentFeeFirst .boxDesFeeFirst .desFeeFirstPhoto {
    width: 150px;
    transform: translateY(3px);
}

.sectionFee .contentFeeFirst .boxDesFeeFirst .desFeeFirstPhoto img {
    width: 100%;
}

.sectionFee .contentFeeFirst .boxDesFeeFirst .desFeeFirst {
    font-size: 32px;
    font-weight: 900;
    line-height: 1.45;
    padding: 0px 10px 0;
    max-width: calc(100% - 150px);
    width: auto;
}

.sectionFee .contentFeeFirst .boxDesFeeFirst .desFeeFirst .desFeeFirstRed {
    font-size: 48px;
    color: #e50011;
}

.sectionFee .contentFeeDiff {
    max-width: 1000px;
    margin: 0 auto;
}


.sectionFee .contentFeeDiff .titleFeeDiff {
    font-size: 40px;
    text-align: center;
    background: #e50011;
    color: #ffffff;
    border-radius: 30px;
    padding: 18.5px 10px;
    margin-bottom: 20px;
    position: relative;
}

.sectionFee .contentFeeDiff .titleFeeDiff:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 27px solid transparent;
    border-right: 27px solid transparent;
    border-top: 33px solid #e50011;
    bottom: -22px;
    left: 50%;
    transform: translateX(-50%);
}

.sectionFee .contentFeeDiff .listFeeDiff {
    display: flex;
    flex-wrap: wrap;
    gap: 40px 40px;
}

.sectionFee .contentFeeDiff .listFeeDiff li {
    width: calc((100% / 2) - 20px);
    border-radius: 30px;
    background: #ffdaadff;
    padding: 20px 20px;
    height: 100%;
}

.sectionFee .contentFeeDiff .listFeeDiff li .wrapFeeDiffItem {}

.sectionFee .contentFeeDiff .listFeeDiff li .wrapFeeDiffItem .feeDiffItemPhoto {
    margin-bottom: 20px;
}

.sectionFee .contentFeeDiff .listFeeDiff li .wrapFeeDiffItem .feeDiffItemPhoto img {
    aspect-ratio: 440/240;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.sectionFee .contentFeeDiff .listFeeDiff li .wrapFeeDiffItem .boxFeeDiffItem {}

.sectionFee .contentFeeDiff .listFeeDiff li .wrapFeeDiffItem .boxFeeDiffItem .titleFeeDiffItem {
    font-size: 24px;
    border-radius: 32px;
    background: #ffffff;
    text-align: center;
    padding: 10px 10px 11px;
    font-weight: 900;
    margin-bottom: 19px;
}

.sectionFee .contentFeeDiff .listFeeDiff li .wrapFeeDiffItem .boxFeeDiffItem .desFeeDiffItem {
    font-size: 18px;
    font-weight: 900;
    line-height: 1.44;
}

/* sectionPriceTop */
.sectionPriceTop {
    background: url('../images/index/bg-price-top.webp') no-repeat top center/cover;
    padding: 97px 0 80px;
}

.sectionPriceTop .inner {
    max-width: 1110px;
}

.sectionPriceTop .wrapPriceTop {}

.sectionPriceTop .wrapPriceTop .wrapTitlePriceTop {
    margin-bottom: 22px;
}

.titlePriceTop {
    font-size: 82px;
    font-weight: 900;
    color: #ffffff;
    text-align: center;
    position: relative;
    line-height: 1;
    font-style: italic;
    margin-bottom: 10px;
}

.titlePriceTop:before {
    content: "";
    position: absolute;
    width: calc((100% - 286px)/2);
    height: 4px;
    top: 47%;
    left: 0;
    border: double;
    border-width: 2px 0;
}

.titlePriceTop:after {
    content: "";
    position: absolute;
    width: calc((100% - 286px)/2);
    height: 4px;
    top: 47%;
    right: 0;
    border: double;
    border-width: 2px 0;
}

.titlePriceTop .priceTopAfter {
    display: inline-block;
    padding: 0 30px;
}

.titlePriceTopEn {
    font-size: 29px;
    color: #ffffff;
    font-weight: 900;
    text-align: center;
    line-height: 1;
    letter-spacing: 4px;
}

.sectionPriceTop .wrapPriceTop .boxPriceTop {
    max-width: 1040px;
    margin: 0 auto 0px;
}

.sectionPriceTop .wrapPriceTop .boxPriceTop .iframePriceTop {
    position: relative;
}

.sectionPriceTop .wrapPriceTop .boxPriceTop .iframePriceTop .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: url('../images/index/icon-prev-slider.svg') no-repeat center center/100%;
    border: none;
    font-size: 0;
}

.sectionPriceTop .wrapPriceTop .boxPriceTop .iframePriceTop .slick-prev {
    left: 0;
}

.sectionPriceTop .wrapPriceTop .boxPriceTop .iframePriceTop .slick-next {
    right: 0;
    background-image: url('../images/index/icon-next-slider.svg');
}

.sectionPriceTop .wrapPriceTop .boxPriceTop .iframePriceTop .wrapPriceTopItem {}

.sectionPriceTop .wrapPriceTop .boxPriceTop .iframePriceTop .wrapPriceTopItem .priceTopItemPhoto {}

.sectionPriceTop .wrapPriceTop .boxPriceTop .iframePriceTop .wrapPriceTopItem .priceTopItemPhoto img {
    width: 100%;
}

.sectionPriceTop .wrapPriceTop .boxTxtPriceTop {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
}

.sectionPriceTop .wrapPriceTop .boxTxtPriceTop .txtPriceTopPhoto {
    width: 162px;
    margin-left: -12px;
}

.sectionPriceTop .wrapPriceTop .boxTxtPriceTop .txtPriceTopPhoto img {
    width: 100%;
}

.sectionPriceTop .wrapPriceTop .boxTxtPriceTop .txtPriceTop {
    width: calc(100% - 152px);
    padding: 20px 37px 20px 20px;
    background: #ffffff;
    border-radius: clamp(20px, 3.5vw, 80px);
    font-size: 20px;
    font-weight: 900;
    text-align: justify;
    margin: 25px -11px 25px 0;
    line-height: 1.4;
}

/* sectionCtaTop */
.sectionCtaTop {
    background: #ffffff;
    padding: 80px 0;
}

.sectionCtaTop .inner {
    max-width: 840px;
}

.sectionCtaTop .wrapCtaTop {
    background: #e50011;
    border-radius: 32px;
    border: solid #e50011;
    border-width: 0px 5px 5px;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.2);
}

.sectionCtaTop .wrapCtaTop .titleCtaTop {
    text-align: center;
    color: #ffffff;
    padding: 10px 10px 12px;
    font-size: 32px;
    font-weight: 900;
}

.sectionCtaTop .wrapCtaTop .titleCtaTop .txtColYellow {
    color: #ffe300ff;
}

.sectionCtaTop .wrapCtaTop .boxCtaTop {
    background: #ffffff;
    border-radius: 0 0 26px 26px;
    padding: 20px 20px 10px;
}

.sectionCtaTop .wrapCtaTop .boxCtaTop .ctaTopPhoto {
    max-width: 628px;
    width: 100%;
    margin: 0 auto 10px;
}

.sectionCtaTop .wrapCtaTop .boxCtaTop .ctaTopPhoto img {
    width: 100%;
}

.sectionCtaTop .wrapCtaTop .boxCtaTop .contentCtaTop {
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
    border-radius: 20px;
}

.sectionCtaTop .wrapCtaTop .boxCtaTop .contentCtaTop .titleCtaItem {
    background: rgb(35, 172, 0);
    border-radius: 24px 24px 0px 0px;
    font-size: 24px;
    font-weight: 900;
    text-align: center;
    padding: 8px 10px 9px;
    color: #ffffff;
}

.sectionCtaTop .wrapCtaTop .boxCtaTop .contentCtaTop .iframeCtaTop {
    background: #ffffff;
    padding: 10px 20px;
    border-radius: 0 0 20px 20px;
}

.sectionCtaTop .wrapCtaTop .boxCtaTop .contentCtaTop .iframeCtaTop .listCtaTop {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.sectionCtaTop .wrapCtaTop .boxCtaTop .contentCtaTop .iframeCtaTop .listCtaTop li {
    width: 48.6%;
}

.sectionCtaTop .wrapCtaTop .boxCtaTop .contentCtaTop .iframeCtaTop .listCtaTop li a {
    border-radius: 32px;
    box-shadow: 4px 4px 0px #000000;
    border: 5px solid #ffffff;
    color: #ffffff;
    font-weight: 900;
    text-align: center;
    padding: 9px 20px;
    height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.sectionCtaTop .wrapCtaTop .boxCtaTop .contentCtaTop .iframeCtaTop .listCtaTop li.ctaTel a {
    background: #e50011;
}

.sectionCtaTop .wrapCtaTop .boxCtaTop .contentCtaTop .iframeCtaTop .listCtaTop li.ctaContact a {
    background: #00a134ff;
}

.sectionCtaTop .wrapCtaTop .boxCtaTop .contentCtaTop .iframeCtaTop .listCtaTop li a .subCtaTop {
    font-size: 16px;
    background: #ffe300ff;
    line-height: 1.2;
    padding: 2.5px 10px 3.5px;
    border-radius: 20px;
    color: #e50011;
    width: 100%;
    margin-bottom: 8px;
    position: relative;
}

.sectionCtaTop .wrapCtaTop .boxCtaTop .contentCtaTop .iframeCtaTop .listCtaTop li.ctaContact a .subCtaTop {
    background: #ffffff;
    color: #00a134ff;
}

.sectionCtaTop .wrapCtaTop .boxCtaTop .contentCtaTop .iframeCtaTop .listCtaTop li a .telCtaTop {
    font-size: 24px;
    line-height: 1;
    letter-spacing: 3px;
}

.sectionCtaTop .wrapCtaTop .boxCtaTop .contentCtaTop .iframeCtaTop .listCtaTop li a .txtCtaTop {
    font-size: 24px;
    line-height: 1;
    position: relative;
}

.sectionCtaTop .wrapCtaTop .boxCtaTop .contentCtaTop .iframeCtaTop .txtCloseDays {
    margin-bottom: 7px;
}

.sectionCtaTop .wrapCtaTop .boxCtaTop .contentCtaTop .iframeCtaTop .txtCloseDays a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #ee007dff;
    color: #ffffff;
    font-size: 24px;
    font-weight: 900;
    border-radius: 32px;
    padding: 10px 20px;
    box-shadow: 4px 4px 0px #000000;
    border: 5px solid #ffffff;
    line-height: 1;
}
.sectionCtaTop .wrapCtaTop .boxCtaTop .contentCtaTop .iframeCtaTop .txtCloseDays a .bgTxtCloseDay {
    position: relative;
}

.sectionCtaTop .wrapCtaTop .boxCtaTop .contentCtaTop .iframeCtaTop .noteCtaTop {
    font-size: 14px;
    font-weight: 900;
    text-align: center;
}

/* sectionProblems */
.sectionProblems {}

.sectionProblems .problemsPhoto {
    background: linear-gradient(180deg, #8c8c8cff 0%, #c8c8c8ff 100%);
    text-align: center;
    padding: 80px 0 0px;
    position: relative;
}

.sectionProblems .problemsPhoto img {
    width: 1140px;
    padding: 0 30px;
    max-width: calc(100% - 160px);
}

.sectionProblems .inner {
    max-width: 1120px;
}

.sectionProblems .wrapProblems {
    padding: 76.5px 0 81px;
    background: url(../images/index/bg-problems.webp) repeat top center/cover;
    position: relative;
}

.sectionProblems .wrapProblems:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 32px solid transparent;
    border-right: 32px solid transparent;
    border-top: 39px solid #c8c8c8ff;
    top: 0;
    left: 52.1%;
    transform: translateX(-50%);
}

.sectionProblems .wrapProblems .boxProblems {
    padding: 0;
}

.sectionProblems .wrapProblems .boxProblems .titleProblems {
    font-size: 82px;
    font-weight: 900;
    text-align: center;
    font-style: italic;
    color: #ffffff;
    margin-bottom: 83px;
    line-height: 1;
    letter-spacing: 1px;
}

.sectionProblems .wrapProblems .boxProblems .listProblems {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 20px;
    margin-bottom: 11px;
    padding: 0 40px;
}

.sectionProblems .wrapProblems .boxProblems .listProblems li {
    background: #ffdaadff;
    padding: 20px 20px;
    border-radius: 30px;
    position: relative;
    width: calc((100%/3) - 17px);
}

.sectionProblems .wrapProblems .boxProblems .listProblems li .numProblems {
    position: absolute;
    top: -40px;
    left: -40px;
    width: 120px;
}

.sectionProblems .wrapProblems .boxProblems .listProblems li .numProblems img {}

.sectionProblems .wrapProblems .boxProblems .listProblems li .boxProblemItem {}

.sectionProblems .wrapProblems .boxProblems .listProblems li .boxProblemItem .problemsItemPhoto {
    margin-bottom: 20px;
}

.sectionProblems .wrapProblems .boxProblems .listProblems li .boxProblemItem .problemsItemPhoto img {
    aspect-ratio: 276/210;
    object-fit: cover;
    object-position: center;
    width: 100%;
}

.sectionProblems .wrapProblems .boxProblems .listProblems li .contentProblemItem {}

.sectionProblems .wrapProblems .boxProblems .listProblems li .contentProblemItem .titleProblemItem {
    font-size: 24px;
    font-weight: 900;
    color: #ffffff;
    text-align: center;
    background: #e50011;
    border-radius: 32px;
    padding: 9px 15px 11px;
    line-height: 1.6;
    margin-bottom: 19px;
}

.sectionProblems .wrapProblems .boxProblems .listProblems li .contentProblemItem .txtProblemItem {
    font-size: 18px;
    font-weight: 900;
    text-align: justify;
    line-height: 1.4;
}

.sectionProblems .wrapProblems .boxProblems .noteProblems {
    font-size: 16px;
    font-weight: normal;
    color: #ffffff;
    text-align: right;
    line-height: 1.4;
    letter-spacing: 0.1px;
    padding: 0 40px;
}

/* sectionVoice */
.sectionVoice {
    background: #e50011;
}

.sectionVoice .problemsPhoto {}

.sectionVoice .problemsPhoto img {
    width: 100%;
    aspect-ratio: 1905 / 591;
    object-fit: cover;
    object-position: center;
}

.sectionVoice .inner {
    max-width: 1266px;
}

.sectionVoice .wrapVoice {}

.sectionVoice .wrapVoice .boxVoice {
    padding: 56px 0 40px;
}

.sectionVoice .wrapVoice .boxVoice .wrapTitlePriceTop {
    margin-bottom: 24px;
}

.sectionVoice .wrapVoice .boxVoice .wrapTitlePriceTop .titlePriceTop {}

.sectionVoice .wrapVoice .boxVoice .wrapTitlePriceTop .titlePriceTop:before {
    width: calc((100% - 451px) / 2);
    top: 50%;
}

.sectionVoice .wrapVoice .boxVoice .wrapTitlePriceTop .titlePriceTop:after {
    width: calc((100% - 451px) / 2);
    top: 50%;
}

.sectionVoice .wrapVoice .boxVoice .wrapTitlePriceTop .titlePriceTop .priceTopAfter {}

.sectionVoice .wrapVoice .boxVoice .wrapTitlePriceTop .titlePriceTopEn {}

.sectionVoice .wrapVoice .boxVoice .wrapTitleSmall {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    margin-bottom: 40px;
}

.sectionVoice .wrapVoice .boxVoice .wrapTitleSmall .titleSmallVoiceBefore {
    width: 200px;
}

.sectionVoice .wrapVoice .boxVoice .wrapTitleSmall .titleSmallVoiceBefore img {}

.sectionVoice .wrapVoice .boxVoice .wrapTitleSmall .titleSmallVoiceAfter {
    width: 200px;
}

.sectionVoice .wrapVoice .boxVoice .wrapTitleSmall .titleSmallVoiceAfter img {}

.sectionVoice .wrapVoice .boxVoice .boxTitleSmall {
    position: relative;
}

.sectionVoice .wrapVoice .boxVoice .boxTitleSmall .titleSmallVoice {
    font-size: 48px;
    font-weight: 900;
    text-align: center;
    color: #ffe300ff;
    margin-bottom: 0;
    line-height: 1.2;
}

.sectionVoice .wrapVoice .boxVoice .boxTitleSmall .subSmallVoice {
    font-size: 28px;
    text-align: center;
    color: #ffffff;
    font-weight: 900;
}

/* .sectionVoice .wrapVoice .boxVoice .iframeVocie {
    width: 100%;
    overflow-x: auto;
    max-width: 1120px;
    margin: 0 auto;
}

.sectionVoice .wrapVoice .boxVoice .iframeVocie::-webkit-scrollbar {
    height: 10px;
}

.sectionVoice .wrapVoice .boxVoice .iframeVocie::-webkit-scrollbar-track {
    background: #ffffff;
    border-radius: 5px;
}

.sectionVoice .wrapVoice .boxVoice .iframeVocie::-webkit-scrollbar-thumb {
    background: #cccccc;
    border-radius: 5px;
}

.sectionVoice .wrapVoice .boxVoice .iframeVocie .listVoice {
    display: flex;
    width: max-content;
    align-items: center;
    gap: 34px;
}

.sectionVoice .wrapVoice .boxVoice .iframeVocie .listVoice>li {
    width: 662px;
    border-radius: 16px;
    padding: 0 30px 30px 0;
} */
 .sectionVoice .wrapVoice .boxVoice .iframeVocie .listVoice .slick-track {
    display: flex;
 }
.sectionVoice .wrapVoice .boxVoice .iframeVocie .listVoice .slick-track>li {
    margin: 0 10px;
    border-radius: 16px;
    padding-bottom: 30px;
    height: auto;
}
.sectionVoice .wrapVoice .boxVoice .iframeVocie .listVoice .slick-track>li .wrapVoiceItem {
    background: #ffffff;
    padding: 15px 16px 17px;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2);
    border-radius: 16px;
    display: block;
    height: 100%;
}

.sectionVoice .wrapVoice .boxVoice .iframeVocie .listVoice .slick-track>li .wrapVoiceItem .voicePhoto {}

.sectionVoice .wrapVoice .boxVoice .iframeVocie .listVoice .slick-track>li .wrapVoiceItem .voicePhoto img {
    width: 100%;
}

.sectionVoice .wrapVoice .boxVoice .iframeVocie .listVoice .slick-track>li .wrapVoiceItem .boxVoiceItem {
    padding: 11px 20px;
}

.sectionVoice .wrapVoice .boxVoice .iframeVocie .listVoice .slick-track>li .wrapVoiceItem .listVoiceItem {
    margin-bottom: 11px;
}

.sectionVoice .wrapVoice .boxVoice .iframeVocie .listVoice .slick-track>li .wrapVoiceItem .listVoiceItem>li {
    margin-bottom: 5px;
    margin-right: 5px;
    display: inline-block;
    text-align: center;
    background: #2f3337;
    font-size: 14px;
    color: #ffffff;
    padding: 3.5px 8px 4.5px;
    border: 1px solid #2f3337;
    line-height: 1;
    font-weight: 900;
    letter-spacing: 0.7px;
}

.sectionVoice .wrapVoice .boxVoice .iframeVocie .listVoice .slick-track>li .wrapVoiceItem .listVoiceItem>li .infoVoiceItem {}

.sectionVoice .wrapVoice .boxVoice .iframeVocie .listVoice .slick-track>li .wrapVoiceItem .txtVoiceItem {
    font-size: 18px;
    font-weight: 900;
    line-height: 1.45;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.sectionVoice .wrapVoice .boxVoice .iframeVocie .slick-controls-voice {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-top: 0;
}

.sectionVoice .wrapVoice .boxVoice .iframeVocie .slick-controls-voice .slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    order: 2;
}

.sectionVoice .wrapVoice .boxVoice .iframeVocie .slick-controls-voice .slick-dots li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ffffff;
    margin: 0 5px;
    cursor: pointer;
}
.sectionVoice .wrapVoice .boxVoice .iframeVocie .slick-controls-voice .slick-dots li.slick-active {
    background: #000000;
}
.sectionVoice .wrapVoice .boxVoice .iframeVocie .slick-controls-voice .slick-dots li button {
    border: none;
    padding: 0;
    font-size: 0;
    width: 100%;
}
.sectionVoice .wrapVoice .boxVoice .iframeVocie .slick-controls-voice .slick-arrow {
    font-size: 0;
    background: transparent;
    border: none;
    position: relative;
    width: 30px;
    height: 30px;
    cursor: pointer;
    padding: 0;
}
.sectionVoice .wrapVoice .boxVoice .iframeVocie .slick-controls-voice .slick-prev {
    order: 1;
}
.sectionVoice .wrapVoice .boxVoice .iframeVocie .slick-controls-voice .slick-prev:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 12px;
    transform: translate(-50%, -50%) rotate(-45deg);
    border-top: 2px solid #ffffff;
    border-left: 2px solid #ffffff;
}
.sectionVoice .wrapVoice .boxVoice .iframeVocie .slick-controls-voice .slick-next {
    order: 3;
}
.sectionVoice .wrapVoice .boxVoice .iframeVocie .slick-controls-voice .slick-next:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 12px;
    transform: translate(-50%, -50%) rotate(135deg);
    border-top: 2px solid #ffffff;
    border-left: 2px solid #ffffff;
}

/* sectionSolved */
.sectionSolved {
    background: #ffe300ff;
    padding: 80px 0 81px;
}

.sectionSolved .inner {
    max-width: 1318px;
}

.sectionSolved .wrapSolved {}

.sectionSolved .wrapSolved .titleSolved {
    font-size: 48px;
    font-weight: 900;
    text-align: center;
    color: #ffffff;
    background: #e50011;
    padding: 4px 10px 6px;
    line-height: 1.4;
    max-width: 1200px;
    margin: 0 auto 8px;
}

.sectionSolved .wrapSolved .subSolved {
    font-size: 32px;
    font-weight: 900;
    color: #e50011;
    text-align: center;
    margin-bottom: 42px;
    line-height: 1.6;
}

.sectionSolved .wrapSolved .listSolved {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    max-width: 1260px;
    margin: 0 auto 77px;
    padding: 0 30px;
}

.sectionSolved .wrapSolved .listSolved li {
    width: calc((100%/3) - 17.4px);
    background: #ffffff;
    border-radius: 30px;
    padding: 20px 20px;
    height: auto;
    position: relative;
}

.sectionSolved .wrapSolved .listSolved li .numSolved {
    position: absolute;
    top: -40px;
    left: -40px;
    width: 120px;
}

.sectionSolved .wrapSolved .listSolved li .numSolved img {}

.sectionSolved .wrapSolved .listSolved li .boxSolved {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.sectionSolved .wrapSolved .listSolved li .boxSolved .titleSolvedItem {
    font-size: 24px;
    font-weight: 900;
    color: #ffffff;
    text-align: center;
    background: #e50011;
    border-radius: 32px;
    padding: 10px 10px 12px;
    margin-bottom: 18px;
    line-height: 1.6;
}

.sectionSolved .wrapSolved .listSolved li .boxSolved .txtSolvedItem {
    font-size: 18px;
    font-weight: 900;
    margin-bottom: 21px;
    line-height: 1.39;
    text-align: justify;
    flex: 1;
}

.sectionSolved .wrapSolved .listSolved li .boxSolved .solvedItemPhoto {
    margin-top: auto;
}

.sectionSolved .wrapSolved .listSolved li .boxSolved .solvedItemPhoto img {
    width: 100%;
    border-radius: 12px;
}

.sectionSolved .wrapSolved .boxCompatible {}

.sectionSolved .wrapSolved .boxCompatible .subCompatible {
    color: #000000;
    font-size: 48px;
    font-weight: 900;
    text-align: center;
    line-height: 1;
    margin-bottom: 23px;
}

.sectionSolved .wrapSolved .boxCompatible .listCompatible {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2px;
}

.sectionSolved .wrapSolved .boxCompatible .listCompatible li {
    background: #ffffff;
    padding: 1px 10px 6px;
    width: 140px;
}

.sectionSolved .wrapSolved .boxCompatible .listCompatible li .boxCompatib {
    text-align: center;
    font-size: 18px;
    font-weight: 900;
    line-height: 1.4;
}

.sectionSolved .wrapSolved .boxCompatible .listCompatible li .boxCompatib .nameCarEn {
    letter-spacing: 2px;
}

.sectionSolved .wrapSolved .boxCompatible .listCompatible li .boxCompatib .nameCarJa {}

/* sectionPhilosophy */
.sectionPhilosophy {
    background: #ffe300ff;
    padding-bottom: 81px;
}

.sectionPhilosophy .philosophyPhoto img {
    width: 100%;
    height: 574px;
    object-fit: cover;
    object-position: center;
    display: block;
}

.sectionPhilosophy .inner {
    max-width: 1144px;
}

.sectionPhilosophy .wrapPhilosophy {
    margin-top: -40px;
    position: relative;
}

.sectionPhilosophy .wrapPhilosophy .titlePhilosophy {
    font-size: 82px;
    font-weight: 900;
    font-style: italic;
    background: #ffe300ff;
    padding: 4px 27px 4px 6px;
    display: inline-block;
    line-height: 1.2;
    margin-bottom: 28px;
}

.sectionPhilosophy .wrapPhilosophy .titlePhilosophy .txtColRed {
    color: #e50011;
}

.sectionPhilosophy .wrapPhilosophy .subPhilosophy {
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 22px;
    line-height: 1.8;
}

.sectionPhilosophy .wrapPhilosophy .boxPhilosophy {
    font-size: 28px;
    font-weight: 900;
    color: #ffffff;
    background: #e50011;
    text-align: center;
    padding: 8px 10px 11px;
    border-radius: 16px;
    margin-bottom: 17px;
    line-height: 1.6;
}

.sectionPhilosophy .wrapPhilosophy .boxPhilosophy .txtPhilosophy {}

.sectionPhilosophy .wrapPhilosophy .notePhilosophy {
    font-size: 16px;
    text-align: right;
    letter-spacing: 0.3px;
}

@media (max-width: 1180px) and (min-width: 769px) {
    .sectionProblems .wrapProblems .boxProblems .listProblems li {
        width: calc((100% / 3) - 14px);
    }
}

@media (max-width: 1080px) and (min-width: 769px) {

    .sectionProblems .wrapProblems .boxProblems .listProblems,
    .sectionProblems .wrapProblems .boxProblems .noteProblems {
        padding: 0 3.7vw;
    }

    .sectionProblems .wrapProblems .boxProblems .listProblems li .numProblems {
        width: clamp(100px, 11.2vw, 120px);
    }

    .sectionProblems .wrapProblems .boxProblems .listProblems li .contentProblemItem .titleProblemItem {
        font-size: clamp(20px, 2.2vw, 24px);
    }

    .sectionProblems .wrapProblems .boxProblems .listProblems li .contentProblemItem .txtProblemItem {
        font-size: clamp(16px, 1.6vw, 18px);
    }

    .sectionSolved .wrapSolved .listSolved {
        padding: 0 2.7vw;
    }

    .sectionSolved .wrapSolved .listSolved li {
        width: calc((100% / 3) - 14px);
        padding: clamp(10px, 1.8vw, 20px) clamp(10px, 1.8vw, 20px);
    }

    .sectionSolved .wrapSolved .listSolved li .numSolved {
        width: clamp(80px, 11.2vw, 120px);
    }

    .sectionSolved .wrapSolved .listSolved li .boxSolved .titleSolvedItem {
        font-size: clamp(20px, 2.2vw, 24px);
    }

    .sectionSolved .wrapSolved .listSolved li .boxSolved .txtSolvedItem {
        font-size: clamp(14px, 1.6vw, 18px);
    }
}

@media (max-width: 1050px) and (min-width: 769px) {
    .sectionFee .wrapFee .boxFee {
        padding: clamp(10px, 2vw, 20px) clamp(20px, 3.3vw, 40px) 0;
    }

    .sectionFee .wrapFee .boxFee .contentFee {
        padding: 0 clamp(10px, 2vw, 20px);
    }

    .sectionFee .wrapFee .boxFee .titleFeeItem {
        font-size: clamp(20px, 2.4vw, 24px);
    }

    .sectionFee .wrapFee .boxFee .listFee {
        gap: clamp(15px, 3.1vw, 31px) clamp(10px, 2vw, 20px);
    }

    .sectionFee .wrapFee .boxFee .listFee li {
        width: calc((100% / 4) - clamp(5px, 1.5vw, 15px));
    }

    .sectionFee .wrapFee .boxFee .listFee li .boxFeeItem .txtFeeItem {
        font-size: clamp(16px, 1.9vw, 20px);
    }

    .sectionFee .contentFeeFirst .boxDesFeeFirst .desFeeFirst {
        font-size: clamp(24px, 3.1vw, 32px);
    }

    .sectionFee .contentFeeFirst .boxDesFeeFirst .desFeeFirst .desFeeFirstRed {
        font-size: clamp(40px, 4.7vw, 48px);
    }

    .sectionFee .contentFeeFirst .boxDesFeeFirst .desFeeFirst br {
        display: none;
    }

    .sectionProblems .wrapProblems .boxProblems .titleProblems {
        font-size: clamp(60px, 8.1vw, 82px);
    }

    .sectionPhilosophy .wrapPhilosophy .titlePhilosophy {
        font-size: clamp(60px, 8.1vw, 82px);
    }
}

@media (max-width: 1000px) and (min-width: 769px) {

    .sectionCtaTop .wrapCtaTop .boxCtaTop .contentCtaTop .iframeCtaTop .listCtaTop li a .telCtaTop,
    .sectionCtaTop .wrapCtaTop .boxCtaTop .contentCtaTop .iframeCtaTop .listCtaTop li a .txtCtaTop,
    .sectionCtaTop .wrapCtaTop .boxCtaTop .contentCtaTop .iframeCtaTop .txtCloseDays a {
        font-size: clamp(22px, 2.4vw, 24px);
    }
}

@media (max-width: 950px) and (min-width: 769px) {
    .sectionProblems .wrapProblems .boxProblems .listProblems li {
        width: calc((100%/2) - 10px);
    }
}

@media (max-width: 850px) and (min-width: 769px) {
    .sectionFee .wrapFee .boxFee .listFee li {
        width: calc((100%/3) - 12px);
    }
}

@media (max-width: 840px) and (min-width: 769px) {
    .sectionVoice .wrapVoice .boxVoice .iframeVocie .listVoice {
        gap: 4px;
    }

    .sectionVoice .wrapVoice .boxVoice .iframeVocie .listVoice>li {
        width: 487px;
    }
}

@media (min-width: 769px) {
    .sectionBanner .wrapBanner .contentTabBanner .wrapBannerItem .bannerItemPhoto:hover {
        opacity: 0.7;
    }
    .sectionCtaTop .wrapCtaTop .boxCtaTop .contentCtaTop .iframeCtaTop .listCtaTop li.ctaTel a {
        pointer-events: none;
    }

    .sectionCtaTop .wrapCtaTop .boxCtaTop .contentCtaTop .iframeCtaTop .listCtaTop li a,
    .sectionCtaTop .wrapCtaTop .boxCtaTop .contentCtaTop .iframeCtaTop .txtCloseDays a {
        position: relative;
        overflow: hidden;
    }
    .sectionCtaTop .wrapCtaTop .boxCtaTop .contentCtaTop .iframeCtaTop .listCtaTop li a:before,
    .sectionCtaTop .wrapCtaTop .boxCtaTop .contentCtaTop .iframeCtaTop .txtCloseDays a:before {
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        width: 0;
        height: 100%;
        background-color: #fff100;
        transition: all 0.4s;
        border-radius: 0 0 0 15px;
    }

    .sectionCtaTop .wrapCtaTop .boxCtaTop .contentCtaTop .iframeCtaTop .listCtaTop li a:hover:before,
    .sectionCtaTop .wrapCtaTop .boxCtaTop .contentCtaTop .iframeCtaTop .txtCloseDays a:hover:before {
        width: 100%;
        left: 0;
        right: auto;
    }

    .sectionCtaTop .wrapCtaTop .boxCtaTop .contentCtaTop .iframeCtaTop .listCtaTop li a:hover .subCtaTop,
    .sectionCtaTop .wrapCtaTop .boxCtaTop .contentCtaTop .iframeCtaTop .txtCloseDays a:hover {
        color: #e50011;
    }

    .sectionCtaTop .wrapCtaTop .boxCtaTop .contentCtaTop .iframeCtaTop .listCtaTop li a:hover .txtCtaTop {
        color: #e50011;
    }

    .sectionVoice .wrapVoice .boxVoice .iframeVocie .listVoice .slick-track>li .wrapVoiceItem:hover .txtVoiceItem {
        color: #e50011;
    }

    .sectionVoice .wrapVoice .boxVoice .iframeVocie .slick-controls-voice .slick-dots li:hover {
        background: #000000;
    }

    .sectionVoice .wrapVoice .boxVoice .iframeVocie .slick-controls-voice .slick-prev:hover:before {
        border-top-color: #000000;
        border-left-color: #000000;
    }
    .sectionVoice .wrapVoice .boxVoice .iframeVocie .slick-controls-voice .slick-next:hover:after {
        border-top-color: #000000;
        border-left-color: #000000;
    }

    .sectionPhilosophy .philosophyPhoto img {
        height: 894px;
        margin-top: -320px;
    }
}

@media (max-width: 768px) {

    /* sectionMain */
    .sectionMain {}

    .sectionMain .wrapMain {}

    .sectionMain .wrapMain .boxMain {}

    .sectionMain .wrapMain .boxMain .mainPhoto {}

    .sectionMain .wrapMain .boxMain .mainPhoto img {
        width: 100%;
        object-fit: cover;
        object-position: center;
    }

    /* sectionBanner */
    .sectionBanner {
        padding: clamP(30px, 14.7vw, 79px) 0 clamp(10px, 3.8vw, 20px);
    }

    .sectionBanner .inner {
        padding: 0;
    }

    .sectionBanner .wrapBanner {}

    .sectionBanner .wrapBanner .tabListBanner {}

    .sectionBanner .wrapBanner .tabListBanner li {}

    .sectionBanner .wrapBanner .tabListBanner li a {
        font-size: clamp(14px, 2.5vw, 28px);
        padding: 4px 4px;
        border-radius: 10px 10px 0 0;
        letter-spacing: 2px;
    }

    .sectionBanner .wrapBanner .tabListBanner li.active a {}

    .sectionBanner .wrapBanner .contentTabBanner {
        background: #ffffff;
        border: 1px solid #e50011;
        border-radius: 0 0 10px 10px;
        padding: 0;
    }

    .sectionBanner .wrapBanner .contentTabBanner .wrapBannerItem {
        display: none;
        border-radius: 0 0 10px 10px;
    }

    .sectionBanner .wrapBanner .contentTabBanner .wrapBannerItem.active {
        display: block;
    }

    .sectionBanner .wrapBanner .contentTabBanner .wrapBannerItem .bannerItemPhoto {
        border-radius: 0 0 10px 10px;
        padding: 2px 2px;
    }

    .sectionBanner .wrapBanner .contentTabBanner .wrapBannerItem .bannerItemPhoto img {
        width: 100%;
        border-radius: 8px 8px 10px 10px;
        border-width: 2px;
    }

    /* sectionFee */
    .sectionFee {
        padding: 20px 0 40px;
    }

    .sectionFee .inner {
        padding: 0;
    }

    .sectionFee .wrapFee {
        border-radius: 20px;
        margin-bottom: 37px;
        padding: clamp(20px, 7.5vw, 40px) clamp(10px, 3.8vw, 20px) clamp(45px, 16.8vw, 91px);
    }

    .sectionFee .wrapFee:after {
        border-left: 25px solid transparent;
        border-right: 25px solid transparent;
        border-top: 33px solid #e50011;
        bottom: -32px;
        left: 50%;
    }

    .sectionFee .wrapFee .titleFee {
        margin: 0px auto -11px;
        width: 80%;
        max-width: 80%;
    }

    .sectionFee .wrapFee .titleFee img {}

    .sectionFee .wrapFee .boxFee {
        border-radius: 15px;
        padding: clamp(20px, 7.5vw, 40px) clamp(10px, 3.8vw, 20px) 0;
    }

    .sectionFee .wrapFee .boxFee .contentFee {
        margin-bottom: clamp(36.5px, 6.5vw, 50px);
        padding: 0 clamp(10px, 3.7vw, 20px);
    }

    .sectionFee .wrapFee .boxFee .titleFeeItem {
        font-size: clamp(18px, 3.3vw, 25px);
        padding: 2px 20px 3px;
        margin-bottom: 20px;
        line-height: 1.3;
        letter-spacing: 0.8px;
    }

    .sectionFee .wrapFee .boxFee .listFee {
        gap: 10px;
    }

    .sectionFee .wrapFee .boxFee .listFee li {
        width: calc(25% - 8px);
        max-width: calc(25% - 8px);
    }

    .sectionFee .wrapFee .boxFee .listFee li .boxFeeItem {}

    .sectionFee .wrapFee .boxFee .listFee li .boxFeeItem .wrapFeeItemPhoto {
        margin-bottom: -2px;
    }

    .sectionFee .wrapFee .boxFee .listFee li .boxFeeItem .wrapFeeItemPhoto .feeItemPhoto {}

    .sectionFee .wrapFee .boxFee .listFee li .boxFeeItem .wrapFeeItemPhoto .feeItemPhoto img {
        aspect-ratio: 122.5/100;
        max-height: 100px;
    }

    .sectionFee .wrapFee .boxFee .listFee li .boxFeeItem .txtFeeItem {
        font-size: clamp(14px, 2.9vw, 16px);
        /* font-size: 16px; */
    }

    .sectionFee .wrapFee .boxFee .listFeeFlex {
        margin-bottom: 21px;
        flex-direction: column;
    }

    .sectionFee .wrapFee .boxFee .listFeeFlex>li {
        width: 100%;
        margin-bottom: clamp(36.5px, 6.5vw, 50px);
    }

    .sectionFee .wrapFee .boxFee .listFeeFlex>li .contentFee {
        padding: 0;
        margin-bottom: 0;
    }

    .sectionFee .wrapFee .boxFee .listFeeFlex>li .listFee {
        gap: 20px 20px;
        width: 100%;
    }

    .sectionFee .wrapFee .boxFee .listFeeFlex>li .listFee li {
        width: calc((100%/4) - 15px);
    }

    .sectionFee .wrapFee .boxFee .listFeeFlex>li .listFee li .boxFeeItem .wrapFeeItemPhoto .feeItemPhoto img {
        aspect-ratio: 137.5/100;
    }

    .sectionFee .wrapFee .boxFee .listFeeFlex>li.iframeFeeItem03 {
        margin-bottom: 0;
    }

    .sectionFee .wrapFee .boxFee .listFeeFlex>li.iframeFeeItem03 .listFee li {
        width: 100%;
        max-width: 100%;
    }

    .sectionFee .wrapFee .boxFee .listFeeFlex>li.iframeFeeItem03 .listFee li .boxFeeItem .wrapFeeItemPhoto .feeItemPhoto {
        margin-bottom: 10px;
    }

    .sectionFee .wrapFee .boxFee .listFeeFlex>li.iframeFeeItem03 .listFee li .boxFeeItem .wrapFeeItemPhoto .feeItemPhoto img {
        aspect-ratio: 460 / 140;
        object-position: center;
    }

    .sectionFee .wrapFee .priceFeePhoto {
        width: calc(100% + 40px);
        margin-left: -20px;
    }

    .sectionFee .wrapFee .priceFeePhoto img {
        width: 100%;
    }

    .sectionFee .contentFeeFirst .boxDesFeeFirst {
        margin-bottom: 40px;
    }

    .sectionFee .contentFeeFirst .boxDesFeeFirst .desFeeFirstPhoto {
        width: 100px;
    }

    .sectionFee .contentFeeFirst .boxDesFeeFirst .desFeeFirstPhoto img {}

    .sectionFee .contentFeeFirst .boxDesFeeFirst .desFeeFirst {
        font-size: clamp(19px, 3.5vw, 38px);
        font-size: 19px;
        font-weight: 900;
        line-height: 1.45;
        padding: 0 10px 0;
        max-width: 100%;
        width: auto;
        margin: 10px 0;
    }

    .sectionFee .contentFeeFirst .boxDesFeeFirst .desFeeFirst .desFeeFirstRed {
        font-size: clamp(19px, 3.5vw, 38px);
    }

    .sectionFee .contentFeeDiff {
        max-width: 92.5%;
        margin: 0 auto;
    }


    .sectionFee .contentFeeDiff .titleFeeDiff {
        font-size: clamp(24px, 4.4vw, 48px);
        /* font-size: 24px; */
        border-radius: 30px;
        padding: clamp(10px, 2.5vw, 18.5px) 10px;
        margin-bottom: 20px;
    }

    .sectionFee .contentFeeDiff .titleFeeDiff:after {
        border-left: 27px solid transparent;
        border-left-width: clamp(17px, 3.8vw, 27px);
        border-right-width: clamp(17px, 3.8vw, 27px);
        border-top-width: clamp(13px, 5.3vw, 33px);
        bottom: clamp(-22px, -4vw, -10px);
    }

    .sectionFee .contentFeeDiff .listFeeDiff {
        gap: clamp(20px, 5.4vw, 40px) 40px;
        /* flex-direction: column; */
    }

    .sectionFee .contentFeeDiff .listFeeDiff li {
        width: calc((100% / 2) - 20px);
        border-radius: 30px;
        padding: 20px 20px;
    }

    .sectionFee .contentFeeDiff .listFeeDiff li .wrapFeeDiffItem {}

    .sectionFee .contentFeeDiff .listFeeDiff li .wrapFeeDiffItem .feeDiffItemPhoto {
        margin-bottom: 20px;
    }

    .sectionFee .contentFeeDiff .listFeeDiff li .wrapFeeDiffItem .feeDiffItemPhoto img {
        aspect-ratio: 440/240;
        width: 100%;
        object-fit: cover;
        object-position: center;
    }

    .sectionFee .contentFeeDiff .listFeeDiff li .wrapFeeDiffItem .boxFeeDiffItem {}

    .sectionFee .contentFeeDiff .listFeeDiff li .wrapFeeDiffItem .boxFeeDiffItem .titleFeeDiffItem {
        font-size: clamp(20px, 3.7vw, 40px);
        /* font-size: 20px; */
        border-radius: 32px;
        padding: 11px 10px;
        margin-bottom: 19px;
    }

    .sectionFee .contentFeeDiff .listFeeDiff li .wrapFeeDiffItem .boxFeeDiffItem .desFeeDiffItem {
        font-size: clamp(14px, 2.5vw, 28px);
        /* font-size: 14px; */
        line-height: 1.4;
    }

    /* sectionPriceTop */
    .sectionPriceTop {
        padding: clamp(60px, 10.5vw, 80px) 0;
    }

    .sectionPriceTop .inner {
        padding: 0 3.7%;
    }

    .sectionPriceTop .wrapPriceTop {}

    .sectionPriceTop .wrapPriceTop .wrapTitlePriceTop {
        margin-bottom: 21px;
    }

    .titlePriceTop {
        font-size: clamp(36px, 6.6vw, 50px);
        /* font-size: 36px; */
        line-height: 1;
        margin-bottom: 10px;
    }

    .titlePriceTop:before {
        width: calc((84%/2) - 8px);
        left: -5.1%;
        border-width: 2px 0;
        top: 44%;
    }

    .titlePriceTop:after {
        width: calc((84%/2) - 8px);
        right: -5.1%;
        border-width: 2px 0;
        top: 44%;
    }

    .titlePriceTop .priceTopAfter {
        display: inline-block;
        padding: 0 30px;
    }

    .titlePriceTopEn {
        font-size: clamp(18px, 3.3vw, 36px);
        /* font-size: 18px; */
        line-height: 1;
        letter-spacing: 2.6px;
    }

    .sectionPriceTop .wrapPriceTop .boxPriceTop {
        max-width: 1040px;
        margin: 0 auto;
    }

    .sectionPriceTop .wrapPriceTop .boxPriceTop .iframePriceTop {
        position: relative;
    }

    .sectionPriceTop .wrapPriceTop .boxPriceTop .iframePriceTop .slick-arrow {
        position: absolute;
        top: 50.1%;
        transform: translateY(-50%);
        z-index: 1;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background: url('../images/index/icon-prev-slider.svg') no-repeat center center/100%;
        border: none;
        font-size: 0;
    }

    .sectionPriceTop .wrapPriceTop .boxPriceTop .iframePriceTop .slick-prev {
        left: 0;
    }

    .sectionPriceTop .wrapPriceTop .boxPriceTop .iframePriceTop .slick-next {
        right: 0;
        background-image: url('../images/index/icon-next-slider.svg');
    }

    .sectionPriceTop .wrapPriceTop .boxPriceTop .iframePriceTop .wrapPriceTopItem {}

    .sectionPriceTop .wrapPriceTop .boxPriceTop .iframePriceTop .wrapPriceTopItem .priceTopItemPhoto {}

    .sectionPriceTop .wrapPriceTop .boxPriceTop .iframePriceTop .wrapPriceTopItem .priceTopItemPhoto img {
        width: 100%;
    }

    .sectionPriceTop .wrapPriceTop .boxTxtPriceTop {
        padding: 0px 20px;
    }

    .sectionPriceTop .wrapPriceTop .boxTxtPriceTop .txtPriceTopPhoto {
        margin-left: 0px;
        width: clamp(80px, 13.4vw, 100px);
    }

    .sectionPriceTop .wrapPriceTop .boxTxtPriceTop .txtPriceTopPhoto img {
        width: 100%;
    }

    .sectionPriceTop .wrapPriceTop .boxTxtPriceTop .txtPriceTop {
        width: calc(100% - clamp(80px, 13.4vw, 100px));
        padding: 19px 20px 21px;
        border-radius: 20px;
        font-size: clamp(14px, 2.5vw, 28px);
        /* font-size: 14px; */
        margin: 0;
    }

    /* sectionCtaTop */
    .sectionCtaTop {
        padding: clamp(40px, 10.5vw, 80px) 0;
    }

    .sectionCtaTop .inner {
        padding: 0 3.7%;
    }

    .sectionCtaTop .wrapCtaTop {
        background: #e50011;
        border-radius: 20px;
        border: solid #e50011;
        border-width: 0px 5px 5px;
        box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.2);
    }

    .sectionCtaTop .wrapCtaTop .titleCtaTop {
        padding: clamp(22px, 4.3vw, 32px) 0;
        font-size: clamp(20px, 4vw, 44px);
        /* font-size: 22px; */
        font-weight: 900;
    }

    .sectionCtaTop .wrapCtaTop .titleCtaTop .txtColYellow {
        color: #ffe300ff;
    }

    .sectionCtaTop .wrapCtaTop .boxCtaTop {
        border-radius: 0 0 26px 26px;
        padding: 20px 2px 20px;
    }

    .sectionCtaTop .wrapCtaTop .boxCtaTop .ctaTopPhoto {
        max-width: 628px;
        width: 100.8%;
        margin: 0 auto clamp(10px, 2.7vw, 20px);
    }

    .sectionCtaTop .wrapCtaTop .boxCtaTop .ctaTopPhoto img {
        width: 100%;
    }

    .sectionCtaTop .wrapCtaTop .boxCtaTop .contentCtaTop {
        box-shadow: none;
    }

    .sectionCtaTop .wrapCtaTop .boxCtaTop .contentCtaTop .titleCtaItem {
        border-radius: 24px 24px 0px 0px;
        font-size: 24px;
        padding: 10px 10px;
        display: none;
    }

    .sectionCtaTop .wrapCtaTop .boxCtaTop .contentCtaTop .iframeCtaTop {
        padding: 0 8px 0 8px;
        border-radius: 0 0 20px 20px;
    }

    .sectionCtaTop .wrapCtaTop .boxCtaTop .contentCtaTop .iframeCtaTop .listCtaTop {
        margin-bottom: 10px;
    }

    .sectionCtaTop .wrapCtaTop .boxCtaTop .contentCtaTop .iframeCtaTop .listCtaTop li {
        width: 49.6%;
        margin-bottom: 20px;
    }

    .sectionCtaTop .wrapCtaTop .boxCtaTop .contentCtaTop .iframeCtaTop .listCtaTop li a {
        border-radius: 20px;
        box-shadow: 4px 4px 0px #8e0000ff;
        padding: 17px 2.3vw 17px;
        height: 120px;
    }

    .sectionCtaTop .wrapCtaTop .boxCtaTop .contentCtaTop .iframeCtaTop .listCtaTop li.ctaTel a {
        background: #e50011;
    }

    .sectionCtaTop .wrapCtaTop .boxCtaTop .contentCtaTop .iframeCtaTop .listCtaTop li.ctaContact a {
        background: #00a134ff;
    }

    .sectionCtaTop .wrapCtaTop .boxCtaTop .contentCtaTop .iframeCtaTop .listCtaTop li a .subCtaTop {
        font-size: clamp(16px, 2.9vw, 18px);
        /* font-size: 16px; */
        line-height: 1.2;
        padding: 3px 3px;
        border-radius: 20px;
        margin-bottom: 7px;
    }

    .sectionCtaTop .wrapCtaTop .boxCtaTop .contentCtaTop .iframeCtaTop .listCtaTop li.ctaContact a .subCtaTop {
        margin-bottom: 9px;
    }

    .sectionCtaTop .wrapCtaTop .boxCtaTop .contentCtaTop .iframeCtaTop .listCtaTop li a .telCtaTop {
        font-size: clamp(27px, 5vw, 32px);
        line-height: 1;
        letter-spacing: 0;
    }

    .sectionCtaTop .wrapCtaTop .boxCtaTop .contentCtaTop .iframeCtaTop .listCtaTop li a .txtCtaTop {
        font-size: clamp(20px, 3.7vw, 24px);
        /* font-size: 20px; */
    }

    .sectionCtaTop .wrapCtaTop .boxCtaTop .contentCtaTop .iframeCtaTop .txtCloseDays {
        margin-bottom: 30px;
        display: none;
    }

    .sectionCtaTop .wrapCtaTop .boxCtaTop .contentCtaTop .iframeCtaTop .txtCloseDays a {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background: #ee007dff;
        color: #ffffff;
        font-size: 24px;
        font-weight: 900;
        border-radius: 32px;
        padding: 10px 20px;
        box-shadow: 4px 4px 0px #000000;
        border: 5px solid #ffffff;
        line-height: 1;
    }

    .sectionCtaTop .wrapCtaTop .boxCtaTop .contentCtaTop .iframeCtaTop .noteCtaTop {
        font-size: clamp(12px, 2.2vw, 24px);
        /* font-size: 12px; */
        line-height: 1.1;
    }

    /* sectionProblems */
    .sectionProblems {}

    .sectionProblems .problemsPhoto {
        background: linear-gradient(180deg, #8c8c8cff 0%, #c8c8c8ff 100%);
        text-align: center;
        padding: 0 0 1px;
        position: relative;
    }

    .sectionProblems .problemsPhoto img {
        width: 100%;
        padding: 0;
        max-width: 100%;
    }

    .sectionProblems .inner {
        padding: 0 3.7%;
    }

    .sectionProblems .wrapProblems {
        padding: clamp(60px, 10.5vw, 80px) 0;
        background: url(../images/index/bg-problems.webp) repeat top center/cover;
    }

    .sectionProblems .wrapProblems:after {
        border-left: 30px solid transparent;
        border-right: 30px solid transparent;
        border-top: 37px solid #c8c8c8ff;
        left: 50%;
    }

    .sectionProblems .wrapProblems .boxProblems {
        padding: 0;
    }

    .sectionProblems .wrapProblems .boxProblems .titleProblems {
        font-size: clamp(28px, 5.1vw, 36px);
        /* font-size: 28px; */
        margin-bottom: 40px;
        line-height: 1;
    }

    .sectionProblems .wrapProblems .boxProblems .listProblems {
        display: flex;
        flex-wrap: wrap;
        gap: 20px 20px;
        margin-bottom: 10px;
        padding: 0;
    }

    .sectionProblems .wrapProblems .boxProblems .listProblems li {
        padding: 20px 20px 20px;
        border-radius: 15px;
        width: calc((100%/2) - 10px);
    }

    .sectionProblems .wrapProblems .boxProblems .listProblems li .numProblems {
        width: clamp(100px, 18.5vw, 110px);
        left: clamp(-30px, -3.7vw, -20px);
        top: clamp(-40px, -5.6vw, -30px);
    }

    .sectionProblems .wrapProblems .boxProblems .listProblems li .numProblems img {}

    .sectionProblems .wrapProblems .boxProblems .listProblems li .boxProblemItem {}

    .sectionProblems .wrapProblems .boxProblems .listProblems li .boxProblemItem .problemsItemPhoto {
        margin-bottom: 20px;
    }

    .sectionProblems .wrapProblems .boxProblems .listProblems li .boxProblemItem .problemsItemPhoto img {
        aspect-ratio: 295/224;
        border-radius: 12px;
    }

    .sectionProblems .wrapProblems .boxProblems .listProblems li .contentProblemItem {}

    .sectionProblems .wrapProblems .boxProblems .listProblems li .contentProblemItem .titleProblemItem {
        font-size: clamp(20px, 3.7vw, 40px);
        /* font-size: 20px; */
        border-radius: 32px;
        padding: 10px 15px;
        line-height: 1.6;
        margin-bottom: 19px;
    }

    .sectionProblems .wrapProblems .boxProblems .listProblems li .contentProblemItem .txtProblemItem {
        font-size: clamp(14px, 2.5vw, 28px);
        /* font-size: 14px; */
        line-height: 1.39;
    }

    .sectionProblems .wrapProblems .boxProblems .noteProblems {
        font-size: clamp(12px, 2.2vw, 24px);
        /* font-size: 12px; */
        line-height: 1.38;
        letter-spacing: 0.1px;
        padding: 0;
    }

    /* sectionVoice */
    .sectionVoice {
        background: #e50011;
    }

    .sectionVoice .problemsPhoto {}

    .sectionVoice .problemsPhoto img {
        width: 100%;
        aspect-ratio: 768 / 254;
    }

    .sectionVoice .inner {
        padding: 0 3.7%;
    }

    .sectionVoice .wrapVoice {
        overflow: hidden;
    }

    .sectionVoice .wrapVoice .boxVoice {
        padding: clamp(40px, 10.5vw, 80px) 0;
    }

    .sectionVoice .wrapVoice .boxVoice .wrapTitlePriceTop {
        margin-bottom: 18px;
    }

    .sectionVoice .wrapVoice .boxVoice .wrapTitlePriceTop .titlePriceTop {}

    .sectionVoice .wrapVoice .boxVoice .wrapTitlePriceTop .titlePriceTop:before {
        width: calc(66.1% / 2);
        top: 45%;
    }

    .sectionVoice .wrapVoice .boxVoice .wrapTitlePriceTop .titlePriceTop:after {
        width: calc(66.1% / 2);
        top: 45%;
    }

    .sectionVoice .wrapVoice .boxVoice .wrapTitlePriceTop .titlePriceTop .priceTopAfter {}

    .sectionVoice .wrapVoice .boxVoice .wrapTitlePriceTop .titlePriceTopEn {}

    .sectionVoice .wrapVoice .boxVoice .wrapTitleSmall {
        justify-content: center;
        gap: 40px;
        margin-bottom: 37px;
    }

    .sectionVoice .wrapVoice .boxVoice .wrapTitleSmall .titleSmallVoiceBefore {
        width: 200px;
        display: none;
    }

    .sectionVoice .wrapVoice .boxVoice .wrapTitleSmall .titleSmallVoiceBefore img {}

    .sectionVoice .wrapVoice .boxVoice .wrapTitleSmall .titleSmallVoiceAfter {
        width: 200px;
        display: none;
    }

    .sectionVoice .wrapVoice .boxVoice .wrapTitleSmall .titleSmallVoiceAfter img {}

    .sectionVoice .wrapVoice .boxVoice .boxTitleSmall {
        margin-bottom: 0;
    }

    .sectionVoice .wrapVoice .boxVoice .boxTitleSmall .titleSmallVoice {
        font-size: clamp(36px, 6.6vw, 50px);
        /* font-size: 36px; */
        margin-bottom: 3px;
    }

    .sectionVoice .wrapVoice .boxVoice .boxTitleSmall .subSmallVoice {
        font-size: clamp(16px, 2.9vw, 32px);
        /* font-size: 16px; */
    }
    .sectionVoice .wrapVoice .boxVoice .iframeVocie .listVoice .slick-track>li {
        border-radius: 16px;
        padding: 0 0 30px;
    }

    .sectionVoice .wrapVoice .boxVoice .iframeVocie .listVoice .slick-track>li .wrapVoiceItem {
        padding: 16px 16px 19px;
        border-radius: 15px;
        box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
    }

    .sectionVoice .wrapVoice .boxVoice .iframeVocie .listVoice .slick-track>li .wrapVoiceItem .voicePhoto {}

    .sectionVoice .wrapVoice .boxVoice .iframeVocie .listVoice .slick-track>li .wrapVoiceItem .voicePhoto img {}

    .sectionVoice .wrapVoice .boxVoice .iframeVocie .listVoice .slick-track>li .wrapVoiceItem .boxVoiceItem {
        padding: 12px 0 10px;
    }

    .sectionVoice .wrapVoice .boxVoice .iframeVocie .listVoice .slick-track>li .wrapVoiceItem .listVoiceItem {
        margin-bottom: 0px;
    }

    .sectionVoice .wrapVoice .boxVoice .iframeVocie .listVoice .slick-track>li .wrapVoiceItem .listVoiceItem>li {
        margin-bottom: 4px;
        margin-right: 4px;
        font-size: clamp(14px, 2.5vw, 28px);
        /* font-size: 14px; */
        padding: 1px 8px 3px;
        line-height: 1;
    }

    .sectionVoice .wrapVoice .boxVoice .iframeVocie .listVoice .slick-track>li .wrapVoiceItem .listVoiceItem>li .infoVoiceItem {
        line-height: 1.4;
    }

    .sectionVoice .wrapVoice .boxVoice .iframeVocie .listVoice .slick-track>li .wrapVoiceItem .txtVoiceItem {
        font-size: clamp(14px, 2.5vw, 28px);
        /* font-size: 14px; */
    }

    /* sectionSolved */
    .sectionSolved {
        padding: 40px 0;
    }

    .sectionSolved .inner {
        padding: 0 3.7%;
    }

    .sectionSolved .wrapSolved {}

    .sectionSolved .wrapSolved .titleSolved {
        font-size: clamp(24px, 4.4vw, 48px);
        /* font-size: 24px; */
        padding: 2px 10px 4px;
        line-height: 1.4;
        margin: 0 auto 8px;
    }

    .sectionSolved .wrapSolved .subSolved {
        font-size: clamp(28px, 5.1vw, 56px);
        /* font-size: 28px; */
        margin-bottom: 41px;
        line-height: 1.6;
    }

    .sectionSolved .wrapSolved .listSolved {
        gap: 20px;
        margin: 0 auto 39px;
        padding: 0;
    }

    .sectionSolved .wrapSolved .listSolved li {
        width: calc((100%/2) - 13px);
        background: #ffffff;
        border-radius: 15px;
        padding: 20px 20px;
        height: 100%;
        position: relative;
    }

    .sectionSolved .wrapSolved .listSolved li .numSolved {
        width: clamp(100px, 18.5vw, 110px);
        top: clamp(-40px, -5.6vw, -30px);
        left: clamp(-30px, -3.7vw, -20px);
    }

    .sectionSolved .wrapSolved .listSolved li .numSolved img {}

    .sectionSolved .wrapSolved .listSolved li .boxSolved {}

    .sectionSolved .wrapSolved .listSolved li .boxSolved .titleSolvedItem {
        font-size: clamp(18px, 3.3vw, 36px);
        /* font-size: 18px; */
        border-radius: 32px;
        padding: 11px 10px;
        margin-bottom: 20px;
        line-height: 1.5;
    }

    .sectionSolved .wrapSolved .listSolved li .boxSolved .titleSolvedItem .titleSolvedItemFsz16 {
        font-size: clamp(16px, 2.9vw, 32px);
    }

    .sectionSolved .wrapSolved .listSolved li .boxSolved .titleSolvedItem br {}

    .sectionSolved .wrapSolved .listSolved li .boxSolved .txtSolvedItem {
        font-size: clamp(12px, 2.2vw, 24px);
        /* font-size: 12px; */
        margin-bottom: 20px;
        line-height: 1.4;
    }

    .sectionSolved .wrapSolved .listSolved li .boxSolved .solvedItemPhoto {}

    .sectionSolved .wrapSolved .listSolved li .boxSolved .solvedItemPhoto img {
        width: 100%;
        border-radius: 12px;
    }

    .sectionSolved .wrapSolved .boxCompatible {
        width: 100%;
        margin-left: 0;
    }

    .sectionSolved .wrapSolved .boxCompatible .subCompatible {
        font-size: clamp(18px, 3.3vw, 36px);
        /* font-size: 18px; */
        line-height: 1.4;
        margin-bottom: 15px;
    }

    .sectionSolved .wrapSolved .boxCompatible .listCompatible {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 0.4vw 0.4%;
    }

    .sectionSolved .wrapSolved .boxCompatible .listCompatible li {
        padding: 4px 10px;
        width: 33%;
        max-width: 33%;
    }

    .sectionSolved .wrapSolved .boxCompatible .listCompatible li .boxCompatib {
        font-size: clamp(14px, 2.5vw, 28px);
        /* font-size: 14px; */
        line-height: 1.4;
    }

    .sectionSolved .wrapSolved .boxCompatible .listCompatible li .boxCompatib .nameCarEn {
        letter-spacing: 2px;
    }

    .sectionSolved .wrapSolved .boxCompatible .listCompatible li .boxCompatib .nameCarJa {}

    /* sectionPhilosophy */
    .sectionPhilosophy {
        padding-bottom: 20px;
    }

    .sectionPhilosophy .philosophyPhoto {}

    .sectionPhilosophy .philosophyPhoto img {
        width: 100%;
        height: 574px;
        object-fit: cover;
        object-position: center;
    }

    .sectionPhilosophy .inner {
        padding: 0 3.7%;
    }

    .sectionPhilosophy .wrapPhilosophy {
        margin-top: -40px;
        position: relative;
    }

    .sectionPhilosophy .wrapPhilosophy .titlePhilosophy {
        font-size: clamp(36px, 6.6vw, 60px);
        /* font-size: 36px; */
        padding: 11px 18px 11px 12px;
        line-height: 1.2;
        margin-bottom: 24px;
        letter-spacing: 2px;
    }

    .sectionPhilosophy .wrapPhilosophy .titlePhilosophy .txtColRed {
        color: #e50011;
    }

    .sectionPhilosophy .wrapPhilosophy .subPhilosophy {
        font-size: clamp(14px, 2.5vw, 28px);
        /* font-size: 14px; */
        margin-bottom: 22px;
        line-height: 1.78;
    }

    .sectionPhilosophy .wrapPhilosophy .boxPhilosophy {
        font-size: clamp(14px, 2.5vw, 28px);
        /* font-size: 14px; */
        padding: 9px 10px 11px;
        border-radius: 16px;
        margin-bottom: 19px;
        line-height: 1.59;
    }

    .sectionPhilosophy .wrapPhilosophy .boxPhilosophy .txtPhilosophy {}

    .sectionPhilosophy .wrapPhilosophy .notePhilosophy {
        font-size: clamp(12px, 2.2vw, 24px);
        /* font-size: 12px; */
        letter-spacing: 0.2px;
    }
}

@media (max-width: 700px) {
    .sectionFee .wrapFee .boxFee .listFee {
        gap: 8px 10px;
    }

    .sectionFee .wrapFee .boxFee .listFee li {
        width: calc(50% - 5px);
        max-width: calc(50% - 5px);
    }

    .sectionFee .wrapFee .boxFee .listFeeFlex>li .listFee {
        gap: 20px 20px;
        width: 100%;
    }

    .sectionFee .wrapFee .boxFee .listFeeFlex>li .listFee li {
        width: calc((100%/2) - 10px);
    }

    .sectionProblems .wrapProblems .boxProblems .listProblems {}

    .sectionProblems .wrapProblems .boxProblems .listProblems li {
        width: 100%;
    }

    .sectionFee .contentFeeDiff .listFeeDiff {
        gap: clamp(20px, 5.4vw, 40px) 40px;
        flex-direction: column;
    }

    .sectionFee .contentFeeDiff .listFeeDiff li {
        width: 100%;
        border-radius: 15px;
        padding: 20px 20px 21px;
    }

    .sectionFee .contentFeeFirst .boxDesFeeFirst {
        margin-bottom: 32px;
        flex-direction: column;
    }

    .sectionFee .contentFeeFirst .boxDesFeeFirst .desFeeFirstPhoto {
        width: 100px;
    }

    .sectionVoice .wrapVoice .boxVoice .iframeVocie {
        width: 100%;
        max-width: 100%;
        overflow-x: initial;
    }

    .sectionVoice .wrapVoice .boxVoice .iframeVocie .listVoice {
        flex-direction: column;
        width: 100%;
    }

    .sectionVoice .wrapVoice .boxVoice .iframeVocie .listVoice .slick-track>li {
        width: 100%;
        padding-bottom: 20px;
    }

    .sectionCtaTop .wrapCtaTop .boxCtaTop .contentCtaTop .iframeCtaTop .listCtaTop {
        margin-bottom: 11px;
        flex-direction: column;
    }

    .sectionCtaTop .wrapCtaTop .boxCtaTop .contentCtaTop .iframeCtaTop .listCtaTop li {
        width: 100%;
        margin-bottom: clamp(12px, 2.7vw, 20px);
    }

    .sectionCtaTop .wrapCtaTop .boxCtaTop .contentCtaTop .iframeCtaTop .listCtaTop li a {
        height: initial;
    }

    .sectionVoice .wrapVoice .boxVoice .iframeVocie .slick-controls-voice .slick-prev:before {
        width: 9px;
        height: 9px;
    }
    .sectionVoice .wrapVoice .boxVoice .iframeVocie .slick-controls-voice .slick-next:after {
        width: 9px;
        height: 9px;
    }

    .sectionSolved .wrapSolved .listSolved {
        flex-direction: column;
    }

    .sectionSolved .wrapSolved .listSolved li {
        width: 100%;
    }

    .sectionSolved .wrapSolved .boxCompatible .listCompatible {
        gap: 0.4vw 0.4%;
    }

    .sectionSolved .wrapSolved .boxCompatible .listCompatible li {
        width: 33%;
        max-width: 33%;
    }
}

@media (max-width: 540px) {
    .sectionMain .wrapMain .boxMain .mainPhoto img {
        aspect-ratio: initial;
        height: 100%;
    }

    .sectionFee .contentFeeDiff .listFeeDiff li .wrapFeeDiffItem .feeDiffItemPhoto img {
        height: 100px;
    }

    .sectionPhilosophy .philosophyPhoto img {
        height: 400px;
    }
}