@charset "UTF-8";
/* ----------------------------------------------
AIプランページ
----------------------------------------------- */
/* WSYS-13980 【フロント・VMDB】AIプランのプレサービスイン 20260804 M.Shimizu */
.ai_plan_content {
    width: 100%;
    max-width: 980px;
    margin-inline: auto;
    background: #fff;
}

/* 共通で使用 */
.ai_plan_content ._inner {
    padding: 50px 4%;
}

.ai_plan_content h2 {
    margin-bottom: 42px;
    color: #1dbdce;
    font-size: 2.8rem;
}

.ai_plan_content .content_description {
    margin-bottom: 46px;
    font-size: 1.8rem;
}

.ai_plan_content ._applay ._applay_btn {
    font-size: 2.2rem;
    line-height: 1.5;
    position: relative;
    padding: 15px;
    cursor: pointer;
    user-select: none;
    transition: ease 0.3s;
    border-radius: 10px;
    color: #fff;
    font-weight: 600;
    background: #ff205a;
    box-shadow: rgba(0, 0, 0, .2) 3px 5px 6px 3px;
    display: flex;
    justify-content: center;
    width: 400px;
    margin: 50px auto;
    text-decoration: none;
}

.ai_plan_content ._applay ._applay_btn:hover {
    transform: scale(1.05);
    box-shadow: none;
}

.ai_plan_content ._applay ._applay_btn::before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 0 9px 10px;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    top: 50%;
    right: 6%;
    margin-top: -7px;
}

/* MV */
.ai_plan_content .mv_content {
    background: url(../../images/contents/ai/mv_pc.webp) no-repeat center center / cover;
}

.ai_plan_content .mv_content ._inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 24px 4%;
}

.ai_plan_content .mv_content ._inner .mv_text {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 40%;
    text-align: center;
    font-weight: bold;
}

.ai_plan_content .mv_content ._inner .mv_text .title_sub {
    display: flex;
    align-items: center;
    gap: 16px;
    width: 100%;
    margin-bottom: 24px;
    font-size: 3.0rem;
}

.ai_plan_content .mv_content ._inner .mv_text .title_sub span {
    background: linear-gradient(
        180deg,
        #c8a84b 0%,
        #f5e27a 40%,
        #e8c84a 60%,
        #a07828 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    filter:
        drop-shadow(0 0 4px #fff)
        drop-shadow(0 0 4px #fff)
        drop-shadow(0 0 10px #fff)
        drop-shadow(0 0 10px #fff);
}

.ai_plan_content .mv_content ._inner .mv_text .title_sub::before,
.ai_plan_content .mv_content ._inner .mv_text .title_sub::after {
    content: "";
    flex: 1;
    height: 2px;
}

.ai_plan_content .mv_content ._inner .mv_text .title_sub::before {
    background: linear-gradient(to right, transparent, #c8a84b, #f5e27a);
}

.ai_plan_content .mv_content ._inner .mv_text .title_sub::after {
    background: linear-gradient(to right, #f5e27a, #c8a84b, transparent);
}

.ai_plan_content .mv_content ._inner .mv_text h1 {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    color: #fff;
    font-size: 6.6rem;
    line-height: 1;
    text-shadow:
        3px 3px 10px #1dbdce,
        -3px -3px 10px #1dbdce,
        -3px 3px 10px #1dbdce,
        3px -3px 10px #1dbdce,
        3px 0px 10px #1dbdce,
        -3px 0px 10px #1dbdce,
        0px 3px 10px #1dbdce,
        0px -3px 10px #1dbdce;
}

.ai_plan_content .mv_content ._inner .mv_text h1 .sub_text {
    padding-top: 10px;
    font-size: 2.0rem;
    writing-mode: vertical-rl;
}

.ai_plan_content .mv_content ._inner .mv_text .start_date {
    margin-bottom: 10px;
    font-size: 2.0rem;
}

.ai_plan_content .mv_content ._inner .mv_text .price_text {
    display: flex;
    align-items: center;
    padding: 10px;
    border-radius: 4px;
    background: #1dbdce;
    color: #fff;
    font-size: 1.4rem;
    line-height: 1;
}

.ai_plan_content .mv_content ._inner .mv_text .price_text .normal_price {
    margin-right: 10px;
    padding: 4px 16px;
    border-radius: 4px;
    background: #f4fcfd;
    color: #1dbdce;
    font-size: 1.6rem;
    line-height: 1;
}

.ai_plan_content .mv_content ._inner .mv_text .price_text .money {
    font-size: 1.8rem;
}

.ai_plan_content .mv_content ._inner .mv_image {
    position: relative;
    width: 57%;
    text-align: center;
}

.ai_plan_content .mv_content ._inner .mv_image::after {
    content: "";
    display: inline-block;
    width: 48.3rem;
    height: 25.6rem;
    background: url(../../images/contents/ai/mv_img_pc.webp) no-repeat center center / contain;
}

.ai_plan_content .mv_content ._inner .mv_image p {
    position: absolute;
    right: 20px;
    transform: rotate(10deg);
    color: #fff;
    font-size: 1.8rem;
    font-weight: bold;
    text-shadow: 3px 3px 7px rgba(0, 0, 0, 0.4);
}

.ai_plan_content .mv_content ._inner .mv_image p::before,
.ai_plan_content .mv_content ._inner .mv_image p::after {
    content: "";
    position: absolute;
    top: 8px;
    width: 3px;
    height: 50px;
    background: #fff;
}

.ai_plan_content .mv_content ._inner .mv_image p::before {
    left: -10px;
    transform: rotate(-30deg);
}

.ai_plan_content .mv_content ._inner .mv_image p::after {
    right: -10px;
    transform: rotate(30deg);
}

.ai_plan_content .text_content .note {
    font-size: 1.6rem;
    text-align: right;
}

.ai_plan_content .about_content .about_content_image {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 36px;
}

.ai_plan_content .about_content .about_content_image .analysis_content {
    position: relative;
    width: 44%;
}

.ai_plan_content .about_content .about_content_image .analysis_content::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    right: -50px;
    transform: translateY(-50%);
    width: 42px;
    height: 55px;
    background: #1dbdce;
    clip-path: polygon(0 17.4%, 35.9% 17.4%, 35.9% 0, 100% 50%, 35.9% 100%, 35.9% 82.6%, 0 82.6%);
}

.ai_plan_content .about_content .about_content_image .analysis_content .text {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 20px;
    color: #1dbdce;
    font-size: 2.0rem;
    font-weight: bold;
}

.ai_plan_content .about_content .about_content_image .analysis_content .text::after {
    content: "";
    width: 3.2rem;
    height: 3.0rem;
    background: url(../../images/contents/ai/kirari.webp) no-repeat center center / cover;
}

.ai_plan_content .about_content .about_content_image .overseas_content {
    width: 46%;
    margin-bottom: 4px;
    padding: 14px;
    border: solid 5px #1dbdce;
    border-radius: 10px;
    color: #1dbdce;
    font-size: 2.0rem;
    text-align: center;
}

.ai_plan_content .about_content .result_text,
.ai_plan_content .howto_content .result_text {
    width: 90%;
    margin: 0 auto 16px;
    padding: 18px;
    background: rgba(249, 242, 94, 0.3);
    font-size: 2.0rem;
    font-weight: bold;
    text-align: center;
}

.ai_plan_content .howto_content ._inner {
    margin-bottom: 40px;
    background: #1dbdce;
}

.ai_plan_content .howto_content ._inner h2 {
    color: #fff;
}

.ai_plan_content .howto_content .howto_content_inner {
    padding: 24px 4% 36px;
    background: #fff;
    text-align: center;
}

.ai_plan_content .howto_content .howto_content_inner img {
    margin-bottom: 30px;
}

.ai_plan_content .howto_content .howto_content_inner .result_note {
    font-size: 1.6rem;
}

.ai_plan_content .howto_content .howto_note {
    position: relative;
    width: 90%;
    margin: 0 auto 50px;
    padding: 14px 14px 14px 64px;
    background: rgba(29, 189, 206, 0.1);
    font-size: 2.0rem;
}

.ai_plan_content .howto_content .howto_note::before {
    content: "\f06a";
    position: absolute;
    top: 50%;
    left: 18px;
    transform: translateY(-50%);
    width: 2.6rem;
    height: 2.6rem;
    color: #1dbdce;
    font-family: "FontAwesome";
    font-size: 2.6rem;
    font-weight: bold;
}

.ai_plan_content .howto_content .use_image {
    margin-bottom: 80px;
    text-align: center;
} 

.ai_plan_content .support_content {
    background: rgba(29, 189, 206, 0.1);
}

/* WSYS-14000 【フロント・VMDB】AIプランの本格サービスイン 20260818 M.Shimizu */
.ai_plan_content .support_content .support_content_inner {
    padding: 30px 30px 40px;
    border: solid 3px #1dbdce;
    border-radius: 6px;
    background: #fff;
}

.ai_plan_content .support_content .support_content_inner .support_content_item:last-child .support_country_list {
    padding-bottom: 0;
}

.ai_plan_content .support_content .support_content_inner .support_text {
    width: 100%;
    padding: 20px 46px;
    background: rgba(29, 189, 206, 0.1);
    color: #1dbdce;
    font-size: 1.8rem;
    font-weight: bold;
}

.ai_plan_content .support_country_list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 16px 46px 20px;
}

.ai_plan_content .support_country_wrapper {
    width: 50%;
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 2px solid #cccccc;
}

.ai_plan_content .support_country_wrapper:last-child,
.ai_plan_content .support_country_wrapper:nth-last-child(2):nth-child(odd) {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.ai_plan_content .support_country_wrapper .support_country_content .support_country_name {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
    font-size: 1.8rem;
    font-weight: bold;
}

.ai_plan_content .support_country_wrapper .support_country_content .support_country_name img {
    width: 3.0rem;
    height: auto;
}

.ai_plan_content .support_country_wrapper .support_country_content .price_block {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    gap: 8px;
    padding-left: 3.8rem;
}

.ai_plan_content .support_country_wrapper .support_country_content .price_block .price_label {
    font-size: 1.3rem;
}

.ai_plan_content .support_country_wrapper .support_country_content .price_block .price_value {
    font-size: 2.0rem;
}

.ai_plan_content .support_country_wrapper .support_country_content .price_block .price_value .price_yen {
    font-size: 60%;
}

.ai_plan_content .support_country_wrapper .support_country_content .price_block .price_value .price_tax_note {
    font-size: 1.2rem;
}

.ai_plan_content .support_content_inner .note {
    font-size: 1.4rem;
    text-align: right;
}

.ai_plan_content .apply_content .plan_select_image {
    margin-bottom: 80px;
    padding: 46px;
    background: #f4f4f4;
    text-align: center;
}

.ai_plan_content .apply_content .apply_note {
    width: 90%;
    margin-inline: auto;
    padding: 46px 46px 50px;
    background: rgba(29, 189, 206, 0.1);
}

.ai_plan_content .apply_content .apply_note p {
    margin-bottom: 40px;
    color: #1dbdce;
    font-size: 2.6rem;
    font-weight: bold;
    text-align: center;
}

.ai_plan_content .apply_content .apply_note ul {
    padding-left: 20px;
    font-size: 2.0rem;
}

.ai_plan_content .apply_content .apply_note ul li {
    list-style: disc;
}

.ai_plan_content .apply_content .apply_note ul li:not(:last-child) {
    margin-bottom: 40px;
}
