@charset "UTF-8";

/*-----------------------------------------------------------------------

    header

-----------------------------------------------------------------------*/
.header {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100px;
    line-height: 1;
    background-color: #111827;
}

.header--fix {
    background: linear-gradient(#111827, rgba(0, 0, 0, 0));
    position: absolute;
    z-index: 1;
    top: 0;
}

.h_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0 20px;
}

.h-wrap {
    display: flex;
    align-items: center;
    gap: 30px;
}

.h-nav_list {
    display: flex;
    align-items: center;
    gap: 38px;
    padding-right: 30px;
    position: relative;
}

.h-nav_list::after {
    content: "";
    width: 1px;
    height: 12px;
    background-color: #fff;
    position: absolute;
    right: 0;
}

.h-nav_item {
    letter-spacing: 0.15em;
    font-weight: 300;
    position: relative;
}

.h-nav_item .ja {
    font-size: 13px;
    letter-spacing: 0.03em;
    color: #fff;
    white-space: nowrap;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-47%);
    opacity: 0;
    transition: all ease .3s;
}

.h-nav_item .en {
    transition: all ease .3s;
}

.h-nav_item:hover .ja {
    opacity: 1;
}

.h-nav_item:hover .en {
    opacity: 0;
}

.has-child {
    position: relative;
    cursor: pointer;
}

.has-child::after {
    content: "";
    display: inline-block;
    width: 9px;
    height: 8px;
    background-color: #fff;
    clip-path: polygon(100% 0, 0 0, 50% 100%);
    transform: translateY(-2px);
}

.has-child_box {
    padding-top: 15px;
    background-color: rgba(17, 24, 39, 0.6);
    padding: 20px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
    position: absolute;
    left: -20px;
    top: 0;
    z-index: 200;
    transform: translateY(20px);
}

.has-child:hover .has-child_box {
    visibility: visible;
    opacity: 1;
}

.has-child_box--fix {
    background-color: transparent;
}

.has-child_list {
    width: 200px;
}

.has-child_item {
    padding-bottom: 15px;
    border-bottom: 1px dashed rgb(255, 255, 255, 0.6);
    position: relative;
}

.has-child_item::after {
    content: "";
    width: 10px;
    height: 7px;
    background: url(/images/common/dropdown_arw.png) no-repeat center / contain;
    position: absolute;
    top: 7px;
    right: 0;
    transform: rotate(-90deg);
}

.has-child_item:not(:last-child) {
    margin-bottom: 10px;
}


/*--------------------------------------------------

ent

--------------------------------------------------*/
.ent-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.ent-item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(50%);
    height: 48.958vw;
    min-height: 626px;
    max-height: 940px;
    position: relative;
}

.ent-item_page-01 {
    background: url(/images/ent/official.jpg) no-repeat center / cover;
}

.ent-item_page-02 {
    background: url(/images/ent/service.jpg) no-repeat center / cover;
}

.ent-item_title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 550px;
    height: 204px;
    background-color: rgba(255, 255, 255, 0.75);
    position: relative;
}

.ent-item_title::before {
    content: "";
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    border: 1px solid #fff;
    opacity: 0.75;
    position: absolute;
    top: -10px;
    left: -10px;
}

.ent-item_title::after {
    content: "";
    width: 14px;
    height: 23px;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

.ent-item_page-01 .ent-item_title::after {
    background: url(/images/ent/arw_01.png) no-repeat center / contain;
}

.ent-item_page-02 .ent-item_title::after {
    background: url(/images/ent/arw_02.png) no-repeat center / contain;
}

.ent-item_title .en {
    margin-bottom: 25px;
    font-size: 54px;
    font-weight: 400;
    letter-spacing: 0.04em;
    line-height: 1;
}

.ent-item_page-01 .ent-item_title .en {
    color: #43c4ef;
}

.ent-item_page-02 .ent-item_title .en {
    color: #8292b1;
}

.ent-item_title .ja {
    padding: 8px;
    font-size: 21px;
    font-weight: 400;
    letter-spacing: 0.04em;
    line-height: 1;
}

.ent-item_page-01 .ent-item_title .ja {
    background-color: #43c4ef;
}

.ent-item_page-02 .ent-item_title .ja {
    background-color: #8292b1;
}

/*-----------------------------------------------------------------------

    main-vis

-----------------------------------------------------------------------*/
.main-vis {
    height: 850px;
    background: url(/images/key/mv_bg.jpg) no-repeat left top;
    position: relative;
}

#mv {
    width: 64.42%;
    height: 850px;
    margin: 0 auto;
    z-index: 0;
    position: absolute;
    top: 0;
    right: 0;
}

#mv .bx-wrapper,
#mv ul {
    width: 100%;
    height: 100%;
}

#mv li {
    width: 100%;
    height: 850px;
}

.mv_title {
    position: absolute;
    top: 270px;
    left: 100px;
}

@media screen and (min-width: 1480px) {
    .mv_title {
        left: calc(50% - 640px);
    }
}

.mv_title .main {
    margin-bottom: 30px;
    font-size: 42px;
    font-weight: 700;
    letter-spacing: 0em;
    line-height: calc(76 / 42);
}

.mv_title .sub {
    margin-bottom: 60px;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0em;
}

.mv_title .btn {
    width: 320px;
    height: 60px;
    background-color: #43c4ef;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.04em;
    color: #111928;
    line-height: 60px;
    text-align: center;
    position: relative;
}

.mv_title .btn::after {
    content: "";
    display: block;
    width: 16px;
    height: 12px;
    background: url(/images/common/arw-black.png) no-repeat center / contain;
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
}

/* sub-vis
-------------------*/
.sub-vis {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 480px;
}

.sub-vis_title {
    font-size: 42px;
    font-weight: 600;
    letter-spacing: 0em;
    position: absolute;
    z-index: 1;
}

.sub-vis_img {
    width: 100%;
    height: 100%;
}

.sub-vis_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*  side-btn
--------------------------------------------------*/
.side-btn {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 3;
}


/*-----------------------------------------------------------------------

    footer

-----------------------------------------------------------------------*/
.f-main {
    padding: 60px 0 70px;
    background-color: #111827;
}

.f-main_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.f-logo {
    display: inline-block;
    margin-bottom: 50px;
}

.f-link_list {
    display: flex;
    align-items: center;
    gap: 40px;
}

.f-link_item .border {
    padding-bottom: 12px;
    border-bottom: 1px solid;
    line-height: 1;
}

.f-link_item .icon::after {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-left: 10px;
    background: url(/images/common/icon_tab.png) no-repeat center / contain;
    transform: translateY(1px);
}

.f-nav_list {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 30px 60px;
    width: 280px;
    height: 220px;
    font-size: 14px;
    line-height: 1;
}

.f-nav_sub-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 25px;
    padding-left: 20px;
    border-left: 1px solid;
}

.copyright {
    padding: 12px 0;
    background-color: #0c111b;
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
    text-align: center;
}

/*-----------------------------------------------------------------------

    main

-----------------------------------------------------------------------*/
/*  top-news
--------------------------------------------------*/
.top-news {
    background-color: #111827;
}

.top-news_wrapper {
    position: relative;
}

.top-news_wrapper::before {
    content: "";
    width: 374px;
    height: 85px;
    background: url(/images/top/news_deco.png) no-repeat center / contain;
    position: absolute;
    top: 110px;
    left: calc(50% - 720px);
    z-index: -1;
}

.top-news_wrap {
    position: absolute;
    top: 0;
    left: 0;
}

.top-news_title {
    text-align: left;
}

.top-news_link {
    width: 220px;
}

.top_post_empty {
    width: 750px;
    text-align: center;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.top-news_list {
    width: 750px;
    margin-left: auto;
    margin-right: 0;
}

/*  top-worries
--------------------------------------------------*/

.top-worries_list {
    display: flex;
    flex-wrap: wrap;
    gap: 50px 60px;
    margin-bottom: 180px;
    position: relative;
    z-index: 1;
}

.top-worries_list::before {
    content: "";
    width: 1920px;
    height: 290px;
    background: url(/images/top/top-worries_arw.png) no-repeat center / contain;
    position: absolute;
    top: 142px;
    left: calc(50%);
    transform: translateX(-50%);
    z-index: -1;
}

.top-worries_item {
    width: 320px;
    height: 142px;
    padding-top: 32px;
    border: 1px solid #fff;
    font-size: 17px;
    font-weight: 400;
    line-height: calc(37 / 17);
    text-align: center;
}

.top-worries_item .border {
    display: inline-block;
    color: #43c4ef;
    position: relative;
}

.top-worries_item .border::before {
    content: "";
    width: calc(100%);
    height: 1px;
    background-color: #43c4ef;
    position: absolute;
    left: 50%;
    bottom: 2px;
    transform: translateX(-50%);
}

.top-worries_txt {
    text-align: center;
}

/*  top-about
--------------------------------------------------*/
.top-about {
    padding-bottom: 230px;
    background-color: #111827;
}

.top-about_content {
    position: relative;
}

.top-about_content:nth-child(2n) {
    padding-left: 660px;
}

.top-about_content:not(:last-child) {
    margin-bottom: 230px;
}

.top-about_content_title {
    display: inline-block;
    margin-bottom: 50px;
    font-size: 26px;
    letter-spacing: 0.04em;
    position: relative;
}

.top-about_content_title::after {
    content: "";
    width: 76px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 20px;
    right: -70px;
    transform: rotate(-42.7deg);
}

.top-about_content_img {
    position: absolute;
    top: 0;
    right: calc(50% - 810px);
}

.top-about_content:nth-child(2n) .top-about_content_img {
    right: auto;
    left: calc(50% - 910px);
}

.top-about_content_txt {
    margin-bottom: 35px;
}

.top-about_content_list {
    margin-bottom: 40px;
}

.top-about_content_item {
    font-size: 20px;
    line-height: 1;
    counter-increment: number;
}

.top-about_content_item::before {
    content: counter(number, decimal-leading-zero);
    display: inline-block;
    width: 52px;
    height: 52px;
    margin-right: 20px;
    padding: 15px 0 0 14px;
    border: 1px solid;
    border-radius: 50%;
}

.top-about_content_item:not(:last-child) {
    margin-bottom: 20px;
}


/*  top-case
--------------------------------------------------*/
.top-case {
    padding-bottom: 280px;
}

.top-case_wrapper {
    position: relative;
}

.top-case_title {
    text-align: left;
}

.top-case_txt {
    margin-bottom: 35px;
}

.top-case_img-wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    width: 425px;
    height: 530px;
    position: absolute;
    top: 0;
    left: 440px;
}

.top-case_img-wrap::before {
    content: "";
    width: 629px;
    height: 468px;
    background: url(/images/top/case_deco.png) no-repeat center / contain;
    position: absolute;
    top: 95px;
    left: 90px;
    z-index: -1;
}

.top-case_img:nth-child(3) {
    position: absolute;
    top: 50%;
    right: -400px;
    transform: translateY(-50%);
}


/*  top-link
--------------------------------------------------*/
.top-link {
    background-color: #111827;
}

.top-link_list {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.top-link_item a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 330px;
    height: 145px;
    padding-left: 20px;
    border: 1px solid #fff;
    font-weight: 300;
    line-height: 1;
    position: relative;
}

.top-link_item a::after {
    content: "";
    width: 16px;
    height: 12px;
    background: url(/images/common/arw-blue.png) no-repeat center right / contain;
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.top-link_item .en {
    margin-bottom: 10px;
    font-size: 34px;
}

.top-link_item .ja {
    font-size: 17px;
}

.top-link_item_price a::before {
    content: "";
    display: inline-block;
    width: 94px;
    height: 109px;
    margin-right: 20px;
    background: url(/images/inc-contact/price_icon.png) no-repeat center / contain;
}

.top-link_item_faq a::before {
    content: "";
    display: inline-block;
    width: 115px;
    height: 105px;
    margin-right: 20px;
    background: url(/images/inc-contact/faq_icon.png) no-repeat center / contain;
}

.top-link_item_company a::before {
    content: "";
    display: inline-block;
    width: 83px;
    height: 105px;
    margin-right: 20px;
    background: url(/images/inc-contact/company_icon.png) no-repeat center / contain;
}





/*--------------------------------------------------

inc-contact

--------------------------------------------------*/
.inc-contact {
    width: 100%;
    height: 600px;
    background: url(/images/inc-contact/bg.jpg) no-repeat center / cover;
    background-attachment: fixed;
    position: relative;
}

.inc-contact::before {
    content: "";
    width: 374px;
    height: 85px;
    background: url(/images/inc-contact/deco-l.png) no-repeat center / contain;
    position: absolute;
    top: 190px;
    left: calc(50% - 580px);
}

.inc-contact::after {
    content: "";
    width: 148px;
    height: 199px;
    background: url(/images/inc-contact/deco-r.png) no-repeat center / contain;
    position: absolute;
    top: 110px;
    right: calc(50% - 380px);
}

.inc-contact_txt {
    margin-bottom: 30px;
    text-align: center;
    line-height: calc(39 / 18);
}

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

.inc-contact_tel {
    padding-right: 40px;
    font-size: 34px;
}

.inc-contact_tel::before {
    content: "";
    display: inline-block;
    margin-right: 10px;
    width: 25px;
    height: 38px;
    background: url(/images/common/icon_tel.png) no-repeat center right / contain;
}

.inc-contact_tel::after {
    content: "";
    display: block;
    /* width: 185px; */
    width: 100%;
    height: 10px;
    margin: 5px auto 0;
    background: url(/images/common/txt-gray.svg) no-repeat center top / contain;
}


/*--------------------------------------------------

about

--------------------------------------------------*/
/*  about
--------------------------------------------------*/
.about_wrap {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
}

.about_txt {
    width: 640px;
    position: relative;
}

.about_txt::before {
    content: "";
    width: 374px;
    height: 85px;
    background: url(/images/about/about_deco.png) no-repeat center / contain;
    position: absolute;
    left: -200px;
    bottom: -115px;
}

.about_img {
    position: relative;
    margin-right: -200px;
}

/*  recommend
--------------------------------------------------*/
.recommend {
    background: url(/images/about/recommend_bg.jpg) no-repeat center / cover;
}

.recommend_txt {
    margin-bottom: 60px;
    font-size: 24px;
    font-weight: 300;
    text-align: center;
    line-height: 1;
}

.recommend_txt .color {
    display: inline-block;
    padding: 6px;
    margin-right: 5px;
    background-color: #43c5f0;
    font-weight: 600;
    color: #111827;
}

.recommend_list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    position: relative;
    z-index: 1;
}

.recommend_item {
    width: 520px;
    height: 144px;
    padding-top: 28px;
    border: 1px solid #fff;
    background-color: rgb(255, 255, 255, 0.05);
    font-size: 20px;
    line-height: calc(42 / 20);
    text-align: center;
    position: relative;
}

.recommend_item::before {
    content: "";
    width: 30px;
    height: 27px;
    background: url(/images/about/recommend_check.png) no-repeat center / contain;
    position: absolute;
    top: 10px;
    left: 10px;
}

.recommend_item .border {
    display: inline-block;
    color: #43c4ef;
    position: relative;
}

.recommend_item .border::before {
    content: "";
    width: calc(100%);
    height: 1px;
    background-color: #43c4ef;
    position: absolute;
    left: 50%;
    bottom: 2px;
    transform: translateX(-50%);
}

/*  difference
--------------------------------------------------*/

.difference_table {
    width: 100%;
    margin-bottom: 30px;
    border: 1px solid;
    position: relative;
}

.difference_table tr:first-child td:nth-of-type(1) {
    position: relative;
}

.difference_table tr:first-child td:nth-of-type(1):before {
    content: "";
    width: 306px;
    height: 524px;
    border: 6px solid #43c4ef;
    position: absolute;
    top: -1px;
    left: -1px;
}

.difference_table th,
.difference_table td {
    padding: 22px 0;
    border-right: 1px solid;
    line-height: 1;
    vertical-align: middle;
}

.difference_table tr:not(:last-child) th,
.difference_table tr:not(:last-child) td {
    border-bottom: 1px solid;
}

.difference_table tr:not(:last-child) td:nth-of-type(1) {
    border-bottom: 1px solid #43c4ef;
}

.difference_table th,
.difference_table tr:nth-child(1) td {
    font-size: 15px;
    text-align: center;
}

.difference_table th {
    width: 165px;
    font-weight: 500;
}

.difference_table td {
    width: 305px;
    font-size: 14px;
    position: relative;
}

.difference_table tr:not(:first-child) td {
    padding-left: 60px;
}

.difference_table .fix {
    line-height: calc(29 / 14);
}

.difference_table .a::before {
    content: "";
    width: 26px;
    height: 26px;
    background: url(/images/about/difference_a.png) no-repeat center / contain;
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
}

.difference_table .b::before {
    content: "";
    width: 26px;
    height: 26px;
    background: url(/images/about/difference_b.png) no-repeat center / contain;
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
}

.difference_table .c::before {
    content: "";
    width: 27px;
    height: 23px;
    background: url(/images/about/difference_c.png) no-repeat center / contain;
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
}

.difference_table .d::before {
    content: "";
    width: 24px;
    height: 24px;
    background: url(/images/about/difference_d.png) no-repeat center / contain;
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
}

.difference_table .check::before {
    content: "";
    width: 26px;
    height: 23px;
    background: url(/images/about/difference_check.png) no-repeat center / contain;
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
}

/* .difference_table td:nth-of-type(1) {
    background-color: #111827;
    border-left: 6px solid #43c4ef;
    border-right: 6px solid #43c4ef;
}

.difference_table tr:first-child td:nth-of-type(1) {
    border-top: 6px solid #43c4ef;
}

.difference_table tr:last-child td:nth-of-type(1) {
    border-bottom: 6px solid #43c4ef;
} */


.difference_table .border {
    color: #43c4ef;
    position: relative;
}

.difference_table .border::before {
    content: "";
    width: calc(100%);
    height: 1px;
    background-color: #43c4ef;
    position: absolute;
    left: 50%;
    bottom: -3px;
    transform: translateX(-50%);
}

.difference_link {
    width: 272px;
    margin-left: auto;
    margin-bottom: 90px;
}

.difference_txt {
    width: 100%;
    height: 200px;
    padding-top: 40px;
    border: 1px solid #fff;
    background-color: rgba(255, 255, 255, 0.05);
    line-height: calc(41 / 18);
    text-align: center;
    position: relative;
}

.difference_txt_title {
    display: inline-block;
    padding: 8px;
    background-color: #43c5f0;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0.04em;
    line-height: 1;
    color: #0c111b;
    position: absolute;
    top: -20px;
    left: -1px;
}

.difference_txt .border {
    font-weight: 600;
    color: #43c4ef;
    position: relative;
}

.difference_txt .border::before {
    content: "";
    width: calc(100%);
    height: 1px;
    background-color: #43c4ef;
    position: absolute;
    left: 50%;
    bottom: -3px;
    transform: translateX(-50%);
}


/*--------------------------------------------------

feature

--------------------------------------------------*/

.feature_wrap {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
    margin-bottom: 50px;
}

.feature_txt {
    width: 640px;
    position: relative;
}

.feature_txt::before {
    content: "";
    width: 374px;
    height: 85px;
    background: url(/images/about/about_deco.png) no-repeat center / contain;
    position: absolute;
    left: -200px;
    bottom: -115px;
}

.feature_img_wrap {
    width: 519px;
    height: 505px;
    margin-right: -100px;
    position: relative;
}

.feature_img {
    position: absolute;
}

.feature_img:nth-child(1) {
    top: 0;
    left: 0;
    z-index: 1;
}

.feature_img:nth-child(2) {
    right: 0;
    bottom: 0;
}

.feature_item:not(:last-child) {
    margin-bottom: 90px;
}

.feature_item_title {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-bottom: 50px;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0.04em;
    color: #43c5f0;
    text-align: center
}

.feature_item_title .small {
    display: inline-block;
    margin-bottom: 25px;
    font-size: 18px;
    position: relative;
}

.feature_item_title .small::before {
    content: "";
    width: 20px;
    height: 1px;
    background-color: #43c5f0;
    transform: rotate(45deg);
    position: absolute;
    top: 13px;
    left: -50px;
}

.feature_item_title .small::after {
    content: "";
    width: 20px;
    height: 1px;
    background-color: #43c5f0;
    transform: rotate(-45deg);
    position: absolute;
    top: 13px;
    right: -50px;
}

.feature_item_wrap {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.feature_item_img {
    margin-top: 10px;
}

.feature_item_content {
    width: 640px;
}

.feature_item_txt {
    margin-bottom: 25px;
}

.feature_box {
    padding: 30px;
    background: url(/images/feature/feature_item_deco.png) no-repeat bottom right;
    background-color: #111827;
}

.feature_box_label {
    width: 100%;
    height: 40px;
    margin-bottom: 25px;
    background-color: #43c5f0;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-align: center;
    line-height: 40px;
    color: #111827;
}

.feature_box_item {
    padding-left: 18px;
    position: relative;
    line-height: 1.6;
}

.feature_box_item::before {
    content: "・";
    position: absolute;
    left: 0;
}

.feature_box_item:not(:last-child) {
    margin-bottom: 15px;
}

.feature_note {
    font-size: 24px;
    font-weight: 300;
    text-align: center;
    line-height: 1;
}

.feature_note .color {
    display: inline-block;
    margin-right: 5px;
    padding: 5px;
    font-weight: 500;
    color: #0c111b;
    background-color: #43c5f0;
}


/*--------------------------------------------------

case

--------------------------------------------------*/
.case_list {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.case_item {
    width: calc(50% - 20px);
    padding: 40px;
    border: 1px solid;
}

.case_item_img {
    width: 440px;
    height: 280px;
    margin-bottom: 30px;
}

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

.case_item_title {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 0.04em;
    color: #43c5f0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.case_item_txt {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.case-detail_wrapper {
    padding: 60px 80px;
    border: 1px solid #fff;
}

.case_detail_title {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 0.04em;
    color: #43c5f0;
}

.case_detail_img {
    width: 920px;
    height: 580px;
    margin-bottom: 30px;
}

.case_detail_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.case_detail_txt {
    margin-bottom: 50px;
}

.case_detail_link {
    width: 230px;
    margin-left: auto;
}


/*--------------------------------------------------

price

--------------------------------------------------*/
.price_item:not(:last-child) {
    margin-bottom: 90px;
}

.price_head {
    width: 100%;
    height: 410px;
    margin-bottom: 40px;
    position: relative;
}

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

.price_title {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
    width: 100%;
    padding: 25px 40px;
    background: rgba(12, 17, 27, 0.7);
    letter-spacing: 0.04em;
    position: absolute;
    left: 0;
    bottom: 0;
}

.price_title .title {
    font-size: 32px;
    font-weight: 400;
}

.price_title .fee {
    padding: 5px 8px 7px;
    background-color: #43c5f0;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    color: #111827;
}

.price_menu_item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    gap: 10px 0;
    padding-bottom: 10px;
    border-bottom: 1px dashed #8292b1;
}

.price_menu_item:not(:last-child) {
    margin-bottom: 25px;
}

/* .price_menu_item .title {
    width: 750px;
} */

.price_menu_item .txt {
    text-align: right;
}


/*--------------------------------------------------

faq

--------------------------------------------------*/
.faq {
    background-color: #0c111b;
}

.faq_item {
    padding: 50px 50px 50px 120px;
    background-color: #111827;
}

.faq_item:not(:last-child) {
    margin-bottom: 40px;
}

.faq_item_question {
    margin-bottom: 50px;
    font-size: 20px;
    font-weight: 400;
    line-height: calc(43 / 20);
    color: #43c5f0;
    position: relative;
}

.faq_item_question::before {
    content: "Q";
    width: 64px;
    height: 64px;
    padding: 11px 0 0 19px;
    border: 1px solid #43c5f0;
    border-radius: 50%;
    font-size: 32px;
    font-weight: 300;
    line-height: 1;
    position: absolute;
    top: -7px;
    left: -90px;
}

.faq_item_answer {
    position: relative;
}

.faq_item_answer::before {
    content: "A";
    width: 64px;
    height: 64px;
    padding: 12px 0 0 22px;
    border: 1px solid #8292b1;
    border-radius: 50%;
    font-size: 32px;
    font-weight: 300;
    line-height: 1;
    color: #8292b1;
    position: absolute;
    top: -7px;
    left: -90px;
}


/*--------------------------------------------------

company

--------------------------------------------------*/
/*  greeting
--------------------------------------------------*/

.greeting_wrap {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
}

.greeting_txt {
    width: 480px;
    position: relative;
}

.greeting_txt::before {
    content: "";
    width: 374px;
    height: 85px;
    background: url(/images/about/about_deco.png) no-repeat center / contain;
    position: absolute;
    left: -200px;
    bottom: -115px;
}

.greeting_img_wrap {
    width: 744px;
    height: 564px;
    margin-right: -180px;
    position: relative;
}

.greeting_img {
    position: absolute;
}

.greeting_img:nth-child(1) {
    top: 0;
    left: 0;
    z-index: 1;
}

.greeting_img:nth-child(2) {
    right: 0;
    bottom: 0;
}


/*  service
--------------------------------------------------*/
.service {
    padding-top: 0;
}

.service_item {
    display: flex;
    align-items: flex-start;
    gap: 50px;
}

.service_item:not(:last-child) {
    margin-bottom: 60px;
}

.service_img {
    width: 590px;
    height: 320px;
    margin-left: -100px;
}

.service_content {
    width: 50%;
}

.service_title {
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0.04em;
    color: #43c5f0;
}


/*  info
--------------------------------------------------*/
.info {
    background-color: #111827;
}


/*# sourceMappingURL=style.css.map */