@charset "utf-8";

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+
+　タイトル : ページ共有のスタイル
+　ファイル名 : ファイルのパスを入れます。(ルート、相対どちらでも)
+　概要 : CSSの用途を説明を入れます。
+　サイト名 : サイトの説明を入れます。
+　URL : http://
+
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
body {
    font-family: "Hiragino Kaku Gothic Pro", "Noto Sans JP", sans-serif;
    background-color: #fff;
    min-width: inherit;
}

#footer, #header {
    font-family: "Hiragino Kaku Gothic Pro", "Noto Sans JP", sans-serif;
    position: relative;
}

.helvetica {
    font-family: Helvetica;
}

#header .logo-sp {
    display: none;
}

#header #header-top {
    width: 100%;
    max-width: 1030px;
    padding-inline: 15px;
    box-sizing: border-box;
}

#header #header-top-wrapper {
    min-width: 100%;
}


/* title_lead */
.title_lead {
    color: #333;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.36px;
    margin-bottom: 13px;
}

.title_lead .sp {
    display: none;
}

.title_lead span {
    display: inline-flex;
    border-bottom: 3px dotted #ADD700;
    gap: 3px;
    padding-bottom: 4px;
}

/* .title_section */
.title_section {
    /* display: inline-flex; */
    /* gap: 3px; */
    /* align-items: flex-end; */
    /* flex-wrap: wrap; */
    /* justify-content: center; */
    color: #333;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.64px;
}

.title_section em {
    color: #8AB73E;
    font-size: 43px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.86px;
}

.title_section span {
    color: #8AB73E;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.5px;
    margin: 0 3px 2px;
}

.title_section span.size_32 {
    font-size: 32px;
    line-height: 1.35;
}

.title_section span.size_42 {
    font-size: 42px;
    line-height: 1.25;
}

.title_section small {
    color:#8AB73E;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.24px;
    vertical-align: super;
}

/* btn_rounded_green */
.btn_rounded_green {
    display: inline-block;
    padding: 16px 60px;
    border-radius: 30px;
    background-color: #8AB73E;
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.54px;
    text-decoration: none;
}

.btn_rounded_green:hover {
    opacity: 0.7;
}

.btn_border_green {
    display: inline-flex;
    padding: 18px 110px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 5px;
    border: 2px solid #8AB73E;
    color: #8AB73E;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0.54px;
    text-decoration: none;
}

/* container */
.container {
    max-width: 1000px;
    padding: 0 30px;
    margin-inline: auto;
}

/* main_header */
.main_header {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 757px;
    height: calc(100vh - 61px);
    background: url("../img/home_renew/main_header.jpg") no-repeat right center/cover;
    margin-bottom: 140px;
}

.main_header .main_container {
    width: 100%;
    max-width: 1212px;
    padding: 0 30px;
    margin-inline: auto;
}

.main_header .main_content {
    max-width: 574px;
}

.main_header .main_content h1 {
    color: #333;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.75;
    letter-spacing: 0.6px;
    margin-bottom: 26px;
}

.main_header .main_content h1 img {
    margin-bottom: 17px;
}

.main_header .main_content h1 span {
    display: block;
}

.main_header .main_content .main_page_img {
    width: 480px;
    margin-inline: auto;
    margin-bottom: -12px;
}

.main_header .main_content .main_page_img img {
    width: 100%;
}

.main_header .main_content .main_operating_system {
    display: flex;
    align-items: center;
    gap: 17px;
    border-radius: 10px;
    background-color: #fff;
    padding: 16px 20px;
    margin-bottom: 10px;
}

.main_header .main_content .main_operating_system li:nth-child(2) {
    width: 171px;
}

.main_header .main_content .main_operating_system li:nth-child(2) img {
    width: 100%;
}

.main_header .main_content .main_operating_system li img {
    width: 100%;
}

.main_header .main_content .main_note {
    color: #333;
    font-size: 8px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-align: left;
}

@media (min-width:1441px) {
    .main_header .main_container {
        max-width: calc(calc(1212/1440)* 100vw);
        padding: 0 calc(calc(30/1440)* 100vw);
    }

    .main_header .main_content {
        max-width: calc(calc(574/1440)* 100vw);
        padding-top: calc(calc(8/1440)* 100vw);
    }

    .main_header .main_content h1 {
        font-size: calc(calc(20/1440)* 100vw);
        margin-bottom: calc(calc(26/1440)* 100vw);
    }
    
    .main_header .main_content h1 img {
        margin-bottom: calc(calc(17/1440)* 100vw);
        width: calc(calc(402/1440)* 100vw);
    }
    
    .main_header .main_content .main_page_img {
        width: calc(calc(480/1440)* 100vw);
        max-width: 555px;
        margin-bottom: calc(calc(-12/1440)* 100vw);
    }
    
    
    .main_header .main_content .main_operating_system {
        gap: calc(calc(17/1440)* 100vw);
        border-radius: calc(calc(10/1440)* 100vw);
        padding: calc(calc(16/1440)* 100vw) calc(calc(20/1440)* 100vw);
        margin-bottom: calc(calc(10/1440)* 100vw);
    }
    
    .main_header .main_content .main_note {
        font-size: calc(calc(8/1440)* 100vw);
    }

    .main_header .main_content .main_operating_system li:nth-child(1) {
        width: calc(calc(137/1440)* 100vw);
    }

    .main_header .main_content .main_operating_system li:nth-child(2) {
        width: calc(calc(171/1440)* 100vw);
    }

    .main_header .main_content .main_operating_system li:nth-child(3) {
        width: calc(calc(195/1440)* 100vw);
    }

    .main_header .main_content .main_operating_system li a {
        display: block;
    }
}

/* section_effect */
.section_effect {
    margin-bottom: 120px;
}

.section_effect .title_section {
    margin-bottom: 26px;
}

.section_effect .box_effect {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 29px;
    background-color: #FFFCDD;
    padding: 38px 11px 43px 33px;
}

.section_effect .box_effect .box_img {
    width: 502px;
}

.section_effect .box_effect .box_img img {
    width: 100%;
}

.section_effect .box_effect .box_content {
    position: relative;
    width: 345px;
    text-align: left;
    margin-top: 16px;
}

.section_effect .box_effect .box_content::after {
    content: "";
    position: absolute;
    top: -52px;
    left: 36px;
    width: 206px;
    height: 206px;
    border-radius: 50%;
    background-color: #fff;
}

.section_effect .box_effect .box_content h4 {
    position: relative;
    color: #333;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0.32px;
    margin-bottom: 8px;
    z-index: 2;
}

.section_effect .box_effect .box_content p {
    position: relative;
    color: #333;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: 0.24px;
    z-index: 2;
}

/* section_experience */
.section_experience {
    margin-bottom: 100px;
}

.section_experience .title_section {
    margin-bottom: 41.5px;
}

.section_experience .list_experience {
    display: flex;
    flex-wrap: wrap;
    gap: 48px;
    margin-bottom: 40px;
}

.section_experience .list_experience li {
    width: calc(100%/3 - 32px);
}

.section_experience .list_experience li a {
    text-decoration: none;
    color: #333;
}

.section_experience .list_experience li a:hover {
    opacity: 0.7;
}

.section_experience .list_experience li .thumbnail {
    margin-bottom: 14px;
}

.section_experience .list_experience li .thumbnail img {
    width: 100%;
    border-radius: 10px;
}

.section_experience .list_experience li h3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #333;
    text-overflow: ellipsis;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0.32px;
    text-align: left;
}

/* section_asken */
.section_asken .box_asken {
    background: url("../img/home_renew/section_cta_bg.png") no-repeat top center/100% 686px, url("../img/home_renew/section_cta_bg.png") no-repeat bottom center/100% 686px;
    padding-block: 126px;
}

.section_asken .box_asken .container {
    max-width: 100%;
    background: #F3FBD3;
}

.section_asken .title_lead {
    margin-bottom: 15px;
}

.section_asken .list_asken {
    display: flex;
    justify-content: center;
    gap: 42px;
}

.section_asken .title_section {
    margin-bottom: 29.79px;
}

.section_asken .list_asken li {
    /* min-width: 395.745px; */
    max-width: 398.071px;
}

.section_asken .list_asken li:first-child {
    max-width: 395.745px;
}

.section_asken .list_asken li img {
    width: 100%;
}

.section_asken .box_point {
    padding-block: 68px 86px;
}

.section_asken .box_point .row_point {
    display: flex;
    width: 100%;
    align-items: center;
    gap: 39px;
    padding: 0 1px;
}

.section_asken .box_point .row_point:not(:last-child) {
    margin-bottom: 95px;
}

.section_asken .box_point .row_point:nth-child(2n) {
    flex-direction: row-reverse;
}

.section_asken .box_point .row_point .box_content {
    display: flex;
    width: 510px;
    flex-direction: column;
    align-items: flex-start;
    gap: 19px;
    flex-shrink: 0;
}

.section_asken .box_point .row_point .box_content .point {
    position: relative;
    color: #BCC0AB;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.32px;
    border-bottom: 3px dotted #ADD700;
    padding-left: 19px;
    padding-bottom: 3px;
    margin-left: 5px;
}

.section_asken .box_point .row_point .box_content .point:before {
    content: "";
    position: absolute;
    top: 6px;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #ADD700;
}

.section_asken .box_point .row_point .box_content {
    text-align: left;
}

.section_asken .box_point .row_point .box_content h3 {
    color: #8AB73E;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.section_asken .box_point .row_point .box_content p {
    color: #333;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: 0.32px;
}

.section_asken .box_point .row_point .box_content p.note {
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: 0.24px;
    margin-top: -9px;
}

.section_asken .box_point .row_point .box_img {
    position: relative;
    width: 449px;
    text-align: left;
}

.section_asken .box_point .row_point .box_img .circle {
    width: 357px;
    height: 357px;
    flex-shrink: 0;
    border-radius: 50%;
    background: #F3FBD3;
    margin-left: 23px;
}

.section_asken .box_point .row_point:nth-child(2n) .box_img .circle {
    background: #FFFCDD;
}

.section_asken .box_point .row_point .box_img img {
    position: absolute;
    top: 50.5%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
}

.section_asken .box_point .row_point:last-child {
    margin-top: -7px;
}

.section_asken .box_point .row_point:last-child .box_img img {
    width: 350.74px;
}

/* section_try_out */
.section_try_out {
    background: url("../img/home_renew/section_try_out_bg_top.png") no-repeat top center/100% 158px, url("../img/home_renew/section_try_out_bg_bottom.png") no-repeat bottom center/100% 158px;
    padding-block: 158px;
}

.section_try_out .container {
    padding-bottom: 30px;
    max-width: 100%;
    background-color: #F3FBD3;
}

.section_try_out .title_section {
    margin-bottom: 88px;
}

.section_try_out .list_try_out {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1000px;
    gap: 30px;
    margin-inline: auto;
    margin-bottom: 28px;
}

.section_try_out .list_try_out li {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 314px;
    gap: 26px;
    align-self: stretch;
    position: relative;
    border-radius: 10px;
    background-color: #fff;
    padding: 40px 20px 20px 20px;
}

.section_try_out .list_try_out li em {
    position: absolute;
    top: -54px;
    left: 0;
    width: 100%;
    color: #ADD700;
    text-align: center;
    font-size: 68px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 1.36px;
    align-self: stretch;
}

.section_try_out .list_try_out li h3 {
    display: flex;
    height: 56px;
    flex-direction: column;
    justify-content: center;
    align-self: stretch;
    color: #000;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.4px;
    margin-bottom: 8px;
}

.section_try_out .list_try_out li p {
    color: #333;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: 0.32px;
}

.section_try_out .list_try_out li .img img {
    width: 100%;
    max-width: 235px;
}

.section_try_out .img_triangle {
    margin-bottom: 28px;
}

.section_try_out .img_triangle img {
    width: 194px;
}

.section_try_out .box_try_out {
    display: flex;
    width: 510px;
    padding: 40px 20px 20px 20px;
    flex-direction: column;
    align-items: center;
    gap: 9px;
    margin-inline: auto;
    border-radius: 10px;
    background-color: #fff;
    margin-bottom: 37px;
}

.section_try_out .box_try_out h3 {
    display: flex;
    min-height: 55px;
    flex-direction: column;
    justify-content: center;
    align-self: stretch;
    color: #8AB73E;
    text-align: center;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.52px;
}

.section_try_out .box_try_out img {
    max-width: 336px;
}

/* section_cta */
.section_cta {
    background: url("../img/home_renew/section_cta_bg_left.png") no-repeat top 40% left/254px, url("../img/home_renew/section_cta_bg_right.png") no-repeat top right/177px;
    padding-block: 117px 110px;
    margin-top: -20px;
}

.section_cta .title_section {
    margin-bottom: 30px;
}

.section_cta .title_section span.size_42 {
    font-size: 43px;
    line-height: normal;
    margin-bottom: 0;
}

.section_cta .box_cta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 70px;
    align-self: stretch;
    margin-bottom: 21px;
}

.section_cta .box_cta .box_img {
    width: 407px;
}

.section_cta .box_cta .box_img img {
    width: 100%;
}

.section_cta .box_cta .box_content {
    display: flex;
    width: 364px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.section_cta .box_cta .box_content .list_cta {
    display: flex;
    justify-content: center;
    padding: 16px 20px;
    align-items: center;
    flex-wrap: wrap;
    gap: 27px 16px;
    align-self: stretch;
}

.section_cta .box_cta .box_content .list_cta li a {
    display: block;
}

.section_cta .box_cta .box_content .list_cta li:nth-child(2) {
    width: 171px;
}

.section_cta .box_cta .box_content .list_cta li:nth-child(2) img {
    width: 100%;
}

.section_cta .box_cta .box_content .list_cta li:last-child {
    width: 100%;
}

.section_cta .box_cta .box_content .box_btn_cta h5 {
    color: #333;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.32px;
    margin-bottom: 14px;
}

.section_cta .box_cta .box_content .box_btn_cta .btn_rounded_green {
    width: 204px;
}

.section_cta .note_cta {
    position: relative;
    max-width: 820px;
    color: #333;
    text-align: right;
    font-size: 8px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-inline: auto;
    z-index: 1;
}

.section_cta#section_cta_02 {
    background: url("../img/home_renew/section_try_out_bg_top.png") no-repeat top center / 100% 158px, url("../img/home_renew/section_try_out_bg_bottom.png") no-repeat bottom center / 100% 158px;
    padding-top: 158px;
    padding-bottom: 158px;
}

.section_cta#section_cta_02 .container {
    max-width: 100%;
    background: #F3FBD3;
}

.section_cta#section_cta_02 .title_section {
    margin-bottom: 10px;
}

/* .section_faq */
.section_faq {
    background: url("../img/home_renew/section_cta_bg.png") no-repeat top center/100% 686px, url("../img/home_renew/section_cta_bg.png") no-repeat bottom center/100% 686px;
    padding-block: 110px 150px;
}

.section_faq .container {
    max-width: 100%;
    background: #F3FBD3;
}

.section_faq .title_lead {
    margin-bottom: 15px;
}

.section_faq .title_section {
    margin-bottom: 59px;
}

.section_faq .list_faq {
    max-width: 900px;
    margin-inline: auto;
    text-align: left;
}

.section_faq .list_faq li:not(:last-child) {
    margin-bottom: 30px;
}

.section_faq .list_faq li .question {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    position: relative;
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0.6px;
    border-radius: 62px;
    background: #8AB73E;
    cursor: pointer;
    padding: 12px 20px;
    padding-right: 82px;
}

.section_faq .list_faq li .question:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 27px;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background: url("../img/home_renew/plus.svg") no-repeat center center/100%;
}

.section_faq .list_faq li .question.is_active:after {
    background-image: url("../img/home_renew/minus.svg");
}

.section_faq .list_faq li .question span {
    display: inline-flex;
    width: 28px;
    height: 28px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    aspect-ratio: 1/1;
    border-radius: 40px;
    background: #FFF;
    color: #8AB73E;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.66px;
}

.section_faq .list_faq li .box_answer {
    display: none;
}

.section_faq .list_faq li .box_answer .d_flex {
    display: flex;
    padding: 30px 35px;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    border-radius: 10px;
    background: #fff;
    margin-inline: 10px;
    margin-top: 10px;
}

.section_faq .list_faq li .box_answer p {
    color: #222;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: 0.32px;
}

.section_faq .list_faq li .box_answer p b {
    font-weight: 500;
}

.section_faq .list_faq li .box_answer p.text_indent {
    padding-left: 20px;
    text-indent: -16px;
}

/* section_knowledge */
.section_knowledge {
    padding-block: 85px 100px;
}

.section_knowledge .title_lead {
    margin-bottom: 16px;
    margin-inline: -5px;
}

.section_knowledge .title_section {
    margin-bottom: 41px;
}

.section_knowledge .list_knowledge {
    display: flex;
    flex-wrap: wrap;
    gap: 44px 48px;
    margin-bottom: 44px;
}

.section_knowledge .list_knowledge li {
    width: calc(100%/ 3 - 32px);
}

.section_knowledge .list_knowledge li a {
    text-decoration: none;
    color: #333;
}

.section_knowledge .list_knowledge li a:hover {
    opacity: 0.7;
}

.section_knowledge .list_knowledge li .thumbnail {
    margin-bottom: 14px;
}

.section_knowledge .list_knowledge li .thumbnail img {
    width: 100%;
    border-radius: 10px;
    aspect-ratio: 300 / 162;
    object-fit: cover;
    display: block;
}

.section_knowledge .list_knowledge li h3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #333;
    text-overflow: ellipsis;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0.32px;
    text-align: left;
}

/* section_try_asken */
.section_try_asken {
    background: url("../img/home_renew/section_cta_bg_left_02.png") no-repeat top 12% left/256px, url("../img/home_renew/section_cta_bg_right_02.png") no-repeat top right/190px;
    padding-block: 120px 48px;
    margin-top: -12px;
}

.section_try_asken .title_lead {
    margin-bottom: 29px;
}

.section_try_asken .title_section {
    margin-bottom: 30px;
}

.section_try_asken .btn_rounded_green {
    margin-bottom: 169px;
}

/* footer */
#footer {
    width: 100%;
    min-width: inherit;
}

#footer #footer-inner {
    width: 100%;
    max-width: 1060px;
    padding-inline: 30px;
    box-sizing: border-box;
}

#footer #footer-top {
    flex-wrap: wrap;
    display: flex;
    display: none;
}

#footer #footer-top .foot-nav-wrap {
    float: none;
}

#footer .pc {
    display: block !important;
}

#footer .sp {
    display: none !important;
}

/* BREAKPOINT */

@media (min-width: 768px) and (max-width: 1075px) {
    .section_asken .box_point .row_point .box_content {
        width: calc(calc(510/1075)* 100vw);
    }

    .section_asken .box_point .row_point .box_img {
        width: calc(calc(449/1075)* 100vw);
    }

    .section_asken .box_point .row_point .box_img .circle {
        width: calc(calc(357/1075)* 100vw);
        height: calc(calc(357/1075)* 100vw);
        margin-left: calc(calc(23/1075)* 100vw);
    }
}


@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    body, #header #header-top-wrapper, #footer {
        min-width: inherit;
        box-sizing: border-box;
    }

    #header #header-top,
    #footer #footer-inner {
        width: 100%;
    }

    #header #header-top {
        padding-inline: 0;
    }
}

@media (min-width: 768px) and (max-width: 850px) {
    #header #header-top #logo {
        margin-right: 23px;
    }

    #header #header-top .login-area .no-login li:last-child {
        margin-right: 0;
    }
}

/* SP */
@media screen and (max-width: 768px) {
    .d-none {
        display: none;
    }

    /* header */
    #header {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        border-top: 14px solid #add700;
        padding: 0 6px 0 0;
        background: #fff;
        z-index: 999;
        box-sizing: border-box;
    }

    #header .logo-sp {
        display: block;
    }

    #header .logo-sp a {
        display: block;
        width: 211px;
        margin: 13px auto 5px;
    }

    #header .logo-sp a img {
       width: 100%; 
    }

    #header #header-top-wrapper {
        display: none;
    }

    /* title_lead */
    .title_lead {
        font-size: 16px;
        letter-spacing: 0.28px;
    }

    .title_lead .sp {
        display: block;
    }

    .title_lead span {
        padding-bottom: 3px;
    }

    .title_lead img {
        width: 21px;
    }

    /* title_section */
    .title_section {
        font-size: 24px;
        letter-spacing: 0.48px;
        line-height: 1.4;
    }

    .title_section em {
        font-size: 30px;
        letter-spacing: 0.6px;
    }

    .title_section span {
        font-size: 16px;
        letter-spacing: 0.32px;
    }

    .title_section small {
        font-size: 8px;
        letter-spacing: 0.16px;
    }

    .title_section span.size_42 {
        font-size: 34px;
        line-height: 1.35;
    }

    .title_section span.size_32 {
        font-size: 24px;
        line-height: 1.35;
    }

    /* .btn_rounded_green */
    .btn_rounded_green {
        font-size: 14px;
        letter-spacing: 0.42px;
        padding: 14px 60px;
    }

    /* btn_border_green */
    .btn_border_green {
        font-size: 14px;
        letter-spacing: 0.42px;
        padding: 12px 18px;
    }

    /* main_header */
    .main_header {
        position: relative;
        display: flex;
        align-items: center;
        width: 100%;
        height: auto;
        min-height: 747px;
        background: url("../img/home_renew/main_header_sp.jpg") no-repeat top center;
        background-size: 100% 558px;
        margin-bottom: 0;
    }

    .main_header .main_container {
        padding: 0 20px;
        margin-inline: auto;
        box-sizing: border-box;
        width: 100%;
        /* height: calc( 100vh - 70px); */
        max-width: 520px;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
    }

    .main_header .main_content {
        padding-top: 13px;
    }

    .main_header .main_content h1 {
        color: #333;
        text-align: center;
        font-size: 17px;
        font-weight: 600;
        line-height: 1.65;
        letter-spacing: 0.6px;
        margin-bottom: clamp(150px,calc(calc(170/375) * 100vw),190px);
        margin-top: 81px;
    }

    .main_header .main_content h1 img {
        width: 210px;
        margin-bottom: 12px;
        display: none;
    }

    .main_header .main_content h1 span {
        display: block;
    }

    .main_header .main_content .main_page_img {
        width: inherit;
        margin-inline: -12px;
        margin-bottom: 7px;
        text-align: center;
    }

    .main_header .main_content .main_page_img img {
        width: 100%;
        max-width: 414px;
    }

    .main_header .main_content .main_operating_system {
        width: 100%;
        justify-content: center;
        gap: 16px;
        border-radius: 10px;
        background-color: transparent;
        padding: 0;
        margin-right: -13px;
        margin-bottom: 18px;
    }

    .main_header .main_content .main_operating_system li:nth-child(1) {
        width: 140px;
    }

    .main_header .main_content .main_operating_system li:nth-child(2) {
        width: 175px;
    }

    .main_header .main_content .main_operating_system li:nth-child(3) {
        display: none;
    }

    .main_header .main_content .main_operating_system li a {
        display: block;
    }

    .main_header .main_content .main_operating_system li a img {
        width: 100%;
    }

    .main_header .main_content .main_note {
        max-width: 333px;
        margin: 0 auto;
        color: #333;
        font-size: 8px;
        font-style: normal;
        font-weight: 300;
        line-height: 1.5;
        text-align: left;
    }

    .main_header .main_content .main_note span {
        display: none;
    }

    /* section_effect */
    .section_effect {
        margin-bottom: 55px;
    }

    .section_effect .container {
        padding-left: 11px;
        padding-right: 9px;
    }

    .section_effect .box_effect {
        gap: 4px;
        flex-direction: column;
        border-radius: 10px;
        background: #FFFCDD;
        padding: 20px 20px 7px;
    }

    .section_effect .box_effect .box_img {
        width: 100%;
    }

    .section_effect .box_effect .box_img img {
        width: 100%;
    }

    .section_effect .box_effect .box_content {
        width: 100%;
        box-sizing: border-box;
        padding: 13px 10px;
        margin-top: 0;
    }

    .section_effect .box_effect .box_content::after {
        display: none;
    }

    .section_effect .box_effect .box_content h4 {
        color: #333;
        font-size: 18px;
        font-weight: 600;
        line-height: 1.5;
        letter-spacing: 0.02rem;
        margin-bottom: 10px;
    }

    .section_effect .box_effect .box_content p {
        color: #333;
        font-size: 12px;
        font-weight: 300;
        margin-bottom: 0;
        letter-spacing: .04rem;
        padding-right: 9px;
    }

    /* section_experience */
    .section_experience {
        margin-bottom: 83px;
    }

    .section_experience .title_lead {
        margin-bottom: 9px;
    }

    .section_experience .title_section {
        line-height: 1.5;
        margin-bottom: 16.5px;
    }

    .section_experience .list_experience {
        gap: 17px 10px;
        margin-bottom: 32px;
    }

    .section_experience .list_experience li {
        width: calc(50% - 5px);
    }

    .section_experience .list_experience li .thumbnail {
        overflow: hidden;
        margin-bottom: 6px;
    }

    .section_experience .list_experience li .thumbnail img {
        border-radius: 10px;
        width: 100%;
        aspect-ratio: 80 / 43;
        object-fit: cover;
        display: block;
    }

    .section_experience .list_experience li h3 {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 14px;
        font-weight: 600;
        line-height: 1.5;
        letter-spacing: 0.24px;
        text-align: left;
    }

    /* section_asken */
    .section_asken .box_asken {
        background: url("../img/home_renew/section_cta_bg.png") no-repeat top center / 1171px 686px, url("../img/home_renew/section_cta_bg.png") no-repeat bottom center / 1171px 686px;
        padding-block: 90px 87px;
    }

    .section_asken .title_section {
        line-height: 1.5;
        margin-inline: -15px;
        margin-bottom: 28px;
    }

    .section_asken .list_asken {
        flex-direction: column;
        align-items: center;
        gap: 43px;
        width: 85%;
        margin: 0 auto;
    }

    .section_asken .list_asken li,
    .section_asken .list_asken li:first-child {
        /* max-width: 280px; */
        min-width: inherit;
    }

    .section_asken .box_point {
        padding-block: 85px 75px;
    }

    .section_asken .box_point .container {
        max-width: 768px;
        margin: 0 auto;
        padding-inline: 30px;
    }

    .section_asken .box_point .row_point,
    .section_asken .box_point .row_point:nth-child(2n) {
        flex-direction: column;
        gap: 0;
        padding: 0 1px;
    }

    .section_asken .box_point .row_point:not(:last-child) {
        margin-bottom: 65px;
    }

    .section_asken .box_point .row_point:last-child {
        margin-top: 0;
        padding-top: 2px;
    }

    .section_asken .box_point .row_point .box_content {
        width: 100%;
        gap: 19px;
    }

    .section_asken .box_point .row_point .box_content .point {
        font-size: 20px;
        letter-spacing: 0.32px;
        padding-left: 22px;
        margin-left: 5px;
        color: #333;
    }

    .section_asken .box_point .row_point .box_content .point:before {
        top: 9px;
        left: 3px;
    }

    .section_asken .box_point .row_point .box_content h3 {
        font-size: 22px;
    }

    .section_asken .box_point .row_point .box_content p {
        font-size: 14px;
        letter-spacing: 0.24px;
    }

    .section_asken .box_point .row_point .box_content p.note {
        font-size: 12px;
        letter-spacing: 0.2px;
    }

    .section_asken .box_point .row_point .box_img {
        position: relative;
        text-align: center;
        width: 330px;
        margin: 45px auto 0;
    }

    .section_asken .box_point .row_point .box_img .circle {
        width: 262.383px;
        height: 262.383px;
        margin-left: 15px;
    }

    .section_asken .box_point .row_point .box_img img {
        top: 51%;
        max-width: 330px;
    }

    .section_asken .box_point .row_point:last-child .box_img .circle {
        width: 321.463px;
        height: 321.463px;
        margin-top: 5px;
        margin-left: 7px;
    }

    .section_asken .box_point .row_point:last-child .box_img img {
        width: 315px;
    }

    /* section_try_out */
    .section_try_out {
        padding-block: 91px 65px;
        background-size: 852px 158px;
    }

    .section_try_out .title_section {
        margin-bottom: 85px;
    }

    .section_try_out .title_lead {
        margin-bottom: 10px;
    }

    .section_try_out .list_try_out {
        flex-direction: column;
        gap: 84px;
        padding-inline: 8px;
        margin-bottom: 28px;
    }

    .section_try_out .list_try_out li {
        width: 100%;
        gap: 26px;
        box-sizing: border-box;
    }

    .section_try_out .list_try_out li h3 {
        height: auto;
        min-height: 56px;
        font-size: 20px;
        letter-spacing: 0.36px;
        margin-bottom: 4px;
    }

    .section_try_out .list_try_out li:last-child h3 {
        min-height: inherit;
    }

    .section_try_out .list_try_out li p {
        font-size: 16px;
        letter-spacing: 0.28px;
    }

    .section_try_out .box_try_out {
        width: 100%;
        gap: 15px;
        margin-bottom: 38px;
        box-sizing: border-box;
    }

    .section_try_out .box_try_out h3 {
        font-size: 20px;
        letter-spacing: 0.4px;
        min-height: inherit;
    }

    .section_try_out .box_try_out img {
        max-width: 280px;
    }

    .section_try_out .btn_rounded_green {
        padding: 14px 28px;
        min-width: 322px;
        box-sizing: border-box;
    }

    /* section_cta */
    .section_cta {
        background: url("../img/home_renew/section_cta_bg_top.png") no-repeat top 5px center / 100%, url("../img/home_renew/section_cta_bg_bottom.png") no-repeat bottom center / 100%;
        padding-block: 80px 30px;
        margin-top: 0;
    }

    .section_cta .title_section {
        line-height: 1.5;
        margin-bottom: 10px;
    }

    .section_cta .title_section span.size_42 {
        font-size: 30px;
    }

    .section_cta .box_cta {
        flex-direction: column;
        gap: 20px;
        margin-bottom: 18.5px;
    }

    .section_cta .box_cta .box_img {
        width: 100%;
        max-width: 475px;
    }

    .section_cta .box_cta .box_content .list_cta li:last-child,
    .section_cta .box_cta .box_content .box_btn_cta {
        display: none;
    }

    .section_cta .note_cta {
        text-align: left;
        max-width: 315px;
        margin: 0 auto;
    }

    /* section_faq */
    .section_faq {
        background: url("../img/home_renew/section_cta_bg.png") no-repeat top center / 1171px 686px, url("../img/home_renew/section_cta_bg.png") no-repeat bottom center / 1171px 686px;
        padding-block: 107px 145px;
        margin-block: 36px;
    }

    .section_faq .title_section {
        margin-bottom: 30px;
    }

    .section_faq .list_faq li:not(:last-child) {
        margin-bottom: 18.5px;
    }

    .section_faq .list_faq li .question {
        align-items: center;
        gap: 12px;
        font-size: 16px;
        letter-spacing: 0.42px;
        padding: 13px 20px;
        padding-right: 50px;
    }

    .section_faq .list_faq li .question span {
        width: 22px;
        height: 22px;
        border-radius: 31px;
        font-size: 17.286px;
        letter-spacing: 0.519px;
    }

    .section_faq .list_faq li .question:after {
        top: 50%;
        right: 15px;
        transform: translateY(-50%);
        width: 24px;
        height: 24px;
    }

    .section_faq .list_faq li .box_answer .d_flex {
        padding: 18px 20px;
        margin-inline: 5px;
        margin-top: 7px;
    }

    .section_faq .list_faq li .box_answer p {
        font-size: 14px;
        letter-spacing: 0.24px;
    }

    .section_faq .list_faq li .box_answer p.text_indent {
        padding-left: 14px;
        text-indent: -12px;
    }

    .section_cta#section_cta_02 {
        padding-top: 90px;
        padding-bottom: 103px;
        background-size: 852px 158px;
    }

    .section_cta#section_cta_02:before {
        top: -91px;
        left: 50%;
        transform: translateX(-50%);
        width: 852px;
        z-index: -1;
    }

    .section_cta#section_cta_02:after {
        bottom: -103px;
        left: 50%;
        transform: translateX(-50%);
        width: 852px;
        z-index: -1;
    }

    
    /* section_knowledge */
    .section_knowledge {
        padding-block: 63px 106px;
    }

    .section_knowledge .title_section {
        margin-bottom: 31px;
    }

    .section_knowledge .list_knowledge {
        justify-content: center;
        gap: 31px;
        width: 89.2%;
        margin: 0 auto 44px;
    }
    .section_knowledge .list_knowledge li {
        width: 100%;
    }

    .section_knowledge .list_knowledge li .thumbnail {
        margin-bottom: 9px;
    }

    .section_knowledge .list_knowledge li h3 {
        font-size: 14px;
        letter-spacing: 0.24px;
    }

    /* .section_try_asken */
    .section_try_asken {
        background: url("../img/home_renew/section_cta_bg_top.png") no-repeat top 31px center / 100%, url("../img/home_renew/section_cta_bg_bottom.png") no-repeat bottom 136px center / 100%;
        padding-block: 60px 48px;
        margin-top: 0;
        margin-bottom: 10px;
    }

    .section_try_asken .title_section {
        line-height: 1.5;
    }

    .section_try_asken .btn_rounded_green {
        font-size: 16px;
        letter-spacing: 0.48px;
        border-radius: 70px;
        padding: 16px 10px;
        display: block;
        max-width: 304px;
        margin: 0 auto 100px;
        box-sizing: border-box;
        
    }

    /* footer */
    #footer {
        padding: 0;
    }

    #footer #footer-inner {
        max-width: 414px;
        margin: 0 auto;
        padding: 42px 30px 0;
    }

    #footer .pc {
        display: none !important;
    }

    #footer .sp {
        display: block !important;
    }

    #footer ul {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        row-gap: 8px;
        margin-bottom: 22px;
    }

    #footer ul li {
        width: 50%;
    }

    #footer ul li.full-w {
        width: 100%;
        margin-top: -2px;
    }

    #footer ul li a {
        font-size: 12px;
        display: block;
    }

    #footer ul li a:not(:first-child) {
        margin-top: 5px;
    }

    #footer ul li .dif {
        margin-top: 5px;
        margin-bottom: 0;
        margin-left: 12px;
    }

    #footer ul li .ml-0 {
        margin-left: 0 !important;
    }

    #footer ul li .mt-0 {
        margin-top: 0 !important;
    }

    #footer ul li .dif span {
        display: inline-block;
        vertical-align: 4px;
        font-size: 12px;
    }

    #footer ul li .dif a {
        display: inline-block;
    }

    #footer ul li .dif a:not(:first-child) {
        margin-top: 0;
    }

    #footer ul li.mgt20 {
        margin-top: 22px;
    }

    #footer ul.full-w {
        display: block;
    }

    #footer ul.full-w li {
        width: 100%;
    }

    #footer ul.full-w li:not(:first-child) {
        margin-top: 8px;
    }

    #footer h5,#footer #footer-top .foot-nav-wrap h5 {
        color: #75B840;
        font-size: 14px;
        font-weight: 600;
        margin-bottom: 9px;
        height: inherit;
        line-height: 1.5;
    }

    #footer #footer-top {
        margin-bottom: 15px;
    }

    #footer #footer-top .foot-nav-wrap {
        width: 100%;
        padding-right: 0;
    }

    #footer #footer-top .foot-nav-wrap.last ul {
        margin-bottom: 0;
    }

    #footer #footer-top .foot-nav-wrap li {
        font-size: 12px;
        margin-bottom: 0;
    }

    #footer #footer-bottom {
        padding-top: 0;
        border-top: none;
    }

    #footer #footer-bottom #footer-bottom-nav {
        margin-bottom: 23px;
    }

    #footer #footer-bottom #footer-bottom-nav ul {
        text-align: left;
        margin-bottom: 10px;
    }

    #footer #footer-bottom #footer-bottom-nav ul li {
        display: block;
        border-left: none;
        padding-left: 0;
        margin-right: 0;
    }

    #footer #footer-bottom #footer-bottom-nav ul li a {
        color: #808080;
    }

    #footer .mb20 {
        margin-bottom: 20px !important;
    }

    #footer #footer-bottom .copy-right {
        font-size: 12px;
        text-align: center;
        color: #808080;
        padding: 28px 10px 9px;
        margin-bottom: 0;
    }

}

@media (min-width: 769px) {
    .d-md-none {
        display: none;
    }

    .main_header .main_content h2 {
        margin-bottom: 194px;
    }
}

@media (max-width: 321px) {
    .main_header .main_content h2 {
        margin-bottom: 110px;
    }
}