@charset "UTF-8";

/*
Theme Name: child
Theme URI:
Description:
Template: twentytwentyone
Author: makesview
Author URI: https://makes-view.co.jp/
Version: 1.0.0
*/
html,
button,
input,
select,
textarea {
    font-family: "Noto Sans JP", sans-serif;
}

.hel {
    font-family: "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

body {
    color: #313131;
    font-size: 16px;
    line-height: 1.7;
}

a[href$=".pdf"] {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    text-decoration: underline;
    color: #000;
    line-height: 1.5;
}

a[href$=".pdf"]::before {
    content: "";
    display: block;
    flex-shrink: 0;
    width: 30px;
    height: 38px;
    background-image: url(/wp-content/themes/child/image/icon/icon_pdf.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-right: 15px;
}

a[href$=".pdf"]:hover {
    text-decoration: none;
}

.wrap {
    width: 1140px;
    margin: 0 auto;
}

#top_main_sec {
    background-color: #2987cc;
    background-image: url(./image/main_back_circle.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    background-position: top;
}

#top_main_sec .logo {
    width: 380px;
    height: 140px;
    background-color: #fff;
    border-radius: 0 0 20px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

#top_main_sec .logo img {
    width: 80%;
}

#top_main_sec .main_box {
    padding: 20px 0 57px;
}

#top_main_sec .main_box .text_box {
    text-align: center;
}

#top_main_sec .main_box .text_box .license_text {
    font-size: 50px;
    font-weight: 800;
    letter-spacing: 0.08em;
    color: #2987cc;
    line-height: 1;
}

#top_main_sec .main_box .text_box .license_text .batu {
    color: #313131;
    font-size: 27px;
    margin: 0 5px;
    top: -6px;
    position: relative;
}

#top_main_sec .main_box .text_box .text_pro {
    font-size: 70px;
    letter-spacing: 0.1em;
    line-height: 1;
    color: #313131;
    font-weight: 800;
    margin-top: 27px;
}

#top_main_sec .main_box .text_box .text_pro .pro {
    font-size: 30px;
    letter-spacing: 0.08em;
    line-height: 1.1;
    display: inline-block;
    margin-right: 4px;
}

#top_main_sec .main_box .text_box .text_pro .color {
    color: #2987cc;
}

#top_main_sec .main_box .text_box ul {
    margin-top: 30px;
    justify-content: center;
    gap: 0 10px;
}

#top_main_sec .main_box .text_box ul li {
    background-color: #eb9c30;
    padding: 8px 17px;
    color: #ffffff;
    border-radius: 4px;
    font-size: 24px;
    font-weight: 800;
    letter-spacing: 0.08em;
}

#top_main_sec .main_box .text_box .text_mind {
    width: 520px;
    line-height: 61px;
    background-color: #fff505;
    border-radius: 31px;
    margin: 34px auto 0;
    font-size: 24px;
    font-weight: 800;
    letter-spacing: 0.1em;
    position: relative;
}

#top_main_sec .main_box .text_box .text_mind::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    bottom: -11px;
    left: 50%;
    transform: translateX(-50%);
    border-style: solid;
    border-width: 12px 13.5px 0 13.5px;
    border-color: #fff505 transparent transparent transparent;
}

#top_main_sec .main_box .text_box .common_contact_btn {
    margin: 19px auto 0;
}

#top_main_sec .main_box .human_img {
    position: absolute;
    bottom: 0;
}

#top_main_sec .main_box .human_img img {
    width: 100%;
}

#top_main_sec .main_box .human_img.woman {
    left: -100px;
    width: 232px;
}

#top_main_sec .main_box .human_img.man {
    right: -100px;
    width: 248px;
}

.common_contact_btn {
    width: 560px;
}

.common_contact_btn .btn {
    width: 100%;
    color: #ffffff;
    font-weight: 800;
    letter-spacing: 0.1em;
    font-size: 40px;
    background-color: #f18800;
    line-height: 1.2;
    display: block;
    border-radius: 10px;
    padding: 5px 0 21px;
    box-shadow: 0 11px 0 #6d3f05;
    transition: 0.3s;
    position: relative;
}

.common_contact_btn .btn {
    animation: poyopoyo 3s ease-out infinite;
    opacity: 1;
}

@keyframes poyopoyo {

    0%,
    40%,
    60%,
    80% {
        transform: scale(1.0);
    }

    50%,
    70% {
        transform: scale(0.95);
    }
}


.common_contact_btn .btn::after {
    content: "";
    position: absolute;
    background-image: url(/wp-content/uploads/2023/07/finger-img.png);
    background-size: contain;
    width: 70px;
    height: 70px;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-position: center;
}

.common_contact_btn .btn .small {
    pointer-events: none;
    font-size: 22px;
}

/* .common_contact_btn .btn:hover {
    box-shadow: none;
    transform: translateY(11px);
} */

#top_troubled_sec {
    background-color: #f4f4f4;
    padding-bottom: 106px;
}

#top_troubled_sec .troubled_ttl {
    background-color: #2987cc;
    color: #fff;
    font-size: 50px;
    letter-spacing: 0.1em;
    line-height: 1;
    font-weight: 800;
    text-align: center;
    padding: 36.5px 0;
}

#top_troubled_sec .troubled_sec_box {
    margin-top: 50px;
    position: relative;
}

#top_troubled_sec .troubled_sec_box::after {
    content: "";
    position: absolute;
    background-image: url(./image/illust_trouble_sec_man.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 290px;
    height: 441px;
    bottom: -106px;
    right: -100px;
}

#top_troubled_sec .troubled_sec_box .troubled_comment {
    text-align: center;
    font-size: 44px;
    letter-spacing: 0.1em;
    line-height: 1;
    font-weight: 800;
}

#top_troubled_sec .troubled_sec_box .troubled_comment .color {
    color: #2987cc;
    font-size: 60px;
    position: relative;
    z-index: 1;
    margin: 0 2.5px;
}

#top_troubled_sec .troubled_sec_box .troubled_comment .color::after {
    background-color: #efefef;
    width: 80px;
    height: 80px;
    content: "";
    z-index: -1;
    top: 7px;
    left: -11px;
    position: absolute;
    border-radius: 50%;
    filter: blur(2px);
}

#top_troubled_sec .troubled_sec_box .troubled_box {
    padding: 100px 80px;
    background-color: #fff;
    border-radius: 20px;
    margin-top: -30px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
}

#top_troubled_sec .troubled_sec_box .troubled_box ul li {
    font-size: 26px;
    letter-spacing: 0.08em;
    font-weight: 800;
    display: flex;
    align-items: center;
}

#top_troubled_sec .troubled_sec_box .troubled_box ul li::before {
    content: "";
    margin-right: 48px;
    background-image: url(./image/icon/icon_check_blue.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 48px;
    height: 48px;
}

#top_troubled_sec .troubled_sec_box .troubled_box ul li .border {
    color: #2987cc;
    font-size: 34px;
    position: relative;
    z-index: 1;
}

#top_troubled_sec .troubled_sec_box .troubled_box ul li .border::after {
    z-index: -1;
    content: "";
    position: absolute;
    left: -1px;
    right: -1px;
    height: 10px;
    bottom: 6px;
    background-color: #fff505;
    filter: blur(3px);
}

#top_troubled_sec .troubled_sec_box .troubled_box ul li+li {
    margin-top: 27px;
}

#top_pro_sec {
    background-color: #fffef2;
    position: relative;
    padding-bottom: 270px;
}

#top_pro_sec::after {
    content: "";
    position: absolute;
    background-image: url(./image/illust_inheritance_man.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 330px;
    height: 402px;
    bottom: -84px;
    right: 0;
}

#top_pro_sec .pro_ttl {
    background-color: #2987cc;
    text-align: center;
    font-size: 50px;
    font-weight: 800;
    color: #ffffff;
    padding: 32px 0;
    letter-spacing: 0.1em;
    line-height: 1.3;
}

#top_pro_sec .pro_ttl .color {
    font-size: 70px;
    color: #fff505;
}

#top_pro_sec .pro_box {
    margin-top: 40px;
}

#top_pro_sec .pro_box ul {
    display: grid;
    grid-template-columns: repeat(2, 400px);
    gap: 0 30px;
    place-content: center;
}

#top_pro_sec .pro_box ul li {
    border: 5px solid #2987cc;
    border-radius: 6px;
    overflow: hidden;
}

#top_pro_sec .pro_box ul li .theme {
    text-align: center;
    color: #fff505;
    font-size: 40px;
    font-weight: 800;
    letter-spacing: 0.06em;
    line-height: 1;
    padding: 25px 0 130px;
    background-color: #2987cc;
}

#top_pro_sec .pro_box ul li .text_box {
    background-color: #fff;
    padding: 0 10px 27px;
    text-align: center;
}

#top_pro_sec .pro_box ul li .text_box .img {
    display: inline-block;
    width: 217px;
    margin: -108.5px 0 0;
}

#top_pro_sec .pro_box ul li .text_box .img img {
    width: 100%;
}

#top_pro_sec .pro_box ul li .text_box .text {
    margin-top: 10px;
    font-size: 20px;
    letter-spacing: 0.08em;
    line-height: 1.5;
    font-weight: 600;
}

#top_pro_sec .about_box {
    background-color: #fff;
    border: 5px solid #2987cc;
    border-radius: 10px;
    padding: 42px 45px;
    margin-top: 57px;
}

#top_pro_sec .about_box .about_ttl {
    font-size: 28px;
    font-weight: 800;
    letter-spacing: 0.1em;
    color: #2987cc;
    display: flex;
    align-items: center;
}

#top_pro_sec .about_box .about_ttl::before {
    content: "";
    background-image: url(./image/icon/icon_accent_blue.svg);
    background-size: contain;
    width: 46px;
    height: 46px;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 20px;
}

#top_pro_sec .about_box .about_text {
    margin-top: 19px;
    color: #484848;
    letter-spacing: 0.01em;
    font-size: 18px;
    line-height: 1.7;
    font-weight: 600;
}

#top_reason_sec {
    background-color: #e5f7fd;
    padding-bottom: 170px;
}

#top_reason_sec .reason_ttl_box {
    position: relative;
    z-index: 1;
    text-align: end;
}

#top_reason_sec .reason_ttl_box::after {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    height: 400px;
    background-color: #2987cc;
    top: -60px;
    z-index: -1;
    transform: skew(0deg, 4deg);
}

#top_reason_sec .reason_ttl_box .logo_box {
    width: 435px;
    height: 108px;
    background-color: #fff;
    border-radius: 8px;
    padding: 30px;
    align-items: center;
    flex-wrap: nowrap;
    position: relative;
    z-index: 2;
}

#top_reason_sec .reason_ttl_box .logo_box::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 22px 0px 0 25px;
    bottom: -19px;
    right: 68px;
    border-color: #fff transparent transparent transparent;
}

#top_reason_sec .reason_ttl_box .logo_box .logo_img {
    width: 335px;
}

#top_reason_sec .reason_ttl_box .logo_box .logo_img img {
    width: 100%;
}

#top_reason_sec .reason_ttl_box .logo_box .ga {
    font-size: 32px;
    font-weight: 800;
    line-height: 1;
    position: relative;
    top: 4px;
    margin-left: 7px;
}

#top_reason_sec .reason_ttl_box .reason_ttl {
    font-size: 78px;
    font-weight: 800;
    color: #ffffff;
    letter-spacing: 0.08em;
    display: inline-block;
    line-height: 1;
    position: relative;
    margin-right: 39px;
    z-index: 1;
}

#top_reason_sec .reason_ttl_box .reason_ttl::before {
    z-index: -1;
    background-image: url(./image/reason_sec_back_blue.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 817px;
    height: 221px;
    content: "";
    position: absolute;
    top: -29px;
    left: -38px;
}

#top_reason_sec .reason_ttl_box .reason_ttl::after {
    width: 443px;
    height: 8px;
    content: "";
    position: absolute;
    background-color: #fff505;
    border-radius: 20px;
    right: 0;
    bottom: -13px;
}

#top_reason_sec .reason_ttl_box .reason_ttl .color {
    font-size: 127px;
    font-weight: 600;
    color: #fff505;
}

#top_reason_sec .reason_box {
    margin-top: 200px;
}

#top_reason_sec .reason_box ul {
    gap: 73px 40px;
}

#top_reason_sec .reason_box ul li {
    width: 550px;
    position: relative;
    border: 5px solid #2987cc;
    border-radius: 10px;
    background-color: #fff;
    padding: 65px 45px 48px;
    height: 238px;
    text-align: center;
}

#top_reason_sec .reason_box ul li:nth-child(even) {
    margin-top: 38px;
}

#top_reason_sec .reason_box ul li .number {
    width: 70px;
    height: 70px;
    color: #fff505;
    border-radius: 50%;
    font-size: 40px;
    letter-spacing: 0.03em;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -35px;
    background-color: #2987cc;
    left: 50%;
    font-weight: 600;
    transform: translateX(-50%);
}

#top_reason_sec .reason_box ul li .theme {
    font-size: 30px;
    letter-spacing: 0.03em;
    line-height: 1;
    font-weight: 800;
    position: relative;
    z-index: 1;
    display: inline-block;
}

#top_reason_sec .reason_box ul li .theme::after {
    content: "";
    position: absolute;
    z-index: -1;
    background-color: #fff505;
    filter: blur(2px);
    border-radius: 2px;
    bottom: -6px;
    height: 8px;
    width: 102%;
    left: -2px;
}

#top_reason_sec .reason_box ul li .theme .color {
    font-size: 35px;
    color: #2987cc;
}

#top_reason_sec .reason_box ul li .text {
    font-size: 20px;
    letter-spacing: 0.01em;
    color: #575757;
    font-weight: 600;
    line-height: 1.6;
    margin-top: 18px;
}

#top_smart_sec {
    margin-top: -70px;
}

#top_smart_sec .smart_ttl_box {
    background-color: #2987cc;
    border-radius: 12px;
    padding: 18px 76px 27px;
    align-items: center;
    flex-wrap: nowrap;
}

#top_smart_sec .smart_ttl_box .circle {
    font-size: 35px;
    font-weight: 800;
    letter-spacing: 0.08em;
    color: #2987cc;
    line-height: 1.2;
    position: relative;
    transform: rotate(-17deg);
    z-index: 1;
}

#top_smart_sec .smart_ttl_box .circle::after {
    content: "";
    position: absolute;
    width: 152px;
    height: 152px;
    border-radius: 50%;
    z-index: -1;
    background-color: #fff505;
    filter: blur(2px);
    top: -30px;
    left: -39px;
}

#top_smart_sec .smart_ttl_box .smart_ttl {
    color: #ffffff;
    font-size: 40px;
    font-weight: 800;
    letter-spacing: 0.08em;
    line-height: 1.3;
    margin-left: 80px;
}

#top_smart_sec .smart_ttl_box .smart_ttl .color {
    color: #fff505;
    font-size: 60px;
}

#top_smart_sec .smart_box {
    margin-top: 38px;
}

#top_smart_sec .smart_box ul {
    display: grid;
    grid-template-columns: repeat(2, 530px);
    gap: 0 80px;
}

#top_smart_sec .smart_box ul li+li {
    position: relative;
}

#top_smart_sec .smart_box ul li+li::after {
    content: "";
    position: absolute;
    background-image: url(./image/icon/icon_batu_black.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 30px;
    height: 38px;
    top: 210px;
    left: -54px;
}

#top_smart_sec .smart_box ul li .logo {
    width: 410px;
    height: 62px;
    margin: 0 auto;
}

#top_smart_sec .smart_box ul li .logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#top_smart_sec .smart_box ul li .address {
    margin-top: 10px;
    text-align: center;
}

#top_smart_sec .smart_box ul li .img {
    width: 100%;
    height: 325px;
    margin-top: 20px;
}

#top_smart_sec .smart_box ul li .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

#top_smart_sec .smart_box ul li .text_box {
    margin-top: 20px;
}

#top_smart_sec .smart_box ul li .text_box .company_logo {
    width: 390px;
    margin-top: 22px;
}

#top_smart_sec .smart_box ul li .text_box .company_logo img {
    width: 100%;
}

#top_smart_sec .smart_box ul li .text_box .company_logo.company_logo_text {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0.06em;
    line-height: 1;
    margin: 10px 0 10px;
}

#top_smart_sec .smart_box ul li .text_box .contents_text {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0.08em;
    line-height: 1;
    margin-top: 5px;
}

#top_smart_sec .smart_box ul li .text_box .log_text {
    color: #575757;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.03em;
    line-height: 1.4;
    margin-top: 30px;
}

#top_smart_sec .smart_box ul li .feature_box {
    margin-top: 50px;
    text-align: center;
    padding-bottom: 24px;
    background-color: #fffeeb;
    border: 1px solid #ebe6ba;
    border-radius: 10px 10px 10px 10px;
}

#top_smart_sec .smart_box ul li .feature_box .theme {
    font-size: 24px;
    letter-spacing: 0.06em;
    line-height: 44px;
    font-weight: 800;
    color: #fff;
    margin: -23px auto 0;
    width: 270px;
    border-radius: 25px;
}

#top_smart_sec .smart_box ul li .feature_box .theme.theme_1 {
    background-color: #2987cc;
}

#top_smart_sec .smart_box ul li .feature_box .theme.theme_2 {
    background-color: #56b47d;
}

#top_smart_sec .smart_box ul li .feature_box .text {
    margin-top: 13px;
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: 1.4;
    font-weight: 600;
}

#top_support_sec {
    margin-top: 170px;
}

#top_support_sec .support_ttl_box {
    position: relative;
    text-align: center;
}

#top_support_sec .support_ttl_box::after {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    height: 270px;
    background-color: #2987cc;
    top: -52px;
    z-index: -1;
    transform: skew(0deg, -3deg);
}

#top_support_sec .support_ttl_box .support_ttl {
    font-size: 50px;
    font-weight: 800;
    letter-spacing: 0.08em;
    line-height: 1.3;
    color: #fff;
    transform: rotate(-3deg);
}

#top_support_sec .support_ttl_box .support_ttl .color {
    color: #fff505;
    font-size: 80px;
}

#top_support_sec .btn_comment {
    margin: 130px auto 0;
    width: 520px;
    line-height: 61px;
    border-radius: 31px;
    background-color: #fff505;
    position: relative;
    font-size: 26px;
    font-weight: 800;
    text-align: center;
}

#top_support_sec .btn_comment::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 13px 0 13px;
    bottom: -11px;
    left: 50%;
    transform: translateX(-50%);
    border-color: #fff505 transparent transparent transparent;
}

#top_support_sec .common_contact_btn {
    margin: 25px auto 0;
    text-align: center;
}

#top_support_sec .common_contact_btn .btn::after {
    display: none;
}

#top_faq_sec {
    background-color: #fafffd;
    margin-top: 127px;
}

#top_faq_sec .faq_ttl_box {
    background-color: #2987cc;
}

#top_faq_sec .faq_ttl_box .faq_ttl {
    color: #ffffff;
    font-size: 50px;
    letter-spacing: 0.1em;
    line-height: 1;
    text-align: center;
    font-weight: 800;
    padding: 35px 0;
}

#top_faq_sec .faq_box {
    margin-top: 64px;
}

#top_faq_sec .faq_box ul li {
    border-radius: 6px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.16);
    background-color: #fffef3;
    padding: 0 50px;
}

#top_faq_sec .faq_box ul li+li {
    margin-top: 20px;
}

#top_faq_sec .faq_box ul li .quest_box {
    height: 130px;
    flex-wrap: nowrap;
    align-items: center;
    position: relative;
}

#top_faq_sec .faq_box ul li .quest_box::after {
    content: "";
    position: absolute;
    background-image: url(./image/icon/icon_batu_blue.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    top: 46px;
    right: 0;
    width: 44px;
    height: 44px;
    rotate: 45deg;
    transition: 0.5s;
}

#top_faq_sec .faq_box ul li .quest_box.nowOpen::after {
    rotate: 0deg;
}

#top_faq_sec .faq_box ul li .quest_box .mark {
    width: 60px;
    height: 60px;
    background-color: #2987cc;
    color: #ffffff;
    font-weight: 800;
    display: flex;
    font-size: 38px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-right: 30px;
}

#top_faq_sec .faq_box ul li .quest_box .quest_text {
    font-size: 24px;
    font-weight: 800;
    letter-spacing: 0.08em;
    line-height: 1.4;
}

#top_faq_sec .faq_box ul li .answer_box {
    flex-wrap: nowrap;
    align-items: flex-start;
    padding: 22.5px 0 47px;
    border-top: 1px solid #ebebeb;
}

#top_faq_sec .faq_box ul li .answer_box .mark {
    width: 60px;
    height: 60px;
    background-color: #eb9c30;
    color: #ffffff;
    font-weight: 800;
    display: flex;
    font-size: 38px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-right: 30px;
}

#top_faq_sec .faq_box ul li .answer_box .answer_text {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.08em;
    line-height: 1.4;
    margin-top: 12px;
    color: #767676;
}

#top_faq_sec .faq_box ul li .answer_box .answer_text .accent {
    color: #eb9c30;
    font-weight: 800;
    margin-bottom: 16px;
    display: block;
    font-size: 24px;
}

#top_seminar_sec {
    margin-top: 96px;
    background-color: #2987cc;
    padding: 120px 0;
}

#top_seminar_sec .seminar_ttl {
    color: #ffffff;
    font-size: 50px;
    font-weight: 800;
    letter-spacing: 0.08em;
    line-height: 1;
}

#top_seminar_sec .seminar_ttl .color {
    color: #fff505;
}

#top_seminar_sec .seminar_box {
    margin-top: 30px;
    position: relative;
}

#top_seminar_sec .seminar_box::after {
    position: absolute;
    content: "";
    background-color: #fff;
    width: 3px;
    height: 100%;
    right: 12px;
    top: 0;
    opacity: 0.1;
}

#top_seminar_sec .seminar_box ul {
    overflow-y: scroll;
    height: 465px;
    padding-right: 50px;
}

#top_seminar_sec .seminar_box ul::-webkit-scrollbar {
    width: 26px;
}

#top_seminar_sec .seminar_box ul::-webkit-scrollbar-thumb {
    background-color: #fff505;
    height: 20px;
    border-radius: 13px;
}

#top_seminar_sec .seminar_box ul li {
    background-color: #fff;
    border-radius: 10px;
    padding: 35px 50px;
    align-items: flex-start;
    flex-wrap: nowrap;
}

#top_seminar_sec .seminar_box ul li+li {
    margin-top: 10px;
}

#top_seminar_sec .seminar_box ul li .ttl_box {
    padding-right: 110px;
    flex-shrink: 0;
    position: relative;
}

#top_seminar_sec .seminar_box ul li .ttl_box::after {
    content: "";
    position: absolute;
    background-color: #e8e8e8;
    height: 120px;
    width: 1px;
    right: 60px;
    top: -10px;
}

#top_seminar_sec .seminar_box ul li .ttl_box .ttl {
    font-size: 24px;
    font-weight: 800;
    line-height: 1.3;
    color: #2987cc;
    letter-spacing: 0.06em;
}

#top_seminar_sec .seminar_box ul li .ttl_box .day {
    font-size: 18px;
    font-weight: 600;
    color: #767676;
    letter-spacing: 0.06em;
    margin-top: 5px;
}

#top_seminar_sec .seminar_box ul li .theme_sec_box .box+.box {
    margin-top: 24px;
}

#top_seminar_sec .seminar_box ul li .theme_sec_box .box .theme_box .theme {
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 0.06em;
    line-height: 1;
}

#top_seminar_sec .seminar_box ul li .theme_sec_box .box .theme_box .theme_ttl {
    font-size: 30px;
    font-weight: 800;
    letter-spacing: 0.05em;
    line-height: 1.3;
    color: #2987cc;
    margin-top: 5px;
}

#top_seminar_sec .seminar_box ul li .theme_sec_box .box .teacher {
    color: #acacac;
    font-size: 18px;
    letter-spacing: 0.06em;
    line-height: 1;
    margin-top: 13px;
}

#top_seminar_sec .confirm_btn {
    width: 500px;
    margin: 36px auto 0;
}

#top_seminar_sec .confirm_btn .btn {
    background-color: #fff;
    border-radius: 45px;
    color: #2987cc;
    font-size: 32px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-align: center;
    position: relative;
    display: block;
    line-height: 90px;
    transition: 0.3s;
    border: 1px solid #fff;
}

#top_seminar_sec .confirm_btn .btn::after {
    content: "";
    position: absolute;
    background-image: url(./image/icon/icon_link_blue.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 32px;
    height: 32px;
    transform: translateY(-50%);
    top: 54%;
    right: 60px;
    transition: 0.3s;
}

#top_seminar_sec .confirm_btn .btn:hover {
    background-color: #2987cc;
    color: #ffffff;
}

#top_seminar_sec .confirm_btn .btn:hover::after {
    background-image: url(./image/icon/icon_link_white.svg);
}

#top_contact_sec {
    background-color: #fffef2;
    padding: 120px 0 176px;
}

#top_contact_sec .ttl {
    color: #eb9c30;
    text-align: center;
    font-weight: 800;
    font-size: 50px;
    letter-spacing: 0.06em;
}

#top_contact_sec .tel_box {
    margin-top: 32px;
    text-align: center;
}

#top_contact_sec .tel_box .tel_text {
    font-size: 34px;
    letter-spacing: 0.06em;
    line-height: 1;
    font-weight: 800;
}

#top_contact_sec .tel_box .tel {
    margin-top: 12px;
    font-size: 32px;
    letter-spacing: 0.06em;
    font-weight: 800;
    line-height: 1;
    display: inline-block;
    color: #313131;
}

#top_contact_sec .tel_box .tel .number {
    font-size: 54px;
}

#top_contact_sec .tel_box .time {
    font-size: 18px;
    letter-spacing: 0.06em;
    line-height: 1;
    font-weight: 500;
    margin-top: 10px;
}

#top_contact_sec .contact_form_box {
    border-top: 1px solid #ebebeb;
    margin-top: 44.5px;
    padding-top: 44.5px;
    text-align: center;
}

#top_contact_sec .contact_form_box .form_text {
    font-size: 34px;
    font-weight: 800;
    letter-spacing: 0.06em;
    line-height: 1;
}

#top_contact_sec .contact_form_box .form_step_box {
    margin-top: 18px;
}

#top_contact_sec .contact_form_box .form_step_box ul {
    display: flex;
    justify-content: center;
    gap: 0 80px;
}

#top_contact_sec .contact_form_box .form_step_box ul li {
    width: 160px;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #eaeaea;
    padding: 21px 0 20px;
}

#top_contact_sec .contact_form_box .form_step_box ul li.active {
    background-color: #fff505;
}

#top_contact_sec .contact_form_box .form_step_box ul li+li {
    position: relative;
}

#top_contact_sec .contact_form_box .form_step_box ul li+li::after {
    content: "";
    position: absolute;
    width: 21px;
    height: 37px;
    top: 50%;
    transform: translateY(-50%);
    left: -50px;
    background-image: url(./image/icon/icon_sankaku_orange.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

#top_contact_sec .contact_form_box .form_step_box ul li .icon {
    width: 83px;
    margin: 0 auto;
}

#top_contact_sec .contact_form_box .form_step_box ul li .icon img {
    width: 100%;
}

#top_contact_sec .contact_form_box .form_step_box ul li .theme {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    margin-top: 14px;
    letter-spacing: 0.06em;
    line-height: 1;
}

#top_contact_sec .contact_form_box .form_box {
    text-align: left;
    margin-top: 40px;
}

#top_contact_sec .contact_form_box .form_box .attention {
    text-align: right;
    margin-bottom: 10px;
}

#top_contact_sec .contact_form_box .form_box ul li {
    align-items: baseline;
    flex-wrap: nowrap;
}

#top_contact_sec .contact_form_box .form_box ul li+li {
    margin-top: 20px;
}

#top_contact_sec .contact_form_box .form_box ul li.textarea_box {
    margin-top: 30px;
}

#top_contact_sec .contact_form_box .form_box ul li .theme {
    font-size: 26px;
    font-weight: 800;
    margin-top: 23px;
    letter-spacing: 0.06em;
    line-height: 1;
    width: 200px;
    margin-right: 90px;
    flex-shrink: 0;
}

#top_contact_sec .contact_form_box .form_box ul li .theme.hissu {
    position: relative;
}

#top_contact_sec .contact_form_box .form_box ul li .theme.hissu::before {
    content: "※";
    position: absolute;
    color: #d60000;
    font-size: 16px;
    font-weight: 800;
    right: -45px;
    top: 7px;
}

#top_contact_sec .contact_form_box .form_box ul li .input_box {
    width: 100%;
    margin-left: auto;
}

#top_contact_sec .contact_form_box .form_box ul li .input_box input {
    height: 80px;
    display: block;
    width: 100%;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.06em;
    padding: 22px 30px;
    border: 1px solid #eaeaea;
    border-radius: 4px;
    background-color: #fff;
    text-decoration: none;
}

#top_contact_sec .contact_form_box .form_box ul li .input_box input::placeholder {
    color: #e5e5e5;
}

#top_contact_sec .contact_form_box .form_box ul li .input_box.textarea textarea.textarea {
    height: 280px;
    display: block;
    width: 100%;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.06em;
    padding: 22px 30px;
    border: 1px solid #eaeaea;
    border-radius: 4px;
    background-color: #fff;
    text-decoration: none;
}

#top_contact_sec .contact_form_box .form_box ul li .input_box.textarea textarea.textarea::placeholder {
    color: #e5e5e5;
}

#top_contact_sec .contact_form_box .form_box ul li .address_box {
    width: 100%;
}

#top_contact_sec .contact_form_box .form_box ul li .address_box .number {
    height: 80px;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    font-size: 26px;
    font-weight: 800;
}

#top_contact_sec .contact_form_box .form_box ul li .address_box .number input {
    height: 100%;
    width: 130px !important;
    display: block;
    width: 100%;
    font-size: 24px;
    font-weight: 600;
    margin: 0 16px;
    letter-spacing: 0.06em;
    padding: 22px 30px;
    border: 1px solid #eaeaea;
    border-radius: 4px;
    background-color: #fff;
    text-decoration: none;
    text-align: center;
}

#top_contact_sec .contact_form_box .form_box ul li .address_box .number input:nth-child(2) {
    width: 140px !important;
}

#top_contact_sec .contact_form_box .form_box ul li .address_box .number input::placeholder {
    color: #e5e5e5;
}

#top_contact_sec .contact_form_box .form_box ul li .address_box .number .error {
    font-size: 12px;
    font-weight: 400;
}

#top_contact_sec .contact_form_box .form_box ul li .address_box .address {
    width: 100%;
    margin-top: 14px;
    height: 80px;
}

#top_contact_sec .contact_form_box .form_box ul li .address_box .address input {
    height: 100%;
    width: 100%;
    display: block;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.06em;
    padding: 22px 30px;
    text-align: left;
    border: 1px solid #eaeaea;
    border-radius: 4px;
    background-color: #fff;
    text-decoration: none;
}

#top_contact_sec .contact_form_box .form_box ul li .address_box .address input::placeholder {
    color: #e5e5e5;
}

#top_contact_sec .contact_form_box .form_box #btn_wrap {
    justify-content: center;
    width: 400px;
    margin: 35px auto 0;
    gap: 0 1px;
}

#top_contact_sec .contact_form_box .form_box #btn_wrap .common_page_btn {
    line-height: 90px;
    width: 100%;
    color: #ffffff;
    background-color: #2987cc;
    font-weight: 800;
    border-radius: 45px;
    font-size: 32px;
    font-weight: 800;
    display: block;
    letter-spacing: 0.08em;
    text-align: center;
    transition: 0.3s;
    border: 1px solid #2987cc;
}

#top_contact_sec .contact_form_box .form_box #btn_wrap .common_page_btn:hover {
    background-color: #fff;
    color: #2987cc;
}

#top_contact_sec .contact_form_box .form_box #btn_wrap .common_page_btn+.common_page_btn {
    margin-top: 18px;
}

#top_contact_sec .contact_form_box .form_box #btn_wrap .common_page_btn.back_color {
    background-color: #868c91;
    border: 1px solid #868c91;
}

#top_contact_sec .contact_form_box .form_box #btn_wrap .common_page_btn.back_color:hover {
    opacity: 0.7;
    color: #ffffff;
    background-color: #868c91;
}

.mw_wp_form_preview ul li .address_box .number {
    font-size: 16px !important;
    font-weight: 400 !important;
}

#top_inheritance_sec {
    background-color: #f7f7f7;
    padding: 25px 0px 100px;
    position: relative;
}

#top_inheritance_sec::after {
    content: "";
    position: absolute;
    clip-path: polygon(100% 10%, 0% 100%, 100% 100%);
    background-color: #f7f7f7;
    width: 100%;
    height: 90px;
    left: 0;
    top: -70px;
}

#top_inheritance_sec .inheritance_ttl_box {
    position: relative;
    text-align: center;
    z-index: 1;
}

#top_inheritance_sec .inheritance_ttl_box::after {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    height: 270px;
    background-color: #2987cc;
    top: -56px;
    z-index: -1;
    transform: skew(0deg, 3deg);
}

#top_inheritance_sec .inheritance_ttl_box .inheritance_ttl {
    color: #ffffff;
    font-size: 50px;
    letter-spacing: 0.06em;
    font-weight: 800;
    rotate: 3deg;
    line-height: 1.2;
}

#top_inheritance_sec .inheritance_ttl_box .inheritance_ttl .color {
    color: #fff505;
    font-size: 80px;
}

#top_inheritance_sec .inheritance_ttl_box .inheritance_ttl .big {
    font-size: 80px;
}

#footer {
    background-color: #f7f7f7;
    padding: 95px 0 120px;
}

#footer .ft_companyBox {
    width: 700px;
    margin: auto;
}

#footer .ft_companyBox ul {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}

#footer .ft_companyBox li {
    width: 300px;
}

#footer .ft_companyBox li .logo {
    width: 100%;
    margin: 0 auto;
    height: 80px;
}

#footer .ft_companyBox li .add {}

#footer .ft_companyBox li .logo img {
    width: 100%;
}

#footer .theme_three {
    margin-top: 8px;
    text-align: center;
    font-size: 50px;
    font-weight: 800;
    color: #2987cc;
    letter-spacing: 0.06em;
}

#footer .theme_three .batu {
    font-size: 27px;
    color: #313131;
    margin: 0 5px;
    position: relative;
    top: -6px;
}

#footer .cr {
    text-align: center;
    font-size: 14px;
    letter-spacing: 0.06em;
    line-height: 1;
    margin-top: 35px;
}

#fixed_footer_box {
    position: fixed;
    width: 100%;
    padding-right: calc(50vw - 670px);
    z-index: 1000;
    left: 0;
    background-color: #2987cc;
    bottom: 0;
}

#fixed_footer_box .footer_box {
    align-items: center;
    flex-wrap: nowrap;
}

#fixed_footer_box .footer_box .logo {
    width: 350px;
    height: 105px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

#fixed_footer_box .footer_box .logo img {
    width: 80%;
}

#fixed_footer_box .footer_box .footer_right_box {
    align-items: center;
    flex-wrap: nowrap;
}

#fixed_footer_box .footer_box .footer_right_box .tel_box {
    margin-right: 18px;
    flex-shrink: 0;
}

#fixed_footer_box .footer_box .footer_right_box .tel_box .tel {
    font-size: 28px;
    letter-spacing: 0.08em;
    line-height: 1;
    display: block;
    color: #ffffff;
    font-weight: 800;
}

#fixed_footer_box .footer_box .footer_right_box .tel_box .tel .number {
    font-size: 50px;
}

#fixed_footer_box .footer_box .footer_right_box .address_box {
    font-size: 18px;
    color: #ffffff;
    letter-spacing: 0.06em;
    line-height: 1.3;
    white-space: nowrap;
    margin-right: 45px;
}

#fixed_footer_box .footer_box .footer_right_box .btn_box {
    width: 300px;
}

#fixed_footer_box .footer_box .footer_right_box .btn_box .btn {
    background-color: #fff505;
    color: #2987cc;
    font-weight: 800;
    letter-spacing: 0.06em;
    font-size: 28px;
    text-align: center;
    display: block;
    border: 1px solid #fff505;
    line-height: 80px;
    transition: 0.3s;
}

#fixed_footer_box .footer_box .footer_right_box .btn_box .btn:hover {
    background-color: #2987cc;
    color: #fff505;
}

/* PC固定ページ お問い合わせ */
#page_contact table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 50px;
}

#page_contact table th,
#page_contact table td {
    padding: 1em;
    font-size: 14px;
}

#page_contact table th {
    width: 25%;
}

#page_contact table th .hissu {
    color: #c70000;
    margin-right: 0.3em;
}

#page_contact table td {
    width: 75%;
}

#page_contact input[type=text],
#page_contact input[type=email],
#page_contact #zip {
    width: 60%;
    height: 50px;
    border: 1px solid #ccc;
    padding: 1em;
}

#page_contact input.tel {
    border: 1px solid #ccc;
    padding: 1em;
    width: 18.8%;
}

#page_contact select {
    outline: none;
    background: transparent;
    padding: 1em;
    width: 50%;
    border: 1px solid #ccc;
}

#page_contact textarea {
    width: 60%;
    border: 1px solid #ccc;
    padding: 1em;
    height: 200px;
}

#page_contact .attention {
    font-size: 12px;
}

#page_contact #btn_wrap {
    justify-content: center;
}

#page_contact #btn_wrap button {
    background-color: #d10606;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    color: #fff;
    display: block;
    width: 300px;
    line-height: 50px;
    border-radius: 50px;
    font-size: 15px;
    transition: 0.3s;
    text-align: center;
}

#page_contact #btn_wrap button[name=submitBack] {
    background-color: #333;
    margin-right: 20px;
}

#page_contact #btn_wrap button:hover {
    background-color: #bf0000;
}

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

.radio_btns label {
    display: inline-block;
}

/* spanの左側にボタンを配置するスペースを作る */
.radio_btns .radio_btns__item+span {
    padding-left: 2em;
    display: inline-block;
    position: relative;
}

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

/* after上書き */
.radio_btns .radio_btns__item+span::after {
    width: 14px;
    height: 14px;
    top: 0;
    left: 3px;
    border: none;
    background: #f18800;
    -webkit-transform: scale(0);
    /*--ここを0にすることで下線は非表示となる--*/
    -ms-transform: scale(0);
    /*--ここを0にすることで下線は非表示となる--*/
    transform: scale(0);
    transition: all 0.3s;
    /*--0.3秒かけて下線が表示される--*/
}

/*
  checked状態
  文字のcolorとボタンのopacityを変更
*/
.radio_btns .radio_btns__item:checked+span {
    color: #f18800;
}

.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-text {
    display: inline-block;
    position: relative;
    padding: 0 36px 0 36px;
}

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

.mwform-checkbox-field-text::before {
    background: #fff;
    border: 2px solid #ccc;
    border-radius: 2px;
    width: 20px;
    height: 20px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.mwform-checkbox-field-text::after {
    border-width: 3px;
    border-color: transparent transparent #f18800 #f18800;
    border-style: solid;
    width: 20px;
    height: 10px;
    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 {
    margin-right: 10px;
    margin-bottom: 10px;
    display: inline-block;
}

/* サンクスページ */
#top_contact_sec .thanks_textArea {
    text-align: center;
}

#top_contact_sec .thanks_textArea p {
    font-size: 16px;
    line-height: 2;
}

#top_contact_sec .thanks_textArea .contact_text {
    margin-bottom: 20px;
}

#top_contact_sec .thanks_textArea .ichiran_link {
    background-color: #2987cc;
    border: 1px solid #2987cc;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    color: #fff;
    display: block;
    width: 300px;
    line-height: 50px;
    border-radius: 50px;
    font-size: 15px;
    transition: 0.3s;
    margin: 0 auto;
    text-decoration: none;
}

#page_contact .thanks_textArea .ichiran_link:hover {
    background-color: #fff;
    color: #2987cc;
}

#top_smart_sec .name {
    font-size: 25px;
    font-weight: 600;
    letter-spacing: .03em;
    margin-bottom: 10px;
}

#top_smart_sec .name .rep {
    font-size: 19px;
    margin-right: 20px;
}

#top_smart_sec .qualify {
    text-decoration: underline;
    font-size: 18px;
    letter-spacing: .08em;
}

#top_smart_sec .smart_box .box.higuchi .contents_text {
    margin-top: 21px;
}

#top_smart_sec .smart_box ul li .feature_box.higuchi {
    margin-top: 69px;
}

#top_smart_sec .support_text {
    /* text-align: center; */
    font-size: 25px;
    font-weight: 600;
    letter-spacing: .08em;
    margin-top: 55px;
    display: inline-block;
    position: relative;
}

#top_smart_sec .support_text_flame {
    text-align: center;
}

#top_smart_sec .support_text::before,
#top_smart_sec .support_text::after {
    content: "/";
    position: absolute;
    right: -40px;
    font-size: 70px;
    bottom: -9px;
    color: #2987cb;
}

#top_smart_sec .support_text::after {
    left: -44px;
    right: auto;
    transform: rotate(-30deg);
    bottom: -11px;
}

.mv_rabel.sakai {
    margin-bottom: 10px;
}

.mv_rabel {
    text-align: center;
    font-weight: 900;
    right: 150px;
    top: -11px;
    font-size: 43px;
    line-height: 1.2;
    letter-spacing: .1em;
}

.mv_rabel .color::before {
    content: "";
    position: absolute;
    left: -1px;
    right: -1px;
    height: 17px;
    bottom: 2px;
    background-color: #fff505;
    filter: blur(3px);
    z-index: -1;
}



#top_main_sec>* {
    position: relative;
    z-index: 1;
}

.mv_rabel .color {
    font-size: 54px;
    color: #2987cb;
    font-weight: 900;
    position: relative;
    text-stroke: 1px #FFF;
    letter-spacing: .1em;
    margin-left: 10px;
}

.mv_rabel.sakai .comma {
    font-size: 65px;
}

#top_smart_sec .smart_box ul li .feature_box.houselink_feature_box {
    margin-top: 90px;
}

@media (max-width: 750px) {
    .wrap {
        max-width: 90%;
    }

    a[href$=".pdf"]::before {
        width: 7vw;
        height: 8vw;
        margin-right: 2.5vw;
    }

    a[href$=".pdf"]:hover {
        text-decoration: underline;
    }

    body {
        font-size: 3.4vw;
        line-height: 1.5;
    }

    #top_main_sec {
        background-image: url(./image/main_back_circle_sp.png);
        padding: 15vw 0 17vw;
        background-position: top;
        overflow: hidden;
    }

    #top_main_sec .logo {
        width: 100%;
        height: unset;
        background-color: unset;
        border-radius: 0;
    }

    #top_main_sec .logo img {
        width: 70%;
    }

    #top_main_sec .main_box {
        padding: 0;
        margin-top: 4vw;
    }

    #top_main_sec .main_box .text_box .license_text {
        font-size: 6.5vw;
        /* text-align: left; */
    }

    #top_main_sec .main_box .text_box .license_text .batu {
        font-size: 3.6vw;
        margin: 0 1vw;
        top: -1vw;
    }

    #top_main_sec .main_box .text_box .text_pro {
        font-size: 9vw;
        margin-top: 4vw;
        line-height: 1.5;
        /* text-align: left; */
    }

    #top_main_sec .main_box .text_box .text_pro .pro {
        font-size: 4.5vw;
        margin-right: 0;
        display: block;
    }

    #top_main_sec .main_box .text_box ul {
        margin-top: 2vw;
        gap: 0;
        justify-content: space-between;
        flex-wrap: nowrap;
    }

    #top_main_sec .main_box .text_box ul li {
        padding: 2vw 2.5vw;
        font-size: 3.6vw;
    }

    #top_main_sec .main_box .text_box .text_mind {
        width: 90%;
        line-height: 10vw;
        margin: 7vw auto 0;
        font-size: 4vw;
    }

    #top_main_sec .main_box .text_box .text_mind::after {
        bottom: -3vw;
        border-width: 4vw 3vw 0 3vw;
    }

    #top_main_sec .main_box .text_box .common_contact_btn {
        margin: 5vw auto 0;
    }

    #top_main_sec .main_box .text_box .more_text {
        font-size: 4.5vw;
        font-weight: 800;
        letter-spacing: 0.06em;
        line-height: 1;
        margin-top: 25vw;
        position: relative;
    }

    #top_main_sec .main_box .text_box .more_text::after {
        content: "";
        position: absolute;
        background-image: url(./image/icon/icon_sankaku_orange2.svg);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        width: 10vw;
        transform: translateX(-50%);
        height: 10vw;
        left: 50%;
        bottom: -16vw;
    }

    #top_main_sec .main_box .human_img {
        bottom: -17vw;
    }

    #top_main_sec .main_box .human_img.woman {
        left: -11vw;
        width: 20vw;
    }

    #top_main_sec .main_box .human_img.man {
        right: -11vw;
        width: 21vw;
    }

    .common_contact_btn {
        width: 100%;
    }

    .common_contact_btn .btn {
        font-size: 7vw;
        line-height: 1.4;
        padding: 2vw 0 3vw;
        transition: 0s;
        box-shadow: 0 2.5vw 0 #7f4800;
    }

    /* .common_contact_btn .btn::after {
        display: none;
    } */

    .common_contact_btn .btn::after {
        width: 60px;
        height: 60px;
        right: 4px;
        top: 56%;
    }

    .common_contact_btn .btn .small {
        font-size: 4vw;
    }

    .common_contact_btn .btn:hover {
        box-shadow: 0 2.5vw 0 #005914;
        transform: translateY(0);
    }

    #top_troubled_sec {
        padding-top: 20vw;
        padding-bottom: 23vw;
    }

    #top_troubled_sec .troubled_ttl {
        font-size: 5vw;
        padding: 4vw 0;
        width: 90vw;
        margin: 0 auto;
        border-radius: 5px;
    }

    #top_troubled_sec .troubled_sec_box {
        margin-top: 7vw;
    }

    #top_troubled_sec .troubled_sec_box::after {
        display: none;
    }

    #top_troubled_sec .troubled_sec_box .troubled_comment {
        font-size: 6.5vw;
        line-height: 1.3;
    }

    #top_troubled_sec .troubled_sec_box .troubled_comment .color {
        font-size: 7vw;
        margin: 0;
    }

    #top_troubled_sec .troubled_sec_box .troubled_comment .color::after {
        width: 9vw;
        height: 9vw;
        top: 0.7vw;
        left: -1.1vw;
    }

    #top_troubled_sec .troubled_sec_box .troubled_box {
        padding: 0;
        background-color: unset;
        border-radius: 0;
        margin-top: 6vw;
        box-shadow: none;
        position: relative;
    }

    #top_troubled_sec .troubled_sec_box .troubled_box::after {
        left: 50%;
        content: "";
        position: absolute;
        background-image: url(./image/icon/icon_sankaku_blue.svg);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        width: 14vw;
        height: 6vw;
        bottom: -15vw;
        transform: translateX(-50%);
    }

    #top_troubled_sec .troubled_sec_box .troubled_box ul li {
        font-size: 3.8vw;
    }

    #top_troubled_sec .troubled_sec_box .troubled_box ul li::before {
        margin-right: 5vw;
        width: 6vw;
        height: 6vw;
    }

    #top_troubled_sec .troubled_sec_box .troubled_box ul li .border {
        display: contents;
        font-size: 4vw;
    }

    #top_troubled_sec .troubled_sec_box .troubled_box ul li .border::after {
        display: none;
    }

    #top_troubled_sec .troubled_sec_box .troubled_box ul li+li {
        margin-top: 5vw;
    }

    #top_pro_sec {
        padding-bottom: 31vw;
    }

    #top_pro_sec::after {
        display: none;
    }

    #top_pro_sec .pro_ttl {
        font-size: 4.4vw;
        padding: 4vw 0;
    }

    #top_pro_sec .pro_ttl .color {
        font-size: 7.2vw;
    }

    #top_pro_sec .pro_box {
        margin-top: 9vw;
    }

    #top_pro_sec .pro_box ul {
        grid-template-columns: 100%;
        gap: 2vw 0;
    }

    #top_pro_sec .pro_box ul li {
        border: 1px solid #f4f4f4;
        border-radius: 4px;
        background-color: #fff;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
        position: relative;
        display: flex;
        height: 38vw;
        align-items: center;
        z-index: 1;
    }

    #top_pro_sec .pro_box ul li::after {
        content: "";
        position: absolute;
        background-image: url(./image/pro_menu_back.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        width: 100%;
        left: 0;
        top: 0;
        height: 30vw;
    }

    #top_pro_sec .pro_box ul li .text_box {
        display: flex;
        background-color: unset;
        align-items: center;
        flex-wrap: nowrap;
        padding: 5vw 3vw;
        text-align: left;
        position: relative;
        z-index: 1;
    }

    #top_pro_sec .pro_box ul li .text_box .img {
        display: block;
        width: 30%;
        flex-shrink: 0;
        margin: 0 4.5vw 0 0;
    }

    #top_pro_sec .pro_box ul li .text_box .box .theme_sp {
        font-size: 4.8vw;
        font-weight: 800;
        letter-spacing: 0.06em;
        color: #2987cc;
        line-height: 1;
    }

    #top_pro_sec .pro_box ul li .text_box .box .text {
        margin-top: 2vw;
        letter-spacing: 0.03em;
        font-size: 3.5vw;
    }

    #top_pro_sec .about_box {
        border: 5px solid #2987cc;
        padding: 8vw 3vw;
        margin-top: 15vw;
    }

    #top_pro_sec .about_box .about_ttl {
        font-size: 5vw;
        position: relative;
        justify-content: center;
    }

    #top_pro_sec .about_box .about_ttl::before {
        position: absolute;
        width: 9vw;
        height: 9vw;
        margin-right: 0;
        left: 50%;
        background-color: #fff;
        transform: translateX(-50%);
        top: -13vw;
        border-radius: 50%;
    }

    #top_pro_sec .about_box .about_ttl::after {
        width: 10vw;
        height: 2px;
        content: "";
        background-color: #c9c9c9;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: -3vw;
    }

    #top_pro_sec .about_box .about_text {
        text-align: center;
        margin-top: 5vw;
        font-size: 3.2vw;
    }

    #top_reason_sec {
        padding-bottom: 20vw;
        background-color: #edf5ff;
    }

    #top_reason_sec .reason_ttl_box {
        text-align: center;
        z-index: 2;
    }

    #top_reason_sec .reason_ttl_box::before {
        width: 37vw;
        height: 45vw;
        top: -23vw;
        right: 0;
        z-index: 2;
        content: "";
        position: absolute;
        background-image: url(./image/illust_inheritance_man.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }

    #top_reason_sec .reason_ttl_box::after {
        height: 36vw;
        top: -1vw;
    }

    #top_reason_sec .reason_ttl_box .logo_box {
        width: 40vw;
        height: 12vw;
        padding: 2vw;
        z-index: 3;
    }

    #top_reason_sec .reason_ttl_box .logo_box::after {
        border-width: 3vw 0px 0 4vw;
        bottom: -2vw;
        right: 16vw;
    }

    #top_reason_sec .reason_ttl_box .logo_box .logo_img {
        width: 32vw;
    }

    #top_reason_sec .reason_ttl_box .logo_box .ga {
        font-size: 3.2vw;
        top: 0.7vw;
        margin-left: 1vw;
    }

    #top_reason_sec .reason_ttl_box .reason_ttl {
        font-size: 7.5vw;
        margin-right: 0;
        z-index: 2;
    }

    #top_reason_sec .reason_ttl_box .reason_ttl::before {
        width: 83vw;
        height: 22vw;
        top: -3vw;
        left: -5vw;
    }

    #top_reason_sec .reason_ttl_box .reason_ttl::after {
        width: 40vw;
        height: 2.3vw;
        background-color: unset;
        border-radius: unset;
        bottom: -3vw;
        border-top: 2.8px solid #fff505;
        border-bottom: 2.8px solid #fff505;
    }

    #top_reason_sec .reason_ttl_box .reason_ttl .color {
        font-size: 12vw;
    }

    #top_reason_sec .reason_box {
        margin-top: 25vw;
    }

    #top_reason_sec .reason_box ul {
        display: flex;
        flex-wrap: wrap;
        gap: 11vw 0;
    }

    #top_reason_sec .reason_box ul li {
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
        width: 100%;
        border: unset;
        padding: 11vw 3vw 6vw;
        height: 39vw;
    }

    #top_reason_sec .reason_box ul li:nth-child(even) {
        margin-top: 0;
    }

    #top_reason_sec .reason_box ul li .number {
        width: 12vw;
        height: 12vw;
        font-size: 6vw;
        top: -6vw;
    }

    #top_reason_sec .reason_box ul li .theme {
        font-size: 6vw;
    }

    #top_reason_sec .reason_box ul li .theme .batu {
        font-size: 3.2vw;
        position: relative;
        top: -1vw;
        margin: 0 1vw;
    }

    #top_reason_sec .reason_box ul li .theme::after {
        bottom: -1vw;
        height: 2vw;
        left: -1vw;
    }

    #top_reason_sec .reason_box ul li .theme .color {
        font-size: 6.5vw;
    }

    #top_reason_sec .reason_box ul li .text {
        font-size: 3.5vw;
        margin-top: 4vw;
        line-height: 1.5;
    }

    #top_smart_sec {
        margin-top: 20vw;
    }

    #top_smart_sec .smart_ttl_box {
        border-radius: 10vw;
        padding: 4.9vw 1vw 4.9vw 4.7vw;
    }

    #top_smart_sec .smart_ttl_box .circle {
        font-size: 4.4vw;
        transform: rotate(0deg);
    }

    #top_smart_sec .smart_ttl_box .circle::after {
        width: 19vw;
        height: 19vw;
        top: -4.1vw;
        left: -4vw;
        filter: unset;
    }

    #top_smart_sec .smart_ttl_box .smart_ttl {
        font-size: 5vw;
        margin-left: 9vw;
    }

    #top_smart_sec .smart_ttl_box .smart_ttl .color {
        font-size: 5vw;
    }

    #top_smart_sec .smart_box {
        margin-top: 38px;
    }

    #top_smart_sec .smart_box ul {
        display: grid;
        grid-template-columns: 100%;
        gap: 20vw 0;
    }

    #top_smart_sec .smart_box ul li {
        background-color: #fff;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
        padding: 5vw;
        border-radius: 10px;
    }

    #top_smart_sec .smart_box ul li+li {
        position: relative;
    }

    #top_smart_sec .smart_box ul li+li::after {
        display: none;
    }

    #top_smart_sec .smart_box ul li+li::before {
        content: "";
        position: absolute;
        background-image: url(./image/icon/icon_batu_black.svg);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        width: 10vw;
        height: 7vw;
        top: -12vw;
        left: 50%;
        transform: translateX(-50%);
    }

    #top_smart_sec .smart_box ul li .sp_text {
        font-size: 5vw;
        font-weight: 800;
        letter-spacing: 0.06em;
        line-height: 1.5;
        text-align: center;
        margin-top: 2vw;
    }

    #top_smart_sec .smart_box ul li .logo {
        width: 90%;
        height: 12vw;
        margin: 0 auto 0;
    }

    #top_smart_sec .smart_box ul li .box {
        margin-top: 7.5vw;
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
    }

    #top_smart_sec .smart_box ul li .box .img {
        height: 49vw;
        width: 100%;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: 2vw;
    }

    #top_smart_sec .smart_box ul li .box .img.houselink {
        width: 100%;
    }

    #top_smart_sec .smart_box ul li .box .text_box {
        margin-top: 3vw;
    }

    #top_smart_sec .smart_box ul li .box .text_box .company_logo {
        width: 100%;
    }

    #top_smart_sec .smart_box ul li .box .text_box .company_logo.company_logo_text {
        font-size: 22px;
        font-weight: 600;
        letter-spacing: 0.06em;
        line-height: 1;
        margin: 40px 0 29px;
    }

    #top_smart_sec .smart_box ul li .box .text_box .contents_text {
        font-size: 2.8vw;
        letter-spacing: 0.03em;
        margin-top: 1vw;
        text-align: center;
    }

    #top_smart_sec .smart_box ul li .feature_box.higuchi {
        margin-top: 40px;
    }

    #top_smart_sec .smart_box ul li .box .text_box .log_text {
        font-size: 2.5vw;
        margin-top: 5vw;
    }

    #top_smart_sec .smart_box ul li .feature_box {
        margin-top: 9vw;
        padding-bottom: 3vw;
    }

    #top_smart_sec .smart_box ul li .feature_box .theme {
        font-size: 4vw;
        line-height: 9vw;
        margin: -4vw auto 0;
        width: 48vw;
        border-radius: 10vw;
    }

    #top_smart_sec .smart_box ul li .feature_box .text {
        margin-top: 3vw;
        font-size: 3vw;
    }

    #top_support_sec {
        margin-top: 10vw;
    }

    #top_support_sec .support_ttl_box::after {
        height: 45vw;
        top: -15vw;
    }

    #top_support_sec .support_ttl_box .support_ttl {
        font-size: 6vw;
        text-align: left;
    }

    #top_support_sec .support_ttl_box .support_ttl .color {
        font-size: 9.2vw;
    }

    #top_support_sec .btn_comment {
        margin: 25vw auto 0;
        width: 90%;
        line-height: 12vw;
        border-radius: 10vw;
        font-size: 4.4vw;
    }

    #top_support_sec .btn_comment::after {
        border-width: 5vw 5vw 5vw 5vw;
        bottom: -7vw;
    }

    #top_support_sec .common_contact_btn {
        margin: 6vw auto 0;
    }

    #top_faq_sec {
        margin-top: 15vw;
    }

    #top_faq_sec .faq_ttl_box .faq_ttl {
        font-size: 5vw;
        padding: 5vw 0;
    }

    #top_faq_sec .faq_box {
        margin-top: 5vw;
    }

    #top_faq_sec .faq_box ul li {
        padding: 0;
    }

    #top_faq_sec .faq_box ul li+li {
        margin-top: 3vw;
    }

    #top_faq_sec .faq_box ul li .quest_box {
        height: 22vw;
        padding: 0 5vw;
    }

    #top_faq_sec .faq_box ul li .quest_box::after {
        display: none;
    }

    #top_faq_sec .faq_box ul li .quest_box .mark {
        width: 10vw;
        height: 10vw;
        font-size: 6vw;
        margin-right: 5vw;
    }

    #top_faq_sec .faq_box ul li .quest_box .quest_text {
        font-size: 3.4vw;
    }

    #top_faq_sec .faq_box ul li .answer_box {
        padding: 5vw;
    }

    #top_faq_sec .faq_box ul li .answer_box .mark {
        width: 10vw;
        height: 10vw;
        font-size: 6vw;
        margin-right: 5vw;
    }

    #top_faq_sec .faq_box ul li .answer_box .answer_text {
        font-size: 3vw;
        margin-top: 2vw;
    }

    #top_faq_sec .faq_box ul li .answer_box .answer_text .accent {
        margin-bottom: 1vw;
        font-size: 4.5vw;
    }

    #top_faq_sec .faq_box ul li .answer_box .answer_text .sp_box {
        display: block;
        margin-left: -14vw;
        margin-top: 5vw;
    }

    #top_seminar_sec {
        margin-top: 20vw;
        padding: 20vw 0;
        overflow: hidden;
    }

    #top_seminar_sec .seminar_ttl {
        font-size: 6vw;
        text-align: center;
    }

    #top_seminar_sec .seminar_box {
        margin-top: 5vw;
    }

    #top_seminar_sec .seminar_box::after {
        width: 2px;
        right: -3.5vw;
    }

    #top_seminar_sec .seminar_box ul {
        height: 137vw;
        padding-right: 2.5vw;
        width: 95vw;
    }

    #top_seminar_sec .seminar_box ul::-webkit-scrollbar {
        width: 3vw;
    }

    #top_seminar_sec .seminar_box ul::-webkit-scrollbar-thumb {
        border-radius: 10vw;
        height: 3vw;
    }

    #top_seminar_sec .seminar_box ul li {
        border-radius: 10px;
        padding: 0;
        align-items: unset;
        flex-wrap: wrap;
    }

    #top_seminar_sec .seminar_box ul li+li {
        margin-top: 3vw;
    }

    #top_seminar_sec .seminar_box ul li .ttl_box {
        padding: 3vw 5vw 3vw;
        border-radius: 10px 10px 0 0;
        width: 100%;
        background-color: #f8f8f8;
    }

    #top_seminar_sec .seminar_box ul li .ttl_box::after {
        display: none;
    }

    #top_seminar_sec .seminar_box ul li .ttl_box .ttl {
        font-size: 4vw;
    }

    #top_seminar_sec .seminar_box ul li .theme_sec_box {
        padding: 5vw;
    }

    #top_seminar_sec .seminar_box ul li .theme_sec_box .box {
        display: flex;
        align-items: flex-start;
        flex-wrap: nowrap;
    }

    #top_seminar_sec .seminar_box ul li .theme_sec_box .box+.box {
        margin-top: 5vw;
        padding-top: 5vw;
        border-top: dashed 1px #e2e2e2;
    }

    #top_seminar_sec .seminar_box ul li .theme_sec_box .box .theme_box {
        width: 14vw;
        margin-right: 5vw;
    }

    #top_seminar_sec .seminar_box ul li .theme_sec_box .box .theme_box .theme {
        font-size: 4vw;
        line-height: 1.4;
        white-space: nowrap;
    }

    #top_seminar_sec .seminar_box ul li .theme_sec_box .box .theme_box .theme .small {
        font-size: 3.3vw;
    }

    #top_seminar_sec .seminar_box ul li .theme_sec_box .box .sp_box {
        margin-left: 0;
    }

    #top_seminar_sec .seminar_box ul li .theme_sec_box .box .sp_box .theme_ttl_sp {
        color: #2987cc;
        letter-spacing: 0.06em;
        font-size: 4.5vw;
        font-weight: 800;
        line-height: 1.4;
    }

    #top_seminar_sec .seminar_box ul li .theme_sec_box .box .sp_box .teacher {
        font-size: 3.5vw;
        margin-top: 4vw;
        line-height: 1.4;
    }

    #top_seminar_sec .seminar_box ul li .theme_sec_box .box .sp_box .day {
        color: #767676;
        font-size: 3.5vw;
        font-weight: 600;
        margin-top: 0vw;
        letter-spacing: 0.04em;
    }

    #top_seminar_sec .confirm_btn {
        width: 90%;
        margin: 5vw 0 0;
    }

    #top_seminar_sec .confirm_btn .btn {
        border-radius: 10vw;
        font-size: 4.5vw;
        line-height: 15vw;
        text-align: left;
        padding-left: 5.5vw;
        transition: 0s;
    }

    #top_seminar_sec .confirm_btn .btn::after {
        width: 5vw;
        height: 5vw;
        top: 54%;
        right: 5vw;
        transition: 0s;
    }

    #top_seminar_sec .confirm_btn .btn:hover {
        background-color: #ffffff;
        color: #2987cc;
    }

    #top_seminar_sec .confirm_btn .btn:hover::after {
        background-image: url(./image/icon/icon_link_blue.svg);
    }

    #top_seminar_sec .sp_text {
        text-align: center;
        color: #ffffff;
        font-size: 3.2vw;
        letter-spacing: 0.06em;
        line-height: 1;
        margin-top: 3vw;
    }

    #top_contact_sec {
        padding: 20vw 0;
    }

    #top_contact_sec .ttl {
        font-size: 6vw;
    }

    #top_contact_sec .tel_box {
        margin-top: 3vw;
    }

    #top_contact_sec .tel_box .tel_text {
        font-size: 5vw;
    }

    #top_contact_sec .tel_box .tel {
        display: none;
    }

    #top_contact_sec .tel_box .tel_btn_box {
        width: 100%;
        margin: 3vw auto 0;
    }

    #top_contact_sec .tel_box .tel_btn_box .btn {
        background-color: #eb9c30;
        color: #fff;
        font-weight: 800;
        letter-spacing: 0.06em;
        line-height: 15vw;
        text-align: center;
        display: block;
        width: 100%;
        font-size: 5vw;
        border-radius: 10vw;
        position: relative;
    }

    #top_contact_sec .tel_box .tel_btn_box .btn::before {
        background-image: url(./image/icon/icon_tel_orange.svg);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        width: 14vw;
        height: 14vw;
        top: 0.4vw;
        left: 0.6vw;
        content: "";
        position: absolute;
    }

    #top_contact_sec .tel_box .time {
        font-size: 3.6vw;
        margin-top: 3vw;
        text-align: center;
    }

    #top_contact_sec .contact_form_box {
        border-top: 1px dashed #ebebeb;
        margin-top: 6vw;
        padding-top: 6vw;
    }

    #top_contact_sec .contact_form_box .form_text {
        font-size: 4.8vw;
    }

    #top_contact_sec .contact_form_box .form_step_box {
        margin-top: 4vw;
    }

    #top_contact_sec .contact_form_box .form_step_box ul {
        gap: 0 7vw;
    }

    #top_contact_sec .contact_form_box .form_step_box ul li {
        width: 23vw;
        padding: 3vw 0;
    }

    #top_contact_sec .contact_form_box .form_step_box ul li+li::after {
        width: 2.5vw;
        height: 5vw;
        left: -5vw;
    }

    #top_contact_sec .contact_form_box .form_step_box ul li .icon {
        width: 50%;
    }

    #top_contact_sec .contact_form_box .form_step_box ul li .theme {
        font-size: 3.8vw;
        margin-top: 2vw;
    }

    #top_contact_sec .contact_form_box .form_box {
        margin-top: 6vw;
    }

    #top_contact_sec .contact_form_box .form_box ul li {
        padding: 0 5vw;
        align-items: unset;
        flex-wrap: wrap;
    }

    #top_contact_sec .contact_form_box .form_box ul li+li {
        margin-top: 5vw;
    }

    #top_contact_sec .contact_form_box .form_box ul li.textarea_box {
        margin-top: 5vw;
    }

    #top_contact_sec .contact_form_box .form_box ul li .theme {
        padding-left: 3vw;
        font-size: 4vw;
        margin-top: 0;
        width: 100%;
        margin-right: 0;
        margin-bottom: 2.4vw;
    }

    #top_contact_sec .contact_form_box .form_box ul li .theme.hissu::before {
        font-size: 3.4vw;
        right: 0;
        top: 1vw;
    }

    #top_contact_sec .contact_form_box .form_box ul li .input_box {
        margin-left: 0;
    }

    #top_contact_sec .contact_form_box .form_box ul li .input_box input {
        height: 10vw;
        font-size: 3.5vw;
        padding: 2vw;
    }

    #top_contact_sec .contact_form_box .form_box ul li .input_box.textarea textarea.textarea {
        height: 40vw;
        font-size: 4vw;
        padding: 2vw;
    }

    #top_contact_sec .contact_form_box .form_box ul li .address_box {
        width: 100%;
    }

    #top_contact_sec .contact_form_box .form_box ul li .address_box .number {
        height: 10vw;
        font-size: 4vw;
    }

    #top_contact_sec .contact_form_box .form_box ul li .address_box .number input {
        width: 20vw !important;
        font-size: 3.5vw;
        margin: 0 2vw;
        padding: 2vw;
    }

    #top_contact_sec .contact_form_box .form_box ul li .address_box .number input:nth-child(2) {
        width: 22vw !important;
    }

    #top_contact_sec .contact_form_box .form_box ul li .address_box .number .error {
        font-size: 2.8vw;
    }

    #top_contact_sec .contact_form_box .form_box ul li .address_box .address {
        margin-top: 2vw;
        height: 10vw;
    }

    #top_contact_sec .contact_form_box .form_box ul li .address_box .address input {
        font-size: 3.5vw;
        padding: 2vw;
    }

    #top_contact_sec .contact_form_box .form_box #btn_wrap {
        width: 90%;
        margin: 8vw auto 0;
        gap: 0 1vw;
    }

    #top_contact_sec .contact_form_box .form_box #btn_wrap .common_page_btn {
        line-height: 15vw;
        border-radius: 10vw;
        font-size: 5vw;
        transition: 0s;
    }

    #top_contact_sec .contact_form_box .form_box #btn_wrap .common_page_btn:hover {
        background-color: #2987cc;
        color: #ffffff;
    }

    #top_contact_sec .contact_form_box .form_box #btn_wrap .common_page_btn+.common_page_btn {
        margin-top: 1vw;
    }

    .mw_wp_form_preview ul li .address_box .number {
        font-size: 3.2vw !important;
    }

    #top_inheritance_sec {
        padding: 7vw 0 20vw;
    }

    #top_inheritance_sec::after {
        clip-path: polygon(100% 10%, 0% 100%, 100% 100%);
        height: 20vw;
        top: -10vw;
    }

    #top_inheritance_sec .inheritance_ttl_box::after {
        height: 32vw;
        top: -8vw;
    }

    #top_inheritance_sec .inheritance_ttl_box .inheritance_ttl {
        font-size: 4.8vw;
        letter-spacing: 0.08em;
    }

    #top_inheritance_sec .inheritance_ttl_box .inheritance_ttl .color {
        font-size: 8.5vw;
    }

    #top_inheritance_sec .inheritance_ttl_box .inheritance_ttl .big {
        font-size: 8.5vw;
    }

    #footer {
        padding: 5vw 0 27vw;
    }

    #footer .logo {
        width: 80%;
    }

    #footer .theme_three {
        margin-top: 2vw;
        font-size: 7vw;
    }

    #footer .theme_three .batu {
        font-size: 3.4vw;
        margin: 0 1vw;
        top: -1vw;
    }

    #footer .cr {
        font-size: 3.4vw;
        margin-top: 6vw;
    }

    #fixed_footer_box {
        padding-right: 0;
        background-color: unset;
        bottom: 0;
    }

    #fixed_footer_box .footer_box {
        display: none;
    }

    #fixed_footer_box .footer_box_sp ul {
        flex-wrap: nowrap;
        align-items: center;
    }

    #fixed_footer_box .footer_box_sp ul li {
        width: 50%;
    }

    #fixed_footer_box .footer_box_sp ul li .link {
        padding: 2vw 0;
        display: block;
    }

    #fixed_footer_box .footer_box_sp ul li .link .icon {
        width: 8vw;
        height: 8vw;
        margin: 0 auto;
    }

    #fixed_footer_box .footer_box_sp ul li .link .icon img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    #fixed_footer_box .footer_box_sp ul li .link .theme {
        margin-top: 1vw;
        font-size: 4vw;
        text-align: center;
        color: #fff;
        font-weight: 800;
        letter-spacing: 0.06em;
    }

    #fixed_footer_box .footer_box_sp ul li:nth-child(1) {
        background-color: #2987cc;
    }

    #fixed_footer_box .footer_box_sp ul li:nth-child(2) {
        background-color: #eb9c30;
    }

    /* SP固定ページ お問い合わせ */
    #page_contact table {
        margin-bottom: 10vw;
    }

    #page_contact table th,
    #page_contact table td {
        font-size: 4vw;
        display: block;
    }

    #page_contact table th {
        width: 100%;
        text-align: left;
        padding-bottom: 1vw;
    }

    #page_contact table td {
        width: 100%;
        padding-top: 0;
    }

    #page_contact input[type=text],
    #page_contact input[type=email],
    #page_contact #zip {
        width: 100%;
        height: 12vw;
    }

    #page_contact input.tel {
        width: 30%;
    }

    #page_contact select {
        width: 100%;
    }

    #page_contact textarea {
        width: 100%;
        height: 60vw;
    }

    #page_contact #btn_wrap button {
        width: 80%;
        line-height: 12vw;
        border-radius: 12vw;
        font-size: 4vw;
    }

    #page_contact #btn_wrap button[name=submitBack] {
        margin-right: 0;
        margin-bottom: 4vw;
    }

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

    .mw_wp_form .horizontal-item+.horizontal-item {
        margin-left: 0;
        margin-top: 2vw;
    }

    #page_contact .attention {
        font-size: 3vw;
    }

    /* サンクスページ */
    #page_contact .thanks_textArea p {
        font-size: 4vw;
    }

    #page_contact .thanks_textArea .contact_text {
        margin-bottom: 2em;
    }

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

    /* ステップバー デザイン */
    #page_contact .progressbar .item {
        font-size: 11px;
        line-height: 1.4;
        padding: 10px 0;
    }

    #page_contact .progressbar .item:not(:last-child)::before,
    #page_contact .progressbar .item:not(:last-child)::after {
        border-width: 25px;
        border-left-width: 12px;
    }

    #top_smart_sec .name .rep {
        font-size: 3.5vw;
        display: block;
    }

    #top_smart_sec .name {
        font-size: 5.2vw;
    }

    #top_smart_sec .hurigana {
        font-size: 3vw;
        display: block;
        text-indent: -1vw;
    }

    #top_smart_sec .qualify {
        font-size: 4vw;
        text-align: center;
    }

    #top_smart_sec .name.kurokawa .rep,
    #top_smart_sec .name.kurokawa .hurigana {
        display: inline-block;
    }

    #top_smart_sec .name.kurokawa {
        text-align: center;
        margin-bottom: 2vw;
    }

    #top_smart_sec .smart_box ul li .text_box {
        margin-top: 3vw;
    }

    #top_smart_sec .support_text {
        font-size: 4.5vw;
        letter-spacing: .02em;
        margin: 9vw 0 13vw;
        line-height: 1.4;
    }

    #top_smart_sec .support_text::before,
    #top_smart_sec .support_text::after {
        font-size: 17vw;
        font-weight: 200;
        right: -8vw;
        bottom: -1vw;
    }

    #top_smart_sec .support_text::after {
        left: -11vw;
        right: auto;
    }

    .mv_rabel {
        font-size: 5vw;
        margin-top: 1vw;
        letter-spacing: .08em;
    }

    .mv_rabel .color {
        font-size: 6.8vw;
        margin: 1vw 0 0 2vw;
        text-stroke: 1px #FFF;
    }

    .mv_rabel .color::before {
        height: 2vw;
    }

    .mv_rabel.sakai {
        line-height: 1.3;
        margin: 10vw 0 0;
        font-size: 5vw;
    }

    #top_smart_sec .smart_box ul li .feature_box.houselink_feature_box {
        margin-top: 9vw;
    }

    #top_smart_sec .smart_box ul li .address {
        font-size: 2.6vw;
    }

    #footer .ft_companyBox {
        width: 100%;
    }

    #footer .ft_companyBox ul {
        flex-wrap: wrap;
    }

    #footer .ft_companyBox li {
        margin-bottom: 30px;
        width: 100%;
    }

    #footer .ft_companyBox li .logo {
        width: 70%;
    }

    #footer .ft_companyBox li .logo {
        height: auto;
        margin-bottom: 5px;
    }

    #footer .ft_companyBox li .add p {
        text-align: center;
    }

}