@charset "utf-8";

@font-face {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Medium");
    font-weight: 100;
}

@font-face {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Medium");
    font-weight: 200;
}

@font-face {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Medium");
    font-weight: 300;
}

@font-face {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Medium");
    font-weight: 400;
}

@font-face {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Bold");
    font-weight: bold;
}

body {
    line-height: 2;
    color: #1a1a1a;
    font-size: 16px;
    font-family: -apple-system, BlinkMacSystemFont, "Roboto", "Yu Gothic", YuGothic, Verdana, Meiryo, sans-serif;
    text-size-adjust: 100%;
}

@media screen and (max-width: 811px) {
    body {
        line-height: 1.8;
        font-size: 3.73vw;
    }
}

@media all and (-ms-high-contrast: none) {
    body {
        font-family: Verdana, Meiryo, sans-serif;
    }
}

@media all and (-ms-high-contrast: active) {
    body {
        font-family: Verdana, Meiryo, sans-serif;
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.5;
}

a {
    transition: all 0.2s ease-in-out;
}

a img {
    border: none;
}

.over:hover {
    opacity: 0.7;
}

.sp-link {
    text-decoration: none;
    cursor: auto;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

@media screen and (min-width: 812px) {
    .sp-only {
        display: none !important;
    }
}

@media screen and (max-width: 811px) {
    .pc-only {
        display: none !important;
    }
}

.contents {
    max-width: 1000px;
    margin: 0 auto;
    box-sizing: border-box;
}

.ttl-01 {
    line-height: 1.25;
    margin: 0 0 35px;
    font-size: 56px;
    text-align: center;
}

.ttl-01:after {
    content: "";
    display: block;
    width: 120px;
    height: 8px;
    margin: 15px auto 0;
    border-radius: 8px;
    background: #fee002;
}

.ttl-01 span {
    font-size: 32px;
}

.ttl-02 {
    margin: 0 0 30px;
    font-size: 32px;
    text-align: center;
}

.ttl-02:after {
    content: "";
    display: block;
    width: 80px;
    height: 4px;
    margin: 30px auto 0;
    border-radius: 8px;
    background: #fee002;
}

@media screen and (max-width: 811px) {
    .ttl-01 {
        margin: 0 0 20px;
        font-size: 7.47vw;
    }

    .ttl-01:after {
        width: 60px;
        height: 4px;
    }

    .ttl-01 span {
        font-size: 4.27vw;
    }

    .ttl-02 {
        font-size: 5.33vw;
    }

    .ttl-02:after {
        width: 40px;
        height: 2px;
        margin: 10px auto 0;
    }
}


/* kv */

header {
    padding: 15px 50px;
}

.header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-logo img {
    width: 200px;
}

.header-tel a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    line-height: 1.1;
    text-align: center;
    color: inherit;
}

.header-tel a span {
    display: inline-block;
    padding: 0 0 0 30px;
    font-size: 26px;
    font-weight: bold;
    background: url(../img/icon-tel.svg) no-repeat 0 50%;
    background-size: 25px auto;
}

.header-tel a .open-time {
    display: block;
    font-size: 12px;
    letter-spacing: 1px;
    background: #1a1a1a;
    padding: 6px 1px 4px 10px;
    text-align: center;
    border-radius: 4px;
    color: #FFF;
    line-height: 1;
}
.kv-block {
    height: 600px;
    display: flex;
    position: relative;
}
.kv-block .kv-col-left {
    width: 70%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
}
.kv-block .kv-col-left::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: url(../img/kv-bg.webp) no-repeat;
    background-size: cover;
    /* background: #fee002; */
    clip-path: polygon(0 0, 100% 0, 70% 100%, 0% 100%);
    z-index: -1;
}
.kv-chatch-block {
    width: 460px;
}
.kv-chatch-block img {
    width: 100%;
}
.kv-service-block {
    margin-top: 20px;
    width: 520px;
}
.kv-service-block ul {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    list-style: none;
}
.kv-service-block ul li {
    padding: 10px;
    background: #fff;
    border-radius: 6px;
    color: #1a1a1a;
    font-size: 13px;
    font-weight: bold;
    width: 148px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: normal;
}
.kv-service-block ul li img {
    width: 30px;
    margin-right: 10px;
}
.kv-flex-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.kv-block .kv-col-right {
    width: 80%;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
}
.kv-block .kv-col-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom;
}

.kv-col.kv-col-left {
    width: 40%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #fee002;
}

.kv-ttl {
    line-height: 1.1;
    margin: 0;
    padding: 100px 0 0;
}

.kv-ttl>span {
    display: block;
    margin: 0 0 10px;
    font-size: 42px;
}
.kv-ttl>span>span {
    background: #fee002;
    padding: 2px 10px 0;
    display: inline-block;
    position: relative;
}

/* .kv-ttl>span>span::after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: 7px;
    left: 0;
    height: 24px;
    background: #fee002;
    z-index: -1;
} */
.kv-ttl>span a {
    color: #19a690;
}

/* .kv-ttl>span:nth-child(1) {
    display: block;
    margin: 0 0 5px;
    font-size: 47px;
} */
/* .kv-ttl>span:nth-child(1)>span {
    display: inline-block;
    position: relative;
}

.kv-ttl>span:nth-child(1)>span::after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: 7px;
    left: 0;
    height: 24px;
    background: #fee002;
    z-index: -1;
} */

/* .kv-ttl>span:nth-child(1) a {
    color: #19a690;
}

.kv-ttl>span:nth-child(1) a span {
    display: inline-block;
    font-size: 90px;
    transform: translateY(5px);
}

.kv-ttl>span:nth-child(2) {
    display: block;
    font-size: 72px;
} */

.kv-sub-ttl {
    margin: 0;
    font-size: 32px;
    font-weight: bold;
    line-height: 1.8;
}

.kv-sub-ttl + .kv-sub-ttl {
    margin-bottom: 10px;
}

.kv-sub-ttl-block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.kv-sub-ttl > span {
    display: inline-block;
    position: relative;
}

.kv-sub-ttl > span::after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: 7px;
    left: 0;
    height: 24px;
    background: #fee002;
    z-index: -1;
}

.kv-img-block {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    width: 280px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.kv-img {
    /* position: absolute;
    top: 230px;
    bottom: 10px;
    right: 0;
    width: 230px; */
    width: 100%;
}

.number1_logo {
    /* position: absolute;
    bottom: -60px;
    right: 270px;
    width: 210px; */
    width: 100%;
}

.kv-cta {
    max-width: 1100px;
    margin: 0 auto;
    padding: 50px;
    display: flex;
    align-items: flex-end;
    gap: 20px;
    justify-content: space-between;
}

.kv-mail-btn {
    border-radius: 50px;
    text-align: center;
    width: calc(50% - 20px);
}

.kv-mail-btn a {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    height: 80px;
    border-radius: 50px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    background: #19a690;
    box-shadow: 0 4px 0 #006f5e;
}

.kv-mail-btn a span {
    display: inline-block;
    position: relative;
    padding-left: 20px;
    font-size: 22px;
}

.kv-mail-btn a span::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 7px;
    height: 7px;
    vertical-align: top;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: translateY(-50%) rotate(45deg);
}

.kv-freedial-btn {    
    border-radius: 50px;
    text-align: center;
    flex: 1;
}

.kv-cta-txt {
    display: inline-block;
    position: relative;
    margin: 0 0 10px;
    font-weight: bold;
    line-height: 1.5;
    text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
    -1px 1px 0 #FFF, 1px -1px 0 #FFF,
    0px 1px 0 #FFF,  0 -1px 0 #FFF,
    -1px 0 0 #FFF, 1px 0 0 #FFF;
}

.kv-cta-txt::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: -10px;
    width: 1px;
    height: 16px;
    vertical-align: top;
    background: #1a1a1a;
    transform: translateY(-50%) rotate(-20deg);
}

.kv-cta-txt::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    right: -10px;
    width: 1px;
    height: 16px;
    vertical-align: top;
    background: #1a1a1a;
    transform: translateY(-50%) rotate(20deg);
}

.kv-freedial-btn a {
    background: #fee002;
    box-shadow: 0 4px 0 #c0aa02;
    border: 2px solid #fee002;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 80px;
    border-radius: 50px;
    text-decoration: none;
    color: #1a1a1a;
    line-height: 1;
}

.kv-freedial-btn a span.freedial {
    display: flex;
    align-items: center;
    flex: 1;
    font-size: 34px;
    font-weight: bold;
    margin-bottom: 6px;
}

.kv-freedial-btn a span.freedial::before {
    content: "";
    width: 40px;
    height: 28px;
    background: url(../img/icon-tel.svg);
    background-size: cover;
    transform: none;
    margin-right: 10px;
}

.kv-freedial-btn a span.open-time {
    font-size: 14px;
    font-weight: bold;
}
@media screen and (min-width: 1500px) {
    .kv-block .kv-col-right {
        width: 100%;
    }
    .kv-block .kv-col-right img {
        object-fit: contain;
        object-position: bottom right;
    }
}
@media screen and (max-width: 960px) {
    .kv-img-block  {
        width: 300px;
    }
    .kv-cta {
        flex-direction: column;
        align-items: center;
    }
    .kv-freedial-btn {
        flex: auto;
        width: 100%;
    }
    .kv-mail-btn {
        width: 100%;
    }
}

@media screen and (max-width: 811px) {
    .kv {
        height: auto;
        padding: 30px 15px;
    }

    .kv-logo {
        position: static;
        margin: 0 -15px;
        padding: 12px 15px;
        /* background: #fff; */
    }

    .kv-logo img {
        width: 40vw;
    }

    .header-tel {
        top: 0.8vw;
    }

    .header-tel a span {
        padding: 0 0 0 6vw;
        font-size: 5.07vw;
        background-size: 5vw auto;
    }

    .header-tel a small {
        font-size: 2vw;
    }

    .kv-ttl {
        padding: 30px 0 0;
    }

    .kv-ttl>span {
        font-size: 6.4vw;
    }

    .kv-sub-ttl {
        font-size: 4.27vw;
    }

    .kv-sub-ttl > span::after {
        bottom: 1vw;
        height: 12px;
    }

    .kv-flex-row {
        flex-direction: column;
    }

    .kv-block .kv-col-right {
        width: 100%;
    }

    .kv-block .kv-col-right img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: bottom center;
    }
    .kv-block .kv-col-left::after {
        width: 80%;
    }

    .kv-cta-pc {
        display: none;
    }

    .kv-cta-sp {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 20px auto 0;
        width: 100%;
    }

    .kv-cta-txt {
        font-size: 3.2vw;
    }

    .kv-mail-btn {
        width: 100%;
    }

    .kv-mail-btn a {
        font-size: 3.2vw;
    }

    .kv-mail-btn a span {
        padding-left: 5vw;
        font-size: 4.27vw;
    }

    .kv-mail-btn a span:before {
        width: 1.5vw;
        height: 1.5vw;
    }
}

@media screen and (max-width: 560px) {
    .kv {
        height: auto;
        padding: 30px 15px;
    }
    .header-tel {
        top: 1.5vw;
    }
    .kv-ttl {
        padding: 20px 0 0;
    }
    .kv-ttl>span {
        margin: 0 0 5px;
    }
    .kv-flex-row {
        flex-direction: column;
        align-items: center;
    }
    header {
        padding: 15px 5%;
    }
    .header-inner {
        flex-direction: column;
        gap: 14px;
    }
    .header-tel a span {
        padding: 0 0 0 9vw;
        font-size: 6.07vw;
        background-size: 7vw auto;
    }
    .kv-block {
        height: auto;
        flex-direction: column;
        gap: 0;
    }
    .kv-block .kv-col-left {
        width: 100%;
        height: auto;
        order: 2;
    }
    .kv-block .kv-col-left::after {
        clip-path: none;
        height: auto;
        width: 100%;
    }

    .kv-chatch-block {
        width: 64vw;
        position: absolute;
        top: -240px;
        left: 5%;
    }

    .kv-service-block ul {
        gap: 10px;
        justify-content: center;
    }

    .kv-service-block ul li {
        width: 40%;
    }

    .kv-service-block {
        width: 100%;
        padding: 30px 0;
        margin: 0;
    }
    
    .kv-block .kv-col-right {
        width: 100%;
        height: 280px;
        position: relative;
        bottom: auto;
        right: auto;
        top: auto;
        order: 1;
        margin: 0;
    }
    .kv-block .kv-col-right img {
        object-position: center left;
    }

    .kv-cta {
        padding: 30px 5%;
        flex-direction: column;
        align-items: center;
    }
    .kv-freedial-btn {
        flex: auto;
        width: 100%;
    }

    .kv-freedial-btn a span.freedial {
        font-size: 28px;
    }

}

@media screen and (max-width: 400px) {
    .header-tel {
        top: 2.3vw;
    }
}

.heading-list-block {
    margin: 40px auto 0;
    max-width: 1100px;
}

.heading-list-block h2 {
    margin: 0;
    text-align: center;
    background: #e65d28;
    color: #FFF;
    padding: 10px 0;
    font-size: 28px;
    border-radius: 10px 10px 0 0;
    width: 100%;
}

.heading-list-block ul {
    background: #FFF;
    border: 3px solid #e65d28;
    border-radius: 0 0 10px 10px;
    margin: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
}

.heading-list-block ul li {
    font-size: 20px;
    font-weight: bold;
}

/* top_logo */

.logo_text {
    font-size: 21px;
    font-weight: 700;
    text-align: center;
    padding: 30px 0 20px;
}

.logo_inner {
    display: flex;
    align-items: center;
    text-align: center;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 60px;
}

.logo_item {
    box-sizing: border-box;
    width: 16%;
    margin: 0 2%;
}

.logo_item.line_logo {
    padding: 0 30px;
}

.contents.logo_container {
    margin: 0 auto 110px;
}

@media screen and (max-width: 1030px) {
    .heading-list-block {
        padding: 0 15px;
    }
    .contents.logo_container {
        width: 95%;
    }

    .logo_text {
        text-align: left;
        font-size: 20px;
    }
}

@media screen and (max-width: 768px) {
    .heading-list-block {
        padding: 0 15px;
    }
    .heading-list-block ul li {
        font-size: 18px;
    }
    .heading-list-block ul li + li {
        margin-top: 10px;
    }
    .contents.logo_container {
        margin: 0 auto 50px;
    }
    .logo_text {
        font-weight: bold;
        font-size: 16px;
    }

    .logo_inner {
        flex-wrap: wrap;
        padding-bottom: 40px;
    }

    .logo_item {
        width: 44%;
        margin: 0 auto;
    }

    .logo_item:not(:first-of-type) {
        margin-top: 30px;
    }
}

/* area */

.area {
    padding: 0 15px;
    background: url(../img/area-bg.png) no-repeat 50% 50%;
    background-size: cover;
}

.area-inner {
    position: relative;
    padding: 40px 0;
}

.area-ttl {
    margin: 0 0 10px;
    color: #19a690;
    font-size: 32px;
}

.area-ttl span {
    font-size: 48px;
}

.area-txt {
    margin: 0;
    color: #19a690;
    font-size: 20px;
    font-weight: bold;
}

.area-img {
    position: absolute;
    right: 10px;
    bottom: 0;
    width: 482px;
    margin: 0;
}

@media screen and (max-width: 1030px) {
    .area-img {
        width: 45%;
    }
}

@media screen and (max-width: 920px) {
    .area-ttl {
        font-size: 28px;
    }

    .area-ttl span {
        font-size: 40px;
    }
}

@media screen and (max-width: 811px) {
    .area-inner {
        padding: 6vw 0;
    }

    .area-ttl {
        font-size: 3.2vw;
    }

    .area-ttl span {
        font-size: 4.8vw;
    }

    .area-txt {
        width: 50%;
        font-size: 2.67vw;
    }

    .area-img {
        right: 0;
        width: 50%;
    }
}


/* campaign */

.campaign {
    margin: 0 0 70px;
    padding: 0 15px;
}

.campaign-inner {
    /* padding: 0 15px 30px;
  background: url(../img/campaign-bg.jpg) no-repeat 0 0;
  background-size: cover; */
    border: 3px solid #e65d28;
    padding: 40px;
    border-radius: 20px;
}

.campaign-inner h2 {
    display: flex;
    justify-content: center;
    font-size: 50px;
    color: #e65d28;
    border-bottom: 3px solid;
    margin: 0;
}

.campaign-inner h3 {
    display: flex;
    justify-content: center;
    background: #fee002;
    border-radius: 50px;
    padding: 10px;
    font-size: 25px;
    margin-bottom: 30px;
}

.campaign-inner p {
    display: flex;
    justify-content: center;
    font-weight: bold;
}

.campaign-inner img {
    width: 100%;
}

.campaign-ttl {
    margin: 0;
    text-align: center;
    transform: translateY(-30px);
}

.campaign-detail {
    margin: -15px 0 0;
    text-align: center;
}

.campaign-term {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 5px 15px;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    background: #1a1a1a;
}

.campaign-term span {
    display: block;
    line-height: 1.1;
    margin: 0 20px 0 0;
    padding: 5px 20px;
    border-radius: 4px;
    color: #1a1a1a;
    font-size: 20px;
    background: #fff;
}

@media screen and (max-width: 811px) {
    .campaign {
        margin: 0 0 50px;
        padding: 0 15px;
    }

    .campaign-inner {
        /* padding-bottom: 20px; */
        padding: 15px;
    }

    .campaign-inner h2 {
        font-size: 50px;
        text-align: center;
    }

    .campaign-inner h3 {
        font-size: 30px;
    }

    .campaign-ttl {
        transform: translateY(-15px);
    }

    .campaign-detail {
        margin: 0;
    }

    .campaign-term {
        font-size: 3.2vw;
    }

    .campaign-term span {
        margin: 0 1em 0 0;
        padding: 5px 15px;
        font-size: 2.67vw;
    }
}

@media screen and (max-width: 700px) {
    .campaign-inner h2 {
        font-size: 30px;
        text-align: center;
    }

    .campaign-inner h3 {
        font-size: 14px;
    }
}


/* image */

.image {
    margin: 110px 0;
    padding: 0 15px;
}

.image-lead {
    margin: 0 0 60px;
    text-align: center;
}

.image-lead dt {
    margin: 0 0 15px;
    font-size: 28px;
    font-weight: bold;
}

.image-lead dd {
    margin: 0;
}

.image-list {
    display: flex;
    flex-wrap: wrap;
}

.image-list-item {
    width: 30%;
    font-size: 14px;
    margin-bottom: 40px;
}

@media screen and (min-width: 812px) {
    .image-list-item {
        margin-right: 5%;
    }

    .image-list-item:nth-of-type(3n) {
        margin-right: 0;
    }
}

.image-list-item figure {
    margin: 0 0 15px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.image-list-item figure figcaption {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
    color: #fff;
    padding-top: 40%;
    font-size: 14px;
}

.image-list-item figure:hover figcaption {
    opacity: 1;
}

.image-list-item p {
    margin: 0;
}

.image-list-item a {
    display: block;
    line-height: 1.8;
    color: #19a690;
    font-size: 12px;
    text-decoration: underline;
    word-break: break-all;
}

.image-list-item a:hover {
    text-decoration: none;
}

@media screen and (max-width: 811px) {
    .image {
        margin: 50px 0;
    }

    .image-lead {
        margin: 0 0 30px;
    }

    .image-lead dt {
        line-height: 1.5;
        font-size: 5.33vw;
    }

    .image-lead dd {
        text-align: left;
    }

    .image-list {
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .image-list-item {
        width: 48.5%;
        margin: 20px 0 0;
        font-size: inherit;
    }

    .image-list-item:nth-child(1),
    .image-list-item:nth-child(2) {
        margin: 0;
    }
}


/* reason */

.reason {
    position: relative;
    margin: 110px 0;
    padding: 110px 15px;
    background: #fee002;
    z-index: 0;
}

.reason:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 560px;
    background: url(../img/reason-bg.jpg) no-repeat 50% 100%;
    background-size: cover;
    z-index: -1;
}

.reason .ttl-01 {
    color: #fff;
}

.reason-lead {
    margin: 0 0 60px;
    color: #fff;
    text-align: center;
}

.reason-lead span {
    font-size: 28px;
    font-weight: bold;
}

.reason-item {
    overflow: hidden;
    margin: 25px 0 0;
    padding: 40px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 4px 8px 0 rgba(2, 2, 2, 0.1);
}

.reason-item figure {
    float: left;
    width: 21.73913%;
    margin: 0;
}

.reason-item h3 {
    display: flex;
    align-items: center;
    line-height: 1.1;
    margin: -5px 0 15px calc(21.73913% + 30px);
    font-size: 28px;
}

.reason-item h3 i {
    display: block;
    margin: 0 10px 0 0;
    color: #fee002;
    font-size: 48px;
    font-style: normal;
    transform: scale(0.9, 1);
    transform-origin: top left;
}

.reason-item h3 small {
    font-size: 14px;
}

.reason-item p {
    margin: 0 0 0 calc(21.73913% + 30px);
}

.reason-item .logo_inner {
    padding-top: 20px;
    padding-bottom: 0;
}

@media screen and (max-width: 811px) {
    .reason-item .logo_inner {
        padding-bottom: 30px;
    }

}

@media screen and (max-width: 811px) {
    .reason {
        margin: 50px 0;
        padding: 50px 15px;
    }

    .reason:before {
        bottom: 0;
        height: auto;
        background-position: 50% 0;
        background-size: 200% auto;
    }

    .reason .ttl-01 {
        font-size: 7vw;
    }

    .reason-lead {
        margin: 0 0 30px;
    }

    .reason-lead span {
        font-size: 4.27vw;
    }

    .reason-item {
        margin: 15px 0 0;
        padding: 15px;
        border-radius: 6px;
    }

    .reason-item figure {
        width: 33%;
        margin: 0 0 15px;
    }

    .reason-item h3 {
        display: block;
        line-height: 1.5;
        margin: -5px 0 15px calc(33% + 20px);
        font-size: 4.27vw;
    }

    .reason-item h3 i {
        line-height: 1.1;
        margin: 0 0 5px;
        font-size: 9.6vw;
    }

    .reason-item h3 small {
        font-size: 2.13vw;
    }

    .reason-item p {
        clear: both;
        margin: 0;
    }
}


/* flow */

.flow {
    margin: 110px 0;
    padding: 0 15px;
}

.flow-lead {
    margin: 0 0 30px;
    text-align: center;
}

.flow-list {
    list-style: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    counter-reset: number;
}

.flow-list-item {
    position: relative;
    width: 24.4%;
    margin: 0 0 8px;
    padding: 45px 15px 30px;
    border-radius: 10px;
    font-weight: bold;
    text-align: center;
    background: #fee002;
    box-sizing: border-box;
}

.flow-list-item:before {
    counter-increment: number;
    content: counter(number, decimal-leading-zero);
    display: block;
    position: absolute;
    top: 10px;
    left: 10px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 100%;
    text-align: center;
    background: #fff;
}

.flow-list-item figure {
    width: 60px;
    margin: 0 auto 20px;
}

.flow-list-item p {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

@media screen and (max-width: 811px) {
    .flow {
        margin: 50px 0;
    }

    .flow-lead {
        text-align: left;
    }

    .flow-list-item {
        width: 49%;
        margin: 0 0 6px;
        padding: 30px 15px 20px;
        border-radius: 6px;
    }

    .flow-list-item:before {
        width: 8vw;
        height: 8vw;
        line-height: 8vw;
        font-size: 2.93vw;
    }

    .flow-list-item figure {
        width: 13vw;
        margin-bottom: 15px;
    }

    .flow-list-item p {
        font-size: 2.93vw;
    }
}


/* cta */

.cta {
    margin: 110px 0;
    padding: 0 15px;
}

.cta_add {
    padding: 0px 15px 100px 15px;
}

.cta-inner {
    position: relative;
    padding: 0 100px;
}

.cta-txt {
    display: inline-block;
    position: relative;
    line-height: 1.5;
    margin: 15px 0 25px;
}

.cta-txt span {
    font-size: 28px;
}

.cta-btn a {
    display: block;
    padding: 20px;
    border-radius: 60px;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    background: #19a690;
    box-shadow: 0 6px 0 #006f5e;
}

.cta-btn a span {
    display: inline-block;
    position: relative;
    padding: 0 0 0 30px;
    font-size: 32px;
}

.cta-btn a span:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 10px;
    height: 10px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: translateY(-50%) rotate(45deg);
}

.cta-img {
    position: absolute;
    right: 0;
    bottom: -110px;
    width: 22%;
    margin: 0;
}

@media screen and (max-width: 811px) {
    .cta {
        margin: 50px 0;
    }

    .cta_add {
        padding-bottom: 50px;
    }

    .cta-inner {
        position: relative;
        padding: 0;
    }

    .cta-txt {
        line-height: inherit;
        margin: 5px 0 15px;
        font-size: 2.5vw;
    }

    .cta-txt:before {
        top: 5px;
        height: 40px;
    }

    .cta-txt:after {
        top: 5px;
        height: 40px;
    }

    .cta-txt span {
        font-size: 3.73vw;
    }

    .cta-btn a {
        padding: 15px;
        font-size: 3.2vw;
        box-shadow: 0 4px 0 #006f5e;
    }

    .cta-btn a span {
        padding-left: 5vw;
        font-size: 4.27vw;
    }

    .cta-btn a span:before {
        width: 1.5vw;
        height: 1.5vw;
        border-width: 2px;
    }

    .cta-img {
        bottom: -50px;
        width: 18%;
    }
}


/* service */

.service {
    position: relative;
    margin: 110px 0;
    padding: 150px 0 0;
    background: #f6f7f8;
    z-index: 0;
}

.service:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 470px;
    background: url(../img/service-bg-01.jpg) no-repeat 50% 100%;
    background-size: cover;
    z-index: -1;
}

.service .ttl-01 {
    color: #fff;
}

.service-inner-01 {
    position: relative;
    margin: 270px 0 0;
    padding: 0 15px;
}

.service-inner-01:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 50px;
    background: url(../img/service-bg-02.svg) no-repeat 0 50%;
    background-size: auto 85%;
    z-index: -1;
}

.service-lead {
    margin: 0 0 30px;
    text-align: center;
}

.service-lead dt {
    font-size: 20px;
    font-weight: bold;
}

.service-lead dd {
    margin: 0;
}

.service-list-01 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.service-list-01-item {
    width: 48%;
    margin: 30px 0 0;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 4px 8px 0 rgba(2, 2, 2, 0.1);
}

.service-list-01-item:nth-child(1),
.service-list-01-item:nth-child(2) {
    margin-top: 0;
}

.service-list-01-item dt {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    line-height: 1.4;
    padding: 20px 40px;
    border-bottom: 1px solid #ddd;
    font-size: 24px;
    font-weight: bold;
}

.service-list-01-item dt figure {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    margin: 0 20px 0 0;
    border-radius: 100%;
    background: #fee002;
}

.service-list-01-item dt img {
    width: 44px;
}

.service-list-01-item dt small {
    font-size: 14px;
}

.service-list-01-item dd {
    margin: 0;
    padding: 15px 40px 20px;
}

.service-inner-02 {
    position: relative;
    margin: 230px 0 0;
    padding: 0 15px 230px;
    background: #fee002;
    z-index: 0;
}

.service-inner-02:before {
    content: "";
    position: absolute;
    top: -180px;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(../img/service-bg-03.svg) no-repeat 0 0;
    background-size: 100% auto;
    z-index: -1;
}

.service-inner-02 .ttl-02:after {
    background: #1a1a1a;
}

.service-list-02 {
    display: flex;
    justify-content: space-between;
}

.service-list-02-item {
    width: 46%;
}

.service-list-02-item figure {
    margin: 0;
}

.service-list-02-item dl {
    margin: 0;
}

.service-list-02-item dt {
    position: relative;
    margin: -40px 100px 10px 0;
    padding: 15px 0 0;
    font-size: 24px;
    font-weight: bold;
    background: #fee002;
}

.service-list-02-item dd {
    margin: 0;
}


/* その他オプションサービス追加分 */

.list-add {
    margin-top: 35px;
}

.service-inner-03 {
    position: relative;
    padding: 0 15px 110px;
    background: #483922;
    z-index: 0;
}

.service-inner-03:before {
    content: "";
    position: absolute;
    top: -180px;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(../img/service-bg-04.svg) no-repeat 0 0;
    background-size: 100% auto;
    z-index: -1;
}

.service-inner-03 .ttl-02,
.service-inner-03 .service-lead {
    color: #fff;
}

.service-list-03 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.service-list-03-item {
    display: flex;
    align-items: center;
    width: 48.4%;
    overflow: hidden;
    margin: 30px 0 0;
    border-radius: 10px;
    background: #fff;
}

.service-list-03-item:nth-child(1),
.service-list-03-item:nth-child(2) {
    margin: 0;
}


/* サポート体制(サイズ横長) */

.item-wide {
    width: 100%;
}


/* .service-list-03-item:last-child {
  width: 100%;
} */

.service-list-03-item figure {
    width: 33.05785123966942%;
    margin: 0 0 auto;
}

.service-list-03-item figure img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.item-wide figure {
    width: 16%;
}

.service-list-03-item:last-child figure img {
    height: 255px;
}


/* .service-list-03-item:last-child figure {
  width: 16%;
} */

.service-list-03-item dl {
    flex: 1;
    margin: 0;
    padding: 0 30px;
}

.service-list-03-item dt {
    margin: 0 0 5px;
    font-size: 20px;
    font-weight: bold;
}

.service-list-03-item dd {
    margin: 0;
}

.service-list-03-item ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin: 5px 0 0;
    padding: 0;
}

.service-list-03-item li {
    position: relative;
    width: calc(100% / 3);
    padding: 0 0 0 15px;
    font-size: 14px;
    box-sizing: border-box;
}

.service-list-03-item li:before {
    content: "";
    display: block;
    position: absolute;
    top: 7px;
    left: 0;
    width: 10px;
    height: 10px;
    background: #fee002;
}

@media screen and (max-width: 811px) {
    .service {
        margin: 50px 0;
        padding: 15vw 0 0;
    }

    .service:before {
        bottom: 0;
        height: auto;
        background-position: 50% 0;
        background-size: 150vw auto;
    }

    .service-inner-01 {
        margin: 18vw 0 0;
    }

    .service-inner-01:before {
        left: 0;
        background-position: 0 15vw;
        background-size: 100px auto;
    }

    .service-lead dt {
        font-size: 4.27vw;
    }

    .service-lead dd {
        text-align: left;
    }

    .service-list-01 {
        display: block;
    }

    .service-list-01-item {
        width: auto;
        margin: 15px 0 0;
        border-radius: 6px;
    }

    .service-list-01-item:nth-child(2) {
        margin-top: 15px;
    }

    .service-list-01-item dt {
        padding: 15px;
        font-size: 4.27vw;
    }

    .service-list-01-item dt figure {
        width: 13vw;
        height: 13vw;
    }

    .service-list-01-item dt img {
        width: 50%;
    }

    .service-list-01-item dt small {
        font-size: 2.67vw;
    }

    .service-list-01-item dd {
        padding: 15px;
    }

    .service-inner-02 {
        margin: 18vw 0 0;
        padding: 0 15px 18vw;
    }

    .service-inner-02:before {
        top: -12vw;
    }

    .service-list-02 {
        display: block;
    }

    .service-list-02-item {
        width: auto;
        margin: 20px 0 0;
    }

    .service-list-02-item dt {
        margin: -30px 50px 10px 0;
        font-size: 4.27vw;
    }

    .list-add {
        margin-top: 0;
    }

    .service-inner-03 {
        padding: 0 15px 50px;
    }

    .service-inner-03:before {
        top: -12vw;
    }

    .service-list-03 {
        display: block;
    }

    .service-list-03-item {
        width: auto;
        margin: 15px 0 0;
        border-radius: 6px;
    }

    .service-list-03-item:nth-child(2) {
        margin: 15px 0 0;
    }

    .service-list-03-item figure {
        width: 25%;
    }

    .service-list-03-item figure img {
        height: auto;
    }

    .item-wide figure {
        width: 25%;
    }

    .service-list-03-item:last-child figure img {
        height: 310px;
    }

    /* .service-list-03-item:last-child figure {
    width: 25%;
  } */
    .service-list-03-item dl {
        padding: 15px;
    }

    .service-list-03-item dt {
        font-size: 3.73vw;
    }

    .service-list-03-item dd {
        font-size: 2.67vw;
    }

    .service-list-03-item ul {
        display: flex;
        flex-wrap: wrap;
    }

    .service-list-03-item li {
        width: auto;
        margin: 0 10px 0 0;
        padding-left: 2vw;
        font-size: 2.13vw;
    }

    .service-list-03-item li:last-child {
        margin: 0;
    }

    .service-list-03-item li:before {
        top: 1vw;
        width: 1.5vw;
        height: 1.5vw;
    }
}

@media screen and (max-width: 560px) {
    .service {
        margin: 50px 0;
        padding: 10vw 0 0;
    }

    /* サポート体制の画像サイズ */
    .service-list-03-item:last-child figure img {
        height: 210px;
    }
}


/* option */

.option {
    margin: 110px 0;
    padding: 0 15px;
}

.option .service-list-02-item dt {
    background: #fff;
}

@media screen and (max-width: 811px) {
    .option {
        margin: 50px 0;
    }
}


/* worry */

.worry {
    margin: 110px 0 70px;
    padding: 0 15px;
}

.worry-lead {
    text-align: center;
}

.cta-02 {
    position: relative;
    margin: 70px -15px;
    padding-top: 60px;
    background: #fee002;
}

.cta-feelfree {
    margin: 60px -15px 0;
    line-height: 64px;
    padding: 0 15px;
    color: #fee002;
    font-weight: bold;
    text-align: center;
    background: #483922;
}

.cta-02 .cta-img {
    bottom: -124px;
}

@media screen and (max-width: 811px) {
    .worry {
        margin: 50px 0 30px;
    }

    .worry-lead {
        text-align: left;
    }

    .cta-02 {
        position: relative;
        margin: 0 -15px;
        padding-top: 30px;
    }

    .cta-02 .cta-inner {
        position: static;
    }

    .cta-feelfree {
        margin-top: 30px;
        line-height: inherit;
        padding: 10px 30% 10px 15px;
        font-size: 2.67vw;
        text-align: left;
    }

    .cta-02 .cta-img {
        right: 15px;
        bottom: 0;
    }
}


/* page top */

.page-top {
    display: none;
    position: fixed;
    right: 40px;
    bottom: 176px;
}

.page-top a {
    display: block;
    position: relative;
    width: 72px;
    height: 72px;
    overflow: hidden;
    border-radius: 10px;
    text-indent: -9999px;
    background: #1a1a1a;
}

.page-top a:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14px;
    height: 14px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: translate(-50%, -30%) rotate(-45deg);
}

@media screen and (max-width: 811px) {
    .page-top {
        display: none !important;
    }
}


/* footer */

.footer {
    padding: 0 15px;
}

.footer-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 0 0 70px;
}

.footer-logo {
    line-height: 1;
    margin: 0 0 35px;
}

.footer-logo img {
    width: 200px;
}

.footer-nav {
    list-style: none;
    display: flex;
    line-height: 1.1;
    margin: 0;
    padding: 0;
    font-size: 14px;
}

.footer-nav li {
    margin: 0 10px 0 0;
    padding: 0 10px 0 0;
    border-right: 1px solid #1a1a1a;
}

.footer-nav li:last-child {
    margin: 0;
    padding: 0;
    border: none;
}

.footer-nav li a {
    color: inherit;
    text-decoration: none;
}

.footer-nav li a:hover {
    text-decoration: underline;
}

.footer-tel {
    margin: 0 0 35px;
}

.footer-tel a {
    display: block;
    line-height: 1.1;
    text-align: right;
    color: inherit;
}

.footer-tel a span {
    display: inline-block;
    padding: 0 0 0 30px;
    font-size: 28px;
    font-weight: bold;
    background: url(../img/icon-tel.svg) no-repeat 0 50%;
    background-size: 25px auto;
}

.footer-tel a small {
    display: block;
    margin: 5px 0 0;
    font-size: 11px;
    letter-spacing: 1px;
}

.footer-copyright {
    line-height: 1.1;
    font-size: 14px;
}

.footer-cta {
    display: none;
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 15px;
    background: #333;
    z-index: 3;
}

.footer-cta-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-cta-txt {
    color: #fff;
    font-weight: bold;
}

.footer-cta-contact a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 280px;
    height: 60px;
    padding: 0 15px;
    border-radius: 30px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    background: #19a690;
    box-shadow: 0 4px 0 #006f5e;
    box-sizing: border-box;
}

.footer-cta-contact a span {
    display: inline-block;
    position: relative;
    padding: 0 0 0 20px;
}

.footer-cta-contact a span:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 7px;
    height: 7px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: translateY(-50%) rotate(45deg);
}

.footer-cta-tel a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 280px;
    height: 60px;
    line-height: 1.2;
    padding: 0 15px;
    border-radius: 30px;
    color: inherit;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    background: #fee002;
    box-shadow: 0 4px 0 #776900;
    box-sizing: border-box;
}

.footer-cta-tel a span {
    display: inline-block;
    padding: 0 0 0 27px;
    font-size: 24px;
    font-weight: bold;
    background: url(../img/icon-tel.svg) no-repeat 0 50%;
    background-size: 21px auto;
}

.footer-cta-tel a small {
    display: block;
    font-size: 11px;
}

@media screen and (max-width: 811px) {
    .footer-row {
        display: block;
        padding: 0 0 30px;
        text-align: center;
    }

    .footer-logo {
        margin: 0 0 30px;
    }

    .footer-logo img {
        width: 40vw;
    }

    .footer-nav {
        justify-content: center;
        margin: 0 0 35px;
        font-size: 2.67vw;
    }

    .footer-tel {
        margin: 0 0 20px;
    }

    .footer-tel a {
        text-align: center;
    }

    .footer-tel a span {
        padding-left: 6vw;
        font-size: 5.07vw;
        background-size: 5vw auto;
    }

    .footer-tel a small {
        display: block;
        margin: 5px 0 0;
        font-size: 2vw;
    }

    .footer-copyright {
        font-size: 2.67vw;
    }

    .footer-cta-inner {
        flex-wrap: wrap;
    }

    .footer-cta-txt {
        width: 100%;
        margin: 0 0 10px;
        font-size: 3.2vw;
        text-align: center;
    }

    .footer-cta-contact {
        width: 49%;
    }

    .footer-cta-contact a {
        width: auto;
        height: 12vw;
        border-radius: 12vw;
        font-size: 3.2vw;
    }

    .footer-cta-contact a span {
        padding: 0;
    }

    .footer-cta-contact a span:before {
        content: none;
    }

    .footer-cta-tel {
        width: 49%;
    }

    .footer-cta-tel a {
        width: auto;
        height: 12vw;
        border-radius: 12vw;
    }

    .footer-cta-tel a span {
        padding-left: 5vw;
        font-size: 4vw;
        background-size: 4vw;
    }

    .footer-cta-tel a small {
        font-size: 1.87vw;
    }
}

.cta-txt-span {
    line-height: 1.5;
    margin: 0;
    font-size: 1.7em;
}

.cta-txt-span>span:nth-child(1) {
    display: block;
    margin: 0 0 5px;
}

.cta-txt-span>span:nth-child(1)>span {
    display: inline-block;
    position: relative;
    font-weight: bold;
}

.cta-txt-span>span:nth-child(1)>span:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: 7px;
    left: 0;
    height: 5px;
    background: #fee002;
    z-index: -1;
}

.cta-txt-span-2 {
    line-height: 1.5;
    margin: 0;
    font-size: 1.7em;
}

.cta-txt-span-2>span:nth-child(1) {
    display: block;
    margin: 0 0 5px;
}

.cta-txt-span-2>span:nth-child(1)>span {
    display: inline-block;
    position: relative;
    font-weight: bold;
    z-index: 0;
}

.cta-txt-span-2>span:nth-child(1)>span:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: 7px;
    left: 0;
    height: 5px;
    background: #19a690;
    z-index: -1;
}


/* area-subsidy */

.area-subsidy {
    padding: 0 15px;
    background: url(../img/area-bg.png) no-repeat 50% 50%;
    background-size: cover;
}

.area-inner {
    position: relative;
    padding: 40px 0;
}

.area-ttl-subsidy {
    margin: 0 0 10px;
    font-size: 32px;
}

.area-ttl-subsidy span {
    color: #19a690;
    font-size: 48px;
}

.area-txt-subsidy-01 {
    margin: 0;
    font-size: 20px;
    font-weight: bold;
}

.area-txt-subsidy-01 span {
    color: #19a690;
    font-size: 20px;
}

.area-txt-subsidy-02 {
    margin: 0;
    font-size: 20px;
    font-weight: bold;
}

.area-txt-subsidy-02 span {
    color: #19a690;
    font-size: 20px;
}

.area-img {
    position: absolute;
    right: 10px;
    bottom: 0;
    width: 482px;
    margin: 0;
}

@media screen and (max-width: 1030px) {
    .area-img {
        width: 45%;
    }
}

@media screen and (max-width: 920px) {
    .area-ttl-subsidy {
        font-size: 28px;
    }

    .area-ttl-subsidy span {
        color: #19a690;
        font-size: 40px;
    }
}

@media screen and (max-width: 811px) {
    .area-inner {
        padding: 6vw 0 30vw;
    }

    .area-ttl-subsidy {
        font-size: 4.6vw;
        margin-bottom: 5px;
    }

    .area-ttl-subsidy span {
        color: #19a690;
        font-size: 6.5vw;
    }

    .area-txt-subsidy-01 {
        font-size: 3.1vw;
        margin-bottom: 5px;
    }

    .area-txt-subsidy-01 span {
        color: #19a690;
        font-size: 3.1vw;
    }

    .area-txt-subsidy-02 {
        font-size: 2.6vw;
        margin-bottom: 5px;
    }

    .area-txt-subsidy-02 span {
        color: #19a690;
        font-size: 2.6vw;
    }

    .area-img {
        right: 0;
        width: 75%;
    }
}


/*20200108追加 */


/*20210205変更 */

.emergency {
    margin: 0 0 160px;
}

.emergency-intro {
    width: 100%;
    background: url(../img/emergency-intro.jpg) no-repeat center;
    background-size: cover;
}

.emergency-intro-inner {
    padding: 80px 40px;
    /* background: url(../img/emergency.png) no-repeat center;
    background-size: 300px; */
}

.emergency-ttl {
    font-size: 50px;
    font-weight: bold;
    text-align: center;
    color: #fee002;
    margin: 0 0 40px;
}

.emergency-intro-inner p {
    font-weight: bold;
    color: #fff;
    font-size: 20px;
    margin: 0;
    text-align: justify;
    text-justify: inter-ideograph;
}

.emergency-content01 {
    background: #19a690;
    padding: 40px 0;
}

.emergency-content01-ttl {
    padding: 0 40px;
    border-bottom: 2px solid #fff;
    padding-bottom: 40px;
}

.emergency-content01-ttl-inner {
    position: relative;
    width: 730px;
    margin: 0 auto;
}

.emergency-content01-ttl h3 {
    color: #fff;
    font-size: 30px;
    text-decoration: underline;
    margin: 0;
}

.emergency-content01-ttl p {
    text-align: justify;
    text-justify: inter-ideograph;
}

.emergency-content01-ttl .zero_yen {
    position: absolute;
    right: 0;
    bottom: -26px;
    color: #fee002;
    font-weight: bold;
    font-size: 220px;
    line-height: 1;
    white-space: nowrap;
}

.emergency-content01-inner {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.emergency-content01-element {
    width: 30%;
    box-sizing: border-box;
    padding: 30px;
    margin-top: 40px;
    border: 1px solid #fff;
    border-radius: 10px;
}

.emergency-content01-element p {
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    margin: 0 auto;
    line-height: 1.5;
    text-align: justify;
    text-justify: inter-ideograph;
}

.emergency-content01-element img {
    width: 70px;
    height: 70px;
    display: block;
    margin: 0 auto 20px;
}

.emergency-content02 {
    background: #fff;
    padding: 40px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 900px;
    margin: 0 auto;
}

.emergency-content02-txt {
    width: 400px;
}

.emergency-content02-txt p {
    font-size: 23px;
    font-weight: bold;
    line-height: 1.5;
    margin: 0;
}

.emergency-content02-merit {
    background: #fee002;
    padding: 10px 30px;
    text-align: center;
    margin: 20px 0 !important;
    font-size: 26px !important;
}

.emergency-content02-txt .cross {
    display: block;
    margin: 0 auto;
    font-size: 50px;
    line-height: 0;
    text-align: center;
}

.emergency-content02-img img {
    width: 400px;
}

.emergency-content03 {
    background: #fee002;
    padding: 40px 0;
    margin-bottom: 100px;
}

.emergency-content03 ul {
    width: 900px;
    margin: 0 auto;
    padding: 0;
    list-style: none;
}

.emergency-content03 li {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 1.5;
    position: relative;
    padding: 0 0 20px 50px;
    border-bottom: 1px solid #333;
    text-align: justify;
    text-justify: inter-ideograph;
}

.emergency-content03 li::before {
    font-family: "fontello";
    content: "\e800";
    color: #1a1a1a;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 25px;
}

.emergency-content03 li:last-of-type {
    margin-bottom: 0;
}

.emergency-cta {
    margin: 0;
    padding: 0 15px;
}

.emergency-cta-btn a {
    display: block;
    padding: 20px;
    border-radius: 60px;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    text-decoration: none;
    background: #19a690;
    box-shadow: 0 6px 0 #006f5e;
}

.emergency-cta-btn a span {
    display: inline-block;
    position: relative;
    padding: 0 0 0 30px;
    font-size: 32px;
}

.yellow_txt {
    color: #fee002;
}

.green_txt {
    color: #19a690;
}

.red_txt {
    color: #e65d28;
}
.deep_red_txt {
    color: #e92a1c;
}
.bordering_txt {
    text-shadow:2px 2px 2px #FFF, -2px -2px 2px #FFF,
              -2px 2px 2px #FFF, 2px -2px 2px #FFF,
              0px 2px 2px #FFF,  0-2px 2px #FFF,
              -2px 0 2px #FFF, 2px 0 2px #FFF;
}

.under_line {
    text-decoration: underline;
}

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

@media screen and (min-width: 812px) {
    .md_none {
        display: none;
    }
}

@media screen and (max-width: 811px) {
    .emergency {
        margin: 0 0 80px;
        padding: 0;
    }

    .emergency-intro-inner {
        padding: 40px 15px;
        background-size: 170px;
    }

    .emergency-ttl {
        font-size: 33px;
    }

    .emergency-intro-inner p {
        font-size: 16px;
    }

    .emergency-content01-ttl {
        padding: 0 15px 15px;
        border-bottom: 1px solid #fff;
    }

    .emergency-content01-ttl h3 {
        font-size: 18px;
        width: 60%;
    }

    .emergency-content01-ttl .zero_yen {
        position: absolute;
        right: 0;
        bottom: -12px;
        color: #fee002;
        font-weight: bold;
        font-size: 105px;
        line-height: 1;
        white-space: nowrap;
    }

    .emergency-content01-ttl-inner {
        position: relative;
        width: 100%;
        margin: 0 auto;
    }

    .emergency-content01-inner {
        width: 100%;
        border: 0;
        margin: 0;
    }

    .emergency-content01-element {
        width: 50%;
        padding: 20px;
        margin-top: 0;
        border-left: 1px solid #fff;
        border-bottom: 1px solid #fff;
        border-top: 0;
        border-right: 0;
        border-radius: 0;
    }

    .emergency-content01-element:nth-of-type(odd) {
        border-left: 0;
    }

    .emergency-content01-element img {
        width: 50px;
        height: 50px;
    }

    .emergency-content01-element p {
        width: 100%;
        font-size: 16px;
    }

    .emergency-content02 {
        background: #fff;
        padding: 40px 15px;
        flex-wrap: wrap;
        width: auto;
        margin: 0 auto;
    }

    .emergency-content02-txt {
        width: 100%;
    }

    .emergency-content02-merit {
        margin: 10px 0 !important;
        padding: 10px 20px;
    }

    .emergency-content02-img {
        margin-top: 20px;
    }

    .emergency-content02-img img {
        display: block;
        width: 80%;
        margin: 0 auto;
    }

    .emergency-content03 {
        padding: 40px 15px;
        margin-bottom: 40px;
    }

    .emergency-content03 ul {
        width: 100%;
    }

    .emergency-content03 li::before {
        top: 0;
        bottom: 0;
    }

    .emergency-cta {
        margin: 0;
    }

    .emergency-cta-btn a {
        padding: 15px;
        font-size: 3.2vw;
        box-shadow: 0 4px 0 #006f5e;
    }

    .emergency-cta-btn a span {
        padding-left: 5vw;
        font-size: 4.27vw;
    }

    .sm_none {
        display: none;
    }
}

@media screen and (min-width: 812px) {
    .md_none {
        display: none;
    }
}

@media screen and (max-width: 811px) {
    .emergency {
        margin: 0 0 80px;
        padding: 0;
    }

    .emergency-intro-inner {
        padding: 40px 15px;
        background-size: 170px;
    }

    .emergency-ttl {
        font-size: 33px;
    }

    .emergency-intro-inner p {
        font-size: 16px;
    }

    .emergency-content01-ttl {
        padding: 0 15px 15px;
        border-bottom: 1px solid #fff;
    }

    .emergency-content01-ttl h3 {
        font-size: 18px;
        width: 60%;
    }

    .emergency-content01-ttl .zero_yen {
        position: absolute;
        right: 0;
        bottom: -12px;
        color: #fee002;
        font-weight: bold;
        font-size: 105px;
        line-height: 1;
        white-space: nowrap;
    }

    .emergency-content01-ttl-inner {
        position: relative;
        width: 100%;
        margin: 0 auto;
    }

    .emergency-content01-inner {
        width: 100%;
        border: 0;
        margin: 0;
    }

    .emergency-content01-element {
        width: 50%;
        padding: 20px;
        margin-top: 0;
        border-left: 1px solid #fff;
        border-bottom: 1px solid #fff;
        border-top: 0;
        border-right: 0;
        border-radius: 0;
    }

    .emergency-content01-element:nth-of-type(odd) {
        border-left: 0;
    }

    .emergency-content01-element img {
        width: 50px;
        height: 50px;
    }

    .emergency-content01-element p {
        width: 100%;
        font-size: 16px;
    }

    .emergency-content02 {
        background: #fff;
        padding: 40px 15px;
        flex-wrap: wrap;
        width: auto;
        margin: 0 auto;
    }

    .emergency-content02-txt {
        width: 100%;
    }

    .emergency-content02-merit {
        margin: 10px 0 !important;
        padding: 10px 20px;
    }

    .emergency-content02-img {
        margin-top: 20px;
    }

    .emergency-content02-img img {
        display: block;
        width: 80%;
        margin: 0 auto;
    }

    .emergency-content03 {
        padding: 40px 15px;
        margin-bottom: 40px;
    }

    .emergency-content03 ul {
        width: 100%;
    }

    .emergency-content03 li::before {
        top: 0;
        bottom: 0;
    }

    .emergency-cta {
        margin: 0;
    }

    .emergency-cta-btn a {
        padding: 15px;
        font-size: 3.2vw;
        box-shadow: 0 4px 0 #006f5e;
    }

    .emergency-cta-btn a span {
        padding-left: 5vw;
        font-size: 4.27vw;
    }

    .sm_none {
        display: none;
    }
}


/* 20210428追加休業メッセージ */

.holiday_info {
    margin: 50px auto;
    padding: 0;
    max-width: 1100px;
}

@media screen and (max-width: 700px) {
    .holiday_info {
        padding: 0 15px;
    }
}

.holiday_info_inner {
    width: 100%;
    box-sizing: border-box;
    padding: 50px;
    border: 1px solid #666;
}

@media screen and (max-width: 700px) {
    .holiday_info_inner {
        width: auto;
        padding: 30px;
    }
}

.holiday_info_inner h2 {
    margin-bottom: 30px;
    color: #239366;
    line-height: 1.5;
}

.holiday_info_inner p {
    line-height: 2;
}

.campaign_link_block {
    max-width: 1100px;
    margin: 0 auto;
    background-image: url(../img/sale01.svg), url(../img/sale02.svg);
    background-position: left 2% bottom 0, right 2% bottom 0;
    background-size: 280px, 280px;
    background-repeat: no-repeat, no-repeat;
    position: relative;
    z-index: -2;
}

.campaign_link_block_inner {
    width: 100%;
    margin: 0 auto;
    padding: 40px 0;
}

.campaign_link_block_inner p {
    font-weight: bold;
    font-size: 23px;
    margin: 0;
    text-align: center;
    line-height: 1.25;
}

.campaign_link_block_inner a {
    display: block;
    width: 350px;
    margin: 20px auto 0;
    padding: 10px;
    background: #e65d28;
    color: #fff;
    font-size: 25px;
    font-weight: bold;
    border-radius: 50px;
    text-align: center;
    text-decoration: none;
    box-shadow: 0 4px 0 #c54512;
}

.campaign_link_block_inner a:hover {
    opacity: 0.8;
}
.campaign_font_large30 {
    font-size: 30px;
}
.campaign_font_large50 {
    font-size: 50px;
}
.campaign_font_large60 {
    font-size: 60px;
}
.campaign_font_large70 {
    font-size: 70px;
}
.campaign_font_large80 {
    font-size: 80px;
}
.campaign_large_heading_block p {
    font-size: 35px;
    font-weight: bold;
}
.campaign_large_heading_block .campaign_font_large80 {
    position: relative;
    display: inline-block;
}
.campaign_large_heading_block .campaign_font_large80::after {
    content: "";
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    height: 20px;
    background: #fee002;
    width: 100%;
    z-index: -1;
}

@media screen and (max-width: 811px) {
    .campaign_link_block {
        width: 100%;
    }

    .campaign_link_block_inner {
        width: 100%;
        background: rgba(255, 255, 255, 0.6);
    }
}

@media screen and (max-width: 700px) {
    .campaign_link_block {
        margin: 0 auto;
        background-image: url(../img/sale01.svg), url(../img/sale02.svg);
        background-position: left -5% bottom 0, right -5% bottom 0;
        background-size: 40%, 40%;
        background-repeat: no-repeat, no-repeat;
    }

    .campaign_link_block_inner a {
        width: 84%;
        font-size: 20px;
    }

    .campaign_link_block_inner p {
        font-size: 16px;
    }

    .campaign_font_large {
        font-size: 60px;
    }
    .campaign_large_heading_block {
        margin-top: 20px;
    }
    .campaign_large_heading_block p {
        font-size: 24px;
    }
    .campaign_large_heading_block .campaign_font_large80 {
        font-size: 60px;
    }
}


/*pc,スマホだけで改行*/

@media screen and (min-width: 1030px) {
    .pc {
        display: inline;
    }

    .sp {
        display: none;
    }
}

@media screen and (max-width: 1030px) {
    .pc {
        display: none;
    }

    .sp {
        display: inline;
    }
}

p.business-profile {
    margin: 0;
    clear: inherit;
}


/* 20231215_MVの赤文字 */
.kv-bottom-strong {
    margin-bottom: 10px;
}

.kv-bottom-strong span {
    font-weight: 700;
    color: red;
    font-size: 32px;
}

@media screen and (max-width: 700px) {
    .kv-bottom-strong {
        margin-bottom: 30px;
    }

    .kv-bottom-strong span {
        font-weight: 900;
        color: red;
        font-size: 24px;
    }
}