@charset "UTF-8";


@font-face {
    font-family: 'Avenir Heavy';
    src: url('/wp-content/themes/swell_child/fonts/AvenirLTStd-Heavy.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'DIN 2014';
    src: url('/wp-content/themes/swell_child/assets/fonts/DIN2014_Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica';
    src: url('/wp-content/themes/swell_child/fonts/Helvetica.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica';
    src: url('/wp-content/themes/swell_child/fonts/Helvetica-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

.font_din {
    font-family: 'DIN 2014', sans-serif;
}

.font_Avenir {
    font-family: 'Avenir Heavy', sans-serif;
}

.font_Helvetica {
    font-family: 'Helvetica', sans-serif;
}

html,
button,
input,
select,
textarea {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
}

body {
    color: #1D1D1D;
    font-size: 16px;
    line-height: 2;
}

.wrap {
    width: 1140px;
    margin: 0 auto;
    max-width: unset;
    overflow: visible;
}

.wrap.mid {
    width: 1240px;
    max-width: unset;
    overflow: visible;
}

.wrap.lr {
    width: 1340px;
    max-width: unset;
    overflow: visible;
}

#main_header {
    padding: 15px 0;
}

#main_header .cont {
    align-items: center;
}

#main_header .logo_area .logo_wrap {
    gap: 20px;
    align-items: center;
}

#main_header .logo_area .logo {
    width: 145px;
}

#main_header .logo_area .anniversary_logo {
    width: 150px;
}

#main_header .logo_area .text {
    font-size: 14px;
    text-align: center;
}

#main_header .logo_area .text .accent {
    color: #B5951B;
    font-size: 17px;
}

#main_header .logo_area .text .accent small {
    font-size: 14px;
}

#main_header .right .title {
    font-size: 12px;
    text-align: right;
    margin-right: 1.2em;
}

#main_header .right .menu {
    align-items: center;
}

#main_header .right .menu ul {
    gap: 2em;
    border-right: 1px solid #E0E0E0;
    padding-right: 30px;
    margin-right: 30px;
}

#main_header .right .menu ul li a {
    font-size: 15px;
    color: initial;
}

#main_header .right .menu .line_button a {
    display: block;
    width: 230px;
    line-height: 50px;
    background-color: #AE1814;
    background-image: url(/wp-content/themes/swell_child/images/icon_chat.svg);
    background-repeat: no-repeat;
    background-position: 20px;
    color: #fff;
    padding-left: 52px;
    border-radius: 5px;
    box-shadow: 0 6px 0 #720401;
    position: relative;
    overflow: hidden;
    background-color: #1d7430;
    box-shadow: 0 6px 0 #2e5230;
}

#main_header .right .menu .line_button a::before {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(
        120deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.5) 50%,
        rgba(255, 255, 255, 0) 100%
    );
    animation: shine 1.5s infinite;
}

@keyframes shine {
    0% {
        left: -75%;
    }
    100% {
        left: 125%;
    }
}



#main_header .right .menu .line_button a::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 27px;
    width: 9px;
    height: 9px;
    margin: auto;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    box-sizing: border-box;
}

/* PCトップページ FV */
.top_main {
    background: #DBD1C2;
    padding-block: 20px 0;
}

.top_main .cont {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
}

.top_main .cont .img {
    flex-shrink: 0;
    width: 385px;
}

.top_main .cont .text_box .title_box {
    margin-block: 0 35px;
}

.top_main .cont .text_box .title_box .main_title {
    margin-block: 0 15px;
    position: relative;
    z-index: 0;
}

.top_main .cont .text_box .title_box .main_title::before {
    content: "";
    width: 23px;
    aspect-ratio: 23/16;
    background: #3E3E3E;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    position: absolute;
    bottom: -14px;
    left: 17px;
}

.top_main .cont .text_box .title_box .main_title .text {
    display: inline-block;
    background: #fff;
    border: 1px solid #3E3E3E;
    border-radius: 3px;
    font-size: 18px;
    letter-spacing: .08em;
    font-weight: 700;
    line-height: 1.5;
    padding: 0.35em 0.9em;
    filter: drop-shadow(3px 3px 0 #3E3E3E);
    backdrop-filter: drop-shadow(3px 3px 0 #3E3E3E);
    position: relative;
    z-index: 0;
}

.top_main .cont .text_box .title_box .main_title .text::before {
    content: "";
    width: 23px;
    aspect-ratio: 23/16;
    background: #fff;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    position: absolute;
    bottom: -13px;
    left: 16px;
}

.top_main .cont .text_box .title_box .sub_title {
    font-size: 64px;
    letter-spacing: .1em;
    font-weight: 700;
    line-height: 1.25;
}

.top_main .cont .text_box .title_box .sub_title .color {
    color: #B42321;
}

.top_main .cont .text_box .list ul {
    display: grid;
    grid-template-columns: repeat(3, 181px);
    gap: 8px;
}

.top_main .cont .text_box .list li {
    display: flex;
    justify-content: space-between;
}

.top_main .cont .text_box .list li::before,
.top_main .cont .text_box .list li::after {
    content: "";
    background: url(/wp-content/themes/swell_child/images/fv_flame.svg) no-repeat;
    background-size: contain;
    width: 15px;
    aspect-ratio: 15/116;
    display: block;
    flex-shrink: 0;
}

.top_main .cont .text_box .list li::after {
    transform: rotateY(180deg);
}

.top_main .cont .text_box .list li .inner {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.top_main .cont .text_box .list li .icon {
    flex-shrink: 0;
    flex-grow: 1;
    max-height: 51px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-block: 0 8px;
}

.top_main .cont .text_box .list li .icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.top_main .cont .text_box .list li .textarea {
    text-align: center;
}

.top_main .cont .text_box .list li .textarea .text {
    font-size: 17px;
    letter-spacing: .02em;
    font-weight: 700;
    line-height: 1.3;
}

.top_main .cont .text_box .list li .textarea .text .color {
    color: #B42321;
}

.common_lineButton a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-color: #C10C07;
    background-image: url(/wp-content/themes/swell_child/images/icon_chat.svg);
    background-repeat: no-repeat;
    background-position: 30px;
    background-size: 30px;
    min-block-size: 66px;
    border-radius: 4px;
    padding: 0.3em;
    width: 380px;
    line-height: 1.3;
    font-size: 20px;
    text-align: center;
    box-shadow: 0 8px 0 #720401;
    position: relative;
    overflow: hidden;
    background-color: #1d7430;
    box-shadow: 0 8px 0 #2e5230;
}

.common_lineButton a::before {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(
        120deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.5) 50%,
        rgba(255, 255, 255, 0) 100%
    );
    animation: shine 1.5s infinite;
}

@keyframes shine {
    0% {
        left: -75%;
    }
    100% {
        left: 125%;
    }
}

.common_lineButton a::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 27px;
    width: 9px;
    aspect-ratio: 1;
    min-width: 0;
    margin: auto;
    border: solid #fff;
    border-width: 2px 2px 0 0;
    transform: rotate(45deg);
    box-sizing: border-box;
}

.common_lineButton a small {
    font-size: 13px;
}

.topSection_reason {
    padding: 90px 0 120px 0;
    background: url(/wp-content/themes/swell_child/images/reason_back.png) no-repeat;
    background-size: cover;
    background-position: center;
}

.topSection_reason .titleBox {
    text-align: center;
    font-size: 24px;
    background: url(/wp-content/themes/swell_child/images/reason_title_white.png) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 55px 0 150px 0;
    line-height: 1.7;
    position: relative;
}

.topSection_reason .titleBox:before,
.topSection_reason .titleBox:after {
    content: "";
    width: 48px;
    height: 120px;
    background: url(/wp-content/themes/swell_child/images/ribon.png) no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: 90px;
}

.topSection_reason .titleBox:before {
    left: 180px;
}

.topSection_reason .titleBox:after {
    right: 180px;
    transform: scale(-1, 1);
}

.topSection_reason .titleBox .lead {
    font-size: 24px;
}

.topSection_reason .titleBox .lead .accent {
    color: #C49809;
    font-size: 48px;
    line-height: 1.3;
}

.topSection_reason .titleBox .accent small {
    font-size: 24px;
    margin-left: .1em;
}

.topSection_reason .titleBox .title {
    font-size: 32px;
}

.topSection_reason .list {
    justify-content: center;
    gap: 40px;
}

.topSection_reason .list li {
    width: 310px;
    height: 310px;
    border-radius: 100%;
    background: rgba(255, 255, 255, 0.9);
    text-align: center;
    padding: 40px;
    position: relative;
}

.topSection_reason .list li:before {
    content: "";
    width: 290px;
    height: 290px;
    border: 1px solid;
    border-radius: 100%;
    position: absolute;
    left: 10px;
    top: 10px;
}

.topSection_reason .list li .num {
    background: #9E2E2B;
    color: #fff;
    width: 45px;
    line-height: 45px;
    border-radius: 100%;
    font-size: 20px;
    margin: 0 auto 20px auto;
}

.topSection_reason .list li .lead {
    font-size: 14px;
    line-height: 1.5;
}

.topSection_reason .list li .catch {
    font-size: 24px;
}

.topSection_reason .list li .catch .accent {
    color: #AF1814;
}

.topSection_worries {
    background: #F4F4F5;
    padding: 150px 0 115px 0;
    position: relative;
}

.topSection_worries .arrow {
    position: absolute;
    left: calc(50% - 185px);
    bottom: -100px;
}

.topSection_worries .titleBox {
    margin-bottom: 85px;
    text-align: center;
    line-height: 1.7;
    position: relative;
}

.topSection_worries .titleBox .lead {
    font-size: 24px;
}

.topSection_worries .titleBox .title {
    font-size: 40px;
}

.topSection_worries .titleBox:before {
    content: "";
    width: 90px;
    height: 2px;
    background: #AF1814;
    position: absolute;
    left: calc(50% - 45px);
    bottom: -12px;
}

.topSection_worries .list {
    gap: 30px;
    justify-content: center;
}

.topSection_worries .list li {
    width: 360px;
    background: #E5E7EB;
    padding: 35px 20px;
    gap: 20px;
    align-items: center;
}

.topSection_worries .list li .text .accent {
    color: #9E2E2B;
    font-weight: bold;
}

.topSection_solution {
    padding-top: 160px;
    padding-bottom: 80px;
    background: url(/wp-content/themes/swell_child/images/map_japan.svg) no-repeat;
    background-position: center bottom;
    text-align: center;
}

.topSection_solution .titleBox {
    margin-bottom: 60px;
}

.topSection_solution .titleBox .title {
    font-size: 30px;
}

.topSection_solution .titleBox .title .accent {
    color: #9E2E2B;
    font-size: 35px;
}

.topSection_solution .titleBox .title .accent small {
    font-size: 30px;
}

.common_titleBox_border {
    text-align: center;
    position: relative;
    margin-bottom: 55px;
}

.common_titleBox_border:before {
    content: "";
    width: 100px;
    height: 2px;
    background: #AF1814;
    position: absolute;
    left: calc(50% - 45px);
    bottom: -11px;
}

.common_titleBox_border .title {
    font-size: 28px;
}

.topSection_partner .slider li {
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.16);
    margin: 0 10px;
    border-bottom: 6px solid #9E2E2B;
}

.topSection_partner .slick-list {
    padding-top: 10px;
}

.topSection_partner .slick-prev,
.topSection_partner .slick-next {
    width: 60px !important;
    height: 60px !important;
    background: #333333;
    z-index: 2;
}

.topSection_partner .slick-prev:before,
.topSection_partner .slick-next:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: calc(50% - 6px);
    width: 12px;
    height: 12px;
    margin: auto;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg) !important;
    box-sizing: border-box;
    opacity: 1;
    -webkit-font-smoothing: unset;
    -moz-osx-font-smoothing: unset;
    background: none !important;
    padding: 0 !important;
    border-radius: 0;
}

.topSection_partner .slick-prev:before {
    transform: rotate(225deg) !important;
}

.topSection_partner .slider {
    width: auto;
    margin: auto;
}

.topSection_partner .slick-prev:hover,
.topSection_partner .slick-prev:focus,
.topSection_partner .slick-next:hover,
.topSection_partner .slick-next:focus {
    color: #fff;
    background: #333;
    outline: initial;
}

.topSection_partner .slider li .image {
    width: 100%;
    height: 160px;
}

.topSection_partner .slider li .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.topSection_partner .slider li.slick-slide img:hover {
    opacity: 1;
}

.topSection_partner .slider li .textArea {
    padding: 20px 20px 45px 20px;
}

.topSection_partner .slider li .textArea .company {
    text-align: center;
    margin-bottom: 27px;
    font-weight: bold;
}

.topSection_partner .slider li .textArea .text {
    font-size: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    min-height: 120px;
}

.topSection_partner .slider li .logo {
    text-align: center;
    padding: 10px 0;
}

.topSection_partner .slider li .logo img {
    width: auto;
    height: auto;
    max-width: 100px;
    max-height: 50px;
    margin: 0 auto;
}

.topSection_partner .contactArea {
    margin-top: 55px;
}

.topSection_partner .contactArea .hukidashi {
    background: #1D1D1D;
    color: #fff;
    width: 300px;
    margin: 0 auto 20px auto;
    text-align: center;
    font-size: 15px;
    padding: .2em 0;
    position: relative;
}

.topSection_partner .contactArea .hukidashi:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-top: 10px solid #1D1D1D;
    border-bottom: 0;
    position: absolute;
    left: calc(50% - 5px);
    bottom: -10px;
}

.topSection_partner .contactArea .common_lineButton a {
    margin: 0 auto;
}

.topSection_reason_three {
    padding-top: 155px;
}

.topSection_reason_three .reason_box {
    padding: 40px 0;
    text-align: center;
}

.topSection_reason_three .reason_box:nth-child(odd) {
    background: #F7F7FA;
}

.topSection_reason_three .reason_box .reason {
    position: relative;
    font-size: 14px;
    display: inline-block;
    line-height: 1;
    margin-bottom: 20px;
}

.topSection_reason_three .reason_box .reason:before {
    content: "";
    width: 30px;
    height: 1px;
    background: #9E2E2B;
    position: absolute;
    left: -40px;
    bottom: 2px;
}

.topSection_reason_three .reason_box .reason .num {
    font-size: 24px;
    color: #AF1814;
    margin-left: 5px;
}

.topSection_reason_three .reason_box .title {
    font-size: 34px;
    margin-bottom: 40px;
}

.topSection_reason_three .reason_box .title .accent {
    color: #AF1814;
}

.topSection_reason_three .reason_box .text {
    color: #333;
    margin-bottom: 50px;
}

.topSection_reason_three .reason_box .illust img {
    width: auto;
}

.common_titleBox {
    justify-content: center;
    text-align: center;
    margin-bottom: 45px;
}

.common_titleBox .lead {
    width: 100%;
}

.common_titleBox .title {
    width: 100%;
    font-size: 32px;
}

.topSection_flow {
    padding: 120px 0 140px 0;
}

.topSection_flow .list li {
    padding: 20px 35px;
    background: #F5F5F5;
    align-items: center;
    position: relative;
}

.topSection_flow .list li:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 25px solid transparent;
    border-left: 25px solid transparent;
    border-top: 25px solid #F5F5F5;
    border-bottom: 0;
    position: absolute;
    left: 75px;
    bottom: -25px;
}

.topSection_flow .list li:last-child:before {
    display: none;
}

.topSection_flow .list li+li {
    margin-top: 45px;
}

.topSection_flow .list li .step {
    position: absolute;
    left: 10px;
    top: -10px;
    line-height: 1;
}

.topSection_flow .list li .step .num {
    font-size: 24px;
    color: #AF1814;
}

.topSection_flow .list li .icon {
    width: 140px;
    height: 140px;
    background: #fff;
    border-radius: 100%;
}

.topSection_flow .list li .textArea {
    width: calc(100% - 140px);
    padding-left: 50px;
}

.topSection_flow .list li .textArea .title {
    font-size: 30px;
    border-bottom: 2px dashed;
    margin-bottom: .5em;
    padding: 5px 10px 5px 50px;
    background: url(/wp-content/themes/swell_child/images/icon_check.svg) no-repeat;
    background-position: 0;
}

.topSection_reviews {
    background: #F7F7FA;
    padding: 95px 0 145px 0;
}

.topSection_reviews .list li {
    background: #fff;
    padding: 30px 60px;
    align-items: center;
    border-bottom: 6px solid #9E2E2B;
}

.topSection_reviews .list li+li {
    margin-top: 40px;
}

.topSection_reviews .list li .iconArea {
    width: 130px;
}

.topSection_reviews .list li .textArea {
    width: calc(100% - 130px);
    padding-left: 80px;
}

.topSection_reviews .list li .textArea .title {
    font-size: 20px;
    display: inline-block;
    /* border-bottom: 2px solid #D6D6D6; */
    margin-bottom: 1em;
    box-shadow: inset 0 -0.4em 0 rgba(255, 235, 59, 0.7);
    font-weight: bold;
}

.topSection_faq {
    padding: 125px 0 140px 0;
}

.topSection_faq dl {
    border: 1px solid #AC9874;
}

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

.topSection_faq dl dt {
    background: #AC9874;
    color: #fff;
    padding: 17px 10px 17px 120px;
    font-size: 18px;
    font-weight: normal;
    position: relative;
}

.topSection_faq dl dt:before {
    content: "Q";
    background: #9E2E2B;
    color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    text-align: center;
    font-size: 24px;
    position: absolute;
    left: 30px;
    top: calc(50% - 25px);
    font-family: 'Helvetica', sans-serif;
}

.topSection_faq dl dd {
    position: relative;
    padding: 35px 60px 20px 120px;
}

.topSection_faq dl dd:before {
    content: "A";
    color: #B5951B;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    text-align: center;
    font-size: 24px;
    position: absolute;
    left: 30px;
    top: 30px;
    border: 1px solid;
    font-family: 'Helvetica', sans-serif;
}

.topSection_search .tab {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    gap: 20px 10px;
    border-bottom: 1px solid #EAEAEA;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.topSection_search .tab li {
    border: 1px solid #D6D6D6;
    text-align: center;
    padding: 0;
    font-weight: normal;
}

.topSection_search .tab li.select {
    background: #1D1D1D;
    color: #fff;
    border-color: #1D1D1D;
}

.topSection_search .area_title {
    position: relative;
    padding: 0 20px;
    display: inline-block;
}

.topSection_search .area_title a {
    color: #1D1D1D;
}

.topSection_search .area_title:before,
.topSection_search .area_title:after {
    content: "+";
    color: #9E2E2B;
    position: absolute;
    top: calc(50% - 10px);
    font-size: 20px;
    line-height: 1;
}

.topSection_search .area_title:before {
    left: 0;
}

.topSection_search .area_title:after {
    right: 0;
}

.topSection_search .content_li.hide {
    display: none;
}

.topSection_search .area_list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
    margin-top: 20px;
    margin-bottom: 35px;
}

.topSection_search .area_list li a {
    display: block;
    line-height: 50px;
    color: initial;
    padding-left: 20px;
    border: 1px solid #9E2E2B;
    transition: .3s;
    position: relative;
}

.topSection_search .area_list li a::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 27px;
    width: 9px;
    height: 9px;
    margin: auto;
    border-top: 2px solid #9E2E2B;
    border-right: 2px solid #9E2E2B;
    transform: rotate(45deg);
    box-sizing: border-box;
    transition: .3s;
}

.topSection_search .area_list li a:hover {
    background: #9E2E2B;
    color: #fff;
}

.topSection_search .area_list li a:hover::after {
    border-color: #fff;
}

.topSection_information {
    padding: 150px 0;
    position: relative;
    overflow: hidden;
}

.topSection_information .slick-slider {
    position: static;
}

.topSection_information .slick-list {
    overflow: visible;
}

.topSection_information .slick-prev {
    left: 0;
}

.topSection_information .slick-next {
    right: 0;
}

.topSection_information .slick-prev,
.topSection_information .slick-next {
    width: 60px !important;
    height: 150px !important;
    background: #1D1D1D;
    z-index: 2;
    top: calc(50% + 80px);
}

.topSection_information .slick-prev:before,
.topSection_information .slick-next:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: calc(50% - 6px);
    width: 12px;
    height: 12px;
    margin: auto;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    box-sizing: border-box;
    opacity: 1;
    -webkit-font-smoothing: unset;
    -moz-osx-font-smoothing: unset;
    background: none !important;
    padding: 0 !important;
    border-radius: 0;
}

.topSection_information .slick-prev:before {
    transform: rotate(225deg);
}

.topSection_information .slick-prev:hover,
.topSection_information .slick-prev:focus,
.topSection_information .slick-next:hover,
.topSection_information .slick-next:focus {
    color: #fff;
    background: #1D1D1D;
    outline: initial;
}

.topSection_information .list .slick-slide {
    margin: 0 10px;
    position: relative;
}

.topSection_information .list .slick-slide.slick-active:before {
    display: none;
}

.topSection_information .list .slick-slide:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: .3;
    position: absolute;
    left: 0;
    top: 0;
}

.topSection_information .slick-dots {
    left: 0;
    bottom: -20px;
    position: relative;
}

.topSection_information .slick-dots li button {
    text-indent: -9999px;
}

.topSection_information .slick-dots li button:before {
    background: #C4C4C4;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    opacity: 1;
}

.topSection_information .slick-dots li.slick-active button:before {
    background: #9E2E2B;
    opacity: 1;
}

.topSection_information .slick-dots li {
    margin: 0 2px;
    width: auto;
    height: auto;
}

.topSection_information .list .slick-slide .image {
    height: 200px;
}

.topSection_information .list .slick-slide .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.topSection_information .list .slick-slide .textArea {
    background: #F7F7FA;
    color: initial;
    padding: 20px;
    border-bottom: 4px solid #9E2E2B;
}

.topSection_information .list .slick-slide .textArea .name {
    font-size: 18px;
    margin-bottom: .4em;
}

.topSection_information .list .slick-slide .textArea .name span {
    border-bottom: 1px dashed;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.topSection_information .list .slick-slide .textArea .text {
    text-decoration: underline;
    margin-bottom: 2em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.topSection_information .list .slick-slide .textArea .flexBox {
    align-items: center;
}

.topSection_information .list .slick-slide .textArea .tag {
    border: 1px solid;
    padding: 0 1em;
    border-radius: 20px;
    font-size: 14px;
}

.topSection_information .list .slick-slide .textArea .more {
    padding-right: 30px;
    background-image: url(/wp-content/themes/swell_child/images/arrow.svg);
    background-repeat: no-repeat;
    background-position: 100%;
    transition: .3s;
}

.topSection_information .list .slick-slide:hover .textArea .more {
    color: #9E2E2B;
    background-image: url(/wp-content/themes/swell_child/images/arrow_red.svg);
}

.topSection_column {
    padding-bottom: 200px;
}

.topSection_column .cont {
    background: #F7F7FA;
    padding: 50px;
}

.topSection_column .list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 50px;
}

.topSection_column .list li {
    background: #fff;
    border: 1px solid #e0e0e0;
}

.topSection_column .list li a {
    display: block;
    color: initial;
    height: 100%;
}

.topSection_column .list li .image {
    width: 100%;
    aspect-ratio: 270 / 153;
    position: relative;
    overflow: hidden;
}

.topSection_column .list li .image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}

.topSection_column .list li .image .data {
    position: absolute;
    right: 0;
    bottom: 0;
    background: #9e2e2b;
    font-size: 12px;
    padding: .2em 1em;
    color: #fff;
}

.topSection_column .list li .textArea {
    width: 100%;
    padding: 14px 16px 16px;
}

.topSection_column .list li .textArea .title {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: .5em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.topSection_column .list li .textArea .text {
    font-size: 13px;
    line-height: 1.5;
    color: #555;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.topSection_column .moreButton {
    text-align: center;
}

.topSection_column .moreButton a {
    color: initial;
    background-image: url(/wp-content/themes/swell_child/images/arrow.svg);
    background-repeat: no-repeat;
    background-position: 100%;
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
    padding-right: 40px;
    font-size: 18px;
}

#main_footer .informationBox {
    background: #F7F5F3;
    padding: 60px 0 75px 0;
}

#main_footer .informationBox .logo {
    text-align: center;
    margin-bottom: 30px;
    font-size: 12px;
}

#main_footer .informationBox .logo h2 {
    font-size: 12px;
}

#main_footer .informationBox .logo a {
    color: initial;
}

#main_footer .informationBox .logo img {
    margin-top: 20px;
    width: 245px;
}

#main_footer .informationBox .mainNav {
    border-bottom: 2px dashed #C4C0B1;
    padding-bottom: 25px;
    margin-bottom: 25px;
    /* gap: 52px; */
}

#main_footer .informationBox ul li a {
    color: initial;
}

#main_footer .informationBox ul li+li {
    margin-left: 25px;
}

#main_footer .informationBox .subNav ul li a {
    padding-right: 30px;
    background-image: url(/wp-content/themes/swell_child/images/icon_link.svg);
    background-repeat: no-repeat;
    background-position: 100%;
}

#main_footer .aboutBox {
    background: #191616;
    color: #fff;
    padding: 40px 0 130px 0;
}

#main_footer .aboutBox .title {
    position: relative;
    margin-bottom: 25px;
}

#main_footer .aboutBox .title:before {
    content: "";
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 0;
}

#main_footer .aboutBox .title span {
    background: #191616;
    padding-right: 20px;
    position: relative;
}

#main_footer .aboutBox .text {
    font-size: 12px;
    line-height: 2;
    margin-bottom: 35px;
}

#main_footer .aboutBox .copyright {
    text-align: center;
    font-size: 12px;
}

.page-template-page-renewalTop .top_page {
    padding-top: 0;
}

.topSection_logo {
    background: #fff;
    padding: 30px 0;
}

.topSection_logo .logo_slider .logo {
    height: 64.5px;
    position: relative;
}

.topSection_logo .logo_slider img {
    width: auto;
    height: auto;
    max-width: 90%;
    max-height: 90%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.topSection_logo .logo_slider img:hover {
    opacity: 1;
}

.topSection_partner .slider li .logo img:hover {
    opacity: 1;
}

.topSection_information .list .slick-slide a .image {
    position: relative;
}

.topSection_information .list .slick-slide a .image::before {
    content: '';
    inset: 0;
    position: absolute;
    background-color: rgba(0, 0, 0, .2);
    transition: .3s;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
}

.topSection_information .list .slick-slide a:hover .image::before {
    opacity: 1;
    visibility: visible;
}

.fixed_footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    background-color: rgba(51, 51, 51, 0.8);
    z-index: 10000;
    padding: 12px 0 18px;
}

.fixed_footer .common_lineButton a {
    margin-inline: auto;
    width: 500px;
    min-block-size: 70px;
}

.page-template-page-lp02 .top_page {
    padding-top: 0;
}

.lp_ft_link.flex a {
    color: initial;
    margin: 0 10px;
    font-size: 13px;
}

.lp_ft_link.flex {
    justify-content: center;
}

#main_header .cont .right {
    align-items: center;
}

.kotei_page_area {
    padding-top: 30px;
    padding-bottom: 90px;
}

ul.media_ul li {
    border-bottom: solid 1px #ccc;
    padding-bottom: 30px;
}

span.accent {
    color: #9E2E2B;
    font-weight: bold;
}

.single-realtor .page_area .wrap {
    width: 1000px;
}

.single_kanren.wrap {
    width: 1000px;
}

.page-template-page-insertion_order #main_header .cont .right {
    display: none;
}

.page-template-page-insertion_order .fixed_footer {
    display: none!important;
}

.post_content .page {
    margin-top: 3em;
}

.grecaptcha-badge{
    bottom: 120px !important;
}

/* body.post-template-default #content #main_content .l-mainContent__inner .p-articleThumb{
    aspect-ratio: 4 / 3 !important;
}

body.post-template-default #content #main_content .l-mainContent__inner .p-articleThumb img{
    object-fit: cover !important;
} */

.p-articleThumb__img{
    box-shadow: none !important;
}

a.p-authorBox__name.hov-col-main.u-fz-m{
    font-size: 14px !important;
}

.p-authorBox__desc{
    font-size: 14px;
}

.p-authorBox{
    align-items: center;
}

@media (max-width: 750px) {

    .wrap,
    .wrap.mid,
    .wrap.lr {
        max-width: 90%;
    }

    body {
        font-size: 3.7vw;
        /* margin-top: 22vw; */
    }

    /* ハンバーガーボタン */

    .hamburger {
        position: fixed;
        top: 7vw;
        right: 5vw;
        z-index: 10000;
        line-height: 30px;
        width: 30px;
        height: 30px;
        border-radius: 5px;
    }

    .hamburger span {
        display: block;
        position: absolute;
        width: 30px;
        height: 3px;
        left: 0;
        border-radius: 3px;
        background: #333333;
        -webkit-transition: 0.5s ease-in-out;
        -moz-transition: 0.5s ease-in-out;
        transition: 0.5s ease-in-out;
    }

    .hamburger span:nth-child(1) {
        top: 0;
    }

    .hamburger span:nth-child(2) {
        top: 10px;
    }

    .hamburger span:nth-child(3) {
        top: 20px;
    }

    /* ナビ開いてる時のボタン */
    .hamburger.active span:nth-child(1) {
        top: 10px;
        left: 0;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
    }

    .hamburger.active span:nth-child(2),
    .hamburger.active span:nth-child(3) {
        top: 10px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }

    .hamburger p.ttl {
        font-size: 12px;
        font-weight: bold;
        text-align: center;
    }

    .globalMenuSp_main_menu_box {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #F4F2EF;
        z-index: 500;
        display: none;
    }

    .globalMenuSp_main_menu_box .inner {
        height: 100%;
        overflow: scroll;
        padding: 5vw;
        padding-top: 35vw;
    }

    .globalMenuSp_main_menu_box .main_menu {
        margin-bottom: 10vw;
    }

    .globalMenuSp_main_menu_box .main_menu li a {
        display: block;
        color: #333;
        border-bottom: 1px solid #DBD1C2;
        padding-bottom: .5em;
        background: url(/wp-content/themes/swell_child/images/arrow_min.svg) no-repeat;
        background-position: 100%;
    }

    .globalMenuSp_main_menu_box .main_menu li+li {
        margin-top: 20px;
    }

    .globalMenuSp_main_menu_box .common_lineButton {
        margin-bottom: 15vw;
    }

    .globalMenuSp_main_menu_box .blank_menu {
        margin-bottom: 15vw;
    }

    .globalMenuSp_main_menu_box .blank_menu li {
        text-align: center;
    }

    .globalMenuSp_main_menu_box .blank_menu li a {
        color: #333;
        padding-right: 30px;
        background-image: url(/wp-content/themes/swell_child/images/icon_link.svg);
        background-repeat: no-repeat;
        background-position: 100%;
        font-size: 3.4vw;
    }

    .globalMenuSp_main_menu_box .sub_menu {
        justify-content: center;
        gap: 20px;
    }

    .globalMenuSp_main_menu_box .sub_menu li a {
        color: initial;
        font-size: 3vw;
    }

    .globalMenuSp_main_menu_box .copyright {
        text-align: center;
        font-size: 2.5vw;
    }

    /* サブメニュー */

    .sp_sub_menu .inner {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        height: 100%;
    }

    .js-sp_sub_menu {
        position: fixed;
        z-index: 600;
        height: 100%;
        width: 100%;
        background-color: #ddd;
        display: none;
        top: 0;
    }

    .sp_sub_menu .inner p.ttl {
        font-weight: bold;
        font-size: 20px;
    }

    .sp_sub_menu .inner ul {
        margin-top: 50px;
    }

    .sp_sub_menu .inner ul li a {
        color: #000;
        font-weight: bold;
    }

    .sp_sub_menu .inner ul li+li {
        margin-top: 30px;
    }

    /* 戻るボタン */

    .sp_sub_menu .inner p.back_btn {
        width: 150px;
        text-align: center;
        font-weight: bold;
        margin: 50px auto 0;
        border: 2px solid #000;
        border-radius: 100px;
        padding: 3px 0;
    }

    .main_visual .slick-slide {
        padding: 0 5px;
    }

    .topSection_price .now_cont .per_price .price img {
        width: 60vw;
    }

    #main_header {
        padding: 3vw 0 2vw 0;
        /* position: fixed; */
        left: 0;
        top: 0;
        width: 100%;
        background: #fff;
        z-index: 1000;
    }

    #main_header .logo_area .logo_wrap {
        gap: 4vw;
        margin-bottom: 1vw;
    }

    #main_header .logo_area .logo {
        width: 30vw;
    }

    #main_header .logo_area .anniversary_logo {
        width: 30vw;
    }

    #main_header .logo_area .text {
        font-size: 3vw;
    }

    #main_header .logo_area .text .accent {
        font-size: 3.2vw;
    }

    #main_header .logo_area .text .accent small {
        font-size: 3vw;
    }

    /* SPトップページ FV */
    .top_main {
        padding-block: 11vw 7vw;
        position: relative;
        z-index: 0;
        overflow: hidden;
    }

    .top_main::before {
        content: "";
        width: 126vw;
        height: 46.5vw;
        background: #fff;
        filter: blur(18px);
        position: absolute;
        bottom: -10vw;
        left: 50%;
        translate: -50% 0;
        z-index: -1;
    }

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

    .top_main .cont {
        display: block;
    }

    .top_main .cont .text_box .title_box {
        margin-block: 0 16vw;
    }

    .top_main .cont .text_box .title_box .main_title {
        margin-block: 0 5.5vw;
    }

    .top_main .cont .text_box .title_box .main_title::before {
        width: 3.7vw;
        aspect-ratio: 14 / 15;
        bottom: -4vw;
        left: 3.2vw;
    }

    .top_main .cont .text_box .title_box .main_title .text {
        font-size: 3.8vw;
        line-height: 1.4;
        padding: 0.45em 0.5em;
    }

    .top_main .cont .text_box .title_box .main_title .text::before {
        width: 3.7vw;
        aspect-ratio: 14/15;
        bottom: -3.5vw;
        left: 3vw;
    }

    .top_main .cont .text_box .title_box .sub_title {
        font-size: 10.7vw;
    }

    .top_main .cont .text_box .list ul {
        grid-template-columns: repeat(3, 1fr);
        gap: 1.5vw;
    }

    .top_main .cont .text_box .list li::before,
    .top_main .cont .text_box .list li::after {
        width: 2.2vw;
    }

    .top_main .cont .text_box .list li .icon {
        max-height: 8.6vw;
        margin-block: 0 1vw;
    }

    .top_main .cont .text_box .list li .textarea .text {
        font-size: 2.8vw;
    }

    .top_main .cont .img {
        width: 38.2vw;
        position: absolute;
        bottom: 21vw;
        right: 0;
        z-index: -2;
    }

    .common_lineButton a {
        background-position: 6vw;
        background-size: 7vw;
        min-block-size: 15.4vw;
        width: 100%;
        font-size: 4.6vw;
        z-index: 2;
    }

    .common_lineButton a small {
        font-size: 3vw;
    }

    .common_lineButton a::after {
        width: 2.5vw;
    }

    .topSection_reason {
        padding: 5vw 0 20vw 0;
        background: url(/wp-content/themes/swell_child/images/reason_back_sp.png) no-repeat;
        background-size: cover;
        background-position: center;
    }

    .topSection_reason .titleBox {
        font-size: 4vw;
        padding: 10vw 0;
    }

    .topSection_reason .titleBox:before,
    .topSection_reason .titleBox:after {
        width: 10vw;
        height: 20vw;
        top: 14vw;
    }

    .topSection_reason .titleBox:before {
        left: 0;
    }

    .topSection_reason .titleBox:after {
        right: 0;
    }

    .topSection_reason .titleBox .lead {
        font-size: 4vw;
    }

    .topSection_reason .titleBox .lead .accent {
        font-size: 6.5vw;
    }

    .topSection_reason .titleBox .accent small {
        font-size: 4vw;
    }

    .topSection_reason .titleBox .title {
        font-size: 5vw;
    }

    .topSection_reason .list {
        justify-content: center;
        gap: 4vw;
    }

    .topSection_reason .list li {
        width: 70vw;
        height: 70vw;
        padding: 7vw;
    }

    .topSection_reason .list li:before {
        width: 66vw;
        height: 66vw;
        left: 2vw;
        top: 2vw;
    }

    .topSection_reason .list li .num {
        width: 10vw;
        line-height: 10vw;
        font-size: 4vw;
        margin: 0 auto 4vw auto;
    }

    .topSection_reason .list li .lead {
        font-size: 4vw;
        margin-bottom: 3vw;
    }

    .topSection_reason .list li .catch {
        font-size: 5vw;
    }

    .topSection_worries {
        padding: 20vw 0;
    }

    .topSection_worries .arrow {
        left: 20%;
        bottom: -15vw;
        width: 60%;
    }

    .topSection_worries .titleBox {
        margin-bottom: 12vw;
    }

    .topSection_worries .titleBox .lead {
        font-size: 4vw;
    }

    .topSection_worries .titleBox .title {
        font-size: 6vw;
    }

    .topSection_worries .titleBox:before {
        width: 14vw;
        left: calc(50% - 7vw);
        bottom: -3vw;
    }

    .topSection_worries .list {
        gap: 20px;
    }

    .topSection_worries .list li {
        width: 100%;
        padding: 6vw 4vw;
        gap: 6vw;
    }

    .topSection_solution {
        padding-top: 10vw;
        padding-bottom: 20vw;
        background-size: contain;
        background-position: center 12vw;
    }

    .topSection_solution .titleBox {
        margin-bottom: 10vw;
    }

    .topSection_solution .titleBox .title {
        font-size: 4vw;
        line-height: 1.7;
    }

    .topSection_solution .titleBox .title .accent {
        font-size: 6.5vw;
    }

    .topSection_solution .titleBox .title .accent small {
        font-size: 4vw;
    }

    .topSection_solution .text {
        text-align: left;
        font-size: 3.2vw;
        line-height: 1.6;
    }

    .common_titleBox_border {
        margin-bottom: 10vw;
    }

    .common_titleBox_border:before {
        width: 16vw;
        left: calc(50% - 8vw);
        bottom: -3vw;
    }

    .common_titleBox_border .title {
        font-size: 6vw;
    }

    .topSection_partner .slider {
        overflow: scroll;
        white-space: nowrap;
        padding: 2px;
        padding-bottom: 0;
    }

    .topSection_partner .slider li {
        margin: 0;
        white-space: initial;
        display: inline-block;
    }

    .topSection_partner .slider li+li {
        margin-left: 20px;
    }

    .topSection_partner .slider li .image {
        height: 40vw;
    }

    .topSection_partner .contactArea {
        margin-top: 10vw;
    }

    .topSection_partner .contactArea .hukidashi {
        width: 80%;
        font-size: 4vw;
    }

    .topSection_reason_three {
        padding-top: 20vw;
    }

    .topSection_reason_three .reason_box {
        padding: 10vw 0;
    }

    .topSection_reason_three .reason_box .reason {
        font-size: 3vw;
        margin-bottom: 4vw;
    }

    .topSection_reason_three .reason_box .reason:before {
        width: 8vw;
        left: -11vw;
        bottom: 1.5vw;
    }

    .topSection_reason_three .reason_box .reason .num {
        font-size: 6vw;
    }

    .topSection_reason_three .reason_box .title {
        font-size: 6vw;
        margin-bottom: 8vw;
    }

    .topSection_reason_three .reason_box .text {
        margin-bottom: 10vw;
        text-align: left;
    }

    .common_titleBox {
        margin-bottom: 5vw;
    }

    .common_titleBox .title {
        font-size: 6vw;
    }

    .topSection_flow {
        padding: 20vw 0;
    }

    .topSection_flow .list li {
        padding: 6vw 4vw;
    }

    .topSection_flow .list li:before {
        left: calc(50% - 25px);
    }

    .topSection_flow .list li .step .num {
        font-size: 6vw;
    }

    .topSection_flow .list li .icon {
        width: 25vw;
        height: 25vw;
        position: absolute;
        left: 4vw;
        top: 6vw;
    }

    .topSection_flow .list li .textArea {
        width: 100%;
        padding-left: 0;
        margin-top: 5vw;
    }

    .topSection_flow .list li .textArea .title {
        font-size: 4.5vw;
        margin-bottom: 2.5em;
        padding: 5px 10px 5px 7vw;
        margin-left: 30vw;
        background-size: 5vw;
    }

    .topSection_flow .list li .textArea .text {
        font-size: 3.5vw;
    }

    .topSection_reviews {
        padding: 20vw 0;
    }

    .topSection_reviews .list li {
        padding: 4vw 5vw 6vw 5vw;
    }

    .topSection_reviews .list li+li {
        margin-top: 30px;
    }

    .topSection_reviews .list li .iconArea {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 6vw;
    }

    .topSection_reviews .list li .iconArea .icon {
        width: 20vw;
    }

    .topSection_reviews .list li .iconArea .text {
        width: calc(100% - 30vw);
        border-left: 2px solid #D3D3D3;
        padding-left: 10vw;
    }

    .topSection_reviews .list li .iconArea .text small {
        display: block;
    }

    .topSection_reviews .list li .textArea {
        width: 100%;
        padding-left: 0;
    }

    .topSection_reviews .list li .textArea .title {
        font-size: 5vw;
    }

    .topSection_faq {
        padding: 20vw 0;
    }

    .topSection_faq dl+dl {
        margin-top: 20px;
    }

    .topSection_faq dl dt {
        padding: 17px 10px 17px 20vw;
        font-size: 4vw;
    }

    .topSection_faq dl dt:before {
        width: 10vw;
        height: 10vw;
        line-height: 10vw;
        font-size: 6vw;
        left: 4vw;
        top: calc(50% - 5vw);
    }

    .topSection_faq dl dd {
        padding: 6vw 4vw 6vw 20vw;
    }

    .topSection_faq dl dd:before {
        width: 10vw;
        height: 10vw;
        line-height: 10vw;
        font-size: 6vw;
        left: 4vw;
        top: 6vw;
    }

    .topSection_search .tab_wrap {
        overflow: scroll;
    }

    .topSection_search .tab {
        display: grid;
        gap: 15px;
        border-bottom: none;
        padding-bottom: 0;
        margin-bottom: 30px;
        width: 1000px;
    }

    .topSection_search .area_list_wrap {
        overflow: scroll;
    }

    .topSection_search .area_list {
        width: 1000px;
    }

    .topSection_information {
        padding: 20vw 0;
    }

    .topSection_information .slick-slider {
        position: relative;
    }

    .topSection_information .slick-dots {
        bottom: -20px;
    }

    .topSection_information .slick-list {
        overflow: hidden;
    }

    .topSection_column {
        padding-bottom: 20vw;
    }

    .topSection_column .cont {
        padding: 4vw 4vw 10vw 4vw;
    }

    .topSection_column .list {
        grid-template-columns: repeat(1, 1fr);
        gap: 40px;
        margin-bottom: 10vw;
    }

    .topSection_column .list li:nth-child(n + 4) {
        display: none;
    }

    .topSection_column .list li a {
        display: block;
    }

    .topSection_column .list li .image {
        width: 100%;
        height: auto;
        margin-bottom: 0;
    }

    .topSection_column .list li .image .data {
        font-size: 3vw;
    }

    .topSection_column .list li .textArea {
        width: 100%;
        padding: 3vw 4vw 4vw;
    }

    .topSection_column .list li .textArea .title {
        font-size: 4vw;
    }

    .topSection_column .list li .textArea .text {
        font-size: 3vw;
    }

    #main_footer .informationBox {
        background: #F7F5F3;
        padding: 10vw 0;
    }

    #main_footer .informationBox .logo {
        margin-bottom: 5vw;
        font-size: 3vw;
    }

    #main_footer .informationBox .logo img {
        margin-top: 4vw;
        width: 50vw;
    }

    #main_footer .mainNav .flex{
        font-size: 3.5vw;
        gap: 2vw 5vw;
    }

    #main_footer .informationBox ul li+li,
    #main_footer .informationBox .ft_area_link ul li+li{
        margin: 0;
    }

    #main_footer .informationBox .subNav {
        width: 100%;
    }

    #main_footer .informationBox .subNav ul li {
        text-align: center;
    }

    #main_footer .aboutBox {
        padding: 10vw 0 30vw 0;
    }

    #main_footer .aboutBox .title {
        margin-bottom: 5vw;
    }

    #main_footer .aboutBox .title span {
        padding-right: 4vw;
    }

    #main_footer .aboutBox .text {
        font-size: 3vw;
        margin-bottom: 8vw;
    }

    #main_footer .aboutBox .copyright {
        font-size: 3vw;
    }

    .topSection_search .tab li {
        width: auto;
    }

    .slick-dots li {
        display: inline-block;
    }

    .fixed_footer {
        padding: 2vw 0 3vw;
    }

    .fixed_footer .common_lineButton a {
        width: 100%;
        min-block-size: 15.4vw;
        box-shadow: 0 6px 0 #720401;
        box-shadow: 0 6px 0 #2e5230;
    }

    .grecaptcha-badge{
        bottom: 25vw !important;
    }

    .p-authorBox__desc{
        font-size: 13px;
    }

    .p-authorBox__desc br{
        display: none;
    }
}