@charset "UTF-8";
/* CSS Document */
/*--------------------
01.共通
02.メインビジュアル
03.PROBLEM
04.BENEFIT
05.PRICE
06.FEATURE
07.CASE
08.VOICE
09.FAQ
10.CONTACT
11.フッター
--------------------*/

/*----------
01.共通
----------*/
body {
-webkit-font-smoothing: antialiased;
background: #fff;
font-family: "Shippori Mincho B1", serif;
font-optical-sizing: auto;
font-weight: 400;
font-style: normal;
color: #ffffff;
}
* {
box-sizing: border-box;
margin: 0;
padding: 0;
}
*:focus {
    outline: none;
}
*:focus-visible {
    outline: 2px solid #333;
    outline-offset: 1px;
}
a,
a img {
    transition: .4s transform ease;
}
a:hover,
a:hover img {
    transform: translateY(-5px);
}
img {
    max-width: 100%;
    height: auto;
}
.pc {
display: block;
}
.sp {
display: none;
}
li {
    list-style: none;
}
.section_label {
    font-family: "Roboto Condensed", sans-serif;
    font-optical-sizing: auto;
    font-size: 30px;
    font-weight: 400;
    color: #D7E0F0;
    margin-bottom: 10px;
}
.section_title {
    color: #083388;
    font-size: clamp(30px, 2.8vw, 38px);
    font-weight: bold;
    margin-top: 10px;
}
br.SP {
    display: none;
}
.sub_title {
    padding: 8px 60px 10px 60px;
    background-color: #fff;
    margin-top: 20px;
}
.sub_title p {
    color: #083388;
    font-size: 20px;
    font-weight: 600;
}
.comment {
    color: #333;
    font-size: 16px;
    margin-top: 30px;
    font-weight: bold;
}

/* 追従ボタン */
.after_mv {
    width: 100%;
    position: relative;
}
.follow_btn {
    width: 100%;
    position: fixed;
    bottom: 0px;
    display: flex;
    justify-content: center;
    padding: 20px;
    background-color: #FE7801;
    z-index: 100;
}
.follow_btn a {
    text-align: center;
    color: #FFF;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
}
/*----------
02.メインビジュアル
----------*/
#mv{
    min-height: 100vh;
    background: url(../img/mv_background.jpg) center center no-repeat; background-size: cover;
}
header {
    flex-shrink: 0;
    width: 100%;
    height: auto;
    background-color: rgba(255, 255, 255, 0.7);
    display: flex;
    align-items: center;
    padding: 20px 40px;
}
.logo img {
    width: 110px;
}
.mv_inner {
    flex: 1;
    max-width: 1400px;
    margin: 0 auto;
    padding: 100px 40px 0px 80px;
}
.txt_top {
    position: relative;
    display: flex;
    flex-direction: row;
    padding-bottom: 16px;
    margin-bottom: 50px;
}
.txt_top::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: calc(53% - 54vw);
    width: 54vw;
    min-width: 670px;
    height: 1px;
    background-color: #fff;
}
.mv_label_l,
.mv_label_r {
    font-size: clamp(30px, 2.5vw, 36px);
    font-weight: bold;
    letter-spacing: 0.1rem;
}
.txt_accent {
    color: #FE7801;
}
.mv_sub {
    font-size: clamp(28px, 2.3vw, 34px);
    font-weight: 600;
    letter-spacing: 0.1rem;
    line-height: normal;
    margin-bottom: 30px;
}
h1 {
    font-size: clamp(50px, 4.3vw, 56px);
    font-weight: 500;
    letter-spacing: 0.1rem;
    line-height: 1.2;
    text-align: justify;
    margin-bottom: 80px;
}
h1 .txt_accent {
    font-size: clamp(110px, 8vw, 116px);
    letter-spacing: 1rem;
    font-weight: bold;
    padding-right: 4px;
    line-height: 1.2;
}
.mv_btn {
    width: 400px;
}

/*----------
03.PROBLEM
----------*/
.broblem_top {
    width: 100%;
    height: 170px;
    background: url(../img/cta_background.jpg) no-repeat center center;
    background-size: cover;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.broblem_cta {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-bottom: 20px;
}
.broblem_txt1 {
    width: 24vw;
    max-width: 354px;
    margin-right: -8px;
}
.broblem_txt2 {
    width: 36vw;
    max-width: 520px;
}
.broblem_inner {
    width: 100%;
    padding: 70px 20px 0 20px;
    background-image: linear-gradient(0deg, #083388, #01194b);
    display: flex;
    flex-direction: column;
    align-items: center;
}
.broblem_inner p {
    font-size: 24px;
    font-weight: 600;
}
.broblem_wrap {
    max-width: 1280px;
    padding: 80px 20px 20px 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
}
.broblem_card {
    position: relative;
    width: 48%;
    height: 180px;
    background-color: #fff;
    border-radius: 5px;
    margin-bottom: 60px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 30px 45px 10px 45px;
}
.card_number {
    position: absolute;
    width: 87px;
    top: -30px;
    left: -30px;
}
.card_title {
    width: 70%;
    padding-bottom: 5px;
}
.card_title h3 {
    font-size: clamp(17px, 1.5vw, 20px);
    font-weight: 600;
    color: #FE7801;
    text-align: center;
}
.card_item {
    width: 73%;
}
.card_item p {
    font-size: 16px;
    font-weight: 500;
    color: #333;
    line-height: normal;
    width: 90%;
}
.card_item img {
    width: 35%;
    position: absolute;
    bottom: 20px;
    right: 15px;
}
.broblem_card hr {
    width: 67%;
    margin: 4% 0 5% 0;
    border: 0;
    height: 1px;
    background-color: #D7E0F0;
}

/*----------
04.BENEFIT
----------*/
.benefit_top {
    width: 100%;
    height: auto;
    background: url(../img/cta_background.jpg) no-repeat center center;
    background-size: cover;
    padding: 50px 20px 30px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.benefit_cta {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-bottom: 20px;
}
.benefit_top img {
    object-fit: contain;
}
.benefit_txt1 {
    width: 10vw;
    max-width: 150px;
    min-width: 130px;
    margin-bottom: -10px;
}
.benefit_txt2 {
    width: 30vw;
    max-width: 500px;
    min-width: 400px;
    margin-right: -5px;
}
.benefit_txt3 {
    width: 24vw;
    max-width: 400px;
    max-width: 340px;
    padding-bottom: 13px;
}
.benefit_inner {
    position: relative;
    height: auto;
    overflow: hidden;
}
.benefit_bg {
    position: absolute;
    inset: 0;
    background: url(../img/background1.jpg)center / cover no-repeat;
    z-index: -1;
}
.benefit_card {
    height: 100%;
    overflow-y: auto;
    padding: 60px 20px 40px 20px;
}
.benefit_card::-webkit-scrollbar {
    display: none;
}

.benefit_card {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.benefit_card_pc {
    width: 74vw;
    max-width: 1200px;
    margin-top: 30px;
}
.benefit_card_pc img {
    padding-bottom: 20px;
}
/*----------
05.PRICE
----------*/
#price {
    width: 100%;
    background: url(../img/background2.jpg)no-repeat center center;
    background-size: cover;
    padding: 60px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#price .section_label {
    color: #7B92BF;
}
.section_title small {
    font-size: clamp(22px, 2.1vw, 30px);
}
.price_img {
    width: 74vw;
    max-width: 1200px;
    margin-top: 70px;
}
.price_inner {
    padding-top: 50px;
}
.price_txt {
    color: #333;
    font-size: clamp(20px, 1.8vw, 24px);
    font-weight: 500;
    line-height: normal;
    text-align: center;
}
.text_accent {
    color: #FE7801;
    font-weight: 600;
}
.ai_wrap {
    padding: 60px 0 20px 0;
    width: 100%;
}
.ai_card {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.ai_card img {
    width: 60px;
    padding-right: 20px;
}
.ai_card p {
    color: #083388;
    font-size: clamp(18px, 1.5vw, 20px);
    font-weight: 600;
    padding-bottom: 2px;
}
.ai_wrap hr {
    width: 100%;
    margin: 20px 0;
    border: 0;
    height: 1px;
    background-color: #CDD7EA;
}
/*----------
06.FEATURE
----------*/
#feature {
    width: 100%;
    background: linear-gradient(
            rgba(8, 51, 136, 0.3),
            rgba(8, 51, 136, 0.3)
        ),
        url(../img/background1.jpg) no-repeat center right;
    background-size: cover;
    padding: 60px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#feature .section_title {
    display: flex;
    align-items: center;
}
.feature_title1 {
    width: 18vw;
    max-width: 220px;
}
.feature_title2 {
    width: 33vw;
    max-width: 390px;
    margin-left: -5px;
    padding-bottom: 2px;
}
.feature_inner {
    width: 74vw;
    max-width: 1200px;
    margin-top: 70px;
}
.img_left {
    padding-left: 6px;
}
.img_right {
    padding-right: 6px;
    padding-bottom: 40px;
}
/*----------
07.CASE
----------*/
#case {
    width: 100%;
    background: url(../img/background3.jpg) no-repeat center center;
    background-size: cover;
    padding: 60px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#case .section_label {
    color: #7B92BF;
}
#case .sub_title {
    background-color: #083388;
    margin-top: 30px;
}
#case .sub_title p {
    color: #fff;
}
.case_inner {
    width: 74vw;
    max-width: 1200px;
    padding-top: 50px;
}
.case_inner img {
    padding-bottom: 20px;
}
/*----------
08.VOICE
----------*/
#voice {
    width: 100%;
    background-image: linear-gradient(90deg, #0073AA, #083388);
    padding: 60px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#voice .section_title {
    color: #fff;
}
#voice .sub_title {
    margin-top: 30px;
}
#voice .comment {
    color: #fff;
}
.voice_inner {
    width: 90vw;
    max-width: 1090px;
    padding-top: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.voice_card {
    width: 48%;
    display: flex;
    flex-direction: column;
    padding-bottom: 20px;
}
.voice_number {
    width: 32%;
    max-width: 170px;
}
.voice_wrap {
    background-color: #fff;
    padding: 5%;
    box-shadow: 0 4px 16px rgba(1, 25, 75, 0.2);
    height: auto;
    min-height: 310px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.voice_wrap_top {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding-bottom: 30px;
    width: 100%;
}
.voice_wrap_top .icon {
    height: 147px;
}
.voice_box {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.voice_title_top {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.voice_title_top hr {
    width: 1px;
    margin: 5px 15px 0px 15px;
    border: none;
    height: 25px;
    background-color: #7B92BF;
}
.voice_title {
    color: #083388;
    font-size: 26px;
    font-weight: bold;
}
.job {
    color: #083388;
    font-size: 20px;
    font-weight: bold;
    margin-top: 5px;
}
.job small {
    font-size: 18px;
    margin-left: -5px;
}
.voice_title_bottom {
    color: #FE7801;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    line-height: normal;
}
.voice_txt {
    color: #333;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    text-align: justify;
    display: block;
    width: 100%;
    max-width: 450px;
}
/*----------
09.FAQ
----------*/
#faq {
    width: 100%;
    height: auto;
    background-image: linear-gradient(90deg, rgba(0, 115, 170, 0.1),
    rgba(8, 51, 136, 0.1));
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 80px 20px;
}
#faq .section_label {
    color: #7B92BF;
}
.faq_txt1, .faq_txt2 {
    color: #333;
    text-align: center;
    line-height: normal;
    font-size: 20px;
    font-weight: 500;
    padding: 30px 0px;
}
.faq_txt2 {
    padding: 80px 0px;
}
.faq_inner {
    width: 90vw;
    max-width: 1090px;
    margin-top: 30px;
    background-color: #fff;
    box-shadow: 0 4px 16px rgba(1, 25, 75, 0.2);
}
.faq_title {
    width: 100%;
    background-image: linear-gradient(90deg, #083388, #0073AA);
    display: flex;
    align-items: baseline;
    height: 60px;
}
.faq_title p {
    font-size: 24px;
    font-weight: bold;
}
.faq_title img {
    width: 40px;
}
.qa-6 {
    width: 100%;
    padding: 10px 0px;
    position: relative;
}
.qa-6::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 4em;
    width: calc(100% - 8em);
    height: 2px;
    background: #d6dde3;
}
.qa-6:last-of-type::after {
    display: none;
}
.qa-6 summary {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    padding: 1.5em 4em 1.6em 4em;
    font-size: 20px;
    color: #333333;
    font-weight: 600;
    cursor: pointer;
}
.qa_left {
    display: flex;
    align-items: flex-start;
    gap: 6px;
    flex: 1;
    min-width: 0;
}
.qa_label {
    color: #7B92BF;
    font-weight: 700;
    margin: 2px 4px 0 0;
}
.qa_sep {
    color: rgba(123,146,191,.4);
    margin: 4px 8px 0 0;
}
.qa_txt {
    display: block;
    word-break: break-word;
    line-height: normal;
}
.qa-6 summary::after {
    --arrow-offset: 10px;
    transform: translateY(calc(-25% + var(--arrow-offset))) rotate(45deg);
    width: 9px;
    height: 9px;
    margin-left: 10px;
    border-bottom: 3px solid #7B92BF;
    border-right: 3px solid #7B92BF;
    content: '';
    transition: transform .5s;
}
.qa-6[open] summary::after {
    transform: translateY(calc(-25% + var(--arrow-offset))) rotate(225deg);
}
.qa-6 .answer {
    display: flex;
    align-items: flex-start;
    padding: 0em 5em 1.5em 5em;
    gap: 10px;
    opacity: 0;
    transform: translateY(-10px);
    transition: transform .5s, opacity .5s;
}
.answer_label,
.answer_sep {
    font-size: 20px;
    color: #083388;
    font-weight: 700;
}
.answer_label {
    margin: 5px 2px 0 0;
}
.answer_sep {
    margin: 3px 2px 0 0;
}
.answer_txt {
    font-size: 20px;
    color: #FE7801;
    font-weight: bold;
    line-height: 1.6;
    min-width: 0;
    word-break: break-word;
}
.answer_note {
    display: block;
    padding: 0em 4.2em 1.5em 4.2em;
    font-size: 18px;
    color: #083388;
    font-weight: 500;
    width: 100%;
    line-height: normal;
    text-align: justify;
}
.qa-6[open] .answer {
    transform: none;
    opacity: 1;
}
.faq_btn {
    width: 50vw;
    max-width: 500px;
}

/*----------
10.CONTACT
----------*/
#cta {
    width: 100%;
    height: auto;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 60px 0 20px 0;
}
#cta hr {
    width: 50px;
    margin: 30px 0;
    border: 0;
    height: 3px;
    background-color: #CDD7EA;
}
.cta_txt1 {
    color: #333;
    font-size: 20px;
    line-height: normal;
    text-align: center;
}
.cta_note {
    color: #333;
    font-size: 16px;
    margin: 40px 0 50px 0;
}
.cta_comment {
    background-color: #EBEFF7;
    padding: 20px 30px;
}
.cta_comment p {
    color: #333;
    font-size: 16px;
    line-height: 2;
    text-align: justify;
}
mark {
    background-color: #FE7801;
    color: #fff;
    font-weight: 600;
    padding: 0 0.3em 0.1em 0.3em;
    margin-right: 0.2em;
}
#cta .cta_inner {
    width: 100%;
    max-width: 1240px;
    height: auto;
    margin: 30px 80px 0 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#mail_form {
    width: 750px;
}
#cta .form dl dt {
    padding: 30px 0 15px 0;
    color: #083388;
    font-size: 18px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
}
#cta .form dl dt i {
    order: -1;
    padding-bottom: 3px;
}
#cta .form dl dt i .required {
    background-color: #FE7801;
    color: #fff;
    font-size: 14px;
    padding: 1px 10px 2px 10px;
    margin-right: 4px;
}
#cta .form dl dt i .optional {
    background: #7B92BF;
    color: #fff;
    font-size: 14px;
    padding: 1px 10px 2px 10px;
    margin-right: 4px;
}
#cta .form input[type="text"],
#cta .form input[type="email"],
#cta .form input[type="url"] {
    padding: 2%;
    font-size: 16px;
    height: 60px;
    width: 100%;
    background-color: #F5F5F5;
    border: 1px solid #C1C1C5;
    border-radius: 5px;
}
#cta .form textarea {
    padding: 2%;
    font-size: 16px;
    width: 100%;
    background-color: #F5F5F5;
    border: 1px solid #C1C1C5;
    border-radius: 5px;
}
.form_notice {
    color: #333;
    font-size: 16px;
    font-weight: 500;
    padding: 20px 0;
    line-height: normal;
}
#cta input[type="checkbox"] {
    width: 25px;
    height: 25px;
}
.error_blank {
    display: block;
    margin-top: 5px;
    color: red;
    width: 100%;
}
.error_check {
    display: none;
    color: red;
}
.name_fields {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0 16px;
}
.name_row {
    display: flex;
    align-items: center;
    flex: 1;
}
.name_label {
    width: 2em;
    margin-right: 8px;
    font-size: 18px;
    font-weight: 600;
    color: #333;
    white-space: nowrap;
    text-align: center;
}
.name_row input {
    width: 100%;
}
.submit_button {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 500px;
    margin: 70px auto 0;
    padding: 0;
    border: none;
    background: none;
    cursor: pointer;
}
.cta_submit_button img {
    display: block;
    width: 100%;
    height: auto;
    transition: transform .4s ease, opacity .4s ease;
}
.cta_submit_button:hover img {
    transform: translateY(-5px);
    opacity: 0.8;
}
.privacy_title {
    color: #333;
    font-size: 18px;
    font-weight: 500;
    margin: 20px 0 10px 0;
}
.privacy-policy {
    color: #333;
    background-color: #F5F5F5;
    font-size: 16px;
    line-height: normal;
    border: 1px solid #C1C1C5;
    border-radius: 4px;
    width: 100%;
    height: 310px;
    overflow-y: scroll;
    padding: 6px 12px;
    margin-bottom: 20px;
}
#privacyCheck {
    color: #333;
    font-size: 18px;
    font-weight: 500;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: fit-content;
    gap: 0 10px;
}
#privacyCheck span{
    width: calc(100% - 35px);
}

/*----------
11.フッター
----------*/
footer {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.footer_top {
    width: 74vw;
    max-width: 1200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 80px 0;
}
.footer_logo {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
}
.footer_logo p {
    color: #083388;
    font-size: 24px;
    font-weight: bold;
}
.footer_txt {
    width: 90%;
    max-width: 900px;
    color: #333;
    font-size: 16px;
    line-height: normal;
    text-align: justify;
    padding: 40px 0;
}
.privacy {
    display: flex;
    gap: 15px;
}
.privacy img {
    height: 144px;
}
.footer_bottom {
    width: 100%;
    background-image: linear-gradient(90deg, #083388, #0073AA);
    padding: 40px 20px 100px 20px;
}
.outline {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding-bottom: 40px;
}
.outline__ttl {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 24px;
}
.outline__dl--inner {
    border-bottom: 1px solid #fff;
    display: flex;
    gap: 34px;
    padding: 14px 0;
}
.outline__dl--inner dt {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    width: 100px;
}
.outline__dl--inner dd {
    color: #fff;
    font-size: 14px;
    line-height: normal;
}
.copyright {
    text-align: center;
}
@media only screen and (max-width:1024px){
/*----------
01.共通
----------*/
.section_label {
    font-size: 26px;
}
.sub_title {
    padding: 6px 40px 8px 40px;
    margin-top: 15px;
}
.sub_title p {
    font-size: 18px;
}
.comment {
    margin-top: 20px;
}

/* 追従ボタン */
.follow_btn {
    padding: 15px;
}
.follow_btn a {
    font-size: 16px;
}

/*----------
02.メインビジュアル
----------*/
.mv_inner {
    padding: 50px 40px;
}
.mv_label_l,
.mv_label_r {
    font-size: clamp(26px, 3vw, 30px);
}
.txt_top::before {
    left: calc(60% - 60vw);
    width: 60vw;
    min-width: 570px;
}
.mv_sub {
    font-size: clamp(24px, 2.6vw, 26px);
    margin-bottom: 20px;
}
h1 {
    font-size: clamp(40px, 5vw, 46px);
}
h1 .txt_accent {
    font-size: clamp(94px, 11vw, 100px);
    letter-spacing: 0.5rem;
    padding-right: 0.5rem;
}
.mv_btn {
    width: 330px;
}
/*----------
03.PROBLEM
----------*/
.broblem_top {
    height: 150px;
}
.broblem_txt1 {
    min-width: 230px;
}
.broblem_txt2 {
    min-width: 340px;
}
.broblem_inner p {
    font-size: clamp(20px, 2.5vw, 22px);
}
.broblem_wrap {
    padding: 80px 10px 0px 30px;
}
.card_number {
    width: 71px;
}
.broblem_card {
    height: 200px;
    padding: 30px 35px 10px 35px;
}
.card_title {
    width: 100%;
}
.card_title h3 {
    font-size: clamp(18px, 2vw, 20px);
}
.broblem_card hr {
    width: 100%;
}
.card_item p {
    font-size: 16px
}
.card_item img {
    bottom: 15px;
}
/*----------
04.BENEFIT
----------*/
.benefit_top {
    padding: 40px 20px 20px 20px;
}
.benefit_txt1 {
    min-width: 100px;
    margin-bottom: -8px;
}
.benefit_txt2 {
    min-width: 320px;
    margin-right: -4px;
}
.benefit_txt3 {
    min-width: 230px;
    padding-bottom: 9px;
}
.benefit_card {
    padding: 50px 20px 30px 20px;
}
.benefit_card_pc {
    margin-top: 20px;
    width: 90vw;
}
/*----------
05.PRICE
----------*/
#price {
    padding: 50px 20px;
}
.section_title {
    font-size: clamp(26px, 3vw, 36px);
}
.price_img {
    margin-top: 40px;
    width: 90vw;
}
.ai_card img {
    width: 55px;
}
/*----------
06.FEATURE
----------*/
#feature {
    padding: 50px 20px 30px 20px;
}
.feature_title1 {
    width: 17vw;
}
.feature_title2 {
    width: 32vw;
}
.feature_inner {
    width: 90vw;
    margin-top: 50px;
}
.case_inner {
    width: 90vw;
    padding-top: 30px;
}
/*----------
07.CASE
----------*/
#case {
    padding: 50px 20px;
}
#case .sub_title {
    margin-top: 20px;
}
/*----------
08.VOICE
----------*/
#voice {
    padding: 50px 20px 30px 20px;
}
.voice_wrap {
    min-height: 250px;
}
.voice_wrap_top {
    padding-bottom: 20px;
}
.voice_wrap_top .icon {
    height: 12.2vh;
}
.voice_title {
    font-size: clamp(20px, 2.4vw, 22px);
}
.voice_title_top {
    margin-bottom: 20px;
}
.voice_title_top hr {
    margin: 5px 1vw 0px 1vw;
    height: 20px;
}
.job {
    font-size: clamp(16px, 2vw, 18px);
    margin-top: 2px;
}
.voice_title_bottom {
    font-size: clamp(17px, 2vw, 20px);
}
.job small {
    font-size: clamp(14px, 1.6vw, 16px);
}
/*----------
09.FAQ
----------*/
#faq {
    padding: 50px 20px;
}
.faq_txt1 {
    font-size: 18px;
    padding: 20px 0;
}
.faq_txt2 {
    font-size: 18px;
    padding: 60px 0;
}
.faq_title {
    height: 55px;
}
.faq_title img {
    width: 35px;
}
.faq_title p {
    font-size: 20px;
}
.qa-6 summary {
    padding: 1em 2em;
    font-size: 18px;
}
.qa-6 .answer {
    padding: 0em 2.2em 1em 2.2em;
}
.answer_label, .answer_sep {
    font-size: 18px;
}
.answer_txt {
    font-size: 18px;
}
.answer_note {
    padding: 0em 2em 1.2em 2em;
    font-size: 16px;
}
.qa-6::after {
    left: 2em;
    width: calc(100% - 4em);
}
/*----------
10.CONTACT
----------*/
#cta {
    padding: 50px 20px 30px 20px;
}
#cta hr {
    width: 40px;
    margin: 25px 0;
}
.cta_txt1 {
    font-size: 18px;
}
.cta_comment {
    width: 100%;
    max-width: 750px;
}
.cta_note {
    margin: 35px 0 45px 0;
}
#mail_form {
    width: 93vw;
    max-width: 750px;
}
.name_label {
    font-size: 16px;
}
.submit_button {
    width: 50vw;
}
/*----------
11.フッター
----------*/
.outline {
    max-width: 800px;
}
.footer_bottom {
    padding: 40px 20px 80px 20px;
}

}

@media only screen and (max-width:768px){
/*----------
01.共通
----------*/
.pc{
    display: none;
}
.sp {
    display: block;
}
.section_label {
    font-size: clamp(20px, 3.5vw, 24px);
}
br.SP {
    display: block;
}
.sub_title {
    padding: 6px 3vw 8px 3vw;
}
.sub_title p {
    font-size: clamp(16px, 4vw, 18px);
}
.comment {
    font-size: clamp(14px, 3.5vw, 16px);
}
/*----------
02.メインビジュアル
----------*/
#mv {
    background: url(../img_sp/mv_background.jpg)no-repeat center center;
    background-size: cover;
    background-position: top;
    position: relative;
}
.mv::before {
    content: "";
    position: absolute;
    top: clamp(140px, 28.5vw, 185px);
    right: 0;
    width: 64vw;
    max-width: 460px;
    height: 1px;
    background-color: #fff;
}
header {
    padding: 2vw 4vw;
}
.logo img {
    width: clamp(60px, 14vw, 100px);
}
.mv_inner {
    padding: 40px 20px;
    max-width: 600px;
    height: 90dvh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.txt_top::before {
    display: none;
}
.txt_top {
    width: 100%;
    flex-direction: column;
    align-items: center;
    margin-bottom: 10vw;
}
.mv_label_l, .mv_label_r {
    font-size: clamp(19px, 4vw, 26px);
    position: relative;
    padding-bottom: 15px;
    display: block;
    box-sizing: border-box;
    min-width: 0;
    max-width: 100%;
}
.mv_label_l {
    padding-right: clamp(100px, 20vw, 138px);
    margin-bottom: 1vw;
}
.mv_label_r {
    padding-left: clamp(105px, 20vw, 138px);
}
.mv_label_l::before {
    content: "";
    position: absolute;
    bottom: 5px;
    left: calc(64% - 64vw);
    width: 64vw;
    height: 1px;
    background-color: #fff;
}
.mv_sub {
    font-size: clamp(19px, 3.2vw, 24px);
    margin-bottom: 37px;
}
h1 {
    font-size: clamp(32px, 6.5vw, 38px);
    margin-bottom: 37px;
}
h1 .txt_accent {
    font-size: clamp(65px, 13vw, 80px);
}
.mv_btn {
    width: 100%;
    max-width: 430px;
}
/*----------
03.PROBLEM
----------*/
.broblem_top {
    padding: 2vw 0 1vw 0;
    height: 23vw;
    min-height: 150px;
}
.broblem_cta {
    flex-direction: column;
    align-items: center;
    padding-bottom: 2vw;
}
.broblem_txt1 {
    width: 50vw;
    max-width: 300px;
    min-width: 230px;
}
.broblem_txt2 {
    width: 90vw;
    max-width: 450px;
    min-width: 280px;
}
.broblem_inner {
    padding: 40px 15px 0 15px;
}
.broblem_inner p {
    font-size: clamp(16px, 2.8vw, 20px);
    line-height: normal;
}
.broblem_wrap {
    padding: 60px 5px 0px 20px;
    justify-content: center;
}
.broblem_card {
    width: 100%;
    max-width: 500px;
    height: auto;
    /* min-height: 155px; */
    padding: 22px;
    margin-bottom: 35px;
}
.card_number {
    width: 20%;
    max-width: 85px;
    top: -20px;
    left: -25px;
}
.card_title h3 {
    font-size: clamp(16px, 2.8vw, 20px);
    padding-left: 10px;
}
.card_item p {
    font-size: clamp(14px, 2.5vw, 16px);
}
.card_item {
    width: 67%;
    height: 20vw;
    max-height: 100px;
    display: flex;
    align-items: center;
}
.card_item img {
    width: 38%;
    max-width: 160px;
    right: 4%;
    bottom: 6%;
}
.broblem_card hr {
    margin: 0.8rem 0;
}
/*----------
04.BENEFIT
----------*/
.benefit_top {
    padding: 30px 10px 10px 10px;
}
.benefit_cta {
    flex-direction: column;
    align-items: center;
}
.benefit_txt1 {
    width: 29vw;
    min-width: unset;
    max-width: 130px;
    margin-bottom: 1vw;
}
.benefit_txt2 {
    width: 90vw;
    min-width: unset;
    max-width: 400px;
}
.benefit_txt3 {
    width: 63vw;
    min-width: unset;
    max-width: 280px;
    padding-top: 1vw;
    padding-bottom: 0px;
}
.benefit_card {
    padding: 30px 20px 20px 20px;
}
.benefit_card_sp {
    width: 100%;
    max-width: 500px;
    margin: 10px 0 0 5px;
}
.benefit_card_sp img {
    padding-bottom: 10px;
}

/*----------
05.PRICE
----------*/
#price {
    padding: 30px 15px;
    background: url(../img_sp/background2.jpg)no-repeat center center;
    background-size: cover;
}
.section_title {
    font-size: clamp(26px, 4vw, 28px);
    margin-top: 0px;
}
.price_img {
    width: 100%;
    max-width: 500px;
}
.price_inner {
    padding-top: 30px;
}
.price_txt {
    font-size: clamp(19px, 3vw, 22px);
}
.ai_wrap {
    padding: 30px 0 20px 0;
    width: 100%;
    max-width: 450px;
}
.ai_card img {
    width: 12%;
    max-width: 44px;
    padding-right: 3%;
}
.ai_card p {
    font-size: clamp(16px, 4vw, 18px);
    line-height: normal;
}
.ai_wrap hr {
    margin: 15px 0;
}
/*----------
06.FEATURE
----------*/
#feature {
    padding: 30px 0px 10px 0px;
    background: url(../img_sp/background1.jpg)no-repeat center center;
    background-size: cover;
}
#feature .section_title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 15px;
}
.feature_title1 {
    width: 38vw;
    max-width: 160px;
}
.feature_title2 {
    width: 71vw;
    max-width: 280px;
    margin-left: 0px;
}
.feature_inner {
    width: 100%;
    max-width: 500px;
    margin-top: 40px;
}
.feature_inner img {
    padding-bottom: 20px;
}
/*----------
07.CASE
----------*/
#case {
    padding: 30px 15px 10px 15px;
}
#case .sub_title {
    padding: 6px 2.8vw 8px 2.8vw;
}
#case .sub_title p {
    font-size: clamp(14px, 3.5vw, 18px);
}
.case_inner {
    width: 100%;
    max-width: 500px;
}
/*----------
08.VOICE
----------*/
#voice {
    padding: 30px 20px 20px 20px;
}
.voice_inner {
    width: 100%;
    max-width: 500px;
    padding-top: 30px;
}
.voice_card {
    width: 100%;
}
.voice_number {
    max-width: 130px;
}
.voice_wrap {
    min-height: 0;
}
.voice_wrap_top {
    padding-bottom: 15px;
}
.voice_wrap_top .icon {
    height: auto;
    width: 25%;
    max-width: 100px;
}
.voice_title_top hr {
    margin: 5px 2vw 0px 2vw;
    height: 1.8vh;
}
.voice_title {
    font-size: clamp(16px, 3vw, 22px);
}
.job {
    font-size: clamp(15px, 3.8vw, 20px);
}
.job small {
    font-size: clamp(14px, 3vw, 16px);
}
.voice_title_bottom {
    font-size: clamp(16px, 3vw, 20px);
}
.voice_txt {
    font-size: clamp(14px, 3vw, 16px);
}
/*----------
09.FAQ
----------*/
#faq {
    padding: 30px 20px;
}
.faq_txt1 {
    font-size: clamp(15px, 4vw, 16px);
    padding: 20px 0 10px 0;
}
.faq_txt2 {
    font-size: clamp(14px, 4vw, 16px);
    padding: 4vh 0;
}
.faq_inner {
    width: 100%;
    max-width: 500px;
    margin-top: 20px;
}
.faq_title {
    height: 43px;
}
.faq_title img {
    width: 8%;
    max-width: 28px;
}
.faq_title p {
    font-size: clamp(16px, 4vw, 18px);
}
.qa-6 summary {
    padding: 0.8em 1em;
    font-size: clamp(16px, 4vw, 18px);
}
.qa-6 summary::after {
    width: 7px;
    height: 7px;
}
.qa_left {
    gap: 1px;
}
.qa-6 .answer {
    padding: 0em 1.2em 1em 1.2em;
    gap: 5px;
}
.answer_label, .answer_sep {
    font-size: clamp(16px, 4vw, 18px);
}
.qa_label {
    padding: 2px 2px 0 0;
}
.qa_sep {
    padding: 2px 1px 0 0;
}
.answer_txt {
    font-size: clamp(16px, 4vw, 18px);
}
.answer_note {
    padding: 0em 1em 1em 1em;
    font-size: clamp(14px, 3vw, 16px);
}
.qa-6::after {
    left: 1em;
    width: calc(100% - 2em);
}
.faq_btn {
    width: 100%;
    max-width: 400px;
}
/*----------
10.CONTACT
----------*/
#cta {
    padding: 30px 20px;
}
#cta hr {
    margin: 20px 0;
}
.cta_txt1 {
    font-size: clamp(16px, 4vw, 18px);
}
.cta_note {
    margin: 30px 0 35px;
    font-size: clamp(14px, 3.6vw, 16px);
}
.cta_comment {
    max-width: 500px;
    padding: 15px 20px;
}
.cta_comment p {
    font-size: 14px;
    line-height: 1.6;
}
#cta .cta_inner {
    margin: 20px 0;
}
#mail_form {
    width: 100%;
    max-width: 500px;
}
#cta .form dl dt {
    font-size: clamp(14px, 3.6vw, 16px);
    padding: 18px 0 10px 0;
}
#cta .form dl dt i {
    font-size: clamp(12px, 3vw, 14px);
}
.name_label {
    font-size: clamp(14px, 3.6vw, 16px);
}
.name_fields {
    gap: 10px;
}
#cta .form input[type="text"],
#cta .form input[type="email"],
#cta .form input[type="url"] {
    height: 50px;
}
.form_notice {
    font-size: clamp(14px, 3.6vw, 16px);
}
#privacyCheck {
    font-size: 16px;
    line-height: 1.2;
}
.privacy_title {
    font-size: 16px;
}
.cta_submit_button {
    margin-top: 50px;
    width: 100%;
    max-width: 400px;
}

/*----------
11.フッター
----------*/
footer {
    padding: 0 0;
}
.footer_top {
    width: 100%;
    max-width: 540px;
    padding: 20px 20px 40px 20px;
}
.footer_logo {
    gap: 10px;
    justify-content: center;
}
.footer_logo img {
    width: 36%;
    max-width: 160px;
}
.footer_logo p {
    font-size: clamp(15px, 3vw, 20px);
}
.footer_txt {
    width: 97%;
    max-width: 500px;
    padding: 40px 0 20px 0; 
}
.privacy {
    gap: 10px;
}
.privacy img {
    height: 80px;
}
.footer_bottom {
    padding: 30px 20px 80px 20px;
}
.outline {
    max-width: 500px;
}
.outline__ttl {
    font-size: clamp(14px, 3.5vw, 16px);
    margin-bottom: 10px;
}
.outline__dl--inner {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.outline__dl--inner dt {
    font-size: clamp(13px, 3.3vw, 15px);
}
.outline__dl--inner dd {
    font-size: clamp(12px, 3vw, 14px);
}
.copyright {
    font-size: clamp(14px, 3.5vw, 16px);
}

}



/* サンクスページ */
#thanks_mv {
    min-height: 100vh;
    background: url(../img/mv_background.jpg) center left no-repeat; background-size: cover;
}
.lp-thanks_bg {
    width: 100%;
    overflow: hidden;
    padding: 100px 50px 60px 50px;
    margin: 0 auto;
}
.box1200 {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.thanks-box {
    background-color: #FFF;
    padding: 50px 80px;
    border-radius: 7px;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
    height: 70vh;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.thanks-box h1 {
    color: #083388;
    font-size: 32px;
    line-height: 1.3;
    font-weight: 600;
    text-align: center;
    letter-spacing: -1px;
    margin-bottom: 0;
}
.thanks-box p {
    color: #333;
    font-size: 18px;
    line-height: 1.75;
    font-weight: 500;
    text-align: center;
}
.thanks-box .top_btn a {
    font-size: 18px;
    font-weight: bold;
    color: #083388;
}
@media only screen and (max-width:1024px){
    .thanks-box h1 {
        font-size: clamp(28px, 3vw, 30px);
    }
    .thanks-box p {
        font-size: clamp(16px, 2.2vw, 18px);
        text-align: justify;
    }
}
@media only screen and (max-width:768px){
    #thanks_mv {
        min-height: 0;
        margin-bottom: 20px;
    }
    .lp-thanks_bg {
        padding: 10vw 5vw;
    }
    .thanks-box {
        padding: 8vw 5vw;
        height: auto;
    }
    .thanks-box h1 {
        font-size: clamp(24px, 4vw, 28px);
        padding: 0 0 7vw 0;
    }
    .thanks-box p {
        padding: 0 0 7vw 0;
    }
}