@charset "UTF-8";

/* header */
.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 120px;
    padding: 0 100px;
}

@media screen and (max-width: 1400px) {
    .header {
        padding: 0 50px;
    }
}

.hd_wrap {
    display: flex;
    align-items: center;
}

.hd_line {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    width: 268px;
    height: 61px;
    margin-right: 27px;
    border-radius: 30px;
    box-shadow: 0 4px 8px rgba(0, 0, 51, 0.1);
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0em;
    color: #06c755;
}

.hd_line::before {
    content: "";
    width: 30px;
    height: 31px;
    background: url(/images/common/icon_line.png) no-repeat center / contain;
}

.hd_line::after {
    content: "";
    width: 15px;
    height: 15px;
    background: url(/images/common/icon_line_external.png) no-repeat center / contain;
}

.hd_tel {
    margin-right: 20px;
}

.hd_tel a {
    display: flex;
    align-items: center;
    font-family: "Noto Sans", sans-serif;
    font-size: 25px;
    font-weight: 700;
    letter-spacing: 0em;
    line-height: 1;
    color: #65c8f2;
}

.hd_tel a:not(:last-child) {
    margin-bottom: 17px;
}

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

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

.hd_note {
    width: 422px;
    height: 80px;
    padding: 12px 0 0 12px;
    background-color: #d0faff;
}

.hd_note p {
    font-size: 10px;
    font-weight: 700;
    line-height: 1.6;
    color: #888888;
}

.hd_note p:not(:last-of-type) {
    margin-bottom: 5px;
}

/* main-vis */
.main-vis {
    width: 100%;
    height: 1017px;
    padding-top: 27px;
    background: url(/images/key/main-vis_bg.png) no-repeat top center / cover;
    position: relative;
    overflow: hidden;
}

.main-vis_img {
    width: 1763px;
    height: 885px;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    transform: translateX(-875px);
}

.main-vis_title {
    position: absolute;
    top: 443px;
    left: 85px;
}

@media screen and (min-width: 1920px) {
    .main-vis_title {
        left: 50%;
        transform: translateX(-879px);
    }
}

/* sub-vis */
.sub-vis {
    width: 100%;
    height: 625px;
    position: relative;
    overflow: hidden;
}

.sub-vis::before {
    content: "";
    width: 524px;
    height: 433px;
    background: url(/images/key/sub-vis_deco_lt.png) no-repeat left top / contain;
    position: absolute;
    top: 0;
    left: calc(50% - 960px);
}

@media screen and (min-width: 1920px) {
    .sub-vis::before {
        left: 0;
    }
}

.sv-title {
    display: inline-block;
    padding: 12px 35px 15px;
    background-color: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 6px;
    font-size: 52px;
    font-weight: 700;
    letter-spacing: 0.06em;
    line-height: 1;
    color: #65c8f2;
    position: absolute;
    top: 230px;
    left: calc(50% - 540px);
    z-index: 1;
}

.sv-img {
    width: 1202px;
    height: 540px;
    border-radius: 24px;
    position: absolute;
    top: 0;
    right: calc(50% - 960px);
    overflow: hidden;
}

/* hd_nav */
.hd_nav_list {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 1080px;
    margin: 0 auto;
}

.hd_nav_list_item {
    text-align: center;
    position: relative;
}

.hd_nav_list_item:not(:last-child)::after {
    content: "";
    width: 3px;
    height: 45px;
    background: url(/images/common/nav_border.png) repeat-y top center;
    position: absolute;
    top: 50%;
    right: -80px;
    transform: translateY(-50%);
}

.hd_nav_list_item .icon {
    height: 58px;
}

.hd_nav_list_item .icon img {
    vertical-align: -webkit-baseline-middle;
}

.hd_nav_list_item .txt {
    margin-top: 15px;
    font-size: 19px;
    font-weight: 500;
    letter-spacing: 0em;
    line-height: 1;
    color: #51bdeb;
}

/* top */
.top-news {
    padding-bottom: 60px;
    position: relative;
}

.top-news::before {
    content: "";
    width: 338px;
    height: 493px;
    background: url(/images/top/top-news_deco.png) no-repeat bottom right / contain;
    position: absolute;
    right: calc(50% - 960px);
    bottom: -290px;
    z-index: 1;
}

@media screen and (min-width: 1920px) {
    .top-news::before {
        right: 0;
    }
}


.top-news_wrapper {
    position: relative;
}

.top-news_wrapper::before {
    content: "";
    width: 195px;
    height: 441px;
    background: url(/images/top/top-news_illust.png) no-repeat center / contain;
    position: absolute;
    top: 73px;
    left: calc(50% - 795px);
}

.top-news_btn {
    width: 280px;
    position: absolute;
    top: 50px;
    right: 0;
}

/* top-about */
.top-about {
    padding-top: 60px;
    background: linear-gradient(180deg, #fff 0%, #fff 225px, #e7f8ff 225px, #e7f8ff 100%);
    position: relative;
}

.top-about_wrapper {
    position: relative;
}

.top-about_wrap {
    width: 540px;
    margin-left: auto;
    position: relative;
}

.top-about_wrap::before {
    content: "";
    width: 144px;
    height: 142px;
    background: url(/images/top/top-about_wrap_illust.png) no-repeat center / contain;
    position: absolute;
    top: 97px;
    right: -80px;
}

.top-about_txt {
    font-weight: 500;
    line-height: calc(33 / 17);
}

.top-about_txt .color {
    font-weight: 700;
    color: #51bdeb;
}

.top-about_img {
    position: absolute;
    top: 0;
    left: calc(50% - 780px);
}

/* top-reason */
.top-reason {
    position: relative;
    z-index: 1;
}

.top-reason::before {
    content: "";
    width: 429px;
    height: 383px;
    background: url(/images/top/top-reason_deco_tl.png) no-repeat center left / contain;
    position: absolute;
    top: -153px;
    left: calc(50% - 960px);
}

.top-reason::after {
    content: "";
    width: 490px;
    height: 587px;
    background: url(/images/top/top-reason_deco_br.png) no-repeat right center / contain;
    position: absolute;
    right: calc(50% - 960px);
    bottom: -90px;
    z-index: -1;
}

@media screen and (min-width: 1920px) {
    .top-reason::after {
        right: 0;
    }
}


.top-reason_title {
    margin-bottom: 80px;
    position: relative;
}

.top-reason_title::before {
    content: "";
    width: 182px;
    height: 190px;
    background: url(/images/top/top-reason_title_deco_l.png) no-repeat center right / contain;
    position: absolute;
    top: 15px;
    left: -35px;
}

.top-reason_title::after {
    content: "";
    width: 323px;
    height: 334px;
    background: url(/images/top/top-reason_title_deco_r.png) no-repeat center left / contain;
    position: absolute;
    top: -33px;
    right: -30px;
}

.top-reason_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.top-reason_list_item {
    width: 505px;
    text-align: center;
    counter-increment: number;
}

.top-reason_list_item:nth-child(1n) {
    margin-top: -10px;
}

.top-reason_list_item:nth-child(2n) {
    margin-top: 95px;
}

.top-reason_list_item_img {
    width: 100%;
    height: 360px;
    margin-bottom: 20px;
    position: relative;
}

.top-reason_list_item_img::before {
    content: counter(number, decimal-leading-zero);
    width: 90px;
    height: 82px;
    padding: 17px 0px 0px 5px;
    background: url(/images/top/top-reason_num_bg.png) no-repeat center / contain;
    font-size: 42px;
    font-weight: 700;
    letter-spacing: 0.06em;
    line-height: 1;
    color: #fff;
    position: absolute;
    left: -10px;
    bottom: -10px;
    z-index: 1;
}

.top-reason_list_item_img img {
    border-radius: 12px;
}

.top-reason_list_item_txt {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0.06em;
    line-height: calc(43 / 30);
    color: #65c8f2;
}

.top-reason_list_item_txt .deco {
    display: inline-block;
    color: #f78ec0;
    position: relative;
}

.top-reason_list_item_txt .deco::before {
    content: "";
    width: 100%;
    height: 14px;
    background: url(/images/common/text_border.png);
    position: absolute;
    left: 5px;
    bottom: 3px;
    z-index: -1;
}

.top-reason_btn {
    width: 360px;
    margin: 45px auto 0;
}

/* top-link */
.top-link {
    padding: 0;
    background: linear-gradient(180deg, #fff 0%, #fff 451px, #e7f8ff 451px, #e7f8ff 100%);
}

.top-link_wrapper {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1280px;
}

.top-link_box {
    width: 610px;
    height: 100%;
    padding: 60px 0;
    border-radius: 24px;
    text-align: center;
    color: #fff;
}

.top-link_box:nth-of-type(1) {
    background: url(/images/top/top-link_bg01.png) no-repeat center / cover;
    background-color: #65c8f2;
}

.top-link_box:nth-of-type(1) .top-link_img {
    margin-bottom: 50px;
}

.top-link_box:nth-of-type(2) {
    margin-top: 95px;
    background: url(/images/top/top-link_bg02.png) no-repeat center / cover;
    background-color: #65c8f2;
}

.top-link_box:nth-of-type(2) .top-link_img {
    margin-bottom: 30px;
}

.top-link_title {
    display: inline-block;
    margin-bottom: 25px;
    font-size: 42px;
    font-weight: 700;
    letter-spacing: 0.06em;
    position: relative;
    z-index: 1;
}

.top-link_title::before {
    content: "";
    width: 100%;
    height: 20px;
    background: url(/images/top/top-link_txt_border.png);
    position: absolute;
    bottom: 3px;
    z-index: -1;
}

.top-link_txt {
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: 700;
    line-height: calc(35 / 18);
}

/* top-works */
.top-works {
    background-color: #e7f8ff;
    position: relative;
    z-index: 1;
}

.top-works::before {
    content: "";
    width: 515px;
    height: 497px;
    background: url(/images/top/top-works_deco_tl.png) no-repeat left / contain;
    position: absolute;
    top: 0;
    left: calc(50% - 960px);
    z-index: -1;
}

.top-works_title {
    position: relative;
}

.top-works_title::before {
    content: "";
    width: 161px;
    height: 160px;
    background: url(/images/top/top-works_title_deco_l.png) no-repeat right / contain;
    position: absolute;
    top: -25px;
    left: 255px;
}

.top-works_title::after {
    content: "";
    width: 127px;
    height: 108px;
    background: url(/images/top/top-works_title_deco_r.png) no-repeat left / contain;
    position: absolute;
    top: 15px;
    right: 285px;
}

.top-works_list {
    position: relative;
}

.top-works_list::before {
    content: "";
    width: 285px;
    height: 248px;
    background: url(/images/top/top-works_illust.png) no-repeat center / contain;
    position: absolute;
    right: -215px;
    bottom: -130px;
}

.top-works_btn {
    margin: 60px auto 0;
}

/* inc-contact */
.inc-contact {
    margin-top: -335px;
    padding-top: 0;
    padding-bottom: 50px;
    z-index: 1;
    position: relative;
}

.inc-contact_wrapper {
    width: 1280px;
    padding: 75px 100px;
    background: url(/images/inc-contact/bg.png) no-repeat right bottom;
    background-color: #65c8f2;
    border-radius: 12px;
    position: relative;
}

.inc-contact_wrapper::before {
    content: "";
    width: 238px;
    height: 172px;
    background: url(/images/inc-contact/illust.png) no-repeat center / contain;
    position: absolute;
    top: 55px;
    left: 70px;
}

.inc-contact_title {
    margin-bottom: 30px;
    text-align: center;
}

.inc-contact_title .en {
    display: inline-block;
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1;
    color: #fff;
}

.inc-contact_title .ja {
    font-size: 42px;
    font-weight: 700;
    letter-spacing: 0.06em;
    line-height: calc(68 / 42);
    color: #fff;
}

.inc-contact_lead {
    width: 589px;
    height: 39px;
    margin: 0 auto 60px;
    border-radius: 19px;
    background-color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 39px;
    color: #65c8f2;
    text-align: center;
    position: relative;
}

.inc-contact_lead::before {
    content: "";
    width: 19px;
    height: 8px;
    clip-path: polygon(100% 0, 0 0, 50% 100%);
    background-color: #fff;
    position: absolute;
    left: 50%;
    bottom: -7px;
    transform: translateX(-50%);
}

.inc-contact_wrap {
    display: flex;
    justify-content: space-between;
    gap: 45px;
}

.inc-contact_line {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    width: 430px;
    height: 61px;
    background-color: #fff;
    border-radius: 30px;
    color: #06c755;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0em;
}

.inc-contact_line::before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 31px;
    background: url(/images/common/icon_line.png) no-repeat center / contain;
}

.inc-contact_line::after {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(/images/common/icon_line_external.png) no-repeat center / contain;
}

.inc-contact_tel {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 15px;
    flex: 1;
}

.inc-contact_tel a {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: "Noto Sans", sans-serif;
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 0em;
    line-height: 1;
    color: #fff;
}

.inc-contact_tel_phone::before {
    content: "";
    display: inline-block;
    width: 38px;
    height: 38px;
    background: url(/images/common/icon_tel_white.png) no-repeat center / contain;
}

.inc-contact_tel_mobile::before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 40px;
    background: url(/images/common/icon_mobile_white.png) no-repeat center / contain;
}

.inc-contact_note {
    width: 100%;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.7;
    color: #fff;
}

.inc-contact_note .svg {
    line-height: 1;
}

/* footer */
.ft_main {
    padding: 50px 0 100px;
}

.ft_main_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.ft_logo {
    margin-bottom: 40px;
}

.ft_add {
    margin-bottom: 20px;
    font-size: 15px;
    letter-spacing: 0.04em;
}

.ft_info {
    display: flex;
    align-items: center;
    gap: 30px;
    font-size: 14px;
    letter-spacing: 0.04em;
    line-height: 1;
}

.ft_info dl {
    display: flex;
    align-items: center;
    gap: 10px;
}

.ft_info dt {
    padding: 2px 10px 3px;
    background-color: #65c8f2;
    border-radius: 9.5px;
    color: #fff;
}

.ft_r {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
    gap: 40px 30px;
    width: 510px;
}

.ft_nav {
    width: 100%;
}

.ft_nav_list {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.ft_nav_list_item a {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.04em;
    color: #65c8f2;
}

.ft_nav_list_item a::before {
    content: "";
    display: inline-block;
    width: 7px;
    height: 9px;
    background: url(/images/common/ft_nav_arw.png) no-repeat center / contain;
}

.ft_mail {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 370px;
    height: 55px;
    border-radius: 27.5px;
    background-color: #fff;
    border: 2px solid #65c8f2;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0em;
    color: #65c8f2;
    position: relative;
}

.ft_mail::before {
    content: "";
    display: inline-block;
    width: 26px;
    height: 17px;
    background: url(/images/common/icon_mail.png) no-repeat center / contain;
}

.ft_mail::after {
    content: "";
    width: 19px;
    height: 11px;
    background: url(/images/common/cmn-btn_arw_blue.png) no-repeat center / contain;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

.copyright {
    padding: 20px 0;
    background-color: #f2fbff;
    color: #77cff4;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0em;
    line-height: 1;
    text-align: center;
}

/* about */
/* reason */
.reason_title {
    margin-bottom: 70px;
}

.reason_list_item {
    min-height: 380px;
    position: relative;
    counter-increment: number;
}

.reason_list_item:not(:last-child) {
    margin-bottom: 70px;
}

.reason_list_item_wrap {
    width: 600px;
}

.reason_list_item:nth-child(odd) .reason_list_item_wrap {
    margin-left: auto;
}

.reason_list_item:nth-child(even) .reason_list_item_wrap {
    margin-right: auto;
}

.reason_list_item_img {
    width: 540px;
    height: 380px;
    border-radius: 12px;
    overflow: hidden;
    position: absolute;
    top: 0;
}

.reason_list_item:nth-child(odd) .reason_list_item_img {
    left: -100px;
}

.reason_list_item:nth-child(even) .reason_list_item_img {
    right: -100px;
}

.reason_list_item_title {
    margin-bottom: 30px;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0.06em;
    color: #65c8f2;
}

.reason_list_item_title::before {
    content: counter(number, decimal-leading-zero);
    display: inline-block;
    margin-right: 5px;
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
    color: #f78ec0;
    vertical-align: top;
    transform: translateY(-2px);
}

.reason_list_item_title .deco {
    display: inline-block;
    color: #f78ec0;
    position: relative;
}

.reason_list_item_title .deco::before {
    content: "";
    width: 100%;
    height: 14px;
    background: url(/images/common/text_border.png);
    position: absolute;
    left: 0;
    bottom: 3px;
    z-index: -1;
}

/* staff */
.staff_list_item {
    min-height: 505px;
    padding: 40px;
    background-color: #fff;
    border: 1px solid #65c8f2;
    border-radius: 12px;
    box-shadow: 0 0 20px rgba(167, 212, 231, 0.3);
    position: relative;
}

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

.staff_list_item_wrap {
    width: 530px;
    margin-left: auto;
}

.staff_list_item_title {
    margin-bottom: 25px;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0.06em;
    color: #f78ec0;
}

.staff_list_item_title::before {
    content: "";
    display: inline-block;
    width: 22px;
    height: 25px;
    margin-right: 10px;
    background: url(/images/about/staff_title_icon.png) no-repeat center / contain;
    transform: translateY(1px);
}

.staff_list_item_img {
    width: 430px;
    height: 425px;
    border-radius: 12px;
    overflow: hidden;
    position: absolute;
    top: 40px;
    left: 40px;
}

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

.staff_list_item_hobby {
    width: 100%;
    padding: 18px 20px;
    margin-bottom: 25px;
    background-color: #e7f8ff;
    border-radius: 12px;
}

.staff_list_item_hobby .head {
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1.4;
    color: #65c8f2;
}

.staff_list_item_hobby .text {
    font-size: 15px;
    line-height: 1.8;
}

.staff_list_item_txt {
    font-size: 15px;
    line-height: 2;
}

.info_map {
    width: 100%;
    height: 460px;
    margin-top: 50px;
    border-radius: 12px;
    overflow: hidden;
}

.info_map iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: none;
}

/* service */
.service_img {
    width: 680px;
    height: 320px;
    margin: 0 auto 40px;
    border-radius: 12px;
    overflow: hidden;
}

.service_txt {
    text-align: center;
}

.price_list_item {
    padding: 60px;
    background-color: #fff;
    border: 1px solid #65c8f2;
    box-shadow: 0 0 20px rgba(167, 212, 231, 0.3);
    border-radius: 12px;
}

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

.price_list_item_img {
    width: 100%;
    height: 210px;
    margin-bottom: 30px;
    border-radius: 12px;
    overflow: hidden;
}

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

.price_list_item_title {
    width: 100%;
    margin-bottom: 20px;
    padding: 10px 20px;
    border-radius: 4px;
    background-color: #f78ec0;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.06em;
    color: #fff;
    text-align: center;
}

.price_sub-list_item {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
}

.price_sub-list_item:not(:last-child) {
    margin-bottom: 45px;
    padding-bottom: 35px;
    border-bottom: 1px solid #e3e3e3;
}

.price_sub-list_item_title {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0em;
    line-height: 1.8;
    color: #65c8f2;
}

.price_sub-list_item_fee {
    flex: 1;
    min-height: 60px;
    font-size: 14px;
    line-height: calc(30 / 14);
    text-align: right;
}

.price_sub-list_item_txt {
    width: 100%;
    font-size: 14px;
    line-height: calc(30 / 14);
}

/* guide */
/* flow */
.flow_list {
    position: relative;
}

.flow_list::before {
    content: "";
    width: 430px;
    height: 100%;
    background-color: #e7f8ff;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

.flow_list_item {
    width: 100%;
    min-height: 300px;
    padding: 40px;
    background-color: #fff;
    border: 1px solid #65c8f2;
    border-radius: 12px;
    box-shadow: 0 0 20px rgba(167, 212, 231, 0.3);
    position: relative;
    counter-increment: number;
}

.flow_list_item:not(:last-child) {
    margin-bottom: 30px;
}

.flow_list_item_wrap {
    width: 640px;
    margin-left: auto;
}

.flow_list_item_title {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e3e3e3;
    font-size: 24px;
    font-weight: 700;
    color: #f78ec0;
    letter-spacing: 0.06em;
}

.flow_list_item_title::before {
    content: "STEP" counter(number, decimal-leading-zero);
    white-space: pre;
    margin-right: 20px;
}

.flow_list_item_img {
    border-radius: 12px;
    overflow: hidden;
    position: absolute;
    top: 40px;
    left: 40px;
}

.flow_list_item_txt {
    font-size: 15px;
    line-height: calc(34 / 15);
}

.flow_list_item_txt .note {
    font-size: 13px;
    color: #888888;
}

/* Q&A */
.faq_list_item {
    width: 100%;
    padding: 60px;
    background-color: #fff;
    border: 1px solid #65c8f2;
    border-radius: 12px;
    box-shadow: 0 0 20px rgba(167, 212, 231, 0.3);
    position: relative;
}

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

.faq_list_item_q {
    margin-bottom: 25px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e3e3e3;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.06em;
    color: #f78ec0;
}

.faq_list_item_q::before {
    content: "Q";
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 20px;
    padding: 4px 0 0 9px;
    background-color: #f78ec0;
    border-radius: 50%;
    font-size: 29px;
    line-height: 1;
    color: #fff;
}

/* works */
.works_list {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
}

.works_list_item {
    width: 515px;
    height: 485px;
    padding: 40px;
    border-radius: 12px;
    background-color: #fff;
}

.works_list_item .images {
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
    position: relative;
}

.works_list_item .images::before {
    content: "";
    width: 53px;
    height: 22px;
    background: url(/images/works/works_arw.png) no-repeat center / contain;
    position: absolute;
    top: 170px;
    left: 110px;
}

.works_list_item .images_before {
    width: 165px;
    height: 150px;
    position: relative;
}

.works_list_item .images_before::before {
    content: "BEFORE";
    width: 60px;
    height: 17px;
    background-color: #65c8f2;
    border-radius: 5px 0 0 0;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.06em;
    line-height: 17px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.works_list_item .images_after {
    width: 240px;
    height: 210px;
    margin-top: 65px;
    position: relative;
}

.works_list_item .images_after::before {
    content: "AFTER";
    width: 80px;
    height: 23px;
    background-color: #fff;
    border-radius: 5px 0 0 0;
    font-size: 18px;
    font-weight: 600;
    color: #65c8f2;
    letter-spacing: 0.06em;
    line-height: 23px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.works_list_item .images_before img,
.works_list_item .images_after img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
}

.works_list_item .title {
    margin-bottom: 25px;
    font-size: 21px;
    font-weight: 600;
    letter-spacing: 0.06em;
    color: #65c8f2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

/* works-detail */
.works_detail {
    width: 100%;
    padding: 60px;
    background-color: #fff;
    border: 1px solid #65c8f2;
    border-radius: 12px;
    box-shadow: 0 0 20px rgba(167, 212, 231, 0.3);
    position: relative;
}

.works_detail .title {
    margin-bottom: 40px;
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 25px;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 0.06em;
    color: #65c8f2;
}

.works_detail .images {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
    position: relative;
}

.works_detail .images::before {
    content: "";
    width: 53px;
    height: 22px;
    background: url(/images/works/works_arw.png) no-repeat center / contain;
    position: absolute;
    top: 345px;
    left: 345px;
}

.works_detail .images_before {
    width: 380px;
    height: 320px;
    position: relative;
}

.works_detail .images_before::before {
    content: "BEFORE";
    width: 105px;
    height: 31px;
    background-color: #65c8f2;
    border-radius: 5px 0 0 0;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.06em;
    line-height: 31px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.works_detail .images_after {
    width: 530px;
    height: 440px;
    margin-top: 45px;
    position: relative;
}

.works_detail .images_after::before {
    content: "AFTER";
    width: 93px;
    height: 31px;
    background-color: #fff;
    border-radius: 5px 0 0 0;
    font-size: 16px;
    font-weight: 600;
    color: #65c8f2;
    letter-spacing: 0.06em;
    line-height: 31px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.works_detail .images_before img,
.works_detail .images_after img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
}

.works_detail_box {
    width: 960px;
    height: 227px;
    padding: 20px;
    margin-bottom: 20px;
    border: 1px solid #e3e3e3;
    border-radius: 12px;
}

.works_detail_list {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    overflow-x: scroll;
    position: relative;
    padding-bottom: 5px;
}

.works_detail_list_item {
    min-width: 176px;
    min-height: 176px;
    border-radius: 12px;
    overflow: hidden;
}

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

.works_detail_txt {
    font-size: 15px;
    line-height: calc(34 / 15);
}

.works_detail_btn {
    width: 380px;
    margin: 30px auto 0;
}


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