@charset "UTF-8";

@font-face {
    font-family: "TimesNewRoman";
    src: url("../fonts/TimesNewRoman.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "TimesNewRoman";
    src: url("../fonts/TimesNewRoman-Bold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
}

:root {
    --font: "Noto Serif JP", serif;
    --textfont: "Noto Sans JP", sans-serif;
    --enfont: "TimesNewRoman", sans-serif;
    --main-color: #001a21;
    --sub-color: #2f7081;
}

html,
button,
input,
select,
textarea {
    font-family: var(--font);
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
}

body {
    font-family: var(--font);
    color: var(--main-color);
    font-size: 16px;
    line-height: 1.3;
    letter-spacing: 0;
    padding-top: 115px;
}

a[href^="tel:"] {
    pointer-events: none;
}

.sp {
    display: none;
}

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

.wrap.mid {
    width: 1240px;
}

.wrap.lr {
    width: 1340px;
}

.flex {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

.column {
    flex-direction: column;
}

.flex.reverse {
    flex-direction: row-reverse;
}

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

.cover {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.grid {
    display: grid;
}

.fixed {
    position: fixed;
}

.ab {
    position: absolute;
}

.re {
    position: relative;
}

.en {
    font-family: var(--enfont);
}

.solid {
    border: solid 1.5px #fff;
}

.dot {
    width: fit-content;
    display: inline-block;
    border-bottom: dotted 1.5px var(--sub-color);
}

.text.solid {
    padding: 0.2em 0.9em 0.3em;
    line-height: 1;
    margin-right: 7px;
    letter-spacing: 0.08em;
}

.green {
    color: #acc8d0;
}

.yellow {
    color: #ffe98b;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.rl {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}

.text {
    line-height: 1.54;
    letter-spacing: 0.09em;
    font-size: 14px;
    color: #747474;
    font-family: var(--textfont);
}

.mini {
    font-size: 0.8em;
}

.big {
    font-size: 1.22em;
}

/*タイトル*/

.title_area .en {
    font-size: 70px;
    line-height: 1.2;
}

.title_area .title.mini {
    color: #001a21;
    letter-spacing: 0.14em;
}

.en.mini,
.title_area .title.mini {
    font-size: 18px;
}

.title {
    font-weight: 600;
}

.bubble {
    position: relative;
    padding: 0 1.5em;
    width: fit-content;
    line-height: 2.5;
}

.bubble::before,
.bubble::after {
    content: "";
    width: 20px;
    height: 1.5px;
    background-color: #fff;
    position: absolute;
    top: 50%;
}

.bubble::before {
    transform: rotate(55deg) translateY(-50%);
    left: 0;
}

.bubble::after {
    transform: rotate(-55deg) translateY(-50%);
    right: 0;
}

.banner {
    gap: 12px;
}

.banner .text {
    font-size: 24px;
    letter-spacing: 0.14em;
    line-height: 1.16;
    margin: 0;
    font-family: var(--font);
    font-weight: 500;
}

.banner .img {
    width: 20px;
}

/*配置*/

.img_text_area {
    display: flex;
    flex-direction: column;
    gap: 180px;
    padding-bottom: 210px;
}

.img_text_area .img_text {
    display: flex;
    gap: 65px;
    position: relative;
    align-items: flex-start;
}

.img_text_area .img_text:nth-child(even) {
    flex-direction: row-reverse;
}

.img_text_area .img_area {
    width: 520px;
    height: 350px;
    flex-shrink: 0;
    position: relative;
}

.img_text_area .text_area {
    position: relative;
    top: 120px;
    width: 470px;
}

.img_text_area .text_area::before {
    content: "";
    width: 730px;
    height: calc(100% + 128px);
    background-color: #fff;
    position: absolute;
    left: -175px;
    top: -60px;
    z-index: -1;
}

.img_text_area .img_text:nth-child(even) .text_area::before {
    left: -80px;
}

.img_text_area .img_text .title {
    font-size: 26px;
    margin-block: 25px 15px;
    letter-spacing: 0.14em;
}

.solid_area {
    grid-template-columns: 28px auto;
    gap: 5px;
}

.number_area {
    display: flex;
    align-items: center;
    gap: 15px;
}

.number_area .number {
    flex-shrink: 0;
}

.solid_area {
    width: 100%;
}

.solid_area .solid {
    border-color: #aebdc1;
    border-bottom: none;
    border-left: none;
    border-right: none;
}

.wrap_solid_lr,
.wrap_solid_ud {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 10px;
    left: 10px;
}

.img_text_area .img_text:nth-child(even) .wrap_solid_lr,
.img_text_area .img_text:nth-child(even) .wrap_solid_ud {
    left: inherit;
    right: 10px;
}

.wrap_solid_lr::before,
.wrap_solid_lr::after {
    content: "";
    width: 5.8%;
    height: 88%;
    position: absolute;
}

.wrap_solid_lr::before {
    border-left: solid 1.5px #87a8b1;
    border-bottom: solid 1.5px #87a8b1;
    bottom: 0;
    left: 0;
}

.wrap_solid_lr::after {
    border-right: solid 1.5px #87a8b1;
    border-top: solid 1.5px #87a8b1;
    top: 0;
    right: 0;
}

.wrap_solid_ud::before,
.wrap_solid_ud::after {
    content: "";
    width: 88%;
    height: 5.8%;
    position: absolute;
}

.wrap_solid_ud::before {
    border-top: solid 1.5px #87a8b1;
    border-left: solid 1.5px #87a8b1;
    top: 0;
    left: 0;
}

.wrap_solid_ud::after {
    border-bottom: solid 1.5px #87a8b1;
    border-right: solid 1.5px #87a8b1;
    bottom: 0;
    right: 0;
}

/*共通ボタン*/
.common_btn {
    display: flex;
    width: 230px;
    max-height: 70px;
    padding: 1.25em 1em;
    font-size: 16px;
    background-color: var(--sub-color);
    color: #fff;
    font-weight: 700;
    position: relative;
    letter-spacing: 0.14em;
    justify-content: center;
    align-items: center;
    gap: 30px;
    transition: 0.3;
    border: solid 1.5px var(--sub-color);
}

.common_btn.arrow .arrow {
    position: absolute;
    width: 20px;
    height: 20px;
    right: 1em;
    top: 50%;
    transform: translateY(-50%);
}

.common_btn.arrow .arrow::before,
.common_btn.arrow .arrow::after {
    content: "";
    height: 1.5px;
    background-color: #fff;
    opacity: 0.8;
    position: absolute;
    transition: 0.3;
}

.common_btn.arrow .arrow::before {
    top: 0;
    right: 0;
    width: 15px;
}

.common_btn.arrow .arrow::after {
    top: 50%;
    left: 50%;
    width: 28px;
    transform: translateX(-50%) rotate(-45deg);
    transform-origin: center;
}

.common_btn.icon {
    padding: 1.73em 1em;
    font-size: 15px;
    background-color: #188d96;
    gap: 20px;
    justify-content: space-between;
    border: solid 1.5px #188d96;
    width: 280px;
}

.common_btn.icon .arrow {
    position: relative;
    right: inherit;
    top: inherit;
    transform: inherit;
}

.common_btn .icon {
    height: 21px;
    width: fit-content;
    left: 1em;
    position: relative;
}

.common_btn .icon.wide {
    height: 40px;
    width: fit-content;
}

.btn_flex {
    display: flex;
    gap: 25px;
}

/*スライダー*/

.slider .slick-slide {
    transform: scale(0.85);
    transition: transform 0.3s ease;
    opacity: 1;
}

.slider .slick-center {
    transform: scale(1);
    opacity: 1;
    z-index: 2;
}

.slick-dotted.slick-slider {
    margin-bottom: 200px;
}

/* ドットのカスタマイズ */
.slick-dots li button {
    display: none;
}

.slick-dots li {
    width: 64px;
    height: 10px;
    margin: 0 5px;
    background-color: #e5edef;
}

.slick-dots li.slick-active {
    background-color: var(--sub-color);
}

/*header*/

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    background-color: #fff;
    z-index: 998;
}

.header {
    align-items: center;
    justify-content: space-between;
    padding: 20px 0 15px;
}

.header .logo_area {
    flex-wrap: nowrap;
    font-size: 12px;
    gap: 1.5em;
    margin-top: 4px;
    letter-spacing: 0.12em;
    font-family: var(--textfont);
    font-weight: 300;
    line-height: 1.58;
    color: #818181;
}

.header .logo_area .logo_text {
    --textfont: unset;
}

.header .pc_menu {
    align-items: flex-end;
    gap: 15px;
    font-weight: 500;
}

.header .pc_menu_top {
    gap: 20px;
}

.flex_btn {
    gap: 10px;
}

.flex_btn .solid {
    border: 1.5px solid var(--sub-color);
    color: var(--sub-color);
    background-color: #fff;
    height: 46px;
    max-height: 46px;
    font-size: 14px;
    transition: 0.3s;
    width: 200px;
    letter-spacing: 0.12vw;
    font-weight: 700;
    padding: 0 12px 0;
}

.header .logo {
    width: 242px;
}

.btn_label {
    gap: 10px;
    display: flex;
    align-items: center;
    height: 100%;
}

.head_btn .icon {
    width: 21px;
    height: 14px;
}

.head_btn:nth-child(1) .icon {
    margin-right: 7px;
}

.head_btn:last-child .icon {
    width: 30px;
    height: 27px;
}

.header .tel_area {
    flex-wrap: nowrap;
    gap: 10px;
    font-weight: 500;
    font-size: 22px;
}

.header .green {
    color: var(--sub-color);
}

.header .tel_area .tel a {
    font-size: 33px;
}

.header .pc_menu_list {
    font-size: 14px;
    gap: 40px;
    justify-content: flex-end;
    letter-spacing: 0.12em;
}

.header .header_menu {
    position: relative;
    width: fit-content;
    transition: 0.3s;
}

/*fv*/

#top_fv {
    color: #fff;
    padding-bottom: 80px;
}

#top_fv .fv_img {
    width: 1280px;
    height: 530px;
    top: 30px;
    margin: 0 auto;
}

#top_fv .img_area {
    width: 100%;
    height: 100%;
    z-index: -1;
    left: 50%;
    transform: translateX(-50%);
}

#top_fv .img_area::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.3));
    top: 0;
    left: 0;
}

#top_fv .text_area {
    gap: 33px;
    height: 100%;
    justify-content: center;
}

#top_fv .text {
    color: #fff;
}

#top_fv .group {
    font-size: 30px;
}

#top_fv .group .solid {
    font-size: 23px;
    font-family: var(--font);
    font-weight: 600;
}

#top_fv .group .big {
    letter-spacing: 0.13em;
    line-height: 1.4;
}

#top_fv .group .big .big {
    font-size: 70px;
    display: inline-block;
    margin-top: 10px;
}

#top_fv .bubble {
    font-size: 17px;
    margin: 0 auto;
    letter-spacing: 0.17em;
}

#top_fv .scrolldown {
    left: 50px;
    bottom: 90px;
    font-size: 14px;
}

#top_fv .scrolldown::before,
#top_fv .scrolldown::after {
    content: "";
    position: absolute;
    height: 1px;
    background-color: #fff;
}

#top_fv .scrolldown::before {
    width: 20px;
    left: -13.5px;
    bottom: -41px;
    transform: rotate(-45deg);
}

#top_fv .scrolldown::after {
    width: 130px;
    top: 0;
    left: -10px;
    transform: rotate(90deg);
    transform-origin: top left;
}

.back_square {
    position: absolute;
    background-color: #eaf2f4;
    z-index: -1;
}

#square_1 {
    width: 60px;
    height: 60px;
    background-color: var(--sub-color);
    top: 0;
    left: 0;
}

#square_2 {
    width: 360px;
    height: 330px;
    bottom: 0;
    left: 0;
}

#square_3 {
    width: 535px;
    height: 775px;
    top: 0;
    right: 0;
}

#square_4 {
    width: 50px;
    height: 50px;
    top: 0;
    left: 0;
}

/*results*/
#top_results {
    margin-bottom: 90px;
}

.top_results {
    gap: 110px;
    align-items: flex-start;
    padding: 35px 0;
}

.top_results .text_area {
    align-items: flex-start;
    gap: 10px;
    flex-shrink: 0;
}

.top_results .group {
    width: 750px;
    height: 230px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.top_results .text_area .title {
    font-size: 34px;
    letter-spacing: 0.14em;
}

.top_results .results_container {
    display: flex;
    position: relative;
    height: 160px;
}

.top_results .results_area {
    width: 679px;
    overflow-y: scroll;
    flex: 1;
    padding-right: 44px;
    gap: 19px;
}

.top_results .results {
    width: 635px;
    align-items: flex-start;
    gap: 11px;
}

.top_results a.results:hover {
    opacity: 1;
}

.results .data_area {
    width: 100%;
    gap: 10px;
    color: var(--sub-color);
    font-size: 15px;
}

.results .dot {
    flex-grow: 10;
}

.results .results_title {
    font-size: 14px;
    letter-spacing: 0.1em;
}

/* カスタムスクロールバー */
.custom_scrollbar {
    position: absolute;
    top: 0;
    right: 0;
    width: 10px;
    height: 100%;
    background: transparent;
}

.custom_scrollbar::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 1.5px;
    height: 100%;
    background: #b1b1b1;
    transform: translateX(-50%);
}

.custom_scrollbar .thumb {
    width: 100%;
    height: 36px;
    background-color: var(--sub-color);
    position: relative;
}

.custom_scrollbar .thumb::before,
.custom_scrollbar .thumb::after {
    content: "";
    position: absolute;
    width: 6px;
    left: 50%;
    transform: translateX(-50%);
}

.custom_scrollbar .thumb::before {
    height: 5px;
    border-top: solid 1.5px #d8e5e8;
    border-bottom: solid 1.5px #d8e5e8;
    top: 14px;
}

.custom_scrollbar .thumb::after {
    height: 1.5px;
    background-color: #d8e5e8;
    bottom: 13.5px;
}

.results_area {
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.results_area::-webkit-scrollbar {
    display: none;
}

/*column*/

#top_column {
    margin: 140px 0;
}

.column_container .title_container {
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 20px;
}

.column_container .title_area .en {
    line-height: 1;
}

.column_container .text {
    font-family: var(--textfont);
}

.column_container .columns_list {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
    margin-top: 45px;
}

.column_container .columns_list .column {
    width: fit-content;
    gap: 10px;
}

.column .img_area {
    width: 360px;
    height: 190px;
    overflow: hidden;
    flex-shrink: 0;
}

.column .img_area img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s;
}

.columns .data_area {
    color: var(--sub-color);
    gap: 5px;
    font-family: var(--enfont);
    font-size: 15px;
    line-height: 1.5;
}

.columns .text_area .title {
    margin-block: 8px 13px;
    font-size: 16px;
    letter-spacing: 0.11em;
    font-weight: 500;
}

.columns .text_area .text {
    font-size: 13px;
    letter-spacing: 0.09em;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.column .tag_area {
    font-size: 13px;
    margin-top: 30px;
    display: flex;
    gap: 2em;
    letter-spacing: 0.14em;
}

.column .tag_area .tag {
    margin-left: 0.3em;
}

.column .tag_area .tag::before {
    content: "#";
}

/*feature*/

.feature {
    position: relative;
}

.feature::before,
.feature::after {
    content: "";
    width: 100%;
    height: calc(100% - 80px);
    position: absolute;
    left: 0;
    top: 80px;
    z-index: -2;
}

.feature::before {
    background-color: #004557;
}

.feature::after {
    background-image: url("../img/renewal/feature_back.webp");
}

.feature .title_container {
    align-items: center;
}

.feature .title_area .title.mini {
    font-size: 17px;
}

.feature .title_area .half {
    color: #80a5a7;
    background: linear-gradient(0deg, #6ca0ab 40%, #77a3a9 40%);
    -webkit-background-clip: text;
    /* テキストで切り抜く */
    -webkit-text-fill-color: transparent;
    /* 切り抜いた部分は背景を表示 */
    font-size: 80px;
}

.softlight-text::after {
    content: "";
    position: absolute;
    top: 50%;
    /* 下半分だけ */
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 100%);
    mix-blend-mode: soft-light;
    pointer-events: none;
    z-index: 2;
}

.feature .title_container {
    margin-bottom: 60px;
}

.feature .title_container .text {
    color: #cadade;
}

.number_area .number {
    color: var(--sub-color);
}

/*solution*/
.top_solution {
    margin: 140px 0;
}

.top_solution .list {
    margin-top: 45px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 60px 30px;
}

.top_solution .img {
    width: 100%;
}

.top_solution .img img {
    width: 100%;
    aspect-ratio: 36/19;
    object-fit: cover;
}

.top_solution .purpose {
    margin-top: 12px;
    font-size: 16px;
    letter-spacing: 0.14em;
    text-align: center;
}

.top_solution .item_title {
    margin: 0 auto;
    padding-bottom: 10px;
    width: 78%;
    border-bottom: 1px solid #d6dde0;
    font-size: 18px;
    letter-spacing: 0.14em;
    font-weight: 600;
    text-align: center;
}

.top_solution .text {
    margin-top: 15px;
    font-size: 13px;
    letter-spacing: 0.09em;
}

/*flow*/

#top_flow,
#page_flow_sec {
    margin-bottom: 180px;
    position: relative;
}

/* .flow {
    position: relative;
    width: 100%;
    height: 100%;
    padding-bottom: 155px;
} */

#top_flow::before {
    content: "";
    width: 100%;
    height: calc(100% - 69px);
    position: absolute;
    left: 0;
    top: 68px;
    z-index: -1;
    background-image: url("../img/renewal/flow_back.webp");
    background-size: 100%;
}

.flow .title_area {
    align-items: center;
    margin-bottom: 75px;
    text-align: center;
}

.flow .title_area .title {
    font-size: 17px;
    letter-spacing: 0.14em;
}

.flow .title_area .green {
    font-size: 70px;
}

/* .flow .flow_area {
    justify-content: center;
    align-items: flex-start;
    gap: 150px;
} */

/* .flow_left,
.flow_right {
    align-items: center;
    justify-content: flex-start;
} */

.flow .flow_item {
    position: relative;
    /* padding: 15px; */
    /* background-color: #fff; */
    /* width: 350px; */
    gap: 40px;
}

.flow .flow_item+.flow_item {
    margin-top: 80px;
}

.flow .flow_item:nth-of-type(even) {
    flex-direction: row-reverse;
}

/* .flow_left .flow_item::after,
.flow_right .flow_item::after {
    content: "";
    position: absolute;
    width: 140px;
    height: 2px;
    background-color: #d6dde0;
    top: 50%;
    transform: translateY(-50%);
}

.flow_left .flow_item::after {
    right: -121px;
}

.flow_right .flow_item::after {
    left: -121px;
} */

/* .flow .flow_item .wrap_solid_lr,
.flow .flow_item .wrap_solid_ud {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
} */

.flow .flow_item .wrap_solid_lr::before,
.flow .flow_item .wrap_solid_lr::after,
.flow .flow_item .wrap_solid_ud::before,
.flow .flow_item .wrap_solid_ud::after {
    border-color: #d6dde0;
    border-width: 2px;
}

.flow .flow_item .img_area {
    width: 520px;
    height: 300px;
    flex-shrink: 0;
    position: relative;
}

.flow .flow_item .img_area .img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* .flow .flow_item .icon_area {
    position: relative;
    width: 70px;
    height: 70px;
    text-align: center;
} */

/* .flow .flow_item .icon_area::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #f1f1f1;
    border-radius: 100px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    z-index: 1;
} */

/* .flow .flow_item .icon {
    height: 45px;
    display: inline-block;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
} */

.flow .number {
    font-size: 16px;
    color: var(--sub-color);
}

.flow .text_area .title {
    font-size: 26px;
    margin-block: 25px 15px;
    letter-spacing: 0.14em;
}

.flow .text_area .flow_text {
    line-height: 1.54;
    letter-spacing: 0.09em;
    font-size: 14px;
    color: #747474;
    font-family: var(--textfont);
}

/* .flow_solid {
    width: 1px;
    height: 100%;
    background-image: linear-gradient(to bottom, rgb(169, 180, 183), rgb(169, 180, 183) 1px, transparent 3px, transparent 5px);
    background-size: 1px 4px;
    background-position: bottom;
    background-repeat: repeat-y;
    gap: 50px;
    align-items: center;
    justify-content: space-between;
}

.flow_solid .flow_dot {
    width: 12px;
    height: 12px;
    border-radius: 100px;
    background-color: var(--sub-color);
    position: relative;
}

.flow_solid .flow_dot::before {
    content: "";
    width: 8px;
    height: 8px;
    border-bottom: solid 1px #c3ccce;
    border-right: solid 1px #c3ccce;
    transform: rotate(45deg) translateX(-50%);
    position: absolute;
    left: 42%;
    top: -25px;
}

.flow_solid .flow_dot:first-child::before {
    display: none;
} */

/* #flow01 {
    top: -45px;
}

#flow01 .icon {
    height: 26px;
}

#flow02 {
    top: 18px;
}

#flow02 .icon {
    height: 47px;
}

#flow03 {
    top: -20px;
}

#flow03 .icon {
    height: 52px;
}

#flow04 {
    top: 45px;
}

#flow04 .icon {
    height: 43px;
}

#flow05 {
    top: 5px;
}

#flow06 {
    top: 66px;
}

#flow07 {
    top: 28px;
} */

/*faq*/

#top_faq {
    margin-bottom: 170px;
}

.faq .faq_area {
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
    align-items: unset;
}

.faq .title_area .en {
    font-size: 24px;
}

.faq .title_area {
    margin-bottom: 70px;
    gap: 15px;
}

.faq .title_area .title {
    font-size: 18px;
    letter-spacing: 0.14em;
    margin-bottom: 10px;
}

.faq .title_area .title .big {
    display: block;
    font-size: 40px;
    letter-spacing: 0.14em;
}

.faq .faq_area .faq {
    width: 360px;
    height: 235px;
    background-color: #f4fbfd;
    padding: 38px 20px 20px;
    position: relative;
    gap: 17px;
}

.faq .faq_area .faq:nth-child(even) {
    background-color: #f5f9fa;
}

.faq .faq_area .faq .number {
    position: absolute;
    top: -25px;
    left: 50%;
    font-size: 40px;
    transform: translateX(-50%);
    font-weight: 500;
}

.faq .faq_area .faq .question {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.13em;
}

.faq .faq_area .faq .answer {
    font-size: 12px;
    font-family: var(--textfont);
    color: #747474;
    letter-spacing: 0.11em;
    width: 320px;
    background-color: #fff;
    padding: 12px 20px;
    flex-grow: 2;
    text-align: left;
    line-height: 1.58;
}

/*company*/

#top_company {
    margin-bottom: 180px;
}

.company {
    gap: 125px;
    justify-content: space-between;
    max-width: 1440px;
    margin: 0 auto;
}

.company .img_area {
    width: 610px;
    height: 530px;
    flex-shrink: 0;
}

.company .img_area::before,
.company .img_area::after {
    content: "";
    width: 610px;
    height: 530px;
    position: absolute;
}

.company .img_area::before {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.55) 25%, rgba(0, 0, 0, 0) 50%);
    bottom: 0;
    left: 0;
}

.company .img_area::after {
    background-color: var(--sub-color);
    left: 10px;
    bottom: -10px;
    z-index: -1;
}

.company .img_area img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.company .wrap_solid_lr,
.company .wrap_solid_ud {
    width: 96.7%;
}

.company .green {
    color: var(--sub-color);
}

.company .text_container {
    margin-right: 150px;
    letter-spacing: 0.14em;
    width: 560px;
}

.company .text_container .flex {
    align-items: flex-start;
    gap: 10px;
}

.company .text_container .title {
    font-size: 26px;
    line-height: 1.4;
    margin-left: -0.5em;
    margin-bottom: 10px;
}

.company .text_container .title.mini {
    font-size: 19px;
    line-height: 1;
    margin: 0;
}

.company .text_container .green {
    font-size: 32px;
    margin-block: 40px 0;
    font-weight: 600;
    letter-spacing: 0.14em;
}

.company .text_container .text_area {
    margin-bottom: 48px;
}

.company .name_area {
    bottom: 40px;
    right: 40px;
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.17em;
    line-height: 2.5;
}

.company .name_area img {
    width: 171px;
}

/*bana*/

#top_bana {
    margin-bottom: 170px;
}

.bana_area {
    width: 100%;
}

/*fix*/
#fixed {
    position: fixed;
    bottom: 18px;
    right: 30px;
    width: 171px;
    height: 171px;
    z-index: 20;
}

#fixed a {
    transition: 0.3s;
}

/*contanct*/

#common_contact {
    background-color: var(--main-color);
    position: relative;
}

.contact_container {
    background-image: url("../img/renewal/contact.jpg");
    padding: 90px 0 85px;
    background-size: cover;
    color: #fff;
    position: relative;
    background-position: center 90%;
}

.contact_container::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #1a1a1a;
    opacity: 0.8;
}

.contact_area {
    gap: 15px;
    position: relative;
    z-index: 3;
}

.contact_container .title_area .en {
    line-height: 1;
    font-size: 22px;
}

.contact_container .title_area .title {
    font-size: 40px;
    letter-spacing: 0.14em;
}

.contact_container .text {
    color: #fff;
    text-align: center;
    line-height: 1.57;
}

.contact_container .tel_area {
    gap: 20px;
    margin-top: 6px;
}

.contact_container .tel {
    font-size: 29px;
}

.contact_container .tel a {
    font-size: 43px;
}

.contact_container .btn_flex {
    font-size: 15px;
    gap: 75px;
    position: relative;
    margin-top: 30px;
    width: 100%;
    justify-content: center;
    align-items: flex-start;
}

.contact_container .btn_flex::after {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    top: -22px;
    left: 0;
    background-color: #b4b4b4;
}

.contact_container .btn_flex .column {
    gap: 7px;
}

.contact_container .btn_flex .column .title {
    letter-spacing: 0.14em;
}

.contact_container .btn_flex .group {
    position: relative;
}

.contact_container .btn_flex .group::before {
    position: absolute;
    content: "";
    height: 66px;
    width: 1px;
    background-color: #d6d6d6;
    bottom: 3px;
    left: -37px;
}

.contact_container .btn_flex .group:first-child::before {
    display: none;
}

.contact_container .common_btn {
    font-size: 15px;
    max-height: 70px;
    height: 70px;
    width: 300px;
}

/*footer*/

footer {
    background-color: #004557;
    padding: 52px 0 48px;
    color: #fff;
    z-index: 999;
    position: relative;
}

footer::after {
    content: "";
    background-image: url("../img/renewal/footer_back.webp");
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
}

.footer_container {
    background-color: #fff;
    padding: 65px 100px;
    z-index: 3;
    position: relative;
    color: var(--main-color);
}

.footer_menu_area {
    justify-content: center;
    align-items: center;
    width: 100%;
    text-align: center;
}

.footer_info {
    gap: 13px;
    font-weight: 400;
    font-size: 12px;
    font-family: var(--textfont);
    color: #888888;
    letter-spacing: 0.06em;
}

.footer_info .logo {
    width: 278px;
}

.footer_info .name {
    margin-top: 23px;
}

.tel_mini {
    font-size: 10px;
    line-height: 1.6;
}

.footer_menu {
    align-items: flex-start;
    margin-top: 25px;
}

.menu_list {
    align-items: flex-start;
    gap: 79px;
    font-weight: 500;
    font-size: 14px;
}

.menu_list .menu {
    position: relative;
    letter-spacing: 0.12em;
}

.menu_list .menu::before {
    content: "";
    position: absolute;
    top: 0;
    left: -40px;
    height: 100%;
    width: 1px;
    background-color: #bfbfbf;
}

.menu_list .menu:first-child::before {
    display: none;
}

.footer_menu_area .flex_btn {
    margin-top: 40px;
}

.sns_area {
    width: 100%;
    justify-content: center;
    gap: 17px;
    padding: 30px 0 10px;
}

.sns_area .en {
    padding-right: 5px;
}

.sns_area a:nth-child(1) .logo {
    width: 29px;
}

.sns_area a:nth-child(2) .logo {
    width: 25.5px;
}

.sns_area a:nth-child(3) .logo {
    width: 35px;
}

.footer_bottom {
    width: 100%;
    margin-block: 34px 18px;
}

.footer_bottom .group {
    gap: 50px;
    color: #676767;
    font-size: 13px;
    font-weight: 300;
    justify-content: center;
}

small.copyright {
    font-size: 12px;
    color: #aaaaaa;
    padding-top: 17px;
    border-top: solid 2px #dddddd;
    width: 100%;
    font-family: var(--textfont);
    letter-spacing: 0.02em;
}

/*内部ページ*/
/*売却をお考えのかたへ*/
#page_fv {
    margin-bottom: 120px;
}

#page_fv .img_area {
    width: 1300px;
    margin: 0 auto;
    top: 20px;
    height: 320px;
}

#page_fv .img_area img {
    object-position: top;
}

#page_fv #square_2 {
    width: 280px;
    height: 280px;
    top: inherit;
    bottom: -50%;
}

#page_fv #square_3 {
    width: 530px;
    height: 210px;
    top: 0;
    right: 0;
    bottom: inherit;
}

#page_fv .text_area {
    color: #fff;
    top: 60%;
    left: 100px;
    transform: translateY(-50%);
    align-items: flex-start;
    gap: 50px;
}

#page_fv .text_area .group {
    text-align: left;
}

#page_fv .text_area .group .en {
    font-size: 23px;
}

#page_fv .text_area .group .title {
    font-size: 40px;
}

#page_fv .text_area .bread_list {
    font-size: 12px;
    letter-spacing: 0.09em;
    font-family: var(--textfont);
    gap: 6px;
}

#page_fv .bread_list .now {
    position: relative;
}

#page_fv .bread_list .now::before {
    content: "＞";
    font-size: 0.8em;
    padding-right: 6px;
}

.page_support .title_area {
    gap: 15px;
}

.page_support .title_area .title {
    font-size: 34px;
    letter-spacing: 0.14em;
}

.page_support .title_area .title .green {
    color: #188d96;
}

.page_support .title_area .title .big {
    font-size: 54px;
}

.page_support .title_area .text {
    font-size: 14px;
    letter-spacing: 0.09em;
}

.support_area {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-block: 56px 155px;
}

.support_area .support {
    gap: 8px;
}

.support_area .image_area {
    width: 550px;
    height: 250px;
}

.support_area .number {
    flex-direction: column;
}

.support_area .number .mini {
    font-size: 15px;
}

.support_area .number .num {
    font-size: 37px;
    line-height: 1;
}

.support_area .title_area {
    width: 100%;
    justify-content: flex-start;
    align-items: center;
}

.support_area .title_area .title {
    font-size: 22px;
    margin-top: 10px;
}

.support_area .text {
    font-size: 13px;
    letter-spacing: 0.09em;
    line-height: 1.69em;
}

#page_feature {
    margin-bottom: 210px;
}

.page-template-page-contact .page-contact-01,
.page_company .page-about-01 {
    padding-top: 0;
}

.page-template-page-contact #page_fv {
    margin-bottom: 90px;
}

.page-template-page-sale #page_fv,
.page-template-page-company #page_fv {
    margin-bottom: 56px;
}

.page_company .page-about-02 .right {
    text-align: left;
}

.page_company .u-data-02>dl>dt {
    background-color: #eaf2f4;
}

.page_company .u-title-01>.en,
.page_company .u-dl-01>dl>dt,
.page_company .u-data-02>dl>dt>span,
.page_company .page-about-02>.wrapper>.inner-flex>.right h3 span,
.page_company .u-title-04:before {
    color: var(--sub-color);
}

#top_fv .group .break {
    display: inline-block;
    margin-right: 0.2em;
}

.p-authorBox .avatar {
    margin: 0 auto;
}

@media (any-hover: hover) {
    /*ヘッダー*/

    .flex_btn .solid:hover {
        background-color: #188d96;
        border-color: #188d96;
        color: #fff;
        opacity: 1;
    }

    .header .header_menu:hover {
        color: var(--sub-color);
        opacity: 1;
    }

    /*共通ボタン*/
    .common_btn:hover {
        background-color: #fff;
        color: var(--sub-color);
        opacity: 1;
    }

    .common_btn.arrow:hover .arrow::before,
    .common_btn.arrow:hover .arrow::after {
        background-color: var(--sub-color);
    }

    .common_btn.icon:hover {
        background-color: #fff;
        border: solid 1.5px #188d96;
    }

    .common_btn.icon:hover .arrow::before,
    .common_btn.icon:hover .arrow::after {
        background-color: #188d96;
    }

    #fixed a:hover {
        opacity: 0.8;
    }

    .column:hover .img_area img {
        transform: scale(1.1);
    }
}

@media screen and (max-width: 750px) {
    body {
        padding-top: 20vw;
    }

    .sp {
        display: block;
    }

    .pc {
        display: none;
    }

    .wrap {
        max-width: 90%;
    }

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

    .text {
        font-size: 3.1vw;
    }

    a[href^="tel:"] {
        pointer-events: auto;
    }

    /* SPヘッダー */
    #sp_header {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        background: #fff;
        z-index: 9998;
        height: 20vw;
    }

    #sp_header .logo_area {
        gap: 1.5vw;
        font-size: 2.5vw;
        line-height: 1.5;
        position: absolute;
        top: 50%;
        left: 2.5vw;
        z-index: 9999;
        margin-top: inherit;
        transform: translateY(-50%);
    }

    #sp_header .logo {
        line-height: 0;
        width: 57.9vw;
    }

    #sp_header .logo img {
        height: 40px;
    }

    #sp_header .icon {
        color: #000;
        position: absolute;
    }

    #sp_header .mail {
        right: 70px;
        top: 13px;
        font-size: 25px;
    }

    #sp_header .tel {
        right: 110px;
        top: 15px;
        font-size: 20px;
    }

    /*タイトル*/

    .title_area .en {
        font-size: 14.8vw;
    }

    .title_area .text {
        font-size: 3.33vw;
    }

    .en.mini,
    .title_area .title.mini {
        font-size: 4.1vw;
    }

    .bubble {
        padding: 0 2.5em 15px;
    }

    .bubble::before,
    .bubble::after {
        width: 30px;
        top: 55%;
    }

    .bubble::before {
        transform: rotate(60deg) translateY(-50%);
    }

    .bubble::after {
        transform: rotate(-60deg) translateY(-50%);
    }

    .banner {
        gap: 2.56vw;
    }

    .banner .text {
        font-size: 4.61vw;
        line-height: 1.22;
    }

    .banner .img {
        width: 4.1vw;
    }

    /*共通ボタン*/
    .common_btn {
        width: 58.9vw;
        max-height: 60px;
        font-size: 15px;
    }

    .common_btn.icon {
        width: 74vw;
        gap: 2.5vw;
    }

    .common_btn.icon span {
        flex-grow: 2;
        flex-shrink: 0;
        text-align: center;
        min-width: 34.35vw;
    }

    .common_btn.icon:nth-child(2) span {
        margin-right: 0.8em;
    }

    .common_btn .icon {
        height: 5.3vw;
        width: 7.43vw;
        left: 0;
        position: relative;
    }

    .icon img {
        object-fit: contain;
    }

    .common_btn .icon.wide {
        height: 10.2vw;
        width: 11.79vw;
    }

    .btn_flex {
        flex-direction: column;
        gap: 10px;
        align-items: center;
    }

    /*スライダー*/

    .slider.sp {
        width: 90%;
        margin: 0 auto 28.2vw;
    }

    .slider .slick-slide {
        transform: scale(1);
        opacity: 1;
    }

    .banner_group {
        display: flex;
        flex-direction: column;
        gap: 3.5vw;
    }

    .banner_group a img {
        width: 100%;
        height: auto;
        display: block;
    }

    /* ドットのカスタマイズ */

    .slick-dots li {
        width: 15vw;
        height: 8px;
        margin: 0 2.5vw;
    }

    /*配置*/

    .img_text_area {
        gap: 19.4vw;
        padding-bottom: 21.7vw;
    }

    .img_text_area .img_text {
        flex-direction: column;
        gap: 4.3vw;
    }

    .img_text_area .img_text:nth-child(even) {
        flex-direction: column;
        align-items: flex-end;
    }

    .img_text_area .img_area {
        width: 85.89vw;
        height: 51.28vw;
    }

    .img_text_area .text_area {
        position: relative;
        top: 0;
        width: 75.65vw;
        left: inherit;
        right: -10.5vw;
    }

    .img_text_area .img_text .text_area::before,
    .img_text_area .img_text:nth-child(even) .text_area::before {
        width: 85.8vw;
        height: calc(100% + 16.9vw);
        top: -9.66vw;
        left: -5.7vw;
    }

    .img_text_area .img_text:nth-child(even) .text_area {
        right: inherit;
        left: -10.5vw;
    }

    .img_text_area .img_text .title {
        font-size: 4.61vw;
        margin-block: 2.5vw 2.1vw;
    }

    .solid_area {
        grid-template-columns: 5.12vw auto;
    }

    .number_area {
        gap: 2.56vw;
    }

    /*fv*/

    #top_fv {
        padding-bottom: unset;
        margin-bottom: 65px;
    }

    #top_fv .fv_img {
        width: 90vw;
        height: 124vw;
        top: 10px;
    }

    #top_fv .img_area {
        left: 0;
        transform: translateX(0);
    }

    #top_fv .text_area {
        gap: 20px;
    }

    #top_fv .group {
        font-size: 4.6vw;
        line-height: 1;
    }

    #top_fv .group .solid {
        font-size: 3.8vw;
    }

    #top_fv .group .break {
        display: block;
        margin-bottom: 0.8em;
    }

    #top_fv .group .big .big {
        font-size: 8.2vw;
        margin-top: 10px;
    }

    #top_fv .bubble {
        font-size: 3.5vw;
        letter-spacing: 0.14em;
        line-height: 1.4;
        font-weight: 500;
    }

    #top_fv .scrolldown {
        display: none;
    }

    #square_1 {
        width: 30px;
        height: 30px;
    }

    #square_2 {
        width: 17.9vw;
        height: 33.33vw;
        top: 13.8vw;
        bottom: unset;
        left: 0;
    }

    #square_3 {
        width: 195px;
        height: 430px;
        top: unset;
        bottom: -65px;
        right: 0;
    }

    #square_4 {
        display: none;
    }

    /*results*/
    #top_results {
        margin-bottom: 8.38vw;
    }

    .top_results {
        gap: 6.9vw;
        padding: 8.9vw 0;
        flex-direction: column;
    }

    .top_results .text_area {
        gap: 1.56vw;
    }

    .top_results .group {
        width: 100%;
        height: 43.58vw;
    }

    .top_results .text_area .title {
        font-size: 6.15vw;
        line-height: 1;
        margin-bottom: 1.5vw;
    }

    .top_results .results_container {
        height: 100%;
    }

    .top_results .results_area {
        width: 100%;
        padding-right: 7.68vw;
        gap: 13px;
    }

    .top_results .results {
        width: 100%;
        gap: 5px;
    }

    .results .data_area {
        width: 100%;
        gap: 10px;
        color: var(--sub-color);
        font-size: 3.84vw;
    }

    .results .results_title {
        font-size: 3.33vw;
        font-weight: 500;
    }

    /*future*/
    .feature::before,
    .feature::after {
        height: calc(100% - 70px);
        top: 68px;
    }

    .feature .title_area .green {
        font-size: 16.4vw;
    }

    .feature .title_container {
        margin-bottom: 11.5vw;
    }

    /*column*/

    #top_column {
        margin: 23vw 0;
    }

    .column_container .title_container {
        margin-bottom: 2vw;
    }

    .column_container .title_area .en {
        line-height: 1.15;
    }

    .column_container .title_area .mini {
        font-size: 3.84vw;
    }

    .column_container .text {
        font-size: 3.33vw;
    }

    .column_container .columns_list {
        grid-template-columns: 1fr;
        gap: 10.25vw;
        margin: 11.5vw auto 14.35vw;
    }

    .column_container .columns_list .column {
        flex-direction: row;
        padding-bottom: 18.46vw;
        position: relative;
        gap: 5.12vw;
    }

    .column_container .columns_list .columns::after {
        content: "";
        width: 100%;
        border-bottom: dotted 1px #a5a5a5;
        position: absolute;
        left: 0;
        bottom: -5.125vw;
    }

    .columns .img_area {
        width: 25.64vw;
        height: 25.64vw;
    }

    .columns .data_area {
        font-size: 3.58vw;
    }

    .column .text_area .title {
        margin-block: 1.61vw 0;
        font-size: 3.5vw;
        letter-spacing: 0.09em;
    }

    .columns .text_area .text {
        font-size: 3.1vw;
        width: 100%;
        position: absolute;
        left: 0;
        bottom: 7.5vw;
        letter-spacing: 0.12em;
    }

    .column .tag_area {
        font-size: 3vw;
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
    }

    #top_column .common_btn {
        margin: 0 auto;
    }

    /*solution*/
    .top_solution {
        margin: 20vw 0;
    }

    .top_solution .list {
        margin-top: 10vw;
        grid-template-columns: 1fr;
        gap: 10vw 0;
    }

    .top_solution .img img {
        aspect-ratio: 36/19;
    }

    .top_solution .purpose {
        margin-top: 2.6vw;
        font-size: 3.4vw;
    }

    .top_solution .item_title {
        margin-top: 1.4vw;
        padding-bottom: 2vw;
        font-size: 4.1vw;
    }

    .top_solution .text {
        margin-top: 3vw;
        font-size: 3.1vw;
        letter-spacing: 0.12em;
    }

    /*flow*/

    #top_flow,
    #page_flow_sec {
        margin-bottom: 20.51vw;
    }

    .flow {
        padding-bottom: 20.51vw;
    }

    .flow::before {
        top: 13.435vw;
        height: 97%;
        background-image: url(../img/renewal/flow_back_sp.webp);
        background-size: cover;
    }

    .flow .title_area {
        margin-bottom: 8.97vw;
        width: 90%;
        margin: 0 auto 14.74vw;
    }

    .flow .title_area .title {
        font-size: 3.84vw;
    }

    .flow .title_area .text {
        font-size: 3.1vw;
    }

    .flow .title_area .green {
        font-size: 14.87vw;
    }

    /* .flow .flow_area {
        justify-content: flex-start;
        gap: 7.69vw;
        padding: 0 5%;
    } */

    /* .flow_left,
    .flow_right {
        align-items: center;
        justify-content: flex-start;
    } */

    .flow .flow_item {
        padding: 3vw 3.84vw;
        width: 100%;
        flex-direction: column;
        gap: 3.84vw;
    }

    .flow .flow_item+.flow_item {
        margin-top: 8vw;
    }

    .flow .flow_item:nth-of-type(even) {
        flex-direction: column;
    }

    /* .flow_left .flow_item::after,
    .flow_right .flow_item::after {
        width: 8.97vw;
    } */

    /* .flow_right .flow_item::after {
        left: -5.12vw;
    } */

    /* .flow .flow_item .icon_area {
        width: 15.38vw;
        height: 15.38vw;
    }

    .flow .flow_item .icon {
        height: 10.51vw;
    } */

    .flow .flow_item .img_area {
        width: 85.89vw;
        height: 51.28vw;
    }

    .flow .number {
        font-size: 4.1vw;
    }

    .flow .text_area .title {
        font-size: 4.61vw;
        margin-block: 2.5vw 2.1vw;
    }

    .flow .text_area .flow_text {
        font-size: 3.1vw;
    }

    /* .flow_solid {
        gap: 22vw;
    }

    .flow_solid .flow_dot {
        width: 2.56vw;
        height: 2.56vw;
    }

    .flow_solid .flow_dot::before {
        top: -12vw;
    }

    #flow01 {
        top: -9.4vw;
    }

    #flow01 .icon {
        height: 5.64vw;
    }

    #flow02 {
        top: -6.2vw;
    }

    #flow02 .icon {
        height: 10vw;
    }

    #flow03 {
        top: -3vw;
    }

    #flow03 .icon {
        height: 11vw;
    }

    #flow04 {
        top: -0.12vw;
    }

    #flow04 .icon {
        height: 9.3vw;
    }

    #flow05 {
        top: 3.3vw;
    }

    #flow06 {
        top: 5.5vw;
    }

    #flow06 .icon {
        height: 9.7vw;
    }

    #flow07 {
        top: 9.8vw;
    } */

    /*faq*/

    #top_faq {
        margin-bottom: 24.6vw;
    }

    .faq .faq_area {
        gap: 7.69vw;
    }

    .faq .title_area .en {
        font-size: 5.12vw;
    }

    .faq .title_area {
        margin-bottom: 11.5vw;
        gap: 2.5vw;
    }

    .faq .title_area .title {
        font-size: 3.84vw;
        margin-bottom: 3px;
        text-align: center;
    }

    .faq .title_area .title .big {
        font-size: 7.17vw;
        line-height: 1.6;
    }

    .faq .faq_area .faq {
        width: 100%;
        height: auto;
        padding: 8.7vw 4.8vw 2.56vw;
        gap: 3.5vw;
    }

    .faq .faq_area .faq .number {
        top: -5.7vw;
        font-size: 9.2vw;
    }

    .faq .faq_area .faq .question {
        font-size: 3.84vw;
    }

    .faq .faq_area .faq .answer {
        width: 100%;
        padding: 3.33vw 3.04vw;
        letter-spacing: 0.1em;
    }

    /*company*/

    #top_company {
        margin-bottom: 24vw;
    }

    .company {
        gap: 8.2vw;
        max-width: 100vw;
        flex-direction: column;
    }

    .company .img_area {
        width: 94.8vw;
        height: 66.6vw;
        margin: auto auto auto 0;
    }

    .company .img_area img {
        object-position: top;
    }

    .company .img_area::before,
    .company .img_area::after {
        width: 94.8vw;
        height: 66.6vw;
    }

    .company .wrap_solid_lr,
    .company .wrap_solid_ud {
        width: 94%;
    }

    .company .text_container {
        margin-right: unset;
        width: 90%;
    }

    .company .text_container .flex {
        gap: 2vw;
    }

    .company .text_container .title {
        font-size: 5.12vw;
    }

    .company .text_container .title.mini {
        font-size: 3.8vw;
    }

    .company .text_container .green {
        font-size: 6.15vw;
        margin-block: 4.35vw 0;
    }

    .company .text_container .text_area {
        margin-bottom: 10.76vw;
    }

    .company .name_area {
        bottom: 6.9vw;
        right: 5.6vw;
        font-size: 3.58vw;
    }

    .company .name_area img {
        width: 32.3vw;
    }

    /*bana*/

    #top_bana {
        margin-bottom: 23vw;
    }

    /*fix*/
    #fixed {
        position: fixed;
        bottom: 2.56vw;
        right: 1.79vw;
        width: 30.25vw;
        height: 30.25vw;
    }

    /*contanct*/
    .contact_container {
        padding: 19.9vw 0 32.58vw;
        background-position: 12% top;
        /*z-index: 98;*/
    }

    .contact_area {
        gap: 15px;
    }

    .contact_container .title_area .en {
        font-size: 4.61vw;
    }

    .contact_container .title_area .title {
        font-size: 6.6vw;
        margin-top: 10px;
    }

    .common_btn.icon.sp {
        display: flex;
    }

    .contact_container .text {
        font-size: 3.33vw;
    }

    .contact_container .btn_flex {
        font-size: 3.589vw;
        gap: 7.7vw;
        margin-top: 10.2vw;
        align-items: center;
    }

    .contact_container .btn_flex::after {
        top: -5.1vw;
    }

    .contact_container .btn_flex::before {
        content: "";
        width: 100%;
        height: 2px;
        position: absolute;
        bottom: -5.1vw;
        left: 0;
        background-color: #b4b4b4;
    }

    .contact_container .btn_flex .group::before {
        height: 1px;
        width: 100%;
        bottom: unset;
        top: -3.6vw;
        left: 0;
        background-color: inherit;
        border-top: dotted #d6d6d6 1px;
    }

    .contact_container .common_btn {
        font-size: 3.84vw;
        max-height: 15.38vw;
        height: 15.38vw;
        width: 77vw;
    }

    .contact_container .btn_flex .group:first-child .common_btn {
        background-color: #315964;
        border-color: #315964;
    }

    .contact_container .btn_flex .group:first-child .icon .icon {
        width: 28px;
        height: 28px;
    }

    /*footer*/

    footer {
        padding: 5.12vw 2.5%;
    }

    .footer_container {
        padding: 12.8vw 5.12vw 12.3vw;
    }

    .footer_info {
        gap: 3.07vw;
        font-size: 3.07vw;
    }

    .footer_info .logo {
        width: 57.9vw;
    }

    .footer_info .name {
        margin-top: 3vw;
    }

    .footer_info .add {
        line-height: 1.5;
    }

    .footer_menu_area .flex_btn {
        margin-top: 6.66vw;
    }

    .footer_menu_area .flex_btn .solid {
        width: 58.9vw;
        height: 12.8vw;
        max-height: 12.8vw;
    }

    .footer_menu_area .flex_btn .solid .btn_label {
        gap: 5.12vw;
    }

    .footer_menu_area .flex_btn .solid .icon {
        width: 7.69vw;
        height: 7.94vw;
    }

    .sns_area {
        gap: 4.61vw;
        padding: 5.12vw 0 1.28vw;
    }

    .sns_area a:nth-child(1) .logo {
        width: 7.43vw;
    }

    .sns_area a:nth-child(2) .logo {
        width: 6.53vw;
    }

    .sns_area a:nth-child(3) .logo {
        width: 8.97vw;
    }

    .footer_bottom {
        margin-block: 8.71vw 4.87vw;
    }

    .footer_bottom .group {
        gap: 10.25vw;
        color: #676767;
        font-size: 3vw;
    }

    small.copyright {
        padding-top: 4.3vw;
    }

    /*売却をお考えのかたへ*/
    #page_fv {
        margin-bottom: 28vw;
    }

    #page_fv .img_area {
        width: 89.7vw;
        top: 2.5vw;
        height: 46.15vw;
    }

    #page_fv #square_2 {
        width: 28.2vw;
        height: 28.2vw;
        bottom: -22%;
    }

    #page_fv #square_3 {
        width: 41vw;
        height: 38.4vw;
    }

    #page_fv .text_area {
        color: #fff;
        top: 50%;
        left: 9.48vw;
        gap: 50px;
    }

    #page_fv .text_area .group .en {
        font-size: 4.1vw;
    }

    #page_fv .text_area .group .title {
        font-size: 5.89vw;
    }

    #page_fv .text_area .bread_list {
        position: absolute;
        bottom: -33vw;
        flex-direction: column;
        color: #747474;
        align-items: flex-start;
        width: 90vw;
        line-height: 1.2;
        left: -6vw;
    }

    .page_support .title_area {
        gap: 15px;
    }

    .page_support .title_area .title {
        font-size: 5.64vw;
    }

    .page_support .title_area .title .big {
        font-size: 8.71vw;
    }

    .page_support .title_area .text {
        font-size: 3.33vw;
    }

    .support_area {
        grid-template-columns: 1fr;
        gap: 10vw;
        margin-block: 7.8vw 28.2vw;
    }

    .support_area .support {
        gap: 8px;
    }

    .support_area .image_area {
        width: 100%;
        height: 47vw;
    }

    .support_area .number .mini {
        font-size: 3vw;
    }

    .support_area .number .num {
        font-size: 8.5vw;
    }

    .support_area .title_area .title {
        font-size: 4.2vw;
        margin-top: 3vw;
    }

    .support_area .text {
        font-size: 3vw;
        line-height: 1.5;
    }

    #page_feature {
        margin-bottom: 25vw;
    }

    .page-template-page-contact #page_fv {
        margin-bottom: 25vw;
    }

    .page-template-page-sale #page_fv,
    .page-template-page-company #page_fv {
        margin-bottom: 20vw;
    }

    /* 追従バナー */
    .follow_banner {
        position: fixed;
        bottom: 0;
        width: 100%;
        padding: 2.2vw 2vw;
        background-color: #188d96;
        z-index: 20;
    }

    .follow_banner .flex_btn {
        gap: 1.6vw;
    }

    .follow_banner .btn_label {
        gap: 2vw;
    }

    .follow_banner .flex_btn .solid {
        display: block;
        width: 100%;
        height: 12vw;
        max-height: none;
        font-size: 3.6vw;
        padding: 0 3vw 0;
    }

    .follow_banner .flex_btn .solid a:hover {
        opacity: 1;
    }

    #fixed {
        bottom: 16.56vw;
    }
}