@charset "UTF-8";

body {
    /* overflow: hidden; */
    min-width: 1340px;
    color: #1F1F1F;
}

section .wrap {
    position: relative;
    z-index: 2;
}

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

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

@font-face {
    font-family: 'Holland';
    src: url('../fonts/holland.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.font_Helvetica {
    font-family: 'Helvetica';
    font-weight: bold;
}

.font_Holland {
    font-family: 'Holland';
}


body {
    background: #F8F9FC;
}

.wrap.mid {
    width: 1240px;
}

.wrap.lr {
    width: 1340px;
}

.common_header {
    position: absolute;
    left: 50%;
    top: 20px;
    transform: translateX(-50%);
    background: #fff;
    width: 1340px;
    height: 90px;
    padding-left: 50px;
    padding-right: 20px;
    padding-top: 15px;
    border-radius: 10px;
    z-index: 12;
}

.common_header .logo {
    transform: translateY(5px);
}

.common_header .cont {
    align-items: center;
}

.common_header .site_contents {
    align-items: center;
}

.common_header .header_nav {
    padding-right: 50px;
    margin-right: 50px;
    position: relative;
}

.common_header .header_nav:after {
    content: "";
    width: 1px;
    height: 40px;
    background: #333333;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.common_header .header_nav ul {
    gap: 34px;
}

.common_header .header_nav ul li a {
    color: #333333;
    font-weight: 500;
    font-size: 14px;
    transition: .3s;
}

.common_header .tel_box {
    margin-right: 19px;
}

.common_header .tel_box .tel {
    font-size: 26px;
    font-weight: bold;
    padding-left: 31px;
    background: url(../image/icon_tel.svg) no-repeat;
    background-position: 0;
    line-height: 1;
}

.common_header .tel_box .time {
    font-size: 12px;
    font-weight: 500;
}

.common_header .button a {
    display: block;
    width: 180px;
    line-height: 60px;
    background: #C3A131;
    color: #fff;
    font-weight: 800;
    text-align: center;
    border-radius: 6px;
    letter-spacing: .1em;
    transition: .3s;
}

#fixed_header {
    position: fixed;
    padding-right: 120px;
    overflow: hidden;
    z-index: 10;
}

#fixed_header .logo_box {
    align-items: center;
    gap: 20px;
}

#fixed_header .logo_box .text {
    font-size: 12px;
}

.top_main_visual {
    background: #224AA3;
    height: 900px;
    position: relative;
    padding-top: 210px;
    z-index: 11;
}

.top_main_visual .main_image {
    width: calc(100vw - ((100vw - 1240px) / 2));
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}

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

.top_main_visual .main_image:before {
    content: "";
    width: 100%;
    height: 100%;
    background: url(../image/fv_mask.webp) no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    left: 0;
    top: 0;
    mix-blend-mode: color-burn;
}

.top_main_visual .wrap {
    position: relative;
}

.top_main_visual .text_box {
    margin-left: 80px;
}

.top_main_visual .text_box .catch_box {
    padding: 18px;
    color: #fff;
    border-radius: 6px;
    background: url(../image/fv_catch_gradation.webp) no-repeat;
    background-size: cover;
    background-position: center;
    margin-bottom: 10px;
}

.top_main_visual .text_box .catch_box .head_lead {
    align-items: center;
    gap: 15px;
    margin-bottom: 18px;
}

.top_main_visual .text_box .catch_box .head_lead .label {
    background: #fff;
    color: #224AA3;
    font-weight: 900;
    font-size: 36px;
    line-height: 55px;
    display: inline-block;
    padding: 0 17px;
    letter-spacing: .045em;
    border-radius: 6px;
}

.top_main_visual .text_box .catch_box .head_lead .text {
    font-size: 24px;
    font-weight: 900;
}

.top_main_visual .text_box .catch_box .main_catch {
    margin-bottom: 20px;
    text-shadow: 2px 4px 0 rgba(34, 74, 163, .3);
}

.top_main_visual .text_box .catch_box .main_catch .left_box {
    font-size: 60px;
    font-weight: 800;
    line-height: 1.2;
    display: block;
}

.top_main_visual .text_box .catch_box .main_catch .left_box small {
    font-size: 22px;
    font-weight: 900;
    display: block;
    letter-spacing: .05em;
}

.top_main_visual .text_box .catch_box .main_catch .label {
    font-size: 85px;
    font-weight: 900;
    background: #C3A131;
    height: 105px;
    line-height: 95px;
    border-radius: 6px;
    text-align: center;
    display: block;
    padding-left: 10px;
    margin-right: 10px;
}

.top_main_visual .text_box .catch_box .main_catch .text {
    font-size: 60px;
    font-weight: 800;
}

.top_main_visual .text_box .catch_box .bottom_text {
    font-size: 28px;
    font-weight: 800;
}

.top_main_visual .text_box .catch_box .bottom_text .accent {
    font-size: 33px;
    position: relative;
}

.top_main_visual .text_box .catch_box .bottom_text .accent:before {
    content: "・・・・・・";
    position: absolute;
    left: .2em;
    top: -1em;
    font-size: 25px;
    letter-spacing: .3em;
}

.top_main_visual .form_box {
    position: absolute;
    right: 0;
    top: -80px;
    width: 470px;
    height: 730px;
    border-radius: 10px;
    background-image: url(../image/form_back.svg);
    background-position: center;
    padding: 25px 40px;
    overflow: scroll;
}

.top_main_visual .form_box .top_form_head {
    text-align: center;
    font-size: 22px;
    font-weight: 800;
    letter-spacing: .04em;
    margin-bottom: 8px;
}

.top_main_visual .form_box .top_form_head .accent {
    font-size: 27px;
    color: #C4A131;
}

.top_main_visual .form_box .note_text {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .04em;
    margin-bottom: 3px;
    line-height: 1.5;
}

.top_main_visual .form_box table th,
.top_main_visual .form_box table td {
    display: block;
    width: 100%;
    position: relative;
}

.top_main_visual .form_box table th {
    font-size: 14px;
    font-weight: 500;
    padding-top: 7px;
    padding-bottom: 3px;
}

.top_main_visual .form_box table th .hissu,
.top_main_visual .form_box table th .ninni {
    background: #E00503;
    border-radius: 2px;
    color: #fff;
    font-size: 10px;
    width: 36px;
    display: inline-block;
    text-align: center;
    line-height: 18px;
    margin-left: 10px;
}

.top_main_visual .form_box table th .ninni {
    background-color: #333;
}

.top_main_visual .form_box table td input {
    width: 100%;
    background: #F7F7F7;
    border: 1px solid #D6D6D6;
    border-radius: 2px;
    height: 45px;
    padding: 12px 9px;
}

.top_main_visual .form_box table td .mwform-file-delete {
    position: absolute;
    right: 10px;
    top: 10px;
}

.top_main_visual .form_box table td input[type="file"] {
    font-size: 14px;
    padding: 7px;
}

.top_main_visual .form_box table td textarea {
    width: 100%;
    background: #F7F7F7;
    border: 1px solid #D6D6D6;
    border-radius: 2px;
    height: 125px;
    padding: 12px 9px;
}

.top_main_visual .form_box table td ::placeholder {
    font-size: 14px;
    color: #C7C7C7;
    font-weight: 400;
}

.top_main_visual .form_box #btn_wrap button {
    width: 340px;
    height: 60px;
    background: #C3A131;
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: 800;
    letter-spacing: .1em;
    border-radius: 10px;
    margin: 20px auto 0 auto;
    transition: .3s;
}

.top_main_visual .text_box .list_box {
    width: 425px;
    background: #fff;
    border-radius: 10px;
    padding: 3px 35px 6px 20px;
    position: relative;
    border: 2px solid #224AA3;
    margin-left: 20px;
}

.top_main_visual .text_box .list_box .illust {
    position: absolute;
    right: -28px;
    bottom: -14.5px;
}

.top_main_visual .text_box .list_box ul li {
    font-size: 20px;
    font-weight: 800;
    border-bottom: 2px dashed#C7C7C7;
    padding-top: 7px;
    padding-bottom: 9px;
    line-height: 1.4;
    padding-left: 31px;
    background: url(../image/icon_check.svg) no-repeat;
    background-position: 0;
    letter-spacing: .05em;
}

.top_main_visual .text_box .list_box ul li:last-child {
    border-bottom: none;
}

.top_main_visual .text_box .list_box ul li:nth-child(2) {
    width: 320px;
}

.top_main_visual .text_box .list_box ul li .accent {
    font-size: 24px;
    color: #C3A131;
}

.section_achievements {
    padding: 70px 0 75px 0;
}

.section_achievements .main_title {
    font-size: 40px;
    font-weight: 700;
    color: #1F1F1F;
    text-align: center;
    margin-bottom: 50px;
}

.section_achievements ul {
    justify-content: center;
    gap: 30px;
}

.section_achievements ul li {
    text-align: center;
    letter-spacing: .05em;
    padding: 5px 60px 6px 60px;
    background: url(../image/ribon_left.svg) no-repeat, url(../image/ribon_right.svg) no-repeat;
    background-position: 0, center right 0;
}

.section_achievements ul li .lead {
    font-size: 24px;
    font-weight: 600;
}

.section_achievements ul li .text {
    color: #C3A131;
    font-size: 30px;
    font-weight: 800;
    line-height: 1;
}

.section_achievements ul li .text .num {
    font-size: 53px;
}

.section_worries {
    background: #F0F0F2;
    position: relative;
    padding: 80px 0 290px;
}

.section_worries:before {
    content: "";
    width: 100%;
    height: 100%;
    background: url(../image/math_back.svg) no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    left: 0;
    top: 0;
}

.section_worries .cont {
    position: relative;
    justify-content: center;
    gap: 65.5px;
    align-items: flex-end;
}

.section_worries .cont .text_box .title {
    font-size: 40px;
    font-weight: 800;
    color: #1F1F1F;
    letter-spacing: .03em;
    margin-bottom: 40px;
}

.section_worries .cont .text_box .title .accent {
    position: relative;
    z-index: 2;
    color: #224AA3;
    padding: 0 .1em;
}

.section_worries .cont .text_box .title .accent:before {
    content: "";
    width: 100%;
    height: 24px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.section_worries .cont .text_box ul li {
    font-size: 18px;
    font-weight: 600;
    padding-left: 47px;
    background: url(../image/icon_check_2.svg) no-repeat;
    background-position: 0;
    line-height: 1.4;
}

.section_worries .cont .text_box ul li+li {
    margin-top: 24px;
}

.section_worries .cont .text_box ul li .accent {
    position: relative;
    z-index: 2;
    color: #224AA3;
    padding: 0 .1em;
    font-size: 22px;
    font-weight: 800;
}

.section_worries .cont .text_box ul li .accent:before {
    content: "";
    width: 100%;
    height: 13px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.section_common_cta {
    margin-top: -212px;
}

.section_common_cta.footer {
    margin-top: 0;
}

.section_common_cta .cont {
    background: url(../image/cta_back.webp) no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 48px;
}

.section_common_cta .cont:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #224AA3;
    opacity: .5;
    mix-blend-mode: multiply;
    position: absolute;
    left: 0;
    top: 0;
}

.section_common_cta .cont * {
    position: relative;
    z-index: 2;
}

.section_common_cta .cont .catch_box {
    margin-bottom: 16px;
}

.section_common_cta .cont .catch_box .catch {
    color: #fff;
    text-align: center;
    font-size: 45px;
    font-weight: 800;
    line-height: 1.4;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.16);
}

.section_common_cta .cont .lead {
    margin-bottom: 20px;
}

.common_contact_box {
    background: #fff;
    width: 850px;
    margin: 0 auto;
    border-radius: 100px;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
    gap: 92.2px;
    position: relative;
    padding-left: 30px;
}

.common_contact_box:before {
    content: "";
    width: 2px;
    height: 68px;
    background: #D5D5D5;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.common_contact_box .tel_box .tel {
    font-size: 33px;
    font-weight: bold;
    padding-left: 45px;
    background: url(../image/icon_tel.svg) no-repeat;
    background-size: 38px;
    background-position: 0;
    line-height: 1;
}

.common_contact_box .tel_box .time {
    font-size: 14px;
    font-weight: 500;
}

.common_contact_box .mail_box .button a {
    display: block;
    width: 290px;
    height: 70px;
    background: #4162AC;
    color: #fff;
    font-weight: 800;
    text-align: center;
    padding-top: 25px;
    border-radius: 10px;
    font-size: 21px;
    letter-spacing: .1em;
    line-height: 1.3;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.16);
    transition: .3s;
    position: relative;
}

.common_contact_box .mail_box .button a small {
    position: absolute;
    left: 50%;
    top: -9px;
    color: #000;
    background: #fff;
    border: 2px solid #4162AC;
    width: 230px;
    line-height: 28px;
    border-radius: 100vmax;
    transform: translateX(-50%);
    font-size: 14px;
    letter-spacing: .01em;
    transition: .3s;
}

.body_line_wrap {
    position: relative;
    /* overflow: hidden; */
}

.body_line_wrap .body_line {
    position: absolute;
    left: 50%;
    top: -414px;
    transform: translateX(-50%);
    height: calc(100% + 414px);
    overflow: hidden;
}

.section_top_reason {
    padding-top: 110px;
    position: relative;
}

.section_top_reason .title_box .en {
    font-size: 100px;
    font-weight: bold;
    color: #F0F0F2;
    line-height: 0.2;
}

.section_top_reason .title_box {
    margin-bottom: 78px;
}

.section_top_reason .title_box .title {
    font-size: 40px;
    font-weight: 700;
    position: relative;
}

.section_top_reason .title_box .title:before {
    content: "";
    width: 120px;
    height: 2.5px;
    background: #1F1F1F;
    position: absolute;
    left: -150px;
    top: 50%;
}

.section_top_reason ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 60px;
}

.section_top_reason ul li {
    border-bottom: 2px solid #E5E5E8;
    padding-bottom: 40px;
}

.section_top_reason ul li .illust {
    margin-bottom: 9px;
    height: 223px;
    position: relative;
}

.section_top_reason ul li .illust img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.section_top_reason ul li .text_box .num {
    color: #C3A131;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.3;
}

.section_top_reason ul li .text_box .title {
    font-size: 22px;
    font-weight: 900;
    letter-spacing: .04em;
    min-height: 72px;
    line-height: 1.6;
    margin-bottom: 27px;
}

.section_top_reason ul li .text_box .title .accent {
    background: #C3A131;
    color: #fff;
    padding: 0 .2em;
}

.section_top_reason ul li .text_box .lead_text {
    font-size: 14px;
    letter-spacing: .06em;
    font-weight: 400;
}

.section_comparison {
    padding: 93.4px;
}

.section_comparison .cont {
    position: relative;
    z-index: 2;
    padding-top: 57px;
    padding-bottom: 85px;
}

.section_comparison .cont:before {
    content: "";
    width: 1300px;
    height: 100%;
    background: #FDFCF5;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    border-radius: 10px;
}

.common_title {
    text-align: center;
    margin-bottom: 19px;
}

.common_title .en {
    color: #BEBEBE;
    font-weight: bold;
    font-size: 20px;
}

.common_title .title {
    font-size: 40px;
    font-weight: 700;
}

.section_comparison .cont .table_box {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.16);
}

.section_comparison .cont .table_box table {
    width: 100%;
}

.section_comparison .cont .table_box table th,
.section_comparison .cont .table_box table td {
    vertical-align: middle;
    position: relative;
}

.section_comparison .cont .table_box table td {
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    padding: 19px 0;
    line-height: 1.4;
    letter-spacing: .05em;
}

.section_comparison .cont .table_box table td .accent {
    font-weight: 700;
}

.section_comparison .cont .table_box table td .blue {
    color: #224AA3;
}

.section_comparison .cont .table_box table td .gold {
    color: #CEA51D;
}

.section_comparison .cont .table_box table thead th {
    text-align: center;
    padding-left: 0;
}

.section_comparison .cont .table_box table thead th:before {
    content: "";
    width: 280px;
    height: 1px;
    background: #333;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

.section_comparison .cont .table_box table thead th:nth-child(2)::before {
    display: none;
}

.section_comparison .cont .table_box table thead th {
    width: 335px;
}

.section_comparison .cont .table_box table thead th:nth-child(2) {
    width: 470px;
    background: #224AA3;
    padding-top: 20px;
}

.section_comparison .cont .table_box table th:nth-child(3),
.section_comparison .cont .table_box table td:nth-child(3) {
    background: #F7F7F7;
}

.section_comparison .cont .table_box table thead th:nth-child(2)::after {
    content: "";
    width: 100%;
    height: 520px;
    border: 10px solid #224AA3;
    position: absolute;
    left: 0;
    top: -10px;
    border-radius: 6px;
}

.section_comparison .cont .table_box table tbody tr:nth-child(n+1) th:before,
.section_comparison .cont .table_box table tbody tr:nth-child(n+1) td:before {
    content: "";
    width: 280px;
    height: 1px;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    border-bottom: 1px dotted #1F1F1F;
}

.section_comparison .cont .table_box table tbody tr:last-child th:before,
.section_comparison .cont .table_box table tbody tr:last-child td:before {
    display: none;
}

.section_comparison .cont .table_box table tbody tr:last-child th,
.section_comparison .cont .table_box table tbody tr:last-child td {
    padding-bottom: 35px;
    padding-top: 19px;
}

.section_comparison .cont .table_box table tr:nth-child(n+1) td:nth-child(2):before {
    width: 350px;
}

.section_comparison .cont .table_box table th {
    font-size: 18px;
    font-weight: 600;
    padding-left: 95px;
}

.section_reviews .cont {
    background: #fff;
    border-radius: 10px;
    padding: 40px 0;
}

.section_reviews .cont .bx-wrapper {
    margin: 0;
    background: none;
    border: none;
    box-shadow: none;
}

.section_reviews .cont .bx-wrapper .bx-pager {
    bottom: -70px;
}

.section_reviews .cont .bx-wrapper .bx-pager.bx-default-pager a {
    width: 45px;
    height: 4px;
    border-radius: 15px;
    background: #DBDBDB;
}

.section_reviews .cont .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #224AA3;
}

.section_reviews .cont .bx-wrapper .bx-controls-direction a {
    width: 64px;
    height: 64px;
    border-radius: 100%;
    background-color: #F7F9FF;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
}

.section_reviews .cont .bx-wrapper .bx-controls-direction a:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../image/arrow_slide.svg) no-repeat;
    background-position: center;
}

.section_reviews .cont .bx-wrapper .bx-next:before {
    transform: scale(-1);
}

.section_reviews .cont .bx-wrapper .bx-prev {
    left: -32px;
}

.section_reviews .cont .bx-wrapper .bx-next {
    right: -32px;
}

.section_reviews .slide {
    padding: 0 55px;
}

.section_reviews .slide .text_box {
    width: 460px;
    padding-top: 30px;
}

.section_reviews .slide .text_box .title_box {
    flex-wrap: nowrap;
    align-items: center;
    gap: 12px;
    margin-bottom: 30px;
}

.section_reviews .slide .text_box .title_box .num {
    font-size: 70px;
    font-weight: bold;
    color: #DFE4F4;
    line-height: 1;
}

.section_reviews .slide .text_box .title_box .title {
    color: #224AA3;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: .04em;
}

.section_reviews .slide .text_box .text {
    font-size: 14px;
    letter-spacing: .03em;
    font-weight: 400;
}

.section_reviews .slide .image {
    width: 530px;
    object-fit: cover;
    border-radius: 10px;
    overflow: hidden;
}

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

.section_greeting {
    padding-top: 160px;
}

.section_greeting .cont {
    gap: 50px;
    align-items: center;
}

.section_greeting .image_box {
    width: 466px;
    height: 616px;
    position: relative;
    margin-left: 50px;
}

.section_greeting .image_box .blur_image {
    width: 100%;
    height: 100%;
    opacity: .25;
    filter: blur(2px);
}

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

.section_greeting .image_box .image {
    width: 400px;
    height: 560px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.section_greeting .image_box .image:before {
    content: "";
    width: 100%;
    height: 100%;
    background: url(../image/mask_greeting.webp) no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    left: 0;
    top: 0;
    mix-blend-mode: color-burn;
}

.section_greeting .image_box .en_text {
    font-size: 90px;
    position: absolute;
    left: -.4em;
    top: -1.2em;
    color: #F0F0F2;
    mix-blend-mode: multiply;
    font-weight: bold;
    line-height: 2.2;
}

.section_greeting .text_box {
    width: 480px;
}

.section_greeting .text_box .title {
    font-size: 40px;
    font-weight: 700;
    color: #1F1F1F;
    margin-bottom: 30px;
}

.section_greeting .text_box .catch {
    font-size: 20px;
    font-weight: 700;
    color: #224AA3;
    margin-bottom: 20px;
}

.section_greeting .text_box .text {
    font-size: 14px;
    line-height: 1.9;
    font-weight: 400;
}

.section_greeting .text_box .sign {
    font-size: 55px;
    transform: rotate(-5deg);
    line-height: 1;
    margin-left: 196px;
}

.common_layered_title {
    text-align: center;
    margin-bottom: 22px;
}

.common_layered_title .en {
    font-size: 90px;
    color: #F0F0F2;
    line-height: 0;
}

.common_layered_title .title {
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
    color: #1F1F1F;
}

.section_flow {
    padding: 150px 0 135px;
}

.section_flow .lead_text {
    text-align: center;
    font-weight: 400;
    margin-bottom: 30px;
}

.section_flow ol {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.section_flow ol li {
    background: #fff;
}

.section_flow ol li:nth-child(even) {
    background: #F7F7F7;
}

.section_flow ol li:nth-child(even) .text_box:before {
    background: #F7F7F7;
}

.section_flow ol li .image {
    height: 190px;
    overflow: hidden;
    position: relative;
}

.section_flow ol li .image:before {
    content: "";
    width: 100%;
    height: 100%;
    background: url(../image/mask_flow.webp) no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    left: 0;
    top: 0;
}

.section_flow ol li:first-child .image {
    border-radius: 10px 0 0 0;
}

.section_flow ol li:last-child .image {
    border-radius: 0 10px 0 0;
}

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

.section_flow ol li .text_box {
    padding: 0 20px 24px 20px;
    background: url(../image/arrow.svg) no-repeat;
    background-position: top 17px right 10px;
    position: relative;
}

.section_flow ol li .text_box:before {
    content: "";
    width: 38px;
    height: 38px;
    background: #fff;
    border-radius: 100%;
    position: absolute;
    left: 12px;
    top: -12px;
}

.section_flow ol li .text_box .step {
    font-size: 34px;
    color: #E0E1E3;
    font-weight: 700;
    position: relative;
}

.section_flow ol li .text_box .title {
    color: #224AA3;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 15px;
}

.section_flow ol li .text_box .text {
    font-size: 14px;
    font-weight: 400;
}

.section_purchased_items {
    background: #F9F8F6;
    padding: 85px 0 112px;
    position: relative;
}

.section_purchased_items .en_category {
    position: absolute;
    left: -64px;
    top: 50%;
    transform: translateY(-50%);
}

.section_purchased_items .wrap {
    position: relative;
}

.section_purchased_items .title_box {
    text-align: center;
    margin-bottom: 40px;
}

.section_purchased_items .title_box .title {
    font-size: 40px;
    font-weight: 700;
    letter-spacing: .05em;
    color: #1F1F1F;
}

.section_purchased_items .title_box .lead {
    font-weight: 400;
}

.section_purchased_items ul {
    gap: 74px 20px;
    justify-content: center;
}

.section_purchased_items ul li {
    width: 400px;
}

.section_purchased_items ul li .image {
    height: 250px;
    margin-bottom: 15px;
}

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

.section_purchased_items ul li .text_box {
    padding: 0 10px;
}

.section_purchased_items ul li .text_box .in_title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.section_purchased_items ul li .text_box .text {
    font-size: 14px;
    letter-spacing: .01em;
    min-height: 83px;
    line-height: 1.4;
    margin-bottom: 20px;
    font-weight: 400;
}

.section_purchased_items ul li .text_box .example_box .title {
    position: relative;
    color: #4162AC;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
}

.section_purchased_items ul li .text_box .example_box .title:before {
    content: "";
    width: 272px;
    height: 1px;
    background: #4162AC;
    position: absolute;
    right: 0;
    top: 50%;
}

.section_purchased_items ul li .text_box .example_text {
    font-size: 14px;
    font-weight: 400;
}

.section_faq {
    padding-top: 110px;
}

.section_faq .common_layered_title {
    text-align: left;
    margin-bottom: 30px;
}

.common_faq_cont dl {
    background: #fff;
    border-radius: 10px;
    padding: 28px 40.5px 22px 40.5px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
}

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

.common_faq_cont dl dt {
    padding-left: 44px;
    position: relative;
    padding-bottom: 16px;
    border-bottom: 2px dashed #4162AC;
    margin-bottom: 17px;
}

.common_faq_cont dl dt:before {
    content: "Q.";
    color: #4162AC;
    font-size: 24px;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 1.2;
}

.common_faq_cont dl dt .question {
    font-size: 20px;
    font-weight: 600;
}

.common_faq_cont dl dt .question .accent {
    color: #4162AC;
}

.common_faq_cont dl dd {
    position: relative;
    padding-left: 41px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: .07em;
    padding-right: 20px;
}

.common_faq_cont dl dd:before {
    content: "A.";
    color: #1F1F1F;
    font-size: 24px;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 1.2;
}

.common_view_more a {
    display: block;
    width: 280px;
    line-height: 65px;
    background: #4162AC;
    color: #fff !important;
    font-size: 18px;
    font-weight: 700;
    margin: 40px auto 0 auto;
    text-align: center;
    border-radius: 6px;
    background-image: url(../image/arrow_link.svg);
    background-repeat: no-repeat;
    background-position: center right 71.2px;
    padding-right: 25px;
    letter-spacing: .1em;
    transition: .3s;
}

.section_blog {
    padding: 130px 0 140px;
}

.common_blog_list ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 45px;
}

.common_blog_list ul li a {
    display: block;
    color: #1F1F1F;
}

.common_blog_list ul li .image_box {
    width: 100%;
    height: 250px;
    position: relative;
    margin-bottom: 17px;
}

.common_blog_list ul li .image {
    width: 100%;
    height: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 31% 100%, 31% 88%, 0 88%);
}

.common_blog_list ul li .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .3s;
}

.common_blog_list ul li .image_box .data {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 110px;
    line-height: 30px;
    text-align: center;
    font-weight: 400;
}

.common_blog_list ul li .text_box .title {
    font-weight: 600;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.common_blog_list ul li .text_box .text {
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    font-weight: 400;
}

.section_blog .common_view_more a {
    margin-top: 50px;
}

.page-id-887 footer#main_footer {
    margin-top: 0;
    padding-top: 100px;
}


footer#main_footer {
    background: #224AA3;
    border-radius: 4px;
    padding-top: 300px;
    padding-bottom: 44px;
    margin-top: -210px;
    position: relative;
}

footer#main_footer .logo {
    margin-bottom: 32px;
}

footer#main_footer .logo img {
    width: 350px;
}

footer#main_footer .flex_box {
    padding-bottom: 74px;
    border-bottom: 1px solid #fff;
    margin-bottom: 45px;
}

footer#main_footer .information_box {
    color: #fff;
}

footer#main_footer .information_box .address_box {
    margin-bottom: 20px;
}

footer#main_footer .information_box .address_box .en_title {
    font-size: 24px;
    font-weight: 900;
    margin-bottom: 12px;
}

footer#main_footer .information_box .address_box .text {
    font-size: 14px;
    font-weight: 400;
}

footer#main_footer .information_box .contact_box .tel_box {
    gap: 9.6px;
    align-items: center;
}

footer#main_footer .information_box .contact_box .tel_box .tel {
    font-size: 20px;
    font-weight: 300;
    padding-left: 25px;
    background: url(../image/icon_tel_white.svg) no-repeat;
    background-position: 0;
}

footer#main_footer .information_box .contact_box .tel_box .time {
    font-size: 12px;
    font-weight: 400;
}

footer#main_footer .information_box .contact_box .mail {
    padding-left: 28px;
    background: url(../image/icon_mail.svg) no-repeat;
    background-position: 0;
    font-size: 14px;
    font-weight: 400;
}

footer#main_footer .footer_nav {
    width: 522px;
    margin-right: 50px;
}

footer#main_footer .footer_nav ul {
    gap: 40px 60px;
}

footer#main_footer .footer_nav ul li a {
    color: #fff;
    font-weight: 400;
    position: relative;
    display: block;
}

footer#main_footer .footer_nav ul li a::after {
    position: absolute;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: #fff;
    bottom: -4px;
    transform: scale(0, 1);
    transform-origin: center top;
    transition: transform 0.3s;
}

footer#main_footer .bottom_box {
    align-items: center;
}

footer#main_footer .bottom_box .other_links ul li:before {
    content: "/";
    color: #fff;
    font-size: 12px;
    margin: 0 .5em;
    font-weight: 400;
}

footer#main_footer .bottom_box .other_links ul li:first-child::before {
    display: none;
}

footer#main_footer .bottom_box .other_links ul li a {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
}

footer#main_footer .bottom_box .copyright small {
    font-size: 12px;
    font-weight: 400;
    color: #A4B4DE;
}

/* PC固定ページ サステナビリティ */

.common_sec_title {
    text-align: center;
}

.common_sec_title .title {
    display: inline-block;
    font-size: 30px;
    letter-spacing: .05em;
    font-weight: 700;
    border-bottom: 6px dotted #366DE3;
    padding: 0 0 10px;
}

#page_sustain {
    padding: 0 0 200px;
}

#page_sustain .sec_about {
    margin-bottom: 180px;
}

#page_sustain .sec_about .common_sec_title {
    margin-bottom: 35px;
}

#page_sustain .sec_about .content ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 30px;
}

#page_sustain .sec_about .content li .img {
    text-align: center;
    margin-bottom: 25px;
}

#page_sustain .sec_about .content li .text_box .title {
    text-align: center;
    font-size: 32px;
    letter-spacing: .03em;
    font-weight: 700;
    margin-bottom: 20px;
}

#page_sustain .sec_about .content li .text_box .subtitle {
    color: #183F93;
    text-align: center;
    font-weight: 700;
    letter-spacing: .05em;
    font-size: 20px;
    margin-bottom: 20px;
}

#page_sustain .sec_about .content li .text_box .text {
    font-size: 16px;
    letter-spacing: .03em;
    line-height: 2;
}

#page_sustain .sec_sdgs .common_sec_title {
    margin-bottom: 400px;
}

#page_sustain .sec_sdgs .common_sec_title .title {
    margin-bottom: 25px;
}

#page_sustain .sec_sdgs .common_sec_title .title_text {
    font-size: 18px;
    letter-spacing: .05em;
    line-height: 2;
}

#page_sustain .sec_sdgs .content li .icon_box {
    display: flex;
    justify-content: center;
    gap: 0 10px;
    margin-bottom: 15px;
}

#page_sustain .sec_sdgs .content li .icon_box .icon {
    width: 60px;
}

#page_sustain .sec_sdgs .content li .text_box .title {
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: .05em;
    margin-bottom: 15px;
}

#page_sustain .sec_sdgs .content li .text_box .text li {
    font-size: 16px;
    letter-spacing: .05em;
    line-height: 1.7;
    list-style: inside;
}

#page_sustain .sec_sdgs .content li.governance .text_box .text {
    width: 95%;
    margin: 0 auto;
    white-space: nowrap;
}

#page_sustain .sec_sdgs .content li.society .text_box .title {
    color: #183F93;
}

#page_sustain .sec_sdgs .content li.environment .text_box .title {
    color: #52ab3f;
}

#page_sustain .sec_sdgs .content li.governance .text_box .title {
    color: #ec6400;
}

#page_sustain .sec_sdgs .content>ul>li {
    position: absolute;
    z-index: -1;
}

#page_sustain .sec_sdgs .content>ul>li::before {
    content: "";
    width: 450px;
    height: 450px;
    border-radius: 50%;
    opacity: 0.4;
    z-index: -1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#page_sustain .sec_sdgs .content>ul>li.society::before {
    background: #D2E4FF;
}

#page_sustain .sec_sdgs .content>ul>li.environment::before {
    background: #9EE6B6;
    transform: none;
    top: -160px;
    left: -60px;
}

#page_sustain .sec_sdgs .content>ul>li.governance::before {
    background: #FFCBA5;
    transform: translateX(-50%);
    top: -160px;
}

#page_sustain .sec_sdgs .content .esg_img {
    width: 365px;
    margin: 0 auto;
    z-index: 3;
}

#page_sustain .sec_sdgs .content>ul li.society {
    top: -220px;
    left: 50%;
    transform: translateX(-50%);
}

#page_sustain .sec_sdgs .content>ul li.environment {
    /* left: 120px; */
    left: 50%;
    transform: translateX(-170%);
    bottom: -80px;
}

#page_sustain .sec_sdgs .content>ul li.governance {
    /* right: 120px; */
    right: 50%;
    transform: translateX(138%);
    bottom: -80px;
}

/* PC固定ページ 在庫処分品の仕入れをご希望の法人様へ */
#page_for_company .section_introduction {
    margin-top: 120px;
}

#page_for_company .section_introduction .flex_box {
    align-items: center;
}

#page_for_company .section_introduction .image {
    width: 40%;
}

#page_for_company .section_introduction .text_box {
    width: 55%;
}

#page_for_company .section_introduction .text_box .text {
    font-weight: 500;
    margin-bottom: 2.5em;
    font-size: 16px;
}

#page_for_company .section_introduction .text_box .list_box .lead {
    font-weight: 600;
    color: #224AA3;
    margin-bottom: 1em;
    font-size: 20px;
    border-left: 5px solid;
    padding-left: .5em;
    line-height: 1.4;
}

#page_for_company .section_introduction .text_box .list_box ul {
    border: 2px solid #224AA3;
    padding: 5px 20px;
    border-radius: 6px;
}

#page_for_company .section_introduction .text_box .list_box ul li {
    font-weight: 600;
    font-size: 20px;
    border-bottom: 2px dashed #C7C7C7;
    padding: 10px 10px 10px 30px;
    background: url(../image/icon_check.svg) no-repeat;
    background-position: 0;
    letter-spacing: .05em;
}

#page_for_company .section_introduction .text_box .list_box ul li:last-child {
    border-bottom: none;
}

#page_for_company .section_introduction .text_box .list_box ul li small {
    font-size: 14px;
}

#page_for_company .section_reason {
    margin-bottom: 100px;
}

#page_for_company .section_reason .common_layered_title .title {
    line-height: 1.5;
}

#page_for_company .section_reason ol {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 60px;
}

#page_for_company .section_reason ol li {
    background: #fff;
    padding: 20px;
    border-radius: 6px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
}

#page_for_company .section_reason ol li .title_box {
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
    border-bottom: 2px solid #E5E5E8;
    padding-bottom: 10px;
}

#page_for_company .section_reason ol li .title_box .num {
    color: #C3A131;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.3;
}

#page_for_company .section_reason ol li .title_box .title {
    font-size: 19px;
    font-weight: 900;
    letter-spacing: .04em;
}

.common-page_wrap {
    padding: 100px 0 120px 0;
}

#page_for_company .section_contact {
    background: #224AA3;
    padding: 70px 0;
}

#page_for_company .section_contact .catch_box .catch {
    text-align: center;
    font-size: 34px;
    font-weight: 900;
    color: #fff;
    letter-spacing: .1em;
    margin-bottom: .5em;
}

#page_for_company .section_contact .catch_box .catch .dotted {
    position: relative;
}

#page_for_company .section_contact .catch_box .catch .dotted:before {
    content: "・・・・・・・・";
    position: absolute;
    left: 0;
    top: -1.2em;
}

#page_for_company .section_contact .lead_text {
    text-align: center;
    font-weight: 600;
    margin-bottom: 2em;
    font-size: 16px;
    line-height: 2;
    color: #fff;
}

.common_page_main {
    background: #224AA3;
    position: relative;
    z-index: 11;
    padding-top: 140px;
    color: #fff;
    padding-bottom: 80px;
}

.common_page_main .text_box {
    position: relative;
    z-index: 2;
}

.common_page_main .breadcrumb {
    margin-bottom: 50px;
    text-shadow: 2px 1px 1px rgba(0, 0, 0, .3);
}

.common_page_main .breadcrumb a {
    color: #fff;
}

.common_page_main .text_box .common_title_box {
    background: #224AA3;
    color: #fff;
    padding: 40px 150px;
    border-left: 5px solid;
    width: fit-content;
    margin-inline: auto;
    text-align: center;
}

.common_page_main .text_box .common_title_box .title {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
}

.common_page_main .text_box .common_title_box .en {
    font-size: 40px;
    text-transform: capitalize;
}

.common_page_main .image {
    width: calc(100vw - ((100vw - 1240px) / 2));
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}

.common_page_main .image:before {
    content: "";
    width: 100%;
    height: 100%;
    background: url(../image/fv_mask.webp) no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    left: 0;
    top: 0;
    mix-blend-mode: color-burn;
}

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

/* 無料査定（PC） */

#page-contact.renewal .common-contactform {
    background: #fff;
    padding: 40px;
    margin-bottom: 40px;
    border-radius: 10px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
}

section#page-contact.renewal .progressbar .item.active {
    background: #224AA3;
}

section#page-contact.renewal .progressbar .item.active:not(:last-child)::after {
    border-left-color: #224AA3;
}

section#page-contact.renewal div#btn_wrap button {
    width: 340px;
    height: 60px;
    background: #4162AC;
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: 800;
    letter-spacing: .1em;
    border-radius: 10px;
    margin: 0 auto;
    transition: .3s;
}

section#page-contact .progressbar .item {
    font-weight: 700;
}

#page-contact .common-contactform .head_text {
    font-weight: 700;
    font-size: 15px;
}

.page-id-890 .common_header,
.page-id-890 #sp_header_new,
.page-id-890 .hamburger,
.page-id-890 .section_common_cta.footer,
.page-id-890 footer#main_footer {
    display: none;
}

.page-id-892 .common_header,
.page-id-892 #sp_header_new,
.page-id-892 .hamburger,
.page-id-892 .section_common_cta.footer,
.page-id-892 footer#main_footer {
    display: none;
}

.page-id-894 .common_header,
.page-id-894 #sp_header_new,
.page-id-894 .hamburger,
.page-id-894 .section_common_cta.footer,
.page-id-894 footer#main_footer {
    display: none;
}


/* ホバーエフェクト */
@media (min-width: 750px) {

    .common_header .header_nav ul li a:hover {
        color: #224AA3;
    }

    .common_header .button a:hover {
        background: #224AA3;
    }

    .top_main_visual .form_box #btn_wrap button:hover {
        background: #C3A131;
    }

    .common_contact_box .mail_box .button a:hover {
        opacity: .8;
    }

    .common_view_more a:hover {
        background-color: #224AA3;
    }

    .common_blog_list ul li:hover .image img {
        transform: scale(1.1);
    }

    footer#main_footer .footer_nav ul li a:hover::after {
        transform: scale(1, 1);
    }

    nav.globalMenuSp .inner .hamburger_nav ul li a:hover::after {
        transform: scale(1, 1);
    }

    nav.globalMenuSp .inner .contents_box .contact_box_wrap .contact_box .mail_box .button a:hover {
        background: #224AA3;
    }

}

@media (max-width: 750px) {
    body.page-id-890,
    body.page-id-892,
    body.page-id-894 {
        padding-top: 0!important;
    }

    body {
        min-width: unset;
        padding-top: 70px !important;
    }

    header#sp_header_new {
        position: fixed;
        left: 0;
        top: 0;
        background: #fff;
        width: 100%;
        height: 70px;
        z-index: 20;
    }

    header#sp_header_new .logo {
        position: absolute;
        left: 5vw;
        top: 19px;
    }

    header#sp_header_new .logo img {
        width: 125px;
    }

    header#sp_header_new .button {
        height: 70px;
        width: 70px;
        position: absolute;
        top: 0;
    }

    header#sp_header_new .button.tel {
        right: 140px;
    }

    header#sp_header_new .button.mail {
        right: 70px;
    }

    header#sp_header_new .button a {
        display: block;
        width: 100%;
        height: 100%;
        color: #fff;
        padding-top: 42px;
        text-align: center;
        font-weight: 600;
        font-size: 12px;
        background-repeat: no-repeat;
    }

    header#sp_header_new .button.tel a {
        background-color: #2FAD16;
        background-image: url(../image/icon_tel_sp.svg);
        background-position: center 15px;
    }

    header#sp_header_new .button.mail a {
        background-color: #C3A131;
        background-image: url(../image/icon_search.svg);
        background-position: center 14px;
    }

    .top_main_visual {
        height: 169.2vw;
        padding-top: 36.7vw;
    }

    .top_main_visual .main_image {
        width: 89.7vw;
    }

    .top_main_visual .mask {
        position: absolute;
        left: 0;
        top: 0;
    }

    .top_main_visual .main_image:before {
        background: url(../image/fv_mask_sp.webp) no-repeat;
        background-size: cover;
        background-position: center;
    }

    .top_main_visual .text_box {
        margin-left: 0;
    }

    .top_main_visual .text_box .catch_box {
        padding: 0;
        border-radius: 0;
        margin-bottom: 4.1vw;
        background: none;
    }

    .top_main_visual .text_box .catch_box .head_lead {
        display: block;
        background: #fff;
        text-align: center;
        border-radius: 1.5vw;
        width: fit-content;
        margin: 0 auto 4.9vw auto;
        padding: 1.5vw 4.1vw;
    }

    .top_main_visual .text_box .catch_box .head_lead .label {
        background: none;
        font-size: 5.1vw;
        line-height: 1.3;
        display: block;
        padding: 0;
        border-radius: 0;
    }

    .top_main_visual .text_box .catch_box .head_lead .text {
        font-size: 3.6vw;
        color: #4A4A4A;
    }

    .top_main_visual .text_box .catch_box .main_catch {
        margin-bottom: 5.1vw;
        border-bottom: 1px solid #fff;
        padding-bottom: 2.3vw;
    }

    .top_main_visual .text_box .catch_box .main_catch .title_text {
        justify-content: center;
        align-items: center;
    }

    .top_main_visual .text_box .catch_box .main_catch .left_box {
        font-size: 5.1vw;
        font-weight: 900;
        display: block;
        text-shadow: none;
        text-align: center;
        width: 100%;
        margin-bottom: 1.3vw;
    }

    .top_main_visual .text_box .catch_box .main_catch .label {
        font-size: 10.3vw;
        height: 13.3vw;
        line-height: 12.8vw;
        padding-left: 1.7vw;
        margin: 0 1.5vw;
    }

    .top_main_visual .text_box .catch_box .main_catch .text {
        font-size: 7.2vw;
    }

    .top_main_visual .text_box .catch_box .bottom_text {
        font-size: 4.6vw;
        text-align: center;
    }

    .top_main_visual .text_box .catch_box .bottom_text .accent {
        font-size: 5.9vw;
        position: relative;
    }

    .top_main_visual .text_box .catch_box .bottom_text .accent:before {
        font-size: 4.5vw;
    }

    .top_main_visual .text_box .list_box {
        width: 100%;
        padding: 1.8vw 17.9vw 1.8vw 2.6vw;
        margin-left: 0;
    }

    .top_main_visual .text_box .list_box .illust {
        right: -2.6vw;
        bottom: -4.7vw;
        width: 29.2vw;
    }

    .top_main_visual .text_box .list_box .illust img {
        width: 100%;
    }

    .top_main_visual .text_box .list_box ul li {
        font-size: 3.6vw;
        padding-top: 1.8vw;
        padding-bottom: 2.1vw;
        padding-left: 7.2vw;
        background-size: 4.9vw;
    }

    .top_main_visual .text_box .list_box ul li:nth-child(2) {
        width: 56.4vw;
    }

    .top_main_visual .text_box .list_box ul li .accent {
        font-size: 4.6vw;
    }

    .section_achievements {
        padding: 14.7vw 0 16.8vw 0;
    }

    .section_achievements .main_title {
        font-size: 6.2vw;
        margin-bottom: 6.2vw;
    }

    .section_achievements ul {
        gap: 3.8vw 3.0vw;
    }

    .section_achievements ul li {
        padding: 0.6vw 6.2vw 1.2vw 6.2vw;
        background-size: 6.2vw;
    }

    .section_achievements ul li:nth-child(1) {
        order: 1;
    }

    .section_achievements ul li:nth-child(2) {
        order: 3;
        padding-left: 8.2vw;
        padding-right: 8.2vw;
    }

    .section_achievements ul li:nth-child(3) {
        order: 2;
    }

    .section_achievements ul li .lead {
        font-size: 4.1vw;
    }

    .section_achievements ul li .text {
        font-size: 5.1vw;
    }

    .section_achievements ul li .text .num {
        font-size: 8.5vw;
    }

    .section_worries {
        padding: 11.5vw 0 32.3vw;
    }

    .section_worries .cont {
        display: block;
    }

    .section_worries .image {
        text-align: center;
        margin-bottom: 10.4vw;
    }

    .section_worries .image img {
        width: 39.5vw;
    }

    .section_worries .cont .text_box .title {
        font-size: 6.2vw;
        margin-bottom: 6.6vw;
    }

    .section_worries .cont .text_box .title .accent:before {
        height: 6.2vw;
    }

    .section_worries .cont .text_box ul li {
        font-size: 3.6vw;
        padding-left: 7.1vw;
        background-size: 4.9vw;
        background-position: 0 1.3vw;
    }

    .section_worries .cont .text_box ul li+li {
        margin-top: 6.2vw;
    }

    .section_worries .cont .text_box ul li .accent {
        font-size: 4.4vw;
    }

    .section_worries .cont .text_box ul li .accent:before {
        height: 3.3vw;
    }

    .section_common_cta {
        margin-top: -24.6vw;
    }

    .section_common_cta.fv_bottom {
        margin-top: 0;
        padding-top: 15.4vw;
    }

    .section_common_cta.fv_bottom .wrap {
        max-width: 95%;
    }

    .section_common_cta .cont {
        background: url(../image/cta_back_sp.webp) no-repeat;
        background-size: cover;
        background-position: center;
        padding: 7.7vw 2.6vw 2.6vw 2.6vw;
        border-radius: 2.6vw;
        overflow: hidden;
    }

    .section_common_cta .cont .catch_box {
        margin-bottom: 4.6vw;
    }

    .section_common_cta .cont .catch_box .catch {
        font-size: 6.2vw;
    }

    .section_common_cta .cont .lead {
        margin-bottom: 5.1vw;
        text-align: center;
    }

    .section_common_cta .cont .lead img {
        width: 82.6vw;
    }

    .common_contact_box {
        width: 100%;
        border-radius: 1.5vw;
        padding: 7.4vw 0 4.4vw 0;
        gap: 4.2vw;
    }

    .common_contact_box:before {
        display: none;
    }

    .common_contact_box .tel_box {
        text-align: center;
    }

    .common_contact_box .tel_box .tel {
        font-size: 6.2vw;
        padding-left: 8.7vw;
        background-size: 7.2vw;
        display: inline-block;
    }

    .common_contact_box .tel_box .tel a {
        color: #1F1F1F;
    }

    .common_contact_box .tel_box .time {
        font-size: 3.1vw;
    }

    .common_contact_box .mail_box {
        order: -1;
    }

    .common_contact_box .mail_box .button a {
        width: 74.4vw;
        height: 16.7vw;
        padding-top: 6.4vw;
        font-size: 5.1vw;
    }

    .common_contact_box .mail_box .button a small {
        top: -2.3vw;
        width: 59.0vw;
        line-height: 7.2vw;
        border-radius: 3.6vw;
        font-size: 3.3vw;
    }

    .section_top_reason {
        padding-top: 15.5vw;
        padding-bottom: 15.3vw;
    }

    .section_top_reason .title_box .en {
        font-size: 12.8vw;
        line-height: 1.1;
        text-align: center;
    }

    .section_top_reason .title_box {
        margin-bottom: 7.5vw;
    }

    .section_top_reason .title_box .title {
        font-size: 6.2vw;
        text-align: center;
        margin-top: -7.7vw;
    }

    .section_top_reason .title_box .title:before {
        display: none;
    }

    .section_top_reason ul {
        grid-template-columns: repeat(1, 1fr);
        gap: 0;
    }

    .section_top_reason ul li {
        padding-bottom: 5.3vw;
        margin-bottom: 10.3vw;
    }

    .section_top_reason ul li:last-child {
        margin-bottom: 0;
    }

    .section_top_reason ul li .illust {
        margin-bottom: 2.6vw;
        height: auto;
        text-align: center;
    }

    .section_top_reason ul li .illust img {
        position: static;
    }

    .section_top_reason ul li:nth-child(1) .illust img {
        width: 49.2vw;
    }

    .section_top_reason ul li:nth-child(2) .illust img {
        width: 55.6vw;
    }

    .section_top_reason ul li:nth-child(3) .illust img {
        width: 61.0vw;
    }

    .section_top_reason ul li .text_box {
        padding: 0 4.9vw;
    }

    .section_top_reason ul li .text_box .num {
        font-size: 5.6vw;
    }

    .section_top_reason ul li .text_box .title {
        font-size: 4.9vw;
        min-height: unset;
        margin-bottom: 3.1vw;
    }

    .section_top_reason ul li .text_box .title .accent {
        font-size: 5.9vw;
    }

    .section_top_reason ul li .text_box .lead_text {
        font-size: 3.6vw;
        letter-spacing: .06em;
        font-weight: 400;
        line-height: 1.65;
    }

    .section_comparison {
        padding: 0;
    }

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

    .section_comparison .cont {
        padding-top: 14.4vw;
        padding-bottom: 15.4vw;
    }

    .section_comparison .cont:before {
        width: 100vw;
        border-radius: 0;
    }

    .common_title {
        margin-bottom: 5.9vw;
    }

    .common_title .en {
        font-size: 4.1vw;
        margin-bottom: 1.5vw;
    }

    .common_title .title {
        font-size: 6.2vw;
    }

    .section_comparison .cont .table_box {
        background: none;
        border-radius: 0;
        box-shadow: none;
        overflow: scroll;
        padding-top: 2.6vw;
        padding-bottom: 8.5vw;
    }

    .section_comparison .cont .table_box table {
        width: 158.9vw;
        border-radius: 2.6vw;
        box-shadow: 0 0.5vw 0.8vw rgba(0, 0, 0, 0.16);
        position: relative;
    }

    .section_comparison .cont .table_box table::after {
        content: "";
        width: 69.2vw;
        height: calc(100% + 20px);
        border: 10px solid #224AA3;
        position: absolute;
        left: 25.6vw;
        top: -10px;
        border-radius: 6px;
    }

    .section_comparison .cont .table_box table th,
    .section_comparison .cont .table_box table td {
        background: #F0F3F7;
    }

    .section_comparison .cont .table_box table td:nth-child(2) {
        background: #fff;
    }

    .section_comparison .cont .table_box table td {
        font-size: 3.6vw;
        padding: 5.0vw 0;
    }

    .section_comparison .cont .table_box table td:nth-child(3) {
        font-size: 4.1vw;
    }

    .section_comparison .cont .table_box table td .accent {
        font-size: 4.6vw;
    }

    .section_comparison .cont .table_box table thead th:nth-child(1) {
        width: 25.6vw;
        border-radius: 2.6vw 0 0 0;
    }

    .section_comparison .cont .table_box table thead th:nth-child(3) {
        width: 64.1vw;
        border-radius: 0 2.6vw 0 0;
        font-size: 5.1vw;
    }

    .section_comparison .cont .table_box table thead th:before {
        width: 53.8vw;
    }

    .section_comparison .cont .table_box table thead th:nth-child(1):before {
        width: 20.5vw;
    }

    .section_comparison .cont .table_box table thead th:nth-child(2) {
        width: 69.2vw;
        padding-top: 6.5vw;
    }

    .section_comparison .cont .table_box table thead th .logo img {
        width: 38.7vw;
    }

    .section_comparison .cont .table_box table thead th:nth-child(2)::after {
        height: 128.2vw;
        z-index: 2;
        display: none;
    }

    .section_comparison .cont .table_box table tbody tr:nth-child(n+1) th:before,
    .section_comparison .cont .table_box table tbody tr:nth-child(n+1) td:before {
        width: 53.8vw;
    }

    .section_comparison .cont .table_box table tbody tr:nth-child(n+1) th:nth-child(1):before {
        width: 20.5vw;
    }

    .section_comparison .cont .table_box table tbody tr:last-child th,
    .section_comparison .cont .table_box table tbody tr:last-child td {
        padding-bottom: 6.4vw;
        padding-top: 5.0vw;
    }

    .section_comparison .cont .table_box table tr:nth-child(n+1) td:nth-child(2):before {
        width: 56.4vw;
    }

    .section_comparison .cont .table_box table th {
        font-size: 3.6vw;
        padding-left: 3.8vw;
    }

    .section_comparison .scroll-hint-text {
        display: none;
    }

    .section_comparison .scroll-hint-icon {
        background-image: url(../image/scroll_hint.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 16.4vw;
        width: 23.1vw;
        height: 23.1vw;
        background-color: #464646;
    }

    .scroll-hint-icon-wrap.is-active .scroll-hint-icon {
        opacity: .5;
    }

    .section_comparison .scroll-hint-icon:before,
    .section_comparison .scroll-hint-icon:after {
        display: none;
    }

    .section_reviews {
        padding-top: 15.4vw;
    }

    .section_reviews .wrap {
        background: #fff;
        border-radius: 2.6vw;
        padding-top: 12.8vw;
        padding-bottom: 17.9vw;
        max-width: 95%;
    }

    .section_reviews .cont {
        padding: 0;
    }

    .section_reviews .cont .bx-wrapper .bx-pager {
        bottom: -7.9vw;
    }

    .section_reviews .cont .bx-wrapper .bx-pager.bx-default-pager a {
        width: 11.5vw;
        height: 1.0vw;
    }

    .section_reviews .cont .bx-wrapper .bx-controls-direction a {
        display: none;
    }

    .section_reviews .slide {
        padding: 0 2.6vw;
    }

    .section_reviews .slide .text_box {
        width: 100%;
        padding-top: 6.4vw;
        order: 2;
    }

    .section_reviews .slide .text_box .title_box {
        gap: 3.3vw;
        margin-bottom: 7.7vw;
    }

    .section_reviews .slide .text_box .title_box .num {
        font-size: 12.8vw;
    }

    .section_reviews .slide .text_box .title_box .title {
        font-size: 4.1vw;
    }

    .section_reviews .slide .text_box .text {
        font-size: 3.6vw;
    }

    .section_reviews .slide .image {
        width: 69.2vw;
        object-fit: unset;
        height: 38.5vw;
        margin: 0 auto;
    }

    .section_greeting {
        padding-top: 24.4vw;
    }

    .section_greeting .cont {
        gap: 10.8vw;
    }

    .section_greeting .image_box {
        width: 78.2vw;
        height: 105.1vw;
        margin: 0 auto;
    }

    .section_greeting .image_box .blur_image {
        opacity: .22;
    }

    .section_greeting .image_box .image {
        width: 67.9vw;
        height: 94.9vw;
    }

    .section_greeting .image_box .en_text {
        font-size: 12.8vw;
        left: -.4em;
        top: -.6em;
        line-height: 2.4;
    }

    .section_greeting .text_box {
        width: 100%;
    }

    .section_greeting .text_box .title {
        font-size: 6.2vw;
        margin-bottom: 1em;
    }

    .section_greeting .text_box .catch {
        font-size: 4.6vw;
        margin-bottom: 5.1vw;
    }

    .section_greeting .text_box .text {
        font-size: 3.6vw;
        letter-spacing: .04em;
    }

    .section_greeting .text_box .sign {
        font-size: 12.8vw;
        margin-left: 0;
        text-align: right;
        margin-right: 2.6vw;
        margin-top: -3.1vw;
    }

    .common_layered_title {
        margin-bottom: 5.4vw;
    }

    .common_layered_title .en {
        font-size: 15.4vw;
    }

    .common_layered_title .title {
        font-size: 6.2vw;
    }

    .section_flow {
        padding: 33.8vw 0 17.9vw;
    }

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

    .section_flow .lead_text {
        margin-bottom: 5.1vw;
        font-size: 3.6vw;
    }

    .section_flow ol {
        grid-template-columns: repeat(1, 1fr);
        gap: 5.1vw;
        position: relative;
    }

    .section_flow ol:before {
        content: "";
        width: 2px;
        height: 100%;
        border-left: 2px dashed #4162AC;
        position: absolute;
        left: 50%;
        top: 0;
    }

    .section_flow ol li {
        position: relative;
        border-radius: 2.6vw;
    }

    .section_flow ol li:nth-child(even) {
        background: #fff;
    }

    .section_flow ol li .image {
        width: 35.9vw;
        height: 25.6vw;
        border-radius: 2.6vw;
        position: absolute;
        left: 2.6vw;
        top: 2.6vw;
    }

    .section_flow ol li:first-child .image {
        border-radius: 2.6vw;
    }

    .section_flow ol li:last-child .image {
        border-radius: 2.6vw;
    }

    .section_flow ol li .text_box {
        padding: 7.9vw 2.6vw 5.1vw 2.6vw;
        background: none;
    }

    .section_flow ol li .text_box:before {
        display: none;
    }

    .section_flow ol li .text_box .step {
        font-size: 5.1vw;
        margin-left: 42.1vw;
    }

    .section_flow ol li .text_box .title {
        font-size: 5.1vw;
        margin-bottom: 8.5vw;
        margin-left: 42.1vw;
    }

    .section_flow ol li .text_box .text {
        font-size: 3.6vw;
    }

    .section_purchased_items {
        padding: 12.8vw 0 16.4vw;
    }

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

    .section_purchased_items .en_category {
        left: -5.9vw;
        top: 12.8vw;
        transform: translateY(0);
        width: 25.6vw;
    }

    .section_purchased_items .title_box {
        margin-bottom: 7.2vw;
    }

    .section_purchased_items .title_box .title {
        font-size: 6.2vw;
        margin-bottom: 5.4vw;
    }

    .section_purchased_items .title_box .lead {
        font-size: 3.6vw;
    }

    .section_purchased_items ul {
        display: block;
    }

    .section_purchased_items ul li {
        width: 100%;
    }

    .section_purchased_items ul li+li {
        margin-top: 9.0vw;
    }

    .section_purchased_items ul li .image {
        height: 46.2vw;
        margin-bottom: 5.1vw;
    }

    .section_purchased_items ul li .text_box {
        padding: 0 2.6vw;
    }

    .section_purchased_items ul li .text_box .in_title {
        font-size: 4.6vw;
        margin-bottom: 2.8vw;
    }

    .section_purchased_items ul li .text_box .text {
        font-size: 3.6vw;
        min-height: unset;
        margin-bottom: 5.4vw;
        line-height: 1.5;
    }

    .section_purchased_items ul li .text_box .example_box .title {
        font-size: 3.6vw;
        margin-bottom: 2.6vw;
    }

    .section_purchased_items ul li .text_box .example_box .title:before {
        width: 62.1vw;
    }

    .section_purchased_items ul li .text_box .example_text {
        font-size: 3.6vw;
    }

    .section_faq {
        padding-top: 12.8vw;
    }

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

    .section_faq .common_layered_title {
        text-align: center;
        margin-bottom: 5.1vw;
    }

    .common_faq_cont dl {
        padding: 3.6vw 2.6vw 3.3vw 2.7vw;
    }

    .common_faq_cont dl+dl {
        margin-top: 2.6vw;
    }

    .common_faq_cont dl dt {
        padding-left: 7.7vw;
        padding-bottom: 3.1vw;
        margin-bottom: 3.1vw;
    }

    .common_faq_cont dl dt:before {
        font-size: 5.1vw;
    }

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

    .common_faq_cont dl dd {
        padding-left: 7.2vw;
        padding-right: 5.1vw;
        font-size: 3.6vw;
        line-height: 1.7;
        letter-spacing: .04em;
    }

    .common_faq_cont dl dd:before {
        font-size: 5.1vw;
    }

    .common_view_more a {
        width: 71.8vw;
        line-height: 16.7vw;
        font-size: 4.6vw;
        margin: 7.7vw auto 0 auto;
        background-position: center right 18.3vw;
        background-size: 2.1vw;
        padding-right: 6.4vw;
    }

    .section_blog {
        padding: 20.5vw 0 23.1vw;
    }

    .common_blog_list ul {
        display: block;
        white-space: nowrap;
        overflow: scroll;
    }

    .common_blog_list ul li {
        display: inline-block;
        vertical-align: top;
        width: 74.4vw;
        white-space: initial;
    }

    .common_blog_list ul li+li {
        margin-left: 6.4vw;
    }

    .common_blog_list ul li .image_box {
        height: 46.2vw;
        margin-bottom: 3.6vw;
    }

    .common_blog_list ul li .image {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 31% 100%, 31% 88%, 0 88%);
    }

    .common_blog_list ul li .image_box .data {
        width: 23.1vw;
        line-height: 5.9vw;
        font-size: 3.6vw;
    }

    .common_blog_list ul li .text_box .title {
        font-size: 4.1vw;
        margin-bottom: 2.6vw;
    }

    .common_blog_list ul li .text_box .text {
        font-size: 3.6vw;
    }

    .section_blog .common_view_more a {
        margin-top: 10.3vw;
    }

    footer#main_footer {
        border-radius: 0;
        padding-top: 78.2vw;
        padding-bottom: 7.7vw;
        margin-top: -57.7vw;
    }

    footer#main_footer .wrap {
        display: flex;
        flex-wrap: wrap;
    }

    footer#main_footer .logo {
        margin-bottom: 2.5vw;
        width: 100%;
        text-align: center;
        order: 2;
    }

    footer#main_footer .logo img {
        width: 59.5vw;
    }

    footer#main_footer .flex_box {
        padding-bottom: 19.7vw;
        border-bottom: none;
        margin-bottom: 0;
        margin-left: 5.6vw;
    }

    footer#main_footer .information_box {
        position: relative;
        padding-left: 15.4vw;
    }

    footer#main_footer .information_box .address_box {
        margin-bottom: 2.6vw;
    }

    footer#main_footer .information_box .address_box .en_title {
        font-size: 6.2vw;
        margin-bottom: 0;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        position: absolute;
        left: 0;
        top: 0;
    }

    footer#main_footer .information_box .address_box .text {
        font-size: 3.6vw;
    }

    footer#main_footer .information_box .contact_box .tel_box {
        display: block;
        margin-bottom: 1.8vw;
    }

    footer#main_footer .information_box .contact_box .tel_box .tel {
        font-size: 5.1vw;
        font-weight: 300;
        padding-left: 6.4vw;
        background-size: 3.1vw;
    }

    footer#main_footer .information_box .contact_box .tel_box .tel a {
        color: #fff;
    }

    footer#main_footer .information_box .contact_box .tel_box .time {
        font-size: 3.1vw;
        margin-left: 6.4vw;
    }

    footer#main_footer .information_box .contact_box .mail {
        padding-left: 7.2vw;
        font-size: 3.6vw;
    }

    footer#main_footer .bottom_box {
        width: 100%;
        order: 3;
    }

    footer#main_footer .bottom_box .copyright {
        width: 100%;
        text-align: center;
    }

    footer#main_footer .bottom_box .copyright small {
        font-size: 3.1vw;
    }

    /* SP固定ページ サステナビリティ */

    .common_sec_title .title {
        font-size: 5.5vw;
        padding: 0 0 1vw;
        border-width: 0 0 4px 0;
    }

    #page_sustain {
        padding: 0;
    }

    #page_sustain .sec_about {
        margin-bottom: 20vw;
    }

    #page_sustain .sec_about .common_sec_title {
        margin-bottom: 9vw;
    }

    #page_sustain .sec_about .content ul {
        grid-template-columns: repeat(1, 1fr);
        gap: 7vw 0;
    }

    #page_sustain .sec_about .content li .img {
        margin-bottom: 5vw;
    }

    #page_sustain .sec_about .content li .text_box .title {
        font-size: 5vw;
        margin-bottom: 3vw;
    }

    #page_sustain .sec_about .content li .text_box .subtitle {
        font-size: 4vw;
        margin-bottom: 3vw;
    }

    #page_sustain .sec_about .content li .text_box .text {
        font-size: 3.5vw;
    }

    #page_sustain .sec_sdgs .common_sec_title .title {
        margin-bottom: 5vw;
    }

    #page_sustain .sec_sdgs .common_sec_title .title_text {
        font-size: 4vw;
        line-height: 1.9;
    }

    #page_sustain .sec_sdgs .common_sec_title {
        margin-bottom: 8vw;
    }

    #page_sustain .sec_sdgs .content .esg_img {
        width: 90%;
        margin: 0 auto 10vw;
    }

    #page_sustain .sec_sdgs .content>ul>li {
        position: relative;
    }

    #page_sustain .sec_sdgs .content>ul li.society {
        transform: none;
        top: auto;
        left: auto;
    }

    #page_sustain .sec_sdgs .content>ul li.environment {
        transform: none;
        left: auto;
        bottom: auto;
    }

    #page_sustain .sec_sdgs .content>ul li.governance {
        transform: none;
        right: auto;
        bottom: auto;
    }

    #page_sustain .sec_sdgs .content li .icon_box {
        gap: 0 3vw;
        margin-bottom: 4vw;
    }

    #page_sustain .sec_sdgs .content li .icon_box .icon {
        width: 20%;
    }

    #page_sustain .sec_sdgs .content li .text_box .title {
        font-size: 4.5vw;
        margin-bottom: 2vw;
    }

    #page_sustain .sec_sdgs .content li .text_box .text li {
        font-size: 3.8vw;
        line-height: 1.9;
    }

    #page_sustain .sec_sdgs .content>ul+ul {
        margin-top: 12vw;
    }

    #page_sustain .sec_sdgs .content>ul>li+li {
        margin-top: 12vw;
    }

    #page_sustain .sec_sdgs .content li.governance .text_box .text {
        width: 100%;
    }

    #page_sustain .sec_sdgs .content>ul>li::before {
        width: 50vw;
        height: 50vw;
        transform: translateX(-50%);
        top: 0;
    }

    #page_sustain .sec_sdgs .content>ul>li.environment::before {
        left: 50%;
        transform: translateX(-50%);
        top: 0;
    }

    #page_sustain .sec_sdgs .content>ul>li.governance::before {
        top: 0;
    }

    .common-page_wrap {
        padding: 20vw 0 30vw 0;
    }

    /* SP固定ページ 在庫処分品の仕入れをご希望の法人様へ */
    #page_for_company .section_introduction {
        margin-top: 15vw;
    }

    #page_for_company .section_introduction .flex_box {
        display: block;
    }

    #page_for_company .section_introduction .image {
        width: 100%;
        margin-bottom: 7vw;
        height: 40vw;
    }

    #page_for_company .section_introduction .image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    #page_for_company .section_introduction .text_box {
        width: 100%;
    }

    #page_for_company .section_introduction .text_box .text {
        font-size: 3.5vw;
    }

    #page_for_company .section_introduction .text_box .list_box .lead {
        font-size: 4vw;
    }

    #page_for_company .section_introduction .text_box .list_box ul {
        padding: 2vw 4vw;
    }

    #page_for_company .section_introduction .text_box .list_box ul li {
        font-size: 3.6vw;
        padding: 3vw 3vw 3vw 9vw;
        background-size: 6vw;
    }

    #page_for_company .section_introduction .text_box .list_box ul li small {
        font-size: 3vw;
    }

    #page_for_company .section_reason {
        margin-bottom: 20vw;
    }

    #page_for_company .section_reason .common_layered_title .title {
        line-height: 1.5;
    }

    #page_for_company .section_reason ol {
        grid-template-columns: repeat(1, 1fr);
        gap: 4vw;
        margin-top: 5vw;
    }

    #page_for_company .section_reason ol li {
        padding: 5vw;
    }

    #page_for_company .section_reason ol li .title_box {
        gap: 3vw;
        margin-bottom: 3vw;
        padding-bottom: 3vw;
    }

    #page_for_company .section_reason ol li .title_box .num {
        font-size: 5.5vw;
    }

    #page_for_company .section_reason ol li .title_box .title {
        font-size: 4.5vw;
    }

    #page_for_company .section_contact {
        padding: 13vw 0;
    }

    #page_for_company .section_contact .catch_box .catch {
        font-size: 6vw;
    }

    #page_for_company .section_contact .lead_text {
        font-size: 3.4vw;
    }

    .common_page_main {
        padding-top: 4vw;
        padding-bottom: 15vw;
    }

    .common_page_main .breadcrumb {
        margin-bottom: 10vw;
    }

    .common_page_main .text_box .common_title_box {
        padding: 6vw 10vw;
    }

    .common_page_main .text_box .common_title_box .title {
        font-size: 3.2vw;
    }

    .common_page_main .text_box .common_title_box .en {
        font-size: 7vw;
    }

    .common_page_main .image {
        width: 95vw;
    }

    /* 無料査定（SP） */

    #page-contact.renewal .common-contactform {
        padding: 4vw;
        margin-bottom: 10vw;
    }

    section#page-contact.renewal div#btn_wrap button {
        width: 80%;
        height: 14vw;
        font-size: 4vw;
    }

    section#page-contact.renewal div#btn_wrap button + button {
        margin-top: 5vw;
    }

}