@charset "UTF-8";

/* PC固定ページ 共通設定 */
/* パンくず */
.breadcrumb {
    font-size: 12px;
    color: #3E3E3E;
    letter-spacing: .08em;
    padding: 1.5em 0;
}

.breadcrumb a {
    text-decoration: none;
    color: #3803b1;
}

.common_page_main {
    background-image: url(../image/common_fv_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 185px 0 80px;
}

.common_page_main .title_box .title {
    font-size: 32px;
    font-weight: 900;
    letter-spacing: .14em;
    line-height: 1.7;
}

.common_page_main .title_box .sub_title {
    font-size: 24px;
    line-height: 1.3;
    color: #4400D8;
    margin-bottom: .02em;
    text-transform: capitalize;
}

/* PC固定ページ お問い合わせ */
.contact_form_disc {
    color: #3E3E3E;
    letter-spacing: .08em;
    font-weight: 400;
    text-align: center;
    margin-block: 0 3.8em;
}

.contact_form_disc .text {
    font-size: 16px;
    margin-block: 0 1em;
}

.contact_form_disc .caution {
    font-size: 14px;
}

.common_contact_form .form_box {
    margin-block: 0 50px;
}

.common_contact_form .form_box dl {
    display: grid;
    grid-template-columns: 26.5% 1fr;
    align-items: center;
    gap: 80px;
}

.common_contact_form .form_box dl.start {
    align-items: flex-start;
}

.common_contact_form .form_box dl+dl {
    margin-block: 1.6em 0;
}

.common_contact_form .form_box dl dt {
    display: flex;
    align-items: center;
    gap: 1.3em;
    font-size: 16px;
    letter-spacing: .08em;
    font-weight: 700;
    padding-inline: 0 0.5em;
    position: relative;
}

.common_contact_form .form_box dl dt .label {
    flex-shrink: 0;
    color: #3E3E3E;
    font-size: 12px;
    letter-spacing: .2em;
    font-weight: 700;
    border-radius: 100vmax;
    padding: 0.2em 0.9em;
}

.common_contact_form .form_box dl dt .label.hissu {
    background: #C70000;
    color: #fff;
}

.common_contact_form .form_box dl dt .label.ninni {
    background: #E0E0E0;
}

.common_contact_form .form_box dl dt::after {
    content: "";
    width: 1px;
    height: 30px;
    background: #AAA;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.common_contact_form input[type="text"],
.common_contact_form input[type="email"],
.common_contact_form #zip {
    width: 100%;
    background: #F8F8F8;
    border: 1px solid #E6E6E6;
    border-radius: 4px;
    font-size: 14px;
    letter-spacing: .08em;
    font-weight: 400;
    padding: 0.8em 1em;
}

.common_contact_form textarea {
    width: 100%;
    height: 180px;
    background: #F8F8F8;
    border: 1px solid #E6E6E6;
    border-radius: 4px;
    padding: 1em;
    font-size: 14px;
    letter-spacing: .08em;
    font-weight: 400;
}

.common_contact_form input::placeholder,
.common_contact_form textarea::placeholder {
    color: #C7C4C4;
}

.common_contact_form select {
    width: 47.5%;
    background: #F8F8F8;
    border: 1px solid #E6E6E6;
    border-radius: 4px;
    font-size: 14px;
    letter-spacing: .08em;
    padding: 1.1em 1em;
}

.common_contact_form select.empty {
    color: #C7C4C4;
}

.page_contact #btn_wrap {
    justify-content: center;
    text-align: right;
    width: 74%;
    margin: auto;
}

.page_contact #btn_wrap button {
    background-color: var(--main-color);
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    color: #fff;
    display: block;
    width: 310px;
    line-height: 60px;
    font-size: 18px;
    font-weight: 900;
    transition: .3s;
    text-align: center;
    letter-spacing: .08em;
    margin: auto;
}

.page_contact #btn_wrap button[name="submitBack"] {
    background: #333;
    margin-top: 20px;
}

.page_contact #btn_wrap button:hover {
    opacity: .8;
}

.privacy_term_outer .privacy_term_inner {
    height: 138px;
    margin: auto;
    overflow: auto;
}

.privacy_term_outer .privacy_term_inner .privacy_index {
    font-size: 14px;
}

.privacy_term_outer .privacy_term_inner .main_text {
    font-size: 13px;
    margin-bottom: 25px;
}

.privacy_term_outer .privacy_term_inner dl dt {
    font-size: 13px;
    border-left: solid 3px #ccc;
    padding-left: 1em;
    margin-bottom: 5px;
}

.privacy_term_outer .privacy_term_inner dl dd {
    font-size: 13px;
}

.privacy_term_outer .privacy_term_inner dl+dl {
    margin-top: 30px;
}

.privacy_term_outer .privacy_term_inner::-webkit-scrollbar {
    width: 8px;
}

.privacy_term_outer .privacy_term_inner::-webkit-scrollbar-track {
    background: transparent;
}

.privacy_term_outer .privacy_term_inner::-webkit-scrollbar-thumb {
    background-color: #333;
    border-radius: 10px;
}

.privacy_term_outer {
    border-top: solid 1px #e3e3e3;
    padding: 30px 0;
    border-bottom: solid 1px #e3e3e3;
    width: 60%;
    margin: 0 auto;
}

.privacy_check_list .mwform-checkbox-field-text {
    padding-right: 0;
}

.privacy_check_list .error {
    font-size: 12px;
}

.privacy_term_detail {
    text-align: center;
    font-size: 13px;
    margin: 20px 0;
    position: relative;
    font-weight: 600;
}

.privacy_term_detail::after {
    content: "";
    margin: 5px auto 0;
    border: solid #333;
    border-width: 2px 2px 0 0;
    width: 10px;
    aspect-ratio: 1 / 1;
    min-width: 0;
    rotate: 135deg;
    display: block;
}

.mw_wp_form_confirm .privacy_check_list,
.mw_wp_form_confirm .privacy_term_detail {
    display: none;
}

/* ラジオボタン デザイン */
.radio_btns,
.checkboxes {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5em 1.5em;
    padding: .5em 0;
}

/* ラジオボタンを隠す */
.radio_btns input[type=radio].radio_btns__item {
    display: none;
}

.radio_btns label {
    display: inline-block;
    cursor: pointer;
}

/* spanの左側にボタンを配置するスペースを作る */
.radio_btns .radio_btns__item+span {
    color: #3E3E3E;
    font-size: 15px;
    letter-spacing: .08em;
    font-weight: 600;
    padding-left: 2em;
    display: inline-block;
    position: relative;
}

/* 各パーツを作成 */
.radio_btns .radio_btns__item+span::before,
.radio_btns .radio_btns__item+span::after {
    content: '';
    display: block;
    position: absolute;
    border: 1px solid #E6E6E6;
    background: #F8F8F8;
    border-radius: 50%;
    width: 20px;
    aspect-ratio: 1;
    min-width: 0;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

/* after上書き */
.radio_btns .radio_btns__item+span::after {
    width: 10px;
    aspect-ratio: 1;
    min-width: 0;
    top: 0px;
    left: 5px;
    border: none;
    background: #5A5A5A;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    transition: all .3s;
}

/*
  checked状態
  文字のcolorとボタンのopacityを変更
*/
.radio_btns .radio_btns__item:checked+span::after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

/* チェックボックス デザイン */
.page_contact input[type="checkbox"] {
    /* デフォルトcheckボックス非表示*/
    display: none;
}

.mwform-checkbox-field label {
    cursor: pointer;
}

.mwform-checkbox-field-text {
    color: #3E3E3E;
    font-size: 15px;
    letter-spacing: .08em;
    font-weight: 600;
    display: inline-block;
    position: relative;
    padding: 0 0 0 30px;
}

.mwform-checkbox-field-text::before,
.mwform-checkbox-field-text::after {
    content: "";
    position: absolute;
    display: block;
}

.mwform-checkbox-field-text::before {
    background: #F8F8F8;
    border: 1px solid #E6E6E6;
    border-radius: 2px;
    width: 20px;
    aspect-ratio: 1 / 1;
    min-width: 0;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.mwform-checkbox-field-text::after {
    border-width: 3px;
    border-color: transparent transparent #333 #333;
    border-style: solid;
    width: 20px;
    aspect-ratio: 2/1;
    min-width: 0;
    margin-top: -0.2em;
    top: 50%;
    left: 0;
    transform: translateY(-50%) rotate(-45deg);
    opacity: 0;
}

input[type="checkbox"]:checked+.mwform-checkbox-field-text::after {
    opacity: 1;
}

.mw_wp_form .horizontal-item {
    display: inline-block;
}

.mw_wp_form .horizontal-item+.horizontal-item {
    margin-left: 0 !important;
}

/* サンクスページ */

.page_contact .thanks_textArea .name {
    font-size: 16px;
    line-height: 2;
    text-align: center;
    margin-bottom: 20px;
}

.page_contact .thanks_textArea .contact_text {
    margin: 0 auto 50px;
    width: 62%;
}

.page_contact .thanks_textArea .ichiran_link {
    background-color: var(--main-color);
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    color: #fff;
    display: block;
    width: 300px;
    line-height: 50px;
    border-radius: 4px;
    font-size: 16px;
    transition: .3s;
    margin: 0 auto;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: .08em;
    text-align: center;
}

.page_contact .thanks_textArea .ichiran_link:hover {
    opacity: .8;
}

.page_contact .thanks_textArea .contact_text .space {
    display: block;
}

.page_contact .thanks_textArea .contact_text .space {
    display: block;
    margin-top: 10px;
}

/* ステップバー デザイン */
.page_contact .progressbar {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5.6em;
    margin-block: 0 3em;
}

.page_contact .progressbar .item {
    color: #3E3E3E;
    font-size: 14px;
    letter-spacing: .08em;
    font-weight: 400;
    text-align: center;
    line-height: 1.5;
    position: relative;
}

.page_contact .progressbar .item+.item::before {
    content: "";
    width: 50px;
    height: 1px;
    background: #E6E6E6;
    position: absolute;
    top: 64%;
    left: -5em;
}

.page_contact .progressbar .item .mark {
    width: 36px;
    aspect-ratio: 1;
    background: #fff;
    border: 1px solid #AFAFAF;
    border-radius: 50%;
    display: block;
    margin: 0 auto 0.5em;
    position: relative;
}

.page_contact .progressbar .item .mark::before {
    content: "";
    width: 41%;
    aspect-ratio: 1;
    background: #5A5A5A;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    opacity: 0;
}

.page_contact .progressbar .item.active .mark::before {
    opacity: 1;
}

.page_contact .progressbar .item .en {
    display: block;
    color: #A7A7A7;
    letter-spacing: 0;
    font-family: 'Helvetica', 'Arial', sans-serif;
}

.privacy_check_list {
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
}

.privacy_check_list .hissu {
    background: #c70200;
    color: #fff;
    padding: 2px 15px;
    font-size: 10px;
    letter-spacing: .08em;
    border-radius: 30px;
    font-weight: 600;
}

.mw_wp_form .privacy_check_list .horizontal-item {
    margin: 0;
}

/* PC固定ページ 404ページ */
#page_404 {
    text-align: center;
}

#page_404 .num {
    font-size: 100px;
    font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#page_404 .text {
    margin-bottom: 1em;
    font-size: 16px;
}

/* PC固定ページ アーカイブページ */
/* 投稿リスト表示 */
.archive_page_list>article {
    padding-bottom: 15px;
    padding-top: 15px;
    border-bottom: 1px dashed #eee;
    padding-right: 30px;
}

.archive_page_list>article:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    top: 0;
    right: 5px;
    bottom: 0;
    margin: auto;
    border: solid #ccc;
    border-width: 2px 2px 0 0;
    transform: rotate(45deg);
}

.archive_page_list>article .date {
    font-weight: bold;
    font-size: 80%;
    width: 100px;
}

.archive_page_list>article .content_area {
    width: calc(100% - 100px);
}

.archive_page_list>article .content_area .ttl {
    font-weight: bold;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.archive_page_list>article .content_area .content {
    font-size: 80%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

/* wp-pagenavi base */
.wp-pagenavi {
    text-align: center;
    margin-top: 50px;
}

.wp-pagenavi a,
.wp-pagenavi span {
    display: inline-block;
    color: #999;
    background-color: #FFF;
    border: solid 1px #e0e0d2;
    padding: 8px 15px;
    margin: 0 2px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    text-align: center;
    text-decoration: none;
}

.wp-pagenavi a:hover {
    color: #FFF;
    background-color: var(--main-color);
    border-color: var(--main-color);
}

.wp-pagenavi .current {
    color: #FFF;
    background-color: var(--main-color);
    border-color: var(--main-color);
    font-weight: bold;
}

.privacy_cont_sec .main_text {
    font-size: 16px;
    letter-spacing: .07em;
    font-weight: 400;
    line-height: 1.8;
    margin-block: 0 45px;
}

.privacy_cont_sec dl+dl {
    margin-block: 40px 0;
}

.privacy_cont_sec dl dt {
    font-size: 18px;
    letter-spacing: .07em;
    font-weight: 700;
    line-height: 1.5;
    border-left: 4px solid var(--main-color);
    padding-inline: 0.8em 0;
    margin-block: 0 0.7em;
}

.privacy_cont_sec dl dd {
    font-size: 14px;
    letter-spacing: .07em;
    font-weight: 400;
    line-height: 1.8;
}

.page_sitemap_main {
    background: #F8F8F8;
    padding-block: 15px 115px;
}

.page_sitemap_main .title_box {
    text-align: center;
}

.page_sitemap_main .title_box .title {
    font-size: 40px;
    letter-spacing: .08em;
    font-weight: 700;
    line-height: 1.5;
}

.breadcrumb {
    /* margin-block: 0 80px; */
}

.sitemap_cont_sec .cont {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 87px;
}

.sitemap_cont_sec .cont .list .item+.item {
    margin-block: 55px 0;
}

.sitemap_cont_sec .cont .list .item .title {
    font-size: 18px;
    letter-spacing: .08em;
    font-weight: 700;
    line-height: 1.5;
    border-bottom: 2px solid currentColor;
    padding: 0 0.6em 0.3em;
    margin-block: 0 1.4em;
}

.sitemap_cont_sec .cont .list .item .sub_menu {
    padding-inline: 20px;
}

.sitemap_cont_sec .cont .list .item .sub_menu li+li {
    margin-block: 1.2em 0;
}

.sitemap_cont_sec .cont .list .item .sub_menu li .link {
    display: inline-block;
    color: initial;
    font-size: 14px;
    letter-spacing: .08em;
    font-weight: 400;
    line-height: 1.5;
}



#pc_header {
    padding: 40px 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 100;
    min-width: 1340px;
}

#pc_header.active {
    position: fixed;
    animation: headerfade 0.3s linear forwards;
    background-color: #fff;
    box-shadow: 0 0px 3px rgba(0, 0, 0, .16);
    padding: 30px 50px;
}

@keyframes headerfade {
    0% {
        transform: translateY(-100%);
    }

    /*最後のキーフレーム*/
    100% {
        transform: translateY(0);
    }
}

#pc_header .header_logo {
    display: block;
    width: 192px;
    flex-shrink: 0;
    transition: .3s;
}

#pc_header .header_logo:hover {
    opacity: .7;
}

#pc_header .header_logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: left center;
    max-height: 55px;
}

#pc_header .header_nav_area {
    display: flex;
    align-items: center;
    gap: 40px;
}

#pc_header .header_nav_area .header_menu_area {
    display: flex;
    align-items: center;
    gap: 47px;
    padding-right: 40px;
    padding: 4px 40px 4px 0;
    position: relative;
}

#pc_header .header_nav_area .header_menu_area::after {
    content: "";
    height: 100%;
    width: 1px;
    background-color: var(--black);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    border-radius: 100vmax;
}

#pc_header .header_nav_area .header_menu_area .header_menu_link {
    display: block;
    font-size: 15px;
    letter-spacing: .09em;
    line-height: 1.47;
    color: var(--black);
    position: relative;
    font-weight: 700;
}

#pc_header .header_nav_area .header_menu_area .header_menu_link::before {
    content: "";
    width: 2px;
    background-color: var(--main-color);
    height: 1.2em;
    border-radius: 100vmax;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -0.67em;
    pointer-events: none;
    opacity: 0;
    transition: .3s;
}

#pc_header .header_nav_area .header_menu_area .header_menu_link:hover::before {
    opacity: 1;
}

#pc_header .header_nav_area .header_btn_area {
    display: flex;
    align-items: center;
    gap: 16px;
}

#pc_header .header_nav_area .header_btn_area .header_btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5em;
    width: 200px;
    line-height: 1.46;
    padding: 0.93em 1.2em;
    font-size: 15px;
    letter-spacing: .09em;
    position: relative;
    border-radius: 8px;
    font-weight: 700;
    transition: .3s;
    color: var(--main-color);
    background-color: #fff;
    border: 2px solid var(--main-color);
}

#pc_header .header_nav_area .header_btn_area .header_btn.blue {
    background-color: var(--main-color);
    color: #fff;
}

#pc_header .header_nav_area .header_btn_area .header_btn:hover {
    background-color: var(--main-color);
    color: #fff;
}

#pc_header .header_nav_area .header_btn_area .header_btn.blue:hover {
    background-color: #fff;
    color: var(--main-color);
}

#pc_header .header_nav_area .header_btn_area .header_btn .icon {
    width: 20px;
    height: 19px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#pc_header .header_nav_area .header_btn_area .header_btn .icon>* {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#pc_header .header_nav_area .header_btn_area .header_btn .icon svg path {
    fill: currentColor !important;
}

#pc_header .header_nav_area .header_btn_area .header_btn .letter {
    flex-grow: 1;
    text-align: center;
}

.top_bg_area {
    position: relative;
}

.top_bg_area .bg_parts {
    position: absolute;
    width: 100%;
    left: 0;
    pointer-events: none;
}

.top_bg_area .bg_parts1 {
    top: 0;
    background-image: url(../image/top_mv_bg_parts2.png);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    aspect-ratio: 2 /1;
    z-index: 1 !important;
}

.top_bg_area .bg_parts2 {
    bottom: 0;
    background-image: url(../image/top_mv_bg_parts3.png);
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
    opacity: .5;
    aspect-ratio: 1440 / 1033;
    z-index: 0 !important;
}

.top_bg_area .bg_parts3 {
    height: 750px;
    width: 100%;
    top: 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 1%, rgba(242, 240, 240, 1) 71%, rgba(255, 255, 255, 1) 100%);
    z-index: 0 !important;
}

.top_bg_area .bg_parts4 {
    background-image: url(../image/top_mv_bg_parts1.png);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    inset: 0;
    mix-blend-mode: multiply;
    z-index: 2 !important;
    aspect-ratio: 1440 / 1100;
}

.top_bg_area>* {
    position: relative;
    z-index: 3;
}

.top_mv_sec {
    padding-top: 167px;
}

.top_mv_sec .top_mv_cont {
    display: flex;
    justify-content: space-between;
    gap: 7px;
}

.top_mv_sec .top_mv_cont .top_mv_left {
    flex-shrink: 0;
}

.top_mv_sec .top_mv_cont .top_mv_left .top_mv_ttl {
    background-color: #FFE840;
    font-weight: 900;
    letter-spacing: .08em;
    line-height: 1.4;
    text-align: center;
    padding: 0.55em 0.45em 0.35em 0.86em;
    border-radius: 100vmax;
    position: relative;
    width: fit-content;
    font-size: 22px;
    margin-bottom: 23px;
}

.top_mv_sec .top_mv_cont .top_mv_left .top_mv_ttl::after {
    content: "";
    position: absolute;
    bottom: -9px;
    left: 75px;
    width: 13px;
    height: 10px;
    background-color: #FFE840;
    clip-path: polygon(0 0, 0% 100%, 100% 0);
}

.top_mv_sec .top_mv_cont .top_mv_left .main_text {
    font-size: 50px;
    font-weight: 900;
    letter-spacing: .18em;
    line-height: 1.24;
    margin-bottom: 24px;
}

.top_mv_sec .top_mv_cont .top_mv_left .main_text .color {
    color: #4400D8;
}

.top_mv_sec .top_mv_cont .top_mv_left .sub_text {
    font-size: 16px;
    letter-spacing: .14em;
    line-height: 1.6;
    margin-bottom: 68px;
}

.top_mv_sec .top_mv_cont .top_mv_left .top_mv_btn_area {
    display: flex;
    align-items: center;
    gap: 16px;
}

.top_mv_sec .top_mv_cont .top_mv_right {
    flex-grow: 1;
}

.top_mv_sec .top_mv_cont .top_mv_right .badge_box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 31px;
    margin-bottom: 14px;
}

.top_mv_sec .top_mv_cont .top_mv_right .badge_box .badge {
    display: flex;
    align-items: center;
    gap: 20px;
    text-align: center;
    line-height: 1.8;
}

.top_mv_sec .top_mv_cont .top_mv_right .badge_box .badge::before,
.top_mv_sec .top_mv_cont .top_mv_right .badge_box .badge::after {
    content: "";
    background-image: url(../image/icon_gekkeiju.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 30px;
    aspect-ratio: 3 / 7;
    flex-shrink: 0;
}

.top_mv_sec .top_mv_cont .top_mv_right .badge_box .badge::after {
    transform: scale(-1, 1);
}

.top_mv_sec .top_mv_cont .top_mv_right .badge_box .badge .badge_letter {
    font-size: 16px;
    letter-spacing: 0.08em;
    font-weight: 700;
}

.top_mv_sec .top_mv_cont .top_mv_right .badge_box .badge .badge_letter .row {
    display: block;
}

.top_mv_sec .top_mv_cont .top_mv_right .badge_box .badge .badge_letter .row.size {
    font-size: 1.125em;
}

.top_mv_sec .top_mv_cont .top_mv_right .badge_box .badge .badge_letter .row.size .lr {
    font-size: 2.1em;
    color: #4400D8;
    font-weight: 500;
    letter-spacing: 0em;
    margin-right: .07em;
    line-height: 1;
}

.top_mv_sec .top_mv_cont .top_mv_right .main_img_box {
    width: 100%;
}

.top_mv_sec .top_mv_cont .top_mv_right .main_img_box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.top_problem_sec {
    padding: 188px 0 185px;
}

.top_problem_sec .top_problem_ttl {
    font-size: 34px;
    font-weight: 900;
    letter-spacing: .09em;
    text-align: center;
    margin-bottom: 32px;
    line-height: 1.14;
}

.top_problem_sec .top_problem_ttl .color {
    color: #30009A;
    font-size: 1.29em;
}

.top_problem_sec .top_problem_ttl .moya {
    position: relative;
}

.top_problem_sec .top_problem_ttl .moya::before {
    content: "";
    position: absolute;
    background-image: url(../image/icon_problem_black.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 36px;
    height: 37px;
    top: -27px;
    right: -22px;
}

.top_problem_sec .top_problem_cont {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.top_problem_sec .top_problem_cont .item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.top_problem_sec .top_problem_cont .item .item_img {
    width: 71px;
    height: 61px;
}

.top_problem_sec .top_problem_cont .item .item_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: bottom center;
}

.top_problem_sec .top_problem_cont .item .item_text_area {
    position: relative;
    border-radius: 10px;
    background-color: #F2F2FF;
    padding: 30px 20px;
}

.top_problem_sec .top_problem_cont .item .item_text_area>* {
    position: relative;
    z-index: 1;
}

.top_problem_sec .top_problem_cont .item .item_text_area::before {
    content: "";
    position: absolute;
    background-image: url(../image/icon_problem_purple.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 28px;
    height: 30px;
    top: 24px;
    right: 15px;
}

.top_problem_sec .top_problem_cont .item:nth-child(even) {
    margin-top: 36px;
}

.top_problem_sec .top_problem_cont .item .item_text_area .main_text {
    font-size: 18px;
    font-weight: 900;
    letter-spacing: .09em;
    line-height: 1.4;
    margin-bottom: .67em;
}

.top_problem_sec .top_problem_cont .item .item_text_area .sub_text {
    font-size: 14px;
    letter-spacing: .08em;
    line-height: 1.5;
    color: #656565;
}

.top_support_bg {
    position: relative;
    background-image: url(../image/top_support_bg.png);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    z-index: 1;
    margin-top: -75px;
    padding: 153px 0 140px;
}

.top_support_sec .sec_tll {
    position: relative;
    z-index: 2;
}

.top_support_sec .sec_tll .ttl_head {
    font-size: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    line-height: 1.4;
    gap: 0.5em;
    margin-bottom: .4em;
    letter-spacing: 0.14em;
}

.top_support_sec .sec_tll .ttl_head::before,
.top_support_sec .sec_tll .ttl_head::after {
    content: "";
    width: 3px;
    height: 1.4em;
    background-color: currentColor;
    border-radius: 100vmax;
}

.top_support_sec .sec_tll .ttl_head::before {
    transform: rotate(-20deg);
}

.top_support_sec .sec_tll .ttl_head::after {
    transform: rotate(20deg);
}

.top_support_sec .sec_tll .ttl_text {
    width: fit-content;
    display: block;
    text-align: center;
    background-color: #4400D8;
    margin: 0 auto;
    color: #fff;
    font-weight: 900;
    letter-spacing: .14em;
    font-size: 34px;
    border-radius: 100vmax;
    padding: 0.4em 1.64em 0.25em;
    position: relative;
    margin-bottom: 43px;
}

.top_support_sec .sec_tll .ttl_text::before {
    content: "";
    width: 40px;
    aspect-ratio: 2 / 1;
    position: absolute;
    bottom: 1px;
    left: 50%;
    transform: translate(-50%, 100%);
    background-color: #4400D8;
    clip-path: polygon(0 0, 50% 100%, 100% 0);
}

.top_support_sec .sec_tll .ttl_text .color {
    color: #FFF619;
}

.top_support_sec .img_area {
    position: relative;
    width: fit-content;
    margin: 0 auto 122px;
}

.top_support_sec .img_area .main_img {
    position: relative;
    z-index: 2;
    width: 607px;
}

.top_support_sec .img_area .main_img img {
    width: 100%;
}

.top_support_sec .img_area .hito_img {
    position: absolute;
    z-index: 1;
    pointer-events: none;
}

.top_support_sec .img_area .hito_img1 {
    top: -200px;
    left: -238px;
    width: 422px;
}

.top_support_sec .img_area .hito_img2 {
    bottom: -33px;
    right: -338px;
    width: 358px;
}

.top_support_sec .img_area .hito_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.top_support_sec .point_area {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.top_support_sec .point_area .item {
    padding: 53px 20px 30px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 1px 10px rgba(0, 0, 0, .06);
    position: relative;
}

.top_support_sec .point_area .item .num_box {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: var(--sub-color);
    box-shadow: 0 1px 10px rgba(0, 0, 0, .06);
    border-radius: 50%;
    width: 70px;
    aspect-ratio: 1;
    color: #fff;
    text-align: center;
    line-height: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.top_support_sec .point_area .item .num_box .num_head {
    font-size: 14px;
    margin-bottom: .25em;
}

.top_support_sec .point_area .item .num_box .num {
    font-size: 26px;
}

.top_support_sec .point_area .item .item_ttl {
    text-align: center;
    font-weight: 900;
    margin-bottom: 0.7em;
    padding-bottom: 0.8em;
    border-bottom: 1px dashed #939393;
    font-size: 20px;
    letter-spacing: .02em;
    line-height: 1.3;
}

.top_support_sec .point_area .item .item_ttl .em {
    background: linear-gradient(transparent 70%, #FFF60D 30%);
    color: #4400D8;
}

.top_support_sec .point_area .item .item_text {
    font-size: 14px;
    letter-spacing: .09em;
    color: #6A6A6A;
    line-height: 1.6;
}

.top_funtion_sec {
    padding-top: 60px;
}

.top_funtion_sec .sec_ttl {
    text-align: center;
    font-size: 32px;
    font-weight: 900;
    letter-spacing: .14em;
    line-height: 1.7;
    margin-bottom: 15px;
}

.top_funtion_sec .sec_ttl .color {
    position: relative;
    font-size: 1.75em;
    color: #5000FF;
}

.top_funtion_sec .sec_ttl .color::before {
    content: "";
    position: absolute;
    background-image: url(../image/top_kino_ttl_deco.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 18px;
    height: 15px;
    top: 1px;
    right: -7px;
}

.top_funtion_sec .top_funtion_cont {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 30px;
}

.top_funtion_sec .top_funtion_cont .item {
    display: flex;
    align-items: center;
    gap: 46px;
    padding: 38px 33px 36px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
}

.top_funtion_sec .top_funtion_cont .item .item_icon {
    width: 116px;
    height: 123px;
    flex-shrink: 0;
}

.top_funtion_sec .top_funtion_cont .item .item_icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.top_funtion_sec .top_funtion_cont .item .item_text_area {
    flex-grow: 1;
}

.top_funtion_sec .top_funtion_cont .item .item_text_area .item_ttl {
    font-size: 20px;
    line-height: 1.3;
    letter-spacing: .11em;
    color: #4400D8;
    font-weight: 900;
    margin-bottom: 1.2em;
}

.top_funtion_sec .top_funtion_cont .item .item_text_area .item_text_list {
    font-size: 15px;
    letter-spacing: .11em;
    color: #5A5A5A;
    font-weight: 700;
    line-height: 1.4;
}

.top_funtion_sec .top_funtion_cont .item .item_text_area .item_text_list ul li {
    display: flex;
    align-items: flex-start;
    gap: 0.95em;
}

.top_funtion_sec .top_funtion_cont .item .item_text_area .item_text_list ul li::before {
    content: "";
    background-image: url(../image/icon_check.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    transform: translateY(.1em);
    width: 1.31em;
    height: 1.1em;
    flex-shrink: 0;
}

.top_funtion_sec .top_funtion_cont .item .item_text_area .item_text_list ul li+li {
    margin-top: 0.53em;
}

.common_cta_block {
    background-image: url(../image/common_cta_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    padding: 60px 0;
}

.common_cta_block::before {
    content: "";
    inset: 0;
    position: absolute;
    background-color: #1A0052;
    opacity: .6;
}

.common_cta_block>* {
    position: relative;
    z-index: 1;
}

.common_cta_block .cont {
    padding: 50px;
    width: 930px;
    background: rgba(255, 255, 255, .89);
    border-radius: 20px;
    margin: 0 auto;
}

.common_cta_block .cont .main_text {
    text-align: center;
    font-size: 32px;
    font-weight: 900;
    letter-spacing: .2em;
    line-height: 1.38;
    margin-bottom: 1em;
}

.common_cta_block .cont .main_text .em {
    position: relative;
    display: inline-block;
}

.common_cta_block .cont .main_text .em>* {
    position: relative;
    z-index: 1;
}

.common_cta_block .cont .main_text .em::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: -0.4em;
    right: 0.5em;
    height: .3em;
    background-color: #FFFA72;
}

.common_cta_block .cont .sub_text {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1em;
    font-size: 16px;
    letter-spacing: .14em;
    text-align: center;
    line-height: 1.7;
}

.common_cta_block .cont .sub_text::before,
.common_cta_block .cont .sub_text::after {
    content: "";
    height: 44px;
    width: 2px;
    background-color: currentColor;
    flex-shrink: 0;
}

.common_cta_block .cont .sub_text::before {
    transform: rotate(-20deg);
}

.common_cta_block .cont .sub_text::after {
    transform: rotate(20deg);
}

.common_cta_block .cont .btn_area {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 23px;
}

.common_cta_block .cont .btn_area .common_btn {
    width: 340px;
    padding: 1.3em 1.38em;
}

.main_footer {
    padding: 81px 0 24px;
    background-image: url(../image/footer_bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.main_footer .footer_logo {
    display: block;
    width: 264px;
    margin: 0 auto 28px;
    transition: .3s;
}

.main_footer .footer_logo:hover {
    opacity: .7;
}

.main_footer .footer_logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.main_footer .footer_info_area {
    margin-bottom: 70px;
    text-align: center;
}

.main_footer .footer_info_area .comp_name {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: .09em;
    line-height: 1.5;
    margin-bottom: 0.67em;
}

.main_footer .footer_info_area .address {
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: .09em;
    color: #959595;
}

.main_footer .footer_link_area {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    margin-bottom: 40px;
}

.main_footer .footer_link_area .footer_link {
    font-size: 15px;
    letter-spacing: .09em;
    line-height: 1.4;
    color: #333;
    transition: .3s;
    font-weight: 700;
}

.main_footer .footer_link_area .footer_link+.footer_link {
    position: relative;
}

.main_footer .footer_link_area .footer_link+.footer_link::before {
    content: "";
    height: 100%;
    width: 1px;
    border-radius: 100vmax;
    background-color: #A5A5A5;
    position: absolute;
    top: 0;
    left: -20px;
    bottom: 0;
}

.main_footer .footer_link_area .footer_link:hover {
    opacity: .7;
}

.main_footer .footer_sub_link_area {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.main_footer .footer_sub_link_area .footer_sub_link {
    font-size: 14px;
    line-height: 1.35;
    color: #333;
    transition: .3s;
}

.main_footer .footer_sub_link_area .footer_sub_link+.footer_sub_link {
    position: relative;
}

.main_footer .footer_sub_link_area .footer_sub_link+.footer_sub_link::before {
    content: "";
    height: 100%;
    width: 1px;
    border-radius: 100vmax;
    background-color: #A5A5A5;
    position: absolute;
    top: 0;
    left: -15px;
    bottom: 0;
}

.main_footer .footer_sub_link_area .footer_sub_link:hover {
    opacity: .7;
}

.top_price_sec {
    position: relative;
    padding-top: 130px;
    z-index: 1;
}

.top_price_sec>* {
    position: relative;
    z-index: 1;
}

.top_price_sec::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 500px;
    background-image: url(../image/top_price_bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.top_price_sec .top_price_sec_flex {
    display: flex;
    align-items: flex-start;
    gap: 30px;
    justify-content: space-between;
}

.top_price_sec .sec_ttl_box {
    flex-grow: 1;
    padding-top: 40px;
}

.top_price_sec .sec_ttl_box .en_ttl {
    font-size: 70px;
    line-height: 1.3;
    color: #4400D8;
    margin-bottom: 6px;
}

.top_price_sec .sec_ttl_box .sec_ttl {
    font-size: 20px;
    line-height: 1.4;
    letter-spacing: .09em;
    font-weight: 900;
    margin-bottom: 1.6em;
}

.top_price_sec .sec_ttl_box .ttl_sub_text {
    line-height: 1.6;
    font-size: 15px;
    letter-spacing: .09em;
    font-weight: 700;
    color: #333333;
}

.top_price_sec .cont {
    flex-shrink: 0;
    display: flex;
    gap: 30px;
    justify-content: flex-end;
}

.top_price_sec .cont .lr_box,
.top_price_sec .cont .sml_box {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .07);
    background-color: #fff;
}

.top_price_sec .cont .lr_box {
    width: 500px;
}

.top_price_sec .cont .sml_box {
    width: 280px;
}

.top_price_sec .cont .lr_box .box_head,
.top_price_sec .cont .sml_box .box_head {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    min-height: 80px;
    padding: 8px;
}

.top_price_sec .cont .lr_box .box_head {
    background-color: var(--sub-color);
}

.top_price_sec .cont .sml_box .box_head {
    background-color: #7569B9;
}

.top_price_sec .cont .lr_box .box_head .head_text {
    font-size: 26px;
    letter-spacing: .31em;
    font-weight: 700;
    line-height: 1.38;
    margin-bottom: 1px;
}

.top_price_sec .cont .lr_box .box_head .note {
    font-size: 14px;
    letter-spacing: .08em;
    line-height: 1.35;
}

.top_price_sec .cont .lr_box .box_body {
    padding: 24px 40px 40px;
}

.top_price_sec .cont .lr_box .box_body .box_body_top {
    padding-bottom: 40px;
    border-bottom: 1px dashed var(--black);
}

.top_price_sec .cont .lr_box .box_body .box_body_top .price_text {
    line-height: 1.3;
    font-size: 34px;
    font-weight: 700;
    color: #4400D8;
    text-align: center;
    margin-bottom: 6px;
}

.top_price_sec .cont .lr_box .box_body .box_body_top .price_text .size {
    font-weight: 500;
    font-size: 1.88em;
    margin-right: .1em;
}

.top_price_sec .cont .lr_box .box_body .box_body_top .price_note {
    font-size: 12px;
    text-align: center;
    line-height: 1.4;
    letter-spacing: .07em;
    color: #626262;
}

.top_price_sec .cont .lr_box .box_body .box_body_btm {
    padding-top: 36px;
}

.top_price_sec .cont .lr_box .box_body .box_body_btm .box_body_btm_ttl {
    font-size: 18px;
    letter-spacing: .12em;
    color: #4400D8;
    font-weight: 700;
    border: 1px solid currentColor;
    line-height: 1.38;
    width: fit-content;
    padding: 0.28em 1.1em;
    margin: 0 auto 1em;
    border-radius: 100vmax;
    background-color: #fff;
}

.top_price_sec .cont .lr_box .box_body .box_body_btm .box_body_btm_cont {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5px;
}

.top_price_sec .cont .lr_box .box_body .box_body_btm .box_body_btm_cont .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
}

.top_price_sec .cont .lr_box .box_body .box_body_btm .box_body_btm_cont .item .item_icon {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background-color: #F7F4FF;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18%;
}

.top_price_sec .cont .lr_box .box_body .box_body_btm .box_body_btm_cont .item .item_icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.top_price_sec .cont .lr_box .box_body .box_body_btm .box_body_btm_cont .item .item_text_area {
    text-align: center;
}

.top_price_sec .cont .lr_box .box_body .box_body_btm .box_body_btm_cont .item .item_text_area .item_text {
    line-height: 1.46;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .09em;
}

.top_price_sec .cont .lr_box .box_body .box_body_btm .box_body_btm_cont .item .item_text_area .item_note {
    margin-top: .4em;
    font-size: 12px;
    font-weight: 700;
    color: #727272;
    letter-spacing: .02em;
    line-height: 1.4;
}

.top_price_sec .cont .sml_box .box_head .head_text {
    color: #fff;
    font-size: 22px;
    font-weight: 900;
    letter-spacing: .09em;
}

.top_price_sec .cont .sml_box .box_body {
    padding: 51px 25px 45px;
}

.top_price_sec .cont .sml_box .box_body .inner_box {}

.top_price_sec .cont .sml_box .box_body .inner_box+.inner_box {
    padding-top: 36px;
    margin-top: 36px;
    border-top: 1px dashed var(--black);
}

.top_price_sec .cont .sml_box .box_body .inner_box .inner_box_ttl {
    font-size: 16px;
    letter-spacing: .09em;
    color: #7569B9;
    font-weight: 700;
    border: 1px solid currentColor;
    line-height: 1.38;
    width: fit-content;
    padding: 0.28em 1.1em;
    margin: 0 auto 0.875em;
    border-radius: 100vmax;
}

.top_price_sec .cont .sml_box .box_body .inner_box .inner_box_text {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .09em;
    text-align: center;
}

.top_price_sec .cont .sml_box .box_body .inner_box .inner_box_text .size {
    letter-spacing: 0;
    font-weight: 500;
    font-size: 1.73em;
    margin: 0 0.1em;
}

.top_case_sec {
    position: relative;
    padding: 179px 0 140px;
    background-image: url(../image/top_case_bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: -177px;
}

.top_case_sec .top_case_pad {
    padding-top: 130px;
}

.top_case_sec .en_sec_ttl {
    font-size: 60px;
    color: #4400D8;
    line-height: 1.3;
    margin-bottom: 8px;
    text-align: center;
}

.top_case_sec .sec_ttl {
    font-size: 20px;
    font-weight: 900;
    letter-spacing: .09em;
    text-align: center;
    line-height: 1.4;
}

.top_case_sec .lead_text {
    font-size: 16px;
    letter-spacing: .09em;
    margin-top: 1.5em;
    text-align: center;
    font-weight: 700;
    line-height: 1.37;
    color: #333333;
}

.top_case_sec .cont {
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.top_case_sec .cont .item {
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .06);
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    padding: 61px 30px 50px;
}

.top_case_sec .cont .item .item_ttl {
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--sub-color);
    border-radius: 0 0 10px 0;
    color: #fff;
    font-size: 15px;
    padding: 0.5em 2em;
    font-weight: 700;
    letter-spacing: .09em;
    text-align: center;
    width: fit-content;
    line-height: 1.4;
}

.top_case_sec .cont .item .item_prof_area {
    display: flex;
    align-items: center;
    margin-bottom: 28px;
    gap: 30px;
}

.top_case_sec .cont .item .item_prof_area .item_icon {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
}

.top_case_sec .cont .item .item_prof_area .item_icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.top_case_sec .cont .item .item_prof_area .prof_text_area .item_sub_ttl {
    line-height: 1.375;
    font-size: 24px;
    font-weight: 900;
    letter-spacing: .08em;
    margin-bottom: 0.4em;
}

.top_case_sec .cont .item .item_prof_area .prof_text_area .prof_name {
    line-height: 1.375;
    font-size: 16px;
    font-weight: 700;
    color: #9176CE;
    letter-spacing: .09em;
}

.top_case_sec .cont .item .frame {
    border-radius: 6px;
    background-color: #F9F7FF;
    padding: 20px 15px 20px 30px;
}

.top_case_sec .cont .item .frame .kadai_box,
.top_case_sec .cont .item .frame .kouka_box {
    display: flex;
    gap: 20px;
}

.top_case_sec .cont .item .frame .kadai_box {
    margin-bottom: 34px;
    position: relative;
}

.top_case_sec .cont .item .frame .kadai_box::before,
.top_case_sec .cont .item .frame .kadai_box::after {
    content: "";
    position: absolute;
}

.top_case_sec .cont .item .frame .kadai_box::before {
    left: 22px;
    bottom: -24px;
    width: 36px;
    height: 12px;
    background-image: url(../image/icon_case_arrow.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.top_case_sec .cont .item .frame .kadai_box::after {
    left: 100px;
    right: 15px;
    bottom: -17px;
    height: 1px;
    border-bottom: 1px dashed #333333;
}

.top_case_sec .cont .item .frame .kadai_box .box_head,
.top_case_sec .cont .item .frame .kouka_box .box_head {
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0.375em 0.3em;
    flex-shrink: 0;
    letter-spacing: .77em;
    border-radius: 4px;
    line-height: 1.375;
    text-align: center;
    font-weight: 700;
    text-indent: .77em;
}

.top_case_sec .cont .item .frame .kadai_box .box_head {
    background-color: #E8E0FF;
}

.top_case_sec .cont .item .frame .kadai_box .box_text,
.top_case_sec .cont .item .frame .kouka_box .box_list {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.top_case_sec .cont .item .frame .kadai_box .box_text {
    font-size: 16px;
    line-height: 1.375;
    letter-spacing: .09em;
}

.top_case_sec .cont .item .frame .kouka_box .box_head {
    background-color: var(--sub-color);
    color: #fff;
}

.top_case_sec .cont .item .frame .kouka_box .box_list ul {}

.top_case_sec .cont .item .frame .kouka_box .box_list ul li {
    font-weight: 700;
    font-size: 16px;
    letter-spacing: .11em;
    display: flex;
    align-items: flex-start;
    gap: 0.83em;
    line-height: 1.4;
}

.top_case_sec .cont .item .frame .kouka_box .box_list ul li+li {
    margin-top: 6px;
}

.top_case_sec .cont .item .frame .kouka_box .box_list ul li::before {
    content: "";
    background-image: url(../image/icon_check.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 1.25em;
    height: 1.06em;
    flex-shrink: 0;
    transform: translateY(0.4em);
}

.top_case_sec .cont .item .frame .kouka_box .box_list ul li .em {
    font-size: 1.25em;
    font-weight: 900;
    background: linear-gradient(transparent 70%, #FFF60D 30%);
}

@media (max-width: 750px) {

    /* パンくず */
    .breadcrumb {
        font-size: 3vw;
    }

    /* SP固定ページ お問い合わせ */
    .contact_form_disc {
        margin-block: 0 2em;
    }

    .contact_form_disc .text {
        font-size: 3.6vw;
        margin-block: 0 0.8em;
    }

    .contact_form_disc .caution {
        font-size: 3.1vw;
        letter-spacing: .06em;
    }

    .common_contact_form .form_box {
        margin-block: 0 10vw;
    }

    .common_contact_form .form_box dl {
        grid-template-columns: 1fr;
        gap: 0.6em;
    }

    .common_contact_form .form_box dl+dl {
        margin-block: 1.3em 0;
    }

    .common_contact_form .form_box dl dt {
        flex-direction: row-reverse;
        justify-content: space-between;
        font-size: 4.1vw;
        padding-inline: 0;
    }

    .common_contact_form .form_box dl dt .label {
        font-size: 3.1vw;
    }

    .common_contact_form .form_box dl dt::after {
        content: none;
    }

    .common_contact_form input[type="text"],
    .common_contact_form input[type="email"],
    .common_contact_form #zip {
        font-size: 3.6vw;
    }

    .common_contact_form select {
        width: 100%;
        font-size: 3.6vw;
    }

    .common_contact_form textarea {
        height: 33vw;
        font-size: 3.6vw;
    }

    .radio_btns,
    .checkboxes {
        gap: 0.5em 2.5em;
    }

    .page_contact #btn_wrap button {
        width: 83%;
        line-height: 15.5vw;
        font-size: 4.6vw;
    }

    .page_contact #btn_wrap button[name="submitBack"] {
        margin-top: 4vw;
    }

    .mwform-checkbox-field.horizontal-item {
        display: block;
    }

    .page_contact #btn_wrap {
        width: 100%;
        text-align: center;
    }

    .privacy_check_list .mwform-checkbox-field-text {
        font-size: 3.8vw;
        padding-left: 11vw;
    }

    .mw_wp_form .privacy_check_list .horizontal-item {
        margin-right: 4vw;
    }

    .privacy_check_list .hissu {
        padding: 0.3vw 4vw;
    }

    .privacy_check_list {
        margin-bottom: 6vw;
    }

    .privacy_term_detail {
        font-size: 3.4vw;
        margin: 5vw 0;
    }

    .privacy_term_outer {
        width: 96%;
        padding: 5vw 0;
    }

    .privacy_term_outer .privacy_term_inner .main_text {
        font-size: 3.4vw;
        line-height: 1.6;
        margin-bottom: 5vw;
    }

    .privacy_term_outer .privacy_term_inner dl dt {
        font-size: 3.5vw;
        margin-bottom: 1.5vw;
    }

    .privacy_term_outer .privacy_term_inner dl dd {
        font-size: 3.5vw;
        line-height: 1.6;
    }

    .privacy_term_outer .privacy_term_inner dl+dl {
        margin-top: 7vw;
    }

    .privacy_term_detail::after {
        width: 2.5vw;
        margin: 1.5vw auto 0;
    }

    /* サンクスページ */
    .page_contact .thanks_textArea .name {
        font-size: 4vw;
        margin-bottom: 3vw;
    }

    .page_contact .thanks_textArea .contact_text {
        font-size: 3.5vw;
        margin-bottom: 2em;
        width: 100%;
    }

    .page_contact .thanks_textArea .ichiran_link {
        width: 80%;
        line-height: 12vw;
        font-size: 4vw;
    }

    /* ステップバー デザイン */
    .page_contact .progressbar {
        gap: 4.5em;
        margin-block: 0 2.5em;
    }

    .page_contact .progressbar .item {
        font-size: 3.1vw;
    }

    .page_contact .progressbar .item+.item::before {
        width: 5.7vw;
        top: 63%;
        left: -3.3em;
    }

    .page_contact .progressbar .item .mark {
        width: 7.7vw;
        margin: 0 auto 0.4em;
    }

    /* SP固定ページ 404ページ */
    #page_404 .num {
        font-size: 20vw;
        line-height: 1.5;
    }

    #page_404 .text {
        font-size: 3.5vw;
    }

    /* SP投稿ページ アーカイブページ */
    .archive_page_list>article {
        padding-right: 20px;
    }

    .archive_page_list>article .date {
        width: 80px;
    }

    .archive_page_list>article .content_area {
        width: calc(100% - 80px);
    }

    .archive_page_list>article:after {
        width: 7px;
        height: 7px;
    }

    /* SP固定ページ サイトマップ */
    ul#sitemap_list li {
        margin: 0;
    }

    body #sitemap_list li a {
        font-size: 4vw;
        padding: 1vw 2vw;
        line-height: 9vw;
        margin-bottom: 1vw;
    }

    body #sitemap_list li.home-item {
        margin-bottom: 4vw;
    }

    body #sitemap_list {
        padding: 0;
    }

    .privacy_cont_sec .main_text {
        font-size: 3.3vw;
        line-height: 1.8;
        margin-block: 0 9.5vw;
    }

    .privacy_cont_sec dl+dl {
        margin-block: 7vw 0;
    }

    .privacy_cont_sec dl dt {
        font-size: 4.1vw;
    }

    .privacy_cont_sec dl dd {
        font-size: 3.3vw;
        line-height: 1.7;
    }

    .page_sitemap_main {
        padding-block: 3vw 23vw;
    }

    .page_sitemap_main .wrap {
        max-width: 95%;
    }

    .page_sitemap_main .title_box .title {
        font-size: 7.7vw;
    }

    .breadcrumb {}

    .sitemap_cont_sec .cont {
        grid-template-columns: 1fr;
        gap: 13vw;
    }

    .sitemap_cont_sec .cont .list .item+.item {
        margin-block: 13vw 0;
    }

    .sitemap_cont_sec .cont .list .item .title {
        font-size: 4.6vw;
    }

    .sitemap_cont_sec .cont .list .item .sub_menu {
        padding-inline: 0.8em;
    }

    .sitemap_cont_sec .cont .list .item .sub_menu ul {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 5vw 10vw;
    }

    .sitemap_cont_sec .cont .list .item .sub_menu li {
        position: relative;
    }

    .sitemap_cont_sec .cont .list .item .sub_menu li+li {
        margin-block: 0;
    }

    .sitemap_cont_sec .cont .list .item .sub_menu li:nth-child(even)::before {
        content: "";
        width: 1px;
        height: 70%;
        background: #B4B4B4;
        position: absolute;
        top: 50%;
        left: -1.5em;
        translate: 0 -50%;
    }

    .sitemap_cont_sec .cont .list .item .sub_menu li .link {
        font-size: 3.6vw;
    }

    .common_page_main {
        padding: 25vw 0 8vw;
    }

    .common_page_main .title_box .sub_title {
        font-size: 4.8vw;
    }

    .common_page_main .title_box .title {
        font-size: 5.8vw;
    }

    #sp_header {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1000;
        padding: 7.4vw 0;
        background-color: transparent;
        transition: 0.3s;
    }

    #sp_header.active {
        position: fixed;
        animation: headerfade 0.3s linear forwards;
        background-color: #fff;
        box-shadow: 0 0px 3px rgba(0, 0, 0, .16);
        padding: 4.3vw 0;
    }

    #sp_header.bg {
        position: fixed;
        background-color: #fff;
        transform: translateY(0) !important;
        padding: 4.3vw 0;
    }

    #sp_header .header_cont {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    #sp_header .header_cont .header_logo {
        display: block;
        width: 35.4vw;
    }

    #sp_header .header_cont .header_logo img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        object-position: left center;
        max-height: 10vw;
    }

    /*　ハンバーガーボタン　*/
    #sp_header .header_cont .hamburger {
        display: block;
        width: 7.18vw;
        height: 4.87vw;
        cursor: pointer;
        position: relative;
    }

    #sp_header .header_cont .hamburger .bar {
        display: block;
        position: absolute;
        height: 3px;
        background-color: var(--sub-color);
        border-radius: 100vmax;
        transition: .3s;
    }

    #sp_header .header_cont .hamburger .bar:nth-child(1) {
        top: 0;
        left: 0;
    }

    #sp_header .header_cont .hamburger .bar:nth-child(2) {
        top: 50%;
        right: 0;
        width: 64%;
        transform: translateY(-50%);
    }

    #sp_header .header_cont .hamburger .bar:nth-child(3) {
        bottom: 0;
        left: 0;
    }

    #sp_header .header_cont .hamburger .bar:nth-child(1),
    #sp_header .header_cont .hamburger .bar:nth-child(3) {
        width: 100%;
    }

    /* ナビ開いてる時のボタン */
    #sp_header .header_cont .hamburger.active .bar:nth-child(1) {
        top: 50%;
        transform: translateY(-50%) rotate(30deg);
    }

    #sp_header .header_cont .hamburger.active .bar:nth-child(2) {
        opacity: 0;
    }

    #sp_header .header_cont .hamburger.active .bar:nth-child(3) {
        bottom: 50%;
        transform: translateY(50%) rotate(-30deg);
    }

    .globalMenuSp {
        position: fixed;
        z-index: 999;
        top: 18vw;
        left: 0;
        color: #000;
        text-align: center;
        transform: translateX(100%);
        transition: all 0.6s;
        width: 100%;
        height: calc(100svh - 18vw);
        align-items: center;
        background: #ccc;
        overflow: scroll;
        background-image: url(../image/ham_bg.png);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    .globalMenuSp.active {
        transform: translateX(0%);
    }

    .globalMenuSp .ham_menu_link_area {
        padding: 9.74vw 0 12.8vw;
    }

    .globalMenuSp .ham_menu_link_area .ham_menu_link {
        font-size: 4.1vw;
        color: #fff;
        font-weight: 700;
        letter-spacing: .09em;
        line-height: 1.375;
        padding: 1.375em 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 1em;
        border-bottom: 2px solid #805CCE;
    }

    .globalMenuSp .ham_menu_link_area .ham_menu_link::after {
        content: "";
        width: 0.5em;
        height: 0.5em;
        border: 2px solid currentColor;
        border-left: none;
        border-bottom: none;
        transform: translateX(-0.25em) rotate(45deg);
    }

    .globalMenuSp .ham_menu_cta_area {
        background-color: #fff;
        padding: 7.69vw 5vw;
        border-radius: 10px;
        margin-bottom: 8.2vw;
    }

    .globalMenuSp .ham_menu_cta_area .area_lead {
        font-size: 3.8vw;
        display: flex;
        align-items: flex-end;
        justify-content: center;
        letter-spacing: .14em;
        font-weight: 700;
        line-height: 1.4;
        gap: 0.2em;
        margin-bottom: .4em;
        margin-bottom: 3.6vw;
        line-height: 1.5;
    }

    .globalMenuSp .ham_menu_cta_area .area_lead .letter {
        display: block;
        padding-left: 0.5em;
    }

    .globalMenuSp .ham_menu_cta_area .area_lead::before,
    .globalMenuSp .ham_menu_cta_area .area_lead::after {
        content: "";
        width: 2px;
        height: 1.4em;
        background-color: currentColor;
        border-radius: 100vmax;
    }

    .globalMenuSp .ham_menu_cta_area .area_lead::before {
        transform: rotate(-20deg);
    }

    .globalMenuSp .ham_menu_cta_area .area_lead::after {
        transform: rotate(20deg);
    }

    .globalMenuSp .ham_menu_cta_area .btn_area .common_btn+.common_btn {
        margin-top: 3vw;
    }

    .globalMenuSp .ham_menu_info_area {
        margin-bottom: 10.2vw;
    }

    .globalMenuSp .ham_menu_info_area .comp_name {
        font-size: 4.1vw;
        color: #fff;
        letter-spacing: .09em;
        line-height: 1.375;
        margin-bottom: 0.75em;
        text-align: center;
        font-weight: 700;
    }

    .globalMenuSp .ham_menu_info_area .address {
        font-size: 3.6vw;
        color: #fff;
        letter-spacing: .09em;
        line-height: 1.4;
        text-align: center;
    }

    .globalMenuSp .ham_menu_sub_link_area {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 7.7vw;
        margin-bottom: 4.1vw;
    }

    .globalMenuSp .ham_menu_sub_link_area .ham_menu_sub_link {
        font-size: 3.3vw;
        line-height: 1.3;
        color: #fff;
    }

    .globalMenuSp .ham_menu_sub_link_area .ham_menu_sub_link+.ham_menu_sub_link {
        position: relative;
    }

    .globalMenuSp .ham_menu_sub_link_area .ham_menu_sub_link+.ham_menu_sub_link::before {
        content: "";
        height: 100%;
        width: 1px;
        border-radius: 100vmax;
        background-color: #A5A5A5;
        position: absolute;
        top: 0;
        left: -3.85vw;
        bottom: 0;
    }

    .globalMenuSp .ham_menu_copy_area {
        border-top: 1px solid #fff;
        padding: 6vw 0;
    }

    .globalMenuSp .ham_menu_copy_area .ham_menu_copy {
        text-align: center;
        font-size: 2.56vw;
        color: #fff;
        line-height: 1.3;
    }

    .fixed_menu {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        opacity: 0;
        width: 100%;
        transform: translateY(100%);
        transition: .3s;
        padding: 1.5vw;
        background-color: #fff;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5vw;
        z-index: 100;
    }

    .fixed_menu .common_btn {
        font-size: 3.6vw;
        border-radius: 0;
        padding: 1em;
    }

    .fixed_menu .common_btn .icon {
        left: 0.8em;
        width: 5.5vw;
        height: 5.5vw;
    }

    .fixed_menu.active {
        transform: translateY(0);
        opacity: 1;
    }

    .top_bg_area .bg_parts {
        position: absolute;
        width: 100%;
        left: 0;
    }

    .top_bg_area .bg_parts1 {
        background-image: url(../image/top_mv_bg_parts2_sp.png);
        aspect-ratio: 39 /46;
    }

    .top_bg_area .bg_parts2 {
        background-image: url(../image/top_mv_bg_parts3.png);
        opacity: 1;
        aspect-ratio: 390 / 925;
    }

    .top_bg_area .bg_parts3 {
        height: 226vw;
    }

    .top_bg_area .bg_parts4 {
        background-image: url(../image/top_mv_bg_parts1_sp.png);
        aspect-ratio: 390 / 937;
    }

    .top_mv_sec {
        padding-top: 28.7vw;
    }

    .top_mv_sec .top_mv_cont {
        flex-direction: column-reverse;
        justify-content: unset;
        align-items: center;
        gap: 6.23vw;
    }

    .top_mv_sec .top_mv_cont .top_mv_left .top_mv_ttl {
        letter-spacing: .06em;
        padding: 0.55em 0.45em 0.35em 0.86em;
        font-size: 3.6vw;
        margin-bottom: 3.8vw;
    }

    .top_mv_sec .top_mv_cont .top_mv_left .top_mv_ttl::after {
        bottom: -2.5vw;
        left: 9.5vw;
        width: 4vw;
        height: 4vw;
    }

    .top_mv_sec .top_mv_cont .top_mv_left .main_text {
        font-size: 6.7vw;
        letter-spacing: .1em;
        line-height: 1.34;
        margin-bottom: 4.1vw;
    }

    .top_mv_sec .top_mv_cont .top_mv_left .sub_text {
        font-size: 3.6vw;
        letter-spacing: .08em;
        line-height: 1.5;
        margin-bottom: 10.2vw;
    }

    .top_mv_sec .top_mv_cont .top_mv_left .top_mv_btn_area {
        align-items: flex-start;
        gap: 3vw;
        flex-direction: column;
    }

    .top_mv_sec .top_mv_cont .top_mv_right {
        width: 100%;
    }

    .top_mv_sec .top_mv_cont .top_mv_right .badge_box {
        gap: 3vw;
        margin-bottom: 5vw;
    }

    .top_mv_sec .top_mv_cont .top_mv_right .badge_box .badge {
        gap: 0.5vw;
    }

    .top_mv_sec .top_mv_cont .top_mv_right .badge_box .badge::before,
    .top_mv_sec .top_mv_cont .top_mv_right .badge_box .badge::after {
        width: 5.7vw;
    }

    .top_mv_sec .top_mv_cont .top_mv_right .badge_box .badge .badge_letter {
        font-size: 3.3vw;
    }

    .top_mv_sec .top_mv_cont .top_mv_right .badge_box .badge .badge_letter .row.size {
        font-size: 3.8vw;
    }

    .top_mv_sec .top_mv_cont .top_mv_right .badge_box .badge .badge_letter .row.size .lr {
        font-size: 6.1vw;
    }

    .top_problem_sec {
        padding: 26.4vw 0;
    }

    .top_problem_sec .top_problem_ttl {
        font-size: 5.6vw;
        margin-bottom: 6.1vw;
        line-height: 1.4;
    }

    .top_problem_sec .top_problem_ttl .moya::before {
        width: 6.2vw;
        height: 6.2vw;
        top: -5vw;
        right: -5vw;
    }

    .top_problem_sec .top_problem_cont {
        grid-template-columns: 1fr;
        gap: 3vw;
    }

    .top_problem_sec .top_problem_cont .item {
        display: block;
    }

    .top_problem_sec .top_problem_cont .item .item_img {
        width: 12.8vw;
        height: 12.8vw;
        background-color: #fff;
        border-radius: 50%;
        overflow: hidden;
        flex-shrink: 0;
        padding-top: 2vw;
    }

    .top_problem_sec .top_problem_cont .item .item_text_area {
        border-radius: 10px;
        padding: 3.6vw 5.1vw 5.1vw;
    }

    .top_problem_sec .top_problem_cont .item .item_text_area>* {
        position: relative;
        z-index: 1;
    }

    .top_problem_sec .top_problem_cont .item .item_text_area::before {
        width: 6.2vw;
        height: 6.2vw;
        top: 4vw;
        right: 4vw;
    }

    .top_problem_sec .top_problem_cont .item .item_text_area .sp_flex {
        display: flex;
        align-items: center;
        gap: 3vw;
        padding-bottom: 4.1vw;
        border-bottom: 1px dashed #939393;
        margin-bottom: 3.1vw;
    }

    .top_problem_sec .top_problem_cont .item:nth-child(even) {
        margin-top: 0;
    }

    .top_problem_sec .top_problem_cont .item .item_text_area .main_text {
        font-size: 4.1vw;
        line-height: 1.5;
        margin-bottom: 0;
    }

    .top_problem_sec .top_problem_cont .item .item_text_area .sub_text {
        font-size: 3.3vw;
    }

    .top_support_bg {
        background-image: url(../image/top_support_bg_sp.png);
        margin-top: -8.46vw;
        padding: 19.7vw 0 19.1vw;
        overflow: hidden;
    }

    .top_support_sec .sec_tll .ttl_head {
        font-size: 4.1vw;
        margin-bottom: .3em;
    }

    .top_support_sec .sec_tll .ttl_head::before,
    .top_support_sec .sec_tll .ttl_head::after {
        width: 2px;
    }

    .top_support_sec .sec_tll .ttl_text {
        width: 100%;
        font-size: 4.6vw;
        border-radius: 6px;
        padding: 0.5em;
        margin-bottom: 4.6vw;
        line-height: 1.45;
    }

    .top_support_sec .sec_tll .ttl_text::before {
        width: 5vw;
    }

    .top_support_sec .sec_tll .ttl_text .color {
        font-size: 5.6vw;
    }

    .top_support_sec .img_area {
        margin: 0 auto 10.7vw;
        width: 100%;
    }

    .top_support_sec .img_area .main_img {
        width: 68.2vw;
        margin-left: 11.5vw;
    }

    .top_support_sec .img_area .hito_img1 {
        top: -13.6vw;
        left: -4.3vw;
        width: 34.6vw;
    }

    .top_support_sec .img_area .hito_img2 {
        bottom: -2vw;
        right: -20vw;
        width: 35vw;
    }

    .top_support_sec .img_area .hito_img img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .top_support_sec .point_area {
        grid-template-columns: repeat(2, 1fr);
        gap: 9.4vw 2.56vw;
    }

    .top_support_sec .point_area .item {
        padding: 8.9vw 2vw 5vw;
        border-radius: 6px;
    }

    .top_support_sec .point_area .item .num_box {
        width: 12.8vw;
        height: 12.8vw;
        padding-top: 1vw;
    }

    .top_support_sec .point_area .item .num_box .num_head {
        font-size: 2.5vw;
        line-height: 1;
    }

    .top_support_sec .point_area .item .num_box .num {
        font-size: 4.6vw;
        line-height: 1;
    }

    .top_support_sec .point_area .item .item_ttl {
        margin-bottom: 3.6vw;
        padding-bottom: 3.6vw;
        font-size: 4.1vw;
        letter-spacing: .02em;
        line-height: 1.3;
    }

    .top_support_sec .point_area .item .item_text {
        font-size: 3.3vw;
        line-height: 1.5;
    }

    .top_funtion_sec {
        padding-top: 10.4vw;
    }

    .top_funtion_sec .sec_ttl {
        font-size: 5.1vw;
        margin-bottom: 2vw;
    }

    .top_funtion_sec .sec_ttl .color {
        font-size: 2em;
    }

    .top_funtion_sec .sec_ttl .color::before {
        width: 3vw;
        height: 3vw;
        top: 0;
        right: -1vw;
    }

    .top_funtion_sec .top_funtion_cont {
        grid-template-columns: 1fr;
        gap: 3vw;
    }

    .top_funtion_sec .top_funtion_cont .item {
        display: block;
        padding: 5vw 4vw;
        border-radius: 6px;
    }

    .top_funtion_sec .top_funtion_cont .item .sp_flex {
        display: flex;
        align-items: center;
        gap: 3vw;
        padding-bottom: 2.5vw;
        border-bottom: 1px dashed #939393;
        margin-bottom: 3.1vw;
    }

    .top_funtion_sec .top_funtion_cont .item .item_icon {
        width: 13.5vw;
        height: 13.5vw;
    }

    .top_funtion_sec .top_funtion_cont .item .item_text_area {
        flex-grow: 1;
    }

    .top_funtion_sec .top_funtion_cont .item .item_text_area .item_ttl {
        font-size: 4.1vw;
        line-height: 1.3;
        letter-spacing: .11em;
        color: #4400D8;
        font-weight: 900;
        margin-bottom: 0;
    }

    .top_funtion_sec .top_funtion_cont .item .item_text_area .item_text_list {
        font-size: 3.3vw;
    }

    .common_cta_block {
        background-image: url(../image/common_cta_bg_sp.jpg);
        padding: 15.3vw 0 17.9vw;
    }

    .common_cta_block::before {
        content: "";
        inset: 0;
        position: absolute;
        background-color: #1A0052;
        opacity: .6;
    }

    .common_cta_block>* {
        position: relative;
        z-index: 1;
    }

    .common_cta_block .cont {
        padding: 10vw 5vw 12.8vw;
        width: 100%;
        border-radius: 10px;
    }

    .common_cta_block .cont .main_text {
        font-size: 5.4vw;
        letter-spacing: .1em;
        margin-bottom: 0.7em;
    }

    .common_cta_block .cont .main_text .em {
        position: relative;
        display: inline-block;
    }

    .common_cta_block .cont .main_text .em>* {
        position: relative;
        z-index: 1;
    }

    .common_cta_block .cont .main_text .em::before {
        position: absolute;
        content: "";
        bottom: 0;
        left: -0.4em;
        right: 0.5em;
        height: .3em;
        background-color: #FFFA72;
    }

    .common_cta_block .cont .sub_text {
        font-size: 3.8vw;
        letter-spacing: .09em;
        line-height: 1.6;
    }

    .common_cta_block .cont .sub_text::before,
    .common_cta_block .cont .sub_text::after {
        content: unset;
    }

    .common_cta_block .cont .btn_area {
        gap: 3vw;
        margin-top: 4.6vw;
        flex-direction: column;
    }

    .common_cta_block .cont .btn_area .common_btn {
        width: 100%;
        padding: 1.3em 1.38em;
    }

    .main_footer {
        padding: 12.8vw 0 4.6vw;
        background-image: url(../image/footer_bg_sp.png);
    }

    .main_footer .footer_logo {
        width: 42vw;
        margin: 0 auto 4.6vw;
    }

    .main_footer .footer_info_area {
        margin-bottom: 10.2vw;
    }

    .main_footer .footer_info_area .comp_name {
        font-size: 4.1vw;
        margin-bottom: 3vw;
    }

    .main_footer .footer_info_area .address {
        font-size: 3.6vw;
    }

    .main_footer .footer_link_area {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 40px;
        margin-bottom: 40px;
    }

    .main_footer .footer_link_area .footer_link {
        font-size: 15px;
        letter-spacing: .09em;
        line-height: 1.4;
        color: #333;
        transition: .3s;
        font-weight: 700;
    }

    .main_footer .footer_link_area .footer_link+.footer_link {
        position: relative;
    }

    .main_footer .footer_link_area .footer_link+.footer_link::before {
        content: "";
        height: 100%;
        width: 1px;
        border-radius: 100vmax;
        background-color: #A5A5A5;
        position: absolute;
        top: 0;
        left: -20px;
        bottom: 0;
    }

    .main_footer .footer_link_area .footer_link:hover {
        opacity: .7;
    }

    .main_footer .footer_sub_link_area {
        gap: 7.7vw;
    }

    .main_footer .footer_sub_link_area .footer_sub_link {
        font-size: 3.3vw;
    }

    .main_footer .footer_sub_link_area .footer_sub_link+.footer_sub_link {
        position: relative;
    }

    .main_footer .footer_sub_link_area .footer_sub_link+.footer_sub_link::before {
        left: -3.85vw;
    }

    .main_footer .footer_sub_link_area .footer_sub_link:hover {
        opacity: .7;
    }

    .top_price_sec {
        padding-top: 21.7vw;
    }

    .top_price_sec::before {
        height: 243.8vw;
        background-image: url(../image/top_price_bg_sp.png);
    }

    .top_price_sec .top_price_sec_flex {
        flex-direction: column;
        gap: 6.1vw;
    }

    .top_price_sec .sec_ttl_box {
        padding-top: 0;
        width: 100%;
    }

    .top_price_sec .sec_ttl_box .en_ttl {
        font-size: 11.28vw;
        margin-bottom: 0;
        text-align: center;
    }

    .top_price_sec .sec_ttl_box .sec_ttl {
        font-size: 4.1vw;
        text-align: center;
        margin-bottom: 1em;
    }

    .top_price_sec .sec_ttl_box .ttl_sub_text {
        font-size: 3.6vw;
        text-align: center;
    }

    .top_price_sec .cont {
        flex-direction: column;
        gap: 4.1vw;
        width: 100%;
    }

    .top_price_sec .cont .lr_box,
    .top_price_sec .cont .sml_box {
        border-radius: 8px;
    }

    .top_price_sec .cont .lr_box {
        width: 100%;
    }

    .top_price_sec .cont .sml_box {
        width: 100%;
    }

    .top_price_sec .cont .lr_box .box_head,
    .top_price_sec .cont .sml_box .box_head {
        min-height: unset;
    }

    .top_price_sec .cont .lr_box .box_head {
        background-color: var(--sub-color);
        padding: 3vw;
    }

    .top_price_sec .cont .sml_box .box_head {
        background-color: #7569B9;
    }

    .top_price_sec .cont .lr_box .box_head .head_text {
        font-size: 5vw;
    }

    .top_price_sec .cont .lr_box .box_head .note {
        font-size: 3vw;
    }

    .top_price_sec .cont .lr_box .box_body {
        padding: 4.6vw 5vw 10vw;
    }

    .top_price_sec .cont .lr_box .box_body .box_body_top {
        padding-bottom: 0;
        border-bottom: none;
    }

    .top_price_sec .cont .lr_box .box_body .box_body_top .price_text {
        font-size: 5.6vw;
        margin-bottom: 1vw;
    }

    .top_price_sec .cont .lr_box .box_body .box_body_top .price_text .size {
        font-size: 2em;
    }

    .top_price_sec .cont .lr_box .box_body .box_body_top .price_note {
        font-size: 3vw;
    }

    .top_price_sec .cont .lr_box .box_body .box_body_btm {
        padding-top: 5.8vw;
    }

    .top_price_sec .cont .lr_box .box_body .box_body_btm .box_body_btm_ttl {
        font-size: 3.6vw;
        margin: 0 auto;
        position: relative;
        z-index: 1;
    }

    .top_price_sec .cont .lr_box .box_body .box_body_btm .box_body_btm_cont {
        display: grid;
        grid-template-columns: 1fr;
        gap: 5px;
        background-color: #F8F8F8;
        border-radius: 4px;
        padding: 9.5vw 5vw 5vw;
        margin-top: -4vw;
    }

    .top_price_sec .cont .lr_box .box_body .box_body_btm .box_body_btm_cont .item {
        flex-direction: row;
        gap: 3.5vw;
    }

    .top_price_sec .cont .lr_box .box_body .box_body_btm .box_body_btm_cont .item+.item {
        position: relative;
        margin-top: 1.5vw;
        padding-top: 1.5vw;
    }

    .top_price_sec .cont .lr_box .box_body .box_body_btm .box_body_btm_cont .item+.item::before {
        content: "";
        position: absolute;
        width: calc(100% - 16.3vw);
        height: 1px;
        border-bottom: 1px dashed #B2B2B2;
        top: 0;
        right: 0;
    }

    .top_price_sec .cont .lr_box .box_body .box_body_btm .box_body_btm_cont .item .item_icon {
        width: 12.8vw;
        height: 12.8vw;
        padding: 3vw;
        flex-shrink: 0;
        background-color: #EEE8FF;
    }

    .top_price_sec .cont .lr_box .box_body .box_body_btm .box_body_btm_cont .item .item_icon img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .top_price_sec .cont .lr_box .box_body .box_body_btm .box_body_btm_cont .item .item_text_area {
        text-align: left;
        flex-grow: 1;
    }

    .top_price_sec .cont .lr_box .box_body .box_body_btm .box_body_btm_cont .item .item_text_area .item_text {
        font-size: 4.1vw;
    }

    .top_price_sec .cont .lr_box .box_body .box_body_btm .box_body_btm_cont .item .item_text_area .item_note {
        margin-top: 0.3em;
        font-size: 3vw;
    }

    .top_price_sec .cont .sml_box .box_head .head_text {
        font-size: 4.6vw;
    }

    .top_price_sec .cont .sml_box .box_body {
        padding: 5vw;
    }

    .top_price_sec .cont .sml_box .box_body .inner_box+.inner_box {
        padding-top: 4vw;
        margin-top: 4vw;
    }

    .top_price_sec .cont .sml_box .box_body .inner_box .inner_box_ttl {
        font-size: 3.6vw;
        margin-bottom: 0.6em;
    }

    .top_price_sec .cont .sml_box .box_body .inner_box .inner_box_text {
        font-size: 4.1vw;
    }

    .top_price_sec .cont .sml_box .box_body .inner_box .inner_box_text .size {
        font-size: 2em;
    }

    .top_case_sec {
        padding: 54.1vw 0 20.5vw;
        background-image: url(../image/top_case_bg_sp.png);
        margin-top: -54.1vw;
    }

    .top_case_sec .top_case_pad {
        padding-top: 20.5vw;
    }

    .top_case_sec .en_sec_ttl {
        font-size: 10.2vw;
        margin-bottom: 1vw;
        text-align: center;
    }

    .top_case_sec .sec_ttl {
        font-size: 3.8vw;
    }

    .top_case_sec .lead_text {
        font-size: 3.58vw;
        letter-spacing: .06em;
        margin-top: 1.2em;
    }

    .top_case_sec .cont {
        margin-top: 6.1vw;
        grid-template-columns: 1fr;
        gap: 5.6vw;
    }

    .top_case_sec .cont .item {
        border-radius: 8px;
        padding: 12.8vw 5vw 7.7vw;
    }

    .top_case_sec .cont .item .item_ttl {
        border-radius: 0 0 8px 0;
        font-size: 3.6vw;
        padding: 0.4em 1.5em;
    }

    .top_case_sec .cont .item .item_prof_area {
        margin-bottom: 6.2vw;
        gap: 3vw;
    }

    .top_case_sec .cont .item .item_prof_area .item_icon {
        width: 17.7vw;
        height: 17.7vw;
        flex-shrink: 0;
    }

    .top_case_sec .cont .item .item_prof_area .item_icon img {}

    .top_case_sec .cont .item .item_prof_area .prof_text_area .item_sub_ttl {
        font-size: 4vw;
        letter-spacing: 0.04em;
    }

    .top_case_sec .cont .item .item_prof_area .prof_text_area .prof_name {
        font-size: 3.3vw;
    }

    .top_case_sec .cont .item .frame {
        border-radius: 6px;
        padding: 5vw;
    }

    .top_case_sec .cont .item .frame .kadai_box,
    .top_case_sec .cont .item .frame .kouka_box {
        display: flex;
        gap: 3vw;
    }

    .top_case_sec .cont .item .frame .kadai_box {
        margin-bottom: 7.94vw;
    }

    .top_case_sec .cont .item .frame .kadai_box::before,
    .top_case_sec .cont .item .frame .kadai_box::after {
        content: "";
        position: absolute;
    }

    .top_case_sec .cont .item .frame .kadai_box::before {
        left: 1vw;
        bottom: -4.9vw;
        width: 5.5vw;
        height: 1.9vw;
    }

    .top_case_sec .cont .item .frame .kadai_box::after {
        left: 10.6vw;
        right: 0;
        bottom: -4vw;
        height: 1px;
        border-bottom: 1px dashed #333333;
    }

    .top_case_sec .cont .item .frame .kadai_box .box_head,
    .top_case_sec .cont .item .frame .kouka_box .box_head {
        font-size: 3.6vw;
        padding: 0.5em 0.55em;
        border-radius: 4px;
        letter-spacing: 0;
        line-height: 1.55;
        text-indent: 0;
    }

    .top_case_sec .cont .item .frame .kadai_box .box_head {
        background-color: #E8E0FF;
    }

    .top_case_sec .cont .item .frame .kadai_box .box_text,
    .top_case_sec .cont .item .frame .kouka_box .box_list {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .top_case_sec .cont .item .frame .kadai_box .box_text {
        font-size: 3.6vw;
        line-height: 1.5;
    }

    .top_case_sec .cont .item .frame .kouka_box .box_head {
        padding: 2em 0.55em;
    }

    .top_case_sec .cont .item .frame .kouka_box .box_list ul {}

    .top_case_sec .cont .item .frame .kouka_box .box_list ul li {
        font-size: 3.6vw;
        letter-spacing: .06em;
        line-height: 1.3;
    }

    .top_case_sec .cont .item .frame .kouka_box .box_list ul li+li {
        margin-top: 2.3vw;
    }

    .top_case_sec .cont .item .frame .kouka_box .box_list ul li::before {
        content: unset;
    }

    .top_case_sec .cont .item .frame .kouka_box .box_list ul li .em {
        font-size: 4.1vw;
    }
}