:root {
    --background: white;
    --color-black: #000;
    --color-gray: #ccc;
    --grey-dark-five: #2b2b2b;
    --sub-color: #666;
}

[data-theme="dark"] {
    --background: #494e51;
    --color-black: white;
    --color-gray: #ccc;
    --grey-dark-five: #2b2b2b;
    --sub-color: #ccc;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
nav,
section,
time,
mark,
audio,
video {
    font-size: 1em;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
    display: block;
}

html {
    font-size: 62.5%;
    background-color: var(--background);
}

body {
    background: #f5f5f5;
    color: #000936;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.625;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    font-family: "Open Sans", sans-serif;
}

@media screen and (max-width: 1024px) {
    body {
        font-size: 15px;
    }
}

@media screen and (max-width: 767px) {
    body {
        font-size: 14px;
    }
}

body,
table,
input,
textarea,
select,
option,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Open Sans", sans-serif;
    font-display: swap;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
}

table,
input,
textarea,
select,
option {
    line-height: 1.1;
    box-sizing: border-box;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

:focus {
    outline: 0;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

img {
    max-width: 100%;
}

a {
    transition: 0.3s ease-in-out;
    text-decoration: none;
}

form label {
    cursor: pointer;
}

img,
video,
iframe {
    max-inline-size: 100%;
    block-size: auto;
}

.only_sp {
    display: none !important;
}

.center {
    text-align: center;
}

@media screen and (max-width: 1024px) {
    .only_pc {
        display: none !important;
    }

    .only_sp {
        display: block !important;
    }
}

.slick-next:before,
.slick-prev:before {
    opacity: 1;
}

.slick-next:hover,
.slick-prev:hover {
    opacity: 0.7;
}

.inner {
    width: 100%;
    max-width: calc(1200px + 6vw);
    padding: 0 3vw;
    margin: 0 auto;
}

.displaynone {
    display: none !important;
}

.m-header {
    background-color: #000936;
    position: relative;
    padding: 20px 0;
}

.m-header__top {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 25px;
}

@media screen and (max-width: 1024px) {
    .m-header__top {
        margin: 0;
    }
}

.m-header__logo {
    flex-shrink: 0;
    margin-right: 20px;
}

.m-header__logo a {
    display: block;
    line-height: 0;
}

.m-header__boxright {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.m-header__boxright>div:not(:last-child) {
    margin-right: 40px;
}

.m-header__boxright a {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    position: relative;
}

.m-header__phone {
    flex-shrink: 0;
    pointer-events: none;
}

.m-header__phone a::before {
    content: "";
    width: 34px;
    height: 34px;
    background: url(../images/icon_phone.svg) no-repeat center;
    background-size: contain;
    position: relative;
    margin-right: 10px;
}

.m-header__mail {
    flex-shrink: 0;
}

.m-header__mail a::before {
    content: "";
    width: 34px;
    height: 34px;
    background: url(../images/icon_email.svg) no-repeat center;
    background-size: contain;
    position: relative;
    margin-right: 10px;
}

.m-header__search {
    width: 100%;
    max-width: 400px;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}

.m-header__search input {
    width: 100%;
    height: 42px;
    border: none;
    font-size: 16px;
    padding: 10px 60px 10px 10px;
}

.m-header__search input ::-moz-placeholder {
    font-size: 16px;
    color: #7c7c7c;
    font-weight: 400;
    font-style: italic;
}

.m-header__search input ::placeholder {
    font-size: 16px;
    color: #7c7c7c;
    font-weight: 400;
    font-style: italic;
}

.m-header__search .btn_search {
    width: 50px;
    height: 100%;
    background: #0779f1;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

.m-header__search .btn_search::before {
    content: "";
    width: 20px;
    height: 20px;
    background: url(../images/search_btn.png) no-repeat center;
    background-size: contain;
    display: block;
}

@media screen and (max-width: 1024px) {
    .m-header__search {
        display: none;
    }
}

.m-header__bottom--menu {
    display: flex;
    justify-content: space-between;
}

.m-header__bottom--menu>li>a,
.m-header__bottom--menu>li>span {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
}

@media screen and (max-width: 1200px) {

    .m-header__bottom--menu>li>a,
    .m-header__bottom--menu>li>span {
        font-size: 16px;
    }
}

@media screen and (min-width: 1025px) {
    .m-header__bottom--menu>li.sub:hover>.m-header__submenu {
        opacity: 1;
        visibility: visible;
    }
}

.m-header__submenu {
    background-color: #000936;
    position: absolute;
    width: 100%;
    height: auto;
    left: 0;
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
    z-index: 99;
    padding: 40px 0 0;
}

.m-header__submenu::after {
    content: "";
    width: 100%;
    height: 100%;
    background: url(../images/submenu_bg.png) no-repeat center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.m-header__submenu a:hover {
    opacity: 0.7;
}

.m-header__submenu .submenu {
    display: flex;
    max-width: calc(1200px + 6vw);
    position: relative;
    z-index: 2;
    padding: 30px 3vw 30px;
    margin: 0 auto;
}

.m-header__submenu .submenu li figure {
    line-height: 0;
    background: #fff;
}

.m-header__submenu .submenu li figure img {
    width: 100%;
    height: 204px;
    object-fit: cover;
}

@media screen and (max-width: 1200px) {
    .m-header__submenu .submenu li figure img {
        max-height: 204px;
        height: 15.833vw;
    }
}

.m-header__submenu .submenu li figcaption {
    color: #000936;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.75;
    padding: 10px 15px;
}

.m-header__submenu .submenu li p {
    color: #fff;
    display: -webkit-box;
    line-height: 1.5;
    height: calc(1em * 2 * 1.5);
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    margin-top: 15px;
}

.m-header__submenu .submenu--01 {
    gap: 30px;
}

.m-header__submenu .submenu--01 li {
    width: calc((100% - 90px) / 3);
}

.m-header__submenu .submenu--01 li figure {
    border-radius: 8px;
    overflow: hidden;
}

.m-header__submenu .submenu--01 li figure img {
    height: 292px;
    width: 100%;
    object-fit: cover;
}

@media screen and (max-width: 1300px) {
    .m-header__submenu .submenu--01 li figure img {
        max-height: 292px;
        height: 22.75vw;
    }
}

.m-header__submenu .submenu--02 {
    gap: 20px;
}

.m-header__submenu .submenu--02 li {
    width: calc(20% - 20px);
}

.m-header__submenu .menu-slider {
    margin: 0 -15px;
    padding: 0 0 30px;
}

.m-header__submenu .menu-slider .items {
    margin: 0 15px;
}

.m-header__submenu .menu-slider .items figure {
    line-height: 0;
    background: #fff;
}

.m-header__submenu .menu-slider .items figure img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

@media screen and (max-width: 1200px) {
    .m-header__submenu .menu-slider .items figure img {
        height: 17.333vw;
    }
}

.m-header__submenu .menu-slider .items figcaption {
    color: #000936;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.75;
    padding: 10px 15px;
}

.m-header__submenu .menu-slider .items p {
    color: #fff;
    display: -webkit-box;
    line-height: 1.5;
    height: calc(1em * 2 * 1.5);
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    margin-top: 15px;
}

.m-header__submenu .menu-slider .slick-prev,
.m-header__submenu .menu-slider .slick-next {
    height: 26px;
    width: 12px;
}

.m-header__submenu .menu-slider .slick-prev::before,
.m-header__submenu .menu-slider .slick-next::before {
    content: "";
    height: 100%;
    width: 100%;
    background: url("../images/arrow_icon03.png") no-repeat center;
    background-size: contain;
    display: block;
}

.m-header__submenu .menu-slider .slick-prev {
    left: -20px;
}

.m-header__submenu .menu-slider .slick-next {
    right: -20px;
}

@media screen and (max-width: 1200px) {
    .m-header__submenu .menu-slider .slick-pev {
        left: -10px;
    }

    .m-header__submenu .menu-slider .slick-next {
        right: -10px;
    }
}

.m-header__submenu .menu-slider .slick-next::before {
    transform: rotate(180deg);
}

.m-header__submenu .list_tab {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #777777;
}

.m-header__submenu .list_tab li {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    position: relative;
    cursor: pointer;
    padding: 0 20px 10px;
    margin: 0 20px;
}

.m-header__submenu .list_tab li.active::after {
    content: "";
    width: 100%;
    height: 3px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: -1px;
}

.m-header__submenu .menu_tab {
    padding: 30px 0 50px;
}

@media screen and (min-width: 1025px) {
    .m-header__submenu .menu_tab {
        display: none;
    }

    .m-header__submenu .menu_tab.active {
        display: block;
    }
}

.m-header__submenu .menu_tab .tab_cont {
    display: flex;
}

.m-header__submenu .menu_tab .tab_cont .box-left {
    max-width: 250px;
    background: #fff;
    margin-right: 50px;
}

.m-header__submenu .menu_tab .tab_cont .box-left figure {
    line-height: 0;
    margin-bottom: 10px;
}

.m-header__submenu .menu_tab .tab_cont .box-left .sec {
    padding: 0 15px 15px;
}

.m-header__submenu .menu_tab .tab_cont .box-left .ttl {
    font-size: 18px;
    font-weight: 600;
}

.m-header__submenu .menu_tab .tab_cont .box-left .txt {
    font-size: 14px;
}

.m-header__submenu .menu_tab .tab_cont .box-right {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px -30px;
}

.m-header__submenu .menu_tab .tab_cont .box-right dl {
    color: #fff;
    margin: 0 20px 30px;
}

.m-header__submenu .menu_tab .tab_cont .box-right dl dt {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}

.m-header__submenu .menu_tab .tab_cont .box-right dl dd p {
    font-size: 16px;
}

.m-header__submenu .menu_tab .tab_cont .box-right dl dd p:not(:last-child) {
    margin-bottom: 5px;
}

.m-header__submenu .menu_tab .tab_cont .box-right dl dd p a {
    color: #fff;
}

.m-header .translate {
    flex-shrink: 0;
}

.m-header .translate li.current-lang {
    display: none;
}

@media screen and (max-width: 1200px) {
    .m-header .m-header__boxright>div:not(:last-child) {
        margin-right: 2vw;
    }
}

@media screen and (max-width: 1024px) {
    .m-header {
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 99;
        padding: 10px calc(40px + 3vw) 10px 0;
    }

    .m-header__top {
        align-items: center;
    }

    .m-header__top.active::after {
        content: "";
        width: 100%;
        height: 55px;
        position: fixed;
        top: 0;
        left: 0;
        background: #000936;
        z-index: 999;
    }

    .m-header__logo {
        width: 220px;
    }

    .m-header__boxright {
        width: auto;
    }

    .m-header__boxright a span {
        display: none;
    }

    .m-header__phone {
        pointer-events: inherit;
    }

    .m-header__phone a::before,
    .m-header__mail a::before {
        margin: 0;
    }

    .m-header__bottom {
        width: 100%;
        height: 100%;
        background: #000936;
        position: fixed;
        z-index: 99;
        top: 0;
        left: 0;
        padding: 55px 0;
        overflow-y: auto;
        transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
        transform: translateX(100%);
    }

    .m-header__bottom.opened {
        transform: translateX(0);
    }

    .m-header__bottom--menu {
        flex-direction: column;
        align-items: center;
    }

    .m-header__bottom--menu>li {
        width: 100%;
        border-top: 1px solid #fff;
    }

    .m-header__bottom--menu>li:first-child {
        border-top: none;
    }

    .m-header__bottom--menu>li.sub {
        position: relative;
    }

    .m-header__bottom--menu>li.sub::after {
        content: "";
        width: 6px;
        height: 10px;
        display: block;
        background: url(../images/icon03.png) no-repeat center;
        background-size: contain;
        position: absolute;
        top: 22px;
        right: 3vw;
        transform: rotate(90deg);
        transition: all 0.3s ease;
    }

    .m-header__bottom--menu>li.sub.active::after {
        transform: rotate(-90deg);
    }

    .m-header__bottom--menu>li.sub span {
        height: 55px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .m-header__bottom--menu>li>a {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 55px;
    }

    .m-header__submenu {
        display: none;
        opacity: 1;
        visibility: visible;
        position: relative;
        padding: 0;
    }

    .m-header__submenu.active {
        display: block;
    }

    .m-header__submenu::after {
        content: none;
    }

    .m-header__submenu .inner {
        background: #fff;
        padding: 0;
    }

    .m-header__submenu figure img {
        display: none;
    }

    .m-header__submenu .menu-slider {
        padding: 0;
        margin: 0;
    }

    .m-header__submenu .menu-slider .items {
        margin: 0;
        border-top: 1px solid #000936;
    }

    .m-header__submenu .menu-slider .items>a {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 10px 3vw;
    }

    .m-header__submenu .menu-slider .items figcaption {
        font-size: 15px;
        padding: 0;
    }

    .m-header__submenu .menu-slider .items p {
        color: #000936;
        text-align: center;
        height: auto;
        margin: 5px 0 0;
    }

    .m-header__submenu .submenu {
        flex-direction: column;
        background: #fff;
        padding: 0;
        gap: 0;
    }

    .m-header__submenu .submenu li {
        width: 100% !important;
        margin: 0 !important;
        border-top: 1px solid #000936;
    }

    .m-header__submenu .submenu li a {
        display: flex;
        width: 100%;
        height: 100%;
        align-items: center;
        justify-content: center;
    }

    .m-header__submenu .submenu li figcaption {
        height: auto;
        font-size: 15px;
    }

    .m-header__submenu .menu_tab {
        padding: 0;
    }

    .m-header__submenu .menu_tab:not(:first-child) p.ttl {
        border-top: 1px solid #000936;
    }

    .m-header__submenu .menu_tab p.ttl {
        display: flex !important;
        align-items: center;
        justify-content: center;
        height: 55px;
        color: #000936;
        font-size: 16px;
        font-weight: 700;
        cursor: pointer;
        position: relative;
    }

    .m-header__submenu .menu_tab p.ttl::after {
        content: "";
        border: solid #000936;
        border-width: 0 1px 1px 0;
        display: inline-block;
        transform: rotate(45deg);
        transition: all 0.3s ease;
        position: absolute;
        top: 22px;
        right: 3vw;
        padding: 3px;
    }

    .m-header__submenu .menu_tab p.ttl.active::after {
        transform: rotate(-135deg);
    }

    .m-header__submenu .menu_tab .tab_cont {
        width: 100%;
        display: none;
    }

    .m-header__submenu .menu_tab .tab_cont.active {
        display: block;
    }

    .m-header__submenu .menu_tab .tab_cont .box-left {
        display: none;
    }

    .m-header__submenu .menu_tab .tab_cont .box-right {
        width: 100%;
        background: #000936;
        flex-direction: column;
        padding: 20px 3vw;
        margin: 0;
    }

    .m-header__submenu .menu_tab .tab_cont .box-right .tab_link:not(:last-child) {
        margin: 0 0 10px;
    }

    .m-header__submenu .menu_tab .tab_cont .box-right dl {
        text-align: center;
        margin: 0;
    }

    .m-header__submenu .menu_tab .tab_cont .box-right dl dt {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .m-header__submenu .menu_tab .tab_cont .box-right dl dd p:not(:last-child) {
        margin-bottom: 10px;
    }

    .m-header .hamburger {
        width: 40px;
        height: 27px;
        cursor: pointer;
        display: inline-block;
        z-index: 100;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 3vw;
        z-index: 999;
    }

    .m-header .hamburger span {
        display: block;
        width: 100%;
        height: 3px;
        background: #fff;
        position: absolute;
        left: 0;
        transform: rotate(0deg);
        transition: all 0.2s;
        opacity: 1;
    }

    .m-header .hamburger span:nth-child(1) {
        top: 0px;
    }

    .m-header .hamburger span:nth-child(2) {
        top: 12px;
    }

    .m-header .hamburger span:nth-child(3) {
        top: 24px;
    }

    .m-header .hamburger.active span:nth-child(1) {
        top: 12px;
        transform: rotate(135deg);
    }

    .m-header .hamburger.active span:nth-child(2) {
        opacity: 0;
        left: -60px;
    }

    .m-header .hamburger.active span:nth-child(3) {
        top: 12px;
        transform: rotate(-135deg);
    }
}

@media screen and (max-width: 767px) {
    .m-header__logo {
        width: 46.875vw;
        max-width: 220px;
        margin-right: 10px;
    }
}

@media screen and (max-width: 490px) {
    .m-header .inner {
        padding-right: 0;
    }

    .m-header .m-header__mail a::before,
    .m-header .m-header__phone a::before {
        width: 25px;
        height: 25px;
    }

    .m-header .hamburger {
        width: 30px;
        height: 22px;
    }

    .m-header .hamburger span {
        height: 2px;
    }

    .m-header .hamburger span:nth-child(2) {
        top: 10px;
    }

    .m-header .hamburger span:nth-child(3) {
        top: 20px;
    }
}

.c-footer {
    background: #000936;
    position: relative;
    z-index: 9;
    padding: 40px 0 0;
    margin-top: 12.5vw;
}

.c-footer::before {
    content: "";
    width: 100%;
    height: 7.292vw;
    background: url(../images/bg_wave_top.svg) no-repeat center bottom;
    background-size: 100%;
    position: absolute;
    top: -7.2vw;
    left: 0;
    z-index: 0;
}

.c-footer::after {
    content: "";
    width: 100%;
    height: 100%;
    background: #000936;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.c-footer .inner {
    position: relative;
    z-index: 2;
}

.c-footer .footer__cont {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -22px -40px;
}

.c-footer .footer__block {
    width: calc((100% - 132px) / 3);
    color: #fff;
    margin: 0 22px 40px;
}

.c-footer .footer__frame:not(:last-child) {
    margin-bottom: 20px;
}

.c-footer .footer__frame .f_ttl {
    border-bottom: 1px solid #fff;
    color: #f5ecb5;
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.c-footer .footer__frame .f_txt01 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

.c-footer .footer__frame .f_list:not(:last-child) {
    margin-bottom: 15px;
}

.c-footer .footer__frame .f_list li {
    position: relative;
    display: flex;
    margin-bottom: 5px;
}

.c-footer .footer__frame .f_list li::before {
    content: "";
    width: 6px;
    height: 10px;
    display: block;
    background: url(../images/icon03.png) no-repeat center;
    background-size: contain;
    position: relative;
    top: 8px;
    margin-right: 10px;
}

.c-footer .footer__frame .f_list li a {
    color: #fff;
}

.c-footer .footer__frame .f_list li a:hover {
    opacity: 0.7;
}

.c-footer .footer__frame .list-social {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px -30px;
}

.c-footer .footer__frame .list-social>li {
    width: 30px;
    margin: 0 15px 30px;
}

.c-footer .footer__frame .f_txt02 {
    display: flex;
    font-size: 18px;
    font-weight: 700;
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
}

.c-footer .footer__frame .f_txt02>a {
    color: #fff;
    font-weight: 400;
    display: inline-block;
    position: relative;
    margin-left: 5px;
}

.c-footer .footer__frame .f_txt02>a:not(:last-child)::after {
    content: "-";
    display: inline-block;
    font-weight: 600;
    margin-left: 5px;
}

.c-footer .footer__frame .f_txt02::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
}

.c-footer .footer__frame .f_txt02.icon01::before {
    width: 12px;
    height: 17px;
    background: url(../images/f_ico01.png) no-repeat center;
    background-size: contain;
}

.c-footer .footer__frame .f_txt02.icon02::before {
    width: 14px;
    height: 14px;
    background: url(../images/f_ico02.png) no-repeat center;
    background-size: contain;
}

.c-footer .footer__frame .f_txt02.phone {
    display: flex;
    flex-wrap: wrap;
}

.c-footer .footer__frame .f_txt02.phone a {
    pointer-events: none;
}

.c-footer .footer__frame .f_txt02.phone::before {
    width: 15px;
    height: 15px;
    background: url(../images/f_ico03.png) no-repeat center;
    background-size: contain;
}

.c-footer .footer__frame .f_txt02.mail {
    display: flex;
    flex-wrap: wrap;
}

.c-footer .footer__frame .f_txt02.mail::before {
    width: 16px;
    height: 11px;
    background: url(../images/email_icon02.png) no-repeat center;
    background-size: contain;
    top: 10px;
}

.c-footer .footer__contact {
    border-top: 1px solid #fff;
    padding: 20px 0 0;
}

.c-footer .footer__contact p {
    font-weight: 700;
}

.c-footer .footer__contact p:not(:last-child) {
    margin-bottom: 15px;
}

.c-footer .footer__contact .register {
    display: flex;
    margin-bottom: 15px;
}

.c-footer .footer__contact .register .btn_submit {
    width: 60px;
    height: 50px;
    border-radius: 0px 5px 5px 0px;
    flex-shrink: 0;
}

.c-footer .footer__contact .register .cus_input {
    width: 100%;
}

.c-footer .footer__contact .register .cus_input input {
    width: 100%;
    height: 50px;
    padding: 10px;
    font-weight: 400;
    box-sizing: border-box;
    border: none;
    border-radius: 5px 0 0 5px;
}

.c-footer .footer__contact .register .cus_input input::-moz-placeholder {
    color: #7c7c7c;
    font-style: italic;
}

.c-footer .footer__contact .register .cus_input input::placeholder {
    color: #7c7c7c;
    font-style: italic;
}

.c-footer address {
    background: #0779f1;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    position: relative;
    z-index: 9;
    padding: 22px 3vw;
    margin-top: 100px;
}

@media screen and (max-width: 1024px) {
    .c-footer .footer__cont {
        margin: 0 -10px -30px;
    }

    .c-footer .footer__block {
        width: calc((100% - 60px) / 3);
        margin: 0 10px 20px;
    }

    .c-footer .footer__frame .f_ttl {
        font-size: 18px;
    }

    .c-footer .footer__frame .f_txt01 {
        font-size: 15px;
    }

    .c-footer .footer__frame .list-social {
        margin: 0 -8px -16px;
    }

    .c-footer .footer__frame .list-social>li {
        margin: 0 8px 16px;
    }

    .c-footer .footer__frame .f_txt02.phone a i {
        pointer-events: inherit;
    }

    .c-footer address {
        font-size: 15px;
        padding: 15px 3vw;
        margin-top: 7vw;
    }
}

@media screen and (max-width: 767px) {
    .c-footer {
        margin-top: 65px;
    }

    .c-footer .footer__cont {
        max-width: 500px;
        flex-direction: column;
        align-items: center;
        margin: 0 auto;
    }

    .c-footer .footer__block {
        width: 100%;
        margin: 0 0 30px;
    }

    .c-footer .footer__block:last-child {
        margin: 0;
    }
}

#idx_intro {
    position: relative;
    padding: 7.813vw 0 5.208vw;
}

#idx_intro .inner {
    position: relative;
    z-index: 1;
}

#idx_intro .illust03 {
    top: -110px;
    z-index: 0;
}

#idx_intro .illust04 {
    bottom: -160px;
}

@media screen and (max-width: 1024px) {
    #idx_intro {
        padding: 75px 0 60px;
    }

    #idx_intro .illust03 {
        top: -8vw;
    }

    #idx_intro .illust04 {
        bottom: -10vw;
    }
}

#idx_system {
    padding: 15.625vw 0 5.208vw;
    position: relative;
    z-index: 2;
}

#idx_system:after {
    content: "";
    width: 100%;
    height: 55%;
    background: #000936;
    position: absolute;
    top: 9vw;
    left: 0;
}

@media screen and (max-width: 1024px) {
    #idx_system {
        padding: 120px 0 60px;
    }
}

@media screen and (max-width: 767px) {
    #idx_system {
        padding: 70px 0 60px;
    }
}

#idx_system .bg-wave {
    height: 55%;
}

#idx_system .bg-wave::after {
    bottom: -18vw;
}

#idx_system .system__cont {
    position: relative;
    z-index: 9;
}

#idx_system .system__card {
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}

#idx_system .system__card a {
    display: block;
}

#idx_system .system__card a:hover {
    opacity: 0.7;
}

#idx_system .system__card--sec {
    padding: 20px 34px 45px;
}

#idx_system .system__card--sec h4 {
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
}

#idx_system .system__card--sec p {
    position: relative;
    display: flex;
}

#idx_system .system__card--sec p::before {
    content: "";
    flex-shrink: 0;
    width: 12px;
    height: 17px;
    background: url("../images/location_icon01.png") no-repeat center;
    background-size: contain;
    display: block;
    position: relative;
    top: 4px;
    margin-right: 10px;
}

@media screen and (max-width: 1024px) {
    #idx_system .system__card--sec {
        padding: 3vw 3vw 3vw;
    }

    #idx_system .system__card--sec h4 {
        font-size: 18px;
        margin-bottom: 10px;
    }
}

#box_tile {
    overflow: hidden;
    margin-bottom: 5.208vw;
}

@media screen and (max-width: 1024px) {
    #box_tile {
        margin-bottom: 20px;
    }
}

#box_stone {
    position: relative;
    padding: 7.813vw 0 5.208vw;
}

#box_stone::before {
    content: "";
    width: 100%;
    height: 15.625vw;
    background: url("../images/stone_bg_top.png") no-repeat center;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
}

#box_stone::after {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("../images/stone_bg.png");
    background-size: cover;
    background-repeat: repeat;
    background-position: center;
    z-index: 0;
    position: absolute;
    top: 10vw;
    left: 0;
}

@media screen and (max-width: 1024px) {
    #box_stone {
        padding: 60px 0 60px;
    }
}

#box_stone .inner {
    position: relative;
    z-index: 1;
}

#box_stone .box-ttl {
    display: flex;
    justify-content: space-between;
}

#box_stone .box-ttl .c-title03 {
    flex-shrink: 0;
}

#box_stone .box-ttl .list-cate {
    height: 100%;
    display: flex;
}

#box_stone .box-ttl .list-cate li a {
    color: #000936;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
}

#box_stone .box-ttl .list-cate li a:hover {
    opacity: 0.7;
}

#box_stone .box-ttl .list-cate li:not(:last-child) {
    border-right: 1px solid #000936;
    margin-right: 20px;
    padding-right: 20px;
}

@media screen and (max-width: 1024px) {
    #box_stone .box-ttl .list-cate li a {
        font-size: 15px;
    }

    #box_stone .box-ttl .list-cate li:not(:last-child) {
        margin-right: 10px;
        padding-right: 10px;
    }
}

@media screen and (max-width: 767px) {
    #box_stone .box-ttl .list-cate {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 767px) {
    #box_stone .box-ttl {
        display: block;
    }
}

#box_stone .block:not(:last-child) {
    margin-bottom: 170px;
}

@media screen and (max-width: 1024px) {
    #box_stone .block:not(:last-child) {
        margin-bottom: 100px;
    }
}

#idx_service {
    position: relative;
    padding: 10.417vw 0 13.021vw;
}

#idx_service::after {
    content: "";
    width: 100%;
    height: calc(100% - 16vw);
    background: #000936;
    position: absolute;
    top: 9vw;
    left: 0;
}

@media screen and (max-width: 1024px) {
    #idx_service {
        padding: 100px 0 100px;
    }
}

#idx_service .inner {
    position: relative;
    z-index: 9;
}

#idx_service .list-4cols>li>a {
    color: #fff;
}

#idx_service .illust.illust03 {
    top: 0;
}

#idx_service .illust.illust04 {
    bottom: 0;
}

.idx_wrap01 {
    position: relative;
    z-index: 1;
}

.idx_wrap01::after {
    content: "";
    width: 100%;
    height: calc(100% + 25vw);
    background: url(../images/stone_bg.png) center;
    background-repeat: repeat;
    background-size: cover;
    position: absolute;
    top: -10vw;
    left: 0;
    z-index: -1;
}

#idx_construction {
    padding: 3vw 0 100px;
}

@media screen and (max-width: 1024px) {
    #idx_construction {
        padding: 30px 0 60px;
    }
}

#idx_construction .c-title02 {
    color: #000936;
    margin-bottom: 25px;
}

#idx_news {
    padding: 0 0 100px;
}

@media screen and (max-width: 1024px) {
    #idx_news {
        padding: 0 0 60px;
    }
}

#idx_news .c-title02 {
    color: #000936;
}

#idx_news .news__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 0 -25px;
}

@media screen and (max-width: 767px) {
    #idx_news .news__list {
        display: block;
    }
}

#idx_news .news__card {
    width: calc(50% - 25px);
    border-top: 1px solid #bbbbbb;
    padding: 25px 0 0;
    margin: 0 0 25px;
}

@media screen and (max-width: 1024px) {
    #idx_news .news__card {
        width: calc(50% - 20px);
    }
}

@media screen and (max-width: 767px) {
    #idx_news .news__card {
        width: 100%;
        padding: 15px 0 0;
        margin: 0 0 15px;
    }
}

#idx_news .news__card a {
    width: 100%;
    display: flex;
    justify-content: space-between;
    color: #000000;
}

#idx_news .news__card a:hover {
    opacity: 0.7;
}

#idx_news .news__card figure {
    max-width: 120px;
    border-radius: 5px;
    line-height: 0;
    overflow: hidden;
    margin-right: 20px;
    flex-shrink: 0;
}

@media screen and (max-width: 490px) {
    #idx_news .news__card figure {
        margin-right: 10px;
    }
}

#idx_news .news__card .sec h4 {
    display: -webkit-box;
    line-height: 1.375;
    height: calc(1em * 2 * 1.375);
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
}

@media screen and (max-width: 1024px) {
    #idx_news .news__card .sec h4 {
        font-size: 15px;
    }
}

#idx_news .news__card .sec p {
    display: -webkit-box;
    line-height: 1.625;
    height: calc(1em * 2 * 1.625);
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}

#idx_contact {
    padding: 0 0 5.208vw;
}

@media screen and (max-width: 1024px) {
    #idx_contact {
        padding: 0;
    }
}

#idx_contact .inner {
    display: flex;
}

@media screen and (max-width: 767px) {
    #idx_contact .inner {
        display: block;
    }
}

#idx_contact .box-left,
#idx_contact .box-right {
    width: 50%;
}

@media screen and (max-width: 767px) {

    #idx_contact .box-left,
    #idx_contact .box-right {
        width: 100%;
    }
}

#idx_contact .box-left {
    background: #000936;
    border-radius: 10px 0px 0px 10px;
    padding-bottom: 50px;
}

@media screen and (max-width: 1024px) {
    #idx_contact .box-left {
        padding-bottom: 30px;
    }
}

@media screen and (max-width: 767px) {
    #idx_contact .box-left {
        border-radius: 5px 5px 0px 0;
    }
}

#idx_contact .box-right {
    filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.25));
    background: #ffffff;
    border-radius: 0px 10px 10px 0px;
    padding: 40px 50px 40px;
}

@media screen and (max-width: 1024px) {
    #idx_contact .box-right {
        padding: 30px 3vw;
        border-radius: 0px 5px 5px 0px;
    }
}

@media screen and (max-width: 767px) {
    #idx_contact .box-right {
        padding: 30px 5vw;
        border-radius: 0 0 5px 5px;
    }
}

#idx_contact .box-right .form-ttl {
    font-size: 18px;
    margin-bottom: 10px;
    text-align: center;
}

#idx_contact .box-right .form-txt {
    color: #333;
    line-height: 1.375;
    text-align: center;
    margin-bottom: 25px;
}

#idx_contact .box-right .form-contact .cus_input {
    position: relative;
    margin-bottom: 18px;
}

#idx_contact .box-right .form-contact .cus_input input {
    width: 100%;
    height: 50px;
    border: 1px solid #000936;
    border-radius: 5px;
    background: #fff;
    color: #000936;
    font-size: 16px;
    padding: 10px 20px;
}

#idx_contact .box-right .form-contact .cus_input input::-moz-placeholder {
    color: #7c7c7c;
    font-weight: 16px;
}

#idx_contact .box-right .form-contact .cus_input input::placeholder {
    color: #7c7c7c;
    font-weight: 16px;
}

#idx_contact .box-right .form-contact .cus_input .required {
    position: absolute;
    top: 50%;
    left: -20px;
    transform: translateY(-50%);
}

#idx_contact .box-right .form-contact .cus_textarea {
    line-height: 0;
}

#idx_contact .box-right .form-contact .cus_textarea textarea {
    width: 100%;
    height: 150px;
    border-radius: 5px;
    border: 1px solid #000936;
    color: #000936;
    font-size: 16px;
    resize: none;
    padding: 10px 20px;
}

#idx_contact .box-right .form-contact .btn_gr {
    display: flex;
    justify-content: space-between;
    margin-top: 18px;
}

@media screen and (max-width: 1024px) {
    #idx_contact .box-right .form-contact .btn_gr {
        flex-direction: column;
        margin-top: 10px;
    }

    #idx_contact .box-right .form-contact .btn_gr .btn_submit {
        margin-bottom: 10px;
    }
}

#idx_contact .box-right .form-contact .required {
    display: inline-block;
    position: relative;
}

#idx_contact .box-right .form-contact .required::before {
    content: "*";
    font-size: 16px;
    color: #ff2b2b;
}

@media screen and (max-width: 1024px) {
    #idx_contact .box-right .form-ttl {
        font-size: 16px;
    }

    #idx_contact .box-right .form-contact .cus_input {
        margin-bottom: 10px;
    }

    #idx_contact .box-right .form-contact .cus_input input {
        height: 40px;
        font-size: 14px;
        padding: 10px;
    }

    #idx_contact .box-right .form-contact .cus_input .required {
        left: -12px;
    }

    #idx_contact .box-right .form-contact .cus_textarea textarea {
        height: 120px;
        font-size: 14px;
        padding: 10px;
    }
}

#dekton_mainv {
    position: relative;
}

#dekton_box01 {
    overflow: hidden;
    padding: 5.208vw 0;
}

@media screen and (max-width: 1024px) {
    #dekton_box01 {
        padding: 60px 0 60px;
    }
}

@media screen and (max-width: 767px) {
    #dekton_box01 {
        padding: 60px 0 0;
    }
}

#dekton_box02 {
    position: relative;
}

#dekton_box02 .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

#dekton_box02 .bg::before {
    content: "";
    width: 100%;
    height: 5.208vw;
    background: url("../images/dekton/bg01.png") no-repeat center bottom;
    background-size: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

#dekton_box02 .bg::after {
    content: "";
    width: 100%;
    height: 5.208vw;
    background: url("../images/dekton/bg02.png") no-repeat center top;
    background-size: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}

#dekton_box02:after {
    content: "";
    width: 100%;
    height: calc(100% - 9vw);
    background: url("../images/dekton/bg03.png") no-repeat center;
    background-size: cover;
    position: absolute;
    top: 4.5vw;
    left: 0;
    z-index: 0;
}

#dekton_box02 .dekton_box02__cont {
    display: flex;
    position: relative;
    z-index: 9;
    padding: 5.208vw 0;
}

#dekton_box02 .dekton_box02__cont>div {
    width: 50%;
}

#dekton_box02 .dekton_box02__cont .box-left {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 5vw;
}

#dekton_box02 .dekton_box02__cont .box-left .txt01 {
    font-size: 5.313vw;
    font-weight: 900;
    line-height: 1;
    writing-mode: vertical-rl;
    background: rgba(255, 255, 255, 0.2);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-right: 2.083vw;
    flex-shrink: 0;
    transform: rotate(180deg);
}

#dekton_box02 .dekton_box02__cont .box-left h3 {
    color: #fff;
    font-size: 5.208vw;
    font-weight: 600;
    line-height: 1.2;
}

#dekton_box02 .dekton_box02__cont .box-right {
    display: flex;
    flex-direction: column;
}

#dekton_box02 .dekton_box02__cont .box-right .block {
    width: 100%;
    display: flex;
}

#dekton_box02 .dekton_box02__cont .box-right .frame {
    padding: 0 3vw 45px;
}

#dekton_box02 .dekton_box02__cont .box-right .frame h4 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 20px;
}

#dekton_box02 .dekton_box02__cont .box-right .frame--01 {
    width: calc(50% + 0.365vw);
    background: #fff;
}

#dekton_box02 .dekton_box02__cont .box-right .frame--02 {
    width: calc(50% - 0.365vw);
    background: #0779f1;
    color: #fff;
}

#dekton_box02 .dekton_box02__cont .box-right .frame--03 {
    width: 100%;
    height: 100%;
    background: #000936;
    color: #fff;
    padding-top: 40px;
}

@media screen and (max-width: 1024px) {
    #dekton_box02::after {
        content: none;
    }

    #dekton_box02 .bg {
        display: none;
    }

    #dekton_box02 .dekton_box02__cont {
        flex-direction: column;
        padding: 100px 0 14.648vw;
    }

    #dekton_box02 .dekton_box02__cont>div {
        width: 100%;
    }

    #dekton_box02 .dekton_box02__cont .box-left {
        justify-content: center;
        background: #18191b;
        position: relative;
        padding: 40px 3vw 14.648vw;
    }

    #dekton_box02 .dekton_box02__cont .box-left::before {
        content: "";
        width: 100%;
        height: 10.449vw;
        background: url("../images/dekton/bg04.png") no-repeat center bottom;
        background-size: 100%;
        position: absolute;
        z-index: -1;
        top: -10vw;
        left: 0;
    }

    #dekton_box02 .dekton_box02__cont .box-left h3 {
        font-size: 7vw;
    }

    #dekton_box02 .dekton_box02__cont .box-left .txt01 {
        font-size: 8vw;
        margin-right: 5vw;
    }

    #dekton_box02 .dekton_box02__cont .box-right {
        position: relative;
    }

    #dekton_box02 .dekton_box02__cont .box-right::before {
        content: "";
        width: 100%;
        height: 10vw;
        background: url("../images/dekton/bg05.png") no-repeat center bottom;
        background-size: 100%;
        position: absolute;
        z-index: 1;
        top: -9.5vw;
        left: 0;
    }

    #dekton_box02 .dekton_box02__cont .box-right .frame {
        padding: 0 3vw 40px;
    }

    #dekton_box02 .dekton_box02__cont .box-right .frame h4 {
        font-size: 25px;
    }

    #dekton_box02 .dekton_box02__cont .box-right .frame--01,
    #dekton_box02 .dekton_box02__cont .box-right .frame--02 {
        width: 50%;
    }

    #dekton_box02 .dekton_box02__cont .box-right .frame--03 {
        padding: 40px 3vw 40px;
        position: relative;
    }

    #dekton_box02 .dekton_box02__cont .box-right .frame--03::after {
        content: "";
        width: 100%;
        height: 10.449vw;
        background: url("../images/dekton/bg06.png") no-repeat center top;
        background-size: 100%;
        position: absolute;
        z-index: 1;
        bottom: -10vw;
        left: 0;
    }
}

@media screen and (max-width: 767px) {
    #dekton_box02 .dekton_box02__cont .box-right .frame h4 {
        font-size: 18px;
    }
}

#dekton_box03 {
    padding: 5.208vw 0;
    position: relative;
    z-index: 0;
}

#dekton_box03 .inner {
    position: relative;
    z-index: 9;
}

#dekton_box03 .benefit__block .slick-dotted.slick-slider {
    margin-bottom: 120px;
}

#dekton_box03 .benefit__block dl dt {
    background: #fff;
    border-radius: 10px;
    color: #000;
    font-size: 25px;
    font-weight: 700;
    position: relative;
    cursor: pointer;
    padding: 20px 60px 20px 30px;
    margin-bottom: 50px;
}

#dekton_box03 .benefit__block dl dt:after {
    content: "";
    width: 40px;
    height: 40px;
    background: url("../images/dekton/dekton_ico02.png") no-repeat center;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 40px;
    transform: translateY(-50%);
}

#dekton_box03 .benefit__block dl dt.active:after {
    height: 3px;
    background: url("../images/dekton/dekton_ico01.png") no-repeat center;
    background-size: contain;
}

.benefit__block dd {
    overflow: hidden;
    height: 0;
    transition: all 0.5s ease;
}

.benefit__block dd.active {
    height: auto;
}

.benefit__block dd .slick-next {
    right: 0;
}

.benefit__block dd .slick-prev {
    left: 0;
}

#dekton_box03 .benefit__cont {
    background: #fff;
    border-radius: 10px;
    padding: 40px 30px;
    margin: 0 0 50px;
}

#dekton_box03 .benefit__cont p:not(:last-child) {
    margin-bottom: 20px;
}

@media screen and (max-width: 1024px) {
    #dekton_box03 {
        padding: 60px 0;
    }

    #dekton_box03 .benefit__block .slick-dotted.slick-slider {
        margin-bottom: 75px;
    }

    #dekton_box03 .benefit__block dl dt {
        border-radius: 5px;
        font-size: 22px;
        padding: 15px 50px 15px 20px;
        margin-bottom: 30px;
    }

    #dekton_box03 .benefit__block dl dt:after {
        width: 30px;
        right: 20px;
    }

    #dekton_box03 .benefit__block dl dt.active:after {
        height: 30px;
    }

    #dekton_box03 .benefit__cont {
        border-radius: 5px;
        padding: 20px 20px;
        margin: 0 0 30px;
    }

    #dekton_box03 .benefit__cont p:not(:last-child) {
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 767px) {
    #dekton_box03 .illust03 {
        top: -9.766vw;
    }
}

#dekton_box05 {
    padding: 5.208vw 0;
}

#dekton_box05 .c-title02 {
    margin-bottom: 50px;
}

@media screen and (max-width: 1024px) {
    #dekton_box05 {
        padding: 0 0 60px;
    }

    #dekton_box05 .c-title02 {
        margin-bottom: 35px;
    }
}

#dekton_box07 {
    padding: 5.208vw 0 0;
}

@media screen and (max-width: 1024px) {
    #dekton_box07 {
        padding: 60px 0 0;
    }
}

#silestone_mainv {
    position: relative;
}

#silestone_box01 {
    overflow: hidden;
    padding: 5.208vw 0;
}

@media screen and (max-width: 1024px) {
    #silestone_box01 {
        padding: 60px 0 60px;
    }
}

@media screen and (max-width: 767px) {
    #silestone_box01 {
        padding: 60px 0;
    }
}

#silestone_box02 {
    padding-bottom: 5.208vw;
}

#silestone_box02 .silestone_bg {
    position: relative;
    z-index: 9;
}

#silestone_box02 .silestone__block {
    background: #aad8ec;
    position: relative;
    z-index: 1;
    padding: 10vw 0 0;
    margin-top: -10vw;
}

#silestone_box02 .silestone__block .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

#silestone_box02 .silestone__block .bg::after {
    content: "";
    width: 100%;
    height: 10.417vw;
    background: url("../images/silestone/union_bg02.png") no-repeat center top;
    background-size: contain;
    position: absolute;
    bottom: -10vw;
}

#silestone_box02 .silestone__cont {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5vw 0 0;
}

#silestone_box02 .silestone__fr {
    width: 47%;
    max-width: 480px;
    flex-shrink: 0;
    margin-right: 3vw;
}

#silestone_box02 .silestone__fr h4 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 20px;
}

@media screen and (max-width: 1024px) {
    #silestone_box02 .silestone__fr h4 {
        font-size: 20px;
    }

    #silestone_box02 .silestone figure {
        width: 50%;
    }
}

@media screen and (max-width: 767px) {
    #silestone_box02 {
        padding-bottom: 8vw;
    }

    #silestone_box02 .silestone__cont {
        flex-direction: column;
    }

    #silestone_box02 .silestone__fr {
        width: 100%;
        max-width: 100%;
        margin: 0;
    }

    #silestone_box02 .silestone__fr h4 {
        font-size: 18px;
    }

    #silestone_box02 .silestone figure {
        width: 100%;
    }
}

#silestone_box03 {
    padding: 7.5vw 0;
    position: relative;
    z-index: 0;
}

#silestone_box03 .inner {
    position: relative;
    z-index: 9;
}

#silestone_box03 .benefit__block dl:not(:last-child) {
    margin-bottom: 120px;
}

#silestone_box03 .benefit__block dl dt {
    background: #fff;
    border-radius: 10px;
    color: #000;
    font-size: 40px;
    font-weight: 700;
    position: relative;
    cursor: pointer;
    padding: 28px 80px 20px 40px;
    margin-bottom: 50px;
}

#silestone_box03 .benefit__block dl dt:after {
    content: "";
    width: 40px;
    height: 3px;
    background: url("../images/dekton/dekton_ico01.png") no-repeat center;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 40px;
    transform: translateY(-50%);
}

#silestone_box03 .benefit__block dl dt.active:after {
    height: 40px;
    background: url("../images/dekton/dekton_ico02.png") no-repeat center;
    background-size: contain;
}

@media screen and (max-width: 1024px) {
    #silestone_box03 {
        padding: 60px 0;
    }

    #silestone_box03 .benefit__block dl:not(:last-child) {
        margin-bottom: 75px;
    }

    #silestone_box03 .benefit__block dl dt {
        border-radius: 5px;
        font-size: 22px;
        padding: 15px 50px 15px 20px;
        margin-bottom: 30px;
    }

    #silestone_box03 .benefit__block dl dt:after {
        width: 30px;
        right: 20px;
    }

    #silestone_box03 .benefit__block dl dt.active:after {
        height: 30px;
    }
}

@media screen and (max-width: 767px) {
    #silestone_box03 .illust03 {
        top: -9.766vw;
    }
}

#silestone_box05 {
    position: relative;
    padding: 5.208vw 0 0;
}

#silestone_box05 .inner {
    position: relative;
    z-index: 9;
}

#silestone_box05 .c-title02 {
    margin-bottom: 50px;
}

@media screen and (max-width: 1024px) {
    #silestone_box05 {
        padding: 0;
    }

    #silestone_box05 .c-title02 {
        margin-bottom: 35px;
    }
}

#silestone_box06 {
    padding: 5.208vw 0 0;
}

#silestone_box06 .m-block06:not(:last-child) {
    margin-bottom: 150px;
}

@media screen and (max-width: 1024px) {
    #silestone_box06 {
        padding: 60px 0 0;
    }

    #silestone_box06 .m-block06:not(:last-child) {
        margin-bottom: 85px;
    }
}

@media screen and (max-width: 767px) {
    #silestone_box06 .m-block06:not(:last-child) {
        margin-bottom: 70px;
    }
}

#silestone_box07 {
    position: relative;
    padding: 5.208vw 0 0;
}

#silestone_box07 .inner {
    position: relative;
    z-index: 9;
}

@media screen and (max-width: 1024px) {
    #silestone_box07 {
        padding: 60px 0 0;
    }
}

#marble_mainv {
    position: relative;
}

#marble_box01 {
    overflow: hidden;
    padding: 5.208vw 0;
}

@media screen and (max-width: 1024px) {
    #marble_box01 {
        padding: 60px 0 60px;
    }
}

@media screen and (max-width: 767px) {
    #marble_box01 {
        padding: 60px 0;
    }
}

#marble_box02 .c-title02 {
    margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
    #marble_box02 .c-title02 {
        margin-bottom: 35px;
    }
}

#marble_box03 {
    padding: 5.208vw 0;
}

@media screen and (max-width: 1024px) {
    #marble_box03 {
        padding: 60px 0;
    }
}

#marble_box05 {
    padding: 50px 0 100px;
}

#marble_box05 .c-title02 {
    margin-bottom: 50px;
}

@media screen and (max-width: 1024px) {
    #marble_box05 {
        padding: 0 0 60px;
    }

    #marble_box05 .c-title02 {
        margin-bottom: 35px;
    }
}

#marble_box07 {
    position: relative;
    padding: 5.208vw 0 0;
}

#marble_box07 .inner {
    position: relative;
    z-index: 9;
}

@media screen and (max-width: 1024px) {
    #marble_box07 {
        padding: 50px 0 0;
    }
}

#granite_mainv {
    position: relative;
}

#granite_box01 {
    overflow: hidden;
    padding: 5.208vw 0;
}

@media screen and (max-width: 1024px) {
    #granite_box01 {
        padding: 60px 0 60px;
    }
}

@media screen and (max-width: 767px) {
    #granite_box01 {
        padding: 60px 0;
    }
}

#granite_box02 .c-title02 {
    margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
    #granite_box02 .c-title02 {
        margin-bottom: 35px;
    }
}

#granite_box03 {
    padding: 5.208vw 0;
}

@media screen and (max-width: 1024px) {
    #granite_box03 {
        padding: 60px 0;
    }
}

#granite_box05 {
    padding: 50px 0 100px;
}

#granite_box05 .c-title02 {
    margin-bottom: 50px;
}

@media screen and (max-width: 1024px) {
    #granite_box05 {
        padding: 0 0 60px;
    }

    #granite_box05 .c-title02 {
        margin-bottom: 35px;
    }
}

#granite_box07 {
    padding: 5.208vw 0 0;
}

@media screen and (max-width: 1024px) {
    #granite_box07 {
        padding: 60px 0 0;
    }
}

#detail_mainv {
    position: relative;
    z-index: 2;
}

#detail_mainv .m-mainv01 {
    background-image: url(../images/detail/mainv.jpg);
}

#detail_box01 {
    z-index: 1;
    position: relative;
    padding: 5.208vw 0 0;
    overflow: hidden;
}

@media screen and (max-width: 1024px) {
    #detail_box01 {
        padding: 50px 0 0;
    }
}

#detail_box02 {
    padding: 100px 0;
}

#detail_box02 .list-fea {
    display: flex;
    justify-content: space-between;
    max-width: 1000px;
    text-align: center;
    gap: 20px;
    margin: 0 auto 100px;
}

#detail_box02 .list-fea li {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#detail_box02 .list-fea li figure {
    width: 115px;
    height: 115px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    margin-bottom: 15px;
}

#detail_box02 .list-fea li figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

#detail_box02 .list-fea li p {
    color: #000;
    font-size: 20px;
}

#detail_box02 .reference_block {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 50px;
}

#detail_box02 .reference_block .reference_cont {
    width: 50%;
    max-width: 500px;
    flex-shrink: 0;
    margin-right: 50px;
}

viewmore_ #detail_box02 .reference_block .reference_cont h3 {
    font-size: 25px;
    margin-bottom: 20px;
}

#detail_box02 .reference_block .reference_cont p {
    font-size: 18px;
    margin-bottom: 20px;
}

#detail_box02 .reference_block .reference_img {
    width: 50%;
    max-width: 650px;
    line-height: 0;
    border-radius: 10px;
    overflow: hidden;
}

#detail_box02 .detail_block .hide_cont {
    max-height: calc(1em * 2 * 2);
    overflow: hidden;
    margin-bottom: 50px;
}

#detail_box02 .detail_block .hide_cont h2,
#detail_box02 .detail_block .hide_cont h3,
#detail_box02 .detail_block .hide_cont h4,
#detail_box02 .detail_block .hide_cont h5,
#detail_box02 .detail_block .hide_cont h6 {
    margin-bottom: 20px;
}

#detail_box02 .detail_block .hide_cont p:not(:last-child) {
    margin-bottom: 15px;
}

#detail_box02 .detail_block .hide_cont div:not(:last-child) {
    margin: 20px 0;
}

#detail_box02 .detail_block .hide_cont figure {
    line-height: 1;
}

#detail_box02 .detail_block .hide_cont figcaption {
    margin: 10px 0 0;
}

#detail_box02 .detail_block .hide_cont iframe {
    height: 80vh;
}

#detail_box02 .detail_block .hide_cont.showmore {
    max-height: none;
}

#detail_box02 .detail_block .viewmore_btn {
    width: 100%;
    max-width: 900px;
    height: 60px;
    background: #fff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-size: 20px;
    font-weight: 600;
    position: relative;
    cursor: pointer;
    margin: 0 auto;
}

#detail_box02 .detail_block .viewmore_btn::after {
    content: "";
    width: 24px;
    height: 12px;
    background: url(../images/ico_arr02.svg) no-repeat center;
    background-size: contain;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease;
    right: 30px;
}

#detail_box02 .detail_block .viewmore_btn.active::after {
    transform: translateY(-50%) rotate(180deg);
    transition: all 0.3s ease;
}

#detail_box02 .detail_block .viewmore_btn .txt02 {
    display: none;
}

#detail_box02 .detail_block .viewmore_btn.active .txt01 {
    display: none;
}

#detail_box02 .detail_block .viewmore_btn.active .txt02 {
    display: block;
}

@media screen and (max-width: 1024px) {
    #detail_box02 {
        padding: 50px 0 9.766vw;
    }

    #detail_box02 .list-fea {
        margin-bottom: 50px;
    }

    #detail_box02 .reference_block .reference_cont {
        margin-right: 3vw;
    }

    #detail_box02 .reference_block .reference_cont h3 {
        font-size: 20px;
    }

    #detail_box02 .reference_block .reference_cont p {
        font-size: 15px;
    }

    #detail_box02 .detail_block .viewmore_btn {
        height: 50px;
        font-size: 16px;
        border-radius: 5px;
    }
}

@media screen and (max-width: 767px) {
    #detail_box02 .reference_block {
        flex-direction: column-reverse;
    }

    #detail_box02 .reference_block .reference_img {
        width: 100%;
        max-width: 100%;
        border-radius: 5px;
        margin: 0 0 40px;
    }

    #detail_box02 .reference_block .reference_cont {
        width: 100%;
        max-width: 100%;
        margin: 0;
    }

    #detail_box02 .list-fea {
        justify-content: center;
    }

    #detail_box02 .list-fea li {
        margin: 0 10px;
    }

    #detail_box02 .list-fea li figure {
        width: 70px;
        height: 70px;
    }

    #detail_box02 .list-fea li p {
        font-size: 15px;
    }
}

@media screen and (max-width: 490px) {
    #detail_box02 .list-fea {
        max-width: 300px;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    #detail_box02 .list-fea li {
        width: calc(50% - 10px);
        margin: 0;
    }
}

#detail_box03 {
    position: relative;
    padding: 12vw 0 14vw;
    margin-bottom: 100px;
}

#detail_box03 .inner {
    position: relative;
    z-index: 9;
}

#detail_box03::after {
    content: "";
    width: 100%;
    height: calc(100% - 16vw);
    background: #000936;
    position: absolute;
    top: 9vw;
    left: 0;
}

#detail_box03 .c-slider01 .slick-dots li.slick-active button:before {
    background: #0779f1;
}

@media screen and (max-width: 1024px) {
    #detail_box03 {
        margin-bottom: 60px;
        padding: 80px 0;
    }
}

#detail_box04 .block:not(:last-child) {
    margin-bottom: 5.208vw;
}

#detail_box04 .detail_list01 {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px -30px;
}

#detail_box04 .detail_list01 li {
    width: calc((100% - 90px) / 3);
    margin: 0 15px 30px;
}

#detail_box04 .detail_list01 li figure {
    width: 100%;
    height: 280px;
    background: #fff;
    border: 1px solid #dee0e7;
    border-radius: 10px;
    overflow: hidden;
    line-height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
    margin-bottom: 15px;
}

#detail_box04 .detail_list01 li figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

#detail_box04 .detail_list01 li a {
    display: block;
    color: #000936;
    font-size: 20px;
    font-weight: 600;
}

#detail_box04 .detail_list01--01 {
    margin: 0 -11px -30px;
}

#detail_box04 .detail_list01--01 li {
    width: calc(25% - 22px);
    margin: 0 11px 30px;
}

@media screen and (max-width: 1024px) {
    #detail_box04 .block:not(:last-child) {
        margin-bottom: 50px;
    }

    #detail_box04 .detail_list01 {
        margin: 0 -10px -30px;
    }

    #detail_box04 .detail_list01 li {
        width: calc((100% - 60px) / 3);
        margin: 0 10px 30px;
    }

    #detail_box04 .detail_list01 li a {
        font-size: 16px;
    }

    #detail_box04 .detail_list01 li figure {
        height: 250px;
    }
}

@media screen and (max-width: 767px) {
    #detail_box04 .detail_list01 {
        max-width: 520px;
        justify-content: space-between;
        margin: 0 auto -30px;
    }

    #detail_box04 .detail_list01 li {
        width: calc(50% - 10px);
        margin: 0 0 30px;
    }

    #detail_box04 .detail_list01 li figure {
        border-radius: 5px;
    }
}

@media screen and (max-width: 490px) {
    #detail_box04 .detail_list01 li {
        width: calc(50% - 5px);
    }

    #detail_box04 .detail_list01 li figure {
        height: 180px;
    }
}

#detail_box05 {
    position: relative;
    padding: 100px 0 0;
}

@media screen and (max-width: 1024px) {
    #detail_box05 {
        padding: 50px 0 0;
    }
}

#kitchen_mainv {
    position: relative;
    z-index: 2;
}

#kitchen_mainv .m-mainv01 {
    background-image: url(../images/kitchen/mainv.jpg);
}

#kitchen_box01 {
    z-index: 1;
    position: relative;
    padding: 5.208vw 0;
    overflow: hidden;
}

#kitchen_box01 .list-3cols>li {
    border-radius: none;
    background: none;
}

#kitchen_box01 .list-3cols>li figure {
    border-radius: 10px;
    overflow: hidden;
    line-height: 0;
}

#kitchen_box01 .list-3cols>li figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

#kitchen_box01 .list-3cols>li .sec {
    padding: 15px 0 0;
}

#kitchen_box01 .list-3cols>li .sec h4 {
    font-size: 22px;
    text-align: left;
}

@media screen and (max-width: 1024px) {
    #kitchen_box01 {
        padding: 50px 0;
    }

    #kitchen_box01 .list-3cols>li .sec h4 {
        font-size: 18px;
    }
}

@media screen and (max-width: 767px) {
    #kitchen_box01 .list-3cols>li figure {
        border-radius: 5px;
    }

    #kitchen_box01 .list-3cols>li .sec h4 {
        font-size: 16px;
    }
}

#kitchen_box02 {
    position: relative;
    padding: 12vw 0 14vw;
    margin-bottom: 5.208vw;
}

#kitchen_box02 .inner {
    display: flex;
    justify-content: space-between;
    position: relative;
    color: #fff;
    z-index: 9;
}

#kitchen_box02 .inner h3 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 40px;
}

#kitchen_box02 .inner .sec {
    margin-bottom: 50px;
}

#kitchen_box02 .inner .c-btn01 {
    margin-left: auto;
}

#kitchen_box02 .inner .box02_img {
    width: 50%;
    max-width: 580px;
    margin-right: 50px;
    flex-shrink: 0;
    line-height: 0;
    border-radius: 10px;
    overflow: hidden;
}

#kitchen_box02 .inner .box02_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

#kitchen_box02::after {
    content: "";
    width: 100%;
    height: calc(100% - 16vw);
    background: #000936;
    position: absolute;
    top: 9vw;
    left: 0;
}

@media screen and (max-width: 1024px) {
    #kitchen_box02 {
        margin-bottom: 50px;
        padding: 14vw 0;
    }

    #kitchen_box02 .inner .box02_img {
        margin-right: 3vw;
    }

    #kitchen_box02 .inner h3 {
        font-size: 22px;
        margin-bottom: 25px;
    }
}

@media screen and (max-width: 767px) {
    #kitchen_box02 .inner {
        flex-direction: column-reverse;
        align-items: center;
    }

    #kitchen_box02 .inner .box02_cont {
        margin: 0 0 40px;
    }

    #kitchen_box02 .inner .sec {
        margin-bottom: 30px;
    }

    #kitchen_box02 .inner .c-btn01 {
        margin: 0;
    }

    #kitchen_box02 .inner .box02_img {
        width: 100%;
        max-width: 100%;
        border-radius: 5px;
        margin: 0;
    }
}

#kitchen_box03 .c-title02 {
    margin-bottom: 40px;
}

#kitchen_box04 {
    padding: 100px 0 0;
}

#kitchen_box04 .list-2cols .sec {
    padding: 0 25px 25px;
}

#kitchen_box04 .list-2cols .sec .logo {
    line-height: 0;
    margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
    #kitchen_box04 {
        padding: 50px 0 0;
    }

    #kitchen_box04 .list-2cols .sec {
        padding: 0 3vw 20px;
    }
}

#kitchen_box05 {
    position: relative;
    padding: 5.208vw 0 0;
}

#kitchen_box05 .c-title02 {
    margin-bottom: 40px;
}

@media screen and (max-width: 1024px) {
    #kitchen_box05 {
        padding: 50px 0 0;
    }
}

#kitchen_box06 {
    padding: 100px 0 0;
    position: relative;
    z-index: 0;
}

#kitchen_box06 .illust04 {
    z-index: -1;
}

@media screen and (max-width: 767px) {
    #kitchen_box06 {
        padding: 50px 0 0;
    }
}

.c-btn01 {
    width: 170px;
    height: 40px;
}

.c-btn01 a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    background: #0779f1;
    border-radius: 5px;
    color: #fff;
    /* font-size: 18px; */
    font-weight: 400;
    text-align: left;
    padding: 10px 15px;
    position: relative;
    box-sizing: border-box;
}

.c-btn01 a::after {
    content: "";
    width: 30px;
    height: 15px;
    background: url("../images/arr_btn01.svg") no-repeat center;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
}

.c-btn01 a:hover {
    opacity: 0.7;
}

@media screen and (max-width: 1024px) {
    .c-btn01 {
        width: 180px;
        height: 45px;
    }

    .c-btn01 a {
        font-size: 15px;
        padding: 10px 15px;
    }

    .c-btn01 a::after {
        width: 30px;
        height: 12px;
        right: 15px;
    }
}

.c-btn01--01 a {
    background: #ff2b2b;
}

.viewall-link {
    text-align: right;
    margin-bottom: 20px;
}

.viewall-link a {
    display: inline-flex;
    align-items: center;
    color: #000936;
    font-size: 18px;
    font-weight: 400;
    position: relative;
}

.viewall-link a:hover {
    opacity: 0.7;
}

.viewall-link a::after {
    content: "";
    width: 40px;
    height: 15px;
    background: url(../images/arrow_icon02.png) no-repeat center;
    background-size: contain;
    display: block;
    margin-left: 20px;
}

@media screen and (max-width: 1024px) {
    .viewall-link a {
        font-size: 16px;
    }

    .viewall-link a::after {
        width: 30px;
        height: 12px;
    }
}

.btn_submit {
    width: 200px;
    height: 50px;
    display: flex;
    align-items: center;
    background: #0779f1;
    border-radius: 5px;
    position: relative;
    box-sizing: border-box;
    transition: all 0.3s ease;
}

.btn_submit::after {
    content: "";
    width: 30px;
    height: 12px;
    background: url(../images/arr_btn01.svg) no-repeat center;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    pointer-events: none;
}

.btn_submit:hover {
    opacity: 0.7;
}

.btn_submit input {
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    text-align: left;
    background: none;
    border: none;
    padding: 10px 26px;
}

@media screen and (max-width: 1024px) {
    .btn_submit {
        width: 180px;
        height: 45px;
    }

    .btn_submit::after {
        width: 30px;
        height: 12px;
        right: 15px;
    }

    .btn_submit input {
        font-size: 15px;
        padding: 10px 15px;
    }
}

.c-title01 {
    display: inline-block;
    font-size: 28px;
    font-weight: 600;
    position: relative;
    padding: 0 20px 10px 0;
}

.c-title01::after {
    content: "";
    width: calc(100% + 50px);
    height: 10px;
    background: url("../images/ico_line.svg") no-repeat right;
    background-size: contain;
    position: absolute;
    bottom: 0;
    right: 0;
}

/* @media screen and (max-width: 1024px) {
    .c-title01 {
      font-size: 25px;
    }
  } */
.c-title02 {
    color: #fff;
    font-size: 28px;
    font-weight: 600;
    text-align: center;
    padding: 0 0 20px;
    margin: 0 0 50px;
    position: relative;
}

.c-title02--01 {
    color: #000936;
}

.c-title02::after {
    content: "";
    width: 250px;
    height: 16px;
    background: url("../images/decor.svg") no-repeat center;
    background-size: contain;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

@media screen and (max-width: 1024px) {
    .c-title02 {
        font-size: 25px;
        margin: 0 0 30px;
    }
}

.c-title03 {
    display: inline-block;
    color: #000936;
    font-size: 28px;
    font-weight: 600;
    padding: 0 35px 10px 0;
    position: relative;
    margin-bottom: 50px;
}

.c-title03::before {
    content: "";
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #000936;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
}

.c-title03::after {
    content: "";
    width: calc(100% + 1000px);
    height: 1px;
    background: #000936;
    position: absolute;
    bottom: 6px;
    right: 0;
}

@media screen and (max-width: 1024px) {
    .c-title03 {
        font-size: 25px;
        padding: 0 25px 10px 0;
        margin-bottom: 35px;
    }

    .c-title03::before {
        content: "";
        width: 9px;
        height: 9px;
    }

    .c-title03::after {
        bottom: 4px;
    }
}

.m-form {
    display: flex;
    justify-content: space-between;
    max-width: 300px;
    width: 100%;
}

@media (min-width: 767px) and (max-width: 1023px) {
    .m-form {
        max-width: 200px;
    }
}

.m-form input {
    background-color: white;
    border-bottom: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.m-form button {
    background-color: #0779f1;
    border-color: #0779f1;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.list-2cols {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 0 -40px;
}

@media screen and (max-width: 767px) {
    .list-2cols {
        flex-direction: column;
        margin: 0 0 -30px;
    }
}

.list-2cols>li {
    width: calc(50% - 20px);
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    margin: 0 0 40px;
}

.list-2cols>li a {
    display: block;
    color: #000;
}

.list-2cols>li figure {
    width: 100%;
    line-height: 0;
}

.list-2cols>li figure img {
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 1024px) {
    .list-2cols>li {
        width: calc(50% - 15px);
    }
}

@media screen and (max-width: 767px) {
    .list-2cols>li {
        width: 100%;
        border-radius: 5px;
        margin: 0 0 30px;
    }
}

.list-3cols {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px -30px;
}

.list-3cols>li {
    width: calc((100% - 90px) / 3);
    background: #ffffff;
    border-radius: 10px;
    filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.15));
    overflow: hidden;
    margin: 0 15px 30px;
}

.list-3cols>li a:hover {
    opacity: 0.7;
}

.list-3cols>li figure {
    width: 100%;
    height: 300px;
    overflow: hidden;
    line-height: 0;
}

.list-3cols>li figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.list-3cols>li .sec {
    color: #000936;
    text-align: center;
    padding: 20px 20px 30px;
}

.list-3cols>li .sec .ttl {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.list-3cols>li .sec .txt {
    color: #000;
    margin-bottom: 15px;
}

.list-3cols>li .sec .link a {
    display: flex;
    align-items: center;
    color: #000936;
    font-size: 14px;
    position: relative;
    transition: all 0.3s ease;
}

.list-3cols>li .sec .link a:hover {
    opacity: 0.7;
}

.list-3cols>li .sec .link a::after {
    content: "";
    width: 30px;
    height: 12px;
    background: url(../images/arr_btn02.svg) no-repeat center;
    background-size: contain;
    position: relative;
    display: block;
    margin-left: 8px;
}

.list-3cols>li .gr-link {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 0 -10px;
}

.list-3cols>li .gr-link .link {
    margin: 0 0 10px;
}

.list-3cols>li .gr-link .link:not(:last-child) {
    margin-right: 10px;
}

@media screen and (max-width: 1200px) {
    .list-3cols>li figure {
        height: 23vw;
    }
}

@media screen and (max-width: 1024px) {
    .list-3cols {
        margin: 0 -10px -20px;
    }

    .list-3cols>li {
        width: calc((100% - 60px) / 3);
        margin: 0 10px 30px;
    }

    .list-3cols>li .sec {
        padding: 20px 15px;
    }

    .list-3cols>li .sec .ttl {
        font-size: 18px;
    }
}

@media screen and (max-width: 767px) {
    .list-3cols {
        margin: 0 -10px -30px;
    }

    .list-3cols>li {
        width: calc(50% - 20px);
        margin: 0 10px 30px;
    }

    .list-3cols>li figure {
        height: 35.202vw;
    }

    .list-3cols>li .sec {
        padding: 20px 3vw;
    }
}

@media screen and (max-width: 490px) {
    .list-3cols {
        flex-direction: column;
        align-items: center;
        margin: 0 auto -30px;
    }

    .list-3cols>li {
        width: 100%;
        margin: 0 0 30px;
    }

    .list-3cols>li figure {
        height: 60vw;
    }
}

.list-4cols {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -20px -50px;
}

@media screen and (max-width: 1024px) {
    .list-4cols {
        margin: 0 -10px -30px;
    }
}

.list-4cols>li {
    width: calc(25% - 40px);
    margin: 0 20px 50px;
}

.list-4cols>li figure {
    width: 270px;
    height: 270px;
    border-radius: 50%;
    line-height: 0;
    overflow: hidden;
    margin-bottom: 20px;
}

.list-4cols>li figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all 0.5s ease;
}

.list-4cols>li>a {
    display: block;
    color: #000936;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
}

@media screen and (max-width: 1024px) {
    .list-4cols>li>a {
        font-size: 15px;
    }
}

.list-4cols>li>a:hover img {
    transform: scale(1.1, 1.1);
}

@media screen and (max-width: 1300px) {
    .list-4cols>li figure {
        width: 20.769vw;
        height: 20.769vw;
    }
}

@media screen and (max-width: 1024px) {
    .list-4cols>li {
        width: calc(25% - 20px);
        margin: 0 10px 30px;
    }

    .list-4cols>li figure {
        width: 21.582vw;
        height: 21.582vw;
    }
}

@media screen and (max-width: 767px) {
    .list-4cols>li {
        width: calc(50% - 20px);
        max-width: 180px;
    }

    .list-4cols>li figure {
        width: 42.067vw;
        height: 42.067vw;
        max-width: 180px;
        max-height: 180px;
    }
}

.c-slider01 .slick-prev {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background: #fff !important;
    z-index: 9;
    transition: all 0.3s ease;
}

.c-slider01 .slick-prev::before {
    content: "";
    width: 40px;
    height: 15px;
    background: url("../images/arrow_icon02.png") no-repeat center;
    background-size: contain;
    transform: rotate(180deg);
    display: block;
}

@media screen and (max-width: 1024px) {
    .c-slider01 .slick-prev {
        width: 50px;
        height: 50px;
        left: -20px;
    }

    .c-slider01 .slick-prev::before {
        width: 30px;
        height: 12px;
    }
}

.c-slider01 .slick-next {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background: #fff !important;
    z-index: 9;
    transition: all 0.3s ease;
}

.c-slider01 .slick-next::before {
    content: "";
    width: 40px;
    height: 15px;
    background: url("../images/arrow_icon02.png") no-repeat center;
    background-size: contain;
    display: block;
}

@media screen and (max-width: 1024px) {
    .c-slider01 .slick-next {
        width: 50px;
        height: 50px;
        right: -20px;
    }

    .c-slider01 .slick-next::before {
        width: 30px;
        height: 12px;
    }
}

.c-slider01 .slick-dots {
    bottom: -65px;
}

.c-slider01 .slick-dots li button:before {
    width: 18px;
    height: 18px;
    border: 1px solid #000936;
    opacity: 1;
}

.c-slider01 .slick-dots li.slick-active button:before {
    background: #000936;
}

@media screen and (max-width: 1024px) {
    .c-slider01 .slick-dots {
        bottom: -40px;
    }

    .c-slider01 .slick-dots li {
        width: 10px;
        height: 10px;
    }

    .c-slider01 .slick-dots li button:before {
        width: 10px;
        height: 10px;
    }
}

.c-slider01 .items {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.15));
    margin: 0 10px;
}

.c-slider01 .items a {
    color: #000936;
    transition: all 0.3s ease;
}

@media screen and (min-width: 1025px) {
    .c-slider01 .items a:hover {
        opacity: 0.7;
    }
}

.c-slider01 .items figure {
    height: 220px;
    overflow: hidden;
    line-height: 0;
}

.c-slider01 .items figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.c-slider01 .items .sec {
    padding: 20px 20px 15px;
}

.c-slider01 .items .sec h4 {
    font-size: 20px;
    font-weight: 600;
}

.c-slider01 .items .sec h4:not(:last-child) {
    margin-bottom: 10px;
}

.c-slider01 .items .sec .txt {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
}

.c-slider01 .items .sec .list-tag {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 -10px;
}

.c-slider01 .items .sec .list-tag li {
    width: 100%;
    color: #000;
    font-size: 14px;
}

.c-slider01 .items .sec .list-tag li.sku {
    width: auto;
    background: #000936;
    color: #fff;
    font-size: 12px;
    padding: 5px 10px;
    margin-bottom: 5px;
}

.c-slider01 .items .sec .tag {
    display: inline-flex;
    height: 34px;
    width: auto;
    align-items: center;
    justify-content: center;
    background: #000936;
    color: #fff;
    font-size: 12px;
    padding: 5px 20px;
    margin-bottom: 10px;
}

@media screen and (max-width: 1024px) {
    .c-slider01 .items .sec {
        padding: 15px 3vw;
    }

    .c-slider01 .items .sec h4 {
        font-size: 15px;
    }

    .c-slider01 .items .sec .list-tag {
        margin: 0 0 -5px;
    }

    .c-slider01 .items .sec .list-tag li {
        font-size: 12px;
        padding: 5px 5px;
    }

    .c-slider01 .items .sec .tag {
        height: 25px;
        padding: 5px 5px;
    }
}

.c-slider01.slider02 .items figure {
    height: 300px;
}

@media screen and (max-width: 1024px) {
    .c-slider01 .items {
        border-radius: 5px;
        margin: 0 5px;
    }

    .c-slider01 .items figure {
        height: 180px;
    }

    .c-slider01.slider02 .items figure {
        height: 260px;
    }
}

@media screen and (max-width: 767px) {
    .c-slider01 .items figure {
        height: 40vw;
        max-height: 220px;
    }

    .c-slider01.slider02 .items figure {
        height: 60vw;
        max-height: 400px;
    }
}

.c-slider02 .slick-prev {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background: #fff !important;
    z-index: 9;
    transition: all 0.3s ease;
}

.c-slider02 .slick-prev::before {
    content: "";
    width: 40px;
    height: 15px;
    background: url("../images/arrow_icon02.png") no-repeat center;
    background-size: contain;
    transform: rotate(180deg);
    display: block;
}

@media screen and (max-width: 1024px) {
    .c-slider02 .slick-prev {
        width: 50px;
        height: 50px;
        left: -20px;
    }

    .c-slider02 .slick-prev::before {
        width: 30px;
        height: 12px;
    }
}

.c-slider02 .slick-next {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background: #fff !important;
    z-index: 9;
    transition: all 0.3s ease;
}

.c-slider02 .slick-next::before {
    content: "";
    width: 40px;
    height: 15px;
    background: url("../images/arrow_icon02.png") no-repeat center;
    background-size: contain;
    display: block;
}

@media screen and (max-width: 1024px) {
    .c-slider02 .slick-next {
        width: 50px;
        height: 50px;
        right: -20px;
    }

    .c-slider02 .slick-next::before {
        width: 30px;
        height: 12px;
    }
}

.c-slider02 .slick-dots {
    bottom: -65px;
}

.c-slider02 .slick-dots li button:before {
    width: 18px;
    height: 18px;
    border: 1px solid #000936;
    opacity: 1;
}

.c-slider02 .slick-dots li.slick-active button:before {
    background: #000936;
}

@media screen and (max-width: 1024px) {
    .c-slider02 .slick-dots {
        bottom: -40px;
    }

    .c-slider02 .slick-dots li {
        width: 10px;
        height: 10px;
    }

    .c-slider02 .slick-dots li button:before {
        width: 10px;
        height: 10px;
    }
}

.c-slider02 .items {
    margin: 0 10px;
}

.c-slider02 .items a {
    color: #000936;
    transition: all 0.3s ease;
}

@media screen and (min-width: 1025px) {
    .c-slider02 .items a:hover {
        opacity: 0.7;
    }
}

.c-slider02 .items figure {
    height: 380px;
    border-radius: 10px;
    overflow: hidden;
    line-height: 0;
}

.c-slider02.c-slider02--01 .items figure {
    height: 285px;
}

.c-slider02 .items figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.c-slider02 .items h4 {
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 15px 0 0;
}

@media screen and (max-width: 1200px) {
    .c-slider02 .items figure {
        height: 29.667vw;
    }

    .c-slider02.c-slider02--01 .items figure {
        height: 21.833vw;
    }
}

@media screen and (max-width: 1024px) {
    .c-slider02 .items {
        border-radius: 5px;
        margin: 0 5px;
    }

    .c-slider02 .items h4 {
        font-size: 15px;
    }
}

@media screen and (max-width: 767px) {
    .c-slider02 {
        max-width: 380px;
        margin: 0 auto;
    }

    .c-slider02.c-slider02--01 {
        max-width: 100%;
        margin: 0 auto;
    }

    .c-slider02 .items figure {
        height: 91.467vw;
        max-height: 380px;
    }

    .c-slider02.c-slider02--01 .items figure {
        height: 45.893vw;
        max-height: 351px;
    }
}

.person-slider {
    color: #fff;
}

.person-slider .items {
    padding: 40px;
}

@media screen and (max-width: 1024px) {
    .person-slider .items {
        padding: 30px 3vw 20px;
    }
}

.person-slider .items figure {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 30px;
}

.person-slider .items .block h4 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.67;
    text-align: center;
    margin-bottom: 25px;
}

@media screen and (max-width: 1024px) {
    .person-slider .items .block h4 {
        font-size: 16px;
        margin-bottom: 15px;
    }
}

.person-slider .items .block p:not(:last-child) {
    line-height: 1.375;
    margin-bottom: 20px;
}

@media screen and (max-width: 1024px) {
    .person-slider .items .block p:not(:last-child) {
        margin-bottom: 15px;
    }
}

.person-slider .slick-dots li button:before {
    opacity: 1;
}

.person-slider .slick-dots li.slick-active button:before {
    background: #0779f1;
}

.person-slider .slick-dots li button:focus:before,
.person-slider .slick-dots li button:hover:before {
    background: #0779f1;
}

.person-slider .slick-prev {
    left: 50px;
    top: 100px;
    z-index: 9;
}

.person-slider .slick-prev::before {
    content: "";
    width: 40px;
    height: 15px;
    background: url("../images/arrow_icon01.png") no-repeat center;
    background-size: contain;
    transform: rotate(180deg);
    display: block;
}

.person-slider .slick-next {
    right: 50px;
    top: 100px;
    z-index: 9;
}

.person-slider .slick-next::before {
    content: "";
    width: 40px;
    height: 15px;
    background: url("../images/arrow_icon01.png") no-repeat center;
    background-size: contain;
    display: block;
}

.bg-wave {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.bg-wave::before {
    content: "";
    width: 100%;
    height: 10.5vw;
    background: url(../images/bg_wave_top.png) no-repeat center top;
    background-size: contain;
    position: absolute;
    top: -3px;
    left: 0;
    z-index: 2;
}

.bg-wave::after {
    content: "";
    width: 100%;
    height: 10.5vw;
    background: url(../images/bg_wave_bottom.png) no-repeat center bottom;
    background-size: contain;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
}

.illust {
    position: absolute;
    z-index: 2;
    pointer-events: none;
}

.illust.illust01 {
    max-width: 593px;
    top: 130px;
    right: 0;
}

@media screen and (max-width: 1500px) {
    .illust.illust01 {
        width: 39.333vw;
    }
}

.illust.illust02 {
    max-width: 900px;
    top: 110px;
    left: 0;
}

@media screen and (max-width: 1500px) {
    .illust.illust02 {
        width: 50vw;
    }
}

.illust.illust03 {
    max-width: 750px;
    top: -50px;
    left: 0;
}

@media screen and (max-width: 1500px) {
    .illust.illust03 {
        width: 45vw;
    }
}

.illust.illust04 {
    max-width: 650px;
    right: 0;
    bottom: -150px;
}

@media screen and (max-width: 1500px) {
    .illust.illust04 {
        width: 40vw;
    }
}

.illust.illust05 {
    max-width: 364px;
    top: 0;
    left: 0;
    mix-blend-mode: exclusion;
}

@media screen and (max-width: 1500px) {
    .illust.illust05 {
        width: 25vw;
    }
}

.illust.illust06 {
    max-width: 405px;
    right: 0;
    bottom: -7vw;
    mix-blend-mode: exclusion;
}

@media screen and (max-width: 1500px) {
    .illust.illust06 {
        width: 27vw;
    }
}

.under_txt {
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 35px;
}

@media screen and (max-width: 1024px) {
    .under_txt {
        font-size: 18px;
    }
}

.m-mainv {
    background-color: #000936;
    display: flex;
    align-items: center;
    color: #fff;
    position: relative;
    z-index: 1;
    padding: 120px 0 100px;
    margin-bottom: 150px;
}

@media screen and (max-width: 1024px) {
    .m-mainv {
        padding: 100px 0 60px;
        margin: -1px 0 60px;
    }
}

.m-mainv::after {
    content: "";
    width: 100%;
    height: 15.625vw;
    background: url(../images/bg_main.svg) no-repeat center bottom;
    background-size: 100%;
    position: absolute;
    bottom: -10.417vw;
    left: 0;
    z-index: -1;
}

.m-mainv .inner {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 9;
}

@media screen and (max-width: 1024px) {
    .m-mainv::after {
        height: 12vw;
    }
}

@media screen and (max-width: 767px) {
    .m-mainv .inner {
        flex-direction: column;
    }
}

.m-mainv__cont {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    max-width: 500px;
}

.m-mainv__cont h1 {
    font-size: 60px;
    font-weight: 700;
}

.m-mainv__cont p {
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 0.03em;
    line-height: 1.61;
}

@media screen and (max-width: 1200px) {
    .m-mainv__cont {
        width: 35vw;
    }

    .m-mainv__cont h1 {
        font-size: 40px;
    }

    .m-mainv__cont p {
        font-size: 20px;
    }
}

@media screen and (max-width: 767px) {
    .m-mainv__cont {
        width: 100%;
        max-width: 100%;
        margin-bottom: 30px;
    }

    .m-mainv__cont h1 {
        font-size: 35px;
    }

    .m-mainv__cont p {
        font-size: 16px;
    }
}

.m-mainv__slider {
    width: 100%;
    max-width: 700px;
}

@media screen and (max-width: 1200px) {
    .m-mainv__slider {
        width: 55vw;
    }
}

@media screen and (max-width: 767px) {
    .m-mainv__slider {
        width: 100%;
        max-width: 100%;
    }
}

.m-mainv .items {
    border-radius: 8px;
    overflow: hidden;
}

.m-mainv .items img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.m-mainv .slick-dots {
    bottom: -40px;
}

.m-mainv .slick-dots li button:before {
    opacity: 1;
}

.m-mainv .slick-dots li.slick-active button:before {
    background: #0779f1;
}

.m-mainv .slick-dots li button:focus:before,
.m-mainv .slick-dots li button:hover:before {
    background: #0779f1;
}

.m-mainv01 {
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    padding: 150px 3vw 300px;
}

.m-mainv01::before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 9, 54, 0.2);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.m-mainv01::after {
    content: "";
    width: 100%;
    height: 10.417vw;
    background: url(../images/icon_wave01.png) no-repeat center;
    background-size: contain;
    position: absolute;
    bottom: -10px;
    left: 0;
    z-index: 2;
}

.m-mainv01 h2,
.m-mainv01 h1 {
    color: #fff;
    font-size: 60px;
    font-weight: 700;
    position: relative;
    z-index: 3;
}

.m-mainv01 h2::after,
.m-mainv01 h1::after {
    content: "";
    width: 77px;
    height: 2px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

@media screen and (max-width: 1024px) {
    .m-mainv01 {
        padding: 150px 0 200px;
    }

    .m-mainv01 h2 {
        font-size: 40px;
    }

    .m-mainv01 h1 {
        font-size: 40px;
    }
}

@media screen and (max-width: 767px) {
    .m-mainv01 {
        padding: 125px 0;
    }

    .m-mainv01 h1 {
        font-size: 35px;
    }

    .m-mainv01 h2 {
        font-size: 35px;
    }
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    max-width: calc(1200px + 6vw);
    padding: 0 3vw;
    margin: 30px auto -10px;
}

.breadcrumb li {
    display: flex;
    align-items: center;
    color: #000;
    font-size: 14px;
    position: relative;
    margin: 0 0 10px;
}

.breadcrumb li:not(:last-child)::after {
    content: "";
    width: 5px;
    height: 10px;
    background: url(../images/ico_arr01.svg) no-repeat center;
    background-size: contain;
    display: block;
    margin: 0 10px;
}

.breadcrumb li a {
    color: #000;
    transition: all 0.3s ease;
}

@media screen and (min-width: 1025px) {
    .breadcrumb li a:hover {
        opacity: 0.7;
    }
}

.m-block01 {
    display: flex;
    align-items: center;
}

.m-block01 figure {
    width: 50%;
    max-width: 600px;
}

.m-block01__cont {
    width: 50%;
    max-width: 600px;
    height: auto;
    flex-shrink: 0;
    padding-left: 50px;
    overflow: hidden;
}

@media screen and (max-width: 1024px) {
    .m-block01__cont {
        padding-left: 3vw;
    }
}

.m-block01__cont .section {
    margin-bottom: 40px;
}

@media screen and (max-width: 1024px) {
    .m-block01__cont .section {
        margin-bottom: 25px;
    }
}

.m-block01__cont .section p:not(:last-child) {
    margin-bottom: 30px;
}

@media screen and (max-width: 1024px) {
    .m-block01__cont .section p:not(:last-child) {
        margin-bottom: 15px;
    }
}

.m-block01__cont .c-title01 {
    margin-bottom: 40px;
}

@media screen and (max-width: 1024px) {
    .m-block01__cont .c-title01 {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 767px) {
    #idx_intro {
        padding-top: 20px;
    }

    .m-block01 {
        flex-direction: column-reverse;
    }

    .m-block01 figure {
        width: 100%;
        max-width: 100%;
    }

    .m-block01__cont {
        width: 100%;
        max-width: 100%;
        padding: 0;
        margin-bottom: 30px;
        text-align: center;
    }

    .m-block01__cont .c-title01 {
        margin-bottom: 10px;
    }

    .m-block01__cont .c-title01::after {
        display: none;
    }

    .m-block01__cont .section {
        text-align: left;
    }
}

.m-block02__cont .frame01 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.m-block02__cont .frame01 figure {
    width: calc(100% - 410px);
    max-width: 790px;
    border-radius: 10px;
    overflow: hidden;
    line-height: 0;
}

.m-block02__cont .frame01 figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.m-block02__cont .frame01 .block {
    width: 100%;
    max-width: 380px;
    background: #fff;
    flex-shrink: 0;
    padding: 40px 30px;
}

.m-block02__cont .frame01 .block h4 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.35;
    margin-bottom: 20px;
}

.m-block02__cont .frame01 .block .sec :not(:last-child) {
    margin-bottom: 50px;
}

.m-block02__cont .frame01 .block .sec p:not(:last-child) {
    margin-bottom: 20px;
}

.m-block02__cont .frame01 .block .link-detail {
    text-align: right;
    margin-top: 15px;
}

.m-block02__cont .frame01 .block .link-detail a {
    display: inline-flex;
    align-items: center;
    color: #000936;
    font-size: 18px;
    font-weight: 400;
    position: relative;
    transition: all 0.3s ease;
}

@media screen and (min-width: 1025px) {
    .m-block02__cont .frame01 .block .link-detail a:hover {
        opacity: 0.7;
    }
}

.m-block02__cont .frame01 .block .link-detail a::after {
    content: "";
    width: 40px;
    height: 15px;
    background: url(../images/arr_btn02.svg) no-repeat center;
    background-size: contain;
    display: block;
    margin-left: 20px;
}

@media screen and (max-width: 1024px) {
    .m-block02__cont .frame01 .block {
        padding: 30px 3vw;
    }

    .m-block02__cont .frame01 .block h4 {
        font-size: 16px;
    }

    .m-block02__cont .frame01 .block .link-detail a {
        font-size: 15px;
    }

    .m-block02__cont .frame01 .block .link-detail a::after {
        width: 30px;
        height: 12px;
        margin-left: 10px;
    }
}

@media screen and (max-width: 767px) {
    .m-block02__cont .frame01 {
        flex-direction: column;
    }

    .m-block02__cont .frame01 figure {
        width: 100%;
        border-radius: 5px 5px 0 0;
    }

    .m-block02__cont .frame01 .block {
        width: 100%;
        max-width: 100%;
    }

    .m-block02__cont .frame01 .block .sec p:not(:last-child) {
        margin-bottom: 10px;
    }
}

.m-block03 {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.m-block03__cont {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 3vw;
}

.m-block03__cont .c-title03 {
    width: -moz-max-content;
    width: max-content;
}

.m-block03__cont .sec p:not(:last-child) {
    margin-bottom: 20px;
}

.m-block03__img {
    width: 50%;
    height: 100%;
    line-height: 0;
    position: relative;
}

.m-block03__img>img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 10px;
}

.m-block03 .large-txt {
    color: #dee0e7;
    font-size: 3.125vw;
    line-height: 1;
    font-weight: 900;
    text-transform: uppercase;
    opacity: 0.7;
    writing-mode: vertical-rl;
    position: absolute;
    z-index: 9;
    right: -1.042vw;
    bottom: 0;
    transform: translateX(100%);
    pointer-events: none;
}

.m-block03.m-block03--01 .large-txt {
    left: -1.042vw;
    right: auto;
    transform: translateX(-100%) rotate(-180deg);
}

@media screen and (max-width: 1400px) {
    .m-block03 .large-txt {
        font-size: 40px;
        left: 0;
        transform: translateX(0) rotate(-180deg);
    }
}

.m-block03--01 {
    flex-direction: row-reverse;
}

.m-block03--01 .m-block03__cont {
    overflow: hidden;
    padding: 0 0 0 3vw;
}

@media screen and (max-width: 767px) {
    .m-block03--01 .m-block03__cont {
        overflow: inherit;
    }
}

.m-block03--01 .m-block03__img .txt {
    right: auto;
    left: -40px;
    transform: translateX(100%);
}

@media screen and (max-width: 767px) {
    .m-block03 {
        flex-direction: column;
    }

    .m-block03__cont {
        width: 100%;
        margin-bottom: 30px;
    }

    .m-block03__img {
        width: 100%;
    }

    .m-block03__img .txt {
        width: 7.823vw;
    }
}

.m-block04 .c-title02 {
    margin-bottom: 40px;
}

.m-block04 .txt01 {
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 10px;
}

.m-block04 .txt02 {
    text-align: center;
}

.m-block04 .list-3cols {
    margin-top: 35px;
}

@media screen and (max-width: 1024px) {
    .m-block04 .c-title02 {
        margin-bottom: 35px;
    }

    .m-block04 .txt01 {
        font-size: 18px;
    }
}

.m-block05 {
    background: url("../images/dekton/dekton_bg01.png") no-repeat top;
    background-size: cover;
    position: relative;
    z-index: 1;
    padding: 12vw 0 16vw;
}

.m-block05 .c-slider01 .slick-dots li.slick-active button:before {
    background: #0779f1;
    border-color: #0779f1;
}

@media screen and (max-width: 1500px) {
    .m-block05 {
        padding: 13vw 0 90px;
    }
}

@media screen and (max-width: 767px) {
    .m-block05 {
        padding: 13vw 0 60px;
    }
}

.m-block06__cont .frame01 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.m-block06__cont .frame01 figure {
    width: 100%;
    max-width: 790px;
    width: calc(100% - 400px);
    border-radius: 10px;
    overflow: hidden;
    line-height: 0;
}

.m-block06__cont .frame01 figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.m-block06__cont .frame01 .block {
    width: 100%;
    max-width: 360px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-shrink: 0;
}

.m-block06__cont .frame01 .block h4 {
    font-size: 28px;
    font-weight: 600;
    line-height: 1.35;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.m-block06__cont .frame01 .block .sec :not(:last-child) {
    margin-bottom: 50px;
}

.m-block06__cont .frame01 .block .sec p:not(:last-child) {
    margin-bottom: 20px;
}

.m-block06__cont .frame01 .block .link-detail {
    text-align: right;
}

.m-block06__cont .frame01 .block .link-detail a {
    display: inline-flex;
    align-items: center;
    color: #000936;
    font-size: 18px;
    font-weight: 400;
    position: relative;
}

.m-block06__cont .frame01 .block .link-detail a::after {
    content: "";
    width: 40px;
    height: 15px;
    background: url(../images/arr_btn02.svg) no-repeat center;
    background-size: contain;
    display: block;
    margin-left: 20px;
}

@media screen and (max-width: 1024px) {
    .m-block06__cont .frame01 .block {
        padding: 30px 3vw;
    }

    .m-block06__cont .frame01 .block h4 {
        font-size: 16px;
    }

    .m-block06__cont .frame01 .block .link-detail a {
        font-size: 15px;
    }

    .m-block06__cont .frame01 .block .link-detail a::after {
        width: 30px;
        height: 12px;
        margin-left: 10px;
    }
}

@media screen and (max-width: 767px) {
    .m-block06__cont .frame01 {
        flex-direction: column;
    }

    .m-block06__cont .frame01 figure {
        width: 100%;
        border-radius: 5px 5px 0 0;
    }

    .m-block06__cont .frame01 .block {
        width: 100%;
        max-width: 100%;
    }

    .m-block06__cont .frame01 .block .sec p:not(:last-child) {
        margin-bottom: 10px;
    }
}

.m-blockfqa dl {
    filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.15));
}

.m-blockfqa dl:not(:last-child) {
    margin-bottom: 20px;
}

.m-blockfqa dl dt {
    background: #ededed;
    border-radius: 10px 10px 0px 0px;
    color: #101010;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    position: relative;
    padding: 20px 60px 20px 30px;
}

@media screen and (max-width: 767px) {
    .m-blockfqa dl dt {
        font-size: 16px;
        padding: 10px 40px 10px 3vw;
    }
}

.m-blockfqa dl dt::after {
    content: "";
    width: 24px;
    height: 24px;
    background: url(../images/fqa_ico02.png) no-repeat center;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 34px;
    transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
    .m-blockfqa dl dt::after {
        right: 15px;
    }
}

.m-blockfqa dl dt.active::after {
    height: 2px;
    background: url(../images/fqa_ico01.png) no-repeat center;
    background-size: contain;
}

.m-blockfqa dl dd {
    display: none;
    background: #fff;
    border-radius: 0px 0px 10px 10px;
    color: #000;
    text-align: justify;
    padding: 25px 30px;
}

@media screen and (max-width: 767px) {
    .m-blockfqa dl dd {
        padding: 10px 3vw;
    }
}

.m-blockfqa dl dd p:not(:last-child) {
    margin-bottom: 20px;
}

.m-blockfqa dl:first-child dd {
    display: block;
}

.m-blockeval dl {
    display: flex;
    padding: 20px 0 20px;
}

.m-blockeval dl:not(:first-child) {
    border-top: 1px solid #bbb;
}

.m-blockeval dl dt {
    display: flex;
    width: 35vw;
    max-width: 310px;
    flex-shrink: 0;
    position: relative;
    padding-right: 15px;
}

.m-blockeval dl dt::before {
    content: "";
    width: 20px;
    height: 20px;
    background: url(../images/star_ico01.png) no-repeat center;
    background-size: contain;
    display: block;
    position: relative;
    top: 2px;
    margin-right: 15px;
}

.m-blockeval dl dd {
    width: 100%;
    color: #000000;
}

.m-blockeval dl dd .eval-list {
    display: flex;
    flex-wrap: wrap;
}

.m-blockeval dl dd .eval-list li {
    width: 49%;
    max-width: 300px;
    padding-left: 15px;
    position: relative;
}

.m-blockeval dl dd .eval-list li:nth-child(odd) {
    margin-right: 2%;
}

.m-blockeval dl dd .eval-list li::before {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #000000;
    position: absolute;
    top: 12px;
    left: 0;
}

@media screen and (max-width: 767px) {
    .m-blockeval dl {
        flex-direction: column;
    }

    .m-blockeval dl dt {
        width: 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }

    .m-blockeval dl dd .eval-list {
        flex-direction: column;
    }

    .m-blockeval dl dd .eval-list li {
        width: 100%;
    }

    .m-blockeval dl dd .eval-list li:nth-child(odd) {
        margin: 0;
    }
}

.m-blockeval .rating {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.m-blockeval .rating .gr_star {
    display: flex;
    margin-right: 10px;
}

.m-blockeval .rating .gr_star span {
    width: 13px;
    height: 13px;
}

.m-blockeval .rating .gr_star span:not(:last-child) {
    margin-right: 4px;
}

.m-blockeval .rating .gr_star span.star01 {
    background: url(../images/star_ico01.png) no-repeat center;
    background-size: contain;
}

.m-blockeval .rating .gr_star span.star02 {
    background: url(../images/star_ico02.png) no-repeat center;
    background-size: contain;
}

.m-blockcate h4 {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}

.m-blockcate .listcate {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px 50px;
}

.m-blockcate .listcate>li {
    margin: 0 5px 10px;
}

.m-blockcate .listcate>li>a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 38px;
    width: auto;
    border: 1px solid #000000;
    border-radius: 5px;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    padding: 10px 10px;
}

.m-blockdetail {
    display: flex;
    justify-content: space-between;
}

.m-blockdetail .detail-slider {
    width: 50%;
}

.m-blockdetail .detail-slider .slider-for {
    margin-bottom: 20px;
}

@media screen and (max-width: 1024px) {
    .m-blockdetail .detail-slider .slider-for {
        margin-bottom: 10px;
    }
}

.m-blockdetail .detail-slider .slider-for .items {
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
}

.m-blockdetail .detail-slider .slider-for .items img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.m-blockdetail .detail-slider .slider-nav {
    margin: 0 -10px;
}

.m-blockdetail .detail-slider .slider-nav .items {
    border-radius: 5px;
    overflow: hidden;
    cursor: pointer;
    margin: 0 10px;
}

.m-blockdetail .detail-slider .slider-nav .items img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media screen and (max-width: 1024px) {
    .m-blockdetail .detail-slider .slider-nav {
        margin: 0 -5px;
    }

    .m-blockdetail .detail-slider .slider-nav .items {
        margin: 0 5px;
    }
}

.m-blockdetail__cont {
    width: 47%;
    max-width: 550px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.m-blockdetail__cont h4 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 20px;
}

.m-blockdetail__cont .list-tag {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px -10px;
}

.m-blockdetail__cont .list-tag li {
    height: 20px;
    display: flex;
    border: 1px solid #000;
    border-radius: 2px;
    align-items: center;
    justify-content: center;
    color: #000;
    font-size: 14px;
    padding: 4px 10px;
    margin: 0 5px 10px;
}

.m-blockdetail__cont .list-tag li .bold {
    display: inline-block;
    font-weight: 700;
    margin-left: 3px;
}

.m-blockdetail__cont .tab-ttl {
    margin-bottom: 30px;
}

.m-blockdetail__cont .tab-ttl li {
    display: inline-flex;
    color: #616161;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    border-bottom: 2px solid #616161;
    cursor: pointer;
    padding: 0 20px 10px;
}

.m-blockdetail__cont .tab-ttl li:not(:last-child) {
    margin-right: 20px;
}

.m-blockdetail__cont .tab-ttl li.active {
    color: #000;
    border-bottom: 2px solid #000;
}

.m-blockdetail__cont .tab-cont .tab-frame {
    display: none;
}

.m-blockdetail__cont .tab-cont .tab-frame.active {
    display: block;
}

.m-blockdetail__cont .tab-cont .tab-frame .sec p:not(:last-child) {
    margin-bottom: 20px;
}

.m-blockdetail__cont .tab-cont .tab-frame .tab-list dl {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
}

.m-blockdetail__cont .tab-cont .tab-frame .tab-list dl:not(:last-child) {
    border-bottom: 1px solid #bbbbbb;
}

.m-blockdetail__cont .tab-cont .tab-frame .tab-list dl dt {
    width: 49%;
    font-weight: 600;
}

.m-blockdetail__cont .tab-cont .tab-frame .tab-list dl dd {
    width: 49%;
}

@media screen and (max-width: 1024px) {
    .m-blockdetail__cont h4 {
        font-size: 20px;
    }

    .m-blockdetail__cont .tab-ttl {
        margin-bottom: 20px;
    }

    .m-blockdetail__cont .tab-ttl li {
        font-size: 16px;
    }

    .m-blockdetail__cont .tab-cont .tab-frame .tab-list dl {
        flex-direction: column;
    }

    .m-blockdetail__cont .tab-cont .tab-frame .tab-list dl dt {
        width: 100%;
        margin-bottom: 5px;
    }

    .m-blockdetail__cont .tab-cont .tab-frame .tab-list dl dd {
        width: 100%;
    }
}

.m-blockdetail__tab {
    margin-top: 50px;
}

@media screen and (max-width: 1024px) {
    .m-blockdetail__tab {
        margin-top: 30px;
    }
}

.m-blockdetail .gr_btn {
    display: flex;
    gap: 45px;
    margin-top: 30px;
}

@media screen and (max-width: 767px) {
    .m-blockdetail {
        flex-direction: column;
    }

    .m-blockdetail .detail-slider {
        width: 100%;
        margin-bottom: 40px;
    }

    .m-blockdetail__cont {
        width: 100%;
        max-width: 100%;
    }

    .m-blockdetail .gr_btn {
        gap: 20px;
    }
}

.m-intro {
    padding: 0 0 3rem;
}

@media screen and (min-width: 1440px) {
    .m-intro {
        padding: 10rem 0;
    }
}

.m-intro_info {
    padding-left: 50px;
    align-items: center;
}

.m-intro .m-btn {
    font-size: 1.8rem;
}

.m-intro .m-detection::after {
    width: 330px;
}

.m-showroom {
    margin: 2rem 0;
    background-color: #000936;
}

.m-showroom_inner {
    padding: 6rem 0;
}

.m-showroom_item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.m-showroom_item img {
    border-radius: 10px 10px 0px 0px;
}

.m-showroom_content {
    color: white;
    padding: 2rem 0;
}

.bg_top,
.bg_bottom {
    position: relative;
}

.bg_top::before,
.bg_top::after,
.bg_bottom::before,
.bg_bottom::after {
    content: "";
    position: absolute;
    width: 100%;
    z-index: -1;
}

.bg_top {
    padding: 60px 0;
    z-index: 1;
}

.bg_top::before {
    background-image: url("../images/bg_wave_top.svg");
    background-repeat: no-repeat;
    background-size: auto;
    height: 150px;
    top: 3px;
    z-index: 0;
    background-position: bottom;
}

@media screen and (max-width: 767px) {
    .bg_top::before {
        height: 70px;
    }
}

.bg_top::after {
    background-color: white;
    top: 0px;
    height: 150px;
}

@media screen and (max-width: 767px) {
    .bg_top::after {
        height: 70px;
    }
}

.bg_bottom {
    padding: 10px 0px;
}

.bg_bottom::before {
    background-color: white;
    height: 150px;
}

@media screen and (max-width: 767px) {
    .bg_bottom::before {
        height: 30px;
    }
}

.bg_bottom::after {
    background-image: url("../images/bg_main.svg");
    background-repeat: no-repeat;
    background-size: auto;
    background-position: top;
    height: 260px;
}

.m-category {
    padding: 15rem 0;
}

.m-category_item {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 2rem 0;
}

.m-category_content {
    font-size: 2rem;
    font-weight: 600;
    text-align: center;
    margin-top: 1rem;
}

.m-category_img {
    width: 250px;
    height: 250px;
    display: inline-block;
}

@media screen and (max-width: 767px) {
    .m-category_img {
        width: 150px;
        height: 150px;
    }
}

.m-category_img img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    display: block;
    height: 100%;
    width: 100%;
    border-radius: 50%;
}

.m-news_container {
    display: flex;
    justify-content: space-between;
    gap: 0 5rem;
    margin-top: 2rem;
}

.m-news_item {
    display: flex;
    gap: 3rem;
    width: calc(50% - 25px);
    border-top: 1px solid #bbbbbb;
    padding: 3.6rem 0;
}

@media screen and (min-width: 767px) {
    .m-news_item:nth-last-child(-n + 2) {
        border-bottom: 1px solid #bbbbbb;
    }
}

@media screen and (max-width: 767px) {
    .m-news_item {
        width: 100%;
        gap: 1rem;
        padding: 2rem 0;
    }

    .m-news_item:nth-last-child(-n + 1) {
        border-bottom: 1px solid #bbbbbb;
    }
}

.m-news_img {
    width: 120px;
    height: 120px;
    flex-shrink: 0;
}

.m-news_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.m-news_content {
    width: 100%;
}

.title-product {
    font-size: 2rem;
    margin-bottom: 1rem;
    font-weight: 500;
}

.m-news_content .m-ttl3 {
    font-style: 1.6rem;
    line-height: 1.375;
    font-weight: 700;
    color: black;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin-bottom: 0.9rem;
}

.m-news_content .m-ttl3[data-line="1"] {
    -webkit-line-clamp: 1;
}

.m-news_content .m-ttl3[data-line="3"] {
    -webkit-line-clamp: 3;
}

.m-news_content .description {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-size: 1.6rem;
    line-height: 1.625;
}

.m-news_content .description[data-line="1"] {
    -webkit-line-clamp: 1;
}

.m-news_content .description[data-line="3"] {
    -webkit-line-clamp: 3;
}

.m-support_inner {
    margin-top: 5rem;
}

.m-support_slick {
    background-color: #000936;
    color: white;
    padding: 3rem 3rem;
    position: relative;
}

.m-support_slick .item {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 2rem;
}

.m-support_slick .image {
    width: 140px;
    height: 140px;
    margin: 0 auto 4.5rem;
}

.m-support_slick .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
}

.m-support_slick .content .name {
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 1.67;
}

.m-support_slick.slick-dotted.slick-slider {
    margin-bottom: 0 !important;
}

.m-support_slick .slick-dots {
    bottom: 0;
}

.m-support_form {
    padding: 4rem;
    border: 1px solid grey;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}

.single-block .single_cont {
    max-width: 1000px;
    margin: 0 auto;
}

.single-block .breadcrumb {
    margin: 30px auto 50px;
}

.single-block .sec:not(:last-child) {
    margin-bottom: 40px;
}

.single-block .sec h3 {
    font-size: 20px;
    margin-bottom: 20px;
}

.single-block .sec p:not(:last-child) {
    margin-bottom: 20px;
}

.single-block .sec figure {
    width: 100%;
    overflow: hidden;
    text-align: center;
    margin-top: 30px;
}

.single-block .sec figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.single-block .sec figure figcaption {
    margin-top: 10px;
}

.single-block .sec a {
    color: #000936;
    font-weight: 700;
    transition: all 0.25s ease;
}

.single-block .sec a:hover {
    opacity: 0.7;
}

@media screen and (max-width: 1024px) {
    .single-block {
        padding: 67px 0 0;
    }

    .single-block .breadcrumb {
        padding: 20px 3vw 0;
        margin: 0 0 50px;
    }
}

@media screen and (max-width: 767px) {
    .single-block .sec h3 {
        font-size: 18px;
    }

    .single-block .sec:not(:last-child) {
        margin-bottom: 30px;
    }

    .single-block .sec p:not(:last-child) {
        margin-bottom: 10px;
    }

    .single-block .sec figure {
        margin-top: 20px;
    }
    .m-mainv01 .c-title-mobile{
        font-size: 2.3rem;
        padding: 0 20px;
        text-align: center; 
    }
    .kitchen_box_product .list-3cols{
        flex-direction: row;
        gap: 10px;
    }
    .kitchen_box_product .list-3cols li{
        width: 50%;
        width: calc(50% - 10px);
    }
    .main-color{
        color: #000;
    }
    .slider-brand .logo{
        max-width: 200px;
        margin: 10px 0;
    }
}

.f_logo img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.c-title{
    font-size: 28px;
    font-weight: 700;
}
.text-left{
    text-align: left;
}
.text-left a{
    color: #000936 !important;
}
.block-bg-main{
    background: #000936;
    color: white !important;
    padding: 2rem 3rem;
}
.block-bg-main > h1.c-title02--01{
    color: white !important;
    margin: 0 0 20px !important;
}
.share{
    display: flex;
    padding: 2rem;
    background: #dee0e7;
    justify-content: space-between;
    align-items: center;
    margin: 20px;
}
.share .col {
    align-items: center;
    display: flex;
    gap: 1rem;
}
.col-share{
    display: flex;
    justify-content: space-between;
    gap: 1rem;
}
.col-share .list{
    display: flex;
    gap: 1rem;
}
.author{
    max-width: 900px;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 3rem;
    margin: 0 auto;
}
.author-inner{
    display: flex;
    flex-direction: row;
    text-align: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 2rem;
    margin-top: 2rem;
}
.author-avatar img{
    border-radius: 50%;
    width: 100%;
    height: auto;
    max-width: 100px;
    display: flex;
    margin: 0 auto;
}
.author .line{
    display: flex;
    height: 1px;
    width: 500px;
    max-width: 100%;
    margin: 3rem auto;
    border-top: 1px solid #000936;
}
.author-name{
    font-weight: 600;
    margin-bottom: 2rem;
    color: #000936;
    font-size: larger;
}
.author-description{
    text-align: center;
    display: block;
    border: 1px solid #80828b8c;
    padding: 3rem 2rem;
    font-size: larger;
    position: relative;
    z-index: 1;
}
.author-description p{
    padding-left: 2rem;
}
.author-description::before{
    content: "“";
    position: absolute;
    color: #000936;
    z-index: -1;
    height: 40px;
    width: 40px;
    line-height: 1em;
    top: 1rem;
    left: 0;
    font-size: 70px;
    font-weight: 400;
    text-align: center;
    box-sizing: border-box;
    font-style: italic;
}
.author .social{
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin: 1rem 0;
}
.gap{
    display: block;
    height: 5rem;
}
@media screen and (max-width: 767px) {
    .gap{
        height: 0;
    }
    .share{
        padding: 1rem;
        margin: 0 auto 2rem auto;
    }
    .share .col{
        gap: 5px;
    }
    .col-share .list {
        gap: 3px;
    }
}

.m-time{
    display: block;
    text-align: center;
    margin-bottom: 3rem;
}