@charset "UTF-8";

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

    header

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

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

.h-logo {
    width: 200px;
}

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

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

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

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

.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;
}

.h-tel {
    font-size: 17px;
    margin-top: 3px;
}

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

ent

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

.ent-item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 74.666vw;
    min-height: 280px;
    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: 320px;
    height: 160px;
    background-color: rgba(255, 255, 255, 0.75);
    position: relative;
}

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

.ent-item_title::after {
    content: "";
    width: 10px;
    height: 23px;
    position: absolute;
    top: 50%;
    right: 15px;
    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: 15px;
    font-size: 35px;
    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: 14px;
    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 {
    position: relative;
}

#mv {
    width: 100%;
    height: 300px;
    margin: 0 auto;
    position: relative;
    z-index: 0;
}

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

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

.mv_title {
    background: url(/images/key/mv_bg.jpg) no-repeat left center / cover;
    position: relative;
    padding: 20px 20px 30px;
}

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

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

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

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


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

.sub-vis_title {
    font-size: 22px;
    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 {
    /* width: 45px;
    height: 45px; */
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 3;
}


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

    footer

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

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

.f-logo {
    display: inline-block;
    width: 200px;
    margin-bottom: 30px;
}

.f-link_list {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-bottom: 50px;
}

.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-link_item:nth-child(3) {
    width: 100%;
}

.f-link_item:nth-child(3) a {
    width: 29px;
    height: 29px;
    margin: 0 auto;
}

.f-nav_list {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 20px 40px;
    width: 260px;
    height: 180px;
    font-size: 14px;
    line-height: 1;
}

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

.copyright {
    padding: 10px 0;
    background-color: #0c111b;
    font-size: 10px;
    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_title {
    text-align: left;
}

.top-news_link {
    width: 165px;
    margin-top: 30px;
    margin-left: auto;
}

.top_post_empty {
    width: 100%;
    text-align: center;
}

.top-news_list {
    width: 100%;

}

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

.top-worries_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-bottom: 70px;
    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;
    background-size: 60%;
    position: absolute;
    bottom: -100px;
    left: calc(50%);
    transform: translateX(-50%);
    z-index: -1;
}

.top-worries_item {
    width: 300px;
    height: 115px;
    padding-top: 28px;
    border: 1px solid #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    ;
    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 {
    width: 335px;
    margin: 0 auto;
    text-align: center;
}

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

.top-about_content {
    position: relative;
}

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

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

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

.top-about_content_img {
    width: 335px;
    height: 195px;
    margin: 0 auto 20px;
    position: relative;
}

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

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

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

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

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


/*  top-case
--------------------------------------------------*/


.top-case_wrapper {
    position: relative;
}

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

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

.top-case_img-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    justify-content: center;
    align-items: flex-end;
    width: 335px;
    margin: 30px auto 0;
    position: relative;
}

.top-case_img-wrap::before {
    content: "";
    width: 189px;
    height: 468px;
    background: url(/images/top/case_deco.png) no-repeat center / contain;
    position: absolute;
    top: -285px;
    right: calc(50% - 240px);
    z-index: -1;
}

.top-case_img:nth-child(1) {
    width: calc(50% - 2px);
}

.top-case_img:nth-child(2) {
    width: calc(50% - 2px);
}

.top-case_img:nth-child(3) {
    width: 100%;
}


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

.top-link_list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.top-link_item a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 330px;
    height: 135px;
    margin: 0 auto;
    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: 15px;
    bottom: 15px;
}

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

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

.top-link_item_price a::before {
    content: "";
    display: inline-block;
    width: 84px;
    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: 105px;
    height: 85px;
    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: 73px;
    height: 85px;
    margin-right: 20px;
    background: url(/images/inc-contact/company_icon.png) no-repeat center / contain;
}


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

inc-contact

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

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

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

.inc-contact_txt {
    margin-bottom: 30px;
    text-align: center;
    line-height: 1.8;
}

.inc-contact_wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.inc-contact_tel {
    font-size: 28px;
}

.inc-contact_tel::before {
    content: "";
    display: inline-block;
    margin-right: 10px;
    width: 20px;
    height: 30px;
    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;
    flex-direction: column;
    gap: 20px;
    position: relative;
}

.about_txt {
    width: 100%;
    position: relative;
}

.about_txt::before {
    content: "";
    width: 230px;
    height: 85px;
    background: url(/images/about/about_deco.png) no-repeat center / contain;
    position: absolute;
    left: calc(50% - 320px);
    bottom: -50px;
}

.about_img {
    width: 335px;
    height: 225px;
    margin: 0 auto;
    position: relative;
}

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

.recommend_txt {
    margin-bottom: 30px;
    font-size: 16px;
    font-weight: 300;
    text-align: center;
    line-height: 1.8;
}

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

.recommend_list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: relative;
    z-index: 1;
}

.recommend_item {
    width: 100%;
    height: 124px;
    padding-top: 30px;
    border: 1px solid #fff;
    background-color: rgb(255, 255, 255, 0.05);
    font-size: 16px;
    line-height: 1.8;
    text-align: center;
    position: relative;
}

.recommend_item::before {
    content: "";
    width: 20px;
    height: 27px;
    background: url(/images/about/recommend_check.png) no-repeat center top / 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
--------------------------------------------------*/
.mobile-scroll {
    overflow-x: scroll;
}

.difference_table {
    width: 1080px;
    margin-bottom: 10px;
    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: 485px;
    border: 5px solid #43c4ef;
    position: absolute;
    top: -1px;
    left: -1px;
}

.difference_table th,
.difference_table td {
    padding: 20px 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: 14px;
    text-align: center;
}

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

.difference_table td {
    width: 284px;
    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 .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-top: 30px;
    margin-left: auto;
    margin-bottom: 90px;
}

.difference_txt {
    width: 100%;
    padding: 20px;
    border: 1px solid #fff;
    background-color: rgba(255, 255, 255, 0.05);
    line-height: 2;
    text-align: left;
    position: relative;
}

.difference_txt_title {
    display: inline-block;
    padding: 8px;
    background-color: #43c5f0;
    font-size: 16px;
    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%);
}

.table_note {
    margin-top: 5px;
    font-size: 12px;
    text-align: right;
}


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

feature

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

.feature_wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
    position: relative;
    margin-bottom: 50px;
}

.feature_txt {
    width: 100%;
    position: relative;
}

.feature_txt::before {
    content: "";
    width: 230px;
    height: 85px;
    background: url(/images/about/about_deco.png) no-repeat center / contain;
    position: absolute;
    left: calc(50% - 320px);
    bottom: -280px;
}

.feature_img_wrap {
    width: 325px;
    height: 295px;
    margin: 0 auto;
    position: relative;
}

.feature_img {
    position: absolute;
}

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

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

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

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

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

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

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

.feature_item_wrap {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.feature_item_img {
    width: 335px;
    height: 228px;
    margin: 0 auto;
}

.feature_item_content {
    width: 100%;
}

.feature_item_txt {
    margin-bottom: 20px;
}

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

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

.feature_box_item {
    padding-left: 15px;
    position: relative;
}

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

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

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

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



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

case

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

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

.case_item_img {
    width: 100%;
    height: 23.786vw;
    min-height: 89px;
    margin-bottom: 10px;
}

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

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

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

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

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

.case_detail_img {
    /* width: 293px; */
    margin: 0 auto 20px;
}

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

.case_detail_txt {
    margin-bottom: 50px;
}

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


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

price

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

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

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

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

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

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

.price_menu_item {
    display: flex;
    flex-direction: column;
    gap: 5px 0;
    padding-bottom: 10px;
    border-bottom: 1px dashed #8292b1;
}

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

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

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


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

faq

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

.faq_item {
    padding: 20px 20px 20px 70px;
    background-color: #111827;
}

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

.faq_item_question {
    margin-bottom: 30px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #43c5f0;
    position: relative;
}

.faq_item_question::before {
    content: "Q";
    width: 40px;
    height: 40px;
    padding: 7px 0 0 12px;
    border: 1px solid #43c5f0;
    border-radius: 50%;
    font-size: 20px;
    font-weight: 300;
    line-height: 1;
    position: absolute;
    top: -5px;
    left: -55px;
}

.faq_item_answer {
    position: relative;
}

.faq_item_answer::before {
    content: "A";
    width: 40px;
    height: 40px;
    padding: 8px 0 0 13px;
    border: 1px solid #8292b1;
    border-radius: 50%;
    font-size: 20px;
    font-weight: 300;
    line-height: 1;
    color: #8292b1;
    position: absolute;
    top: -5px;
    left: -55px;
}


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

company

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

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

.greeting_txt {
    width: 100%;
    margin-bottom: 20px;
    position: relative;
}

.greeting_txt::before {
    content: "";
    width: 230px;
    height: 85px;
    background: url(/images/about/about_deco.png) no-repeat center / contain;
    position: absolute;
    left: calc(50% - 320px);
    bottom: -280px;
}

.greeting_img_wrap {
    width: 325px;
    height: 260px;
    margin: 0 auto;
    position: relative;
}

.greeting_img {
    position: absolute;
}

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

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


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

.service_item {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

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

.service_img {
    width: 335px;
    height: 181px;
    margin: 0 auto;
}

.service_content {
    width: 100%;
}

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


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



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