@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Anton&display=swap");

html,
body,
div,
span,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
img,
dl,
dt,
dd,
ol,
ul,
li,
strong,
sub,
sup,
i,
small,
address,
time,
fieldset,
form,
label,
legend,
hr,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
header,
footer,
nav,
section,
article,
aside,
figure,
figcaption,
canvas,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-style: normal;
    font-weight: normal;
    vertical-align: baseline
}

article,
aside,
figure,
figcaption,
footer,
header,
nav,
section {
    display: block
}

*,
*::before,
*::after {
    -ms-box-sizing: border-box;
    box-sizing: border-box
}

ul,
ol,
li {
    list-style: none
}

input,
textarea,
button {
    margin: 0;
    padding: 0;
    font-size: 100%
}

input[type="submit"],
input[type="button"],
button {
    cursor: pointer
}

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

.p-mainVisual_fvImg_img {
    width: 100%;
}

.clearfix::after {
    display: block;
    clear: both;
    content: ""
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

html {
    font-size: 62.5%
}

body {
    position: relative;
    width: 100%;
    overflow: visible;
    color: #3e3a39;
    font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "Hiragino Sans", "ヒラギノ角ゴシック", "ヒラギノ角ゴ ProN W3", メイリオ, meiryo, osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1.4rem;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 1.5;
    word-break: break-word
}

body.is-showAreaSP {
    overflow: hidden
}

body:not(.home) {
    background-image: linear-gradient(to top, #e6e6e6, #fff)
}

a {
    color: #45a86d;
    text-decoration: none;
    transition: all 0.5s ease-in
}

a:hover {
    color: #45a86d;
    text-decoration: none
}

a.u-link {
    color: #45a86d
}

a.u-link:hover {
    text-decoration: underline
}

a img {
    transition: all 0.7s ease-in
}

a img:hover {
    opacity: 0.7
}

p {
    font-weight: inherit
}

.l-header {
    z-index: 9;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    background: #fff;
    transition: 0.5s ease
}

.l-main {
    position: relative
}

.l-main .l-contents {
    position: relative;
    padding-top: 100px;
    padding-bottom: 90px
}

.l-main .l-content {
    padding: 58px 122px;
    border-radius: 40px;
    background: #fff;
    box-shadow: 6px 6px 15px 0 #d9d9d9
}

@media (max-width: 768px) {
    .l-main .l-content {
        padding: 15px;
        border-radius: 20px;
        box-shadow: 3px 3px 7.5px 0 #d9d9d9
    }
}

.l-footer {
    position: relative
}

.l-container {
    position: relative;
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto
}

.l-container.-typeB {
    max-width: 1230px
}

@media (min-width: 1001px) and (max-width: 1260px) {
    .l-container.-typeB {
        padding-right: 15px;
        padding-left: 15px
    }
}

.l-container.-full {
    max-width: 100%
}

@media (max-width: 1030px) {
    .l-container {
        padding-right: 20px;
        padding-left: 20px
    }
}

@media (max-width: 768px) {
    .l-container {
        padding-right: 20px;
        padding-left: 20px
    }
}

@media (max-width: 425px) {
    .l-container {
        padding-right: 10px;
        padding-left: 10px
    }
}

@media (max-width: 320px) {
    .l-container {
        padding-right: 10px;
        padding-left: 10px
    }
}

.l-pageMain {
    flex-grow: 1
}

@media screen and (max-width: 768px) {
    .l-pageMain {
        padding-right: 0;
        padding-left: 0
    }
}

.l-pageSidebar {
    flex-shrink: 0;
    width: 248px;
    margin-left: 4%
}

@media (min-width: 769px) and (max-width: 1024px) {
    .l-pageSidebar {
        width: 100%;
        margin-top: 60px;
        margin-left: 0
    }
}

@media screen and (max-width: 768px) {
    .l-pageSidebar {
        width: 100%;
        margin-top: 60px;
        margin-left: 0
    }
}

.l-pageBody {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    padding-top: 40px;
    padding-bottom: 50px
}

@media (min-width: 769px) and (max-width: 1024px) {
    .l-pageBody {
        display: block
    }
}

@media screen and (max-width: 768px) {
    .l-pageBody {
        display: block
    }
}

.l-pageBody .is-sidebar-right {
    flex-direction: row
}

.l-pageBody .is-sidebar-right .l-pageSidebar {
    margin-right: 40px;
    margin-left: 0
}

@media screen and (max-width: 768px) {
    .l-pageBody .is-sidebar-right .l-pageSidebar {
        margin-right: 0
    }
}

.l-pageContent {
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px
}

@media screen and (max-width: 768px) {
    .l-pageContent {
        min-width: auto;
        padding-right: 20px;
        padding-left: 20px
    }
}

.c-button {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    width: 480px;
    height: 51px;
    padding: 0;
    border: none;
    border: solid 0.6px #ffc600;
    border-radius: 6px;
    background: #ffc600;
    box-shadow: 0 6px 0 0 #c19200;
    color: #fff;
    font-size: 25px;
    font-weight: normal;
    letter-spacing: normal;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    transition: 0.3s
}

.c-button.-arrow:after {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 10px;
    width: 62px;
    height: 63px;
    transform: translateY(-50%);
    background: url(../images/icon/ic_arrow_btn.png) no-repeat center/100%;
    content: ""
}

@media (max-width: 768px) {
    .c-button.-arrow:after {
        right: 10px;
        width: 8px;
        height: 13px;
        background-image: url(../images/icon/ic_arrow_btn_sp.svg)
    }
}

.c-button:before {
    z-index: -2;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: none;
    transition: all 250ms ease-out
}

.c-button.-common {
    width: 827px
}

.c-button.-center {
    margin-right: auto;
    margin-left: auto
}

.c-button.-w100p {
    width: 100% !important
}

.c-button.-btnBlue {
    background-image: linear-gradient(to right, #29abe2, #0071bc)
}

.c-button:hover {
    opacity: 0.8
}

.c-button:hover .c-button_text_ {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
    background-repeat: repeat;
    background-size: 100%
}

@media (max-width: 768px) {
    .c-button {
        width: 100%;
        height: 48px;
        font-size: 24px;
        letter-spacing: 1.8px
    }

    .c-button.-arrow:after {
        right: 6px;
        width: 37px;
        height: 37px;
        background-image: url(../images/icon/ic_arrow_btn_sp.png)
    }
}

@media (max-width: 425px) {
    .c-button {
        width: 100% !important
    }
}

.c-buttonBox {
    display: flex;
    align-items: center;
    justify-content: center
}

.c-buttonBox.-col-1 {
    flex-direction: column
}

.c-buttonList.-common {
    display: flex;
    align-items: center;
    justify-content: center
}

@media (min-width: 769px) {
    .c-buttonList.-common {
        margin-right: -5px;
        margin-left: -5px
    }
}

@media (max-width: 768px) {
    .c-buttonList.-common {
        flex-direction: column
    }
}

@media (min-width: 769px) {
    .c-buttonList.-common li {
        padding-right: 5px;
        padding-left: 5px
    }
}

@media (max-width: 768px) {
    .c-buttonList.-common li {
        text-align: center
    }

    .c-buttonList.-common li a {
        text-align: center
    }

    .c-buttonList.-common li:not(:last-child) {
        margin-bottom: 10px
    }
}

.c-blockHeading {
    margin-bottom: 80px
}

.c-blockHeading_title {
    position: relative;
    text-align: center
}

.c-blockHeading_title:before {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 4px;
    height: 33px;
    transform: translateY(-50%);
    background: #002767;
    content: none
}

.c-blockHeading_title:after {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    width: 0;
    height: 0;
    transform: translateY(-50%);
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #a50000;
    content: none;
    transition: 0.5s
}

.c-blockHeading_title em {
    font-style: normal
}

.c-blockHeading_title_main,
.c-blockHeading_title_sub {
    display: block;
    text-align: center
}

.c-blockHeading_title_main {
    position: relative;
    font-size: 45px;
    font-weight: bold;
    letter-spacing: 3.6px
}

.c-blockHeading_title_sub {
    margin-top: 12px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 20px;
    font-weight: 900;
    letter-spacing: 0.8px
}

.c-blockHeading_intro {
    margin-top: 10px;
    color: #3b3b3b;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 1.6;
    text-align: center
}

@media (max-width: 768px) {
    .c-blockHeading {
        margin-bottom: 35px
    }

    .c-blockHeading_title_main {
        font-size: 28px;
        letter-spacing: 2.24px
    }
}

@media (max-width: 768px) and (max-width: 320px) {
    .c-blockHeading_title_main {
        font-size: 22px
    }
}

@media (max-width: 768px) {
    .c-blockHeading_title_sub {
        margin-top: 0;
        font-size: 14px;
        letter-spacing: 0.56px
    }

    .c-blockHeading_intro {
        font-size: 16px;
        text-align: left
    }
}

@media (max-width: 768px) and (max-width: 320px) {
    .c-blockHeading_intro {
        font-size: 14px
    }
}

.c-pageHeading {
    padding: 40px 0 50px
}

.c-pageHeading_title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.c-pageHeading_title_main {
    color: #0083d9;
    font-size: 50px;
    font-weight: bold;
    letter-spacing: 2.5px;
    text-align: center
}

.c-pageHeading_title_sub {
    font-family: "Anton", sans-serif;
    font-size: 30px;
    letter-spacing: 1.5px
}

@media (max-width: 768px) {
    .c-pageHeading {
        padding: 0 0 35px
    }

    .c-pageHeading_title_main {
        font-size: 30px;
        letter-spacing: 1.5px
    }

    .c-pageHeading_title_sub {
        font-size: 18px;
        letter-spacing: 0.9px
    }
}

.c-box {
    padding: 50px 78px;
    border: 1px solid #edeef2;
    background: #fff
}

@media (max-width: 768px) {
    .c-box {
        padding: 4vw
    }
}

.c-boxB {
    padding: 30px;
    border: 2px solid rgba(132, 159, 205, 0.2);
    background: #fff
}

@media (max-width: 768px) {
    .c-boxB {
        padding: 20px
    }
}

.c-table tr th,
.c-table tr td {
    padding: 5px 10px
}

.c-table.is-w100p {
    width: 100%
}

.c-table.is-bordered tr th,
.c-table.is-bordered tr td {
    border: 1px solid #d2d2d2
}

.slick-prev,
.slick-next {
    z-index: 1;
    top: calc(50% - 13px);
    width: 39px;
    height: 127px
}

.slick-prev::before,
.slick-next::before {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 0;
    background: #000;
    content: "";
    opacity: 1
}

@media (min-width: 1280px) and (max-width: 1440px) {

    .slick-prev,
    .slick-next {
        top: calc(50% - 34px)
    }
}

@media (max-width: 768px) {

    .slick-prev,
    .slick-next {
        top: 186px
    }

    .slick-prev:before,
    .slick-next:before {
        width: 100%;
        height: 100%
    }
}

.slick-prev {
    left: calc(37vw - 20px)
}

@media (min-width: 1280px) and (max-width: 1440px) {
    .slick-prev {
        left: calc(34vw - 20px)
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .slick-prev {
        right: 50px
    }
}

.slick-prev:before {
    background: url(../images/icon/ic_prev_slick.png) no-repeat center/100%
}

@media (max-width: 768px) {
    .slick-prev {
        left: -20px
    }
}

.slick-next {
    right: calc(37vw - 20px)
}

@media (min-width: 1280px) and (max-width: 1440px) {
    .slick-next {
        right: calc(34vw - 20px)
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .slick-next {
        right: 50px
    }
}

.slick-next:before {
    background: url(../images/icon/ic_next_slick.png) no-repeat center/100%
}

@media (max-width: 768px) {
    .slick-next {
        right: -20px
    }
}

.slick-dots {
    position: relative;
    bottom: auto;
    width: auto;
    margin-top: 20px
}

@media (max-width: 768px) {
    .slick-dots {
        margin-top: 10px
    }
}

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

.slick-dots li button {
    width: auto;
    height: auto
}

.slick-dots li button::before {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #c8c8c8;
    content: "";
    opacity: 1
}

.slick-dots li.slick-active button::before {
    background: #00bcce;
    opacity: 1
}

@media (max-width: 768px) {
    .slick-dots li {
        margin: 0 5px
    }

    .slick-dots li button::before {
        width: 10px;
        height: 10px
    }
}

.p-tabNav {
    display: flex;
    justify-content: space-between
}

.p-tabNav_item a {
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 50px;
    background: #b8b8b8;
    color: #fff;
    color: #3e3a39;
    font-size: 24px;
    font-weight: 600;
    text-align: center
}

.p-tabNav_item.-active a {
    background: #58cd00;
    color: #fff
}

@media (max-width: 768px) {
    .p-tabNav_item a {
        height: 40px;
        font-size: 20px
    }
}

.p-tabNav.-nav2col .p-tabNav_item {
    width: 50%
}

.c-accordion_title {
    position: relative;
    cursor: pointer
}

.c-accordion_title_toogleIcon {
    display: flex;
    position: absolute;
    top: 50%;
    right: 40px;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    transform: translateY(-50%);
    border-radius: 50%;
    background: #fff
}

.c-accordion_title_toogleIcon:after,
.c-accordion_title_toogleIcon:before {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    width: 10px;
    height: 2px;
    margin: auto;
    transform: translateY(-50%);
    background: #58cd00;
    content: ""
}

.c-accordion_title_toogleIcon:after {
    width: 2px;
    height: 10px
}

@media (max-width: 768px) {
    .c-accordion_title_toogleIcon {
        right: 15px;
        width: 20px;
        height: 20px
    }
}

.c-accordion_body {
    display: none
}

.c-accordion.-opened .c-accordion_title_toogleIcon:after {
    content: none
}

.c-accordion.-opened .c-accordion_tilte_toogleIcon:after {
    width: 0;
    height: 0
}

.jc_imgHover {
    transition: 1s
}

.p-header {
    position: relative;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16)
}

.p-header_main {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: space-between;
    height: 80px;
    padding-left: 30px
}

@media (max-width: 768px) {
    .p-header_main {
        height: 50px;
        padding-right: 15px;
        padding-right: 0;
        padding-left: 15px;
        box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16)
    }
}

@media (max-width: 425px) {
    .p-header_main {
        padding-left: 10px
    }
}

@media (max-width: 768px) {
    .p-header_logo {
        margin-right: 10px
    }

    .p-header_logo img {
        width: 206px
    }
}

@media (max-width: 320px) {
    .p-header_logo img {
        width: 165px
    }
}

@media (min-width: 769px) {
    .p-header_action {
        margin-left: 20px
    }
}

@media (max-width: 320px) {
    .p-header_action {
        margin-left: 10px
    }
}

.p-header_btnBox {
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.p-header_btnBox_label {
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 220px;
    height: 80px;
    background-color: #00a5e9;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 1;
    text-align: center
}

.p-header_btnBox_label:hover {
    color: #fff;
    opacity: 0.8
}

@media (max-width: 768px) {
    .p-header_btnBox_label {
        width: 143px;
        height: 50px;
        font-size: 14px;
        letter-spacing: normal;
        line-height: 1.54
    }
}

.p-header_btnBox_label.-btnText {
    background: #ff3c00
}

@media (max-width: 768px) {
    .p-header_btnBox_label.-btnText {
        display: none
    }
}

.p-header_btnBox_label.-btnTel {
    width: auto;
    padding-right: 25px;
    padding-left: 25px
}

@media (max-width: 768px) {
    .p-header_btnBox_label.-btnTel {
        padding-right: 10px;
        padding-left: 10px
    }
}

.p-header_btnBox_btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 80px;
    text-align: center
}

.p-header_btnBox_btn.-btnText {
    width: 420px;
    background: #ea2d2d;
    color: #fff
}

.p-header_btnBox_btn.-btnText .c-text1 {
    display: inline-block;
    position: relative;
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: normal;
    line-height: 1.3
}

.p-header_btnBox_btn.-btnText .c-text1:before,
.p-header_btnBox_btn.-btnText .c-text1:after {
    display: block;
    position: absolute;
    top: 50%;
    width: 2px;
    height: 25px;
    transform: translateY(-50%);
    background: #FFFF00;
    content: ""
}

.p-header_btnBox_btn.-btnText .c-text1:before {
    right: calc(100% + 22px);
    transform: translateY(-50%) rotate(-30deg)
}

.p-header_btnBox_btn.-btnText .c-text1:after {
    left: calc(100% + 22px);
    transform: translateY(-50%) rotate(30deg)
}

.p-header_btnBox_btn.-btnText .c-text1 span {
    font-weight: bold;
    letter-spacing: -1.2px
}

.p-header_btnBox_btn.-btnText .c-text2 {
    font-size: 27px;
    font-weight: bold;
    letter-spacing: 1.35px;
    line-height: 1
}

.p-header_btnBox_btn.-btnText .c-text2 span {
    font-size: 32px;
    font-weight: bold;
    letter-spacing: 1.6px
}

.p-header_btnBox_btn.-btnTel {
    width: 300px;
    padding-bottom: 6px;
    background: #ffd800;
    text-align: center
}

.p-header_btnBox_btn.-btnTel:hover {
    opacity: 0.8
}

.p-header_btnBox_btn.-btnTel span {
    display: inline-block;
    color: #3e3a39;
    color: #1a1a1a;
    line-height: 1
}

.p-header_btnBox_btn.-btnTel .c-tel {
    display: inline-block;
    position: relative;
    margin-bottom: 3px;
    font-family: "Anton", sans-serif;
    font-size: 35px;
    font-weight: 700
}

.p-header_btnBox_btn.-btnTel .c-tel:before {
    display: inline-block;
    position: relative;
    top: 5px;
    width: 36px;
    height: 37px;
    margin-right: 3px;
    background: url(../images/icon/ic_hd_tel.svg) no-repeat center/100%;
    content: ""
}

@media (max-width: 768px) {
    .p-header_btnBox_btn.-btnTel .c-tel:before {
        top: 4px;
        width: 20px;
        height: 20px
    }
}

.p-header_btnBox_btn.-btnTel .c-text {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: normal;
    line-height: 1.35
}

@media (max-width: 768px) {
    .p-header_btnBox_btn {
        height: 50px
    }

    .p-header_btnBox_btn.-btnText {
        display: none
    }

    .p-header_btnBox_btn.-btnTel {
        width: 164px
    }

    .p-header_btnBox_btn.-btnTel .c-tel {
        font-size: 20px;
        letter-spacing: normal
    }

    .p-header_btnBox_btn.-btnTel .c-text {
        font-size: 14px;
        letter-spacing: normal
    }
}

@media (max-width: 768px) and (max-width: 320px) {
    .p-header_btnBox_btn.-btnTel {
        width: 160px
    }

    .p-header_btnBox_btn.-btnTel .c-text {
        font-size: 12px
    }

    .p-header_btnBox_btn.-btnTel .c-tel {
        font-size: 17px
    }
}

.p-section {
    position: relative;
    padding: 90px 0
}

.p-section_title {
    font-size: 30px;
    font-weight: bold
}

@media screen and (max-width: 768px) {
    .p-section_title {
        font-size: 20px
    }
}

.p-section_intro {
    margin-bottom: 32px;
    color: #1a1a1a;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 1.4
}

.p-section_inner {
    background: #f2f2f2
}

@media (max-width: 768px) {
    .p-section {
        padding: 35px 0 50px 0 !important
    }
}

.p-footer {
    background: #ffe632
}

@media (max-width: 768px) {
    .p-footer {
        margin-bottom: 100px
    }
}

.p-footer_main {
    padding-top: 122px;
    padding-bottom: 122px
}

@media (max-width: 768px) {
    .p-footer_main {
        padding-top: 15px;
        padding-right: 20px;
        padding-bottom: 15px;
        padding-left: 20px
    }
}

.p-footer_company {
    display: flex;
    align-items: center;
    justify-content: center
}

@media (min-width: 769px) {
    .p-footer_company_logo {
        margin-right: 24px
    }
}

@media (max-width: 768px) {
    .p-footer_company_logo {
        margin-right: 15px
    }

    .p-footer_company_logo img {
        width: 106px
    }
}

.p-footer_company_info {
    color: #3e3a39;
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 1.5px;
    line-height: 1.67;
    text-align: center
}

@media (max-width: 768px) {
    .p-footer_company_info {
        font-size: 13px;
        letter-spacing: 1.3px;
        line-height: 1.77
    }
}

.p-footer_nav {
    display: flex;
    align-items: center;
    justify-content: center
}

.p-footer_nav_item a {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.8px;
    text-decoration: underline
}

.p-footer_nav_item a:hover {
    text-decoration: none
}

.p-footer_nav_item:first-child {
    margin-right: 20px
}

@media (max-width: 768px) {
    .p-footer_nav_item a {
        font-size: 14px;
        font-weight: normal;
        letter-spacing: 0.7px
    }
}

.p-footer_copyright {
    padding: 17px 0 13px;
    background: #fff
}

.p-footer_copyright_text {
    color: #3e3a39;
    font-size: 11px;
    letter-spacing: 0.44px;
    text-align: center
}

@media (max-width: 768px) {
    .p-footer_copyright {
        padding: 7px 0
    }

    .p-footer_copyright_text {
        font-size: 12px;
        letter-spacing: 0.6px
    }
}

.c-btnCartFix {
    display: flex;
    z-index: 9;
    position: fixed;
    right: 10px;
    bottom: 10px;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    padding: 5px;
    padding-bottom: 30px;
    transform: translateY(110px);
    border: solid 2px #fff;
    border-radius: 200px;
    background-image: linear-gradient(to right, #f7931e 0%, #f15a24);
    box-shadow: 0 6px 5px 0 rgba(0, 0, 0, 0.16);
    transition: 1s
}

.c-btnCartFix::after {
    display: inline-block;
    position: absolute;
    bottom: 8px;
    left: 50%;
    width: 26px;
    height: 26px;
    transform: translateX(-50%);
    background: url(../images/icon/ic_arrow_btn_cart.png) no-repeat center/100%;
    content: "";
    transition: 0.3s
}

.c-btnCartFix_text {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.24;
    text-align: center
}

.c-btnCartFix.-fixed {
    transform: translateY(0)
}

.home .l-header.-fixed {
    display: block !important;
    top: -100px
}

@media (max-width: 768px) {
    .home .l-header.-fixed .p-header_main {
        height: 45px
    }
}

.p-mainVisual {
    position: relative;
    margin-top: 80px;
    background: #ffe632
}

@media (min-width: 769px) {
    .p-mainVisual {
        padding-top: 30px
    }
}

.p-mainVisual_inner {
    position: relative;
    width: 100%;
    max-width: 1050px;
    margin-right: auto;
    margin-left: auto
}

.p-mainVisual_fvImg {
    position: relative;
    text-align: center;
}

@media (min-width: 768px) {
    .p-mainVisual_fvImg {
        margin-right: 100px;
    }
}

.p-mainVisual_btnTel {
    position: absolute;
    /* right: 25px;
    bottom: 96px */
    left: 50%;
    bottom: 15%;
}

@media (max-width: 768px) {
    .p-mainVisual {
        margin-top: 50px
    }

    .p-mainVisual_btnTel {
        right: 0;
        bottom: 11%;
        left: 0;
        margin: 0 auto
    }
}

.p-mainVisual_slider {
    margin-bottom: 0 !important
}

.p-mainVisual_slider_item_img {
    display: block;
    width: 100%
}

.p-mainVisual_slider .slick-dots {
    z-index: 5;
    right: 100px;
    bottom: -20px;
    left: auto
}

@media (max-width: 768px) {
    .p-mainVisual_slider .slick-dots {
        right: 7px
    }
}

.p-mainVisual_btnBox {
    position: absolute
}

@media (min-width: 769px) {
    .p-mainVisual_btnBox {
        bottom: calc(3vw + 10px);
        left: calc(8vw + 3px)
    }
}

.p-mainVisual_btnBox .c-button {
    width: 43.07292vw
}

@media (min-width: 1279px) and (max-width: 1366px) {
    .p-mainVisual_btnBox {
        bottom: 2vw
    }

    .p-mainVisual_btnBox .c-button {
        font-size: 36px
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .p-mainVisual_btnBox {
        bottom: 2vw
    }

    .p-mainVisual_btnBox .c-button {
        height: 60px;
        font-size: 28px
    }

    .p-mainVisual_btnBox .c-button:after {
        width: 45px;
        height: 45px
    }
}

@media (min-width: 567px) and (max-width: 768px) {
    .p-mainVisual_btnBox {
        bottom: -29px
    }

    .p-mainVisual_btnBox .c-button {
        height: 60px;
        font-size: 32px
    }

    .p-mainVisual_btnBox .c-button:after {
        right: 8px;
        width: 45px;
        height: 45px
    }
}

@media (max-width: 768px) {
    .p-mainVisual_btnBox {
        right: 15px;
        bottom: -24px;
        left: 15px
    }

    .p-mainVisual_btnBox .c-button {
        width: 100%
    }
}

.p-contTotal {
    background: #ed5500
}

@media (max-width: 768px) {
    .p-contTotal .l-container {
        padding: 0
    }
}

@media (min-width: 769px) {
    .p-contTotal_list {
        display: flex
    }
}

.p-contTotal_list_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: calc(100% / 3);
    height: 194px;
    padding: 30px 5px;
    color: #fff
}

@media (max-width: 768px) {
    .p-contTotal_list_item {
        display: block;
        width: 100%;
        height: auto;
        padding: 20px 10px
    }
}

.p-contTotal_list_item:nth-child(1),
.p-contTotal_list_item:nth-child(3) {
    background: #ff7000
}

.p-contTotal_list_item .c-text1 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    text-align: center
}

@media (max-width: 768px) {
    .p-contTotal_list_item .c-text1 {
        height: auto !important;
        font-size: 22px !important;
        letter-spacing: 1.76px !important;
        line-height: 1.5 !important
    }
}

.p-contTotal_list_item .c-text2 {
    margin-top: 10px;
    color: #fff100;
    line-height: 1;
    text-align: center
}

.p-contTotal_list_item .c-text2 em {
    font-family: "Anton", sans-serif;
    font-style: normal
}

.p-contTotal_list_item .c-text2_num {
    font-family: "Anton", sans-serif;
    font-size: 65px
}

@media (max-width: 768px) {
    .p-contTotal_list_item .c-text2 {
        font-size: 30px !important;
        letter-spacing: 1.8px !important
    }

    .p-contTotal_list_item .c-text2_num {
        font-size: 40px !important
    }
}

.p-contTotal_list_item:nth-child(1) .c-text1 {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 2.4px
}

.p-contTotal_list_item:nth-child(1) .c-text2 {
    font-size: 45px;
    font-weight: 700;
    letter-spacing: 2.7px
}

.p-contTotal_list_item:nth-child(1) .c-text2_num {
    font-size: 83px
}

.p-contTotal_list_item:nth-child(2) .c-text1,
.p-contTotal_list_item:nth-child(3) .c-text1 {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1.6px;
    line-height: 1.8
}

.p-contTotal_list_item:nth-child(2) .c-text2 {
    font-size: 45px;
    font-weight: 700;
    letter-spacing: 2.7px
}

.p-contTotal_list_item:nth-child(2) .c-text2_num {
    font-size: 65px
}

.p-contTotal_list_item:nth-child(3) .c-text2 {
    font-size: 27px;
    font-weight: 700;
    letter-spacing: 1.62px;
    line-height: 0.71
}

.p-contTotal_list_item:nth-child(3) .c-text2_num {
    font-size: 65px
}

.p-contHotline {
    padding: 60px 0 40px 0
}

@media (max-width: 768px) {
    .p-contHotline .l-container {
        padding-right: 0;
        padding-left: 0
    }
}

@media (max-width: 768px) {
    .p-contHotline.-haveBanner {
        padding-top: 0
    }
}

.p-contHotline_bannerBox {
    margin-bottom: 45px;
    text-align: center
}

.p-contHotline_telBox {
    position: relative;
    overflow: hidden;
    text-align: center
}

.p-contHotline_telBox:after {
    display: block;
    position: absolute;
    top: -60px;
    left: -60px;
    width: 50px;
    height: 50px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.9));
    animation-name: shine-run;
    animation-duration: 3s;
    animation-timing-function: ease-in;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    content: ''
}

.p-contHotline_telBox .c-text {
    color: #3e3a39;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1.6px;
    line-height: 1.8;
    text-align: center
}

@media (max-width: 768px) {
    .p-contHotline_telBox {
        padding-right: 10px;
        padding-left: 10px
    }
}

.p-contButton {
    padding: 38px 0;
    background-color: rgba(255, 216, 0, 0.07)
}

@media (max-width: 768px) {
    .p-contButton {
        padding: 27px 0
    }
}

@media (min-width: 769px) {
    .p-contButton_list {
        display: flex;
        position: relative;
        align-items: center;
        justify-content: space-between;
        margin-right: -10px;
        margin-left: -10px
    }
}

@media (max-width: 768px) {
    .p-contButton_list {
        justify-content: center
    }
}

@media (min-width: 769px) {
    .p-contButton_list_item {
        width: 50%;
        padding-right: 10px;
        padding-left: 10px
    }
}

.p-contButton_list_item_link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 80px;
    border-radius: 7px;
    color: #fff;
    text-align: center
}

.p-contButton_list_item_link:hover {
    color: #fff;
    opacity: 0.8
}

@media (max-width: 768px) {
    .p-contButton_list_item_link {
        height: 56px
    }
}

@media (max-width: 768px) {
    .p-contButton_list_item.-btn-1 {
        margin-bottom: 10px
    }
}

.p-contButton_list_item.-btn-1 .p-contButton_list_item_link {
    background: #ea2d2d
}

.p-contButton_list_item.-btn-1 .p-contButton_list_item_link .c-text1 {
    display: inline-block;
    position: relative;
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: normal;
    line-height: 1.3
}

@media (max-width: 768px) {
    .p-contButton_list_item.-btn-1 .p-contButton_list_item_link .c-text1 {
        font-size: 14px;
        line-height: 1
    }
}

@media (max-width: 768px) and (max-width: 320px) {
    .p-contButton_list_item.-btn-1 .p-contButton_list_item_link .c-text1 {
        font-size: 12px
    }
}

.p-contButton_list_item.-btn-1 .p-contButton_list_item_link .c-text1:before,
.p-contButton_list_item.-btn-1 .p-contButton_list_item_link .c-text1:after {
    display: block;
    position: absolute;
    top: 50%;
    width: 2px;
    height: 25px;
    transform: translateY(-50%);
    background: #FFFF00;
    content: ""
}

.p-contButton_list_item.-btn-1 .p-contButton_list_item_link .c-text1:before {
    right: calc(100% + 25px);
    transform: translateY(-50%) rotate(-30deg)
}

.p-contButton_list_item.-btn-1 .p-contButton_list_item_link .c-text1:after {
    left: calc(100% + 25px);
    transform: translateY(-50%) rotate(30deg)
}

.p-contButton_list_item.-btn-1 .p-contButton_list_item_link .c-text1 span {
    font-weight: bold;
    letter-spacing: -1.2px
}

@media (max-width: 768px) {

    .p-contButton_list_item.-btn-1 .p-contButton_list_item_link .c-text1:before,
    .p-contButton_list_item.-btn-1 .p-contButton_list_item_link .c-text1:after {
        height: 20px
    }

    .p-contButton_list_item.-btn-1 .p-contButton_list_item_link .c-text1:before {
        right: calc(100% + 8px);
        transform: translateY(-50%) rotate(-30deg)
    }

    .p-contButton_list_item.-btn-1 .p-contButton_list_item_link .c-text1:after {
        left: calc(100% + 8px);
        transform: translateY(-50%) rotate(30deg)
    }
}

.p-contButton_list_item.-btn-1 .p-contButton_list_item_link .c-text2 {
    font-size: 27px;
    font-weight: bold;
    letter-spacing: 1.35px;
    line-height: 1
}

.p-contButton_list_item.-btn-1 .p-contButton_list_item_link .c-text2 span {
    font-size: 32px;
    font-weight: bold;
    letter-spacing: 1.6px
}

@media (max-width: 768px) {
    .p-contButton_list_item.-btn-1 .p-contButton_list_item_link .c-text2 {
        font-size: 20px
    }

    .p-contButton_list_item.-btn-1 .p-contButton_list_item_link .c-text2 span {
        font-size: 23px
    }
}

.p-contButton_list_item.-btn-2 .p-contButton_list_item_link {
    background: #45a86d
}

.p-contButton_list_item.-btn-2 .p-contButton_list_item_link .c-text1 {
    display: inline-block;
    position: relative;
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: normal;
    line-height: 1.3
}

.p-contButton_list_item.-btn-2 .p-contButton_list_item_link .c-text1:before,
.p-contButton_list_item.-btn-2 .p-contButton_list_item_link .c-text1:after {
    display: block;
    position: absolute;
    top: 50%;
    width: 2px;
    height: 25px;
    transform: translateY(-50%);
    background: #FFFF00;
    content: ""
}

.p-contButton_list_item.-btn-2 .p-contButton_list_item_link .c-text1:before {
    right: calc(100% + 25px);
    transform: translateY(-50%) rotate(-30deg)
}

.p-contButton_list_item.-btn-2 .p-contButton_list_item_link .c-text1:after {
    left: calc(100% + 25px);
    transform: translateY(-50%) rotate(30deg)
}

.p-contButton_list_item.-btn-2 .p-contButton_list_item_link .c-text1 span {
    font-weight: bold;
    letter-spacing: -1.2px
}

@media (max-width: 768px) {
    .p-contButton_list_item.-btn-2 .p-contButton_list_item_link .c-text1 {
        font-size: 16px;
        line-height: 1
    }

    .p-contButton_list_item.-btn-2 .p-contButton_list_item_link .c-text1:before,
    .p-contButton_list_item.-btn-2 .p-contButton_list_item_link .c-text1:after {
        height: 20px
    }

    .p-contButton_list_item.-btn-2 .p-contButton_list_item_link .c-text1:before {
        right: calc(100% + 15px);
        transform: translateY(-50%) rotate(-30deg)
    }

    .p-contButton_list_item.-btn-2 .p-contButton_list_item_link .c-text1:after {
        left: calc(100% + 15px);
        transform: translateY(-50%) rotate(30deg)
    }
}

.p-contButton_list_item.-btn-2 .p-contButton_list_item_link .c-text2 {
    font-size: 27px;
    font-weight: bold;
    letter-spacing: 1.35px;
    line-height: 1
}

.p-contButton_list_item.-btn-2 .p-contButton_list_item_link .c-text2 span {
    font-size: 32px;
    font-weight: bold;
    letter-spacing: 1.6px
}

@media (max-width: 768px) {
    .p-contButton_list_item.-btn-2 .p-contButton_list_item_link .c-text2 {
        font-size: 20px
    }

    .p-contButton_list_item.-btn-2 .p-contButton_list_item_link .c-text2 span {
        font-size: 23px
    }
}

.p-contService {
    background: url(../images/top/bg/bg_common.png) no-repeat top center/cover
}

@media (min-width: 769px) {
    .p-contService .p-serviceList {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin-right: -10px;
        margin-left: -10px
    }
}

.p-contService .p-serviceList_item {
    margin-bottom: 50px
}

@media (min-width: 769px) {
    .p-contService .p-serviceList_item {
        width: calc(100% / 3);
        padding-right: 10px;
        padding-left: 10px
    }
}

@media (max-width: 768px) {
    .p-contService .p-serviceList_item {
        width: 100%;
        margin-bottom: 0
    }

    .p-contService .p-serviceList_item:not(:last-child) {
        margin-bottom: 20px
    }
}

.p-contService .p-serviceList_item_inner {
    position: relative;
    height: 364px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 3px 3px 3px 0 rgba(249, 121, 6, 0.4)
}

.p-contService .p-serviceList_item_inner_top {
    height: 550px;
}

@media (max-width: 768px) {
    .p-contService .p-serviceList_item_inner {
        height: auto
    }
}

.p-contService .p-serviceList_item_title {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 53px;
    border-radius: 10px 10px 0 0;
    background: url(../images/top/title/service_title_bg.png) repeat-x;
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 2.6px;
    line-height: 0.84;
    text-align: center
}

.p-contService .p-serviceList_item_body {
    padding: 18px
}

.p-contService .p-serviceList_item_body .c-list {
    margin-top: -3px
}

.c-list0 {
    text-align: center;
}

.p-contService .p-serviceList_item_body .c-list_item {
    position: relative;
    padding-top: 13px;
    padding-bottom: 13px;
    padding-left: 40px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1.44px;
    line-height: 1.12
}

.p-contService .p-serviceList_item_body .c-list_item:before {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 30px;
    height: 27px;
    transform: translateY(-50%);
    background: url(../images/icon/ic_check.svg) no-repeat center/100%;
    content: ""
}

.p-contService .p-serviceList_item_body .c-list_item:after {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    width: calc(100% - 40px);
    height: 1px;
    border-top: solid 1px #ff5b00;
    border-top-style: dashed;
    content: ""
}

.p-contService .p-serviceList_item_body .c-level {
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center
}

@media (min-width: 769px) {
    .p-contService .p-serviceList_item_body .c-level.-level1 {
        top: 3px
    }

    .p-contService .p-serviceList_item_body .c-level.-level2 {
        top: 17px
    }

    .p-contService .p-serviceList_item_body .c-level.-level3 {
        top: 9px
    }
}

@media (max-width: 768px) {
    .p-contService .p-serviceList_item_body .c-level {
        top: 3px
    }
}

@media (min-width: 769px) {
    .p-contService .p-serviceList_item_body .c-list2 {
        position: absolute;
        right: 18px;
        bottom: 18px;
        left: 18px;
        width: calc(100% - 36px)
    }
}

.p-contService .p-serviceList_item_body .c-list2_item {
    display: flex;
    position: relative;
    align-items: center;
    height: 46px;
    padding-left: 10px;
    border-radius: 5px;
    background-color: #00b2f0;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1.6px;
    line-height: 1.53
}

.p-contService .p-serviceList_item_body .c-list2_item span {
    display: inline-block;
    position: relative;
    padding-left: 40px;
    font-weight: 700
}

.p-contService .p-serviceList_item_body .c-list2_item span:before {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 31px;
    height: 31px;
    transform: translateY(-50%);
    background: url(../images/icon/ic_tool.svg) no-repeat center/100%;
    content: ""
}

.p-contService .p-serviceList_item_body .c-list2_item:not(:last-child) {
    margin-bottom: 8px
}

.p-contService .p-serviceList_item_desc {
    color: #471e00;
    font-size: 16px;
    line-height: 1.81
}

.p-contService_img {
    text-align: center
}

@media (max-width: 768px) {
    .p-contService_img {
        margin-top: 30px
    }
}

.p-contFlow {
    padding: 90px 0 100px;
    background: #f5f5f5
}

@media (min-width: 769px) {
    .p-contFlow .p-flowList {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-right: 0;
        margin-left: 0
    }
}

.p-contFlow .p-flowList_item {
    position: relative;
    padding: 0 18px 18px;
    border: solid 1px #c9caca;
    border-radius: 15px;
    background: #fff
}

@media (min-width: 769px) {
    .p-contFlow .p-flowList_item {
        width: calc(100% / 4 - 27px)
    }
}

@media (max-width: 768px) {
    .p-contFlow .p-flowList_item {
        padding: 0 16px 10px;
        border-radius: 10px
    }

    .p-contFlow .p-flowList_item:not(:last-child) {
        margin-bottom: 35px
    }
}

.p-contFlow .p-flowList_item_inner {
    position: relative;
    padding-top: 35px
}

@media (max-width: 768px) {
    .p-contFlow .p-flowList_item_inner {
        display: flex;
        align-items: center;
        padding-top: 25px
    }
}

.p-contFlow .p-flowList_item:not(:last-child):after {
    display: block;
    position: absolute;
    top: 43%;
    left: calc(100% + 11px);
    width: 0;
    height: 0;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    border-left: 17px solid #f8b62d;
    content: ""
}

@media (max-width: 768px) {
    .p-contFlow .p-flowList_item:not(:last-child):after {
        top: calc(100% + 11px);
        right: 0;
        left: 0;
        margin-right: auto;
        margin-left: auto;
        border-top: 17px solid #f8b62d;
        border-right: 18px solid transparent;
        border-left: 18px solid transparent;
        border-bottom-width: 0
    }
}

.p-contFlow .p-flowList_item_numStep {
    display: flex;
    position: absolute;
    top: -18px;
    right: 0;
    left: 0;
    align-items: center;
    justify-content: center;
    width: 130px;
    height: 38px;
    margin-right: auto;
    margin-left: auto;
    border-radius: 100px;
    background-color: #00b2f0;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.8px;
    line-height: 1;
    text-align: center;
    text-align: center
}

@media (max-width: 768px) {
    .p-contFlow .p-flowList_item_numStep {
        top: -14px;
        right: auto;
        left: 0;
        width: 85px;
        height: 25px;
        font-size: 13px;
        letter-spacing: 0.52px
    }
}

.p-contFlow .p-flowList_item_title {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    color: #ff3c00;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 1.76px;
    line-height: 1.36;
    text-align: center
}

@media (max-width: 768px) {
    .p-contFlow .p-flowList_item_title {
        justify-content: flex-start;
        height: auto;
        margin-bottom: 10px;
        font-size: 20px;
        letter-spacing: 1.6px;
        line-height: 1.25;
        text-align: left
    }
}

.p-contFlow .p-flowList_item_image {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
    margin-top: 10px;
    margin-bottom: 20px;
    text-align: center
}

@media (max-width: 768px) {
    .p-contFlow .p-flowList_item_image {
        width: 84px;
        margin-top: 0;
        margin-right: 16px;
        margin-bottom: 0
    }
}

@media (max-width: 320px) {
    .p-contFlow .p-flowList_item_image {
        width: 80px;
        margin-right: 10px
    }
}

@media (max-width: 768px) {
    .p-contFlow .p-flowList_item_body {
        flex: 1
    }
}

.p-contFlow .p-flowList_item_desc {
    color: #3e3a39;
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 1.2px;
    line-height: 1.6
}

@media (max-width: 768px) {
    .p-contFlow .p-flowList_item_desc {
        font-size: 13px;
        letter-spacing: 1.04px;
        line-height: 1.54
    }
}

@media (max-width: 768px) {
    .p-contFlow .p-flowList_item:nth-child(1) .p-flowList_item_image img {
        width: 70px
    }

    .p-contFlow .p-flowList_item:nth-child(2) .p-flowList_item_image img {
        width: 75px
    }

    .p-contFlow .p-flowList_item:nth-child(3) .p-flowList_item_image img {
        width: 62px
    }

    .p-contFlow .p-flowList_item:nth-child(1) .p-flowList_item_image img {
        width: 75px
    }
}

.p-contFlow .p-alert {
    max-width: 660px;
    margin-top: 50px;
    margin-right: auto;
    margin-left: auto
}

@media (max-width: 768px) {
    .p-contFlow .p-alert {
        margin-top: 30px
    }
}

.p-contFlow .p-alert_title {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    border-radius: 15px 15px 0 0;
    background: #ff3c00;
    text-align: center
}

.p-contFlow .p-alert_title span {
    display: inline-block;
    position: relative;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 2.4px;
    line-height: 1.8
}

.p-contFlow .p-alert_title span:before,
.p-contFlow .p-alert_title span:after {
    display: inline-block;
    position: relative;
    top: 3px;
    width: 37px;
    height: 32px;
    background: url(../images/icon/ic_alert.png) no-repeat center/100%;
    content: ""
}

.p-contFlow .p-alert_title span:before {
    margin-right: 30px
}

.p-contFlow .p-alert_title span:after {
    margin-left: 30px
}

@media (max-width: 768px) {
    .p-contFlow .p-alert_title {
        height: 50px
    }

    .p-contFlow .p-alert_title span {
        font-size: 20px;
        letter-spacing: 2px
    }

    .p-contFlow .p-alert_title span:before,
    .p-contFlow .p-alert_title span:after {
        width: 30px;
        height: 27px
    }

    .p-contFlow .p-alert_title span:before {
        margin-right: 5px
    }

    .p-contFlow .p-alert_title span:after {
        margin-left: 5px
    }
}

@media (max-width: 768px) and (max-width: 320px) {
    .p-contFlow .p-alert_title span {
        font-size: 17px;
        letter-spacing: 1.5px
    }
}

.p-contFlow .p-alert_content {
    padding: 15px 5px 15px 20px;
    border: 1px solid #c9caca;
    border-top: none;
    border-radius: 0 0 15px 15px;
    background: #fff
}

.p-contFlow .p-alert_content_text {
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 0.9px;
    line-height: 1.67
}

@media (max-width: 768px) {
    .p-contFlow .p-alert_content {
        padding: 15px 10px
    }

    .p-contFlow .p-alert_content_text {
        font-size: 13px;
        letter-spacing: 1.04px;
        line-height: 1.54
    }
}

.p-contCompartion {
    padding-bottom: 0
}

@media (max-width: 768px) {
    .p-contCompartion {
        padding-bottom: 0 !important
    }
}

.p-contCompartion_body {
    max-width: calc(1000px - 70px);
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 769px) {
    .p-contCompartion .p-compartionList {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-right: -30px;
        margin-left: -30px
    }
}

.p-contCompartion .p-compartionList_item {
    margin-bottom: 75px
}

@media (min-width: 769px) {
    .p-contCompartion .p-compartionList_item {
        width: 50%;
        padding-right: 30px;
        padding-left: 30px
    }

    .p-contCompartion .p-compartionList_item.-item03,
    .p-contCompartion .p-compartionList_item.-item04 {
        margin-bottom: 0
    }
}

@media (max-width: 768px) {
    .p-contCompartion .p-compartionList_item {
        margin-bottom: 30px
    }
}

.p-contCompartion .p-compartionList_item_title {
    position: relative;
    margin-right: 60px;
    margin-bottom: 33px;
    margin-left: 60px;
    padding-bottom: 15px;
    border-bottom: 1px solid #58cd00;
    color: #471e00;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.2;
    text-align: center
}

.p-contCompartion .p-compartionList_item_title:before,
.p-contCompartion .p-compartionList_item_title:after {
    display: block;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    width: 0;
    height: 0;
    margin-right: auto;
    margin-left: auto;
    border-top: 13px solid #58cd00;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    content: ""
}

.p-contCompartion .p-compartionList_item_title:after {
    top: calc(100% - 1px);
    border-top: 13px solid #fff
}

.p-contCompartion .p-compartionList_item_title span {
    display: inline-block;
    position: relative;
    font-weight: bold
}

.p-contCompartion .p-compartionList_item_title span:before {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    content: ""
}

@media (max-width: 768px) {
    .p-contCompartion .p-compartionList_item_title {
        font-size: 24px
    }
}

.p-contCompartion .p-compartionList_item_body {
    padding: 17px 5px 17px 10px;
    border: solid 3px #ffc600
}

.p-contCompartion .p-compartionList_item_desc {
    color: #471e00;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.95
}

.p-contCompartion .p-compartionList_item_desc .c-sizeMore {
    font-size: 24px;
    font-weight: bold
}

.p-contCompartion .p-compartionList_item_desc_note {
    margin-top: 15px;
    padding: 10px 5px;
    border: solid 1px #471e00;
    border-radius: 10px;
    background: #ffc600;
    color: #471e00;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.51;
    text-align: center
}

@media (max-width: 768px) {
    .p-contCompartion .p-compartionList_item_desc {
        font-size: 16px
    }

    .p-contCompartion .p-compartionList_item_desc .c-sizeMore {
        font-size: 20px
    }

    .p-contCompartion .p-compartionList_item_desc_note {
        font-size: 20px
    }
}

.p-contCompartion .p-compartionList_item.-item01 .p-compartionList_item_title span {
    padding-left: calc(43px + 12px)
}

.p-contCompartion .p-compartionList_item.-item01 .p-compartionList_item_title span:before {
    width: 43px;
    height: 43px;
    background: url(../images/top/compartion_icon01.png) no-repeat center/100%
}

.p-contCompartion .p-compartionList_item.-item02 .p-compartionList_item_title span {
    padding-left: calc(49px + 12px)
}

.p-contCompartion .p-compartionList_item.-item02 .p-compartionList_item_title span:before {
    width: 49px;
    height: 53px;
    background: url(../images/top/compartion_icon02.png) no-repeat center/100%
}

.p-contCompartion .p-compartionList_item.-item02 .p-compartionList_item_body {
    padding-left: 80px
}

@media (max-width: 768px) {
    .p-contCompartion .p-compartionList_item.-item02 .p-compartionList_item_body {
        padding-left: 55px
    }
}

.p-contCompartion .p-compartionList_item.-item03 .p-compartionList_item_title {
    margin-right: 35px;
    margin-left: 35px
}

.p-contCompartion .p-compartionList_item.-item03 .p-compartionList_item_title span {
    padding-left: calc(44px + 12px)
}

.p-contCompartion .p-compartionList_item.-item03 .p-compartionList_item_title span:before {
    width: 44px;
    height: 42px;
    background: url(../images/top/compartion_icon03.png) no-repeat center/100%
}

.p-contCompartion .p-compartionList_item.-item04 .p-compartionList_item_title span {
    padding-left: calc(37px + 12px)
}

.p-contCompartion .p-compartionList_item.-item04 .p-compartionList_item_title span:before {
    width: 37px;
    height: 48px;
    background: url(../images/top/compartion_icon04.png) no-repeat center/100%
}

.p-contTrouble {
    background: url(../images/top/bg/bg_common.png) no-repeat top center/cover
}

.p-contTrouble .c-blockHeading_title_main span {
    color: #ff3c00;
    font-size: 53px;
    font-weight: bold;
    letter-spacing: 3.18px
}

@media (max-width: 768px) {
    .p-contTrouble .c-blockHeading_title_main span {
        font-size: 36px;
        letter-spacing: 2.88px
    }
}

.p-contTrouble .p-troubleList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

@media (min-width: 769px) {
    .p-contTrouble .p-troubleList {
        justify-content: center;
        margin-right: -5px;
        margin-left: -5px
    }
}

.p-contTrouble .p-troubleList_item {
    margin-bottom: 30px
}

@media (min-width: 769px) {
    .p-contTrouble .p-troubleList_item {
        width: calc(25% - 5px);
        padding-right: 5px;
        padding-left: 5px
    }
}

@media (max-width: 768px) {
    .p-contTrouble .p-troubleList_item {
        width: calc(50% - 5px);
        margin-bottom: 0
    }

    .p-contTrouble .p-troubleList_item:not(:last-child) {
        margin-bottom: 10px
    }
}

.p-contTrouble .p-troubleList_item_inner {
    padding: 13px 13px 0;
    border-radius: 15px;
    background: #fff
}

@media (max-width: 768px) {
    .p-contTrouble .p-troubleList_item_inner {
        padding: 10px 10px 0
    }
}

.p-contTrouble .p-troubleList_item_image img {
    width: 100%;
    border-radius: 15px
}

.p-contTrouble .p-troubleList_item_title {
    display: flex;
    justify-content: center;
    min-height: 73px;
    padding: 15px 0 12px;
    color: #ff3c00;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1.8px;
    line-height: 1.44;
    text-align: center
}

@media (max-width: 768px) {
    .p-contTrouble .p-troubleList_item_title {
        min-height: 70px;
        padding: 12px 0 9px;
        font-size: 15px;
        letter-spacing: 1.5px;
        line-height: 1.53
    }
}

.p-contTrouble .p-troubleList_item_desc {
    color: #471e00;
    font-size: 16px;
    line-height: 1.81
}

.p-contVoice {
    background: #f5f5f5
}

@media (min-width: 769px) {
    .p-contVoice .p-voiceList {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-right: 0;
        margin-left: 0
    }
}

.p-contVoice .p-voiceList_item {
    margin-bottom: 18px;
    padding: 32px 25px;
    border: solid 1px #c9caca;
    border-radius: 15px;
    background: #fff
}

@media (min-width: 769px) {
    .p-contVoice .p-voiceList_item {
        width: calc(50% - 9px)
    }
}

@media (max-width: 768px) {
    .p-contVoice .p-voiceList_item {
        padding: 20px 15px 15px
    }

    .p-contVoice .p-voiceList_item:not(:last-child) {
        margin-bottom: 10px
    }
}

.p-contVoice .p-voiceList_item_title {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    max-width: 347px;
    height: 52px;
    margin-right: auto;
    margin-bottom: 28px;
    margin-left: auto;
    border-radius: 100px;
    background: #00b2f0;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 1.76px;
    text-align: center
}

.p-contVoice .p-voiceList_item_title:after {
    display: block;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    width: 0;
    height: 0;
    margin-right: auto;
    margin-left: auto;
    border-top: 11px solid #00b2f0;
    border-right: 7.5px solid transparent;
    border-left: 7.5px solid transparent;
    content: ""
}

@media (max-width: 768px) {
    .p-contVoice .p-voiceList_item_title {
        max-width: 253px;
        height: 38px;
        margin-bottom: 16px;
        font-size: 16px;
        letter-spacing: 1.28px
    }
}

.p-contVoice .p-voiceList_item_desc {
    font-size: 15px;
    letter-spacing: 1.2px;
    line-height: 1.67
}

@media (max-width: 768px) {
    .p-contVoice .p-voiceList {
        margin-bottom: 0
    }

    .p-contVoice .slick-dots {
        position: relative;
        right: auto;
        bottom: auto
    }
}

.p-contReason {
    padding-bottom: 100px;
    background: #ffe632
}

@media (max-width: 768px) {
    .p-contReason {
        padding-bottom: 20px
    }
}

.p-contReason .c-blockHeading_title_main {
    font-size: 45px;
    letter-spacing: 3.6px
}

.p-contReason .c-blockHeading_title_main em {
    color: #ff3c00;
    font-size: 49px;
    font-weight: bold
}

.p-contReason .c-blockHeading_title_main .c-number {
    font-family: "Anton", sans-serif;
    font-size: 62px
}

@media (max-width: 768px) {
    .p-contReason .c-blockHeading_title_main {
        font-size: 28px;
        font-weight: 700;
        letter-spacing: 2.24px;
        line-height: 1.39
    }

    .p-contReason .c-blockHeading_title_main em {
        font-size: 34px;
        font-weight: 800;
        letter-spacing: 1.36px
    }

    .p-contReason .c-blockHeading_title_main .c-number {
        font-size: 45px
    }
}

.p-contReason .p-reasonList_item {
    position: relative
}

.p-contReason .p-reasonList_item:not(:last-child) {
    margin-bottom: 20px
}

.p-contReason .p-reasonList_item_inner {
    display: flex;
    padding: 30px;
    border-radius: 15px;
    background: #fff
}

@media (max-width: 768px) {
    .p-contReason .p-reasonList_item_inner {
        flex-direction: column-reverse;
        padding: 10px
    }
}

.p-contReason .p-reasonList_item_image {
    width: 32%;
    margin-right: 30px
}

@media (max-width: 768px) {
    .p-contReason .p-reasonList_item_image {
        width: 100%;
        margin-top: 15px;
        margin-right: 0;
        text-align: center
    }
}

.p-contReason .p-reasonList_item_body {
    position: relative;
    flex: 1;
    width: calc(100% - 23.5% - 30px)
}

@media (max-width: 768px) {
    .p-contReason .p-reasonList_item_body {
        width: 100%;
        margin-top: 20px
    }
}

.p-contReason .p-reasonList_item_numBox {
    display: flex;
    align-items: center;
    margin-bottom: 15px
}

.p-contReason .p-reasonList_item_number {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 81px;
    height: 81px;
    margin-right: 15px;
    padding-top: 5px;
    border-radius: 100%;
    background: #ff3c00 url(../images/top/reason_number_bg.svg) no-repeat center/100%
}

.p-contReason .p-reasonList_item_number span {
    display: inline-block;
    color: #fff;
    line-height: 1
}

.p-contReason .p-reasonList_item_number .c-text {
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 0.6px;
    white-space: nowrap;
    word-break: keep-all
}

.p-contReason .p-reasonList_item_number .c-number {
    font-family: "Anton", sans-serif;
    font-size: 37px;
    letter-spacing: 1.48px;
    line-height: 1.2;
    white-space: nowrap;
    word-break: keep-all
}

@media (max-width: 768px) {
    .p-contReason .p-reasonList_item_number {
        width: 70px;
        height: 70px
    }
}

.p-contReason .p-reasonList_item_title {
    flex: 1;
    color: #ff3c00;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 2.08px;
    line-height: 1.15
}

@media (max-width: 768px) {
    .p-contReason .p-reasonList_item_title {
        font-size: 20px;
        letter-spacing: 1.6px;
        line-height: 1.5
    }
}

.p-contReason .p-reasonList_item_desc {
    font-size: 15px;
    letter-spacing: 1.2px;
    line-height: 1.67
}

@media (max-width: 768px) {
    .p-contReason .p-reasonList_item_desc {
        font-size: 13px;
        letter-spacing: 1.04px;
        line-height: 1.54
    }
}

.p-contCompared {
    background: #f5f5f5
}

.p-contCompared_image {
    text-align: center
}

@media (max-width: 768px) {
    .p-contCompared_scrollWrap {
        padding-bottom: 10px;
        overflow-x: scroll
    }

    .p-contCompared_scrollText {
        margin-bottom: 10px;
        text-align: right
    }

    .p-contCompared_image {
        width: 450px;
        text-align: left
    }
}

.p-contArea {
    background: #ffe632
}

@media (max-width: 768px) {
    .p-contArea .c-blockHeading {
        margin-bottom: 15px
    }
}

.p-contArea_map {
    max-width: 860px;
    margin-right: auto;
    margin-left: auto;
    padding: 27px 30px 25px 25px;
    border-radius: 12px;
    background: #fff
}

.p-contArea_map_inner {
    display: flex;
    align-items: center;
    justify-content: space-between
}

@media (max-width: 768px) {
    .p-contArea_map_inner {
        flex-direction: column-reverse
    }
}

.p-contArea_map_textRed {
    color: #ff3c00;
    font-size: 33px;
    font-weight: bold;
    letter-spacing: 2.64px;
    text-align: center
}

.p-contArea_map_textRed span {
    font-family: "Anton", sans-serif;
    font-size: 53px;
    letter-spacing: 2.12px
}

@media (max-width: 768px) {
    .p-contArea_map_textRed {
        margin-bottom: 10px;
        font-size: 25px;
        letter-spacing: 2px
    }

    .p-contArea_map_textRed span {
        font-size: 40px;
        letter-spacing: 1.6px
    }
}

@media (min-width: 769px) {
    .p-contArea_map_textBox {
        padding-right: 25px
    }
}

.p-contArea_map_textBox_text {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1.6px;
    text-align: center
}

.p-contArea_map_textBox_text span {
    color: #ff3c00;
    font-weight: bold
}

.p-contArea_map_textBox_text span em {
    font-family: "Anton", sans-serif;
    font-size: 40px;
    font-style: normal
}

@media (max-width: 768px) {
    .p-contArea_map_textBox_text {
        font-size: 18px;
        letter-spacing: 1.44px;
        line-height: 1.9
    }

    .p-contArea_map_textBox_text span {
        font-size: 22px;
        letter-spacing: 2.2px
    }

    .p-contArea_map_textBox_text span em {
        font-size: 33px
    }
}

.p-contArea_map_image {
    text-align: center
}

@media (max-width: 768px) {
    .p-contArea_map {
        padding: 10px 30px 10px 15px
    }

    .p-contArea_map_inner {
        justify-content: center
    }
}

.p-contFaq {
    padding-bottom: 105px;
    background: #ffe632
}

.p-contFaq .p-faqList_item {
    position: relative
}

.p-contFaq .p-faqList_item:not(:last-child) {
    margin-bottom: 65px
}

@media (max-width: 768px) {
    .p-contFaq .p-faqList_item:not(:last-child) {
        margin-bottom: 42px
    }
}

.p-contFaq .p-faqList_item_inner {
    display: flex
}

.p-contFaq .p-faqList_item_inner::after {
    display: block;
    clear: both;
    content: ''
}

.p-contFaq .p-faqList_item_image {
    z-index: 1;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 100%
}

@media (max-width: 768px) {
    .p-contFaq .p-faqList_item_image {
        width: 100px
    }
}

.p-contFaq .p-faqList_item_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    margin-right: 20px;
    border-radius: 100%;
    background: #ff3c00;
    color: #fff;
    font-size: 30px;
    font-weight: 600
}

@media (max-width: 768px) {
    .p-contFaq .p-faqList_item_icon {
        width: 38px;
        height: 38px;
        margin-right: 12px;
        font-size: 20px
    }
}

.p-contFaq .p-faqList_item_body {
    display: flex;
    z-index: 1;
    z-index: 0;
    position: relative;
    align-items: center;
    width: 61.2%;
    margin-left: 50px;
    padding: 25px 20px;
    padding-left: 115px;
    border-radius: 15px;
    background: #fff
}

@media (max-width: 768px) {
    .p-contFaq .p-faqList_item_body {
        align-items: flex-start;
        width: calc(100%);
        padding: 10px 5px 10px 17px;
        border-radius: 10px
    }
}

.p-contFaq .p-faqList_item_title {
    margin-bottom: 10px;
    color: #3e3a39;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1.6px;
    line-height: 1.5
}

.p-contFaq .p-faqList_item_text {
    flex: 1;
    color: #3e3a39;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1.6px;
    line-height: 1.5
}

@media (max-width: 768px) {
    .p-contFaq .p-faqList_item_text {
        font-size: 15px;
        letter-spacing: 1.2px;
        line-height: 1.53
    }
}

.p-contFaq .p-faqList_item.-item-q .p-faqList_item_body {
    margin-left: 50px
}

@media (max-width: 768px) {
    .p-contFaq .p-faqList_item.-item-q .p-faqList_item_body {
        margin-left: 90px
    }
}

.p-contFaq .p-faqList_item.-item-q .p-faqList_item_image {
    left: 0
}

.p-contFaq .p-faqList_item.-item-a .p-faqList_item_inner {
    flex-direction: row-reverse;
    justify-content: flex-start
}

.p-contFaq .p-faqList_item.-item-a .p-faqList_item_image {
    right: 0
}

.p-contFaq .p-faqList_item.-item-a .p-faqList_item_icon {
    background: #00bcce;
    color: #fff
}

.p-contFaq .p-faqList_item.-item-a .p-faqList_item_body {
    margin-right: 50px;
    padding-right: 115px;
    padding-left: 30px
}

@media (max-width: 768px) {
    .p-contFaq .p-faqList_item.-item-a .p-faqList_item_body {
        margin-right: 90px;
        margin-left: 0;
        padding-right: 20px;
        padding-left: 10px
    }
}

.p-contFaq .p-faqList_item.-item-a .p-faqList_item_text {
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 1.2px;
    line-height: 1.67
}

@media (max-width: 768px) {
    .p-contFaq .p-faqList_item.-item-a .p-faqList_item_text {
        font-size: 13px;
        letter-spacing: 1.04px;
        line-height: 1.54
    }
}

.c-fixedCTA {
    z-index: 9;
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 30px;
    transform: translateY(0);
    transition: 0.5s
}

.c-fixedCTA.-fixed {
    transform: translateY(0)
}

.c-fixedCTA_tel a {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    text-align: center
}

.c-fixedCTA_tel a:after {
    display: block;
    position: absolute;
    top: -60px;
    left: -60px;
    width: 50px;
    height: 50px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.9));
    animation-name: shine-run;
    animation-duration: 3s;
    animation-timing-function: ease-in;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    content: ''
}

.c-fixedCTA_tel a img {
    position: relative
}

.c-fixedCTA_tel a img:hover {
    opacity: 1
}

.c-fixedCTA_tel a:hover img {
    top: 3px;
    animation-play-state: paused
}

@media (max-width: 768px) {
    .c-fixedCTA {
        padding-right: 10px;
        padding-left: 10px
    }
}

.pekopeko {
    position: relative;
    box-shadow: 0 3px 0 rgba(0, 0, 0, 0.3);
    animation: pekopeko 2s infinite;
    transition: 0.5s
}

@keyframes pekopeko {
    0% {
        top: 0px;
        box-shadow: 0 3px 0 rgba(0, 0, 0, 0.3)
    }

    10% {
        top: 3px;
        box-shadow: 0 0 0 rgba(0, 0, 0, 0.3)
    }

    20% {
        top: 0px;
        box-shadow: 0 3px 0 rgba(0, 0, 0, 0.3)
    }

    30% {
        top: 3px;
        box-shadow: 0 0 0 rgba(0, 0, 0, 0.3)
    }

    40% {
        top: 0px;
        box-shadow: 0 3px 0 rgba(0, 0, 0, 0.3)
    }
}

@keyframes shine-run {
    0% {
        transform: scale(0) rotate(50deg);
        opacity: 0
    }

    40% {
        transform: scale(1) rotate(50deg);
        opacity: 1
    }

    100% {
        transform: scale(250) rotate(50deg);
        opacity: 0
    }
}

.squash {
    animation: squash 0.8s ease-in-out infinite
}

@keyframes squash {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.01)
    }

    100% {
        transform: scale(1)
    }
}

.u-hide,
.u-hidden {
    display: none !important
}

.u-block,
.u-show {
    display: block !important
}

.u-layerLabel {
    position: relative
}

.u-layerLabel::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    padding: 2px 5px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    content: attr(data-label) ""
}

@media screen and (max-width: 768px) {
    .u-pcOnly {
        display: none !important
    }
}

@media screen and (min-width: 769px) {
    .u-spOnly {
        display: none !important
    }
}

.u-pcInline {
    display: none !important
}

@media screen and (min-width: 769px) {
    .u-pcInline {
        display: inline !important
    }
}

.u-spInline {
    display: inline !important
}

@media screen and (min-width: 769px) {
    .u-spInline {
        display: none !important
    }
}

.u-pcTable {
    display: none !important
}

@media screen and (min-width: 769px) {
    .u-pcTable {
        display: table !important
    }
}

.u-spTable {
    display: table !important
}

@media screen and (min-width: 769px) {
    .u-spTable {
        display: none !important
    }
}

.u-pcFlex {
    display: none !important
}

@media screen and (min-width: 769px) {
    .u-pcFlex {
        display: flex !important
    }
}

.u-spFlex {
    display: flex !important
}

@media screen and (min-width: 769px) {
    .u-spFlex {
        display: none !important
    }
}

.u-onlyPc {
    display: block !important
}

@media (max-width: 768px) {
    .u-onlyPc {
        display: none !important
    }
}

.u-onlySp {
    display: none !important
}

@media (max-width: 768px) {
    .u-onlySp {
        display: block !important
    }
}

.u-textBold {
    font-weight: bold !important
}

.u-textRight {
    text-align: right !important
}

.u-textLeft {
    text-align: left !important
}

.u-textCenter {
    text-align: center !important
}

.u-textGradient {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
    background-color: red;
    background-image: linear-gradient(90deg, #806300, #b78b00);
    background-repeat: repeat;
    background-size: 100%
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.fadeInUp {
    font-weight: bold;
    animation-name: fadein;
    animation-duration: 1.5s;
    animation-iteration-count: 1
}

@keyframes fadein {
    from {
        transform: translateY(30px);
        opacity: 0
    }

    to {
        transform: translateY(0);
        opacity: 1
    }
}

.c-fademoveB {
    animation-name: fadein;
    animation-duration: 1.5s;
    animation-iteration-count: 1
}

@keyframes fadein {
    from {
        transform: translateY(30px);
        opacity: 0
    }

    to {
        transform: translateY(0);
        opacity: 1
    }
}

/*# sourceMappingURL=maps/app.css.map */