@charset "UTF-8";

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

.hd_logo {
    width: 120px;
}

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

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

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

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

.hd_tel a {
    display: flex;
    align-items: center;
    font-family: "Noto Sans", sans-serif;
    font-size: 20px;
    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: 18px;
    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: 26px;
    margin-right: 10px;
    background: url(/images/common/icon_tel.png) no-repeat center / contain;
}

.hd_note {
    width: 100%;
    height: auto;
    padding: 15px;
    background-color: #d0faff;
}

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

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

.hd_note_img {
    height: 10px;
}

.hd_note_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: left;
    vertical-align: super;
}

.hd_mail {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    width: 268px;
    height: 50px;
    border-radius: 27.5px;
    background-color: #fff;
    /* border: 2px solid #65c8f2; */
    box-shadow: 0 4px 8px rgba(0, 0, 51, 0.1);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0em;
    color: #65c8f2;
    position: relative;
}

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

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

.drawer-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

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

.main-vis_img {
    width: 120%;
    margin: 0 auto;
    transform: translateX(-10%);
}

.main-vis_title {
    width: 90%;
    margin-top: -33%;
    position: relative;
}

/* sub-vis */
.sub-vis {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 280px;
    position: relative;
    overflow: hidden;
}

.sub-vis::before {
    content: "";
    width: 100%;
    height: 280px;
    background: url(/images/key/sub-vis_deco_lt.png) no-repeat left top / cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.sv-title {
    display: inline-block;
    padding: 10px 20px;
    background-color: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 6px;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.06em;
    line-height: 1;
    color: #65c8f2;
    position: absolute;
    z-index: 1;
}

.sv-img {
    width: 90%;
    height: 80%;
    border-radius: 14px;
    overflow: hidden;
}

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

/* 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: 160px;
    height: 270px;
    background: url(/images/top/top-news_deco.png) no-repeat bottom right / contain;
    position: absolute;
    right: -10px;
    bottom: 0px;
    z-index: -1;
}

.top-news_wrapper {
    position: relative;
}

.top-news_wrapper::before {
    content: "";
    width: 70px;
    height: 150px;
    background: url(/images/top/top-news_illust.png) no-repeat center / contain;
    position: absolute;
    top: -40px;
    right: 10px;
}

.top-news_btn {
    width: 280px;
    margin: 40px auto 0;
}

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

.top-about_wrapper {
    position: relative;
}

.top-about_wrap {
    width: 100%;
    position: relative;
}

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

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

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

.top-about_img {
    max-width: 500px;
    margin: 30px auto 0;
    position: relative;
}

/* 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;
}

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

.top-reason_title::before {
    content: "";
    width: 90px;
    height: 100px;
    background: url(/images/top/top-reason_title_deco_l.png) no-repeat center right / contain;
    position: absolute;
    top: 80px;
    left: -40px;
}

.top-reason_title::after {
    content: "";
    width: 140px;
    height: 150px;
    background: url(/images/top/top-reason_title_deco_r.png) no-repeat center left / contain;
    position: absolute;
    top: 60px;
    right: -50px;
}

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

.top-reason_list_item {
    width: 100%;
    text-align: center;
    counter-increment: number;
}

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

.top-reason_list_item_img {
    max-width: 500px;
    margin: 0 auto 10px;
    position: relative;
}

.top-reason_list_item_img::before {
    content: counter(number, decimal-leading-zero);
    width: 70px;
    height: 65px;
    padding: 15px 0px 0px 5px;
    background: url(/images/top/top-reason_num_bg.png) no-repeat center / contain;
    font-size: 30px;
    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: 20px;
    font-weight: 700;
    letter-spacing: 0.06em;
    line-height: 1.6;
    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: 10px;
    background: url(/images/common/text_border.png);
    position: absolute;
    left: 5px;
    bottom: 3px;
    z-index: -1;
}

.top-reason_btn {
    margin: 30px 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;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
    width: 100%;
}

.top-link_box {
    width: 100%;
    height: 100%;
    padding: 30px 20px;
    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 {
    width: 200px;
    margin: 0 auto 20px;
}

.top-link_box:nth-of-type(2) {
    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 {
    width: 200px;
    margin: 0 auto 20px;
}

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

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

.top-link_txt {
    margin-bottom: 30px;
    font-size: 14px;
    font-weight: 700;
    text-align: left;
}

/* 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: 90px;
    height: 90px;
    background: url(/images/top/top-works_title_deco_l.png) no-repeat right / contain;
    position: absolute;
    top: 10px;
    left: -10px;
}

.top-works_title::after {
    content: "";
    width: 80px;
    height: 70px;
    background: url(/images/top/top-works_title_deco_r.png) no-repeat left / contain;
    position: absolute;
    top: 20px;
    right: 0px;
}

.top-works_list {
    position: relative;
}

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

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

/* inc-contact */
.inc-contact {
    z-index: 1;
    position: relative;
}

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

.inc-contact_wrapper::before {
    content: "";
    width: 130px;
    height: 130px;
    background: url(/images/inc-contact/illust.png) no-repeat center / contain;
    position: absolute;
    top: 10px;
    left: calc(50% - 200px);
}

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

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

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

.inc-contact_lead {
    width: 335px;
    margin: 0 auto 30px;
    padding: 8px;
    border-radius: 14px;
    background-color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    color: #65c8f2;
    text-align: center;
    position: relative;
}

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

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

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

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

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

.inc-contact_tel {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    flex: 1;
}

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

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

.inc-contact_tel_mobile::before {
    content: "";
    display: inline-block;
    width: 17px;
    height: 28px;
    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 {
    height: 12px;
    line-height: 1;
}

.inc-contact_note .svg img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: left;
}

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

.ft_l {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ft_logo {
    width: 120px;
    margin-bottom: 40px;
}

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

.ft_info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    font-size: 13px;
    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_info dd {
    font-size: 14px;
}

.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: 10px 0;
    background-color: #f2fbff;
    color: #77cff4;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0em;
    line-height: 1;
    text-align: center;
}

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

.reason_list_item {
    position: relative;
    counter-increment: number;
}

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

.reason_list_item_wrap {
    width: 100%;
}

.reason_list_item_img {
    width: 100%;
    max-width: 500px;
    height: auto;
    margin: 0 auto 20px;
    border-radius: 12px;
    overflow: hidden;
}

.reason_list_item_title {
    margin-bottom: 20px;
    font-size: 20px;
    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: 24px;
    font-weight: 700;
    line-height: 1;
    color: #f78ec0;
    vertical-align: top;
}

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

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

/* staff */
.staff_list_item {
    padding: 30px 20px;
    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: 30px;
}

.staff_list_item_wrap {
    width: 100%;
}

.staff_list_item_title {
    padding-left: 30px;
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.06em;
    color: #f78ec0;
    position: relative;
}

.staff_list_item_title::before {
    content: "";
    display: inline-block;
    width: 19px;
    height: 22px;
    background: url(/images/about/staff_title_icon.png) no-repeat center / contain;
    position: absolute;
    left: 0;
    top: 3px;
}

.staff_list_item_img {
    width: 100%;
    max-width: 500px;
    height: 77.333vw;
    min-height: 290px;
    max-height: 448px;
    margin-bottom: 20px;
    border-radius: 12px;
    overflow: hidden;
}

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

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

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

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

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

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

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

/* service */
.service_img {
    width: 100%;
    max-width: 500px;
    margin: 0 auto 30px;
    border-radius: 12px;
    overflow: hidden;
}

.service_txt {
    text-align: left;
}

.price_list_item {
    padding: 20px 20px 30px;
    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: 30px;
}

.price_list_item_img {
    width: 100%;
    height: 30vw;
    min-height: 112px;
    margin-bottom: 20px;
    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: 5px 20px;
    border-radius: 4px;
    background-color: #f78ec0;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.06em;
    color: #fff;
    text-align: center;
}

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

.price_sub-list_item:not(:last-child) {
    margin-bottom: 35px;
    padding-bottom: 25px;
    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;
    font-size: 14px;
    text-align: right;
}

.price_sub-list_item_txt {
    width: 100%;
    font-size: 14px;
}

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

.flow_list::before {
    content: "";
    width: 50%;
    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: 30px 20px;
    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: 100%;
}

.flow_list_item_title {
    margin-bottom: 15px;
    padding-bottom: 5px;
    border-bottom: 1px solid #e3e3e3;
    font-size: 18px;
    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: 10px;
}

.flow_list_item_img {
    max-width: 500px;
    margin: 0 auto 20px;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
}

.flow_list_item_txt {
    font-size: 14px;
}

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

/* Q&A */
.faq_list_item {
    width: 100%;
    padding: 30px 20px;
    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: 30px;
}

.faq_list_item_q {
    margin-bottom: 15px;
    padding-left: 40px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e3e3e3;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.06em;
    line-height: 1.6;
    color: #f78ec0;
    position: relative;
}

.faq_list_item_q::before {
    content: "Q";
    display: inline-block;
    width: 28px;
    height: 28px;
    margin-right: 20px;
    padding: 4px 0 0 7px;
    background-color: #f78ec0;
    border-radius: 50%;
    font-size: 18px;
    line-height: 1;
    color: #fff;
    position: absolute;
    top: -2px;
    left: 0;
}

/* works */
.works_list {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 30px;
}

.works_list_item {
    width: 100%;
    padding: 30px 20px;
    border-radius: 12px;
    background-color: #fff;
}

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

.works_list_item .images_before::after {
    content: "";
    width: 40px;
    height: 22px;
    background: url(/images/works/works_arw.png) no-repeat center / contain;
    position: absolute;
    bottom: -35%;
    right: 0;
}

.works_list_item .images_before {
    width: 40%;
    height: 26.666vw;
    min-width: 120px;
    min-height: 100px;
    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: 10px;
    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: 55%;
    min-width: 160px;
    height: 37.333vw;
    min-height: 140px;
    margin-top: 13.333VW;
    position: relative;
}

.works_list_item .images_after::before {
    content: "AFTER";
    width: 70px;
    height: 18px;
    background-color: #fff;
    border-radius: 5px 0 0 0;
    font-size: 12px;
    font-weight: 600;
    color: #65c8f2;
    letter-spacing: 0.06em;
    line-height: 18px;
    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: 16px;
    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: 20px;
    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: 30px;
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 20px;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.06em;
    color: #65c8f2;
}

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

.works_detail .images_before::after {
    content: "";
    width: 53px;
    height: 22px;
    background: url(/images/works/works_arw.png) no-repeat center / contain;
    position: absolute;
    right: -60px;
    bottom: 0px;
    transform: scale(1, -1) rotate(-80deg);
}

.works_detail .images_before {
    width: 80%;
    height: 53.333vw;
    min-height: 200px;
    position: relative;
}

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

.works_detail .images_after {
    width: 100%;
    height: 64vw;
    min-height: 240px;
    margin-top: 10%;
    position: relative;
}

.works_detail .images_after::before {
    content: "AFTER";
    width: 100px;
    height: 28px;
    background-color: #fff;
    border-radius: 5px 0 0 0;
    font-size: 16px;
    font-weight: 600;
    color: #65c8f2;
    letter-spacing: 0.06em;
    line-height: 28px;
    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: 100%;
    padding: 15px;
    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;
}

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

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

.works_detail_txt {
    font-size: 15px;
}

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

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