﻿#main_v .slider .slick-slide {
    margin: 0px 12px;
}

#main_v .slider {
    display: flex;
    margin: 0px;
}

#main_v .slider .slick-list {
    margin: 0px -12px;
}

#main_v .slider img {
    display: block;
    width: auto;
    height: 320px;
    max-width: 100%;
    object-fit: contain;
}

.red-kyutou-flex {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 4vw;
    margin: 2.5em 0px 0px;
}

.red-kyutou-col {
    width: 100%;
    text-align: center;
    background: none;
    border-radius: 0px;
    box-shadow: none;
    padding: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.red-kyutou-title {
    color: rgb(233, 74, 81);
    font-size: 2.5rem;
    font-weight: bold;
    margin: 0px 0px 0.5em;
    font-family: "Yu Mincho", YuMincho, 游明朝, serif;
}

.red-kyutou-note {
    color: rgb(34, 34, 34);
    font-size: 1.1rem;
    text-align: center;
}

.red-kyutou-col img {
    max-width: 100%;
    height: auto;
    margin-bottom: 0.5em;
}

.amount-plus {
    font-size: 2.4rem;
    font-weight: bold;
    vertical-align: middle;
    line-height: 1.1;
}

.amount-inline {
    display: flex;
    align-items: flex-end;
    gap: 0.2em;
}

.amount-underline {
    border-bottom: 4px solid;
    display: block;
    height: 0px;
    margin: 8px auto 0px;
    width: 60%;
    min-width: 220px;
    max-width: 340px;
}

.amount {
    margin: 60px 0px 30px;
    text-align: center;
    position: relative;
    width: 100%;
}

.amount-block {
    display: inline-block;
    border-bottom: 8px double rgb(204, 204, 204);
    padding: 0px 0px 0.2em;
    font-size: 62% !important;
}

#blue .amount-block {
    border-bottom-color: rgb(84, 104, 176);
    color: rgb(84, 104, 176);
}

#green .amount-block {
    border-bottom-color: rgb(56, 175, 74);
    color: rgb(56, 175, 74);
}

#red .amount-block {
    border-bottom-color: rgb(233, 74, 81);
    color: rgb(233, 74, 81);
}

.amount-label {
    font-size: 2.2rem;
    font-weight: bold;
    margin-right: 0.5em;
    vertical-align: middle;
}

.amount-value {
    font-size: 3.8rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    margin-right: 0.2em;
    vertical-align: middle;
    font-family: "Yu Gothic", YuGothic, 游ゴシック, Meiryo, sans-serif;
    white-space: nowrap;
}

.amount-plus {
    font-size: 2.2rem;
    font-weight: bold;
    margin-left: 0.2em;
    vertical-align: middle;
}

.business .caption--numbered-fix {
    margin-top: 1.2em;
}

.business .caption--numbered-fix .caption_row {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0.4rem;
    margin-top: 0.6em;
}

.business .caption--numbered-fix .caption_row:first-child {
    margin-top: 0px;
}

.business .caption--numbered-fix .caption_label, .business .caption--numbered-fix .caption_text {
    font-size: 1.6rem;
    line-height: 1.65;
}

.business .caption--numbered-fix .caption_label {
    flex: 0 0 3.6rem;
    font-weight: normal;
    font-family: inherit;
}

.business .caption--numbered-fix .caption_text {
    flex: 1 1 0%;
    text-align: left;
}

.business .caption--numbered-fix .caption_text {
    flex: 1 1 0%;
    text-align: left;
}

.desc_viewmore .cta-link {
    font-family: "Yu Mincho", YuMincho, 游明朝, serif;
    position: relative;
    overflow: hidden;
    transition: color 0.3s, border-color 0.3s;
    border-bottom: 0;
    text-decoration: none;
}

.desc_viewmore .cta-link span {
    display: inline-block;
    position: relative;
    z-index: 1;
}

.desc_viewmore .cta-link span::before {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 0px;
    height: 1px;
    background: rgb(56, 175, 74);
    transition: width 0.3s;
    z-index: 0;
    display: block;
}

@media screen and (min-width: 768px) {
    .desc_viewmore .cta-link:hover span::before {
        width: 100%;
    }
}

#blue > .inner > div > p span, .business#blue > .inner > div > p span {
    display: inline-block;
    margin-top: 1em;
}

.simple-descbox ul {
    margin: 0px 0px 0.7em;
    padding: 0px;
    list-style: none;
}

.simple-descbox li {
    position: relative;
    padding-left: 1.2em;
    margin-bottom: 0.3em;
    min-width: 0px;
    box-sizing: border-box;
    text-align: left;
}

.simple-descbox {
    background: rgb(255, 255, 255);
    margin: 0px;
    padding: 1.2em 1.2em 0.95em;
    color: rgb(34, 34, 34);
    font-size: 1.6rem;
    line-height: 1.5;
    border-radius: 0px;
    box-shadow: none;
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
}

div.simple-descbox ul {
    margin: 0px 0px 0.7em;
    padding: 0px;
    list-style: none;
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 0.7em 0.8em !important;
    width: 100% !important;
    text-align: left !important;
}

div.simple-descbox ul li {
    position: relative;
    padding-left: 1.2em !important;
    margin-bottom: 0px !important;
    text-align: left !important;
    width: calc(50% - 0.4em) !important;
    min-width: 0px !important;
    box-sizing: border-box !important;
    display: block !important;
    letter-spacing: -0.08em;
    white-space: nowrap;
}

.simple-descbox li::before {
    content: "◆";
    position: absolute;
    left: 0px;
    color: rgb(56, 175, 74);
    font-size: 1em;
}

.simple-annotation {
    color: rgb(34, 34, 34);
    font-size: 1.3rem;
    margin: 2.5em 0px 0px;
    text-align: left;
    letter-spacing: 0.01em;
    line-height: 1.7;
    padding-left: 1em;
    text-indent: -1em;
}

.menu_title_part {
    text-align: center;
    margin: 2.5em 0px 2.2em;
}

.menu_title_part img {
    display: block;
    margin: 0px auto;
    max-width: 680px;
    width: 100%;
    height: auto;
}

.desc_viewmore {
    text-align: right;
    margin: 0.75em 0px 0px;
}

.simple-descbox .desc_viewmore {
    padding-top: 0px;
}

.business .reform > ul > li:nth-child(n+3) .simple-descbox {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1.2em;
}

.business .reform > ul > li:nth-child(n+3) .simple-descbox ul {
    flex: 1 1 auto;
    margin: 0px;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    gap: 0.35em 0px !important;
}

.business .reform > ul > li:nth-child(n+3) .simple-descbox ul li {
    width: 100% !important;
}

.business .reform > ul > li:nth-child(n+3) .simple-descbox .desc_viewmore {
    flex: 0 0 auto;
    margin: 0px 0px 0px auto;
    white-space: nowrap;
}

.desc_viewmore .cta-link {
    display: inline-block;
    font-size: 2.4rem;
    font-weight: bold;
    text-decoration: none;
    border-bottom: 0;
    padding-bottom: 0.08em;
    position: relative;
    vertical-align: middle;
    transition: color 0.2s, border-color 0.2s;
    font-family: "Yu Mincho", YuMincho, 游明朝, serif;
    overflow: hidden;
}

.desc_viewmore .cta-link::after {
    content: "";
    display: inline-block;
    width: 0.77em;
    height: 0.77em;
    margin-left: 0.3em;
    background: url("../img/arrow_green.png") center center / contain no-repeat;
    vertical-align: -0.1em;
}

@media screen and (max-width: 767px) {
    .desc_viewmore .cta-link {
        font-size: 1.5rem;
    }
}

@media screen and (max-width: 767px) {
    .desc_viewmore {
        font-size: 1.2rem;
        margin: 0.8em 0px 0px;
    }

    .simple-descbox ul {
        gap: 0.5em 1.2em;
        min-width: 0px;
    }

    .simple-descbox li {
        min-width: 120px;
        font-size: 1.1rem;
    }

    .business .reform > ul > li:nth-child(n+3) .simple-descbox {
        gap: 1em;
    }

    .business .reform > ul > li:nth-child(n+3) .simple-descbox ul {
        margin: 0px;
    }

    .business .reform > ul > li:nth-child(n+3) .simple-descbox .desc_viewmore {
        margin: 0.35em 0px 0px auto;
    }
}

.menu_title_part {
    text-align: center;
    margin: 2.5em 0px 2.2em;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0px;
    padding: 0px;
    border: 0px;
    outline: 0px;
    vertical-align: baseline;
    background: transparent;
    box-sizing: border-box;
}

html, body {
    overflow-x: hidden;
    scroll-behavior: auto !important;
}

html {
    font-size: 62.5%;
}

body {
    font-size: 1.4rem;
    line-height: 1.6;
    font-family: 游ゴシック体, YuGothic, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", sans-serif;
    color: rgb(0, 0, 0);
    overflow-wrap: break-word;
}

.mincho {
    font-family: "Yu Mincho", YuMincho, 游明朝, serif;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote::before, blockquote::after, q::before, q::after {
    content: none;
}

a {
    margin: 0px;
    padding: 0px;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    color: rgb(0, 0, 0);
    text-decoration: none;
    box-sizing: border-box;
    transition-duration: 0.3s;
}

img.hoverImg {
    transition: 0.3s;
}

a:hover img.hoverImg {
    opacity: 0.7;
}

ins {
    background-color: rgb(255, 255, 153);
    color: rgb(0, 0, 0);
    text-decoration: none;
}

mark {
    background-color: rgb(255, 255, 153);
    color: rgb(0, 0, 0);
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0px;
}

hr {
    display: block;
    height: 1px;
    border-width: 1px 0px 0px;
    border-style: solid none none;
    border-color: rgb(204, 204, 204) currentcolor currentcolor;
    border-image: initial;
    margin: 1em 0px;
    padding: 0px;
}

input, select {
    vertical-align: middle;
}

img {
    backface-visibility: hidden;
    max-width: 100%;
    vertical-align: bottom;
}

.sp_display {
    display: none;
}

.flex {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
}

sup {
    font-size: 0.7em;
    position: relative;
    top: -0.4em;
}

.bold {
    font-weight: bold;
}

main {
    background-color: rgb(243, 239, 232);
}

main .inner {
    max-width: 1100px;
    margin: 0px auto;
}

header {
    background-color: rgb(255, 255, 255);
    padding: 2rem 3rem;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 8px 8px -4px;
    position: relative;
    z-index: 1000;
}

#main_v {
    background-color: rgb(243, 239, 232);
    position: relative;
    aspect-ratio: 1920 / 820;
    overflow: hidden;
}

#main_v .slider {
    font-size: 0px;
    height: 100%;
    width: 53%;
    margin-left: 47.8%;
}

#main_v .slider .slick-list, #main_v .slider .slick-track, #main_v .slider .slick-slide, #main_v .slider .slick-slide > div, #main_v .slider picture {
    height: 100%;
    aspect-ratio: 102 / 82;
}

#main_v .slider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

#main_v .slick-slide {
    margin: 0px;
}

#main_v .title {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100.1%;
    width: 100%;
}

#main_v .title h1 {
    height: 100%;
    margin: 0ch 0px auto;
    position: relative;
    font-size: 0px;
    line-height: 0;
}

#main_v .title h1 picture {
    display: block;
    height: 100%;
}

#main_v .title h1 img {
    height: 100%;
    width: auto;
    display: block;
}

.btn_contact {
    position: absolute;
    bottom: 10%;
    left: 13.5vw;
    text-align: center;
}

.btn_contact a {
    display: inline-block;
    background-color: rgb(255, 255, 255);
    color: rgb(208, 16, 39);
    padding: 1.25em 4.5em;
    font-size: 1.1vw;
    line-height: 1.2;
    border-radius: 3em;
    border: 0.1em solid;
    font-weight: bold;
}

.btn_contact a span {
    position: relative;
    margin-left: -1em;
}

.btn_contact a span::after {
    content: "";
    position: absolute;
    width: 1em;
    height: 0.8em;
    right: -1.5em;
    top: 0.1em;
    background: url("../img/arrow.png") 0px 0px / contain no-repeat;
    transition-duration: 0.3s;
}

.btn_contact a:hover span::after {
    right: -2em;
}

#campaign {
    padding: 15rem 0px;
    background-color: rgb(255, 255, 255);
    margin-bottom: 14rem;
}

#campaign h2 {
    text-align: center;
    margin-bottom: 3rem;
}

#campaign .flex h3 {
    width: 22.728%;
}

#campaign .flex > div {
    width: 73%;
    margin-top: 4rem;
}

#campaign .flex > div .text {
    font-size: 2.2rem;
    margin: 1em 0px;
    line-height: 1.8;
}

.btn_detail a {
    font-size: 2.2rem;
    display: inline-block;
    padding-right: 0.8em;
    border-bottom: 1px solid;
    background: url("../img/icon_blank.png") right center / 0.542em no-repeat;
}

.btn_detail a:hover {
    border-bottom-width: medium;
    border-bottom-style: none;
    border-bottom-color: currentcolor;
}

#campaign ul {
    display: flex;
    justify-content: space-between;
    margin-top: 8rem;
}

#campaign ul li {
    width: 32.092%;
    transition-duration: 0.3s;
    position: relative;
    bottom: 0em;
}

#campaign ul li:hover {
    bottom: -1em;
}

#campaign ul + p {
    font-size: 1.6rem;
    text-align: right;
    margin: 2em 0px 4em;
}

#campaign .kikan {
    text-align: center;
    font-weight: bold;
}

#campaign .kikan p {
    font-size: 2.2rem;
    display: inline-block;
    border-bottom: 1px solid;
}

#campaign .kikan div {
    font-size: 7.36rem;
}

#campaign .kikan span {
    font-size: 0.5em;
}

#campaign .kikan + p {
    font-size: 2.2rem;
    text-align: center;
}

.business {
    margin-bottom: 16rem;
}

.business .inner {
    position: relative;
    padding: 10rem 0px;
}

.business .inner::before {
    content: "";
    position: absolute;
    height: 100%;
    right: -13.5rem;
    width: 200%;
    top: 0px;
    background-color: rgb(255, 255, 255);
    z-index: 2;
}

.business .inner::after {
    content: "";
    position: absolute;
    height: 100%;
    right: -14.5rem;
    width: 200%;
    top: 1rem;
    background-color: rgb(230, 242, 232);
    z-index: 1;
}

.business .inner > div {
    position: relative;
    z-index: 3;
}

.business .title {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8rem;
}

.business .title h3 {
    width: 31.34%;
}

.business .title > div {
    width: 61%;
}

.business .title > div h4 {
    color: rgb(56, 175, 74);
    font-size: 4.416rem;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 0.3em;
}

.business .title > div h4 span {
    font-size: 3.496rem;
}

.business .title > div h4 + p {
    font-size: 2.2rem;
}

.business .title > div .btn_detail {
    margin-top: 1em;
}

.business .title > div h4 + p + span {
    font-size: 2.2rem;
    display: inline-block;
    color: rgb(56, 175, 74);
    border-bottom: 1px solid;
    font-weight: bold;
    margin: 0.2em 0px 1em;
}

.business table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

.business table th {
    background-color: rgb(56, 175, 74);
    color: rgb(255, 255, 255);
    font-size: 2.2rem;
    padding: 0.5em;
    width: 33.33%;
    border: 4px solid rgb(255, 255, 255);
    vertical-align: middle;
}

.business table td {
    background-color: rgb(230, 242, 232);
    font-size: 2.2rem;
    padding: 0.8em;
    width: 33.33%;
    border: 4px solid rgb(255 255 255);
    vertical-align: middle;
}

.business table td:last-child {
    font-size: 2.576rem;
    text-align: center;
}

.business#green .green_plan th, .business#green .green_plan td {
    font-size: 2.2rem;
}

.business#green .green_plan th:first-child {
    width: 33%;
}

.business#green .green_plan th:last-child, .business#green .green_plan td:last-child {
    width: 18%;
    white-space: nowrap;
}

.business#green .green_plan td {
    text-align: left;
}

.business#green .green_plan td:last-child {
    text-align: center;
}

.business#green .green_limit_table,
.business#green .green_work_table {
    border-collapse: collapse;
}

.business#green .green_limit_table th,
.business#green .green_limit_table td,
.business#green .green_work_table th,
.business#green .green_work_table td {
    border: 4px solid rgb(255 255 255);
    line-height: 1.65;
    vertical-align: middle;
}

.business#green .green_limit_table th,
.business#green .green_work_table th {
    font-size: 1.9rem;
    font-weight: bold;
    text-align: center;
}

.business#green .green_limit_table td,
.business#green .green_work_table td {
    font-size: 1.9rem;
}

.business#green .green_limit_table th:first-child {
    width: 33.33%;
}

.business#green .green_limit_table td {
    text-align: center;
}

.criteria-lines {
    display: inline-grid;
    gap: 0.08em;
    margin-top: 0.15em;
    text-align: left;
}

.criteria-line {
    display: grid;
    grid-template-columns: 1.15em auto;
    align-items: start;
}

.criteria-plus {
    display: block;
    text-align: center;
}

.criteria-text {
    display: block;
}

.business#green .green_work_table .work-vertical {
    width: 8%;
    writing-mode: vertical-rl;
    text-orientation: upright;
    letter-spacing: 0.15em;
}

.business#green .green_work_table .work-type {
    width: 15%;
}

.business#green .green_work_table .work-room {
    width: 22%;
    background-color: rgb(134, 194, 54);
    font-size: 1.7rem;
    line-height: 1.45;
}

.business#green .green_work_table td {
    padding-left: 1.5em;
    text-align: left;
}

.business#green .green_work_table td span {
    display: inline-block;
    padding-left: 1.2em;
}

.business table sub {
    font-size: 0.65em;
    position: relative;
    top: 0.18em;
    vertical-align: baseline;
}

.business .table2 th {
    width: auto;
}

.business .table2 th:first-child {
    width: 39%;
}

.business .table2 td {
    width: auto;
}

.business .table2 td:last-child {
    font-size: 2.2rem;
    text-align: left;
}

.business h5 {
    font-size: 3.312rem;
    text-align: center;
    color: rgb(56, 175, 74);
    font-family: "Yu Mincho", YuMincho, 游明朝, serif;
    margin-top: 2.5em;
}

.business .limit-heading {
    margin-top: 1.7em;
}

.business h5 sub {
    font-size: 0.5em;
}

.business h5 + p {
    font-size: 2.2rem;
    text-align: center;
    margin: 1em 0px 1.5em;
}

.business h5 + p sub {
    font-size: 0.55em;
    position: relative;
    top: 0.18em;
    vertical-align: baseline;
}

.business .caption {
    margin-top: 1em;
}

.business .caption li {
    font-size: 1.6rem;
    padding-left: 1.5em;
    text-indent: -1.5em;
}

.business .caption--plain {
    margin-top: 1.2em;
}

.business .caption--plain .caption_row {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0.4rem;
    margin-top: 0.6em;
}

.business .caption--plain .caption_row:first-child {
    margin-top: 0px;
}

.business .caption--plain .caption_row--no-label {
    padding-left: 3.9rem;
    margin-top: 0px;
}

.business .caption--plain .caption_label, .business .caption--plain .caption_text {
    font-size: 1.6rem;
    line-height: 1.65;
}

.business .caption--plain .caption_label {
    flex: 0 0 3.6rem;
    font-weight: normal;
}

.business .caption--plain .caption_text {
    flex: 1 1 0%;
    text-align: left;
}

.business .menu {
    display: flex;
    justify-content: center;
    margin-top: 4rem;
    margin-bottom: 19rem;
    gap: 1.7195%;
}

.business .menu li {
    width: 32.092%;
}

.business#green .menu--green-updated {
    gap: 2%;
    margin-bottom: 16rem;
}

.business#green .menu--green-updated li {
    width: 49%;
}

.business .reform {
    background-color: rgb(230, 242, 232);
    padding: 4.05%;
}

.business .reform h5 {
    margin-top: 1.5em;
    margin-bottom: 0.7em;
    line-height: 1.3;
}

.business .reform .comment {
    margin-top: -12rem;
}

.business .reform .btn_view {
    font-size: 3.312rem;
    font-family: "Yu Mincho", YuMincho, 游明朝, serif;
    text-align: center;
    margin-top: 0.5em;
}

.business .reform .btn_view span {
    display: inline-block;
    position: relative;
    border-bottom: 0;
    text-decoration: none;
    line-height: 1.15;
    padding-bottom: 0.08em;
}

.business .reform .btn_view span::before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 0%;
    transition-duration: 0.3s;
    height: 1px;
    background-color: rgb(56, 175, 74);
    display: block;
}

@media screen and (min-width: 768px) {
    .business .reform > a:hover .btn_view span::before,
    .business .reform .btn_view a:hover span::before,
    .business .reform .btn_view:hover span::before {
        width: 100%;
    }
}

.business .reform .btn_view span::after {
    content: "";
    width: 0.555em;
    height: 0.7777em;
    background: url("../img/arrow_green.png") 0px 0px / contain no-repeat;
    position: absolute;
    right: -1em;
    top: 50%;
    transform: translateY(-50%);
}

.business .reform > ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
}

.business .reform > ul > li {
    width: 49.1%;
}

.business#blue .inner::before {
    right: auto;
    left: -13.5rem;
}

.business#blue .inner::after {
    right: auto;
    left: -14.5rem;
    background-color: rgb(233, 235, 242);
}

.business#blue .title {
    margin-bottom: 4.5rem;
    justify-content: center;
}

.business#blue .title h3 {
    width: 28.34%;
    margin-right: 4%;
}

.business#blue .title > div {
    width: auto;
}

.business#blue .title > div h4 {
    color: rgb(84, 104, 176);
}

.business#blue .title + p {
    text-align: center;
}

.business#blue .title + p span {
    font-size: 4.416rem;
    color: rgb(84, 104, 176);
    border-bottom: 1rem double;
}

.business#blue h5 {
    color: rgb(84, 104, 176);
}

.business#blue table th {
    background-color: rgb(84, 104, 176);
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    padding: 0.7em 0.5em;
    color: rgb(255, 255, 255) !important;
}

.business#blue table td {
    background-color: rgb(233, 235, 242);
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    text-align: center;
    padding: 0.7em 0.5em;
    color: rgb(0, 0, 0) !important;
    border-left: 4px solid rgb(255, 255, 255);
}

.business#blue table {
    border-collapse: separate;
    border-spacing: 0px;
    width: 100%;
}

.business#blue table tr + tr th,
.business#blue table tr + tr td {
    border-top: 4px solid rgb(255, 255, 255);
}

.business#blue .reform {
    background-color: rgb(233, 235, 242);
}

.business#blue .reform .comment {
    margin-top: -11rem;
}

.business#blue .reform .btn_view span::before {
    background-color: rgb(84, 104, 176);
}

.business#blue .reform .btn_view span {
    text-decoration-color: rgb(84, 104, 176);
}

.business#blue .reform .btn_view span::after {
    background: url("../img/arrow_blue.png") 0px 0px / contain no-repeat;
}

.business#red .inner::after {
    background-color: rgb(248, 232, 233);
}

.business#red .title {
    margin-bottom: 4.5rem;
    justify-content: center;
}

.business#red .title h3 {
    width: 28%;
    margin-right: 4%;
}

.business#red .title > div {
    width: auto;
}

.business#red .title > div h4 {
    color: rgb(233, 74, 81);
}

.business#red .title + p {
    text-align: center;
}

.business#red .title + p span {
    font-size: 4.416rem;
    color: rgb(233, 74, 81);
    border-bottom: 1rem double;
}

.business#red h5 {
    color: rgb(233, 74, 81);
}

.business#red table th {
    background-color: rgb(233, 74, 81);
}

.business#red table td {
    background-color: rgb(248 232 233);
    text-align: center;
    color: rgb(0 0 0);
}

.business#red table td p {
    text-align: left;
    display: inline-block;
}

.business#red table td:last-child {
    font-size: 2.2rem;
}

.business#red .table2 th:first-child {
    width: 27%;
}

.business#red .reform {
    background-color: rgb(248, 232, 233);
}

.business#red .reform .comment {
    margin-top: -9rem;
}

.business#red .reform .btn_view span::before {
    background-color: rgb(233, 74, 81);
}

.business#red .reform .btn_view span {
    text-decoration-color: rgb(233, 74, 81);
}

.business#red .reform .btn_view span::after {
    background: url("../img/arrow_red.png") 0px 0px / contain no-repeat;
}

.bg_gray {
    background-color: rgb(232, 232, 232);
    padding: 15rem 0px 10rem;
}

.counsel {
    background-color: rgb(255, 255, 255);
    text-align: center;
    padding: 7rem 0px;
}

.counsel h3 + p {
    text-align: center;
    font-size: 2.2rem;
    margin-top: 1em;
}

.counsel .btn_contact {
    position: relative;
    bottom: auto;
    left: auto;
    width: 100%;
    margin: 2.5em 0px;
}

.counsel .btn_contact a {
    font-size: 2.2rem;
}

.btn_contact a span::after {
    top: 0.2em;
}

.counsel .comment {
    font-size: 2.4rem;
}

.counsel .tel {
    font-size: 3rem;
}

.cta_list {
    list-style: none;
    padding: 0px;
    margin: 3rem 0px 4rem;
}

.cta_list li {
    margin: 2rem 0px;
}

.cta_btn {
    display: block;
    max-width: 460px;
    margin: 0px auto;
    padding: 1em 2.5em;
    font-size: 2rem;
    font-weight: bold;
    border-radius: 3em;
    text-align: center;
    transition-duration: 0.3s;
    position: relative;
}

.cta_btn--outline {
    background-color: rgb(255, 255, 255);
    color: rgb(208, 16, 39);
    border: 0.12em solid rgb(208, 16, 39);
}

.cta_btn--outline:hover {
    background-color: rgb(255, 255, 255);
    color: rgb(208, 16, 39);
}

.cta_btn span {
    position: relative;
}

.cta_btn::after {
    content: "";
    position: absolute;
    width: 0.5em;
    height: 0.85em;
    right: 1em;
    top: 50%;
    transform: translateY(-50%);
    background: url("../img/arrow_red.png") center center / contain no-repeat;
    transition-duration: 0.3s;
}

.cta_btn:hover::after {
    right: 0.7em;
}

/* ポップアップアニメーション (No.10) */
.js-popup-anim {
    opacity: 0;
    transform: translateY(40px) scale(0.8);
}

.js-popup-anim.is-popup-visible {
    animation: popup 0.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

@keyframes popup {
    0% {
        transform: translateY(40px) scale(0.8);
        opacity: 0;
    }

    100% {
        transform: translateY(0) scale(1);
    }

    80%, 100% {
        opacity: 1;
    }
}

body {
    padding-bottom: 7.8rem;
}

#footer_cta {
    position: fixed;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 1260px;
    display: flex;
    justify-content: center;
    gap: 2em;
    padding: 0.8rem 1.2rem;
    background: transparent;
    z-index: 9999;
    box-sizing: border-box;
}

.fcta_btn {
    flex: 1 1 0%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5em;
    min-height: 6.4rem;
    padding: 1em 0.5em;
    font-size: 1.8rem;
    font-weight: bold;
    color: rgb(255, 255, 255);
    text-align: center;
    transition-duration: 0.3s;
    border-radius: 999px;
}

.fcta_btn span {
    position: relative;
    padding-right: 1.4em;
}

.fcta_btn span::after {
    content: "";
    position: absolute;
    width: 0.5em;
    height: 0.85em;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    background: url("../img/arrow.png") center center / contain no-repeat;
    filter: brightness(0) invert(1);
}

.fcta_btn--green {
    background-color: rgb(56, 175, 74);
}

.fcta_btn--green:hover {
    background-color: rgb(43, 150, 60);
}

.fcta_btn--navy {
    background-color: rgb(84, 104, 176);
}

.fcta_btn--navy:hover {
    background-color: rgb(66, 83, 154);
}

.fcta_btn--red {
    background-color: rgb(233, 74, 81);
}

.fcta_btn--red:hover {
    background-color: rgb(200, 50, 62);
}

.sample {
    text-align: center;
    margin-top: 10rem;
}

.sample h3 {
    margin-bottom: 6rem;
}

.sample .btn {
    margin-bottom: 6rem;
}

.sample .btn a {
    display: inline-block;
    position: relative;
    font-size: 2.2rem;
}

.sample .btn a::after {
    content: "";
    position: absolute;
    width: 1.4rem;
    height: 1.9rem;
    right: 2.5em;
    top: 50%;
    margin-top: -1rem;
    background: url("../img/arrow.png") 0px 0px / contain no-repeat;
    transition-duration: 0.3s;
}

.sample .btn a:hover::after {
    right: 2em;
}

.sample li {
    margin-bottom: 3rem;
}

.sample .copy {
    text-align: center;
    font-size: 1.4rem;
    margin-top: 5em;
}

.rollover {
    position: relative;
    display: inline-block;
}

.rollover img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}

.rollover img.off {
    position: static;
}

.rollover img.on {
    display: none;
    z-index: 2;
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
    main .inner {
        padding: 0px 2%;
    }

    .btn_contact {
        left: 6vw;
    }

    .business .inner {
        padding: 10rem 2%;
    }
}

@media screen and (max-width: 767px) {
    .pc_display {
        display: none;
    }

    .sp_display {
        display: block;
    }

    main img {
        max-width: 100%;
    }

    html {
        font-size: 2.6vw;
    }

    header {
        padding: 1.3rem 1.5rem;
    }

    header .logo {
        width: 39vw;
        font-size: 0px;
    }

    #main_v {
        aspect-ratio: auto;
        overflow: visible;
    }

    #main_v .slider {
        height: auto;
        position: relative;
        z-index: 0;
        width: 100%;
        margin-left: 0px;
    }

    #main_v .slider .slick-list, #main_v .slider .slick-track, #main_v .slider .slick-slide, #main_v .slider .slick-slide > div, #main_v .slider picture {
        height: auto;
        aspect-ratio: auto;
    }

    #main_v .slider img {
        width: 100%;
        height: auto;
        object-fit: unset;
        display: block;
    }

    #main_v .title {
        position: relative;
        top: -16vw;
        left: auto;
        height: auto;
        margin-bottom: -16vw;
        z-index: 1;
    }

    #main_v .title h1 {
        height: auto;
        margin: 0px;
        position: relative;
    }

    #main_v .title h1 img {
        width: 100%;
        height: auto;
        display: block;
    }

    .btn_contact {
        position: absolute;
        bottom: 8%;
        left: 0px;
        width: 100%;
        text-align: center;
        padding: 0px;
    }

    .btn_contact a {
        font-size: 3.8vw;
        width: 80%;
        max-width: 34rem;
        padding: 1.1em 0;
        line-height: 1.2;
    }

    main .inner {
        max-width: 90%;
    }

    #campaign {
        padding: 5rem 0px;
        margin-bottom: 4rem;
        position: relative;
        z-index: 1;
    }

    #campaign .flex {
        display: block;
    }

    #campaign .flex h3 {
        width: 60%;
        margin: 0px auto;
    }

    #campaign .flex > div {
        width: 100%;
        margin-top: 5rem;
    }

    #campaign .flex > div img {
        width: 70%;
        margin: 0px auto;
        display: block;
    }

    #campaign .flex > div .text {
        font-size: 1.4rem;
        margin-bottom: 1.5em;
    }

    .btn_detail {
        text-align: center;
    }

    .btn_detail a {
        font-size: 1.8rem;
    }

    #campaign ul {
        display: block;
        width: 90%;
        margin: 6rem auto 0px;
    }

    #campaign ul li {
        width: 100%;
        margin-bottom: 10vw;
    }

    #campaign ul + p {
        font-size: 1.3rem;
        text-align: left;
        margin: 2em 1em 4em;
        padding-left: 1em;
        text-indent: -1em;
    }

    #campaign .kikan p {
        font-size: 1.8rem;
        margin-bottom: 1em;
    }

    #campaign .kikan div {
        font-size: 4.5rem;
        white-space: nowrap;
    }

    #campaign .kikan + p {
        font-size: 1.5rem;
    }

    .business {
        margin-bottom: 7rem;
    }

    .business .inner {
        padding: 4rem 0px;
    }

    .business .inner::before {
        right: 0rem;
    }

    .business .inner::after {
        right: -0.5rem;
        top: 0.5rem;
    }

    .business .title {
        display: block;
        margin-bottom: 7rem;
    }

    .business .inner > div {
        padding: 0px 5%;
    }

    .business .title {
        text-align: center;
        margin-bottom: 5rem;
    }

    .business .title h3 {
        width: 63.34%;
        margin: 0px auto 1em;
    }

    .business .title > div {
        width: 100%;
    }

    .business .title > div h4 {
        font-size: 2.6rem;
        text-align: center;
        margin-bottom: 1em;
    }

    .business .title > div h4 span {
        font-size: 2rem;
    }

    .business .title > div h4 + p {
        font-size: 1.6rem;
        text-align: left;
    }

    .business .title > div h4 + p + span {
        font-size: 1.8rem;
        margin: 0.5em auto 1.5em;
        text-align: center;
    }

    .business table th {
        font-size: 1.4rem;
    }

    .business table th:first-child {
        width: 25%;
    }

    .business table td {
        font-size: 1.4rem;
    }

    .business table td:last-child {
        font-size: 1.4rem;
        padding: 1em;
    }

    .business#green .green_plan th, .business#green .green_plan td {
        font-size: 1.2rem;
    }

    .business#green .green_limit_table th,
    .business#green .green_limit_table td,
    .business#green .green_work_table th,
    .business#green .green_work_table td {
        font-size: 1.2rem;
        border-width: 3px;
        padding: 0.65em 0.35em;
        line-height: 1.55;
        border-collapse: collapse;
        border-spacing: 0;
    }

    .business#green .green_limit_table th,
    .business#green .green_work_table th {
        font-size: 1.2rem;
    }

    .business#green .green_work_table .work-room {
        font-size: 1rem;
        line-height: 1.45;
        padding: 0.5em 0.25em;
    }

    .business#green .green_work_table .work-type {
        writing-mode: vertical-rl;
        text-orientation: upright;
        letter-spacing: 0.15em;
    }

    .business#green .green_work_table td {
        padding-left: 0.75em;
    }

    .business#green .green_work_table td span {
        padding-left: 0.75em;
    }

    .business h5 {
        font-size: 1.8rem;
    }

    .business h5 + p {
        font-size: 1.4rem;
        text-align: left;
    }

    .business .table2 td:last-child {
        font-size: 1.4rem;
    }

    .business .caption li {
        font-size: 1.2rem;
    }

    .business .caption--plain .caption_row {
        gap: 0.3rem;
    }

    .business .caption--plain .caption_row--no-label {
        padding-left: 3.9rem;
    }

    .business .caption--plain .caption_label, .business .caption--plain .caption_text {
        font-size: 1.2rem;
    }

    .business .caption--plain p span {
        min-width: 2em;
    }

    .business .menu {
        display: block;
        width: 87%;
        margin: 2rem auto 19rem;
    }

    .business .menu li {
        width: 100%;
        margin-bottom: 3vw;
    }

    .business#green .menu--green-updated {
        width: 100%;
        margin: 2rem auto 12rem;
    }

    .business#green .menu--green-updated li {
        width: 100%;
        margin-bottom: 4vw;
    }

    .business .reform {
        padding-bottom: 10%;
    }

    .business .reform .btn_view {
        font-size: 2rem;
    }

    .business .reform > ul {
        display: block;
    }

    .business .reform > ul > li {
        width: 100%;
    }

    .business#blue .inner::before {
        left: 0rem;
    }

    .business#blue .inner::after {
        left: -0.5rem;
    }

    .business#blue .title h3 {
        width: 59.34%;
        margin: 0px auto 1em;
    }

    .business#blue .title + p span {
        font-size: 4.416rem;
        color: rgb(84, 104, 176);
        border-bottom: 1rem double rgb(233, 235, 242);
    }

    .business#blue .title + p span::after {
        content: "";
        position: absolute;
        bottom: -1vw;
        left: 0px;
        width: 100%;
        border-bottom: 1px solid rgb(84, 104, 176);
    }

    .business#blue h5 + p {
        font-size: 1.4rem;
        margin-left: 3em;
    }

    .business#blue .menu {
        margin-bottom: 14rem;
    }

    .business .reform > ul > li {
        margin-bottom: 2em;
    }

    .business .reform > ul > li:last-child {
        margin-bottom: 0em;
    }

    .business#red .title h3 {
        width: 66%;
        margin: 0px auto 1em;
    }

    .business#red .title + p span {
        font-size: 2.6rem;
        border-bottom: 1px solid;
        position: relative;
    }

    .business#red .title + p span::after {
        content: "";
        position: absolute;
        bottom: -1vw;
        left: 0px;
        width: 100%;
        border-bottom: 1px solid rgb(233, 74, 81);
    }

    .business#red table td:last-child {
        font-size: 1.4rem;
    }

    .business#red .menu {
        margin-bottom: 13rem;
    }

    .business#red .reform ul li {
        margin-bottom: 1em;
    }

    .bg_gray {
        padding: 7rem 0px 5rem;
    }

    .counsel {
        padding: 5%;
    }

    .counsel h3 + p {
        text-align: left;
        font-size: 1.4rem;
    }

    .counsel .btn_contact {
        margin: 1.5em 0px;
        padding: 0px;
    }

    .cta_btn {
        font-size: 1.6rem;
        max-width: 90%;
    }

    .fcta_btn {
        font-size: 1.2rem;
        min-height: 4.8rem;
        padding: 1.05em 0.3em;
        border-radius: 1.4rem 1.4rem 0px 0px;
        line-height: 1.25;
    }

    #footer_cta {
        gap: 0px;
        padding: 0px;
        max-width: 100%;
    }

    .counsel .btn_contact a {
        font-size: 1.4rem;
    }

    .counsel .comment {
        font-size: 1.5rem;
        line-height: 1.8;
    }

    .counsel .tel {
        font-size: 1.5rem;
        white-space: nowrap;
    }

    .sample {
        margin-top: 4rem;
    }

    .sample h3 {
        margin-bottom: 5rem;
    }

    .sample h3 img {
        width: 50%;
    }

    .sample .btn a::after {
        right: 1em;
    }

    .sample .btn a:hover::after {
        right: 0.5em;
    }

    .sample li {
        margin-bottom: 1rem;
    }

    .sample .copy {
        font-size: 1rem;
        margin-top: 3em;
    }

    .amount-label {
        font-size: 1.8rem;
    }

    .amount-value {
        font-size: 3rem;
    }

    .simple-annotation {
        font-size: 1.1rem;
        line-height: 1.75;
        margin-top: 2.2em;
    }

    .red-kyutou-flex {
        display: block;
    }

    .red-kyutou-title {
        margin-top: 1em;
        margin-bottom: 0.2em;
    }

    body {
        padding-bottom: 0;
    }
}

@media screen and (max-width: 767px), screen and (max-device-width: 767px) {
    .business .reform > ul {
        display: block !important;
    }

    .business .reform > ul > li {
        width: 100% !important;
        margin-bottom: 3em;
    }

    .business .reform > ul > li:last-child {
        margin-bottom: 0;
    }

    .desc_viewmore {
        font-size: 1.2rem;
        margin: 0.8em 0 0;
    }

    .desc_viewmore .cta-link {
        font-size: 1.5rem;
    }

    .simple-descbox {
        padding: 1em 0.9em 0.9em;
    }

    .simple-descbox ul {
        gap: 0.5em 1.2em;
        min-width: 0;
    }

    .simple-descbox li {
        min-width: 120px;
        font-size: 1.2rem;
        white-space: normal;
    }

    .business .reform > ul > li:nth-child(-n+2) .simple-descbox ul {
        display: grid !important;
        grid-template-columns: minmax(0, 1.45fr) minmax(0, 1fr) !important;
        column-gap: 0.8em !important;
        row-gap: 0.5em !important;
        margin: 0 0 0.7em;
    }

    .business .reform > ul > li:nth-child(-n+2) .simple-descbox ul li {
        width: auto !important;
        min-width: 0 !important;
        margin-bottom: 0 !important;
        white-space: nowrap !important;
        letter-spacing: -0.14em;
        font-size: 1.03rem;
    }

    .business .reform > ul > li:nth-child(2) .simple-descbox ul {
        grid-template-columns: max-content max-content !important;
        justify-content: flex-start;
        column-gap: 4em !important;
    }

    .business .reform > ul > li:nth-child(2) .simple-descbox ul li {
        letter-spacing: -0.08em;
        font-size: 1.05rem;
    }

    .business .reform > ul > li:nth-child(n+3) .simple-descbox {
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
        gap: 1em;
    }

    .business .reform > ul > li:nth-child(n+3) .simple-descbox ul {
        flex: 1 1 auto;
        margin: 0;
        flex-direction: column !important;
        flex-wrap: nowrap !important;
        gap: 0.35em 0 !important;
    }

    .business .reform > ul > li:nth-child(n+3) .simple-descbox ul li {
        width: 100% !important;
        min-width: 0;
        font-size: 1.12rem;
        white-space: nowrap !important;
        letter-spacing: -0.04em;
    }

    .business .reform > ul > li:nth-child(n+3) .simple-descbox .desc_viewmore {
        flex: 0 0 auto;
        margin: 0 0 0 auto;
        text-align: right;
        white-space: nowrap;
    }
}
